@charset "UTF-8";
/*=========================================
  NORMALIZE.CSS
=========================================*/
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
/* line 16, spider.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 29, spider.scss */
body {
  line-height: 1.6;
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
/* line 38, spider.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 52, spider.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 65, spider.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, spider.scss */
hr {
  -webkit-box-sizing: content-box;
  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.
 */
/* line 93, spider.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 106, spider.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 116, spider.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 127, spider.scss */
b,
strong {
  font-weight: inherit;
  font-weight: bolder; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 142, spider.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, spider.scss */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, spider.scss */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 170, spider.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, spider.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 187, spider.scss */
sub {
  bottom: -0.25em; }

/* line 191, spider.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, spider.scss */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, spider.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, spider.scss */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
/* line 228, spider.scss */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 240, spider.scss */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 255, spider.scss */
button,
input {
  /* 1 */
  overflow: visible;
  max-width: 100%; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 266, spider.scss */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 277, spider.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 288, spider.scss */
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.
 */
/* line 300, spider.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
/* line 311, spider.scss */
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.
 */
/* line 322, spider.scss */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 337, spider.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 346, spider.scss */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 355, spider.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 366, spider.scss */
[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.
 */
/* line 376, spider.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 385, spider.scss */
[type="search"]::-webkit-search-cancel-button,
[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.
 */
/* line 395, spider.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 408, spider.scss */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 417, spider.scss */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 428, spider.scss */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
/* line 436, spider.scss */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 447, spider.scss */
[hidden],
.modal-hide {
  display: none; }

/*=========================================
  SPIDER.CSS
=========================================*/
/* line 455, spider.scss */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

/* line 462, spider.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
/* line 473, spider.scss */
[tabindex="-1"]:focus {
  outline: none !important; }

/* line 477, spider.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help; }

/* line 482, spider.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

/* line 487, spider.scss */
a:not([href]):not([tabindex]):focus {
  outline: none; }

/* line 491, spider.scss */
pre {
  overflow: auto; }

/* line 495, spider.scss */
img {
  max-width: 100%;
  max-height: 100%; }

/* line 500, spider.scss */
[role="button"],
.cursor-pointer {
  cursor: pointer; }

/* line 505, spider.scss */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* line 518, spider.scss */
table {
  border-collapse: collapse; }

/* line 522, spider.scss */
caption {
  text-align: left;
  caption-side: bottom; }

/* line 527, spider.scss */
th {
  text-align: left; }

/* line 531, spider.scss */
label {
  display: inline-block; }

/* line 535, spider.scss */
input,
button,
select,
textarea {
  line-height: inherit; }

/* line 542, spider.scss */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border-width: 1px; }

/* line 549, spider.scss */
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

/* line 554, spider.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

/* line 561, spider.scss */
textarea {
  resize: vertical; }

/* line 565, spider.scss */
input[type="search"] {
  -webkit-appearance: none; }

/* line 569, spider.scss */
output {
  display: inline-block; }

/* line 573, spider.scss */
[hidden] {
  display: none !important; }

/* line 577, spider.scss */
.text-right {
  text-align: right; }

/* line 581, spider.scss */
.text-left {
  text-align: left; }

/* line 585, spider.scss */
.text-center {
  text-align: center; }

/* line 589, spider.scss */
.text-justify {
  text-align: justify; }

@media screen and (min-width: 769px) {
  /* line 594, spider.scss */
  .text-right-desktop {
    text-align: right; }

  /* line 598, spider.scss */
  .text-left-desktop {
    text-align: left; }

  /* line 602, spider.scss */
  .text-center-desktop {
    text-align: center; }

  /* line 606, spider.scss */
  .text-justify-desktop {
    text-align: justify; } }
@media screen and (max-width: 768px) {
  /* line 612, spider.scss */
  .text-right-mobile {
    text-align: right; }

  /* line 616, spider.scss */
  .text-left-mobile {
    text-align: left; }

  /* line 620, spider.scss */
  .text-center-mobile {
    text-align: center; }

  /* line 624, spider.scss */
  .text-justify-mobile {
    text-align: justify; } }
@media screen and (max-width: 1200px) {
  /* line 630, spider.scss */
  .text-right-lg {
    text-align: right; }

  /* line 634, spider.scss */
  .text-left-lg {
    text-align: left; }

  /* line 638, spider.scss */
  .text-center-lg {
    text-align: center; }

  /* line 642, spider.scss */
  .text-justify-lg {
    text-align: justify; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 648, spider.scss */
  .text-right-lg-only {
    text-align: right; }

  /* line 652, spider.scss */
  .text-left-lg-only {
    text-align: left; }

  /* line 656, spider.scss */
  .text-center-lg-only {
    text-align: center; }

  /* line 660, spider.scss */
  .text-justify-lg-only {
    text-align: justify; } }
@media screen and (max-width: 1024px) {
  /* line 666, spider.scss */
  .text-right-md {
    text-align: right; }

  /* line 670, spider.scss */
  .text-left-md {
    text-align: left; }

  /* line 674, spider.scss */
  .text-center-md {
    text-align: center; }

  /* line 678, spider.scss */
  .text-justify-md {
    text-align: justify; } }
@media screen and (min-width: 921px) and (max-width: 1024px) {
  /* line 684, spider.scss */
  .text-right-md-only {
    text-align: right; }

  /* line 688, spider.scss */
  .text-left-md-only {
    text-align: left; }

  /* line 692, spider.scss */
  .text-center-md-only {
    text-align: center; }

  /* line 696, spider.scss */
  .text-justify-md-only {
    text-align: justify; } }
@media screen and (max-width: 920px) {
  /* line 702, spider.scss */
  .text-right-m {
    text-align: right; }

  /* line 706, spider.scss */
  .text-left-m {
    text-align: left; }

  /* line 710, spider.scss */
  .text-center-m {
    text-align: center; }

  /* line 714, spider.scss */
  .text-justify-m {
    text-align: justify; } }
@media screen and (min-width: 769px) and (max-width: 920px) {
  /* line 720, spider.scss */
  .text-right-m-only {
    text-align: right; }

  /* line 724, spider.scss */
  .text-left-m-only {
    text-align: left; }

  /* line 728, spider.scss */
  .text-center-m-only {
    text-align: center; }

  /* line 732, spider.scss */
  .text-justify-m-only {
    text-align: justify; } }
@media screen and (max-width: 768px) {
  /* line 738, spider.scss */
  .text-right-sm {
    text-align: right; }

  /* line 742, spider.scss */
  .text-left-sm {
    text-align: left; }

  /* line 746, spider.scss */
  .text-center-sm {
    text-align: center; }

  /* line 750, spider.scss */
  .text-justify-sm {
    text-align: justify; } }
@media screen and (min-width: 641px) and (max-width: 768px) {
  /* line 756, spider.scss */
  .text-right-sm-only {
    text-align: right; }

  /* line 760, spider.scss */
  .text-left-sm-only {
    text-align: left; }

  /* line 764, spider.scss */
  .text-center-sm-only {
    text-align: center; }

  /* line 768, spider.scss */
  .text-justify-sm-only {
    text-align: justify; } }
@media screen and (max-width: 640px) {
  /* line 774, spider.scss */
  .text-right-s {
    text-align: right; }

  /* line 778, spider.scss */
  .text-left-s {
    text-align: left; }

  /* line 782, spider.scss */
  .text-center-s {
    text-align: center; }

  /* line 786, spider.scss */
  .text-justify-s {
    text-align: justify; } }
@media screen and (min-width: 481px) and (max-width: 640px) {
  /* line 792, spider.scss */
  .text-right-s-only {
    text-align: right; }

  /* line 796, spider.scss */
  .text-left-s-only {
    text-align: left; }

  /* line 800, spider.scss */
  .text-center-s-only {
    text-align: center; }

  /* line 804, spider.scss */
  .text-justify-s-only {
    text-align: justify; } }
@media screen and (max-width: 480px) {
  /* line 810, spider.scss */
  .text-right-xs {
    text-align: right; }

  /* line 814, spider.scss */
  .text-left-xs {
    text-align: left; }

  /* line 818, spider.scss */
  .text-center-xs {
    text-align: center; }

  /* line 822, spider.scss */
  .text-justify-xs {
    text-align: justify; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 828, spider.scss */
  .text-right-xs-only {
    text-align: right; }

  /* line 832, spider.scss */
  .text-left-xs-only {
    text-align: left; }

  /* line 836, spider.scss */
  .text-center-xs-only {
    text-align: center; }

  /* line 840, spider.scss */
  .text-justify-xs-only {
    text-align: justify; } }
@media screen and (max-width: 380px) {
  /* line 846, spider.scss */
  .text-right-mc {
    text-align: right; }

  /* line 850, spider.scss */
  .text-left-mc {
    text-align: left; }

  /* line 854, spider.scss */
  .text-center-mc {
    text-align: center; }

  /* line 858, spider.scss */
  .text-justify-mc {
    text-align: justify; } }
/* line 863, spider.scss */
.hide {
  display: none !important; }

/* line 867, spider.scss */
.show {
  display: block !important; }

/* line 871, spider.scss */
.show-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 878, spider.scss */
.show-inline {
  display: inline !important; }

/* line 882, spider.scss */
.show-inline-block {
  display: inline-block !important; }

@media screen and (min-width: 769px) {
  /* line 887, spider.scss */
  .hide-desktop {
    display: none !important; }

  /* line 891, spider.scss */
  .show-desktop {
    display: block !important; }

  /* line 895, spider.scss */
  .show-flex-desktop {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 902, spider.scss */
  .show-inline-desktop {
    display: inline !important; }

  /* line 906, spider.scss */
  .show-inline-block-desktop {
    display: inline-block !important; } }
@media screen and (max-width: 768px) {
  /* line 912, spider.scss */
  .hide-mobile {
    display: none !important; }

  /* line 916, spider.scss */
  .show-mobile {
    display: block !important; }

  /* line 920, spider.scss */
  .show-flex-mobile {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 927, spider.scss */
  .show-inline-mobile {
    display: inline !important; }

  /* line 931, spider.scss */
  .show-inline-block-mobile {
    display: inline-block !important; } }
@media screen and (max-width: 1200px) {
  /* line 937, spider.scss */
  .hide-lg {
    display: none !important; }

  /* line 941, spider.scss */
  .show-lg {
    display: block !important; }

  /* line 945, spider.scss */
  .show-flex-lg {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 952, spider.scss */
  .show-inline-lg {
    display: inline !important; }

  /* line 956, spider.scss */
  .show-inline-block-lg {
    display: inline-block !important; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 962, spider.scss */
  .hide-lg-only {
    display: none !important; }

  /* line 966, spider.scss */
  .show-lg-only {
    display: block !important; }

  /* line 970, spider.scss */
  .show-flex-lg-only {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 977, spider.scss */
  .show-inline-lg-only {
    display: inline !important; }

  /* line 981, spider.scss */
  .show-inline-block-lg-only {
    display: inline-block !important; } }
@media screen and (max-width: 1024px) {
  /* line 987, spider.scss */
  .hide-md {
    display: none !important; }

  /* line 991, spider.scss */
  .show-md {
    display: block !important; }

  /* line 995, spider.scss */
  .show-flex-md {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1002, spider.scss */
  .show-inline-md {
    display: inline !important; }

  /* line 1006, spider.scss */
  .show-inline-block-md {
    display: inline-block !important; } }
@media screen and (min-width: 921px) and (max-width: 1024px) {
  /* line 1012, spider.scss */
  .hide-md-only {
    display: none !important; }

  /* line 1016, spider.scss */
  .show-md-only {
    display: block !important; }

  /* line 1020, spider.scss */
  .show-flex-md-only {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1027, spider.scss */
  .show-inline-md-only {
    display: inline !important; }

  /* line 1031, spider.scss */
  .show-inline-block-md-only {
    display: inline-block !important; } }
@media screen and (max-width: 920px) {
  /* line 1037, spider.scss */
  .hide-m {
    display: none !important; }

  /* line 1041, spider.scss */
  .show-m {
    display: block !important; }

  /* line 1045, spider.scss */
  .show-flex-m {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1052, spider.scss */
  .show-inline-m {
    display: inline !important; }

  /* line 1056, spider.scss */
  .show-inline-block-m {
    display: inline-block !important; } }
@media screen and (min-width: 769px) and (max-width: 920px) {
  /* line 1062, spider.scss */
  .hide-m-only {
    display: none !important; }

  /* line 1066, spider.scss */
  .show-m-only {
    display: block !important; }

  /* line 1070, spider.scss */
  .show-flex-m-only {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1077, spider.scss */
  .show-inline-m-only {
    display: inline !important; }

  /* line 1081, spider.scss */
  .show-inline-block-m-only {
    display: inline-block !important; } }
@media screen and (max-width: 768px) {
  /* line 1087, spider.scss */
  .hide-sm {
    display: none !important; }

  /* line 1091, spider.scss */
  .show-sm {
    display: block !important; }

  /* line 1095, spider.scss */
  .show-flex-sm {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1102, spider.scss */
  .show-inline-sm {
    display: inline !important; }

  /* line 1106, spider.scss */
  .show-inline-block-sm {
    display: inline-block !important; } }
@media screen and (min-width: 641px) and (max-width: 768px) {
  /* line 1112, spider.scss */
  .hide-sm-only {
    display: none !important; }

  /* line 1116, spider.scss */
  .show-sm-only {
    display: block !important; }

  /* line 1120, spider.scss */
  .show-flex-sm-only {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1127, spider.scss */
  .show-inline-sm-only {
    display: inline !important; }

  /* line 1131, spider.scss */
  .show-inline-block-sm-only {
    display: inline-block !important; } }
@media screen and (max-width: 640px) {
  /* line 1137, spider.scss */
  .hide-s {
    display: none !important; }

  /* line 1141, spider.scss */
  .show-s {
    display: block !important; }

  /* line 1145, spider.scss */
  .show-flex-s {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1152, spider.scss */
  .show-inline-s {
    display: inline !important; }

  /* line 1156, spider.scss */
  .show-inline-block-s {
    display: inline-block !important; } }
@media screen and (min-width: 481px) and (max-width: 640px) {
  /* line 1162, spider.scss */
  .hide-s-only {
    display: none !important; }

  /* line 1166, spider.scss */
  .show-s-only {
    display: block !important; }

  /* line 1170, spider.scss */
  .show-flex-s-only {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1177, spider.scss */
  .show-inline-s-only {
    display: inline !important; }

  /* line 1181, spider.scss */
  .show-inline-block-s-only {
    display: inline-block !important; } }
@media screen and (max-width: 480px) {
  /* line 1187, spider.scss */
  .hide-xs {
    display: none !important; }

  /* line 1191, spider.scss */
  .show-xs {
    display: block !important; }

  /* line 1195, spider.scss */
  .show-flex-xs {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1202, spider.scss */
  .show-inline-xs {
    display: inline !important; }

  /* line 1206, spider.scss */
  .show-inline-block-xs {
    display: inline-block !important; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1212, spider.scss */
  .hide-xs-only {
    display: none !important; }

  /* line 1216, spider.scss */
  .show-xs-only {
    display: block !important; }

  /* line 1220, spider.scss */
  .show-flex-xs-only {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1227, spider.scss */
  .show-inline-xs-only {
    display: inline !important; }

  /* line 1231, spider.scss */
  .show-inline-block-xs-only {
    display: inline-block !important; } }
@media screen and (max-width: 380px) {
  /* line 1237, spider.scss */
  .hide-mc {
    display: none !important; }

  /* line 1241, spider.scss */
  .show-mc {
    display: block !important; }

  /* line 1245, spider.scss */
  .show-flex-mc {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1252, spider.scss */
  .show-inline-mc {
    display: inline !important; }

  /* line 1256, spider.scss */
  .show-inline-block-mc {
    display: inline-block !important; } }
/* line 1261, spider.scss */
.push-0 {
  margin-left: 0%; }

/* line 1265, spider.scss */
.push-1 {
  margin-left: 8.33333%; }

/* line 1269, spider.scss */
.push-2 {
  margin-left: 16.66667%; }

/* line 1273, spider.scss */
.push-3 {
  margin-left: 25%; }

/* line 1277, spider.scss */
.push-4 {
  margin-left: 33.33333%; }

/* line 1281, spider.scss */
.push-5 {
  margin-left: 41.66667%; }

/* line 1285, spider.scss */
.push-6 {
  margin-left: 50%; }

/* line 1289, spider.scss */
.push-7 {
  margin-left: 58.33333%; }

/* line 1293, spider.scss */
.push-8 {
  margin-left: 66.66667%; }

/* line 1297, spider.scss */
.push-9 {
  margin-left: 75%; }

/* line 1301, spider.scss */
.push-10 {
  margin-left: 83.33333%; }

/* line 1305, spider.scss */
.push-11 {
  margin-left: 91.66667%; }

/* line 1309, spider.scss */
.push-12 {
  margin-left: 100%; }

/* line 1313, spider.scss */
.pull-0 {
  margin-left: 0%; }

/* line 1317, spider.scss */
.pull-1 {
  margin-left: -8.33333%; }

/* line 1321, spider.scss */
.pull-2 {
  margin-left: -16.66667%; }

/* line 1325, spider.scss */
.pull-3 {
  margin-left: -25%; }

/* line 1329, spider.scss */
.pull-4 {
  margin-left: -33.33333%; }

/* line 1333, spider.scss */
.pull-5 {
  margin-left: -41.66667%; }

/* line 1337, spider.scss */
.pull-6 {
  margin-left: -50%; }

/* line 1341, spider.scss */
.pull-7 {
  margin-left: -58.33333%; }

/* line 1345, spider.scss */
.pull-8 {
  margin-left: -66.66667%; }

/* line 1349, spider.scss */
.pull-9 {
  margin-left: -75%; }

/* line 1353, spider.scss */
.pull-10 {
  margin-left: -83.33333%; }

/* line 1357, spider.scss */
.pull-11 {
  margin-left: -91.66667%; }

/* line 1361, spider.scss */
.pull-12 {
  margin-left: -100%; }

/* line 1365, spider.scss */
.post-0 {
  margin-right: 0%; }

/* line 1369, spider.scss */
.post-1 {
  margin-right: 8.33333%; }

/* line 1373, spider.scss */
.post-2 {
  margin-right: 16.66667%; }

/* line 1377, spider.scss */
.post-3 {
  margin-right: 25%; }

/* line 1381, spider.scss */
.post-4 {
  margin-right: 33.33333%; }

/* line 1385, spider.scss */
.post-5 {
  margin-right: 41.66667%; }

/* line 1389, spider.scss */
.post-6 {
  margin-right: 50%; }

/* line 1393, spider.scss */
.post-7 {
  margin-right: 58.33333%; }

/* line 1397, spider.scss */
.post-8 {
  margin-right: 66.66667%; }

/* line 1401, spider.scss */
.post-9 {
  margin-right: 75%; }

/* line 1405, spider.scss */
.post-10 {
  margin-right: 83.33333%; }

/* line 1409, spider.scss */
.post-11 {
  margin-right: 91.66667%; }

/* line 1413, spider.scss */
.post-12 {
  margin-right: 100%; }

/* line 1417, spider.scss */
.push-fifth {
  margin-left: 20%; }

/* line 1421, spider.scss */
.pull-fifth {
  margin-left: -20%; }

/* line 1425, spider.scss */
.post-fifth {
  margin-right: 20%; }

/* line 1429, spider.scss */
.pull-left {
  float: left; }

/* line 1433, spider.scss */
.pull-right {
  float: right; }

/* line 1437, spider.scss */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%; }

@media screen and (min-width: 769px) {
  /* line 1450, spider.scss */
  .push-0-desktop {
    margin-left: 0%; }

  /* line 1454, spider.scss */
  .push-1-desktop {
    margin-left: 8.33333%; }

  /* line 1458, spider.scss */
  .push-2-desktop {
    margin-left: 16.66667%; }

  /* line 1462, spider.scss */
  .push-3-desktop {
    margin-left: 25%; }

  /* line 1466, spider.scss */
  .push-4-desktop {
    margin-left: 33.33333%; }

  /* line 1470, spider.scss */
  .push-5-desktop {
    margin-left: 41.66667%; }

  /* line 1474, spider.scss */
  .push-6-desktop {
    margin-left: 50%; }

  /* line 1478, spider.scss */
  .push-7-desktop {
    margin-left: 58.33333%; }

  /* line 1482, spider.scss */
  .push-8-desktop {
    margin-left: 66.66667%; }

  /* line 1486, spider.scss */
  .push-9-desktop {
    margin-left: 75%; }

  /* line 1490, spider.scss */
  .push-10-desktop {
    margin-left: 83.33333%; }

  /* line 1494, spider.scss */
  .push-11-desktop {
    margin-left: 91.66667%; }

  /* line 1498, spider.scss */
  .push-12-desktop {
    margin-left: 100%; }

  /* line 1502, spider.scss */
  .pull-0-desktop {
    margin-left: 0%; }

  /* line 1506, spider.scss */
  .pull-1-desktop {
    margin-left: -8.33333%; }

  /* line 1510, spider.scss */
  .pull-2-desktop {
    margin-left: -16.66667%; }

  /* line 1514, spider.scss */
  .pull-3-desktop {
    margin-left: -25%; }

  /* line 1518, spider.scss */
  .pull-4-desktop {
    margin-left: -33.33333%; }

  /* line 1522, spider.scss */
  .pull-5-desktop {
    margin-left: -41.66667%; }

  /* line 1526, spider.scss */
  .pull-6-desktop {
    margin-left: -50%; }

  /* line 1530, spider.scss */
  .pull-7-desktop {
    margin-left: -58.33333%; }

  /* line 1534, spider.scss */
  .pull-8-desktop {
    margin-left: -66.66667%; }

  /* line 1538, spider.scss */
  .pull-9-desktop {
    margin-left: -75%; }

  /* line 1542, spider.scss */
  .pull-10-desktop {
    margin-left: -83.33333%; }

  /* line 1546, spider.scss */
  .pull-11-desktop {
    margin-left: -91.66667%; }

  /* line 1550, spider.scss */
  .pull-12-desktop {
    margin-left: -100%; }

  /* line 1554, spider.scss */
  .post-0-desktop {
    margin-right: 0%; }

  /* line 1558, spider.scss */
  .post-1-desktop {
    margin-right: 8.33333%; }

  /* line 1562, spider.scss */
  .post-2-desktop {
    margin-right: 16.66667%; }

  /* line 1566, spider.scss */
  .post-3-desktop {
    margin-right: 25%; }

  /* line 1570, spider.scss */
  .post-4-desktop {
    margin-right: 33.33333%; }

  /* line 1574, spider.scss */
  .post-5-desktop {
    margin-right: 41.66667%; }

  /* line 1578, spider.scss */
  .post-6-desktop {
    margin-right: 50%; }

  /* line 1582, spider.scss */
  .post-7-desktop {
    margin-right: 58.33333%; }

  /* line 1586, spider.scss */
  .post-8-desktop {
    margin-right: 66.66667%; }

  /* line 1590, spider.scss */
  .post-9-desktop {
    margin-right: 75%; }

  /* line 1594, spider.scss */
  .post-10-desktop {
    margin-right: 83.33333%; }

  /* line 1598, spider.scss */
  .post-11-desktop {
    margin-right: 91.66667%; }

  /* line 1602, spider.scss */
  .post-12-desktop {
    margin-right: 100%; }

  /* line 1606, spider.scss */
  .push-fifth-desktop {
    margin-left: 20%; }

  /* line 1610, spider.scss */
  .pull-fifth-desktop {
    margin-left: -20%; }

  /* line 1614, spider.scss */
  .post-fifth-desktop {
    margin-right: 20%; }

  /* line 1618, spider.scss */
  .pull-left-desktop {
    float: left; }

  /* line 1622, spider.scss */
  .pull-right-desktop {
    float: right; }

  /* line 1626, spider.scss */
  .clearfix-desktop:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 768px) {
  /* line 1640, spider.scss */
  .push-0-mobile {
    margin-left: 0%; }

  /* line 1644, spider.scss */
  .push-1-mobile {
    margin-left: 8.33333%; }

  /* line 1648, spider.scss */
  .push-2-mobile {
    margin-left: 16.66667%; }

  /* line 1652, spider.scss */
  .push-3-mobile {
    margin-left: 25%; }

  /* line 1656, spider.scss */
  .push-4-mobile {
    margin-left: 33.33333%; }

  /* line 1660, spider.scss */
  .push-5-mobile {
    margin-left: 41.66667%; }

  /* line 1664, spider.scss */
  .push-6-mobile {
    margin-left: 50%; }

  /* line 1668, spider.scss */
  .push-7-mobile {
    margin-left: 58.33333%; }

  /* line 1672, spider.scss */
  .push-8-mobile {
    margin-left: 66.66667%; }

  /* line 1676, spider.scss */
  .push-9-mobile {
    margin-left: 75%; }

  /* line 1680, spider.scss */
  .push-10-mobile {
    margin-left: 83.33333%; }

  /* line 1684, spider.scss */
  .push-11-mobile {
    margin-left: 91.66667%; }

  /* line 1688, spider.scss */
  .push-12-mobile {
    margin-left: 100%; }

  /* line 1692, spider.scss */
  .pull-0-mobile {
    margin-left: 0%; }

  /* line 1696, spider.scss */
  .pull-1-mobile {
    margin-left: -8.33333%; }

  /* line 1700, spider.scss */
  .pull-2-mobile {
    margin-left: -16.66667%; }

  /* line 1704, spider.scss */
  .pull-3-mobile {
    margin-left: -25%; }

  /* line 1708, spider.scss */
  .pull-4-mobile {
    margin-left: -33.33333%; }

  /* line 1712, spider.scss */
  .pull-5-mobile {
    margin-left: -41.66667%; }

  /* line 1716, spider.scss */
  .pull-6-mobile {
    margin-left: -50%; }

  /* line 1720, spider.scss */
  .pull-7-mobile {
    margin-left: -58.33333%; }

  /* line 1724, spider.scss */
  .pull-8-mobile {
    margin-left: -66.66667%; }

  /* line 1728, spider.scss */
  .pull-9-mobile {
    margin-left: -75%; }

  /* line 1732, spider.scss */
  .pull-10-mobile {
    margin-left: -83.33333%; }

  /* line 1736, spider.scss */
  .pull-11-mobile {
    margin-left: -91.66667%; }

  /* line 1740, spider.scss */
  .pull-12-mobile {
    margin-left: -100%; }

  /* line 1744, spider.scss */
  .post-0-mobile {
    margin-right: 0%; }

  /* line 1748, spider.scss */
  .post-1-mobile {
    margin-right: 8.33333%; }

  /* line 1752, spider.scss */
  .post-2-mobile {
    margin-right: 16.66667%; }

  /* line 1756, spider.scss */
  .post-3-mobile {
    margin-right: 25%; }

  /* line 1760, spider.scss */
  .post-4-mobile {
    margin-right: 33.33333%; }

  /* line 1764, spider.scss */
  .post-5-mobile {
    margin-right: 41.66667%; }

  /* line 1768, spider.scss */
  .post-6-mobile {
    margin-right: 50%; }

  /* line 1772, spider.scss */
  .post-7-mobile {
    margin-right: 58.33333%; }

  /* line 1776, spider.scss */
  .post-8-mobile {
    margin-right: 66.66667%; }

  /* line 1780, spider.scss */
  .post-9-mobile {
    margin-right: 75%; }

  /* line 1784, spider.scss */
  .post-10-mobile {
    margin-right: 83.33333%; }

  /* line 1788, spider.scss */
  .post-11-mobile {
    margin-right: 91.66667%; }

  /* line 1792, spider.scss */
  .post-12-mobile {
    margin-right: 100%; }

  /* line 1796, spider.scss */
  .push-fifth-mobile {
    margin-left: 20%; }

  /* line 1800, spider.scss */
  .pull-fifth-mobile {
    margin-left: -20%; }

  /* line 1804, spider.scss */
  .post-fifth-mobile {
    margin-right: 20%; }

  /* line 1808, spider.scss */
  .pull-left-mobile {
    float: left; }

  /* line 1812, spider.scss */
  .pull-right-mobile {
    float: right; }

  /* line 1816, spider.scss */
  .clearfix-mobile:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 1200px) {
  /* line 1830, spider.scss */
  .push-0-lg {
    margin-left: 0%; }

  /* line 1834, spider.scss */
  .push-1-lg {
    margin-left: 8.33333%; }

  /* line 1838, spider.scss */
  .push-2-lg {
    margin-left: 16.66667%; }

  /* line 1842, spider.scss */
  .push-3-lg {
    margin-left: 25%; }

  /* line 1846, spider.scss */
  .push-4-lg {
    margin-left: 33.33333%; }

  /* line 1850, spider.scss */
  .push-5-lg {
    margin-left: 41.66667%; }

  /* line 1854, spider.scss */
  .push-6-lg {
    margin-left: 50%; }

  /* line 1858, spider.scss */
  .push-7-lg {
    margin-left: 58.33333%; }

  /* line 1862, spider.scss */
  .push-8-lg {
    margin-left: 66.66667%; }

  /* line 1866, spider.scss */
  .push-9-lg {
    margin-left: 75%; }

  /* line 1870, spider.scss */
  .push-10-lg {
    margin-left: 83.33333%; }

  /* line 1874, spider.scss */
  .push-11-lg {
    margin-left: 91.66667%; }

  /* line 1878, spider.scss */
  .push-12-lg {
    margin-left: 100%; }

  /* line 1882, spider.scss */
  .pull-0-lg {
    margin-left: 0%; }

  /* line 1886, spider.scss */
  .pull-1-lg {
    margin-left: -8.33333%; }

  /* line 1890, spider.scss */
  .pull-2-lg {
    margin-left: -16.66667%; }

  /* line 1894, spider.scss */
  .pull-3-lg {
    margin-left: -25%; }

  /* line 1898, spider.scss */
  .pull-4-lg {
    margin-left: -33.33333%; }

  /* line 1902, spider.scss */
  .pull-5-lg {
    margin-left: -41.66667%; }

  /* line 1906, spider.scss */
  .pull-6-lg {
    margin-left: -50%; }

  /* line 1910, spider.scss */
  .pull-7-lg {
    margin-left: -58.33333%; }

  /* line 1914, spider.scss */
  .pull-8-lg {
    margin-left: -66.66667%; }

  /* line 1918, spider.scss */
  .pull-9-lg {
    margin-left: -75%; }

  /* line 1922, spider.scss */
  .pull-10-lg {
    margin-left: -83.33333%; }

  /* line 1926, spider.scss */
  .pull-11-lg {
    margin-left: -91.66667%; }

  /* line 1930, spider.scss */
  .pull-12-lg {
    margin-left: -100%; }

  /* line 1934, spider.scss */
  .post-0-lg {
    margin-right: 0%; }

  /* line 1938, spider.scss */
  .post-1-lg {
    margin-right: 8.33333%; }

  /* line 1942, spider.scss */
  .post-2-lg {
    margin-right: 16.66667%; }

  /* line 1946, spider.scss */
  .post-3-lg {
    margin-right: 25%; }

  /* line 1950, spider.scss */
  .post-4-lg {
    margin-right: 33.33333%; }

  /* line 1954, spider.scss */
  .post-5-lg {
    margin-right: 41.66667%; }

  /* line 1958, spider.scss */
  .post-6-lg {
    margin-right: 50%; }

  /* line 1962, spider.scss */
  .post-7-lg {
    margin-right: 58.33333%; }

  /* line 1966, spider.scss */
  .post-8-lg {
    margin-right: 66.66667%; }

  /* line 1970, spider.scss */
  .post-9-lg {
    margin-right: 75%; }

  /* line 1974, spider.scss */
  .post-10-lg {
    margin-right: 83.33333%; }

  /* line 1978, spider.scss */
  .post-11-lg {
    margin-right: 91.66667%; }

  /* line 1982, spider.scss */
  .post-12-lg {
    margin-right: 100%; }

  /* line 1986, spider.scss */
  .push-fifth-lg {
    margin-left: 20%; }

  /* line 1990, spider.scss */
  .pull-fifth-lg {
    margin-left: -20%; }

  /* line 1994, spider.scss */
  .post-fifth-lg {
    margin-right: 20%; }

  /* line 1998, spider.scss */
  .pull-left-lg {
    float: left; }

  /* line 2002, spider.scss */
  .pull-right-lg {
    float: right; }

  /* line 2006, spider.scss */
  .clearfix-lg:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 2020, spider.scss */
  .push-0-lg-only {
    margin-left: 0%; }

  /* line 2024, spider.scss */
  .push-1-lg-only {
    margin-left: 8.33333%; }

  /* line 2028, spider.scss */
  .push-2-lg-only {
    margin-left: 16.66667%; }

  /* line 2032, spider.scss */
  .push-3-lg-only {
    margin-left: 25%; }

  /* line 2036, spider.scss */
  .push-4-lg-only {
    margin-left: 33.33333%; }

  /* line 2040, spider.scss */
  .push-5-lg-only {
    margin-left: 41.66667%; }

  /* line 2044, spider.scss */
  .push-6-lg-only {
    margin-left: 50%; }

  /* line 2048, spider.scss */
  .push-7-lg-only {
    margin-left: 58.33333%; }

  /* line 2052, spider.scss */
  .push-8-lg-only {
    margin-left: 66.66667%; }

  /* line 2056, spider.scss */
  .push-9-lg-only {
    margin-left: 75%; }

  /* line 2060, spider.scss */
  .push-10-lg-only {
    margin-left: 83.33333%; }

  /* line 2064, spider.scss */
  .push-11-lg-only {
    margin-left: 91.66667%; }

  /* line 2068, spider.scss */
  .push-12-lg-only {
    margin-left: 100%; }

  /* line 2072, spider.scss */
  .pull-0-lg-only {
    margin-left: 0%; }

  /* line 2076, spider.scss */
  .pull-1-lg-only {
    margin-left: -8.33333%; }

  /* line 2080, spider.scss */
  .pull-2-lg-only {
    margin-left: -16.66667%; }

  /* line 2084, spider.scss */
  .pull-3-lg-only {
    margin-left: -25%; }

  /* line 2088, spider.scss */
  .pull-4-lg-only {
    margin-left: -33.33333%; }

  /* line 2092, spider.scss */
  .pull-5-lg-only {
    margin-left: -41.66667%; }

  /* line 2096, spider.scss */
  .pull-6-lg-only {
    margin-left: -50%; }

  /* line 2100, spider.scss */
  .pull-7-lg-only {
    margin-left: -58.33333%; }

  /* line 2104, spider.scss */
  .pull-8-lg-only {
    margin-left: -66.66667%; }

  /* line 2108, spider.scss */
  .pull-9-lg-only {
    margin-left: -75%; }

  /* line 2112, spider.scss */
  .pull-10-lg-only {
    margin-left: -83.33333%; }

  /* line 2116, spider.scss */
  .pull-11-lg-only {
    margin-left: -91.66667%; }

  /* line 2120, spider.scss */
  .pull-12-lg-only {
    margin-left: -100%; }

  /* line 2124, spider.scss */
  .post-0-lg-only {
    margin-right: 0%; }

  /* line 2128, spider.scss */
  .post-1-lg-only {
    margin-right: 8.33333%; }

  /* line 2132, spider.scss */
  .post-2-lg-only {
    margin-right: 16.66667%; }

  /* line 2136, spider.scss */
  .post-3-lg-only {
    margin-right: 25%; }

  /* line 2140, spider.scss */
  .post-4-lg-only {
    margin-right: 33.33333%; }

  /* line 2144, spider.scss */
  .post-5-lg-only {
    margin-right: 41.66667%; }

  /* line 2148, spider.scss */
  .post-6-lg-only {
    margin-right: 50%; }

  /* line 2152, spider.scss */
  .post-7-lg-only {
    margin-right: 58.33333%; }

  /* line 2156, spider.scss */
  .post-8-lg-only {
    margin-right: 66.66667%; }

  /* line 2160, spider.scss */
  .post-9-lg-only {
    margin-right: 75%; }

  /* line 2164, spider.scss */
  .post-10-lg-only {
    margin-right: 83.33333%; }

  /* line 2168, spider.scss */
  .post-11-lg-only {
    margin-right: 91.66667%; }

  /* line 2172, spider.scss */
  .post-12-lg-only {
    margin-right: 100%; }

  /* line 2176, spider.scss */
  .push-fifth-lg-only {
    margin-left: 20%; }

  /* line 2180, spider.scss */
  .pull-fifth-lg-only {
    margin-left: -20%; }

  /* line 2184, spider.scss */
  .post-fifth-lg-only {
    margin-right: 20%; }

  /* line 2188, spider.scss */
  .pull-left-lg-only {
    float: left; }

  /* line 2192, spider.scss */
  .pull-right-lg-only {
    float: right; }

  /* line 2196, spider.scss */
  .clearfix-lg-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 1024px) {
  /* line 2210, spider.scss */
  .push-0-md {
    margin-left: 0%; }

  /* line 2214, spider.scss */
  .push-1-md {
    margin-left: 8.33333%; }

  /* line 2218, spider.scss */
  .push-2-md {
    margin-left: 16.66667%; }

  /* line 2222, spider.scss */
  .push-3-md {
    margin-left: 25%; }

  /* line 2226, spider.scss */
  .push-4-md {
    margin-left: 33.33333%; }

  /* line 2230, spider.scss */
  .push-5-md {
    margin-left: 41.66667%; }

  /* line 2234, spider.scss */
  .push-6-md {
    margin-left: 50%; }

  /* line 2238, spider.scss */
  .push-7-md {
    margin-left: 58.33333%; }

  /* line 2242, spider.scss */
  .push-8-md {
    margin-left: 66.66667%; }

  /* line 2246, spider.scss */
  .push-9-md {
    margin-left: 75%; }

  /* line 2250, spider.scss */
  .push-10-md {
    margin-left: 83.33333%; }

  /* line 2254, spider.scss */
  .push-11-md {
    margin-left: 91.66667%; }

  /* line 2258, spider.scss */
  .push-12-md {
    margin-left: 100%; }

  /* line 2262, spider.scss */
  .pull-0-md {
    margin-left: 0%; }

  /* line 2266, spider.scss */
  .pull-1-md {
    margin-left: -8.33333%; }

  /* line 2270, spider.scss */
  .pull-2-md {
    margin-left: -16.66667%; }

  /* line 2274, spider.scss */
  .pull-3-md {
    margin-left: -25%; }

  /* line 2278, spider.scss */
  .pull-4-md {
    margin-left: -33.33333%; }

  /* line 2282, spider.scss */
  .pull-5-md {
    margin-left: -41.66667%; }

  /* line 2286, spider.scss */
  .pull-6-md {
    margin-left: -50%; }

  /* line 2290, spider.scss */
  .pull-7-md {
    margin-left: -58.33333%; }

  /* line 2294, spider.scss */
  .pull-8-md {
    margin-left: -66.66667%; }

  /* line 2298, spider.scss */
  .pull-9-md {
    margin-left: -75%; }

  /* line 2302, spider.scss */
  .pull-10-md {
    margin-left: -83.33333%; }

  /* line 2306, spider.scss */
  .pull-11-md {
    margin-left: -91.66667%; }

  /* line 2310, spider.scss */
  .pull-12-md {
    margin-left: -100%; }

  /* line 2314, spider.scss */
  .post-0-md {
    margin-right: 0%; }

  /* line 2318, spider.scss */
  .post-1-md {
    margin-right: 8.33333%; }

  /* line 2322, spider.scss */
  .post-2-md {
    margin-right: 16.66667%; }

  /* line 2326, spider.scss */
  .post-3-md {
    margin-right: 25%; }

  /* line 2330, spider.scss */
  .post-4-md {
    margin-right: 33.33333%; }

  /* line 2334, spider.scss */
  .post-5-md {
    margin-right: 41.66667%; }

  /* line 2338, spider.scss */
  .post-6-md {
    margin-right: 50%; }

  /* line 2342, spider.scss */
  .post-7-md {
    margin-right: 58.33333%; }

  /* line 2346, spider.scss */
  .post-8-md {
    margin-right: 66.66667%; }

  /* line 2350, spider.scss */
  .post-9-md {
    margin-right: 75%; }

  /* line 2354, spider.scss */
  .post-10-md {
    margin-right: 83.33333%; }

  /* line 2358, spider.scss */
  .post-11-md {
    margin-right: 91.66667%; }

  /* line 2362, spider.scss */
  .post-12-md {
    margin-right: 100%; }

  /* line 2366, spider.scss */
  .push-fifth-md {
    margin-left: 20%; }

  /* line 2370, spider.scss */
  .pull-fifth-md {
    margin-left: -20%; }

  /* line 2374, spider.scss */
  .post-fifth-md {
    margin-right: 20%; }

  /* line 2378, spider.scss */
  .pull-left-md {
    float: left; }

  /* line 2382, spider.scss */
  .pull-right-md {
    float: right; }

  /* line 2386, spider.scss */
  .clearfix-md:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 921px) and (max-width: 1024px) {
  /* line 2400, spider.scss */
  .push-0-md-only {
    margin-left: 0%; }

  /* line 2404, spider.scss */
  .push-1-md-only {
    margin-left: 8.33333%; }

  /* line 2408, spider.scss */
  .push-2-md-only {
    margin-left: 16.66667%; }

  /* line 2412, spider.scss */
  .push-3-md-only {
    margin-left: 25%; }

  /* line 2416, spider.scss */
  .push-4-md-only {
    margin-left: 33.33333%; }

  /* line 2420, spider.scss */
  .push-5-md-only {
    margin-left: 41.66667%; }

  /* line 2424, spider.scss */
  .push-6-md-only {
    margin-left: 50%; }

  /* line 2428, spider.scss */
  .push-7-md-only {
    margin-left: 58.33333%; }

  /* line 2432, spider.scss */
  .push-8-md-only {
    margin-left: 66.66667%; }

  /* line 2436, spider.scss */
  .push-9-md-only {
    margin-left: 75%; }

  /* line 2440, spider.scss */
  .push-10-md-only {
    margin-left: 83.33333%; }

  /* line 2444, spider.scss */
  .push-11-md-only {
    margin-left: 91.66667%; }

  /* line 2448, spider.scss */
  .push-12-md-only {
    margin-left: 100%; }

  /* line 2452, spider.scss */
  .pull-0-md-only {
    margin-left: 0%; }

  /* line 2456, spider.scss */
  .pull-1-md-only {
    margin-left: -8.33333%; }

  /* line 2460, spider.scss */
  .pull-2-md-only {
    margin-left: -16.66667%; }

  /* line 2464, spider.scss */
  .pull-3-md-only {
    margin-left: -25%; }

  /* line 2468, spider.scss */
  .pull-4-md-only {
    margin-left: -33.33333%; }

  /* line 2472, spider.scss */
  .pull-5-md-only {
    margin-left: -41.66667%; }

  /* line 2476, spider.scss */
  .pull-6-md-only {
    margin-left: -50%; }

  /* line 2480, spider.scss */
  .pull-7-md-only {
    margin-left: -58.33333%; }

  /* line 2484, spider.scss */
  .pull-8-md-only {
    margin-left: -66.66667%; }

  /* line 2488, spider.scss */
  .pull-9-md-only {
    margin-left: -75%; }

  /* line 2492, spider.scss */
  .pull-10-md-only {
    margin-left: -83.33333%; }

  /* line 2496, spider.scss */
  .pull-11-md-only {
    margin-left: -91.66667%; }

  /* line 2500, spider.scss */
  .pull-12-md-only {
    margin-left: -100%; }

  /* line 2504, spider.scss */
  .post-0-md-only {
    margin-right: 0%; }

  /* line 2508, spider.scss */
  .post-1-md-only {
    margin-right: 8.33333%; }

  /* line 2512, spider.scss */
  .post-2-md-only {
    margin-right: 16.66667%; }

  /* line 2516, spider.scss */
  .post-3-md-only {
    margin-right: 25%; }

  /* line 2520, spider.scss */
  .post-4-md-only {
    margin-right: 33.33333%; }

  /* line 2524, spider.scss */
  .post-5-md-only {
    margin-right: 41.66667%; }

  /* line 2528, spider.scss */
  .post-6-md-only {
    margin-right: 50%; }

  /* line 2532, spider.scss */
  .post-7-md-only {
    margin-right: 58.33333%; }

  /* line 2536, spider.scss */
  .post-8-md-only {
    margin-right: 66.66667%; }

  /* line 2540, spider.scss */
  .post-9-md-only {
    margin-right: 75%; }

  /* line 2544, spider.scss */
  .post-10-md-only {
    margin-right: 83.33333%; }

  /* line 2548, spider.scss */
  .post-11-md-only {
    margin-right: 91.66667%; }

  /* line 2552, spider.scss */
  .post-12-md-only {
    margin-right: 100%; }

  /* line 2556, spider.scss */
  .push-fifth-md-only {
    margin-left: 20%; }

  /* line 2560, spider.scss */
  .pull-fifth-md-only {
    margin-left: -20%; }

  /* line 2564, spider.scss */
  .post-fifth-md-only {
    margin-right: 20%; }

  /* line 2568, spider.scss */
  .pull-left-md-only {
    float: left; }

  /* line 2572, spider.scss */
  .pull-right-md-only {
    float: right; }

  /* line 2576, spider.scss */
  .clearfix-md-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 920px) {
  /* line 2590, spider.scss */
  .push-0-m {
    margin-left: 0%; }

  /* line 2594, spider.scss */
  .push-1-m {
    margin-left: 8.33333%; }

  /* line 2598, spider.scss */
  .push-2-m {
    margin-left: 16.66667%; }

  /* line 2602, spider.scss */
  .push-3-m {
    margin-left: 25%; }

  /* line 2606, spider.scss */
  .push-4-m {
    margin-left: 33.33333%; }

  /* line 2610, spider.scss */
  .push-5-m {
    margin-left: 41.66667%; }

  /* line 2614, spider.scss */
  .push-6-m {
    margin-left: 50%; }

  /* line 2618, spider.scss */
  .push-7-m {
    margin-left: 58.33333%; }

  /* line 2622, spider.scss */
  .push-8-m {
    margin-left: 66.66667%; }

  /* line 2626, spider.scss */
  .push-9-m {
    margin-left: 75%; }

  /* line 2630, spider.scss */
  .push-10-m {
    margin-left: 83.33333%; }

  /* line 2634, spider.scss */
  .push-11-m {
    margin-left: 91.66667%; }

  /* line 2638, spider.scss */
  .push-12-m {
    margin-left: 100%; }

  /* line 2642, spider.scss */
  .pull-0-m {
    margin-left: 0%; }

  /* line 2646, spider.scss */
  .pull-1-m {
    margin-left: -8.33333%; }

  /* line 2650, spider.scss */
  .pull-2-m {
    margin-left: -16.66667%; }

  /* line 2654, spider.scss */
  .pull-3-m {
    margin-left: -25%; }

  /* line 2658, spider.scss */
  .pull-4-m {
    margin-left: -33.33333%; }

  /* line 2662, spider.scss */
  .pull-5-m {
    margin-left: -41.66667%; }

  /* line 2666, spider.scss */
  .pull-6-m {
    margin-left: -50%; }

  /* line 2670, spider.scss */
  .pull-7-m {
    margin-left: -58.33333%; }

  /* line 2674, spider.scss */
  .pull-8-m {
    margin-left: -66.66667%; }

  /* line 2678, spider.scss */
  .pull-9-m {
    margin-left: -75%; }

  /* line 2682, spider.scss */
  .pull-10-m {
    margin-left: -83.33333%; }

  /* line 2686, spider.scss */
  .pull-11-m {
    margin-left: -91.66667%; }

  /* line 2690, spider.scss */
  .pull-12-m {
    margin-left: -100%; }

  /* line 2694, spider.scss */
  .post-0-m {
    margin-right: 0%; }

  /* line 2698, spider.scss */
  .post-1-m {
    margin-right: 8.33333%; }

  /* line 2702, spider.scss */
  .post-2-m {
    margin-right: 16.66667%; }

  /* line 2706, spider.scss */
  .post-3-m {
    margin-right: 25%; }

  /* line 2710, spider.scss */
  .post-4-m {
    margin-right: 33.33333%; }

  /* line 2714, spider.scss */
  .post-5-m {
    margin-right: 41.66667%; }

  /* line 2718, spider.scss */
  .post-6-m {
    margin-right: 50%; }

  /* line 2722, spider.scss */
  .post-7-m {
    margin-right: 58.33333%; }

  /* line 2726, spider.scss */
  .post-8-m {
    margin-right: 66.66667%; }

  /* line 2730, spider.scss */
  .post-9-m {
    margin-right: 75%; }

  /* line 2734, spider.scss */
  .post-10-m {
    margin-right: 83.33333%; }

  /* line 2738, spider.scss */
  .post-11-m {
    margin-right: 91.66667%; }

  /* line 2742, spider.scss */
  .post-12-m {
    margin-right: 100%; }

  /* line 2746, spider.scss */
  .push-fifth-m {
    margin-left: 20%; }

  /* line 2750, spider.scss */
  .pull-fifth-m {
    margin-left: -20%; }

  /* line 2754, spider.scss */
  .post-fifth-m {
    margin-right: 20%; }

  /* line 2758, spider.scss */
  .pull-left-m {
    float: left; }

  /* line 2762, spider.scss */
  .pull-right-m {
    float: right; }

  /* line 2766, spider.scss */
  .clearfix-m:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 769px) and (max-width: 920px) {
  /* line 2780, spider.scss */
  .push-0-m-only {
    margin-left: 0%; }

  /* line 2784, spider.scss */
  .push-1-m-only {
    margin-left: 8.33333%; }

  /* line 2788, spider.scss */
  .push-2-m-only {
    margin-left: 16.66667%; }

  /* line 2792, spider.scss */
  .push-3-m-only {
    margin-left: 25%; }

  /* line 2796, spider.scss */
  .push-4-m-only {
    margin-left: 33.33333%; }

  /* line 2800, spider.scss */
  .push-5-m-only {
    margin-left: 41.66667%; }

  /* line 2804, spider.scss */
  .push-6-m-only {
    margin-left: 50%; }

  /* line 2808, spider.scss */
  .push-7-m-only {
    margin-left: 58.33333%; }

  /* line 2812, spider.scss */
  .push-8-m-only {
    margin-left: 66.66667%; }

  /* line 2816, spider.scss */
  .push-9-m-only {
    margin-left: 75%; }

  /* line 2820, spider.scss */
  .push-10-m-only {
    margin-left: 83.33333%; }

  /* line 2824, spider.scss */
  .push-11-m-only {
    margin-left: 91.66667%; }

  /* line 2828, spider.scss */
  .push-12-m-only {
    margin-left: 100%; }

  /* line 2832, spider.scss */
  .pull-0-m-only {
    margin-left: 0%; }

  /* line 2836, spider.scss */
  .pull-1-m-only {
    margin-left: -8.33333%; }

  /* line 2840, spider.scss */
  .pull-2-m-only {
    margin-left: -16.66667%; }

  /* line 2844, spider.scss */
  .pull-3-m-only {
    margin-left: -25%; }

  /* line 2848, spider.scss */
  .pull-4-m-only {
    margin-left: -33.33333%; }

  /* line 2852, spider.scss */
  .pull-5-m-only {
    margin-left: -41.66667%; }

  /* line 2856, spider.scss */
  .pull-6-m-only {
    margin-left: -50%; }

  /* line 2860, spider.scss */
  .pull-7-m-only {
    margin-left: -58.33333%; }

  /* line 2864, spider.scss */
  .pull-8-m-only {
    margin-left: -66.66667%; }

  /* line 2868, spider.scss */
  .pull-9-m-only {
    margin-left: -75%; }

  /* line 2872, spider.scss */
  .pull-10-m-only {
    margin-left: -83.33333%; }

  /* line 2876, spider.scss */
  .pull-11-m-only {
    margin-left: -91.66667%; }

  /* line 2880, spider.scss */
  .pull-12-m-only {
    margin-left: -100%; }

  /* line 2884, spider.scss */
  .post-0-m-only {
    margin-right: 0%; }

  /* line 2888, spider.scss */
  .post-1-m-only {
    margin-right: 8.33333%; }

  /* line 2892, spider.scss */
  .post-2-m-only {
    margin-right: 16.66667%; }

  /* line 2896, spider.scss */
  .post-3-m-only {
    margin-right: 25%; }

  /* line 2900, spider.scss */
  .post-4-m-only {
    margin-right: 33.33333%; }

  /* line 2904, spider.scss */
  .post-5-m-only {
    margin-right: 41.66667%; }

  /* line 2908, spider.scss */
  .post-6-m-only {
    margin-right: 50%; }

  /* line 2912, spider.scss */
  .post-7-m-only {
    margin-right: 58.33333%; }

  /* line 2916, spider.scss */
  .post-8-m-only {
    margin-right: 66.66667%; }

  /* line 2920, spider.scss */
  .post-9-m-only {
    margin-right: 75%; }

  /* line 2924, spider.scss */
  .post-10-m-only {
    margin-right: 83.33333%; }

  /* line 2928, spider.scss */
  .post-11-m-only {
    margin-right: 91.66667%; }

  /* line 2932, spider.scss */
  .post-12-m-only {
    margin-right: 100%; }

  /* line 2936, spider.scss */
  .push-fifth-m-only {
    margin-left: 20%; }

  /* line 2940, spider.scss */
  .pull-fifth-m-only {
    margin-left: -20%; }

  /* line 2944, spider.scss */
  .post-fifth-m-only {
    margin-right: 20%; }

  /* line 2948, spider.scss */
  .pull-left-m-only {
    float: left; }

  /* line 2952, spider.scss */
  .pull-right-m-only {
    float: right; }

  /* line 2956, spider.scss */
  .clearfix-m-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 768px) {
  /* line 2970, spider.scss */
  .push-0-sm {
    margin-left: 0%; }

  /* line 2974, spider.scss */
  .push-1-sm {
    margin-left: 8.33333%; }

  /* line 2978, spider.scss */
  .push-2-sm {
    margin-left: 16.66667%; }

  /* line 2982, spider.scss */
  .push-3-sm {
    margin-left: 25%; }

  /* line 2986, spider.scss */
  .push-4-sm {
    margin-left: 33.33333%; }

  /* line 2990, spider.scss */
  .push-5-sm {
    margin-left: 41.66667%; }

  /* line 2994, spider.scss */
  .push-6-sm {
    margin-left: 50%; }

  /* line 2998, spider.scss */
  .push-7-sm {
    margin-left: 58.33333%; }

  /* line 3002, spider.scss */
  .push-8-sm {
    margin-left: 66.66667%; }

  /* line 3006, spider.scss */
  .push-9-sm {
    margin-left: 75%; }

  /* line 3010, spider.scss */
  .push-10-sm {
    margin-left: 83.33333%; }

  /* line 3014, spider.scss */
  .push-11-sm {
    margin-left: 91.66667%; }

  /* line 3018, spider.scss */
  .push-12-sm {
    margin-left: 100%; }

  /* line 3022, spider.scss */
  .pull-0-sm {
    margin-left: 0%; }

  /* line 3026, spider.scss */
  .pull-1-sm {
    margin-left: -8.33333%; }

  /* line 3030, spider.scss */
  .pull-2-sm {
    margin-left: -16.66667%; }

  /* line 3034, spider.scss */
  .pull-3-sm {
    margin-left: -25%; }

  /* line 3038, spider.scss */
  .pull-4-sm {
    margin-left: -33.33333%; }

  /* line 3042, spider.scss */
  .pull-5-sm {
    margin-left: -41.66667%; }

  /* line 3046, spider.scss */
  .pull-6-sm {
    margin-left: -50%; }

  /* line 3050, spider.scss */
  .pull-7-sm {
    margin-left: -58.33333%; }

  /* line 3054, spider.scss */
  .pull-8-sm {
    margin-left: -66.66667%; }

  /* line 3058, spider.scss */
  .pull-9-sm {
    margin-left: -75%; }

  /* line 3062, spider.scss */
  .pull-10-sm {
    margin-left: -83.33333%; }

  /* line 3066, spider.scss */
  .pull-11-sm {
    margin-left: -91.66667%; }

  /* line 3070, spider.scss */
  .pull-12-sm {
    margin-left: -100%; }

  /* line 3074, spider.scss */
  .post-0-sm {
    margin-right: 0%; }

  /* line 3078, spider.scss */
  .post-1-sm {
    margin-right: 8.33333%; }

  /* line 3082, spider.scss */
  .post-2-sm {
    margin-right: 16.66667%; }

  /* line 3086, spider.scss */
  .post-3-sm {
    margin-right: 25%; }

  /* line 3090, spider.scss */
  .post-4-sm {
    margin-right: 33.33333%; }

  /* line 3094, spider.scss */
  .post-5-sm {
    margin-right: 41.66667%; }

  /* line 3098, spider.scss */
  .post-6-sm {
    margin-right: 50%; }

  /* line 3102, spider.scss */
  .post-7-sm {
    margin-right: 58.33333%; }

  /* line 3106, spider.scss */
  .post-8-sm {
    margin-right: 66.66667%; }

  /* line 3110, spider.scss */
  .post-9-sm {
    margin-right: 75%; }

  /* line 3114, spider.scss */
  .post-10-sm {
    margin-right: 83.33333%; }

  /* line 3118, spider.scss */
  .post-11-sm {
    margin-right: 91.66667%; }

  /* line 3122, spider.scss */
  .post-12-sm {
    margin-right: 100%; }

  /* line 3126, spider.scss */
  .push-fifth-sm {
    margin-left: 20%; }

  /* line 3130, spider.scss */
  .pull-fifth-sm {
    margin-left: -20%; }

  /* line 3134, spider.scss */
  .post-fifth-sm {
    margin-right: 20%; }

  /* line 3138, spider.scss */
  .pull-left-sm {
    float: left; }

  /* line 3142, spider.scss */
  .pull-right-sm {
    float: right; }

  /* line 3146, spider.scss */
  .clearfix-sm:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 641px) and (max-width: 768px) {
  /* line 3160, spider.scss */
  .push-0-sm-only {
    margin-left: 0%; }

  /* line 3164, spider.scss */
  .push-1-sm-only {
    margin-left: 8.33333%; }

  /* line 3168, spider.scss */
  .push-2-sm-only {
    margin-left: 16.66667%; }

  /* line 3172, spider.scss */
  .push-3-sm-only {
    margin-left: 25%; }

  /* line 3176, spider.scss */
  .push-4-sm-only {
    margin-left: 33.33333%; }

  /* line 3180, spider.scss */
  .push-5-sm-only {
    margin-left: 41.66667%; }

  /* line 3184, spider.scss */
  .push-6-sm-only {
    margin-left: 50%; }

  /* line 3188, spider.scss */
  .push-7-sm-only {
    margin-left: 58.33333%; }

  /* line 3192, spider.scss */
  .push-8-sm-only {
    margin-left: 66.66667%; }

  /* line 3196, spider.scss */
  .push-9-sm-only {
    margin-left: 75%; }

  /* line 3200, spider.scss */
  .push-10-sm-only {
    margin-left: 83.33333%; }

  /* line 3204, spider.scss */
  .push-11-sm-only {
    margin-left: 91.66667%; }

  /* line 3208, spider.scss */
  .push-12-sm-only {
    margin-left: 100%; }

  /* line 3212, spider.scss */
  .pull-0-sm-only {
    margin-left: 0%; }

  /* line 3216, spider.scss */
  .pull-1-sm-only {
    margin-left: -8.33333%; }

  /* line 3220, spider.scss */
  .pull-2-sm-only {
    margin-left: -16.66667%; }

  /* line 3224, spider.scss */
  .pull-3-sm-only {
    margin-left: -25%; }

  /* line 3228, spider.scss */
  .pull-4-sm-only {
    margin-left: -33.33333%; }

  /* line 3232, spider.scss */
  .pull-5-sm-only {
    margin-left: -41.66667%; }

  /* line 3236, spider.scss */
  .pull-6-sm-only {
    margin-left: -50%; }

  /* line 3240, spider.scss */
  .pull-7-sm-only {
    margin-left: -58.33333%; }

  /* line 3244, spider.scss */
  .pull-8-sm-only {
    margin-left: -66.66667%; }

  /* line 3248, spider.scss */
  .pull-9-sm-only {
    margin-left: -75%; }

  /* line 3252, spider.scss */
  .pull-10-sm-only {
    margin-left: -83.33333%; }

  /* line 3256, spider.scss */
  .pull-11-sm-only {
    margin-left: -91.66667%; }

  /* line 3260, spider.scss */
  .pull-12-sm-only {
    margin-left: -100%; }

  /* line 3264, spider.scss */
  .post-0-sm-only {
    margin-right: 0%; }

  /* line 3268, spider.scss */
  .post-1-sm-only {
    margin-right: 8.33333%; }

  /* line 3272, spider.scss */
  .post-2-sm-only {
    margin-right: 16.66667%; }

  /* line 3276, spider.scss */
  .post-3-sm-only {
    margin-right: 25%; }

  /* line 3280, spider.scss */
  .post-4-sm-only {
    margin-right: 33.33333%; }

  /* line 3284, spider.scss */
  .post-5-sm-only {
    margin-right: 41.66667%; }

  /* line 3288, spider.scss */
  .post-6-sm-only {
    margin-right: 50%; }

  /* line 3292, spider.scss */
  .post-7-sm-only {
    margin-right: 58.33333%; }

  /* line 3296, spider.scss */
  .post-8-sm-only {
    margin-right: 66.66667%; }

  /* line 3300, spider.scss */
  .post-9-sm-only {
    margin-right: 75%; }

  /* line 3304, spider.scss */
  .post-10-sm-only {
    margin-right: 83.33333%; }

  /* line 3308, spider.scss */
  .post-11-sm-only {
    margin-right: 91.66667%; }

  /* line 3312, spider.scss */
  .post-12-sm-only {
    margin-right: 100%; }

  /* line 3316, spider.scss */
  .push-fifth-sm-only {
    margin-left: 20%; }

  /* line 3320, spider.scss */
  .pull-fifth-sm-only {
    margin-left: -20%; }

  /* line 3324, spider.scss */
  .post-fifth-sm-only {
    margin-right: 20%; }

  /* line 3328, spider.scss */
  .pull-left-sm-only {
    float: left; }

  /* line 3332, spider.scss */
  .pull-right-sm-only {
    float: right; }

  /* line 3336, spider.scss */
  .clearfix-sm-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 640px) {
  /* line 3350, spider.scss */
  .push-0-s {
    margin-left: 0%; }

  /* line 3354, spider.scss */
  .push-1-s {
    margin-left: 8.33333%; }

  /* line 3358, spider.scss */
  .push-2-s {
    margin-left: 16.66667%; }

  /* line 3362, spider.scss */
  .push-3-s {
    margin-left: 25%; }

  /* line 3366, spider.scss */
  .push-4-s {
    margin-left: 33.33333%; }

  /* line 3370, spider.scss */
  .push-5-s {
    margin-left: 41.66667%; }

  /* line 3374, spider.scss */
  .push-6-s {
    margin-left: 50%; }

  /* line 3378, spider.scss */
  .push-7-s {
    margin-left: 58.33333%; }

  /* line 3382, spider.scss */
  .push-8-s {
    margin-left: 66.66667%; }

  /* line 3386, spider.scss */
  .push-9-s {
    margin-left: 75%; }

  /* line 3390, spider.scss */
  .push-10-s {
    margin-left: 83.33333%; }

  /* line 3394, spider.scss */
  .push-11-s {
    margin-left: 91.66667%; }

  /* line 3398, spider.scss */
  .push-12-s {
    margin-left: 100%; }

  /* line 3402, spider.scss */
  .pull-0-s {
    margin-left: 0%; }

  /* line 3406, spider.scss */
  .pull-1-s {
    margin-left: -8.33333%; }

  /* line 3410, spider.scss */
  .pull-2-s {
    margin-left: -16.66667%; }

  /* line 3414, spider.scss */
  .pull-3-s {
    margin-left: -25%; }

  /* line 3418, spider.scss */
  .pull-4-s {
    margin-left: -33.33333%; }

  /* line 3422, spider.scss */
  .pull-5-s {
    margin-left: -41.66667%; }

  /* line 3426, spider.scss */
  .pull-6-s {
    margin-left: -50%; }

  /* line 3430, spider.scss */
  .pull-7-s {
    margin-left: -58.33333%; }

  /* line 3434, spider.scss */
  .pull-8-s {
    margin-left: -66.66667%; }

  /* line 3438, spider.scss */
  .pull-9-s {
    margin-left: -75%; }

  /* line 3442, spider.scss */
  .pull-10-s {
    margin-left: -83.33333%; }

  /* line 3446, spider.scss */
  .pull-11-s {
    margin-left: -91.66667%; }

  /* line 3450, spider.scss */
  .pull-12-s {
    margin-left: -100%; }

  /* line 3454, spider.scss */
  .post-0-s {
    margin-right: 0%; }

  /* line 3458, spider.scss */
  .post-1-s {
    margin-right: 8.33333%; }

  /* line 3462, spider.scss */
  .post-2-s {
    margin-right: 16.66667%; }

  /* line 3466, spider.scss */
  .post-3-s {
    margin-right: 25%; }

  /* line 3470, spider.scss */
  .post-4-s {
    margin-right: 33.33333%; }

  /* line 3474, spider.scss */
  .post-5-s {
    margin-right: 41.66667%; }

  /* line 3478, spider.scss */
  .post-6-s {
    margin-right: 50%; }

  /* line 3482, spider.scss */
  .post-7-s {
    margin-right: 58.33333%; }

  /* line 3486, spider.scss */
  .post-8-s {
    margin-right: 66.66667%; }

  /* line 3490, spider.scss */
  .post-9-s {
    margin-right: 75%; }

  /* line 3494, spider.scss */
  .post-10-s {
    margin-right: 83.33333%; }

  /* line 3498, spider.scss */
  .post-11-s {
    margin-right: 91.66667%; }

  /* line 3502, spider.scss */
  .post-12-s {
    margin-right: 100%; }

  /* line 3506, spider.scss */
  .push-fifth-s {
    margin-left: 20%; }

  /* line 3510, spider.scss */
  .pull-fifth-s {
    margin-left: -20%; }

  /* line 3514, spider.scss */
  .post-fifth-s {
    margin-right: 20%; }

  /* line 3518, spider.scss */
  .pull-left-s {
    float: left; }

  /* line 3522, spider.scss */
  .pull-right-s {
    float: right; }

  /* line 3526, spider.scss */
  .clearfix-s:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 481px) and (max-width: 640px) {
  /* line 3540, spider.scss */
  .push-0-s-only {
    margin-left: 0%; }

  /* line 3544, spider.scss */
  .push-1-s-only {
    margin-left: 8.33333%; }

  /* line 3548, spider.scss */
  .push-2-s-only {
    margin-left: 16.66667%; }

  /* line 3552, spider.scss */
  .push-3-s-only {
    margin-left: 25%; }

  /* line 3556, spider.scss */
  .push-4-s-only {
    margin-left: 33.33333%; }

  /* line 3560, spider.scss */
  .push-5-s-only {
    margin-left: 41.66667%; }

  /* line 3564, spider.scss */
  .push-6-s-only {
    margin-left: 50%; }

  /* line 3568, spider.scss */
  .push-7-s-only {
    margin-left: 58.33333%; }

  /* line 3572, spider.scss */
  .push-8-s-only {
    margin-left: 66.66667%; }

  /* line 3576, spider.scss */
  .push-9-s-only {
    margin-left: 75%; }

  /* line 3580, spider.scss */
  .push-10-s-only {
    margin-left: 83.33333%; }

  /* line 3584, spider.scss */
  .push-11-s-only {
    margin-left: 91.66667%; }

  /* line 3588, spider.scss */
  .push-12-s-only {
    margin-left: 100%; }

  /* line 3592, spider.scss */
  .pull-0-s-only {
    margin-left: 0%; }

  /* line 3596, spider.scss */
  .pull-1-s-only {
    margin-left: -8.33333%; }

  /* line 3600, spider.scss */
  .pull-2-s-only {
    margin-left: -16.66667%; }

  /* line 3604, spider.scss */
  .pull-3-s-only {
    margin-left: -25%; }

  /* line 3608, spider.scss */
  .pull-4-s-only {
    margin-left: -33.33333%; }

  /* line 3612, spider.scss */
  .pull-5-s-only {
    margin-left: -41.66667%; }

  /* line 3616, spider.scss */
  .pull-6-s-only {
    margin-left: -50%; }

  /* line 3620, spider.scss */
  .pull-7-s-only {
    margin-left: -58.33333%; }

  /* line 3624, spider.scss */
  .pull-8-s-only {
    margin-left: -66.66667%; }

  /* line 3628, spider.scss */
  .pull-9-s-only {
    margin-left: -75%; }

  /* line 3632, spider.scss */
  .pull-10-s-only {
    margin-left: -83.33333%; }

  /* line 3636, spider.scss */
  .pull-11-s-only {
    margin-left: -91.66667%; }

  /* line 3640, spider.scss */
  .pull-12-s-only {
    margin-left: -100%; }

  /* line 3644, spider.scss */
  .post-0-s-only {
    margin-right: 0%; }

  /* line 3648, spider.scss */
  .post-1-s-only {
    margin-right: 8.33333%; }

  /* line 3652, spider.scss */
  .post-2-s-only {
    margin-right: 16.66667%; }

  /* line 3656, spider.scss */
  .post-3-s-only {
    margin-right: 25%; }

  /* line 3660, spider.scss */
  .post-4-s-only {
    margin-right: 33.33333%; }

  /* line 3664, spider.scss */
  .post-5-s-only {
    margin-right: 41.66667%; }

  /* line 3668, spider.scss */
  .post-6-s-only {
    margin-right: 50%; }

  /* line 3672, spider.scss */
  .post-7-s-only {
    margin-right: 58.33333%; }

  /* line 3676, spider.scss */
  .post-8-s-only {
    margin-right: 66.66667%; }

  /* line 3680, spider.scss */
  .post-9-s-only {
    margin-right: 75%; }

  /* line 3684, spider.scss */
  .post-10-s-only {
    margin-right: 83.33333%; }

  /* line 3688, spider.scss */
  .post-11-s-only {
    margin-right: 91.66667%; }

  /* line 3692, spider.scss */
  .post-12-s-only {
    margin-right: 100%; }

  /* line 3696, spider.scss */
  .push-fifth-s-only {
    margin-left: 20%; }

  /* line 3700, spider.scss */
  .pull-fifth-s-only {
    margin-left: -20%; }

  /* line 3704, spider.scss */
  .post-fifth-s-only {
    margin-right: 20%; }

  /* line 3708, spider.scss */
  .pull-left-s-only {
    float: left; }

  /* line 3712, spider.scss */
  .pull-right-s-only {
    float: right; }

  /* line 3716, spider.scss */
  .clearfix-s-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 480px) {
  /* line 3730, spider.scss */
  .push-0-xs {
    margin-left: 0%; }

  /* line 3734, spider.scss */
  .push-1-xs {
    margin-left: 8.33333%; }

  /* line 3738, spider.scss */
  .push-2-xs {
    margin-left: 16.66667%; }

  /* line 3742, spider.scss */
  .push-3-xs {
    margin-left: 25%; }

  /* line 3746, spider.scss */
  .push-4-xs {
    margin-left: 33.33333%; }

  /* line 3750, spider.scss */
  .push-5-xs {
    margin-left: 41.66667%; }

  /* line 3754, spider.scss */
  .push-6-xs {
    margin-left: 50%; }

  /* line 3758, spider.scss */
  .push-7-xs {
    margin-left: 58.33333%; }

  /* line 3762, spider.scss */
  .push-8-xs {
    margin-left: 66.66667%; }

  /* line 3766, spider.scss */
  .push-9-xs {
    margin-left: 75%; }

  /* line 3770, spider.scss */
  .push-10-xs {
    margin-left: 83.33333%; }

  /* line 3774, spider.scss */
  .push-11-xs {
    margin-left: 91.66667%; }

  /* line 3778, spider.scss */
  .push-12-xs {
    margin-left: 100%; }

  /* line 3782, spider.scss */
  .pull-0-xs {
    margin-left: 0%; }

  /* line 3786, spider.scss */
  .pull-1-xs {
    margin-left: -8.33333%; }

  /* line 3790, spider.scss */
  .pull-2-xs {
    margin-left: -16.66667%; }

  /* line 3794, spider.scss */
  .pull-3-xs {
    margin-left: -25%; }

  /* line 3798, spider.scss */
  .pull-4-xs {
    margin-left: -33.33333%; }

  /* line 3802, spider.scss */
  .pull-5-xs {
    margin-left: -41.66667%; }

  /* line 3806, spider.scss */
  .pull-6-xs {
    margin-left: -50%; }

  /* line 3810, spider.scss */
  .pull-7-xs {
    margin-left: -58.33333%; }

  /* line 3814, spider.scss */
  .pull-8-xs {
    margin-left: -66.66667%; }

  /* line 3818, spider.scss */
  .pull-9-xs {
    margin-left: -75%; }

  /* line 3822, spider.scss */
  .pull-10-xs {
    margin-left: -83.33333%; }

  /* line 3826, spider.scss */
  .pull-11-xs {
    margin-left: -91.66667%; }

  /* line 3830, spider.scss */
  .pull-12-xs {
    margin-left: -100%; }

  /* line 3834, spider.scss */
  .post-0-xs {
    margin-right: 0%; }

  /* line 3838, spider.scss */
  .post-1-xs {
    margin-right: 8.33333%; }

  /* line 3842, spider.scss */
  .post-2-xs {
    margin-right: 16.66667%; }

  /* line 3846, spider.scss */
  .post-3-xs {
    margin-right: 25%; }

  /* line 3850, spider.scss */
  .post-4-xs {
    margin-right: 33.33333%; }

  /* line 3854, spider.scss */
  .post-5-xs {
    margin-right: 41.66667%; }

  /* line 3858, spider.scss */
  .post-6-xs {
    margin-right: 50%; }

  /* line 3862, spider.scss */
  .post-7-xs {
    margin-right: 58.33333%; }

  /* line 3866, spider.scss */
  .post-8-xs {
    margin-right: 66.66667%; }

  /* line 3870, spider.scss */
  .post-9-xs {
    margin-right: 75%; }

  /* line 3874, spider.scss */
  .post-10-xs {
    margin-right: 83.33333%; }

  /* line 3878, spider.scss */
  .post-11-xs {
    margin-right: 91.66667%; }

  /* line 3882, spider.scss */
  .post-12-xs {
    margin-right: 100%; }

  /* line 3886, spider.scss */
  .push-fifth-xs {
    margin-left: 20%; }

  /* line 3890, spider.scss */
  .pull-fifth-xs {
    margin-left: -20%; }

  /* line 3894, spider.scss */
  .post-fifth-xs {
    margin-right: 20%; }

  /* line 3898, spider.scss */
  .pull-left-xs {
    float: left; }

  /* line 3902, spider.scss */
  .pull-right-xs {
    float: right; }

  /* line 3906, spider.scss */
  .clearfix-xs:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 3920, spider.scss */
  .push-0-xs-only {
    margin-left: 0%; }

  /* line 3924, spider.scss */
  .push-1-xs-only {
    margin-left: 8.33333%; }

  /* line 3928, spider.scss */
  .push-2-xs-only {
    margin-left: 16.66667%; }

  /* line 3932, spider.scss */
  .push-3-xs-only {
    margin-left: 25%; }

  /* line 3936, spider.scss */
  .push-4-xs-only {
    margin-left: 33.33333%; }

  /* line 3940, spider.scss */
  .push-5-xs-only {
    margin-left: 41.66667%; }

  /* line 3944, spider.scss */
  .push-6-xs-only {
    margin-left: 50%; }

  /* line 3948, spider.scss */
  .push-7-xs-only {
    margin-left: 58.33333%; }

  /* line 3952, spider.scss */
  .push-8-xs-only {
    margin-left: 66.66667%; }

  /* line 3956, spider.scss */
  .push-9-xs-only {
    margin-left: 75%; }

  /* line 3960, spider.scss */
  .push-10-xs-only {
    margin-left: 83.33333%; }

  /* line 3964, spider.scss */
  .push-11-xs-only {
    margin-left: 91.66667%; }

  /* line 3968, spider.scss */
  .push-12-xs-only {
    margin-left: 100%; }

  /* line 3972, spider.scss */
  .pull-0-xs-only {
    margin-left: 0%; }

  /* line 3976, spider.scss */
  .pull-1-xs-only {
    margin-left: -8.33333%; }

  /* line 3980, spider.scss */
  .pull-2-xs-only {
    margin-left: -16.66667%; }

  /* line 3984, spider.scss */
  .pull-3-xs-only {
    margin-left: -25%; }

  /* line 3988, spider.scss */
  .pull-4-xs-only {
    margin-left: -33.33333%; }

  /* line 3992, spider.scss */
  .pull-5-xs-only {
    margin-left: -41.66667%; }

  /* line 3996, spider.scss */
  .pull-6-xs-only {
    margin-left: -50%; }

  /* line 4000, spider.scss */
  .pull-7-xs-only {
    margin-left: -58.33333%; }

  /* line 4004, spider.scss */
  .pull-8-xs-only {
    margin-left: -66.66667%; }

  /* line 4008, spider.scss */
  .pull-9-xs-only {
    margin-left: -75%; }

  /* line 4012, spider.scss */
  .pull-10-xs-only {
    margin-left: -83.33333%; }

  /* line 4016, spider.scss */
  .pull-11-xs-only {
    margin-left: -91.66667%; }

  /* line 4020, spider.scss */
  .pull-12-xs-only {
    margin-left: -100%; }

  /* line 4024, spider.scss */
  .post-0-xs-only {
    margin-right: 0%; }

  /* line 4028, spider.scss */
  .post-1-xs-only {
    margin-right: 8.33333%; }

  /* line 4032, spider.scss */
  .post-2-xs-only {
    margin-right: 16.66667%; }

  /* line 4036, spider.scss */
  .post-3-xs-only {
    margin-right: 25%; }

  /* line 4040, spider.scss */
  .post-4-xs-only {
    margin-right: 33.33333%; }

  /* line 4044, spider.scss */
  .post-5-xs-only {
    margin-right: 41.66667%; }

  /* line 4048, spider.scss */
  .post-6-xs-only {
    margin-right: 50%; }

  /* line 4052, spider.scss */
  .post-7-xs-only {
    margin-right: 58.33333%; }

  /* line 4056, spider.scss */
  .post-8-xs-only {
    margin-right: 66.66667%; }

  /* line 4060, spider.scss */
  .post-9-xs-only {
    margin-right: 75%; }

  /* line 4064, spider.scss */
  .post-10-xs-only {
    margin-right: 83.33333%; }

  /* line 4068, spider.scss */
  .post-11-xs-only {
    margin-right: 91.66667%; }

  /* line 4072, spider.scss */
  .post-12-xs-only {
    margin-right: 100%; }

  /* line 4076, spider.scss */
  .push-fifth-xs-only {
    margin-left: 20%; }

  /* line 4080, spider.scss */
  .pull-fifth-xs-only {
    margin-left: -20%; }

  /* line 4084, spider.scss */
  .post-fifth-xs-only {
    margin-right: 20%; }

  /* line 4088, spider.scss */
  .pull-left-xs-only {
    float: left; }

  /* line 4092, spider.scss */
  .pull-right-xs-only {
    float: right; }

  /* line 4096, spider.scss */
  .clearfix-xs-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 380px) {
  /* line 4110, spider.scss */
  .push-0-mc {
    margin-left: 0%; }

  /* line 4114, spider.scss */
  .push-1-mc {
    margin-left: 8.33333%; }

  /* line 4118, spider.scss */
  .push-2-mc {
    margin-left: 16.66667%; }

  /* line 4122, spider.scss */
  .push-3-mc {
    margin-left: 25%; }

  /* line 4126, spider.scss */
  .push-4-mc {
    margin-left: 33.33333%; }

  /* line 4130, spider.scss */
  .push-5-mc {
    margin-left: 41.66667%; }

  /* line 4134, spider.scss */
  .push-6-mc {
    margin-left: 50%; }

  /* line 4138, spider.scss */
  .push-7-mc {
    margin-left: 58.33333%; }

  /* line 4142, spider.scss */
  .push-8-mc {
    margin-left: 66.66667%; }

  /* line 4146, spider.scss */
  .push-9-mc {
    margin-left: 75%; }

  /* line 4150, spider.scss */
  .push-10-mc {
    margin-left: 83.33333%; }

  /* line 4154, spider.scss */
  .push-11-mc {
    margin-left: 91.66667%; }

  /* line 4158, spider.scss */
  .push-12-mc {
    margin-left: 100%; }

  /* line 4162, spider.scss */
  .pull-0-mc {
    margin-left: 0%; }

  /* line 4166, spider.scss */
  .pull-1-mc {
    margin-left: -8.33333%; }

  /* line 4170, spider.scss */
  .pull-2-mc {
    margin-left: -16.66667%; }

  /* line 4174, spider.scss */
  .pull-3-mc {
    margin-left: -25%; }

  /* line 4178, spider.scss */
  .pull-4-mc {
    margin-left: -33.33333%; }

  /* line 4182, spider.scss */
  .pull-5-mc {
    margin-left: -41.66667%; }

  /* line 4186, spider.scss */
  .pull-6-mc {
    margin-left: -50%; }

  /* line 4190, spider.scss */
  .pull-7-mc {
    margin-left: -58.33333%; }

  /* line 4194, spider.scss */
  .pull-8-mc {
    margin-left: -66.66667%; }

  /* line 4198, spider.scss */
  .pull-9-mc {
    margin-left: -75%; }

  /* line 4202, spider.scss */
  .pull-10-mc {
    margin-left: -83.33333%; }

  /* line 4206, spider.scss */
  .pull-11-mc {
    margin-left: -91.66667%; }

  /* line 4210, spider.scss */
  .pull-12-mc {
    margin-left: -100%; }

  /* line 4214, spider.scss */
  .post-0-mc {
    margin-right: 0%; }

  /* line 4218, spider.scss */
  .post-1-mc {
    margin-right: 8.33333%; }

  /* line 4222, spider.scss */
  .post-2-mc {
    margin-right: 16.66667%; }

  /* line 4226, spider.scss */
  .post-3-mc {
    margin-right: 25%; }

  /* line 4230, spider.scss */
  .post-4-mc {
    margin-right: 33.33333%; }

  /* line 4234, spider.scss */
  .post-5-mc {
    margin-right: 41.66667%; }

  /* line 4238, spider.scss */
  .post-6-mc {
    margin-right: 50%; }

  /* line 4242, spider.scss */
  .post-7-mc {
    margin-right: 58.33333%; }

  /* line 4246, spider.scss */
  .post-8-mc {
    margin-right: 66.66667%; }

  /* line 4250, spider.scss */
  .post-9-mc {
    margin-right: 75%; }

  /* line 4254, spider.scss */
  .post-10-mc {
    margin-right: 83.33333%; }

  /* line 4258, spider.scss */
  .post-11-mc {
    margin-right: 91.66667%; }

  /* line 4262, spider.scss */
  .post-12-mc {
    margin-right: 100%; }

  /* line 4266, spider.scss */
  .push-fifth-mc {
    margin-left: 20%; }

  /* line 4270, spider.scss */
  .pull-fifth-mc {
    margin-left: -20%; }

  /* line 4274, spider.scss */
  .post-fifth-mc {
    margin-right: 20%; }

  /* line 4278, spider.scss */
  .pull-left-mc {
    float: left; }

  /* line 4282, spider.scss */
  .pull-right-mc {
    float: right; }

  /* line 4286, spider.scss */
  .clearfix-mc:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
/* line 4299, spider.scss */
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px; }

/* line 4307, spider.scss */
.container-small {
  max-width: 980px; }

/* line 4311, spider.scss */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px; }

/* line 4332, spider.scss */
.row-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px; }

/* line 4353, spider.scss */
.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px; }

/* line 4374, spider.scss */
.col-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px; }

/* line 4395, spider.scss */
[class*='cell-'] {
  padding-left: 0px;
  padding-right: 0px; }

/* line 4400, spider.scss */
.cell-1 {
  max-width: 8.33333%;
  -webkit-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%; }

/* line 4407, spider.scss */
.cell-2 {
  max-width: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%; }

/* line 4414, spider.scss */
.cell-3 {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }

/* line 4421, spider.scss */
.cell-4 {
  max-width: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%; }

/* line 4428, spider.scss */
.cell-5 {
  max-width: 41.66667%;
  -webkit-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%; }

/* line 4435, spider.scss */
.cell-6 {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

/* line 4442, spider.scss */
.cell-7 {
  max-width: 58.33333%;
  -webkit-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%; }

/* line 4449, spider.scss */
.cell-8 {
  max-width: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%; }

/* line 4456, spider.scss */
.cell-9 {
  max-width: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%; }

/* line 4463, spider.scss */
.cell-10 {
  max-width: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%; }

/* line 4470, spider.scss */
.cell-11 {
  max-width: 91.66667%;
  -webkit-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%; }

/* line 4477, spider.scss */
.cell-12 {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* line 4484, spider.scss */
.cell-fifth {
  max-width: 20%;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }

@media screen and (max-width: 1200px) {
  /* line 4492, spider.scss */
  .cell-1-lg {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 4499, spider.scss */
  .cell-2-lg {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 4506, spider.scss */
  .cell-3-lg {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 4513, spider.scss */
  .cell-4-lg {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 4520, spider.scss */
  .cell-5-lg {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 4527, spider.scss */
  .cell-6-lg {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 4534, spider.scss */
  .cell-7-lg {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 4541, spider.scss */
  .cell-8-lg {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 4548, spider.scss */
  .cell-9-lg {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 4555, spider.scss */
  .cell-10-lg {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 4562, spider.scss */
  .cell-11-lg {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 4569, spider.scss */
  .cell-12-lg {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 4576, spider.scss */
  .cell-fifth-lg {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 4585, spider.scss */
  .cell-1-lg-only {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 4592, spider.scss */
  .cell-2-lg-only {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 4599, spider.scss */
  .cell-3-lg-only {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 4606, spider.scss */
  .cell-4-lg-only {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 4613, spider.scss */
  .cell-5-lg-only {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 4620, spider.scss */
  .cell-6-lg-only {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 4627, spider.scss */
  .cell-7-lg-only {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 4634, spider.scss */
  .cell-8-lg-only {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 4641, spider.scss */
  .cell-9-lg-only {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 4648, spider.scss */
  .cell-10-lg-only {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 4655, spider.scss */
  .cell-11-lg-only {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 4662, spider.scss */
  .cell-12-lg-only {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 4669, spider.scss */
  .cell-fifth-lg-only {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 1024px) {
  /* line 4678, spider.scss */
  .cell-1-md {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 4685, spider.scss */
  .cell-2-md {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 4692, spider.scss */
  .cell-3-md {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 4699, spider.scss */
  .cell-4-md {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 4706, spider.scss */
  .cell-5-md {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 4713, spider.scss */
  .cell-6-md {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 4720, spider.scss */
  .cell-7-md {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 4727, spider.scss */
  .cell-8-md {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 4734, spider.scss */
  .cell-9-md {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 4741, spider.scss */
  .cell-10-md {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 4748, spider.scss */
  .cell-11-md {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 4755, spider.scss */
  .cell-12-md {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 4762, spider.scss */
  .cell-fifth-md {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 921px) and (max-width: 1024px) {
  /* line 4771, spider.scss */
  .cell-1-md-only {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 4778, spider.scss */
  .cell-2-md-only {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 4785, spider.scss */
  .cell-3-md-only {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 4792, spider.scss */
  .cell-4-md-only {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 4799, spider.scss */
  .cell-5-md-only {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 4806, spider.scss */
  .cell-6-md-only {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 4813, spider.scss */
  .cell-7-md-only {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 4820, spider.scss */
  .cell-8-md-only {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 4827, spider.scss */
  .cell-9-md-only {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 4834, spider.scss */
  .cell-10-md-only {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 4841, spider.scss */
  .cell-11-md-only {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 4848, spider.scss */
  .cell-12-md-only {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 4855, spider.scss */
  .cell-fifth-md-only {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 920px) {
  /* line 4864, spider.scss */
  .cell-1-m {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 4871, spider.scss */
  .cell-2-m {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 4878, spider.scss */
  .cell-3-m {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 4885, spider.scss */
  .cell-4-m {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 4892, spider.scss */
  .cell-5-m {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 4899, spider.scss */
  .cell-6-m {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 4906, spider.scss */
  .cell-7-m {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 4913, spider.scss */
  .cell-8-m {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 4920, spider.scss */
  .cell-9-m {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 4927, spider.scss */
  .cell-10-m {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 4934, spider.scss */
  .cell-11-m {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 4941, spider.scss */
  .cell-12-m {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 4948, spider.scss */
  .cell-fifth-m {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 769px) and (max-width: 920px) {
  /* line 4957, spider.scss */
  .cell-1-m-only {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 4964, spider.scss */
  .cell-2-m-only {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 4971, spider.scss */
  .cell-3-m-only {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 4978, spider.scss */
  .cell-4-m-only {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 4985, spider.scss */
  .cell-5-m-only {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 4992, spider.scss */
  .cell-6-m-only {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 4999, spider.scss */
  .cell-7-m-only {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 5006, spider.scss */
  .cell-8-m-only {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 5013, spider.scss */
  .cell-9-m-only {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 5020, spider.scss */
  .cell-10-m-only {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 5027, spider.scss */
  .cell-11-m-only {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 5034, spider.scss */
  .cell-12-m-only {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 5041, spider.scss */
  .cell-fifth-m-only {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 768px) {
  /* line 5050, spider.scss */
  .cell-1-sm {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 5057, spider.scss */
  .cell-2-sm {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 5064, spider.scss */
  .cell-3-sm {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 5071, spider.scss */
  .cell-4-sm {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 5078, spider.scss */
  .cell-5-sm {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 5085, spider.scss */
  .cell-6-sm {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 5092, spider.scss */
  .cell-7-sm {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 5099, spider.scss */
  .cell-8-sm {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 5106, spider.scss */
  .cell-9-sm {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 5113, spider.scss */
  .cell-10-sm {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 5120, spider.scss */
  .cell-11-sm {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 5127, spider.scss */
  .cell-12-sm {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 5134, spider.scss */
  .cell-fifth-sm {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 641px) and (max-width: 768px) {
  /* line 5143, spider.scss */
  .cell-1-sm-only {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 5150, spider.scss */
  .cell-2-sm-only {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 5157, spider.scss */
  .cell-3-sm-only {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 5164, spider.scss */
  .cell-4-sm-only {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 5171, spider.scss */
  .cell-5-sm-only {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 5178, spider.scss */
  .cell-6-sm-only {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 5185, spider.scss */
  .cell-7-sm-only {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 5192, spider.scss */
  .cell-8-sm-only {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 5199, spider.scss */
  .cell-9-sm-only {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 5206, spider.scss */
  .cell-10-sm-only {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 5213, spider.scss */
  .cell-11-sm-only {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 5220, spider.scss */
  .cell-12-sm-only {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 5227, spider.scss */
  .cell-fifth-sm-only {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 640px) {
  /* line 5236, spider.scss */
  .cell-1-s {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 5243, spider.scss */
  .cell-2-s {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 5250, spider.scss */
  .cell-3-s {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 5257, spider.scss */
  .cell-4-s {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 5264, spider.scss */
  .cell-5-s {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 5271, spider.scss */
  .cell-6-s {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 5278, spider.scss */
  .cell-7-s {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 5285, spider.scss */
  .cell-8-s {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 5292, spider.scss */
  .cell-9-s {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 5299, spider.scss */
  .cell-10-s {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 5306, spider.scss */
  .cell-11-s {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 5313, spider.scss */
  .cell-12-s {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 5320, spider.scss */
  .cell-fifth-s {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 481px) and (max-width: 640px) {
  /* line 5329, spider.scss */
  .cell-1-s-only {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 5336, spider.scss */
  .cell-2-s-only {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 5343, spider.scss */
  .cell-3-s-only {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 5350, spider.scss */
  .cell-4-s-only {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 5357, spider.scss */
  .cell-5-s-only {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 5364, spider.scss */
  .cell-6-s-only {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 5371, spider.scss */
  .cell-7-s-only {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 5378, spider.scss */
  .cell-8-s-only {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 5385, spider.scss */
  .cell-9-s-only {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 5392, spider.scss */
  .cell-10-s-only {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 5399, spider.scss */
  .cell-11-s-only {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 5406, spider.scss */
  .cell-12-s-only {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 5413, spider.scss */
  .cell-fifth-s-only {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 480px) {
  /* line 5422, spider.scss */
  .cell-1-xs {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 5429, spider.scss */
  .cell-2-xs {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 5436, spider.scss */
  .cell-3-xs {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 5443, spider.scss */
  .cell-4-xs {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 5450, spider.scss */
  .cell-5-xs {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 5457, spider.scss */
  .cell-6-xs {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 5464, spider.scss */
  .cell-7-xs {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 5471, spider.scss */
  .cell-8-xs {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 5478, spider.scss */
  .cell-9-xs {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 5485, spider.scss */
  .cell-10-xs {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 5492, spider.scss */
  .cell-11-xs {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 5499, spider.scss */
  .cell-12-xs {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 5506, spider.scss */
  .cell-fifth-xs {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 5515, spider.scss */
  .cell-1-xs-only {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 5522, spider.scss */
  .cell-2-xs-only {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 5529, spider.scss */
  .cell-3-xs-only {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 5536, spider.scss */
  .cell-4-xs-only {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 5543, spider.scss */
  .cell-5-xs-only {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 5550, spider.scss */
  .cell-6-xs-only {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 5557, spider.scss */
  .cell-7-xs-only {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 5564, spider.scss */
  .cell-8-xs-only {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 5571, spider.scss */
  .cell-9-xs-only {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 5578, spider.scss */
  .cell-10-xs-only {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 5585, spider.scss */
  .cell-11-xs-only {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 5592, spider.scss */
  .cell-12-xs-only {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 5599, spider.scss */
  .cell-fifth-xs-only {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 380px) {
  /* line 5608, spider.scss */
  .cell-1-mc {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 5615, spider.scss */
  .cell-2-mc {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 5622, spider.scss */
  .cell-3-mc {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 5629, spider.scss */
  .cell-4-mc {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 5636, spider.scss */
  .cell-5-mc {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 5643, spider.scss */
  .cell-6-mc {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 5650, spider.scss */
  .cell-7-mc {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 5657, spider.scss */
  .cell-8-mc {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 5664, spider.scss */
  .cell-9-mc {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 5671, spider.scss */
  .cell-10-mc {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 5678, spider.scss */
  .cell-11-mc {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 5685, spider.scss */
  .cell-12-mc {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 5692, spider.scss */
  .cell-fifth-mc {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
/* line 5700, spider.scss */
.flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

/* line 5708, spider.scss */
.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

/* line 5716, spider.scss */
.flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

/* line 5724, spider.scss */
.flex-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 5731, spider.scss */
.flex-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 5738, spider.scss */
.flex-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

/* line 5745, spider.scss */
.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* line 5751, spider.scss */
.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 5758, spider.scss */
.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

/* line 5765, spider.scss */
.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media screen and (max-width: 1200px) {
  /* line 5773, spider.scss */
  .flex-start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  /* line 5781, spider.scss */
  .flex-center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 5789, spider.scss */
  .flex-end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  /* line 5797, spider.scss */
  .flex-top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 5804, spider.scss */
  .flex-middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 5811, spider.scss */
  .flex-bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 5818, spider.scss */
  .flex-around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 5824, spider.scss */
  .flex-between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 5831, spider.scss */
  .flex-first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 5838, spider.scss */
  .flex-last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 5847, spider.scss */
  .flex-start-lg-only {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  /* line 5855, spider.scss */
  .flex-center-lg-only {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 5863, spider.scss */
  .flex-end-lg-only {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  /* line 5871, spider.scss */
  .flex-top-lg-only {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 5878, spider.scss */
  .flex-middle-lg-only {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 5885, spider.scss */
  .flex-bottom-lg-only {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 5892, spider.scss */
  .flex-around-lg-only {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 5898, spider.scss */
  .flex-between-lg-only {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 5905, spider.scss */
  .flex-first-lg-only {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 5912, spider.scss */
  .flex-last-lg-only {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 1024px) {
  /* line 5921, spider.scss */
  .flex-start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  /* line 5929, spider.scss */
  .flex-center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 5937, spider.scss */
  .flex-end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  /* line 5945, spider.scss */
  .flex-top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 5952, spider.scss */
  .flex-middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 5959, spider.scss */
  .flex-bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 5966, spider.scss */
  .flex-around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 5972, spider.scss */
  .flex-between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 5979, spider.scss */
  .flex-first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 5986, spider.scss */
  .flex-last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 921px) and (max-width: 1024px) {
  /* line 5995, spider.scss */
  .flex-start-md-only {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  /* line 6003, spider.scss */
  .flex-center-md-only {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 6011, spider.scss */
  .flex-end-md-only {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  /* line 6019, spider.scss */
  .flex-top-md-only {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 6026, spider.scss */
  .flex-middle-md-only {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 6033, spider.scss */
  .flex-bottom-md-only {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 6040, spider.scss */
  .flex-around-md-only {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 6046, spider.scss */
  .flex-between-md-only {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 6053, spider.scss */
  .flex-first-md-only {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 6060, spider.scss */
  .flex-last-md-only {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 920px) {
  /* line 6069, spider.scss */
  .flex-start-m {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  /* line 6077, spider.scss */
  .flex-center-m {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 6085, spider.scss */
  .flex-end-m {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  /* line 6093, spider.scss */
  .flex-top-m {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 6100, spider.scss */
  .flex-middle-m {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 6107, spider.scss */
  .flex-bottom-m {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 6114, spider.scss */
  .flex-around-m {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 6120, spider.scss */
  .flex-between-m {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 6127, spider.scss */
  .flex-first-m {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 6134, spider.scss */
  .flex-last-m {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 769px) and (max-width: 920px) {
  /* line 6143, spider.scss */
  .flex-start-m-only {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  /* line 6151, spider.scss */
  .flex-center-m-only {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 6159, spider.scss */
  .flex-end-m-only {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  /* line 6167, spider.scss */
  .flex-top-m-only {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 6174, spider.scss */
  .flex-middle-m-only {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 6181, spider.scss */
  .flex-bottom-m-only {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 6188, spider.scss */
  .flex-around-m-only {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 6194, spider.scss */
  .flex-between-m-only {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 6201, spider.scss */
  .flex-first-m-only {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 6208, spider.scss */
  .flex-last-m-only {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 768px) {
  /* line 6217, spider.scss */
  .flex-start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  /* line 6225, spider.scss */
  .flex-center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 6233, spider.scss */
  .flex-end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  /* line 6241, spider.scss */
  .flex-top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 6248, spider.scss */
  .flex-middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 6255, spider.scss */
  .flex-bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 6262, spider.scss */
  .flex-around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 6268, spider.scss */
  .flex-between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 6275, spider.scss */
  .flex-first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 6282, spider.scss */
  .flex-last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 641px) and (max-width: 768px) {
  /* line 6291, spider.scss */
  .flex-start-sm-only {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  /* line 6299, spider.scss */
  .flex-center-sm-only {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 6307, spider.scss */
  .flex-end-sm-only {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  /* line 6315, spider.scss */
  .flex-top-sm-only {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 6322, spider.scss */
  .flex-middle-sm-only {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 6329, spider.scss */
  .flex-bottom-sm-only {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 6336, spider.scss */
  .flex-around-sm-only {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 6342, spider.scss */
  .flex-between-sm-only {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 6349, spider.scss */
  .flex-first-sm-only {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 6356, spider.scss */
  .flex-last-sm-only {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 640px) {
  /* line 6365, spider.scss */
  .flex-start-s {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  /* line 6373, spider.scss */
  .flex-center-s {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 6381, spider.scss */
  .flex-end-s {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  /* line 6389, spider.scss */
  .flex-top-s {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 6396, spider.scss */
  .flex-middle-s {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 6403, spider.scss */
  .flex-bottom-s {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 6410, spider.scss */
  .flex-around-s {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 6416, spider.scss */
  .flex-between-s {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 6423, spider.scss */
  .flex-first-s {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 6430, spider.scss */
  .flex-last-s {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 481px) and (max-width: 640px) {
  /* line 6439, spider.scss */
  .flex-start-s-only {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  /* line 6447, spider.scss */
  .flex-center-s-only {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 6455, spider.scss */
  .flex-end-s-only {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  /* line 6463, spider.scss */
  .flex-top-s-only {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 6470, spider.scss */
  .flex-middle-s-only {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 6477, spider.scss */
  .flex-bottom-s-only {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 6484, spider.scss */
  .flex-around-s-only {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 6490, spider.scss */
  .flex-between-s-only {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 6497, spider.scss */
  .flex-first-s-only {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 6504, spider.scss */
  .flex-last-s-only {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 480px) {
  /* line 6513, spider.scss */
  .flex-start-xs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  /* line 6521, spider.scss */
  .flex-center-xs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 6529, spider.scss */
  .flex-end-xs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  /* line 6537, spider.scss */
  .flex-top-xs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 6544, spider.scss */
  .flex-middle-xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 6551, spider.scss */
  .flex-bottom-xs {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 6558, spider.scss */
  .flex-around-xs {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 6564, spider.scss */
  .flex-between-xs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 6571, spider.scss */
  .flex-first-xs {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 6578, spider.scss */
  .flex-last-xs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 6587, spider.scss */
  .flex-start-xs-only {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  /* line 6595, spider.scss */
  .flex-center-xs-only {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 6603, spider.scss */
  .flex-end-xs-only {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  /* line 6611, spider.scss */
  .flex-top-xs-only {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 6618, spider.scss */
  .flex-middle-xs-only {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 6625, spider.scss */
  .flex-bottom-xs-only {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 6632, spider.scss */
  .flex-around-xs-only {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 6638, spider.scss */
  .flex-between-xs-only {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 6645, spider.scss */
  .flex-first-xs-only {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 6652, spider.scss */
  .flex-last-xs-only {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 380px) {
  /* line 6661, spider.scss */
  .flex-start-mc {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  /* line 6669, spider.scss */
  .flex-center-mc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 6677, spider.scss */
  .flex-end-mc {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  /* line 6685, spider.scss */
  .flex-top-mc {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 6692, spider.scss */
  .flex-middle-mc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 6699, spider.scss */
  .flex-bottom-mc {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 6706, spider.scss */
  .flex-around-mc {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 6712, spider.scss */
  .flex-between-mc {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 6719, spider.scss */
  .flex-first-mc {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  /* line 6726, spider.scss */
  .flex-last-mc {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
/* line 6734, spider.scss */
.m-t-0 {
  margin-top: 0; }

/* line 6734, spider.scss */
.m-b-0 {
  margin-bottom: 0; }

/* line 6734, spider.scss */
.m-l-0 {
  margin-left: 0; }

/* line 6734, spider.scss */
.m-r-0 {
  margin-right: 0; }

/* line 6734, spider.scss */
.m-t-5 {
  margin-top: 5px; }

/* line 6734, spider.scss */
.m-t-10 {
  margin-top: 10px; }

/* line 6734, spider.scss */
.m-t-15 {
  margin-top: 15px; }

/* line 6734, spider.scss */
.m-t-20 {
  margin-top: 20px; }

/* line 6734, spider.scss */
.m-t-25 {
  margin-top: 25px; }

/* line 6734, spider.scss */
.m-t-30 {
  margin-top: 30px; }

/* line 6734, spider.scss */
.m-t-35 {
  margin-top: 35px; }

/* line 6734, spider.scss */
.m-t-40 {
  margin-top: 40px; }

/* line 6734, spider.scss */
.m-t-45 {
  margin-top: 45px; }

/* line 6734, spider.scss */
.m-t-50 {
  margin-top: 50px; }

/* line 6734, spider.scss */
.m-t-55 {
  margin-top: 55px; }

/* line 6734, spider.scss */
.m-t-60 {
  margin-top: 60px; }

/* line 6734, spider.scss */
.m-t-65 {
  margin-top: 65px; }

/* line 6734, spider.scss */
.m-t-70 {
  margin-top: 70px; }

/* line 6734, spider.scss */
.m-t-75 {
  margin-top: 75px; }

/* line 6734, spider.scss */
.m-t-80 {
  margin-top: 80px; }

/* line 6734, spider.scss */
.m-t-85 {
  margin-top: 85px; }

/* line 6734, spider.scss */
.m-t-90 {
  margin-top: 90px; }

/* line 6734, spider.scss */
.m-t-95 {
  margin-top: 95px; }

/* line 6734, spider.scss */
.m-t-100 {
  margin-top: 100px; }

/* line 6734, spider.scss */
.m-r-5 {
  margin-right: 5px; }

/* line 6734, spider.scss */
.m-r-10 {
  margin-right: 10px; }

/* line 6734, spider.scss */
.m-r-15 {
  margin-right: 15px; }

/* line 6734, spider.scss */
.m-r-20 {
  margin-right: 20px; }

/* line 6734, spider.scss */
.m-r-25 {
  margin-right: 25px; }

/* line 6734, spider.scss */
.m-r-30 {
  margin-right: 30px; }

/* line 6734, spider.scss */
.m-r-35 {
  margin-right: 35px; }

/* line 6734, spider.scss */
.m-r-40 {
  margin-right: 40px; }

/* line 6734, spider.scss */
.m-r-45 {
  margin-right: 45px; }

/* line 6734, spider.scss */
.m-r-50 {
  margin-right: 50px; }

/* line 6734, spider.scss */
.m-r-55 {
  margin-right: 55px; }

/* line 6734, spider.scss */
.m-r-60 {
  margin-right: 60px; }

/* line 6734, spider.scss */
.m-r-65 {
  margin-right: 65px; }

/* line 6734, spider.scss */
.m-r-70 {
  margin-right: 70px; }

/* line 6734, spider.scss */
.m-r-75 {
  margin-right: 75px; }

/* line 6734, spider.scss */
.m-r-80 {
  margin-right: 80px; }

/* line 6734, spider.scss */
.m-r-85 {
  margin-right: 85px; }

/* line 6734, spider.scss */
.m-r-90 {
  margin-right: 90px; }

/* line 6734, spider.scss */
.m-r-95 {
  margin-right: 95px; }

/* line 6734, spider.scss */
.m-r-100 {
  margin-right: 100px; }

/* line 6734, spider.scss */
.m-b-5 {
  margin-bottom: 5px; }

/* line 6734, spider.scss */
.m-b-10 {
  margin-bottom: 10px; }

/* line 6734, spider.scss */
.m-b-15 {
  margin-bottom: 15px; }

/* line 6734, spider.scss */
.m-b-20 {
  margin-bottom: 20px; }

/* line 6734, spider.scss */
.m-b-25 {
  margin-bottom: 25px; }

/* line 6734, spider.scss */
.m-b-30 {
  margin-bottom: 30px; }

/* line 6734, spider.scss */
.m-b-35 {
  margin-bottom: 35px; }

/* line 6734, spider.scss */
.m-b-40 {
  margin-bottom: 40px; }

/* line 6734, spider.scss */
.m-b-45 {
  margin-bottom: 45px; }

/* line 6734, spider.scss */
.m-b-50 {
  margin-bottom: 50px; }

/* line 6734, spider.scss */
.m-b-55 {
  margin-bottom: 55px; }

/* line 6734, spider.scss */
.m-b-60 {
  margin-bottom: 60px; }

/* line 6734, spider.scss */
.m-b-65 {
  margin-bottom: 65px; }

/* line 6734, spider.scss */
.m-b-70 {
  margin-bottom: 70px; }

/* line 6734, spider.scss */
.m-b-75 {
  margin-bottom: 75px; }

/* line 6734, spider.scss */
.m-b-80 {
  margin-bottom: 80px; }

/* line 6734, spider.scss */
.m-b-85 {
  margin-bottom: 85px; }

/* line 6734, spider.scss */
.m-b-90 {
  margin-bottom: 90px; }

/* line 6734, spider.scss */
.m-b-95 {
  margin-bottom: 95px; }

/* line 6734, spider.scss */
.m-b-100 {
  margin-bottom: 100px; }

/* line 6734, spider.scss */
.m-l-5 {
  margin-left: 5px; }

/* line 6734, spider.scss */
.m-l-10 {
  margin-left: 10px; }

/* line 6734, spider.scss */
.m-l-15 {
  margin-left: 15px; }

/* line 6734, spider.scss */
.m-l-20 {
  margin-left: 20px; }

/* line 6734, spider.scss */
.m-l-25 {
  margin-left: 25px; }

/* line 6734, spider.scss */
.m-l-30 {
  margin-left: 30px; }

/* line 6734, spider.scss */
.m-l-35 {
  margin-left: 35px; }

/* line 6734, spider.scss */
.m-l-40 {
  margin-left: 40px; }

/* line 6734, spider.scss */
.m-l-45 {
  margin-left: 45px; }

/* line 6734, spider.scss */
.m-l-50 {
  margin-left: 50px; }

/* line 6734, spider.scss */
.m-l-55 {
  margin-left: 55px; }

/* line 6734, spider.scss */
.m-l-60 {
  margin-left: 60px; }

/* line 6734, spider.scss */
.m-l-65 {
  margin-left: 65px; }

/* line 6734, spider.scss */
.m-l-70 {
  margin-left: 70px; }

/* line 6734, spider.scss */
.m-l-75 {
  margin-left: 75px; }

/* line 6734, spider.scss */
.m-l-80 {
  margin-left: 80px; }

/* line 6734, spider.scss */
.m-l-85 {
  margin-left: 85px; }

/* line 6734, spider.scss */
.m-l-90 {
  margin-left: 90px; }

/* line 6734, spider.scss */
.m-l-95 {
  margin-left: 95px; }

/* line 6734, spider.scss */
.m-l-100 {
  margin-left: 100px; }

/* line 6734, spider.scss */
.p-t-0 {
  padding-top: 0; }

/* line 6734, spider.scss */
.p-b-0 {
  padding-bottom: 0; }

/* line 6734, spider.scss */
.p-l-0 {
  padding-left: 0; }

/* line 6734, spider.scss */
.p-r-0 {
  padding-right: 0; }

/* line 6734, spider.scss */
.p-t-5 {
  padding-top: 5px; }

/* line 6734, spider.scss */
.p-t-10 {
  padding-top: 10px; }

/* line 6734, spider.scss */
.p-t-15 {
  padding-top: 15px; }

/* line 6734, spider.scss */
.p-t-20 {
  padding-top: 20px; }

/* line 6734, spider.scss */
.p-t-25 {
  padding-top: 25px; }

/* line 6734, spider.scss */
.p-t-30 {
  padding-top: 30px; }

/* line 6734, spider.scss */
.p-t-35 {
  padding-top: 35px; }

/* line 6734, spider.scss */
.p-t-40 {
  padding-top: 40px; }

/* line 6734, spider.scss */
.p-t-45 {
  padding-top: 45px; }

/* line 6734, spider.scss */
.p-t-50 {
  padding-top: 50px; }

/* line 6734, spider.scss */
.p-t-55 {
  padding-top: 55px; }

/* line 6734, spider.scss */
.p-t-60 {
  padding-top: 60px; }

/* line 6734, spider.scss */
.p-t-65 {
  padding-top: 65px; }

/* line 6734, spider.scss */
.p-t-70 {
  padding-top: 70px; }

/* line 6734, spider.scss */
.p-t-75 {
  padding-top: 75px; }

/* line 6734, spider.scss */
.p-t-80 {
  padding-top: 80px; }

/* line 6734, spider.scss */
.p-t-85 {
  padding-top: 85px; }

/* line 6734, spider.scss */
.p-t-90 {
  padding-top: 90px; }

/* line 6734, spider.scss */
.p-t-95 {
  padding-top: 95px; }

/* line 6734, spider.scss */
.p-t-100 {
  padding-top: 100px; }

/* line 6734, spider.scss */
.p-r-5 {
  padding-right: 5px; }

/* line 6734, spider.scss */
.p-r-10 {
  padding-right: 10px; }

/* line 6734, spider.scss */
.p-r-15 {
  padding-right: 15px; }

/* line 6734, spider.scss */
.p-r-20 {
  padding-right: 20px; }

/* line 6734, spider.scss */
.p-r-25 {
  padding-right: 25px; }

/* line 6734, spider.scss */
.p-r-30 {
  padding-right: 30px; }

/* line 6734, spider.scss */
.p-r-35 {
  padding-right: 35px; }

/* line 6734, spider.scss */
.p-r-40 {
  padding-right: 40px; }

/* line 6734, spider.scss */
.p-r-45 {
  padding-right: 45px; }

/* line 6734, spider.scss */
.p-r-50 {
  padding-right: 50px; }

/* line 6734, spider.scss */
.p-r-55 {
  padding-right: 55px; }

/* line 6734, spider.scss */
.p-r-60 {
  padding-right: 60px; }

/* line 6734, spider.scss */
.p-r-65 {
  padding-right: 65px; }

/* line 6734, spider.scss */
.p-r-70 {
  padding-right: 70px; }

/* line 6734, spider.scss */
.p-r-75 {
  padding-right: 75px; }

/* line 6734, spider.scss */
.p-r-80 {
  padding-right: 80px; }

/* line 6734, spider.scss */
.p-r-85 {
  padding-right: 85px; }

/* line 6734, spider.scss */
.p-r-90 {
  padding-right: 90px; }

/* line 6734, spider.scss */
.p-r-95 {
  padding-right: 95px; }

/* line 6734, spider.scss */
.p-r-100 {
  padding-right: 100px; }

/* line 6734, spider.scss */
.p-b-5 {
  padding-bottom: 5px; }

/* line 6734, spider.scss */
.p-b-10 {
  padding-bottom: 10px; }

/* line 6734, spider.scss */
.p-b-15 {
  padding-bottom: 15px; }

/* line 6734, spider.scss */
.p-b-20 {
  padding-bottom: 20px; }

/* line 6734, spider.scss */
.p-b-25 {
  padding-bottom: 25px; }

/* line 6734, spider.scss */
.p-b-30 {
  padding-bottom: 30px; }

/* line 6734, spider.scss */
.p-b-35 {
  padding-bottom: 35px; }

/* line 6734, spider.scss */
.p-b-40 {
  padding-bottom: 40px; }

/* line 6734, spider.scss */
.p-b-45 {
  padding-bottom: 45px; }

/* line 6734, spider.scss */
.p-b-50 {
  padding-bottom: 50px; }

/* line 6734, spider.scss */
.p-b-55 {
  padding-bottom: 55px; }

/* line 6734, spider.scss */
.p-b-60 {
  padding-bottom: 60px; }

/* line 6734, spider.scss */
.p-b-65 {
  padding-bottom: 65px; }

/* line 6734, spider.scss */
.p-b-70 {
  padding-bottom: 70px; }

/* line 6734, spider.scss */
.p-b-75 {
  padding-bottom: 75px; }

/* line 6734, spider.scss */
.p-b-80 {
  padding-bottom: 80px; }

/* line 6734, spider.scss */
.p-b-85 {
  padding-bottom: 85px; }

/* line 6734, spider.scss */
.p-b-90 {
  padding-bottom: 90px; }

/* line 6734, spider.scss */
.p-b-95 {
  padding-bottom: 95px; }

/* line 6734, spider.scss */
.p-b-100 {
  padding-bottom: 100px; }

/* line 6734, spider.scss */
.p-l-5 {
  padding-left: 5px; }

/* line 6734, spider.scss */
.p-l-10 {
  padding-left: 10px; }

/* line 6734, spider.scss */
.p-l-15 {
  padding-left: 15px; }

/* line 6734, spider.scss */
.p-l-20 {
  padding-left: 20px; }

/* line 6734, spider.scss */
.p-l-25 {
  padding-left: 25px; }

/* line 6734, spider.scss */
.p-l-30 {
  padding-left: 30px; }

/* line 6734, spider.scss */
.p-l-35 {
  padding-left: 35px; }

/* line 6734, spider.scss */
.p-l-40 {
  padding-left: 40px; }

/* line 6734, spider.scss */
.p-l-45 {
  padding-left: 45px; }

/* line 6734, spider.scss */
.p-l-50 {
  padding-left: 50px; }

/* line 6734, spider.scss */
.p-l-55 {
  padding-left: 55px; }

/* line 6734, spider.scss */
.p-l-60 {
  padding-left: 60px; }

/* line 6734, spider.scss */
.p-l-65 {
  padding-left: 65px; }

/* line 6734, spider.scss */
.p-l-70 {
  padding-left: 70px; }

/* line 6734, spider.scss */
.p-l-75 {
  padding-left: 75px; }

/* line 6734, spider.scss */
.p-l-80 {
  padding-left: 80px; }

/* line 6734, spider.scss */
.p-l-85 {
  padding-left: 85px; }

/* line 6734, spider.scss */
.p-l-90 {
  padding-left: 90px; }

/* line 6734, spider.scss */
.p-l-95 {
  padding-left: 95px; }

/* line 6734, spider.scss */
.p-l-100 {
  padding-left: 100px; }

/* line 6734, spider.scss */
.p-0 {
  padding: 0 !important; }

/* line 6734, spider.scss */
.height-100 {
  height: 100vh; }

/* line 6734, spider.scss */
.height-80 {
  height: 80vh; }

/* line 6734, spider.scss */
.height-60 {
  height: 60vh; }

/* line 6734, spider.scss */
.height-40 {
  height: 40vh; }

/* line 6734, spider.scss */
.width100 {
  width: 100%; }

/* line 6734, spider.scss */
.w-5 {
  width: 5%; }

/* line 6734, spider.scss */
.w-10 {
  width: 10%; }

/* line 6734, spider.scss */
.w-15 {
  width: 15%; }

/* line 6734, spider.scss */
.w-20 {
  width: 20%; }

/* line 6734, spider.scss */
.w-25 {
  width: 25%; }

/* line 6734, spider.scss */
.w-30 {
  width: 30%; }

/* line 6734, spider.scss */
.w-35 {
  width: 35%; }

/* line 6734, spider.scss */
.w-40 {
  width: 40%; }

/* line 6734, spider.scss */
.w-45 {
  width: 45%; }

/* line 6734, spider.scss */
.w-50 {
  width: 50%; }

/* line 6734, spider.scss */
.w-55 {
  width: 55%; }

/* line 6734, spider.scss */
.w-60 {
  width: 60%; }

/* line 6734, spider.scss */
.w-65 {
  width: 65%; }

/* line 6734, spider.scss */
.w-70 {
  width: 70%; }

/* line 6734, spider.scss */
.w-75 {
  width: 75%; }

/* line 6734, spider.scss */
.w-80 {
  width: 80%; }

/* line 6734, spider.scss */
.w-85 {
  width: 85%; }

/* line 6734, spider.scss */
.w-90 {
  width: 90%; }

/* line 6734, spider.scss */
.w-95 {
  width: 95%; }

/* line 6734, spider.scss */
.w-100 {
  width: 100%; }

@media screen and (max-width: 1200px) {
  /* line 6734, spider.scss */
  .p-t-0-lg {
    padding-top: 0; }

  /* line 6734, spider.scss */
  .p-t-5-lg {
    padding-top: 5px; }

  /* line 6734, spider.scss */
  .p-t-10-lg {
    padding-top: 10px; }

  /* line 6734, spider.scss */
  .p-t-15-lg {
    padding-top: 15px; }

  /* line 6734, spider.scss */
  .p-t-20-lg {
    padding-top: 20px; }

  /* line 6734, spider.scss */
  .p-t-25-lg {
    padding-top: 25px; }

  /* line 6734, spider.scss */
  .p-t-30-lg {
    padding-top: 30px; }

  /* line 6734, spider.scss */
  .p-t-35-lg {
    padding-top: 35px; }

  /* line 6734, spider.scss */
  .p-t-40-lg {
    padding-top: 40px; }

  /* line 6734, spider.scss */
  .p-t-45-lg {
    padding-top: 45px; }

  /* line 6734, spider.scss */
  .p-t-50-lg {
    padding-top: 50px; }

  /* line 6734, spider.scss */
  .p-t-55-lg {
    padding-top: 55px; }

  /* line 6734, spider.scss */
  .p-t-60-lg {
    padding-top: 60px; }

  /* line 6734, spider.scss */
  .p-t-65-lg {
    padding-top: 65px; }

  /* line 6734, spider.scss */
  .p-t-70-lg {
    padding-top: 70px; }

  /* line 6734, spider.scss */
  .p-t-75-lg {
    padding-top: 75px; }

  /* line 6734, spider.scss */
  .p-t-80-lg {
    padding-top: 80px; }

  /* line 6734, spider.scss */
  .p-t-85-lg {
    padding-top: 85px; }

  /* line 6734, spider.scss */
  .p-t-90-lg {
    padding-top: 90px; }

  /* line 6734, spider.scss */
  .p-t-95-lg {
    padding-top: 95px; }

  /* line 6734, spider.scss */
  .p-t-100-lg {
    padding-top: 100px; }

  /* line 6734, spider.scss */
  .p-b-0-lg {
    padding-bottom: 0; }

  /* line 6734, spider.scss */
  .p-b-5-lg {
    padding-bottom: 5px; }

  /* line 6734, spider.scss */
  .p-b-10-lg {
    padding-bottom: 10px; }

  /* line 6734, spider.scss */
  .p-b-15-lg {
    padding-bottom: 15px; }

  /* line 6734, spider.scss */
  .p-b-20-lg {
    padding-bottom: 20px; }

  /* line 6734, spider.scss */
  .p-b-25-lg {
    padding-bottom: 25px; }

  /* line 6734, spider.scss */
  .p-b-30-lg {
    padding-bottom: 30px; }

  /* line 6734, spider.scss */
  .p-b-35-lg {
    padding-bottom: 35px; }

  /* line 6734, spider.scss */
  .p-b-40-lg {
    padding-bottom: 40px; }

  /* line 6734, spider.scss */
  .p-b-45-lg {
    padding-bottom: 45px; }

  /* line 6734, spider.scss */
  .p-b-50-lg {
    padding-bottom: 50px; }

  /* line 6734, spider.scss */
  .p-b-55-lg {
    padding-bottom: 55px; }

  /* line 6734, spider.scss */
  .p-b-60-lg {
    padding-bottom: 60px; }

  /* line 6734, spider.scss */
  .p-b-65-lg {
    padding-bottom: 65px; }

  /* line 6734, spider.scss */
  .p-b-70-lg {
    padding-bottom: 70px; }

  /* line 6734, spider.scss */
  .p-b-75-lg {
    padding-bottom: 75px; }

  /* line 6734, spider.scss */
  .p-b-80-lg {
    padding-bottom: 80px; }

  /* line 6734, spider.scss */
  .p-b-85-lg {
    padding-bottom: 85px; }

  /* line 6734, spider.scss */
  .p-b-90-lg {
    padding-bottom: 90px; }

  /* line 6734, spider.scss */
  .p-b-95-lg {
    padding-bottom: 95px; }

  /* line 6734, spider.scss */
  .p-b-100-lg {
    padding-bottom: 100px; }

  /* line 6734, spider.scss */
  .m-t-0-lg {
    margin-top: 0; }

  /* line 6734, spider.scss */
  .m-t-5-lg {
    margin-top: 5px; }

  /* line 6734, spider.scss */
  .m-t-10-lg {
    margin-top: 10px; }

  /* line 6734, spider.scss */
  .m-t-15-lg {
    margin-top: 15px; }

  /* line 6734, spider.scss */
  .m-t-20-lg {
    margin-top: 20px; }

  /* line 6734, spider.scss */
  .m-t-25-lg {
    margin-top: 25px; }

  /* line 6734, spider.scss */
  .m-t-30-lg {
    margin-top: 30px; }

  /* line 6734, spider.scss */
  .m-t-35-lg {
    margin-top: 35px; }

  /* line 6734, spider.scss */
  .m-t-40-lg {
    margin-top: 40px; }

  /* line 6734, spider.scss */
  .m-t-45-lg {
    margin-top: 45px; }

  /* line 6734, spider.scss */
  .m-t-50-lg {
    margin-top: 50px; }

  /* line 6734, spider.scss */
  .m-t-55-lg {
    margin-top: 55px; }

  /* line 6734, spider.scss */
  .m-t-60-lg {
    margin-top: 60px; }

  /* line 6734, spider.scss */
  .m-t-65-lg {
    margin-top: 65px; }

  /* line 6734, spider.scss */
  .m-t-70-lg {
    margin-top: 70px; }

  /* line 6734, spider.scss */
  .m-t-75-lg {
    margin-top: 75px; }

  /* line 6734, spider.scss */
  .m-t-80-lg {
    margin-top: 80px; }

  /* line 6734, spider.scss */
  .m-t-85-lg {
    margin-top: 85px; }

  /* line 6734, spider.scss */
  .m-t-90-lg {
    margin-top: 90px; }

  /* line 6734, spider.scss */
  .m-t-95-lg {
    margin-top: 95px; }

  /* line 6734, spider.scss */
  .m-t-100-lg {
    margin-top: 100px; }

  /* line 6734, spider.scss */
  .m-b-0-lg {
    margin-bottom: 0; }

  /* line 6734, spider.scss */
  .m-b-5-lg {
    margin-bottom: 5px; }

  /* line 6734, spider.scss */
  .m-b-10-lg {
    margin-bottom: 10px; }

  /* line 6734, spider.scss */
  .m-b-15-lg {
    margin-bottom: 15px; }

  /* line 6734, spider.scss */
  .m-b-20-lg {
    margin-bottom: 20px; }

  /* line 6734, spider.scss */
  .m-b-25-lg {
    margin-bottom: 25px; }

  /* line 6734, spider.scss */
  .m-b-30-lg {
    margin-bottom: 30px; }

  /* line 6734, spider.scss */
  .m-b-35-lg {
    margin-bottom: 35px; }

  /* line 6734, spider.scss */
  .m-b-40-lg {
    margin-bottom: 40px; }

  /* line 6734, spider.scss */
  .m-b-45-lg {
    margin-bottom: 45px; }

  /* line 6734, spider.scss */
  .m-b-50-lg {
    margin-bottom: 50px; }

  /* line 6734, spider.scss */
  .m-b-55-lg {
    margin-bottom: 55px; }

  /* line 6734, spider.scss */
  .m-b-60-lg {
    margin-bottom: 60px; }

  /* line 6734, spider.scss */
  .m-b-65-lg {
    margin-bottom: 65px; }

  /* line 6734, spider.scss */
  .m-b-70-lg {
    margin-bottom: 70px; }

  /* line 6734, spider.scss */
  .m-b-75-lg {
    margin-bottom: 75px; }

  /* line 6734, spider.scss */
  .m-b-80-lg {
    margin-bottom: 80px; }

  /* line 6734, spider.scss */
  .m-b-85-lg {
    margin-bottom: 85px; }

  /* line 6734, spider.scss */
  .m-b-90-lg {
    margin-bottom: 90px; }

  /* line 6734, spider.scss */
  .m-b-95-lg {
    margin-bottom: 95px; }

  /* line 6734, spider.scss */
  .m-b-100-lg {
    margin-bottom: 100px; }

  /* line 6734, spider.scss */
  .w-100-lg {
    width: 100%; }

  /* line 6734, spider.scss */
  .m-l-0-lg {
    margin-left: 0; }

  /* line 6734, spider.scss */
  .m-r-0-lg {
    margin-right: 0; }

  /* line 6734, spider.scss */
  .m-r-5-lg {
    margin-right: 5px; }

  /* line 6734, spider.scss */
  .m-r-10-lg {
    margin-right: 10px; }

  /* line 6734, spider.scss */
  .m-r-15-lg {
    margin-right: 15px; }

  /* line 6734, spider.scss */
  .m-r-20-lg {
    margin-right: 20px; }

  /* line 6734, spider.scss */
  .m-r-25-lg {
    margin-right: 25px; }

  /* line 6734, spider.scss */
  .m-r-30-lg {
    margin-right: 30px; }

  /* line 6734, spider.scss */
  .m-r-35-lg {
    margin-right: 35px; }

  /* line 6734, spider.scss */
  .m-r-40-lg {
    margin-right: 40px; }

  /* line 6734, spider.scss */
  .m-r-45-lg {
    margin-right: 45px; }

  /* line 6734, spider.scss */
  .m-r-50-lg {
    margin-right: 50px; }

  /* line 6734, spider.scss */
  .m-r-55-lg {
    margin-right: 55px; }

  /* line 6734, spider.scss */
  .m-r-60-lg {
    margin-right: 60px; }

  /* line 6734, spider.scss */
  .m-r-65-lg {
    margin-right: 65px; }

  /* line 6734, spider.scss */
  .m-r-70-lg {
    margin-right: 70px; }

  /* line 6734, spider.scss */
  .m-r-75-lg {
    margin-right: 75px; }

  /* line 6734, spider.scss */
  .m-r-80-lg {
    margin-right: 80px; }

  /* line 6734, spider.scss */
  .m-r-85-lg {
    margin-right: 85px; }

  /* line 6734, spider.scss */
  .m-r-90-lg {
    margin-right: 90px; }

  /* line 6734, spider.scss */
  .m-r-95-lg {
    margin-right: 95px; }

  /* line 6734, spider.scss */
  .m-r-100-lg {
    margin-right: 100px; }

  /* line 6734, spider.scss */
  .m-l-5-lg {
    margin-left: 5px; }

  /* line 6734, spider.scss */
  .m-l-10-lg {
    margin-left: 10px; }

  /* line 6734, spider.scss */
  .m-l-15-lg {
    margin-left: 15px; }

  /* line 6734, spider.scss */
  .m-l-20-lg {
    margin-left: 20px; }

  /* line 6734, spider.scss */
  .m-l-25-lg {
    margin-left: 25px; }

  /* line 6734, spider.scss */
  .m-l-30-lg {
    margin-left: 30px; }

  /* line 6734, spider.scss */
  .m-l-35-lg {
    margin-left: 35px; }

  /* line 6734, spider.scss */
  .m-l-40-lg {
    margin-left: 40px; }

  /* line 6734, spider.scss */
  .m-l-45-lg {
    margin-left: 45px; }

  /* line 6734, spider.scss */
  .m-l-50-lg {
    margin-left: 50px; }

  /* line 6734, spider.scss */
  .m-l-55-lg {
    margin-left: 55px; }

  /* line 6734, spider.scss */
  .m-l-60-lg {
    margin-left: 60px; }

  /* line 6734, spider.scss */
  .m-l-65-lg {
    margin-left: 65px; }

  /* line 6734, spider.scss */
  .m-l-70-lg {
    margin-left: 70px; }

  /* line 6734, spider.scss */
  .m-l-75-lg {
    margin-left: 75px; }

  /* line 6734, spider.scss */
  .m-l-80-lg {
    margin-left: 80px; }

  /* line 6734, spider.scss */
  .m-l-85-lg {
    margin-left: 85px; }

  /* line 6734, spider.scss */
  .m-l-90-lg {
    margin-left: 90px; }

  /* line 6734, spider.scss */
  .m-l-95-lg {
    margin-left: 95px; }

  /* line 6734, spider.scss */
  .m-l-100-lg {
    margin-left: 100px; }

  /* line 6734, spider.scss */
  .p-r-5-lg {
    padding-right: 5px; }

  /* line 6734, spider.scss */
  .p-r-10-lg {
    padding-right: 10px; }

  /* line 6734, spider.scss */
  .p-r-15-lg {
    padding-right: 15px; }

  /* line 6734, spider.scss */
  .p-r-20-lg {
    padding-right: 20px; }

  /* line 6734, spider.scss */
  .p-r-25-lg {
    padding-right: 25px; }

  /* line 6734, spider.scss */
  .p-r-30-lg {
    padding-right: 30px; }

  /* line 6734, spider.scss */
  .p-r-35-lg {
    padding-right: 35px; }

  /* line 6734, spider.scss */
  .p-r-40-lg {
    padding-right: 40px; }

  /* line 6734, spider.scss */
  .p-r-45-lg {
    padding-right: 45px; }

  /* line 6734, spider.scss */
  .p-r-50-lg {
    padding-right: 50px; }

  /* line 6734, spider.scss */
  .p-r-55-lg {
    padding-right: 55px; }

  /* line 6734, spider.scss */
  .p-r-60-lg {
    padding-right: 60px; }

  /* line 6734, spider.scss */
  .p-r-65-lg {
    padding-right: 65px; }

  /* line 6734, spider.scss */
  .p-r-70-lg {
    padding-right: 70px; }

  /* line 6734, spider.scss */
  .p-r-75-lg {
    padding-right: 75px; }

  /* line 6734, spider.scss */
  .p-r-80-lg {
    padding-right: 80px; }

  /* line 6734, spider.scss */
  .p-r-85-lg {
    padding-right: 85px; }

  /* line 6734, spider.scss */
  .p-r-90-lg {
    padding-right: 90px; }

  /* line 6734, spider.scss */
  .p-r-95-lg {
    padding-right: 95px; }

  /* line 6734, spider.scss */
  .p-r-100-lg {
    padding-right: 100px; }

  /* line 6734, spider.scss */
  .p-l-0-lg {
    padding-left: 0; }

  /* line 6734, spider.scss */
  .p-r-0-lg {
    padding-right: 0; }

  /* line 6734, spider.scss */
  .p-l-5-lg {
    padding-left: 5px; }

  /* line 6734, spider.scss */
  .p-l-10-lg {
    padding-left: 10px; }

  /* line 6734, spider.scss */
  .p-l-15-lg {
    padding-left: 15px; }

  /* line 6734, spider.scss */
  .p-l-20-lg {
    padding-left: 20px; }

  /* line 6734, spider.scss */
  .p-l-25-lg {
    padding-left: 25px; }

  /* line 6734, spider.scss */
  .p-l-30-lg {
    padding-left: 30px; }

  /* line 6734, spider.scss */
  .p-l-35-lg {
    padding-left: 35px; }

  /* line 6734, spider.scss */
  .p-l-40-lg {
    padding-left: 40px; }

  /* line 6734, spider.scss */
  .p-l-45-lg {
    padding-left: 45px; }

  /* line 6734, spider.scss */
  .p-l-50-lg {
    padding-left: 50px; }

  /* line 6734, spider.scss */
  .p-l-55-lg {
    padding-left: 55px; }

  /* line 6734, spider.scss */
  .p-l-60-lg {
    padding-left: 60px; }

  /* line 6734, spider.scss */
  .p-l-65-lg {
    padding-left: 65px; }

  /* line 6734, spider.scss */
  .p-l-70-lg {
    padding-left: 70px; }

  /* line 6734, spider.scss */
  .p-l-75-lg {
    padding-left: 75px; }

  /* line 6734, spider.scss */
  .p-l-80-lg {
    padding-left: 80px; }

  /* line 6734, spider.scss */
  .p-l-85-lg {
    padding-left: 85px; }

  /* line 6734, spider.scss */
  .p-l-90-lg {
    padding-left: 90px; }

  /* line 6734, spider.scss */
  .p-l-95-lg {
    padding-left: 95px; }

  /* line 6734, spider.scss */
  .p-l-100-lg {
    padding-left: 100px; } }
@media screen and (max-width: 1024px) {
  /* line 6734, spider.scss */
  .p-t-0-md {
    padding-top: 0; }

  /* line 6734, spider.scss */
  .p-t-5-md {
    padding-top: 5px; }

  /* line 6734, spider.scss */
  .p-t-10-md {
    padding-top: 10px; }

  /* line 6734, spider.scss */
  .p-t-15-md {
    padding-top: 15px; }

  /* line 6734, spider.scss */
  .p-t-20-md {
    padding-top: 20px; }

  /* line 6734, spider.scss */
  .p-t-25-md {
    padding-top: 25px; }

  /* line 6734, spider.scss */
  .p-t-30-md {
    padding-top: 30px; }

  /* line 6734, spider.scss */
  .p-t-35-md {
    padding-top: 35px; }

  /* line 6734, spider.scss */
  .p-t-40-md {
    padding-top: 40px; }

  /* line 6734, spider.scss */
  .p-t-45-md {
    padding-top: 45px; }

  /* line 6734, spider.scss */
  .p-t-50-md {
    padding-top: 50px; }

  /* line 6734, spider.scss */
  .p-t-55-md {
    padding-top: 55px; }

  /* line 6734, spider.scss */
  .p-t-60-md {
    padding-top: 60px; }

  /* line 6734, spider.scss */
  .p-t-65-md {
    padding-top: 65px; }

  /* line 6734, spider.scss */
  .p-t-70-md {
    padding-top: 70px; }

  /* line 6734, spider.scss */
  .p-t-75-md {
    padding-top: 75px; }

  /* line 6734, spider.scss */
  .p-t-80-md {
    padding-top: 80px; }

  /* line 6734, spider.scss */
  .p-t-85-md {
    padding-top: 85px; }

  /* line 6734, spider.scss */
  .p-t-90-md {
    padding-top: 90px; }

  /* line 6734, spider.scss */
  .p-t-95-md {
    padding-top: 95px; }

  /* line 6734, spider.scss */
  .p-t-100-md {
    padding-top: 100px; }

  /* line 6734, spider.scss */
  .p-b-0-md {
    padding-bottom: 0; }

  /* line 6734, spider.scss */
  .p-b-5-md {
    padding-bottom: 5px; }

  /* line 6734, spider.scss */
  .p-b-10-md {
    padding-bottom: 10px; }

  /* line 6734, spider.scss */
  .p-b-15-md {
    padding-bottom: 15px; }

  /* line 6734, spider.scss */
  .p-b-20-md {
    margin-bottom: 20px; }

  /* line 6734, spider.scss */
  .p-b-25-md {
    padding-bottom: 25px; }

  /* line 6734, spider.scss */
  .p-b-30-md {
    padding-bottom: 30px; }

  /* line 6734, spider.scss */
  .p-b-35-md {
    padding-bottom: 35px; }

  /* line 6734, spider.scss */
  .p-b-40-md {
    padding-bottom: 40px; }

  /* line 6734, spider.scss */
  .p-b-45-md {
    padding-bottom: 45px; }

  /* line 6734, spider.scss */
  .p-b-50-md {
    padding-bottom: 50px; }

  /* line 6734, spider.scss */
  .p-b-55-md {
    padding-bottom: 55px; }

  /* line 6734, spider.scss */
  .p-b-60-md {
    padding-bottom: 60px; }

  /* line 6734, spider.scss */
  .p-b-65-md {
    padding-bottom: 65px; }

  /* line 6734, spider.scss */
  .p-b-70-md {
    padding-bottom: 70px; }

  /* line 6734, spider.scss */
  .p-b-75-md {
    padding-bottom: 75px; }

  /* line 6734, spider.scss */
  .p-b-80-md {
    padding-bottom: 80px; }

  /* line 6734, spider.scss */
  .p-b-85-md {
    padding-bottom: 85px; }

  /* line 6734, spider.scss */
  .p-b-90-md {
    padding-bottom: 90px; }

  /* line 6734, spider.scss */
  .p-b-95-md {
    padding-bottom: 95px; }

  /* line 6734, spider.scss */
  .p-b-100-md {
    padding-bottom: 100px; }

  /* line 6734, spider.scss */
  .m-t-0-md {
    margin-top: 0; }

  /* line 6734, spider.scss */
  .m-t-5-md {
    margin-top: 5px; }

  /* line 6734, spider.scss */
  .m-t-10-md {
    margin-top: 10px; }

  /* line 6734, spider.scss */
  .m-t-15-md {
    margin-top: 15px; }

  /* line 6734, spider.scss */
  .m-t-20-md {
    margin-top: 20px; }

  /* line 6734, spider.scss */
  .m-t-25-md {
    margin-top: 25px; }

  /* line 6734, spider.scss */
  .m-t-30-md {
    margin-top: 30px; }

  /* line 6734, spider.scss */
  .m-t-35-md {
    margin-top: 35px; }

  /* line 6734, spider.scss */
  .m-t-40-md {
    margin-top: 40px; }

  /* line 6734, spider.scss */
  .m-t-45-md {
    margin-top: 45px; }

  /* line 6734, spider.scss */
  .m-t-50-md {
    margin-top: 50px; }

  /* line 6734, spider.scss */
  .m-t-55-md {
    margin-top: 55px; }

  /* line 6734, spider.scss */
  .m-t-60-md {
    margin-top: 60px; }

  /* line 6734, spider.scss */
  .m-t-65-md {
    margin-top: 65px; }

  /* line 6734, spider.scss */
  .m-t-70-md {
    margin-top: 70px; }

  /* line 6734, spider.scss */
  .m-t-75-md {
    margin-top: 75px; }

  /* line 6734, spider.scss */
  .m-t-80-md {
    margin-top: 80px; }

  /* line 6734, spider.scss */
  .m-t-85-md {
    margin-top: 85px; }

  /* line 6734, spider.scss */
  .m-t-90-md {
    margin-top: 90px; }

  /* line 6734, spider.scss */
  .m-t-95-md {
    margin-top: 95px; }

  /* line 6734, spider.scss */
  .m-t-100-md {
    margin-top: 100px; }

  /* line 6734, spider.scss */
  .m-b-0-md {
    margin-bottom: 0; }

  /* line 6734, spider.scss */
  .m-b-5-md {
    margin-bottom: 5px; }

  /* line 6734, spider.scss */
  .m-b-10-md {
    margin-bottom: 10px; }

  /* line 6734, spider.scss */
  .m-b-15-md {
    margin-bottom: 15px; }

  /* line 6734, spider.scss */
  .m-b-20-md {
    margin-bottom: 20px; }

  /* line 6734, spider.scss */
  .m-b-25-md {
    margin-bottom: 25px; }

  /* line 6734, spider.scss */
  .m-b-30-md {
    margin-bottom: 30px; }

  /* line 6734, spider.scss */
  .m-b-35-md {
    margin-bottom: 35px; }

  /* line 6734, spider.scss */
  .m-b-40-md {
    margin-bottom: 40px; }

  /* line 6734, spider.scss */
  .m-b-45-md {
    margin-bottom: 45px; }

  /* line 6734, spider.scss */
  .m-b-50-md {
    margin-bottom: 50px; }

  /* line 6734, spider.scss */
  .m-b-55-md {
    margin-bottom: 55px; }

  /* line 6734, spider.scss */
  .m-b-60-md {
    margin-bottom: 60px; }

  /* line 6734, spider.scss */
  .m-b-65-md {
    margin-bottom: 65px; }

  /* line 6734, spider.scss */
  .m-b-70-md {
    margin-bottom: 70px; }

  /* line 6734, spider.scss */
  .m-b-75-md {
    margin-bottom: 75px; }

  /* line 6734, spider.scss */
  .m-b-80-md {
    margin-bottom: 80px; }

  /* line 6734, spider.scss */
  .m-b-85-md {
    margin-bottom: 85px; }

  /* line 6734, spider.scss */
  .m-b-90-md {
    margin-bottom: 90px; }

  /* line 6734, spider.scss */
  .m-b-95-md {
    margin-bottom: 95px; }

  /* line 6734, spider.scss */
  .m-b-100-md {
    margin-bottom: 100px; }

  /* line 6734, spider.scss */
  .w-100-md {
    width: 100%; }

  /* line 6734, spider.scss */
  .m-l-0-md {
    margin-left: 0; }

  /* line 6734, spider.scss */
  .m-r-0-md {
    margin-right: 0; }

  /* line 6734, spider.scss */
  .m-r-5-md {
    margin-right: 5px; }

  /* line 6734, spider.scss */
  .m-r-10-md {
    margin-right: 10px; }

  /* line 6734, spider.scss */
  .m-r-15-md {
    margin-right: 15px; }

  /* line 6734, spider.scss */
  .m-r-20-md {
    margin-right: 20px; }

  /* line 6734, spider.scss */
  .m-r-25-md {
    margin-right: 25px; }

  /* line 6734, spider.scss */
  .m-r-30-md {
    margin-right: 30px; }

  /* line 6734, spider.scss */
  .m-r-35-md {
    margin-right: 35px; }

  /* line 6734, spider.scss */
  .m-r-40-md {
    margin-right: 40px; }

  /* line 6734, spider.scss */
  .m-r-45-md {
    margin-right: 45px; }

  /* line 6734, spider.scss */
  .m-r-50-md {
    margin-right: 50px; }

  /* line 6734, spider.scss */
  .m-r-55-md {
    margin-right: 55px; }

  /* line 6734, spider.scss */
  .m-r-60-md {
    margin-right: 60px; }

  /* line 6734, spider.scss */
  .m-r-65-md {
    margin-right: 65px; }

  /* line 6734, spider.scss */
  .m-r-70-md {
    margin-right: 70px; }

  /* line 6734, spider.scss */
  .m-r-75-md {
    margin-right: 75px; }

  /* line 6734, spider.scss */
  .m-r-80-md {
    margin-right: 80px; }

  /* line 6734, spider.scss */
  .m-r-85-md {
    margin-right: 85px; }

  /* line 6734, spider.scss */
  .m-r-90-md {
    margin-right: 90px; }

  /* line 6734, spider.scss */
  .m-r-95-md {
    margin-right: 95px; }

  /* line 6734, spider.scss */
  .m-r-100-md {
    margin-right: 100px; }

  /* line 6734, spider.scss */
  .m-l-5-md {
    margin-left: 5px; }

  /* line 6734, spider.scss */
  .m-l-10-md {
    margin-left: 10px; }

  /* line 6734, spider.scss */
  .m-l-15-md {
    margin-left: 15px; }

  /* line 6734, spider.scss */
  .m-l-20-md {
    margin-left: 20px; }

  /* line 6734, spider.scss */
  .m-l-25-md {
    margin-left: 25px; }

  /* line 6734, spider.scss */
  .m-l-30-md {
    margin-left: 30px; }

  /* line 6734, spider.scss */
  .m-l-35-md {
    margin-left: 35px; }

  /* line 6734, spider.scss */
  .m-l-40-md {
    margin-left: 40px; }

  /* line 6734, spider.scss */
  .m-l-45-md {
    margin-left: 45px; }

  /* line 6734, spider.scss */
  .m-l-50-md {
    margin-left: 50px; }

  /* line 6734, spider.scss */
  .m-l-55-md {
    margin-left: 55px; }

  /* line 6734, spider.scss */
  .m-l-60-md {
    margin-left: 60px; }

  /* line 6734, spider.scss */
  .m-l-65-md {
    margin-left: 65px; }

  /* line 6734, spider.scss */
  .m-l-70-md {
    margin-left: 70px; }

  /* line 6734, spider.scss */
  .m-l-75-md {
    margin-left: 75px; }

  /* line 6734, spider.scss */
  .m-l-80-md {
    margin-left: 80px; }

  /* line 6734, spider.scss */
  .m-l-85-md {
    margin-left: 85px; }

  /* line 6734, spider.scss */
  .m-l-90-md {
    margin-left: 90px; }

  /* line 6734, spider.scss */
  .m-l-95-md {
    margin-left: 95px; }

  /* line 6734, spider.scss */
  .m-l-100-md {
    margin-left: 100px; }

  /* line 6734, spider.scss */
  .p-r-5-md {
    padding-right: 5px; }

  /* line 6734, spider.scss */
  .p-r-10-md {
    padding-right: 10px; }

  /* line 6734, spider.scss */
  .p-r-15-md {
    padding-right: 15px; }

  /* line 6734, spider.scss */
  .p-r-20-md {
    padding-right: 20px; }

  /* line 6734, spider.scss */
  .p-r-25-md {
    padding-right: 25px; }

  /* line 6734, spider.scss */
  .p-r-30-md {
    padding-right: 30px; }

  /* line 6734, spider.scss */
  .p-r-35-md {
    padding-right: 35px; }

  /* line 6734, spider.scss */
  .p-r-40-md {
    padding-right: 40px; }

  /* line 6734, spider.scss */
  .p-r-45-md {
    padding-right: 45px; }

  /* line 6734, spider.scss */
  .p-r-50-md {
    padding-right: 50px; }

  /* line 6734, spider.scss */
  .p-r-55-md {
    padding-right: 55px; }

  /* line 6734, spider.scss */
  .p-r-60-md {
    padding-right: 60px; }

  /* line 6734, spider.scss */
  .p-r-65-md {
    padding-right: 65px; }

  /* line 6734, spider.scss */
  .p-r-70-md {
    padding-right: 70px; }

  /* line 6734, spider.scss */
  .p-r-75-md {
    padding-right: 75px; }

  /* line 6734, spider.scss */
  .p-r-80-md {
    padding-right: 80px; }

  /* line 6734, spider.scss */
  .p-r-85-md {
    padding-right: 85px; }

  /* line 6734, spider.scss */
  .p-r-90-md {
    padding-right: 90px; }

  /* line 6734, spider.scss */
  .p-r-95-md {
    padding-right: 95px; }

  /* line 6734, spider.scss */
  .p-r-100-md {
    padding-right: 100px; }

  /* line 6734, spider.scss */
  .p-l-0-md {
    padding-left: 0; }

  /* line 6734, spider.scss */
  .p-r-0-md {
    padding-right: 0; }

  /* line 6734, spider.scss */
  .p-l-5-md {
    padding-left: 5px; }

  /* line 6734, spider.scss */
  .p-l-10-md {
    padding-left: 10px; }

  /* line 6734, spider.scss */
  .p-l-15-md {
    padding-left: 15px; }

  /* line 6734, spider.scss */
  .p-l-20-md {
    padding-left: 20px; }

  /* line 6734, spider.scss */
  .p-l-25-md {
    padding-left: 25px; }

  /* line 6734, spider.scss */
  .p-l-30-md {
    padding-left: 30px; }

  /* line 6734, spider.scss */
  .p-l-35-md {
    padding-left: 35px; }

  /* line 6734, spider.scss */
  .p-l-40-md {
    padding-left: 40px; }

  /* line 6734, spider.scss */
  .p-l-45-md {
    padding-left: 45px; }

  /* line 6734, spider.scss */
  .p-l-50-md {
    padding-left: 50px; }

  /* line 6734, spider.scss */
  .p-l-55-md {
    padding-left: 55px; }

  /* line 6734, spider.scss */
  .p-l-60-md {
    padding-left: 60px; }

  /* line 6734, spider.scss */
  .p-l-65-md {
    padding-left: 65px; }

  /* line 6734, spider.scss */
  .p-l-70-md {
    padding-left: 70px; }

  /* line 6734, spider.scss */
  .p-l-75-md {
    padding-left: 75px; }

  /* line 6734, spider.scss */
  .p-l-80-md {
    padding-left: 80px; }

  /* line 6734, spider.scss */
  .p-l-85-md {
    padding-left: 85px; }

  /* line 6734, spider.scss */
  .p-l-90-md {
    padding-left: 90px; }

  /* line 6734, spider.scss */
  .p-l-95-md {
    padding-left: 95px; }

  /* line 6734, spider.scss */
  .p-l-100-md {
    padding-left: 100px; } }
@media screen and (max-width: 920px) {
  /* line 6734, spider.scss */
  .p-t-0-m {
    padding-top: 0; }

  /* line 6734, spider.scss */
  .p-t-5-m {
    padding-top: 5px; }

  /* line 6734, spider.scss */
  .p-t-10-m {
    padding-top: 10px; }

  /* line 6734, spider.scss */
  .p-t-15-m {
    padding-top: 15px; }

  /* line 6734, spider.scss */
  .p-t-20-m {
    padding-top: 20px; }

  /* line 6734, spider.scss */
  .p-t-25-m {
    padding-top: 25px; }

  /* line 6734, spider.scss */
  .p-t-30-m {
    padding-top: 30px; }

  /* line 6734, spider.scss */
  .p-t-35-m {
    padding-top: 35px; }

  /* line 6734, spider.scss */
  .p-t-40-m {
    padding-top: 40px; }

  /* line 6734, spider.scss */
  .p-t-45-m {
    padding-top: 45px; }

  /* line 6734, spider.scss */
  .p-t-50-m {
    padding-top: 50px; }

  /* line 6734, spider.scss */
  .p-t-55-m {
    padding-top: 55px; }

  /* line 6734, spider.scss */
  .p-t-60-m {
    padding-top: 60px; }

  /* line 6734, spider.scss */
  .p-t-65-m {
    padding-top: 65px; }

  /* line 6734, spider.scss */
  .p-t-70-m {
    padding-top: 70px; }

  /* line 6734, spider.scss */
  .p-t-75-m {
    padding-top: 75px; }

  /* line 6734, spider.scss */
  .p-t-80-m {
    padding-top: 80px; }

  /* line 6734, spider.scss */
  .p-t-85-m {
    padding-top: 85px; }

  /* line 6734, spider.scss */
  .p-t-90-m {
    padding-top: 90px; }

  /* line 6734, spider.scss */
  .p-t-95-m {
    padding-top: 95px; }

  /* line 6734, spider.scss */
  .p-t-100-m {
    padding-top: 100px; }

  /* line 6734, spider.scss */
  .p-b-0-m {
    padding-bottom: 0; }

  /* line 6734, spider.scss */
  .p-b-5-m {
    padding-bottom: 5px; }

  /* line 6734, spider.scss */
  .p-b-10-m {
    padding-bottom: 10px; }

  /* line 6734, spider.scss */
  .p-b-15-m {
    padding-bottom: 15px; }

  /* line 6734, spider.scss */
  .p-b-20-m {
    padding-bottom: 20px; }

  /* line 6734, spider.scss */
  .p-b-25-m {
    padding-bottom: 25px; }

  /* line 6734, spider.scss */
  .p-b-30-m {
    padding-bottom: 30px; }

  /* line 6734, spider.scss */
  .p-b-35-m {
    padding-bottom: 35px; }

  /* line 6734, spider.scss */
  .p-b-40-m {
    padding-bottom: 40px; }

  /* line 6734, spider.scss */
  .p-b-45-m {
    padding-bottom: 45px; }

  /* line 6734, spider.scss */
  .p-b-50-m {
    padding-bottom: 50px; }

  /* line 6734, spider.scss */
  .p-b-55-m {
    padding-bottom: 55px; }

  /* line 6734, spider.scss */
  .p-b-60-m {
    padding-bottom: 60px; }

  /* line 6734, spider.scss */
  .p-b-65-m {
    padding-bottom: 65px; }

  /* line 6734, spider.scss */
  .p-b-70-m {
    padding-bottom: 70px; }

  /* line 6734, spider.scss */
  .p-b-75-m {
    padding-bottom: 75px; }

  /* line 6734, spider.scss */
  .p-b-80-m {
    padding-bottom: 80px; }

  /* line 6734, spider.scss */
  .p-b-85-m {
    padding-bottom: 85px; }

  /* line 6734, spider.scss */
  .p-b-90-m {
    padding-bottom: 90px; }

  /* line 6734, spider.scss */
  .p-b-95-m {
    padding-bottom: 95px; }

  /* line 6734, spider.scss */
  .p-b-100-m {
    padding-bottom: 100px; }

  /* line 6734, spider.scss */
  .m-t-0-m {
    margin-top: 0; }

  /* line 6734, spider.scss */
  .m-t-5-m {
    margin-top: 5px; }

  /* line 6734, spider.scss */
  .m-t-10-m {
    margin-top: 10px; }

  /* line 6734, spider.scss */
  .m-t-15-m {
    margin-top: 15px; }

  /* line 6734, spider.scss */
  .m-t-20-m {
    margin-top: 20px; }

  /* line 6734, spider.scss */
  .m-t-25-m {
    margin-top: 25px; }

  /* line 6734, spider.scss */
  .m-t-30-m {
    margin-top: 30px; }

  /* line 6734, spider.scss */
  .m-t-35-m {
    margin-top: 35px; }

  /* line 6734, spider.scss */
  .m-t-40-m {
    margin-top: 40px; }

  /* line 6734, spider.scss */
  .m-t-45-m {
    margin-top: 45px; }

  /* line 6734, spider.scss */
  .m-t-50-m {
    margin-top: 50px; }

  /* line 6734, spider.scss */
  .m-t-55-m {
    margin-top: 55px; }

  /* line 6734, spider.scss */
  .m-t-60-m {
    margin-top: 60px; }

  /* line 6734, spider.scss */
  .m-t-65-m {
    margin-top: 65px; }

  /* line 6734, spider.scss */
  .m-t-70-m {
    margin-top: 70px; }

  /* line 6734, spider.scss */
  .m-t-75-m {
    margin-top: 75px; }

  /* line 6734, spider.scss */
  .m-t-80-m {
    margin-top: 80px; }

  /* line 6734, spider.scss */
  .m-t-85-m {
    margin-top: 85px; }

  /* line 6734, spider.scss */
  .m-t-90-m {
    margin-top: 90px; }

  /* line 6734, spider.scss */
  .m-t-95-m {
    margin-top: 95px; }

  /* line 6734, spider.scss */
  .m-t-100-m {
    margin-top: 100px; }

  /* line 6734, spider.scss */
  .m-b-0-m {
    margin-bottom: 0; }

  /* line 6734, spider.scss */
  .m-b-5-m {
    margin-bottom: 5px; }

  /* line 6734, spider.scss */
  .m-b-10-m {
    margin-bottom: 10px; }

  /* line 6734, spider.scss */
  .m-b-15-m {
    margin-bottom: 15px; }

  /* line 6734, spider.scss */
  .m-b-20-m {
    margin-bottom: 20px; }

  /* line 6734, spider.scss */
  .m-b-25-m {
    margin-bottom: 25px; }

  /* line 6734, spider.scss */
  .m-b-30-m {
    margin-bottom: 30px; }

  /* line 6734, spider.scss */
  .m-b-35-m {
    margin-bottom: 35px; }

  /* line 6734, spider.scss */
  .m-b-40-m {
    margin-bottom: 40px; }

  /* line 6734, spider.scss */
  .m-b-45-m {
    margin-bottom: 45px; }

  /* line 6734, spider.scss */
  .m-b-50-m {
    margin-bottom: 50px; }

  /* line 6734, spider.scss */
  .m-b-55-m {
    margin-bottom: 55px; }

  /* line 6734, spider.scss */
  .m-b-60-m {
    margin-bottom: 60px; }

  /* line 6734, spider.scss */
  .m-b-65-m {
    margin-bottom: 65px; }

  /* line 6734, spider.scss */
  .m-b-70-m {
    margin-bottom: 70px; }

  /* line 6734, spider.scss */
  .m-b-75-m {
    margin-bottom: 75px; }

  /* line 6734, spider.scss */
  .m-b-80-m {
    margin-bottom: 80px; }

  /* line 6734, spider.scss */
  .m-b-85-m {
    margin-bottom: 85px; }

  /* line 6734, spider.scss */
  .m-b-90-m {
    margin-bottom: 90px; }

  /* line 6734, spider.scss */
  .m-b-95-m {
    margin-bottom: 95px; }

  /* line 6734, spider.scss */
  .m-b-100-m {
    margin-bottom: 100px; }

  /* line 6734, spider.scss */
  .w-100-m {
    width: 100%; }

  /* line 6734, spider.scss */
  .m-l-0-m {
    margin-left: 0; }

  /* line 6734, spider.scss */
  .m-r-0-m {
    margin-right: 0; }

  /* line 6734, spider.scss */
  .m-r-5-m {
    margin-right: 5px; }

  /* line 6734, spider.scss */
  .m-r-10-m {
    margin-right: 10px; }

  /* line 6734, spider.scss */
  .m-r-15-m {
    margin-right: 15px; }

  /* line 6734, spider.scss */
  .m-r-20-m {
    margin-right: 20px; }

  /* line 6734, spider.scss */
  .m-r-25-m {
    margin-right: 25px; }

  /* line 6734, spider.scss */
  .m-r-30-m {
    margin-right: 30px; }

  /* line 6734, spider.scss */
  .m-r-35-m {
    margin-right: 35px; }

  /* line 6734, spider.scss */
  .m-r-40-m {
    margin-right: 40px; }

  /* line 6734, spider.scss */
  .m-r-45-m {
    margin-right: 45px; }

  /* line 6734, spider.scss */
  .m-r-50-m {
    margin-right: 50px; }

  /* line 6734, spider.scss */
  .m-r-55-m {
    margin-right: 55px; }

  /* line 6734, spider.scss */
  .m-r-60-m {
    margin-right: 60px; }

  /* line 6734, spider.scss */
  .m-r-65-m {
    margin-right: 65px; }

  /* line 6734, spider.scss */
  .m-r-70-m {
    margin-right: 70px; }

  /* line 6734, spider.scss */
  .m-r-75-m {
    margin-right: 75px; }

  /* line 6734, spider.scss */
  .m-r-80-m {
    margin-right: 80px; }

  /* line 6734, spider.scss */
  .m-r-85-m {
    margin-right: 85px; }

  /* line 6734, spider.scss */
  .m-r-90-m {
    margin-right: 90px; }

  /* line 6734, spider.scss */
  .m-r-95-m {
    margin-right: 95px; }

  /* line 6734, spider.scss */
  .m-r-100-m {
    margin-right: 100px; }

  /* line 6734, spider.scss */
  .m-l-5-m {
    margin-left: 5px; }

  /* line 6734, spider.scss */
  .m-l-10-m {
    margin-left: 10px; }

  /* line 6734, spider.scss */
  .m-l-15-m {
    margin-left: 15px; }

  /* line 6734, spider.scss */
  .m-l-20-m {
    margin-left: 20px; }

  /* line 6734, spider.scss */
  .m-l-25-m {
    margin-left: 25px; }

  /* line 6734, spider.scss */
  .m-l-30-m {
    margin-left: 30px; }

  /* line 6734, spider.scss */
  .m-l-35-m {
    margin-left: 35px; }

  /* line 6734, spider.scss */
  .m-l-40-m {
    margin-left: 40px; }

  /* line 6734, spider.scss */
  .m-l-45-m {
    margin-left: 45px; }

  /* line 6734, spider.scss */
  .m-l-50-m {
    margin-left: 50px; }

  /* line 6734, spider.scss */
  .m-l-55-m {
    margin-left: 55px; }

  /* line 6734, spider.scss */
  .m-l-60-m {
    margin-left: 60px; }

  /* line 6734, spider.scss */
  .m-l-65-m {
    margin-left: 65px; }

  /* line 6734, spider.scss */
  .m-l-70-m {
    margin-left: 70px; }

  /* line 6734, spider.scss */
  .m-l-75-m {
    margin-left: 75px; }

  /* line 6734, spider.scss */
  .m-l-80-m {
    margin-left: 80px; }

  /* line 6734, spider.scss */
  .m-l-85-m {
    margin-left: 85px; }

  /* line 6734, spider.scss */
  .m-l-90-m {
    margin-left: 90px; }

  /* line 6734, spider.scss */
  .m-l-95-m {
    margin-left: 95px; }

  /* line 6734, spider.scss */
  .m-l-100-m {
    margin-left: 100px; }

  /* line 6734, spider.scss */
  .p-r-5-m {
    padding-right: 5px; }

  /* line 6734, spider.scss */
  .p-r-10-m {
    padding-right: 10px; }

  /* line 6734, spider.scss */
  .p-r-15-m {
    padding-right: 15px; }

  /* line 6734, spider.scss */
  .p-r-20-m {
    padding-right: 20px; }

  /* line 6734, spider.scss */
  .p-r-25-m {
    padding-right: 25px; }

  /* line 6734, spider.scss */
  .p-r-30-m {
    padding-right: 30px; }

  /* line 6734, spider.scss */
  .p-r-35-m {
    padding-right: 35px; }

  /* line 6734, spider.scss */
  .p-r-40-m {
    padding-right: 40px; }

  /* line 6734, spider.scss */
  .p-r-45-m {
    padding-right: 45px; }

  /* line 6734, spider.scss */
  .p-r-50-m {
    padding-right: 50px; }

  /* line 6734, spider.scss */
  .p-r-55-m {
    padding-right: 55px; }

  /* line 6734, spider.scss */
  .p-r-60-m {
    padding-right: 60px; }

  /* line 6734, spider.scss */
  .p-r-65-m {
    padding-right: 65px; }

  /* line 6734, spider.scss */
  .p-r-70-m {
    padding-right: 70px; }

  /* line 6734, spider.scss */
  .p-r-75-m {
    padding-right: 75px; }

  /* line 6734, spider.scss */
  .p-r-80-m {
    padding-right: 80px; }

  /* line 6734, spider.scss */
  .p-r-85-m {
    padding-right: 85px; }

  /* line 6734, spider.scss */
  .p-r-90-m {
    padding-right: 90px; }

  /* line 6734, spider.scss */
  .p-r-95-m {
    padding-right: 95px; }

  /* line 6734, spider.scss */
  .p-r-100-m {
    padding-right: 100px; }

  /* line 6734, spider.scss */
  .p-l-0-m {
    padding-left: 0; }

  /* line 6734, spider.scss */
  .p-r-0-m {
    padding-right: 0; }

  /* line 6734, spider.scss */
  .p-l-5-m {
    padding-left: 5px; }

  /* line 6734, spider.scss */
  .p-l-10-m {
    padding-left: 10px; }

  /* line 6734, spider.scss */
  .p-l-15-m {
    padding-left: 15px; }

  /* line 6734, spider.scss */
  .p-l-20-m {
    padding-left: 20px; }

  /* line 6734, spider.scss */
  .p-l-25-m {
    padding-left: 25px; }

  /* line 6734, spider.scss */
  .p-l-30-m {
    padding-left: 30px; }

  /* line 6734, spider.scss */
  .p-l-35-m {
    padding-left: 35px; }

  /* line 6734, spider.scss */
  .p-l-40-m {
    padding-left: 40px; }

  /* line 6734, spider.scss */
  .p-l-45-m {
    padding-left: 45px; }

  /* line 6734, spider.scss */
  .p-l-50-m {
    padding-left: 50px; }

  /* line 6734, spider.scss */
  .p-l-55-m {
    padding-left: 55px; }

  /* line 6734, spider.scss */
  .p-l-60-m {
    padding-left: 60px; }

  /* line 6734, spider.scss */
  .p-l-65-m {
    padding-left: 65px; }

  /* line 6734, spider.scss */
  .p-l-70-m {
    padding-left: 70px; }

  /* line 6734, spider.scss */
  .p-l-75-m {
    padding-left: 75px; }

  /* line 6734, spider.scss */
  .p-l-80-m {
    padding-left: 80px; }

  /* line 6734, spider.scss */
  .p-l-85-m {
    padding-left: 85px; }

  /* line 6734, spider.scss */
  .p-l-90-m {
    padding-left: 90px; }

  /* line 6734, spider.scss */
  .p-l-95-m {
    padding-left: 95px; }

  /* line 6734, spider.scss */
  .p-l-100-m {
    padding-left: 100px; } }
@media screen and (max-width: 768px) {
  /* line 6734, spider.scss */
  .p-t-0-sm {
    padding-top: 0; }

  /* line 6734, spider.scss */
  .p-t-5-sm {
    padding-top: 5px; }

  /* line 6734, spider.scss */
  .p-t-10-sm {
    padding-top: 10px; }

  /* line 6734, spider.scss */
  .p-t-15-sm {
    padding-top: 15px; }

  /* line 6734, spider.scss */
  .p-t-20-sm {
    padding-top: 20px; }

  /* line 6734, spider.scss */
  .p-t-25-sm {
    padding-top: 25px; }

  /* line 6734, spider.scss */
  .p-t-30-sm {
    padding-top: 30px; }

  /* line 6734, spider.scss */
  .p-t-35-sm {
    padding-top: 35px; }

  /* line 6734, spider.scss */
  .p-t-40-sm {
    padding-top: 40px; }

  /* line 6734, spider.scss */
  .p-t-45-sm {
    padding-top: 45px; }

  /* line 6734, spider.scss */
  .p-t-50-sm {
    padding-top: 50px; }

  /* line 6734, spider.scss */
  .p-t-55-sm {
    padding-top: 55px; }

  /* line 6734, spider.scss */
  .p-t-60-sm {
    padding-top: 60px; }

  /* line 6734, spider.scss */
  .p-t-65-sm {
    padding-top: 65px; }

  /* line 6734, spider.scss */
  .p-t-70-sm {
    padding-top: 70px; }

  /* line 6734, spider.scss */
  .p-t-75-sm {
    padding-top: 75px; }

  /* line 6734, spider.scss */
  .p-t-80-sm {
    padding-top: 80px; }

  /* line 6734, spider.scss */
  .p-t-85-sm {
    padding-top: 85px; }

  /* line 6734, spider.scss */
  .p-t-90-sm {
    padding-top: 90px; }

  /* line 6734, spider.scss */
  .p-t-95-sm {
    padding-top: 95px; }

  /* line 6734, spider.scss */
  .p-t-100-sm {
    padding-top: 100px; }

  /* line 6734, spider.scss */
  .p-b-0-sm {
    padding-bottom: 0; }

  /* line 6734, spider.scss */
  .p-b-5-sm {
    padding-bottom: 5px; }

  /* line 6734, spider.scss */
  .p-b-10-sm {
    padding-bottom: 10px; }

  /* line 6734, spider.scss */
  .p-b-15-sm {
    padding-bottom: 15px; }

  /* line 6734, spider.scss */
  .p-b-20-sm {
    padding-bottom: 20px; }

  /* line 6734, spider.scss */
  .p-b-25-sm {
    padding-bottom: 25px; }

  /* line 6734, spider.scss */
  .p-b-30-sm {
    padding-bottom: 30px; }

  /* line 6734, spider.scss */
  .p-b-35-sm {
    padding-bottom: 35px; }

  /* line 6734, spider.scss */
  .p-b-40-sm {
    padding-bottom: 40px; }

  /* line 6734, spider.scss */
  .p-b-45-sm {
    padding-bottom: 45px; }

  /* line 6734, spider.scss */
  .p-b-50-sm {
    padding-bottom: 50px; }

  /* line 6734, spider.scss */
  .p-b-55-sm {
    padding-bottom: 55px; }

  /* line 6734, spider.scss */
  .p-b-60-sm {
    padding-bottom: 60px; }

  /* line 6734, spider.scss */
  .p-b-65-sm {
    padding-bottom: 65px; }

  /* line 6734, spider.scss */
  .p-b-70-sm {
    padding-bottom: 70px; }

  /* line 6734, spider.scss */
  .p-b-75-sm {
    padding-bottom: 75px; }

  /* line 6734, spider.scss */
  .p-b-80-sm {
    padding-bottom: 80px; }

  /* line 6734, spider.scss */
  .p-b-85-sm {
    padding-bottom: 85px; }

  /* line 6734, spider.scss */
  .p-b-90-sm {
    padding-bottom: 90px; }

  /* line 6734, spider.scss */
  .p-b-95-sm {
    padding-bottom: 95px; }

  /* line 6734, spider.scss */
  .p-b-100-sm {
    padding-bottom: 100px; }

  /* line 6734, spider.scss */
  .m-t-0-sm {
    margin-top: 0; }

  /* line 6734, spider.scss */
  .m-t-5-sm {
    margin-top: 5px; }

  /* line 6734, spider.scss */
  .m-t-10-sm {
    margin-top: 10px; }

  /* line 6734, spider.scss */
  .m-t-15-sm {
    margin-top: 15px; }

  /* line 6734, spider.scss */
  .m-t-20-sm {
    margin-top: 20px; }

  /* line 6734, spider.scss */
  .m-t-25-sm {
    margin-top: 25px; }

  /* line 6734, spider.scss */
  .m-t-30-sm {
    margin-top: 30px; }

  /* line 6734, spider.scss */
  .m-t-35-sm {
    margin-top: 35px; }

  /* line 6734, spider.scss */
  .m-t-40-sm {
    margin-top: 40px; }

  /* line 6734, spider.scss */
  .m-t-45-sm {
    margin-top: 45px; }

  /* line 6734, spider.scss */
  .m-t-50-sm {
    margin-top: 50px; }

  /* line 6734, spider.scss */
  .m-t-55-sm {
    margin-top: 55px; }

  /* line 6734, spider.scss */
  .m-t-60-sm {
    margin-top: 60px; }

  /* line 6734, spider.scss */
  .m-t-65-sm {
    margin-top: 65px; }

  /* line 6734, spider.scss */
  .m-t-70-sm {
    margin-top: 70px; }

  /* line 6734, spider.scss */
  .m-t-75-sm {
    margin-top: 75px; }

  /* line 6734, spider.scss */
  .m-t-80-sm {
    margin-top: 80px; }

  /* line 6734, spider.scss */
  .m-t-85-sm {
    margin-top: 85px; }

  /* line 6734, spider.scss */
  .m-t-90-sm {
    margin-top: 90px; }

  /* line 6734, spider.scss */
  .m-t-95-sm {
    margin-top: 95px; }

  /* line 6734, spider.scss */
  .m-t-100-sm {
    margin-top: 100px; }

  /* line 6734, spider.scss */
  .m-b-0-sm {
    margin-bottom: 0; }

  /* line 6734, spider.scss */
  .m-b-5-sm {
    margin-bottom: 5px; }

  /* line 6734, spider.scss */
  .m-b-10-sm {
    margin-bottom: 10px; }

  /* line 6734, spider.scss */
  .m-b-15-sm {
    margin-bottom: 15px; }

  /* line 6734, spider.scss */
  .m-b-20-sm {
    margin-bottom: 20px; }

  /* line 6734, spider.scss */
  .m-b-25-sm {
    margin-bottom: 25px; }

  /* line 6734, spider.scss */
  .m-b-30-sm {
    margin-bottom: 30px; }

  /* line 6734, spider.scss */
  .m-b-35-sm {
    margin-bottom: 35px; }

  /* line 6734, spider.scss */
  .m-b-40-sm {
    margin-bottom: 40px; }

  /* line 6734, spider.scss */
  .m-b-45-sm {
    margin-bottom: 45px; }

  /* line 6734, spider.scss */
  .m-b-50-sm {
    margin-bottom: 50px; }

  /* line 6734, spider.scss */
  .m-b-55-sm {
    margin-bottom: 55px; }

  /* line 6734, spider.scss */
  .m-b-60-sm {
    margin-bottom: 60px; }

  /* line 6734, spider.scss */
  .m-b-65-sm {
    margin-bottom: 65px; }

  /* line 6734, spider.scss */
  .m-b-70-sm {
    margin-bottom: 70px; }

  /* line 6734, spider.scss */
  .m-b-75-sm {
    margin-bottom: 75px; }

  /* line 6734, spider.scss */
  .m-b-80-sm {
    margin-bottom: 80px; }

  /* line 6734, spider.scss */
  .m-b-85-sm {
    margin-bottom: 85px; }

  /* line 6734, spider.scss */
  .m-b-90-sm {
    margin-bottom: 90px; }

  /* line 6734, spider.scss */
  .m-b-95-sm {
    margin-bottom: 95px; }

  /* line 6734, spider.scss */
  .m-b-100-sm {
    margin-bottom: 100px; }

  /* line 6734, spider.scss */
  .w-100-sm {
    width: 100%; }

  /* line 6734, spider.scss */
  .m-l-0-sm {
    margin-left: 0; }

  /* line 6734, spider.scss */
  .m-r-0-sm {
    margin-right: 0; }

  /* line 6734, spider.scss */
  .m-r-5-sm {
    margin-right: 5px; }

  /* line 6734, spider.scss */
  .m-r-10-sm {
    margin-right: 10px; }

  /* line 6734, spider.scss */
  .m-r-15-sm {
    margin-right: 15px; }

  /* line 6734, spider.scss */
  .m-r-20-sm {
    margin-right: 20px; }

  /* line 6734, spider.scss */
  .m-r-25-sm {
    margin-right: 25px; }

  /* line 6734, spider.scss */
  .m-r-30-sm {
    margin-right: 30px; }

  /* line 6734, spider.scss */
  .m-r-35-sm {
    margin-right: 35px; }

  /* line 6734, spider.scss */
  .m-r-40-sm {
    margin-right: 40px; }

  /* line 6734, spider.scss */
  .m-r-45-sm {
    margin-right: 45px; }

  /* line 6734, spider.scss */
  .m-r-50-sm {
    margin-right: 50px; }

  /* line 6734, spider.scss */
  .m-r-55-sm {
    margin-right: 55px; }

  /* line 6734, spider.scss */
  .m-r-60-sm {
    margin-right: 60px; }

  /* line 6734, spider.scss */
  .m-r-65-sm {
    margin-right: 65px; }

  /* line 6734, spider.scss */
  .m-r-70-sm {
    margin-right: 70px; }

  /* line 6734, spider.scss */
  .m-r-75-sm {
    margin-right: 75px; }

  /* line 6734, spider.scss */
  .m-r-80-sm {
    margin-right: 80px; }

  /* line 6734, spider.scss */
  .m-r-85-sm {
    margin-right: 85px; }

  /* line 6734, spider.scss */
  .m-r-90-sm {
    margin-right: 90px; }

  /* line 6734, spider.scss */
  .m-r-95-sm {
    margin-right: 95px; }

  /* line 6734, spider.scss */
  .m-r-100-sm {
    margin-right: 100px; }

  /* line 6734, spider.scss */
  .m-l-5-sm {
    margin-left: 5px; }

  /* line 6734, spider.scss */
  .m-l-10-sm {
    margin-left: 10px; }

  /* line 6734, spider.scss */
  .m-l-15-sm {
    margin-left: 15px; }

  /* line 6734, spider.scss */
  .m-l-20-sm {
    margin-left: 20px; }

  /* line 6734, spider.scss */
  .m-l-25-sm {
    margin-left: 25px; }

  /* line 6734, spider.scss */
  .m-l-30-sm {
    margin-left: 30px; }

  /* line 6734, spider.scss */
  .m-l-35-sm {
    margin-left: 35px; }

  /* line 6734, spider.scss */
  .m-l-40-sm {
    margin-left: 40px; }

  /* line 6734, spider.scss */
  .m-l-45-sm {
    margin-left: 45px; }

  /* line 6734, spider.scss */
  .m-l-50-sm {
    margin-left: 50px; }

  /* line 6734, spider.scss */
  .m-l-55-sm {
    margin-left: 55px; }

  /* line 6734, spider.scss */
  .m-l-60-sm {
    margin-left: 60px; }

  /* line 6734, spider.scss */
  .m-l-65-sm {
    margin-left: 65px; }

  /* line 6734, spider.scss */
  .m-l-70-sm {
    margin-left: 70px; }

  /* line 6734, spider.scss */
  .m-l-75-sm {
    margin-left: 75px; }

  /* line 6734, spider.scss */
  .m-l-80-sm {
    margin-left: 80px; }

  /* line 6734, spider.scss */
  .m-l-85-sm {
    margin-left: 85px; }

  /* line 6734, spider.scss */
  .m-l-90-sm {
    margin-left: 90px; }

  /* line 6734, spider.scss */
  .m-l-95-sm {
    margin-left: 95px; }

  /* line 6734, spider.scss */
  .m-l-100-sm {
    margin-left: 100px; }

  /* line 6734, spider.scss */
  .p-r-5-sm {
    padding-right: 5px; }

  /* line 6734, spider.scss */
  .p-r-10-sm {
    padding-right: 10px; }

  /* line 6734, spider.scss */
  .p-r-15-sm {
    padding-right: 15px; }

  /* line 6734, spider.scss */
  .p-r-20-sm {
    padding-right: 20px; }

  /* line 6734, spider.scss */
  .p-r-25-sm {
    padding-right: 25px; }

  /* line 6734, spider.scss */
  .p-r-30-sm {
    padding-right: 30px; }

  /* line 6734, spider.scss */
  .p-r-35-sm {
    padding-right: 35px; }

  /* line 6734, spider.scss */
  .p-r-40-sm {
    padding-right: 40px; }

  /* line 6734, spider.scss */
  .p-r-45-sm {
    padding-right: 45px; }

  /* line 6734, spider.scss */
  .p-r-50-sm {
    padding-right: 50px; }

  /* line 6734, spider.scss */
  .p-r-55-sm {
    padding-right: 55px; }

  /* line 6734, spider.scss */
  .p-r-60-sm {
    padding-right: 60px; }

  /* line 6734, spider.scss */
  .p-r-65-sm {
    padding-right: 65px; }

  /* line 6734, spider.scss */
  .p-r-70-sm {
    padding-right: 70px; }

  /* line 6734, spider.scss */
  .p-r-75-sm {
    padding-right: 75px; }

  /* line 6734, spider.scss */
  .p-r-80-sm {
    padding-right: 80px; }

  /* line 6734, spider.scss */
  .p-r-85-sm {
    padding-right: 85px; }

  /* line 6734, spider.scss */
  .p-r-90-sm {
    padding-right: 90px; }

  /* line 6734, spider.scss */
  .p-r-95-sm {
    padding-right: 95px; }

  /* line 6734, spider.scss */
  .p-r-100-sm {
    padding-right: 100px; }

  /* line 6734, spider.scss */
  .p-l-0-sm {
    padding-left: 0; }

  /* line 6734, spider.scss */
  .p-r-0-sm {
    padding-right: 0; }

  /* line 6734, spider.scss */
  .p-l-5-sm {
    padding-left: 5px; }

  /* line 6734, spider.scss */
  .p-l-10-sm {
    padding-left: 10px; }

  /* line 6734, spider.scss */
  .p-l-15-sm {
    padding-left: 15px; }

  /* line 6734, spider.scss */
  .p-l-20-sm {
    padding-left: 20px; }

  /* line 6734, spider.scss */
  .p-l-25-sm {
    padding-left: 25px; }

  /* line 6734, spider.scss */
  .p-l-30-sm {
    padding-left: 30px; }

  /* line 6734, spider.scss */
  .p-l-35-sm {
    padding-left: 35px; }

  /* line 6734, spider.scss */
  .p-l-40-sm {
    padding-left: 40px; }

  /* line 6734, spider.scss */
  .p-l-45-sm {
    padding-left: 45px; }

  /* line 6734, spider.scss */
  .p-l-50-sm {
    padding-left: 50px; }

  /* line 6734, spider.scss */
  .p-l-55-sm {
    padding-left: 55px; }

  /* line 6734, spider.scss */
  .p-l-60-sm {
    padding-left: 60px; }

  /* line 6734, spider.scss */
  .p-l-65-sm {
    padding-left: 65px; }

  /* line 6734, spider.scss */
  .p-l-70-sm {
    padding-left: 70px; }

  /* line 6734, spider.scss */
  .p-l-75-sm {
    padding-left: 75px; }

  /* line 6734, spider.scss */
  .p-l-80-sm {
    padding-left: 80px; }

  /* line 6734, spider.scss */
  .p-l-85-sm {
    padding-left: 85px; }

  /* line 6734, spider.scss */
  .p-l-90-sm {
    padding-left: 90px; }

  /* line 6734, spider.scss */
  .p-l-95-sm {
    padding-left: 95px; }

  /* line 6734, spider.scss */
  .p-l-100-sm {
    padding-left: 100px; } }
@media screen and (max-width: 640px) {
  /* line 6734, spider.scss */
  .p-t-0-s {
    padding-top: 0; }

  /* line 6734, spider.scss */
  .p-t-5-s {
    padding-top: 5px; }

  /* line 6734, spider.scss */
  .p-t-10-s {
    padding-top: 10px; }

  /* line 6734, spider.scss */
  .p-t-15-s {
    padding-top: 15px; }

  /* line 6734, spider.scss */
  .p-t-20-s {
    padding-top: 20px; }

  /* line 6734, spider.scss */
  .p-t-25-s {
    padding-top: 25px; }

  /* line 6734, spider.scss */
  .p-t-30-s {
    padding-top: 30px; }

  /* line 6734, spider.scss */
  .p-t-35-s {
    padding-top: 35px; }

  /* line 6734, spider.scss */
  .p-t-40-s {
    padding-top: 40px; }

  /* line 6734, spider.scss */
  .p-t-45-s {
    padding-top: 45px; }

  /* line 6734, spider.scss */
  .p-t-50-s {
    padding-top: 50px; }

  /* line 6734, spider.scss */
  .p-t-55-s {
    padding-top: 55px; }

  /* line 6734, spider.scss */
  .p-t-60-s {
    padding-top: 60px; }

  /* line 6734, spider.scss */
  .p-t-65-s {
    padding-top: 65px; }

  /* line 6734, spider.scss */
  .p-t-70-s {
    padding-top: 70px; }

  /* line 6734, spider.scss */
  .p-t-75-s {
    padding-top: 75px; }

  /* line 6734, spider.scss */
  .p-t-80-s {
    padding-top: 80px; }

  /* line 6734, spider.scss */
  .p-t-85-s {
    padding-top: 85px; }

  /* line 6734, spider.scss */
  .p-t-90-s {
    padding-top: 90px; }

  /* line 6734, spider.scss */
  .p-t-95-s {
    padding-top: 95px; }

  /* line 6734, spider.scss */
  .p-t-100-s {
    padding-top: 100px; }

  /* line 6734, spider.scss */
  .p-b-0-s {
    padding-bottom: 0; }

  /* line 6734, spider.scss */
  .p-b-5-s {
    padding-bottom: 5px; }

  /* line 6734, spider.scss */
  .p-b-10-s {
    padding-bottom: 10px; }

  /* line 6734, spider.scss */
  .p-b-15-s {
    padding-bottom: 15px; }

  /* line 6734, spider.scss */
  .p-b-20-s {
    padding-bottom: 20px; }

  /* line 6734, spider.scss */
  .p-b-25-s {
    padding-bottom: 25px; }

  /* line 6734, spider.scss */
  .p-b-30-s {
    padding-bottom: 30px; }

  /* line 6734, spider.scss */
  .p-b-35-s {
    padding-bottom: 35px; }

  /* line 6734, spider.scss */
  .p-b-40-s {
    padding-bottom: 40px; }

  /* line 6734, spider.scss */
  .p-b-45-s {
    padding-bottom: 45px; }

  /* line 6734, spider.scss */
  .p-b-50-s {
    padding-bottom: 50px; }

  /* line 6734, spider.scss */
  .p-b-55-s {
    padding-bottom: 55px; }

  /* line 6734, spider.scss */
  .p-b-60-s {
    padding-bottom: 60px; }

  /* line 6734, spider.scss */
  .p-b-65-s {
    padding-bottom: 65px; }

  /* line 6734, spider.scss */
  .p-b-70-s {
    padding-bottom: 70px; }

  /* line 6734, spider.scss */
  .p-b-75-s {
    padding-bottom: 75px; }

  /* line 6734, spider.scss */
  .p-b-80-s {
    padding-bottom: 80px; }

  /* line 6734, spider.scss */
  .p-b-85-s {
    padding-bottom: 85px; }

  /* line 6734, spider.scss */
  .p-b-90-s {
    padding-bottom: 90px; }

  /* line 6734, spider.scss */
  .p-b-95-s {
    padding-bottom: 95px; }

  /* line 6734, spider.scss */
  .p-b-100-s {
    padding-bottom: 100px; }

  /* line 6734, spider.scss */
  .m-t-0-s {
    margin-top: 0; }

  /* line 6734, spider.scss */
  .m-t-5-s {
    margin-top: 5px; }

  /* line 6734, spider.scss */
  .m-t-10-s {
    margin-top: 10px; }

  /* line 6734, spider.scss */
  .m-t-15-s {
    margin-top: 15px; }

  /* line 6734, spider.scss */
  .m-t-20-s {
    margin-top: 20px; }

  /* line 6734, spider.scss */
  .m-t-25-s {
    margin-top: 25px; }

  /* line 6734, spider.scss */
  .m-t-30-s {
    margin-top: 30px; }

  /* line 6734, spider.scss */
  .m-t-35-s {
    margin-top: 35px; }

  /* line 6734, spider.scss */
  .m-t-40-s {
    margin-top: 40px; }

  /* line 6734, spider.scss */
  .m-t-45-s {
    margin-top: 45px; }

  /* line 6734, spider.scss */
  .m-t-50-s {
    margin-top: 50px; }

  /* line 6734, spider.scss */
  .m-t-55-s {
    margin-top: 55px; }

  /* line 6734, spider.scss */
  .m-t-60-s {
    margin-top: 60px; }

  /* line 6734, spider.scss */
  .m-t-65-s {
    margin-top: 65px; }

  /* line 6734, spider.scss */
  .m-t-70-s {
    margin-top: 70px; }

  /* line 6734, spider.scss */
  .m-t-75-s {
    margin-top: 75px; }

  /* line 6734, spider.scss */
  .m-t-80-s {
    margin-top: 80px; }

  /* line 6734, spider.scss */
  .m-t-85-s {
    margin-top: 85px; }

  /* line 6734, spider.scss */
  .m-t-90-s {
    margin-top: 90px; }

  /* line 6734, spider.scss */
  .m-t-95-s {
    margin-top: 95px; }

  /* line 6734, spider.scss */
  .m-t-100-s {
    margin-top: 100px; }

  /* line 6734, spider.scss */
  .m-b-0-s {
    margin-bottom: 0; }

  /* line 6734, spider.scss */
  .m-b-5-s {
    margin-bottom: 5px; }

  /* line 6734, spider.scss */
  .m-b-10-s {
    margin-bottom: 10px; }

  /* line 6734, spider.scss */
  .m-b-15-s {
    margin-bottom: 15px; }

  /* line 6734, spider.scss */
  .m-b-20-s {
    margin-bottom: 20px; }

  /* line 6734, spider.scss */
  .m-b-25-s {
    margin-bottom: 25px; }

  /* line 6734, spider.scss */
  .m-b-30-s {
    margin-bottom: 30px; }

  /* line 6734, spider.scss */
  .m-b-35-s {
    margin-bottom: 35px; }

  /* line 6734, spider.scss */
  .m-b-40-s {
    margin-bottom: 40px; }

  /* line 6734, spider.scss */
  .m-b-45-s {
    margin-bottom: 45px; }

  /* line 6734, spider.scss */
  .m-b-50-s {
    margin-bottom: 50px; }

  /* line 6734, spider.scss */
  .m-b-55-s {
    margin-bottom: 55px; }

  /* line 6734, spider.scss */
  .m-b-60-s {
    margin-bottom: 60px; }

  /* line 6734, spider.scss */
  .m-b-65-s {
    margin-bottom: 65px; }

  /* line 6734, spider.scss */
  .m-b-70-s {
    margin-bottom: 70px; }

  /* line 6734, spider.scss */
  .m-b-75-s {
    margin-bottom: 75px; }

  /* line 6734, spider.scss */
  .m-b-80-s {
    margin-bottom: 80px; }

  /* line 6734, spider.scss */
  .m-b-85-s {
    margin-bottom: 85px; }

  /* line 6734, spider.scss */
  .m-b-90-s {
    margin-bottom: 90px; }

  /* line 6734, spider.scss */
  .m-b-95-s {
    margin-bottom: 95px; }

  /* line 6734, spider.scss */
  .m-b-100-s {
    margin-bottom: 100px; }

  /* line 6734, spider.scss */
  .w-100-s {
    width: 100%; }

  /* line 6734, spider.scss */
  .m-l-0-s {
    margin-left: 0; }

  /* line 6734, spider.scss */
  .m-r-0-s {
    margin-right: 0; }

  /* line 6734, spider.scss */
  .m-r-5-s {
    margin-right: 5px; }

  /* line 6734, spider.scss */
  .m-r-10-s {
    margin-right: 10px; }

  /* line 6734, spider.scss */
  .m-r-15-s {
    margin-right: 15px; }

  /* line 6734, spider.scss */
  .m-r-20-s {
    margin-right: 20px; }

  /* line 6734, spider.scss */
  .m-r-25-s {
    margin-right: 25px; }

  /* line 6734, spider.scss */
  .m-r-30-s {
    margin-right: 30px; }

  /* line 6734, spider.scss */
  .m-r-35-s {
    margin-right: 35px; }

  /* line 6734, spider.scss */
  .m-r-40-s {
    margin-right: 40px; }

  /* line 6734, spider.scss */
  .m-r-45-s {
    margin-right: 45px; }

  /* line 6734, spider.scss */
  .m-r-50-s {
    margin-right: 50px; }

  /* line 6734, spider.scss */
  .m-r-55-s {
    margin-right: 55px; }

  /* line 6734, spider.scss */
  .m-r-60-s {
    margin-right: 60px; }

  /* line 6734, spider.scss */
  .m-r-65-s {
    margin-right: 65px; }

  /* line 6734, spider.scss */
  .m-r-70-s {
    margin-right: 70px; }

  /* line 6734, spider.scss */
  .m-r-75-s {
    margin-right: 75px; }

  /* line 6734, spider.scss */
  .m-r-80-s {
    margin-right: 80px; }

  /* line 6734, spider.scss */
  .m-r-85-s {
    margin-right: 85px; }

  /* line 6734, spider.scss */
  .m-r-90-s {
    margin-right: 90px; }

  /* line 6734, spider.scss */
  .m-r-95-s {
    margin-right: 95px; }

  /* line 6734, spider.scss */
  .m-r-100-s {
    margin-right: 100px; }

  /* line 6734, spider.scss */
  .m-l-5-s {
    margin-left: 5px; }

  /* line 6734, spider.scss */
  .m-l-10-s {
    margin-left: 10px; }

  /* line 6734, spider.scss */
  .m-l-15-s {
    margin-left: 15px; }

  /* line 6734, spider.scss */
  .m-l-20-s {
    margin-left: 20px; }

  /* line 6734, spider.scss */
  .m-l-25-s {
    margin-left: 25px; }

  /* line 6734, spider.scss */
  .m-l-30-s {
    margin-left: 30px; }

  /* line 6734, spider.scss */
  .m-l-35-s {
    margin-left: 35px; }

  /* line 6734, spider.scss */
  .m-l-40-s {
    margin-left: 40px; }

  /* line 6734, spider.scss */
  .m-l-45-s {
    margin-left: 45px; }

  /* line 6734, spider.scss */
  .m-l-50-s {
    margin-left: 50px; }

  /* line 6734, spider.scss */
  .m-l-55-s {
    margin-left: 55px; }

  /* line 6734, spider.scss */
  .m-l-60-s {
    margin-left: 60px; }

  /* line 6734, spider.scss */
  .m-l-65-s {
    margin-left: 65px; }

  /* line 6734, spider.scss */
  .m-l-70-s {
    margin-left: 70px; }

  /* line 6734, spider.scss */
  .m-l-75-s {
    margin-left: 75px; }

  /* line 6734, spider.scss */
  .m-l-80-s {
    margin-left: 80px; }

  /* line 6734, spider.scss */
  .m-l-85-s {
    margin-left: 85px; }

  /* line 6734, spider.scss */
  .m-l-90-s {
    margin-left: 90px; }

  /* line 6734, spider.scss */
  .m-l-95-s {
    margin-left: 95px; }

  /* line 6734, spider.scss */
  .m-l-100-s {
    margin-left: 100px; }

  /* line 6734, spider.scss */
  .p-r-5-s {
    padding-right: 5px; }

  /* line 6734, spider.scss */
  .p-r-10-s {
    padding-right: 10px; }

  /* line 6734, spider.scss */
  .p-r-15-s {
    padding-right: 15px; }

  /* line 6734, spider.scss */
  .p-r-20-s {
    padding-right: 20px; }

  /* line 6734, spider.scss */
  .p-r-25-s {
    padding-right: 25px; }

  /* line 6734, spider.scss */
  .p-r-30-s {
    padding-right: 30px; }

  /* line 6734, spider.scss */
  .p-r-35-s {
    padding-right: 35px; }

  /* line 6734, spider.scss */
  .p-r-40-s {
    padding-right: 40px; }

  /* line 6734, spider.scss */
  .p-r-45-s {
    padding-right: 45px; }

  /* line 6734, spider.scss */
  .p-r-50-s {
    padding-right: 50px; }

  /* line 6734, spider.scss */
  .p-r-55-s {
    padding-right: 55px; }

  /* line 6734, spider.scss */
  .p-r-60-s {
    padding-right: 60px; }

  /* line 6734, spider.scss */
  .p-r-65-s {
    padding-right: 65px; }

  /* line 6734, spider.scss */
  .p-r-70-s {
    padding-right: 70px; }

  /* line 6734, spider.scss */
  .p-r-75-s {
    padding-right: 75px; }

  /* line 6734, spider.scss */
  .p-r-80-s {
    padding-right: 80px; }

  /* line 6734, spider.scss */
  .p-r-85-s {
    padding-right: 85px; }

  /* line 6734, spider.scss */
  .p-r-90-s {
    padding-right: 90px; }

  /* line 6734, spider.scss */
  .p-r-95-s {
    padding-right: 95px; }

  /* line 6734, spider.scss */
  .p-r-100-s {
    padding-right: 100px; }

  /* line 6734, spider.scss */
  .p-l-0-s {
    padding-left: 0; }

  /* line 6734, spider.scss */
  .p-r-0-s {
    padding-right: 0; }

  /* line 6734, spider.scss */
  .p-l-5-s {
    padding-left: 5px; }

  /* line 6734, spider.scss */
  .p-l-10-s {
    padding-left: 10px; }

  /* line 6734, spider.scss */
  .p-l-15-s {
    padding-left: 15px; }

  /* line 6734, spider.scss */
  .p-l-20-s {
    padding-left: 20px; }

  /* line 6734, spider.scss */
  .p-l-25-s {
    padding-left: 25px; }

  /* line 6734, spider.scss */
  .p-l-30-s {
    padding-left: 30px; }

  /* line 6734, spider.scss */
  .p-l-35-s {
    padding-left: 35px; }

  /* line 6734, spider.scss */
  .p-l-40-s {
    padding-left: 40px; }

  /* line 6734, spider.scss */
  .p-l-45-s {
    padding-left: 45px; }

  /* line 6734, spider.scss */
  .p-l-50-s {
    padding-left: 50px; }

  /* line 6734, spider.scss */
  .p-l-55-s {
    padding-left: 55px; }

  /* line 6734, spider.scss */
  .p-l-60-s {
    padding-left: 60px; }

  /* line 6734, spider.scss */
  .p-l-65-s {
    padding-left: 65px; }

  /* line 6734, spider.scss */
  .p-l-70-s {
    padding-left: 70px; }

  /* line 6734, spider.scss */
  .p-l-75-s {
    padding-left: 75px; }

  /* line 6734, spider.scss */
  .p-l-80-s {
    padding-left: 80px; }

  /* line 6734, spider.scss */
  .p-l-85-s {
    padding-left: 85px; }

  /* line 6734, spider.scss */
  .p-l-90-s {
    padding-left: 90px; }

  /* line 6734, spider.scss */
  .p-l-95-s {
    padding-left: 95px; }

  /* line 6734, spider.scss */
  .p-l-100-s {
    padding-left: 100px; } }
@media screen and (max-width: 480px) {
  /* line 6734, spider.scss */
  .p-t-0-xs {
    padding-top: 0; }

  /* line 6734, spider.scss */
  .p-t-5-xs {
    padding-top: 5px; }

  /* line 6734, spider.scss */
  .p-t-10-xs {
    padding-top: 10px; }

  /* line 6734, spider.scss */
  .p-t-15-xs {
    padding-top: 15px; }

  /* line 6734, spider.scss */
  .p-t-20-xs {
    padding-top: 20px; }

  /* line 6734, spider.scss */
  .p-t-25-xs {
    padding-top: 25px; }

  /* line 6734, spider.scss */
  .p-t-30-xs {
    padding-top: 30px; }

  /* line 6734, spider.scss */
  .p-t-35-xs {
    padding-top: 35px; }

  /* line 6734, spider.scss */
  .p-t-40-xs {
    padding-top: 40px; }

  /* line 6734, spider.scss */
  .p-t-45-xs {
    padding-top: 45px; }

  /* line 6734, spider.scss */
  .p-t-50-xs {
    padding-top: 50px; }

  /* line 6734, spider.scss */
  .p-t-55-xs {
    padding-top: 55px; }

  /* line 6734, spider.scss */
  .p-t-60-xs {
    padding-top: 60px; }

  /* line 6734, spider.scss */
  .p-t-65-xs {
    padding-top: 65px; }

  /* line 6734, spider.scss */
  .p-t-70-xs {
    padding-top: 70px; }

  /* line 6734, spider.scss */
  .p-t-75-xs {
    padding-top: 75px; }

  /* line 6734, spider.scss */
  .p-t-80-xs {
    padding-top: 80px; }

  /* line 6734, spider.scss */
  .p-t-85-xs {
    padding-top: 85px; }

  /* line 6734, spider.scss */
  .p-t-90-xs {
    padding-top: 90px; }

  /* line 6734, spider.scss */
  .p-t-95-xs {
    padding-top: 95px; }

  /* line 6734, spider.scss */
  .p-t-100-xs {
    padding-top: 100px; }

  /* line 6734, spider.scss */
  .p-b-0-xs {
    padding-bottom: 0; }

  /* line 6734, spider.scss */
  .p-b-5-xs {
    padding-bottom: 5px; }

  /* line 6734, spider.scss */
  .p-b-10-xs {
    padding-bottom: 10px; }

  /* line 6734, spider.scss */
  .p-b-15-xs {
    padding-bottom: 15px; }

  /* line 6734, spider.scss */
  .p-b-20-xs {
    padding-bottom: 20px; }

  /* line 6734, spider.scss */
  .p-b-25-xs {
    padding-bottom: 25px; }

  /* line 6734, spider.scss */
  .p-b-30-xs {
    padding-bottom: 30px; }

  /* line 6734, spider.scss */
  .p-b-35-xs {
    padding-bottom: 35px; }

  /* line 6734, spider.scss */
  .p-b-40-xs {
    padding-bottom: 40px; }

  /* line 6734, spider.scss */
  .p-b-45-xs {
    padding-bottom: 45px; }

  /* line 6734, spider.scss */
  .p-b-50-xs {
    padding-bottom: 50px; }

  /* line 6734, spider.scss */
  .p-b-55-xs {
    padding-bottom: 55px; }

  /* line 6734, spider.scss */
  .p-b-60-xs {
    padding-bottom: 60px; }

  /* line 6734, spider.scss */
  .p-b-65-xs {
    padding-bottom: 65px; }

  /* line 6734, spider.scss */
  .p-b-70-xs {
    padding-bottom: 70px; }

  /* line 6734, spider.scss */
  .p-b-75-xs {
    padding-bottom: 75px; }

  /* line 6734, spider.scss */
  .p-b-80-xs {
    padding-bottom: 80px; }

  /* line 6734, spider.scss */
  .p-b-85-xs {
    padding-bottom: 85px; }

  /* line 6734, spider.scss */
  .p-b-90-xs {
    padding-bottom: 90px; }

  /* line 6734, spider.scss */
  .p-b-95-xs {
    padding-bottom: 95px; }

  /* line 6734, spider.scss */
  .p-b-100-xs {
    padding-bottom: 100px; }

  /* line 6734, spider.scss */
  .m-t-0-xs {
    margin-top: 0; }

  /* line 6734, spider.scss */
  .m-t-5-xs {
    margin-top: 5px; }

  /* line 6734, spider.scss */
  .m-t-10-xs {
    margin-top: 10px; }

  /* line 6734, spider.scss */
  .m-t-15-xs {
    margin-top: 15px; }

  /* line 6734, spider.scss */
  .m-t-20-xs {
    margin-top: 20px; }

  /* line 6734, spider.scss */
  .m-t-25-xs {
    margin-top: 25px; }

  /* line 6734, spider.scss */
  .m-t-30-xs {
    margin-top: 30px; }

  /* line 6734, spider.scss */
  .m-t-35-xs {
    margin-top: 35px; }

  /* line 6734, spider.scss */
  .m-t-40-xs {
    margin-top: 40px; }

  /* line 6734, spider.scss */
  .m-t-45-xs {
    margin-top: 45px; }

  /* line 6734, spider.scss */
  .m-t-50-xs {
    margin-top: 50px; }

  /* line 6734, spider.scss */
  .m-t-55-xs {
    margin-top: 55px; }

  /* line 6734, spider.scss */
  .m-t-60-xs {
    margin-top: 60px; }

  /* line 6734, spider.scss */
  .m-t-65-xs {
    margin-top: 65px; }

  /* line 6734, spider.scss */
  .m-t-70-xs {
    margin-top: 70px; }

  /* line 6734, spider.scss */
  .m-t-75-xs {
    margin-top: 75px; }

  /* line 6734, spider.scss */
  .m-t-80-xs {
    margin-top: 80px; }

  /* line 6734, spider.scss */
  .m-t-85-xs {
    margin-top: 85px; }

  /* line 6734, spider.scss */
  .m-t-90-xs {
    margin-top: 90px; }

  /* line 6734, spider.scss */
  .m-t-95-xs {
    margin-top: 95px; }

  /* line 6734, spider.scss */
  .m-t-100-xs {
    margin-top: 100px; }

  /* line 6734, spider.scss */
  .m-b-0-xs {
    margin-bottom: 0; }

  /* line 6734, spider.scss */
  .m-b-5-xs {
    margin-bottom: 5px; }

  /* line 6734, spider.scss */
  .m-b-10-xs {
    margin-bottom: 10px; }

  /* line 6734, spider.scss */
  .m-b-15-xs {
    margin-bottom: 15px; }

  /* line 6734, spider.scss */
  .m-b-20-xs {
    margin-bottom: 20px; }

  /* line 6734, spider.scss */
  .m-b-25-xs {
    margin-bottom: 25px; }

  /* line 6734, spider.scss */
  .m-b-30-xs {
    margin-bottom: 30px; }

  /* line 6734, spider.scss */
  .m-b-35-xs {
    margin-bottom: 35px; }

  /* line 6734, spider.scss */
  .m-b-40-xs {
    margin-bottom: 40px; }

  /* line 6734, spider.scss */
  .m-b-45-xs {
    margin-bottom: 45px; }

  /* line 6734, spider.scss */
  .m-b-50-xs {
    margin-bottom: 50px; }

  /* line 6734, spider.scss */
  .m-b-55-xs {
    margin-bottom: 55px; }

  /* line 6734, spider.scss */
  .m-b-60-xs {
    margin-bottom: 60px; }

  /* line 6734, spider.scss */
  .m-b-65-xs {
    margin-bottom: 65px; }

  /* line 6734, spider.scss */
  .m-b-70-xs {
    margin-bottom: 70px; }

  /* line 6734, spider.scss */
  .m-b-75-xs {
    margin-bottom: 75px; }

  /* line 6734, spider.scss */
  .m-b-80-xs {
    margin-bottom: 80px; }

  /* line 6734, spider.scss */
  .m-b-85-xs {
    margin-bottom: 85px; }

  /* line 6734, spider.scss */
  .m-b-90-xs {
    margin-bottom: 90px; }

  /* line 6734, spider.scss */
  .m-b-95-xs {
    margin-bottom: 95px; }

  /* line 6734, spider.scss */
  .m-b-100-xs {
    margin-bottom: 100px; }

  /* line 6734, spider.scss */
  .w-100-xs {
    width: 100%; }

  /* line 6734, spider.scss */
  .m-l-0-xs {
    margin-left: 0; }

  /* line 6734, spider.scss */
  .m-r-0-xs {
    margin-right: 0; }

  /* line 6734, spider.scss */
  .m-r-5-xs {
    margin-right: 5px; }

  /* line 6734, spider.scss */
  .m-r-10-xs {
    margin-right: 10px; }

  /* line 6734, spider.scss */
  .m-r-15-xs {
    margin-right: 15px; }

  /* line 6734, spider.scss */
  .m-r-20-xs {
    margin-right: 20px; }

  /* line 6734, spider.scss */
  .m-r-25-xs {
    margin-right: 25px; }

  /* line 6734, spider.scss */
  .m-r-30-xs {
    margin-right: 30px; }

  /* line 6734, spider.scss */
  .m-r-35-xs {
    margin-right: 35px; }

  /* line 6734, spider.scss */
  .m-r-40-xs {
    margin-right: 40px; }

  /* line 6734, spider.scss */
  .m-r-45-xs {
    margin-right: 45px; }

  /* line 6734, spider.scss */
  .m-r-50-xs {
    margin-right: 50px; }

  /* line 6734, spider.scss */
  .m-r-55-xs {
    margin-right: 55px; }

  /* line 6734, spider.scss */
  .m-r-60-xs {
    margin-right: 60px; }

  /* line 6734, spider.scss */
  .m-r-65-xs {
    margin-right: 65px; }

  /* line 6734, spider.scss */
  .m-r-70-xs {
    margin-right: 70px; }

  /* line 6734, spider.scss */
  .m-r-75-xs {
    margin-right: 75px; }

  /* line 6734, spider.scss */
  .m-r-80-xs {
    margin-right: 80px; }

  /* line 6734, spider.scss */
  .m-r-85-xs {
    margin-right: 85px; }

  /* line 6734, spider.scss */
  .m-r-90-xs {
    margin-right: 90px; }

  /* line 6734, spider.scss */
  .m-r-95-xs {
    margin-right: 95px; }

  /* line 6734, spider.scss */
  .m-r-100-xs {
    margin-right: 100px; }

  /* line 6734, spider.scss */
  .m-l-5-xs {
    margin-left: 5px; }

  /* line 6734, spider.scss */
  .m-l-10-xs {
    margin-left: 10px; }

  /* line 6734, spider.scss */
  .m-l-15-xs {
    margin-left: 15px; }

  /* line 6734, spider.scss */
  .m-l-20-xs {
    margin-left: 20px; }

  /* line 6734, spider.scss */
  .m-l-25-xs {
    margin-left: 25px; }

  /* line 6734, spider.scss */
  .m-l-30-xs {
    margin-left: 30px; }

  /* line 6734, spider.scss */
  .m-l-35-xs {
    margin-left: 35px; }

  /* line 6734, spider.scss */
  .m-l-40-xs {
    margin-left: 40px; }

  /* line 6734, spider.scss */
  .m-l-45-xs {
    margin-left: 45px; }

  /* line 6734, spider.scss */
  .m-l-50-xs {
    margin-left: 50px; }

  /* line 6734, spider.scss */
  .m-l-55-xs {
    margin-left: 55px; }

  /* line 6734, spider.scss */
  .m-l-60-xs {
    margin-left: 60px; }

  /* line 6734, spider.scss */
  .m-l-65-xs {
    margin-left: 65px; }

  /* line 6734, spider.scss */
  .m-l-70-xs {
    margin-left: 70px; }

  /* line 6734, spider.scss */
  .m-l-75-xs {
    margin-left: 75px; }

  /* line 6734, spider.scss */
  .m-l-80-xs {
    margin-left: 80px; }

  /* line 6734, spider.scss */
  .m-l-85-xs {
    margin-left: 85px; }

  /* line 6734, spider.scss */
  .m-l-90-xs {
    margin-left: 90px; }

  /* line 6734, spider.scss */
  .m-l-95-xs {
    margin-left: 95px; }

  /* line 6734, spider.scss */
  .m-l-100-xs {
    margin-left: 100px; }

  /* line 6734, spider.scss */
  .p-r-5-xs {
    padding-right: 5px; }

  /* line 6734, spider.scss */
  .p-r-10-xs {
    padding-right: 10px; }

  /* line 6734, spider.scss */
  .p-r-15-xs {
    padding-right: 15px; }

  /* line 6734, spider.scss */
  .p-r-20-xs {
    padding-right: 20px; }

  /* line 6734, spider.scss */
  .p-r-25-xs {
    padding-right: 25px; }

  /* line 6734, spider.scss */
  .p-r-30-xs {
    padding-right: 30px; }

  /* line 6734, spider.scss */
  .p-r-35-xs {
    padding-right: 35px; }

  /* line 6734, spider.scss */
  .p-r-40-xs {
    padding-right: 40px; }

  /* line 6734, spider.scss */
  .p-r-45-xs {
    padding-right: 45px; }

  /* line 6734, spider.scss */
  .p-r-50-xs {
    padding-right: 50px; }

  /* line 6734, spider.scss */
  .p-r-55-xs {
    padding-right: 55px; }

  /* line 6734, spider.scss */
  .p-r-60-xs {
    padding-right: 60px; }

  /* line 6734, spider.scss */
  .p-r-65-xs {
    padding-right: 65px; }

  /* line 6734, spider.scss */
  .p-r-70-xs {
    padding-right: 70px; }

  /* line 6734, spider.scss */
  .p-r-75-xs {
    padding-right: 75px; }

  /* line 6734, spider.scss */
  .p-r-80-xs {
    padding-right: 80px; }

  /* line 6734, spider.scss */
  .p-r-85-xs {
    padding-right: 85px; }

  /* line 6734, spider.scss */
  .p-r-90-xs {
    padding-right: 90px; }

  /* line 6734, spider.scss */
  .p-r-95-xs {
    padding-right: 95px; }

  /* line 6734, spider.scss */
  .p-r-100-xs {
    padding-right: 100px; }

  /* line 6734, spider.scss */
  .p-l-0-xs {
    padding-left: 0; }

  /* line 6734, spider.scss */
  .p-r-0-xs {
    padding-right: 0; }

  /* line 6734, spider.scss */
  .p-l-5-xs {
    padding-left: 5px; }

  /* line 6734, spider.scss */
  .p-l-10-xs {
    padding-left: 10px; }

  /* line 6734, spider.scss */
  .p-l-15-xs {
    padding-left: 15px; }

  /* line 6734, spider.scss */
  .p-l-20-xs {
    padding-left: 20px; }

  /* line 6734, spider.scss */
  .p-l-25-xs {
    padding-left: 25px; }

  /* line 6734, spider.scss */
  .p-l-30-xs {
    padding-left: 30px; }

  /* line 6734, spider.scss */
  .p-l-35-xs {
    padding-left: 35px; }

  /* line 6734, spider.scss */
  .p-l-40-xs {
    padding-left: 40px; }

  /* line 6734, spider.scss */
  .p-l-45-xs {
    padding-left: 45px; }

  /* line 6734, spider.scss */
  .p-l-50-xs {
    padding-left: 50px; }

  /* line 6734, spider.scss */
  .p-l-55-xs {
    padding-left: 55px; }

  /* line 6734, spider.scss */
  .p-l-60-xs {
    padding-left: 60px; }

  /* line 6734, spider.scss */
  .p-l-65-xs {
    padding-left: 65px; }

  /* line 6734, spider.scss */
  .p-l-70-xs {
    padding-left: 70px; }

  /* line 6734, spider.scss */
  .p-l-75-xs {
    padding-left: 75px; }

  /* line 6734, spider.scss */
  .p-l-80-xs {
    padding-left: 80px; }

  /* line 6734, spider.scss */
  .p-l-85-xs {
    padding-left: 85px; }

  /* line 6734, spider.scss */
  .p-l-90-xs {
    padding-left: 90px; }

  /* line 6734, spider.scss */
  .p-l-95-xs {
    padding-left: 95px; }

  /* line 6734, spider.scss */
  .p-l-100-xs {
    padding-left: 100px; } }
@media screen and (max-width: 380px) {
  /* line 6734, spider.scss */
  .flex-start-mc {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  /* line 6734, spider.scss */
  .flex-center-mc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 6734, spider.scss */
  .flex-end-mc {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  /* line 6734, spider.scss */
  .flex-top-mc {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 6734, spider.scss */
  .flex-middle-mc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 6734, spider.scss */
  .flex-bottom-mc {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 6734, spider.scss */
  .flex-around-mc {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 6734, spider.scss */
  .flex-between-mc {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 6734, spider.scss */
  .flex-first-mc {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 6734, spider.scss */
  .flex-last-mc {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 6734, spider.scss */
  .p-t-0-mc {
    padding-top: 0; }

  /* line 6734, spider.scss */
  .p-t-5-mc {
    padding-top: 5px; }

  /* line 6734, spider.scss */
  .p-t-10-mc {
    padding-top: 10px; }

  /* line 6734, spider.scss */
  .p-t-15-mc {
    padding-top: 15px; }

  /* line 6734, spider.scss */
  .p-t-20-mc {
    padding-top: 20px; }

  /* line 6734, spider.scss */
  .p-t-25-mc {
    padding-top: 25px; }

  /* line 6734, spider.scss */
  .p-t-30-mc {
    padding-top: 30px; }

  /* line 6734, spider.scss */
  .p-t-35-mc {
    padding-top: 35px; }

  /* line 6734, spider.scss */
  .p-t-40-mc {
    padding-top: 40px; }

  /* line 6734, spider.scss */
  .p-t-45-mc {
    padding-top: 45px; }

  /* line 6734, spider.scss */
  .p-t-50-mc {
    padding-top: 50px; }

  /* line 6734, spider.scss */
  .p-t-55-mc {
    padding-top: 55px; }

  /* line 6734, spider.scss */
  .p-t-60-mc {
    padding-top: 60px; }

  /* line 6734, spider.scss */
  .p-t-65-mc {
    padding-top: 65px; }

  /* line 6734, spider.scss */
  .p-t-70-mc {
    padding-top: 70px; }

  /* line 6734, spider.scss */
  .p-t-75-mc {
    padding-top: 75px; }

  /* line 6734, spider.scss */
  .p-t-80-mc {
    padding-top: 80px; }

  /* line 6734, spider.scss */
  .p-t-85-mc {
    padding-top: 85px; }

  /* line 6734, spider.scss */
  .p-t-90-mc {
    padding-top: 90px; }

  /* line 6734, spider.scss */
  .p-t-95-mc {
    padding-top: 95px; }

  /* line 6734, spider.scss */
  .p-t-100-mc {
    padding-top: 100px; }

  /* line 6734, spider.scss */
  .p-b-0-mc {
    padding-bottom: 0; }

  /* line 6734, spider.scss */
  .p-b-5-mc {
    padding-bottom: 5px; }

  /* line 6734, spider.scss */
  .p-b-10-mc {
    padding-bottom: 10px; }

  /* line 6734, spider.scss */
  .p-b-15-mc {
    padding-bottom: 15px; }

  /* line 6734, spider.scss */
  .p-b-20-mc {
    padding-bottom: 20px; }

  /* line 6734, spider.scss */
  .p-b-25-mc {
    padding-bottom: 25px; }

  /* line 6734, spider.scss */
  .p-b-30-mc {
    padding-bottom: 30px; }

  /* line 6734, spider.scss */
  .p-b-35-mc {
    padding-bottom: 35px; }

  /* line 6734, spider.scss */
  .p-b-40-mc {
    padding-bottom: 40px; }

  /* line 6734, spider.scss */
  .p-b-45-mc {
    padding-bottom: 45px; }

  /* line 6734, spider.scss */
  .p-b-50-mc {
    padding-bottom: 50px; }

  /* line 6734, spider.scss */
  .p-b-55-mc {
    padding-bottom: 55px; }

  /* line 6734, spider.scss */
  .p-b-60-mc {
    padding-bottom: 60px; }

  /* line 6734, spider.scss */
  .p-b-65-mc {
    padding-bottom: 65px; }

  /* line 6734, spider.scss */
  .p-b-70-mc {
    padding-bottom: 70px; }

  /* line 6734, spider.scss */
  .p-b-75-mc {
    padding-bottom: 75px; }

  /* line 6734, spider.scss */
  .p-b-80-mc {
    padding-bottom: 80px; }

  /* line 6734, spider.scss */
  .p-b-85-mc {
    padding-bottom: 85px; }

  /* line 6734, spider.scss */
  .p-b-90-mc {
    padding-bottom: 90px; }

  /* line 6734, spider.scss */
  .p-b-95-mc {
    padding-bottom: 95px; }

  /* line 6734, spider.scss */
  .p-b-100-mc {
    padding-bottom: 100px; }

  /* line 6734, spider.scss */
  .m-t-0-mc {
    margin-top: 0; }

  /* line 6734, spider.scss */
  .m-t-5-mc {
    margin-top: 5px; }

  /* line 6734, spider.scss */
  .m-t-10-mc {
    margin-top: 10px; }

  /* line 6734, spider.scss */
  .m-t-15-mc {
    margin-top: 15px; }

  /* line 6734, spider.scss */
  .m-t-20-mc {
    margin-top: 20px; }

  /* line 6734, spider.scss */
  .m-t-25-mc {
    margin-top: 25px; }

  /* line 6734, spider.scss */
  .m-t-30-mc {
    margin-top: 30px; }

  /* line 6734, spider.scss */
  .m-t-35-mc {
    margin-top: 35px; }

  /* line 6734, spider.scss */
  .m-t-40-mc {
    margin-top: 40px; }

  /* line 6734, spider.scss */
  .m-t-45-mc {
    margin-top: 45px; }

  /* line 6734, spider.scss */
  .m-t-50-mc {
    margin-top: 50px; }

  /* line 6734, spider.scss */
  .m-t-55-mc {
    margin-top: 55px; }

  /* line 6734, spider.scss */
  .m-t-60-mc {
    margin-top: 60px; }

  /* line 6734, spider.scss */
  .m-t-65-mc {
    margin-top: 65px; }

  /* line 6734, spider.scss */
  .m-t-70-mc {
    margin-top: 70px; }

  /* line 6734, spider.scss */
  .m-t-75-mc {
    margin-top: 75px; }

  /* line 6734, spider.scss */
  .m-t-80-mc {
    margin-top: 80px; }

  /* line 6734, spider.scss */
  .m-t-85-mc {
    margin-top: 85px; }

  /* line 6734, spider.scss */
  .m-t-90-mc {
    margin-top: 90px; }

  /* line 6734, spider.scss */
  .m-t-95-mc {
    margin-top: 95px; }

  /* line 6734, spider.scss */
  .m-t-100-mc {
    margin-top: 100px; }

  /* line 6734, spider.scss */
  .m-b-0-mc {
    margin-bottom: 0; }

  /* line 6734, spider.scss */
  .m-b-5-mc {
    margin-bottom: 5px; }

  /* line 6734, spider.scss */
  .m-b-10-mc {
    margin-bottom: 10px; }

  /* line 6734, spider.scss */
  .m-b-15-mc {
    margin-bottom: 15px; }

  /* line 6734, spider.scss */
  .m-b-20-mc {
    margin-bottom: 20px; }

  /* line 6734, spider.scss */
  .m-b-25-mc {
    margin-bottom: 25px; }

  /* line 6734, spider.scss */
  .m-b-30-mc {
    margin-bottom: 30px; }

  /* line 6734, spider.scss */
  .m-b-35-mc {
    margin-bottom: 35px; }

  /* line 6734, spider.scss */
  .m-b-40-mc {
    margin-bottom: 40px; }

  /* line 6734, spider.scss */
  .m-b-45-mc {
    margin-bottom: 45px; }

  /* line 6734, spider.scss */
  .m-b-50-mc {
    margin-bottom: 50px; }

  /* line 6734, spider.scss */
  .m-b-55-mc {
    margin-bottom: 55px; }

  /* line 6734, spider.scss */
  .m-b-60-mc {
    margin-bottom: 60px; }

  /* line 6734, spider.scss */
  .m-b-65-mc {
    margin-bottom: 65px; }

  /* line 6734, spider.scss */
  .m-b-70-mc {
    margin-bottom: 70px; }

  /* line 6734, spider.scss */
  .m-b-75-mc {
    margin-bottom: 75px; }

  /* line 6734, spider.scss */
  .m-b-80-mc {
    margin-bottom: 80px; }

  /* line 6734, spider.scss */
  .m-b-85-mc {
    margin-bottom: 85px; }

  /* line 6734, spider.scss */
  .m-b-90-mc {
    margin-bottom: 90px; }

  /* line 6734, spider.scss */
  .m-b-95-mc {
    margin-bottom: 95px; }

  /* line 6734, spider.scss */
  .m-b-100-mc {
    margin-bottom: 100px; }

  /* line 6734, spider.scss */
  .w-100-mc {
    width: 100%; }

  /* line 6734, spider.scss */
  .m-l-0-mc {
    margin-left: 0; }

  /* line 6734, spider.scss */
  .m-r-0-mc {
    margin-right: 0; }

  /* line 6734, spider.scss */
  .m-r-5-mc {
    margin-right: 5px; }

  /* line 6734, spider.scss */
  .m-r-10-mc {
    margin-right: 10px; }

  /* line 6734, spider.scss */
  .m-r-15-mc {
    margin-right: 15px; }

  /* line 6734, spider.scss */
  .m-r-20-mc {
    margin-right: 20px; }

  /* line 6734, spider.scss */
  .m-r-25-mc {
    margin-right: 25px; }

  /* line 6734, spider.scss */
  .m-r-30-mc {
    margin-right: 30px; }

  /* line 6734, spider.scss */
  .m-r-35-mc {
    margin-right: 35px; }

  /* line 6734, spider.scss */
  .m-r-40-mc {
    margin-right: 40px; }

  /* line 6734, spider.scss */
  .m-r-45-mc {
    margin-right: 45px; }

  /* line 6734, spider.scss */
  .m-r-50-mc {
    margin-right: 50px; }

  /* line 6734, spider.scss */
  .m-r-55-mc {
    margin-right: 55px; }

  /* line 6734, spider.scss */
  .m-r-60-mc {
    margin-right: 60px; }

  /* line 6734, spider.scss */
  .m-r-65-mc {
    margin-right: 65px; }

  /* line 6734, spider.scss */
  .m-r-70-mc {
    margin-right: 70px; }

  /* line 6734, spider.scss */
  .m-r-75-mc {
    margin-right: 75px; }

  /* line 6734, spider.scss */
  .m-r-80-mc {
    margin-right: 80px; }

  /* line 6734, spider.scss */
  .m-r-85-mc {
    margin-right: 85px; }

  /* line 6734, spider.scss */
  .m-r-90-mc {
    margin-right: 90px; }

  /* line 6734, spider.scss */
  .m-r-95-mc {
    margin-right: 95px; }

  /* line 6734, spider.scss */
  .m-r-100-mc {
    margin-right: 100px; }

  /* line 6734, spider.scss */
  .m-l-5-mc {
    margin-left: 5px; }

  /* line 6734, spider.scss */
  .m-l-10-mc {
    margin-left: 10px; }

  /* line 6734, spider.scss */
  .m-l-15-mc {
    margin-left: 15px; }

  /* line 6734, spider.scss */
  .m-l-20-mc {
    margin-left: 20px; }

  /* line 6734, spider.scss */
  .m-l-25-mc {
    margin-left: 25px; }

  /* line 6734, spider.scss */
  .m-l-30-mc {
    margin-left: 30px; }

  /* line 6734, spider.scss */
  .m-l-35-mc {
    margin-left: 35px; }

  /* line 6734, spider.scss */
  .m-l-40-mc {
    margin-left: 40px; }

  /* line 6734, spider.scss */
  .m-l-45-mc {
    margin-left: 45px; }

  /* line 6734, spider.scss */
  .m-l-50-mc {
    margin-left: 50px; }

  /* line 6734, spider.scss */
  .m-l-55-mc {
    margin-left: 55px; }

  /* line 6734, spider.scss */
  .m-l-60-mc {
    margin-left: 60px; }

  /* line 6734, spider.scss */
  .m-l-65-mc {
    margin-left: 65px; }

  /* line 6734, spider.scss */
  .m-l-70-mc {
    margin-left: 70px; }

  /* line 6734, spider.scss */
  .m-l-75-mc {
    margin-left: 75px; }

  /* line 6734, spider.scss */
  .m-l-80-mc {
    margin-left: 80px; }

  /* line 6734, spider.scss */
  .m-l-85-mc {
    margin-left: 85px; }

  /* line 6734, spider.scss */
  .m-l-90-mc {
    margin-left: 90px; }

  /* line 6734, spider.scss */
  .m-l-95-mc {
    margin-left: 95px; }

  /* line 6734, spider.scss */
  .m-l-100-mc {
    margin-left: 100px; }

  /* line 6734, spider.scss */
  .p-r-5-mc {
    padding-right: 5px; }

  /* line 6734, spider.scss */
  .p-r-10-mc {
    padding-right: 10px; }

  /* line 6734, spider.scss */
  .p-r-15-mc {
    padding-right: 15px; }

  /* line 6734, spider.scss */
  .p-r-20-mc {
    padding-right: 20px; }

  /* line 6734, spider.scss */
  .p-r-25-mc {
    padding-right: 25px; }

  /* line 6734, spider.scss */
  .p-r-30-mc {
    padding-right: 30px; }

  /* line 6734, spider.scss */
  .p-r-35-mc {
    padding-right: 35px; }

  /* line 6734, spider.scss */
  .p-r-40-mc {
    padding-right: 40px; }

  /* line 6734, spider.scss */
  .p-r-45-mc {
    padding-right: 45px; }

  /* line 6734, spider.scss */
  .p-r-50-mc {
    padding-right: 50px; }

  /* line 6734, spider.scss */
  .p-r-55-mc {
    padding-right: 55px; }

  /* line 6734, spider.scss */
  .p-r-60-mc {
    padding-right: 60px; }

  /* line 6734, spider.scss */
  .p-r-65-mc {
    padding-right: 65px; }

  /* line 6734, spider.scss */
  .p-r-70-mc {
    padding-right: 70px; }

  /* line 6734, spider.scss */
  .p-r-75-mc {
    padding-right: 75px; }

  /* line 6734, spider.scss */
  .p-r-80-mc {
    padding-right: 80px; }

  /* line 6734, spider.scss */
  .p-r-85-mc {
    padding-right: 85px; }

  /* line 6734, spider.scss */
  .p-r-90-mc {
    padding-right: 90px; }

  /* line 6734, spider.scss */
  .p-r-95-mc {
    padding-right: 95px; }

  /* line 6734, spider.scss */
  .p-r-100-mc {
    padding-right: 100px; }

  /* line 6734, spider.scss */
  .p-l-0-mc {
    padding-left: 0; }

  /* line 6734, spider.scss */
  .p-r-0-mc {
    padding-right: 0; }

  /* line 6734, spider.scss */
  .p-l-5-mc {
    padding-left: 5px; }

  /* line 6734, spider.scss */
  .p-l-10-mc {
    padding-left: 10px; }

  /* line 6734, spider.scss */
  .p-l-15-mc {
    padding-left: 15px; }

  /* line 6734, spider.scss */
  .p-l-20-mc {
    padding-left: 20px; }

  /* line 6734, spider.scss */
  .p-l-25-mc {
    padding-left: 25px; }

  /* line 6734, spider.scss */
  .p-l-30-mc {
    padding-left: 30px; }

  /* line 6734, spider.scss */
  .p-l-35-mc {
    padding-left: 35px; }

  /* line 6734, spider.scss */
  .p-l-40-mc {
    padding-left: 40px; }

  /* line 6734, spider.scss */
  .p-l-45-mc {
    padding-left: 45px; }

  /* line 6734, spider.scss */
  .p-l-50-mc {
    padding-left: 50px; }

  /* line 6734, spider.scss */
  .p-l-55-mc {
    padding-left: 55px; }

  /* line 6734, spider.scss */
  .p-l-60-mc {
    padding-left: 60px; }

  /* line 6734, spider.scss */
  .p-l-65-mc {
    padding-left: 65px; }

  /* line 6734, spider.scss */
  .p-l-70-mc {
    padding-left: 70px; }

  /* line 6734, spider.scss */
  .p-l-75-mc {
    padding-left: 75px; }

  /* line 6734, spider.scss */
  .p-l-80-mc {
    padding-left: 80px; }

  /* line 6734, spider.scss */
  .p-l-85-mc {
    padding-left: 85px; }

  /* line 6734, spider.scss */
  .p-l-90-mc {
    padding-left: 90px; }

  /* line 6734, spider.scss */
  .p-l-95-mc {
    padding-left: 95px; }

  /* line 6734, spider.scss */
  .p-l-100-mc {
    padding-left: 100px; } }
/* line 6736, spider.scss */
.relative {
  position: relative; }

/* line 6739, spider.scss */
.absolute {
  position: absolute; }

/* line 6742, spider.scss */
a {
  text-decoration: none;
  color: inherit; }

/* line 6746, spider.scss */
.square {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%; }

/* line 6753, spider.scss */
.square > img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

/* line 6764, spider.scss */
.br-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px; }

/* line 6768, spider.scss */
.fw-300 {
  font-weight: lighter; }

/* line 6771, spider.scss */
.fw-400 {
  font-weight: normal; }

/* line 6774, spider.scss */
.fw-500 {
  font-weight: 500; }

/* line 6777, spider.scss */
.fw-700 {
  font-weight: 700; }

/* line 6780, spider.scss */
.inline-top,
.inline-middle,
.inline-bottom {
  display: inline-block; }

/* line 6785, spider.scss */
.inline-top {
  vertical-align: top; }

/* line 6788, spider.scss */
.inline-middle {
  vertical-align: middle; }

/* line 6791, spider.scss */
.inline-bottom {
  vertical-align: bottom; }

/* line 6794, spider.scss */
.text-uppercase {
  text-transform: uppercase; }

/* line 6797, spider.scss */
.text-initial {
  text-transform: initial; }

/* line 6800, spider.scss */
.transition,
.transition:hover {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 6806, spider.scss */
.hover-opacity,
.hover-opacity:hover {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 6812, spider.scss */
.hover-opacity:hover {
  opacity: 0.7;
  text-decoration: none; }

/* line 6816, spider.scss */
.opacity-05 {
  opacity: 0.5; }

/* line 6819, spider.scss */
.content-middle {
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

/* line 6827, spider.scss */
.no-list-style {
  list-style: none; }

/* line 6830, spider.scss */
.no-pad {
  padding: 0; }

/* line 6833, spider.scss */
.no-marg {
  margin: 0; }

/* line 6836, spider.scss */
.line-through {
  text-decoration: line-through; }

/* line 6839, spider.scss */
.underline {
  text-decoration: underline; }

/* line 6842, spider.scss */
.underline:hover {
  text-decoration: none; }

/* line 6845, spider.scss */
.row.is-grid {
  margin-left: -10px;
  margin-right: -10px; }

/* line 6849, spider.scss */
.is-grid > [class*='cell-'] {
  padding-left: 10px;
  padding-right: 10px; }

/* line 6853, spider.scss */
.fs-0 {
  font-size: 0; }

/* line 6856, spider.scss */
.h1-like {
  font-size: 3em; }

/* line 6859, spider.scss */
.h2-like {
  font-size: 72px;
  line-height: 1; }

/* line 6863, spider.scss */
.h3-like {
  font-size: 1.7em; }

/* line 6866, spider.scss */
.h4-like {
  font-size: 1.3em; }

/* line 6869, spider.scss */
.editor iframe {
  max-width: 100%; }

/* line 6872, spider.scss */
.top-0 {
  top: 0; }

/* line 6875, spider.scss */
.left-0 {
  left: 0; }

/* line 6878, spider.scss */
.right-0 {
  right: 0; }

/* line 6881, spider.scss */
.bottom-0 {
  bottom: 0; }

/* line 6884, spider.scss */
.display-none {
  display: none; }

@media screen and (max-width: 1200px) {
  /* line 6889, spider.scss */
  .h1-like {
    font-size: 2.5em; }

  /* line 6892, spider.scss */
  .h2-like {
    font-size: 1.6em; }

  /* line 6895, spider.scss */
  .h3-like {
    font-size: 1.3em; }

  /* line 6898, spider.scss */
  .h4-like {
    font-size: 1.2em; } }
@media screen and (max-width: 768px) {
  /* line 6905, spider.scss */
  .h1-like {
    font-size: 2em; }

  /* line 6908, spider.scss */
  .h2-like {
    font-size: 1.3em; }

  /* line 6911, spider.scss */
  .h3-like {
    font-size: 1.1em; }

  /* line 6914, spider.scss */
  .h4-like {
    font-size: 1em; } }
@media screen and (max-width: 480px) {
  /* line 6920, spider.scss */
  .container {
    padding-left: 10px;
    padding-right: 10px; } }
/* line 1, buttons.scss */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  background-color: var(--color_bg);
  color: var(--color_text); }

/* line 10, buttons.scss */
input {
  border-color: var(--color_text); }

/* line 14, buttons.scss */
button,
input[type="submit"],
a:not(.no-transparent) {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  /* line 21, buttons.scss */
  button:hover,
  input[type="submit"]:hover,
  a:not(.no-transparent):hover {
    opacity: 0.8; }

/* line 26, buttons.scss */
[class*='bttn-'] {
  cursor: pointer;
  outline: none;
  display: inline-block;
  font-family: inherit;
  overflow: hidden; }

/* line 33, buttons.scss */
[class*='bttn-'][disabled] {
  opacity: 0.5; }

/* line 36, buttons.scss */
.bttn-link {
  background-color: transparent;
  border: 0;
  padding: 0; }

/* line 42, buttons.scss */
.bttn-underline {
  position: relative;
  overflow: inherit;
  background-color: transparent;
  border: 0;
  padding: 0;
  padding-bottom: 1px; }
  /* line 50, buttons.scss */
  .bttn-underline.bold-border {
    padding-bottom: 2px; }
  /* line 54, buttons.scss */
  .bttn-underline:after {
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: 1px;
    border-bottom: 1px solid;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
  /* line 67, buttons.scss */
  .bttn-underline.bold-border:after {
    border-bottom: 2px solid; }
  /* line 71, buttons.scss */
  .bttn-underline.active:after, .bttn-underline:hover:after {
    right: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }

/* line 80, buttons.scss */
.bttn-reg {
  height: 40px;
  line-height: 40px;
  border: 0;
  font-size: 1em;
  letter-spacing: normal; }

/* line 88, buttons.scss */
.slct {
  color: inherit;
  outline: none;
  font-family: inherit;
  font-weight: 300;
  background-color: transparent;
  border: 0;
  padding: 0 30px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 50%;
  background-image: var(--select-arrow); }
  /* line 104, buttons.scss */
  .slct.option-values {
    /*background: url(icon_shevron-down.svg) calc(100% - 15px) center no-repeat; */
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 7px 35px 7px 15px; }
    /* line 109, buttons.scss */
    .slct.option-values option {
      background-color: var(--color_bg_content);
      color: var(--color_text); }

/* line 116, buttons.scss */
button.option-value {
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  font-weight: 300;
  border: 1px solid;
  padding: 5px 10px;
  margin: 0 5px 5px 0; }
  /* line 125, buttons.scss */
  button.option-value[selected] {
    font-weight: 500;
    outline: 1px solid #2a5843;
    padding: 5px 9.3px; }
  /* line 130, buttons.scss */
  button.option-value[disabled] {
    opacity: 0.5; }

/* line 136, buttons.scss */
.quantity {
  position: relative; }
  /* line 139, buttons.scss */
  .quantity .quantity-input {
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 7px 30px; }
  /* line 146, buttons.scss */
  .quantity button, .quantity a {
    position: absolute;
    top: 1px;
    bottom: 1px;
    background-color: transparent;
    width: 25px;
    border: 0;
    text-align: center;
    color: #313131; }
    /* line 156, buttons.scss */
    .quantity button:first-child, .quantity a:first-child {
      left: 1px; }
    /* line 159, buttons.scss */
    .quantity button:last-child, .quantity a:last-child {
      right: 1px; }
  /* line 165, buttons.scss */
  .quantity.is-basket .quantity-input {
    width: 80px;
    height: 20px;
    border: 0;
    padding: 0 25px; }
  /* line 172, buttons.scss */
  .quantity.is-basket button, .quantity.is-basket a {
    line-height: 17px;
    border-left: 0;
    border-right: 0; }

/* line 179, buttons.scss */
input.quantity-input {
  background-color: transparent !important;
  color: var(--color_text); }

/* line 184, buttons.scss */
.quantity .quantity-control {
  background-color: transparent !important;
  color: var(--color_button_bg) !important;
  border-color: var(--color_button_bg) !important; }

/* line 190, buttons.scss */
.quantity input.quantity-input {
  border-color: var(--color_button_bg) !important; }

/* line 194, buttons.scss */
.quantity.is-basket.is-wait {
  opacity: 0.7; }

/* line 198, buttons.scss */
.chkbx-label {
  width: 100%;
  margin: 10px 0; }
  /* line 202, buttons.scss */
  .chkbx-label input[type="checkbox"] {
    display: none; }
    /* line 205, buttons.scss */
    .chkbx-label input[type="checkbox"] + .chkbx-control {
      width: 1.75em;
      height: 1.75em;
      margin-right: 10px; }
      /* line 210, buttons.scss */
      .chkbx-label input[type="checkbox"] + .chkbx-control .unchecked {
        display: block; }
      /* line 213, buttons.scss */
      .chkbx-label input[type="checkbox"] + .chkbx-control .checked {
        display: none; }
    /* line 219, buttons.scss */
    .chkbx-label input[type="checkbox"]:checked + .chkbx-control .unchecked {
      display: none; }
    /* line 222, buttons.scss */
    .chkbx-label input[type="checkbox"]:checked + .chkbx-control .checked {
      display: block; }
  /* line 228, buttons.scss */
  .chkbx-label > span {
    display: inline-block;
    vertical-align: middle; }
    /* line 232, buttons.scss */
    .chkbx-label > span:last-child {
      width: calc(100% - 50px); }

/* line 238, buttons.scss */
.inpt {
  outline: none;
  height: 40px; }
  /* line 242, buttons.scss */
  .inpt.inpt-underline {
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    padding: 0; }

/* line 249, buttons.scss */
.notice {
  background-color: var(--color_bg_content);
  color: var(--color_text);
  padding: 10px 15px; }
  /* line 254, buttons.scss */
  .notice.notice-error {
    background-color: #f65050;
    color: #fff; }
  /* line 258, buttons.scss */
  .notice.notice-success {
    background-color: #6b9c6b;
    color: #fff; }
  /* line 262, buttons.scss */
  .notice.notice-empty {
    background-color: #fff8f4; }

/* line 266, buttons.scss */
.text-error {
  color: #f65050; }

/* line 270, buttons.scss */
.button-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer; }

/* line 278, buttons.scss */
.promo-link.button {
  display: inline-block;
  font-size: calc(14px + 7*(100vw - 1440px)/1120); }

/* line 283, buttons.scss */
.promo-link.button.left {
  margin-right: calc(100vw * 0.5/27);
  border: 2px solid;
  line-height: 1.5;
  letter-spacing: .3px;
  border-radius: 9999px; }

/* line 290, buttons.scss */
.promo-link.button.link {
  position: relative; }

/* line 294, buttons.scss */
.promo-link.button.link:after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  bottom: 10px;
  left: 20px;
  right: 20px; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
/* line 9, ion.rangeSlider.css */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 18, ion.rangeSlider.css */
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

/* line 23, ion.rangeSlider.css */
.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

/* line 27, ion.rangeSlider.css */
.irs-line-left {
  left: 0;
  width: 11%; }

/* line 30, ion.rangeSlider.css */
.irs-line-mid {
  left: 9%;
  width: 82%; }

/* line 33, ion.rangeSlider.css */
.irs-line-right {
  right: 0;
  width: 11%; }

/* line 37, ion.rangeSlider.css */
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

/* line 41, ion.rangeSlider.css */
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

/* line 46, ion.rangeSlider.css */
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

/* line 51, ion.rangeSlider.css */
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

/* line 65, ion.rangeSlider.css */
.irs-slider.type_last {
  z-index: 2; }

/* line 69, ion.rangeSlider.css */
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

/* line 74, ion.rangeSlider.css */
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

/* line 80, ion.rangeSlider.css */
.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

/* line 87, ion.rangeSlider.css */
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

/* line 92, ion.rangeSlider.css */
.irs-with-grid .irs-grid {
  display: block; }

/* line 95, ion.rangeSlider.css */
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

/* line 101, ion.rangeSlider.css */
.irs-grid-pol.small {
  height: 4px; }

/* line 104, ion.rangeSlider.css */
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

/* line 114, ion.rangeSlider.css */
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

/* line 122, ion.rangeSlider.css */
.irs-disabled {
  opacity: 0.4; }

/* line 125, ion.rangeSlider.css */
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

/* line 130, ion.rangeSlider.css */
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
/* line 9, ion.rangeSlider.skinNice.css */
.irs {
  height: 40px; }

/* line 12, ion.rangeSlider.skinNice.css */
.irs-with-grid {
  height: 60px; }

/* line 15, ion.rangeSlider.skinNice.css */
.irs-line {
  height: 4px;
  top: 27px; }

/* line 18, ion.rangeSlider.skinNice.css */
.irs-line-left {
  height: 4px;
  background-position: 0 -30px; }

/* line 22, ion.rangeSlider.skinNice.css */
.irs-line-mid {
  height: 4px;
  background-position: 0 0; }

/* line 26, ion.rangeSlider.skinNice.css */
.irs-line-right {
  height: 4px;
  background-position: 100% -30px; }

/* line 31, ion.rangeSlider.skinNice.css */
.irs-bar {
  height: 4px;
  top: 27px;
  background-position: 0 -60px; }

/* line 35, ion.rangeSlider.skinNice.css */
.irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 11px;
  background-position: 0 -90px; }

/* line 41, ion.rangeSlider.skinNice.css */
.irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.15; }

/* line 46, ion.rangeSlider.skinNice.css */
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15); }

/* line 50, ion.rangeSlider.skinNice.css */
.irs-slider {
  width: 12px;
  height: 22px;
  top: 17px;
  background-position: 0 -120px; }

/* line 55, ion.rangeSlider.skinNice.css */
.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

/* line 59, ion.rangeSlider.skinNice.css */
.irs-min, .irs-max {
  color: #999;
  font-size: 0.8rem;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 69, ion.rangeSlider.skinNice.css */
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

/* line 73, ion.rangeSlider.skinNice.css */
.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 83, ion.rangeSlider.skinNice.css */
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

/* line 87, ion.rangeSlider.skinNice.css */
.irs-grid-pol {
  background: #99a4ac; }

/* line 90, ion.rangeSlider.skinNice.css */
.irs-grid-text {
  color: #99a4ac; }

/**
 * alertifyjs 1.11.0 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2017 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
/* line 6, alertify.css */
.alertify .ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: .5; }

/* line 18, alertify.css */
.alertify .ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981; }

/* line 28, alertify.css */
.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff; }

/* line 37, alertify.css */
.alertify .ajs-dialog.ajs-capture:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1; }

/* line 47, alertify.css */
.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important; }

/* line 54, alertify.css */
.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2; }

/* line 60, alertify.css */
.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

/* line 72, alertify.css */
.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC); }

/* line 75, alertify.css */
.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC); }

/* line 78, alertify.css */
.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff; }

/* line 84, alertify.css */
.alertify .ajs-body {
  min-height: 56px; }

/* line 87, alertify.css */
.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px; }

/* line 90, alertify.css */
.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff; }

/* line 97, alertify.css */
.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right; }

/* line 100, alertify.css */
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px; }

/* line 103, alertify.css */
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left; }

/* line 108, alertify.css */
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px; }

/* line 111, alertify.css */
.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px; }

/* line 115, alertify.css */
.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  cursor: se-resize; }

/* line 128, alertify.css */
.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important; }

/* line 131, alertify.css */
.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0; }

/* line 136, alertify.css */
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px; }

/* line 140, alertify.css */
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0; }

/* line 143, alertify.css */
.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0; }

/* line 147, alertify.css */
.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block; }

/* line 151, alertify.css */
.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block; }

/* line 154, alertify.css */
.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important; }

/* line 162, alertify.css */
.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important; }

/* line 168, alertify.css */
.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=); }

/* line 171, alertify.css */
.alertify.ajs-resizable .ajs-dialog,
.alertify.ajs-maximized .ajs-dialog {
  padding: 0; }

/* line 175, alertify.css */
.alertify.ajs-resizable .ajs-commands,
.alertify.ajs-maximized .ajs-commands {
  margin: 14px 24px 0 0; }

/* line 179, alertify.css */
.alertify.ajs-resizable .ajs-header,
.alertify.ajs-maximized .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px; }

/* line 188, alertify.css */
.alertify.ajs-resizable .ajs-body,
.alertify.ajs-maximized .ajs-body {
  min-height: 224px;
  display: inline-block; }

/* line 193, alertify.css */
.alertify.ajs-resizable .ajs-body .ajs-content,
.alertify.ajs-maximized .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto; }

/* line 202, alertify.css */
.alertify.ajs-resizable .ajs-footer,
.alertify.ajs-maximized .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0; }

/* line 210, alertify.css */
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px; }

/* line 213, alertify.css */
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block; }

/* line 216, alertify.css */
.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move; }

/* line 219, alertify.css */
.alertify.ajs-modeless .ajs-dimmer,
.alertify.ajs-modeless .ajs-reset {
  display: none; }

/* line 223, alertify.css */
.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0; }

/* line 228, alertify.css */
.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC); }

/* line 232, alertify.css */
.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute; }

/* line 235, alertify.css */
.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=); }

/* line 238, alertify.css */
.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto; }

/* line 242, alertify.css */
.alertify.ajs-basic .ajs-header {
  opacity: 0; }

/* line 245, alertify.css */
.alertify.ajs-basic .ajs-footer {
  visibility: hidden; }

/* line 248, alertify.css */
.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1; }

/* line 259, alertify.css */
.alertify.ajs-frameless .ajs-footer {
  display: none; }

/* line 262, alertify.css */
.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 269, alertify.css */
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0; }

/* line 272, alertify.css */
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0; }

/* line 275, alertify.css */
.ajs-no-overflow {
  overflow: hidden !important;
  outline: none; }

/* line 279, alertify.css */
.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important; }

/* line 287, alertify.css */
.ajs-no-selection,
.ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media screen and (max-width: 568px) {
  /* line 295, alertify.css */
  .alertify .ajs-dialog {
    min-width: 150px; }

  /* line 298, alertify.css */
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%; }

  /* line 301, alertify.css */
  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: initial;
    min-width: auto; } }
@-moz-document url-prefix() {
  /* line 307, alertify.css */
  .alertify button:focus {
    outline: 1px dotted #3593D2; } }
/* line 311, alertify.css */
.alertify .ajs-dimmer,
.alertify .ajs-modal {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms; }

/* line 322, alertify.css */
.alertify.ajs-hidden .ajs-dimmer,
.alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0; }

/* line 327, alertify.css */
.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

/* line 331, alertify.css */
.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms; }

/* line 335, alertify.css */
.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: ajs-shake;
  animation-name: ajs-shake;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes ajs-shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes ajs-shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
/* line 387, alertify.css */
.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-slideIn;
  animation-name: ajs-slideIn;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

/* line 393, alertify.css */
.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-slideOut;
  animation-name: ajs-slideOut;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

/* line 399, alertify.css */
.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-zoomIn;
  animation-name: ajs-zoomIn; }

/* line 403, alertify.css */
.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-zoomOut;
  animation-name: ajs-zoomOut; }

/* line 407, alertify.css */
.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-fadeIn;
  animation-name: ajs-fadeIn; }

/* line 411, alertify.css */
.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-fadeOut;
  animation-name: ajs-fadeOut; }

/* line 415, alertify.css */
.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-pulseIn;
  animation-name: ajs-pulseIn; }

/* line 419, alertify.css */
.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-pulseOut;
  animation-name: ajs-pulseOut; }

/* line 423, alertify.css */
.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInX;
  animation-name: ajs-flipInX; }

/* line 427, alertify.css */
.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutX;
  animation-name: ajs-flipOutX; }

/* line 431, alertify.css */
.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInY;
  animation-name: ajs-flipInY; }

/* line 435, alertify.css */
.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutY;
  animation-name: ajs-flipOutY; }

@-webkit-keyframes ajs-pulseIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes ajs-pulseIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@-webkit-keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25); } }
@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25); } }
@-webkit-keyframes ajs-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes ajs-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes ajs-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes ajs-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@-webkit-keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@-webkit-keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@-webkit-keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@-webkit-keyframes ajs-slideIn {
  0% {
    margin-top: -100%; }
  100% {
    margin-top: 5%; } }
@keyframes ajs-slideIn {
  0% {
    margin-top: -100%; }
  100% {
    margin-top: 5%; } }
@-webkit-keyframes ajs-slideOut {
  0% {
    margin-top: 5%; }
  100% {
    margin-top: -100%; } }
@keyframes ajs-slideOut {
  0% {
    margin-top: 5%; }
  100% {
    margin-top: -100%; } }
/* line 837, alertify.css */
.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 845, alertify.css */
.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }

/* line 859, alertify.css */
.alertify-notifier .ajs-message.ajs-visible {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px; }

/* line 869, alertify.css */
.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95); }

/* line 872, alertify.css */
.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, 0.95); }

/* line 875, alertify.css */
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95); }

/* line 878, alertify.css */
.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 2px; }

/* line 891, alertify.css */
.alertify-notifier.ajs-top {
  top: 10px; }

/* line 894, alertify.css */
.alertify-notifier.ajs-bottom {
  bottom: 10px; }

/* line 897, alertify.css */
.alertify-notifier.ajs-right {
  right: 10px; }

/* line 900, alertify.css */
.alertify-notifier.ajs-right .ajs-message {
  right: -320px; }

/* line 903, alertify.css */
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px; }

/* line 906, alertify.css */
.alertify-notifier.ajs-left {
  left: 10px; }

/* line 909, alertify.css */
.alertify-notifier.ajs-left .ajs-message {
  left: -300px; }

/* line 912, alertify.css */
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0; }

/* line 915, alertify.css */
.alertify-notifier.ajs-center {
  left: 50%; }

/* line 918, alertify.css */
.alertify-notifier.ajs-center .ajs-message {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* line 922, alertify.css */
.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
  transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65); }

/* line 927, alertify.css */
.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px; }

/* line 930, alertify.css */
.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0; }

/* line 933, alertify.css */
.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px; }

/* line 936, alertify.css */
.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 0; }

/* line 1, jquery.fancybox.min.css */
body.compensate-for-scrollbar {
  overflow: hidden; }

/* line 1, jquery.fancybox.min.css */
.fancybox-active {
  height: auto; }

/* line 1, jquery.fancybox.min.css */
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

/* line 1, jquery.fancybox.min.css */
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

/* line 1, jquery.fancybox.min.css */
.fancybox-container * {
  box-sizing: border-box; }

/* line 1, jquery.fancybox.min.css */
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

/* line 1, jquery.fancybox.min.css */
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

/* line 1, jquery.fancybox.min.css */
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

/* line 1, jquery.fancybox.min.css */
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

/* line 1, jquery.fancybox.min.css */
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

/* line 1, jquery.fancybox.min.css */
.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;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-toolbar {
  right: 0;
  top: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

/* line 1, jquery.fancybox.min.css */
.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide {
  -webkit-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; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--image:before {
  display: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--html {
  padding: 6px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

/* line 1, jquery.fancybox.min.css */
.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;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-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; }

/* line 1, jquery.fancybox.min.css */
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

/* line 1, jquery.fancybox.min.css */
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

/* line 1, jquery.fancybox.min.css */
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

/* line 1, jquery.fancybox.min.css */
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* line 1, jquery.fancybox.min.css */
.fancybox-container [data-selectable=true] {
  cursor: text; }

/* line 1, jquery.fancybox.min.css */
.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%; }

/* line 1, jquery.fancybox.min.css */
.fancybox-spaceball {
  z-index: 1; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--video .fancybox-content {
  background: #000; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

/* line 1, jquery.fancybox.min.css */
.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* line 1, jquery.fancybox.min.css */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

/* line 1, jquery.fancybox.min.css */
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button:hover {
  color: #fff; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button:focus {
  outline: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button div {
  height: 100%; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* line 1, jquery.fancybox.min.css */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

/* line 1, jquery.fancybox.min.css */
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

/* line 1, jquery.fancybox.min.css */
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-navigation .fancybox-button div {
  padding: 7px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

/* line 1, jquery.fancybox.min.css */
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

/* line 1, jquery.fancybox.min.css */
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* line 1, jquery.fancybox.min.css */
.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
/* line 1, jquery.fancybox.min.css */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* line 1, jquery.fancybox.min.css */
.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); }

/* line 1, jquery.fancybox.min.css */
.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); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* line 1, jquery.fancybox.min.css */
.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); }

/* line 1, jquery.fancybox.min.css */
.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); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

/* line 1, jquery.fancybox.min.css */
.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); }

/* line 1, jquery.fancybox.min.css */
.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); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  /* line 1, jquery.fancybox.min.css */
  .fancybox-caption {
    padding: 12px; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-slide--image {
    padding: 6px 0; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-close-small {
    right: -6px; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }
/* line 1, jquery.fancybox.min.css */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

/* line 1, jquery.fancybox.min.css */
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-share p {
  margin: 0;
  padding: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  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; }

/* line 1, jquery.fancybox.min.css */
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

/* line 1, jquery.fancybox.min.css */
.fancybox-share__button:hover {
  text-decoration: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-share__button--fb {
  background: #3b5998; }

/* line 1, jquery.fancybox.min.css */
.fancybox-share__button--fb:hover {
  background: #344e86; }

/* line 1, jquery.fancybox.min.css */
.fancybox-share__button--pt {
  background: #bd081d; }

/* line 1, jquery.fancybox.min.css */
.fancybox-share__button--pt:hover {
  background: #aa0719; }

/* line 1, jquery.fancybox.min.css */
.fancybox-share__button--tw {
  background: #1da1f2; }

/* line 1, jquery.fancybox.min.css */
.fancybox-share__button--tw:hover {
  background: #0d95e8; }

/* line 1, jquery.fancybox.min.css */
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-share__button svg path {
  fill: #fff; }

/* line 1, jquery.fancybox.min.css */
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* line 1, jquery.fancybox.min.css */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

/* line 1, jquery.fancybox.min.css */
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

/* line 1, jquery.fancybox.min.css */
.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

/* line 1, jquery.fancybox.min.css */
.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-thumbs__list {
  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%; }

/* line 1, jquery.fancybox.min.css */
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

/* line 1, jquery.fancybox.min.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

/* line 1, jquery.fancybox.min.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  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; }

/* line 1, jquery.fancybox.min.css */
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  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; }

/* line 1, jquery.fancybox.min.css */
.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

/* line 1, jquery.fancybox.min.css */
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  /* line 1, jquery.fancybox.min.css */
  .fancybox-thumbs {
    width: 110px; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/* line 1, glide.core.min.css */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }

/* line 1, glide.core.min.css */
.glide * {
  box-sizing: inherit; }

/* line 1, glide.core.min.css */
.glide__track {
  overflow: hidden; }

/* line 1, glide.core.min.css */
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform; }

/* line 1, glide.core.min.css */
.glide__slides--dragging {
  user-select: none; }

/* line 1, glide.core.min.css */
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/* line 1, glide.core.min.css */
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none; }

/* line 1, glide.core.min.css */
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none; }

/* line 1, glide.core.min.css */
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none; }

/* line 1, glide.core.min.css */
.glide--rtl {
  direction: rtl; }

/* line 1, glide.theme.css */
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }

/* line 19, glide.theme.css */
.glide__arrow:focus {
  outline: none; }

/* line 21, glide.theme.css */
.glide__arrow:hover {
  border-color: white; }

/* line 23, glide.theme.css */
.glide__arrow--left {
  left: 2em; }

/* line 25, glide.theme.css */
.glide__arrow--right {
  right: 2em; }

/* line 27, glide.theme.css */
.glide__arrow--disabled {
  opacity: 0.33; }

/* line 30, glide.theme.css */
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

/* line 39, glide.theme.css */
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }

/* line 51, glide.theme.css */
.glide__bullet:focus {
  outline: none; }

/* line 53, glide.theme.css */
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5); }

/* line 56, glide.theme.css */
.glide__bullet--active {
  background-color: white; }

/* line 59, glide.theme.css */
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

/* line 64, glide.theme.css */
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

/*


   Magic Zoom Plus v5.2.2
   Copyright 2017 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/
/**
 * Core styles
 */
@font-face {
  font-family: "magictoolbox-thin";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/magictoolbox-thin.eot?#iefix") format("embedded-opentype"), url("data:font/opentype;base64,AAEAAAANAIAAAwBQRkZUTXJLSEgAAAdAAAAAHEdERUYAKQAPAAAHIAAAAB5PUy8yAlYL4QAAAVgAAABWY21hcEAYY70AAAHUAAABSmdhc3D//wADAAAHGAAAAAhnbHlmMMVOJwAAAzQAAAGIaGVhZAmWUYMAAADcAAAANmhoZWEP9QamAAABFAAAACRobXR4L0EAQAAAAbAAAAAkbG9jYQGGAgAAAAMgAAAAFG1heHAAUAAcAAABOAAAACBuYW1l6MPgdAAABLwAAAH1cG9zdLaTuyIAAAa0AAAAZAABAAAAAQAAEWdxz18PPPUACwgAAAAAANDtg/MAAAAA0O2D8wAA/gIInAaeAAAACAACAAAAAAAAAAEAAAae/gIAuAibAAD//wicAAEAAAAAAAAAAAAAAAAAAAAJAAEAAAAJABkABQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQZeAZAABQAIBTMFmQAAAR4FMwWZAAAD1wBmAhIAAAAABQAAAAAAAAAAAAAAAAAAAAACAAAAAAAAUGZFZABAoAGgBgZm/mYAuAaeAf4AAAABAAAAAAAABAAAAAAAAAACqgAACJsAAAOlAAADpQAACJsAAAibAAAHfABAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAACgBv//AAAAAKAB//8AAGACAAEAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqACoAKgBMAGAAdACIAJwAxAAFAAAAAAQABZoAAgAFAAgACwAPAAATEQkBIQE3AREJASEDESERZgFd/uECuP6kPQFd/mYBXP1IpAQABNf77AIK/ZkCC1z99gQU/lICCvrNBZr6ZgABAAD+AgicBp4ACwAACQEHCQEnCQE3CQEXBHEEKyP71fvVIwQr+9UjBCsEKyMCUPvVIwQr+9UjBCsEKyP71QQrIwAAAAEAAP4CA6YGngAFAAARARcJAQcDixv8iQN1GwJQBE4X+8n7yRcAAAABAAD+AgOmBp4ABQAACQEnCQE3A6b8dxsDd/yHGwJQ+7IXBDcENxcAAQAAADcInAPdAAUAACUBNwkBFwRO+7IXBDcENxc3A4oa/IkDeRoAAAEAAAA3CJwD3QAFAAAJAQcJAScETgROF/vJ+8kXA938dxsDd/yHGwACAEAAQAHAAcAADQAYAAAlBycGIyImNDYyFhUUDwEWMzI2NCYiBhUUAcAXcSk3P1lZflkh1yc5OFBQcFBXF3EhWX5ZWT82KQInUHBQUDg5AAAADACWAAEAAAAAAAEAEQAkAAEAAAAAAAIABABAAAEAAAAAAAMALQChAAEAAAAAAAQAEQDzAAEAAAAAAAUACwEdAAEAAAAAAAYAEQFNAAMAAQQJAAEAIgAAAAMAAQQJAAIACAA2AAMAAQQJAAMAWgBFAAMAAQQJAAQAIgDPAAMAAQQJAAUAFgEFAAMAAQQJAAYAIgEpAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFQAaABpAG4AAFRoaW4AAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAATQBhAGcAaQBjAFQAbwBvAGwAYgBvAHgALQBUAGgAaQBuACAAOgAgADIANwAtADEALQAyADAAMQA1AABGb250Rm9yZ2UgMi4wIDogTWFnaWNUb29sYm94LVRoaW4gOiAyNy0xLTIwMTUAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAVmVyc2lvbiAxLjAAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAAAAAAIAAAAAAAD/mgBmAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAEAAgECAQMBBAEFAQYBBwd1bmlBMDAxB3VuaUEwMDIHdW5pQTAwMwd1bmlBMDA0B3VuaUEwMDUHdW5pQTAwNgAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQADAAgAAQAEAAAAAgAAAAAAAAABAAAAANBwQGEAAAAA0O2D8wAAAADQ7YPz"); }
/* line 22, magiczoomplus.css */
.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 39, magiczoomplus.css */
.MagicZoom,
.mz-figure {
  display: inline-block;
  outline: 0 !important;
  font-size: 0 !important;
  line-height: 100% !important;
  direction: ltr !important;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 59, magiczoomplus.css */
.MagicZoom {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

/* line 64, magiczoomplus.css */
figure.mz-figure {
  overflow: hidden;
  margin: 0 !important;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 70, magiczoomplus.css */
.MagicZoom img,
.mz-figure img {
  border: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important; }

/* line 77, magiczoomplus.css */
.MagicZoom > img,
.mz-figure > img {
  width: auto;
  height: auto; }

/* line 82, magiczoomplus.css */
.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
  width: auto;
  max-width: none !important; }

/* line 87, magiczoomplus.css */
.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
  cursor: default !important; }

/* line 91, magiczoomplus.css */
.mz-figure.mz-active,
.mz-expand {
  -ms-touch-action: none;
  touch-action: none; }

/* line 97, magiczoomplus.css */
.mz-lens,
.mz-zoom-window {
  position: absolute !important;
  overflow: hidden !important;
  pointer-events: none !important; }

/* line 103, magiczoomplus.css */
.mz-lens img,
.mz-zoom-window img {
  position: absolute !important;
  max-width: none !important;
  max-height: none !important; }

/* line 109, magiczoomplus.css */
.mz-lens img {
  -webkit-transition: none !important;
  transition: none !important; }

/* line 114, magiczoomplus.css */
.mz-zoom-window {
  z-index: 2000000000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 119, magiczoomplus.css */
.mz-zoom-window.mz-magnifier {
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-mask-clip: content;
  cursor: none; }

/* line 124, magiczoomplus.css */
.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
  pointer-events: auto !important;
  cursor: inherit !important; }

/* line 128, magiczoomplus.css */
.mz-zoom-window.mz-magnifier.mz-expanded {
  z-index: 2147483647; }

/* line 131, magiczoomplus.css */
.mz-zoom-window img {
  width: auto;
  height: auto;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform-origin: 50% 50% !important;
  -ms-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important; }

/* line 145, magiczoomplus.css */
.mz-zoom-window.mz-preview img {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  -webkit-transform: none !important;
  transform: none !important; }

/* line 156, magiczoomplus.css */
.lt-ie9-magic .mz-zoom-window img {
  margin: 0 !important; }

/* line 160, magiczoomplus.css */
.mz-expand-controls {
  z-index: 2147483647; }

/* line 164, magiczoomplus.css */
.mz-fade {
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

/* line 168, magiczoomplus.css */
.mz-hidden {
  opacity: 0; }

/* line 171, magiczoomplus.css */
.mz-visible {
  opacity: 1; }

/* line 175, magiczoomplus.css */
.mobile-magic .mz-expand .mz-expand-bg {
  -webkit-transform-style: flat !important;
  transform-style: flat !important; }

/* line 179, magiczoomplus.css */
.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
  display: none !important; }

/* line 182, magiczoomplus.css */
.mobile-magic .mz-expand-controls.mz-fade {
  transition: none !important; }

/* line 185, magiczoomplus.css */
.mobile-magic .mz-expand > .mz-zoom-window {
  top: 0 !important;
  left: 0 !important; }

/* line 190, magiczoomplus.css */
.mz-expanded-view-open,
.mz-expanded-view-open body {
  overflow: hidden !important; }

/* line 194, magiczoomplus.css */
.mz-expanded-view-open body {
  height: auto !important; }

/**
 * Main figure
 */
/* line 200, magiczoomplus.css */
.mz-figure.mz-active {
  background: #fff; }

/* line 203, magiczoomplus.css */
.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

/* line 211, magiczoomplus.css */
.mz-figure.mz-active.mz-no-expand {
  cursor: crosshair; }

/* line 214, magiczoomplus.css */
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

/* line 220, magiczoomplus.css */
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
  cursor: none; }

/* line 223, magiczoomplus.css */
.mz-figure.mz-magnifier-zoom.mz-active {
  overflow: visible !important; }

/* line 227, magiczoomplus.css */
.mz-figure.mz-active > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.6'/></feComponentTransfer></filter></svg>#grayscale");
  -webkit-filter: grayscale(80%) opacity(60%);
  filter: grayscale(80%) opacity(60%); }

/* line 232, magiczoomplus.css */
.no-cssfilters-magic .mz-figure.mz-active > img {
  opacity: 0.6; }

/* line 235, magiczoomplus.css */
.lt-ie10-magic .mz-figure.mz-active > img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6); }

/* line 239, magiczoomplus.css */
.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
  opacity: 0; }

/* line 244, magiczoomplus.css */
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
  opacity: 1; }

/* line 248, magiczoomplus.css */
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
  filter: alpha(opacity=0); }

/* line 252, magiczoomplus.css */
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
  background: transparent; }

/**
 * Zoom lens
 */
/* line 259, magiczoomplus.css */
.mz-lens {
  border: 1px solid #aaa;
  border-color: rgba(170, 170, 170, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: none;
  z-index: 10;
  opacity: 0; }

/* line 267, magiczoomplus.css */
.mz-figure.mz-active .mz-lens {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s; }

/* line 272, magiczoomplus.css */
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
  border-radius: 50%;
  opacity: 0;
  cursor: none; }

/**
 * Zoom window
 */
/* line 281, magiczoomplus.css */
.mz-zoom-window {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

/* line 285, magiczoomplus.css */
.mz-zoom-window.mz-magnifier {
  border-radius: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.3); }

/* line 290, magiczoomplus.css */
.mz-zoom-window.mz-magnifier:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  border: 1px solid rgba(170, 170, 170, 0.7);
  box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
  background: transparent;
  z-index: 1; }

/* line 302, magiczoomplus.css */
.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
  border-radius: 0 !important; }

/* line 306, magiczoomplus.css */
.lt-ie9-magic .mz-zoom-window {
  border: 1px solid #e5e5e5; }

/* line 309, magiczoomplus.css */
.mz-zoom-window.mz-inner {
  border: none;
  box-shadow: none; }

/* Caption in zoom window */
/* line 315, magiczoomplus.css */
.mz-zoom-window .mz-caption {
  background: #777;
  color: #fff;
  font-size: 10pt;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 150;
  padding: 3px;
  width: 100%;
  line-height: normal !important;
  text-align: center !important; }

/* line 328, magiczoomplus.css */
.lt-ie9-magic .mz-zoom-window .mz-caption {
  filter: alpha(opacity=80); }

/* line 331, magiczoomplus.css */
.mz-zoom-window.caption-bottom .mz-caption {
  top: auto;
  bottom: 0; }

/* line 335, magiczoomplus.css */
.mz-zoom-window.mz-expanded > .mz-caption {
  display: none; }

/* Zoom window animations */
/* line 340, magiczoomplus.css */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

/* line 345, magiczoomplus.css */
.mz-zoom-window.mz-deactivating {
  -webkit-transition-duration: .25s, .25s, .25s;
  transition-duration: .25s, .25s, .25s; }

/* line 349, magiczoomplus.css */
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
  opacity: 0;
  z-index: -100; }

/* line 356, magiczoomplus.css */
.mz-zoom-window.mz-p-right {
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0); }

/* line 360, magiczoomplus.css */
.mz-zoom-window.mz-p-left {
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0); }

/* line 364, magiczoomplus.css */
.mz-zoom-window.mz-p-top {
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0); }

/* line 368, magiczoomplus.css */
.mz-zoom-window.mz-p-bottom {
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0); }

/* Inner mode animation */
/* line 373, magiczoomplus.css */
.mz-zoom-window > img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 379, magiczoomplus.css */
.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
  transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important; }

/* Magnifier mode animation */
/* line 385, magiczoomplus.css */
.mz-zoom-window.mz-p-magnifier {
  -webkit-transform: scale(0.1);
  transform: scale(0.1); }

/* Preview mode animation */
/* line 390, magiczoomplus.css */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

/* line 397, magiczoomplus.css */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
  -webkit-transition-duration: .2s;
  transition-duration: .2s; }

/* line 402, magiczoomplus.css */
.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
  opacity: 0; }

/**
 * Hint & Loading
 */
/* line 411, magiczoomplus.css */
.mz-hint,
.mz-loading {
  color: #eee;
  background: rgba(49, 51, 61, 0.7);
  font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

/* line 430, magiczoomplus.css */
.mz-hint {
  bottom: 8px;
  left: 0;
  right: 0;
  padding: 0 10%;
  background-color: transparent;
  -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
  transition: opacity 0.25s ease, z-index 0.25s ease; }

/* line 439, magiczoomplus.css */
.mz-hint-message {
  display: inline-block;
  background: rgba(49, 51, 61, 0.7);
  border-radius: 2em;
  padding: .7em 1.1em; }

/* line 445, magiczoomplus.css */
.mz-hint-message:before {
  content: '\02295';
  font-family: serif;
  font-size: 1.5em;
  speak: none;
  text-align: center;
  vertical-align: -2px;
  margin-right: 6px;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

/* line 456, magiczoomplus.css */
.mobile-magic .mz-hint-message:before {
  display: none; }

/* line 460, magiczoomplus.css */
.mz-hint-hidden {
  opacity: 0;
  z-index: -1;
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

/* Hint in the expanded view on mobile */
/* line 467, magiczoomplus.css */
.mz-expand .mz-hint {
  font-size: 18px;
  line-height: 1.1em;
  top: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

/* line 478, magiczoomplus.css */
.mz-expand .mz-hint-message {
  padding: 1.1em; }

/* line 481, magiczoomplus.css */
.mz-expand .mz-hint-message:before {
  display: none; }

/* line 484, magiczoomplus.css */
.mz-expand .mz-hint-hidden {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0; }

/* Loading indicator */
/* line 491, magiczoomplus.css */
.mz-loading {
  font-size: 0;
  border-radius: 100%;
  opacity: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 504, magiczoomplus.css */
.mz-loading:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  box-sizing: border-box; }

/* line 518, magiczoomplus.css */
.mz-loading.shown {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0s;
  transition: opacity 0s; }

/* line 524, magiczoomplus.css */
.mz-loading.shown:after {
  -webkit-animation: spin-loading .9s infinite linear;
  animation: spin-loading .9s infinite linear; }

@-webkit-keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* line 550, magiczoomplus.css */
.lt-ie10-magic .mz-loading {
  border-radius: 2em;
  font-size: 12px;
  padding: .7em 1.1em;
  width: auto;
  height: auto; }

/* line 557, magiczoomplus.css */
.lt-ie10-magic .mz-loading:after {
  content: 'Loading...';
  text-indent: 0;
  border: none;
  position: relative; }

/* line 564, magiczoomplus.css */
.lt-ie9-magic .mz-loading {
  filter: alpha(opacity=0);
  right: 0;
  left: 0;
  width: 126px;
  margin: auto; }

/* line 571, magiczoomplus.css */
.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D'); }

/* line 576, magiczoomplus.css */
.lt-ie9-magic .mz-hint-hidden {
  filter: alpha(opacity=0); }

/**
 * Expanded view
 */
/* line 585, magiczoomplus.css */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* line 595, magiczoomplus.css */
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
  width: auto !important;
  height: auto !important; }

/* line 602, magiczoomplus.css */
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg {
  min-width: 100% !important;
  min-height: 100% !important; }

/* line 608, magiczoomplus.css */
.mz-expand {
  background-color: black;
  text-align: center;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  z-index: 2100000000;
  position: fixed;
  width: auto;
  height: auto;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-overflow-style: none; }

/* Expanded view background */
/* line 628, magiczoomplus.css */
.mz-expand .mz-expand-bg {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  z-index: -100;
  max-width: none !important;
  max-height: none !important;
  -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
  -ms-transform: translate(0, 0) scale(10, 10) rotate(0.01deg);
  transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
  -webkit-perspective: 600px;
  perspective: 600px;
  background-repeat: no-repeat;
  background-size: cover; }

/* line 643, magiczoomplus.css */
.mz-expand .mz-expand-bg > img {
  margin: auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
  -webkit-filter: blur(20px) brightness(60%);
  filter: blur(20px) brightness(60%);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 653, magiczoomplus.css */
.mz-expand .mz-expand-bg > svg {
  margin: auto;
  opacity: .6; }

/* line 658, magiczoomplus.css */
[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
  display: none !important; }

/* line 662, magiczoomplus.css */
.lt-ie9-magic .mz-expand {
  background: #1f1f1f; }

/* line 665, magiczoomplus.css */
[data-magic-ua=edge] .mz-expand {
  background-color: rgba(31, 31, 31, 0.96); }

/** Plain backgrounds: dark-bg, white-bg **/
/* line 670, magiczoomplus.css */
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
  display: none !important; }

/* line 675, magiczoomplus.css */
.mz-expand.dark-bg {
  background-color: #1f1f1f;
  background-color: rgba(31, 31, 31, 0.96); }

/* line 679, magiczoomplus.css */
.mz-expand.white-bg {
  background-color: #fff; }

/* Expanded view stage */
/* line 684, magiczoomplus.css */
.mz-expand .mz-expand-stage {
  z-index: 2100000000;
  padding: 0; }

/* line 688, magiczoomplus.css */
.mz-expand .mz-expand-stage .mz-image-stage {
  z-index: 50;
  left: 120px;
  right: 120px;
  padding: 20px 0 40px 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 701, magiczoomplus.css */
.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
  padding-bottom: 120px; }

/* line 704, magiczoomplus.css */
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding: 0 !important;
  left: 0;
  right: 0; }

/* line 710, magiczoomplus.css */
.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  font-size: 0;
  line-height: 100%;
  width: 0; }

/* line 720, magiczoomplus.css */
.mz-expand .mz-image-stage > figure {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 100%;
  position: relative; }

/* line 732, magiczoomplus.css */
.mz-expand .mz-figure {
  overflow: visible;
  max-width: 100% !important; }

/* line 736, magiczoomplus.css */
.mz-expand .mz-figure > img {
  max-width: 100%;
  width: auto;
  height: auto; }

/* line 741, magiczoomplus.css */
.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
  width: 100%;
  height: 100%; }

/* line 747, magiczoomplus.css */
.mz-expand .mz-figure {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

/* line 753, magiczoomplus.css */
.mz-expand .mz-figure.mz-active {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

/* When inner zoom is always shown */
/* line 760, magiczoomplus.css */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
  z-index: 1;
  position: absolute !important;
  top: -5000px !important;
  bottom: -5000px !important;
  left: -5000px !important;
  right: -5000px !important;
  margin: auto !important; }

/* line 770, magiczoomplus.css */
.lt-ie10-magic .mz-zoom-window.mz-expanded img {
  filter: alpha(opacity=100); }

/* line 771, magiczoomplus.css */
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
  overflow: hidden;
  filter: alpha(opacity=100); }

/* Caption in expanded view */
/* line 778, magiczoomplus.css */
.mz-expand .mz-caption {
  color: #fff;
  text-shadow: 0px 0px 46px #000;
  padding: 10px 4px;
  font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0; }

/* line 789, magiczoomplus.css */
.mz-expand .mz-caption.mz-show {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  opacity: 1; }

/* line 794, magiczoomplus.css */
.mz-expand .mz-caption a {
  color: inherit;
  cursor: pointer; }

/* line 798, magiczoomplus.css */
.mz-expand.white-bg .mz-caption {
  color: #555;
  text-shadow: none; }

/* line 803, magiczoomplus.css */
.lt-ie9-magic .mz-expand .mz-caption {
  top: 100%; }

/* line 807, magiczoomplus.css */
.mz-expand .mz-zoom-window {
  box-shadow: none;
  background: transparent; }

/* line 811, magiczoomplus.css */
.lt-ie9-magic .mz-expand .mz-zoom-window {
  border: 0; }

/* Expanded view on mobile */
/* line 816, magiczoomplus.css */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
  left: 0px;
  right: 0px; }

/* line 821, magiczoomplus.css */
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
  bottom: 0px; }

/* line 824, magiczoomplus.css */
.mobile-magic .mz-expand-stage .mz-image-stage {
  padding: 0; }

/* line 827, magiczoomplus.css */
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
  padding: 5px 0 60px; }

/* line 830, magiczoomplus.css */
.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding-top: 0; }

/* line 833, magiczoomplus.css */
.mobile-magic .mz-expand .mz-expand-thumbnails {
  padding: 0;
  height: 60px; }

/**
 * Buttons & Arrows
 */
/* line 842, magiczoomplus.css */
.mz-expand-controls,
button.mz-button {
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important; }

/* line 848, magiczoomplus.css */
button.mz-button {
  color: #b4b4b4 !important;
  font: 900 34px/1 'magictoolbox-thin' !important;
  cursor: pointer;
  z-index: 90 !important;
  background-color: transparent !important;
  border: 1px solid rgba(180, 180, 180, 0) !important;
  border-radius: 100% !important;
  box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  -webkit-font-smoothing: antialiased;
  width: 60px !important;
  height: 60px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important; }

/* line 870, magiczoomplus.css */
button.mz-button:before {
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important; }

/* line 877, magiczoomplus.css */
button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
  margin: auto 10px !important;
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important; }

/* line 884, magiczoomplus.css */
button.mz-button.mz-button-prev {
  left: 0 !important; }

/* line 887, magiczoomplus.css */
button.mz-button.mz-button-next {
  right: 0 !important; }

/* line 890, magiczoomplus.css */
button.mz-button.mz-button-close {
  font-size: 26px !important;
  margin: 10px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 95 !important; }

/* line 897, magiczoomplus.css */
:root:not(.mobile-magic) button.mz-button {
  color: rgba(180, 180, 180, 0.75) !important;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
  transition: color .25s, border-color .25s, transform .25s !important; }

/* line 905, magiczoomplus.css */
:root:not(.mobile-magic) button.mz-button:hover {
  color: #b4b4b4 !important;
  border-color: rgba(180, 180, 180, 0.6) !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important; }

/* line 911, magiczoomplus.css */
.mobile-magic button.mz-button {
  -webkit-transition: -webkit-transform .1s !important;
  transition: transform .1s !important; }

/* line 915, magiczoomplus.css */
.mobile-magic button.mz-button:active {
  border-color: rgba(180, 180, 180, 0.6) !important;
  -webkit-transform: scale(0.95) !important;
  transform: scale(0.95) !important; }

/* line 921, magiczoomplus.css */
button.mz-button.mz-button-close:before {
  content: "\a001"; }

/* line 922, magiczoomplus.css */
button.mz-button.mz-button-prev:before {
  content: "\a002"; }

/* line 923, magiczoomplus.css */
button.mz-button.mz-button-next:before {
  content: "\a003"; }

@media screen and (max-device-width: 767px) {
  /* line 926, magiczoomplus.css */
  button.mz-button-prev,
  button.mz-button-next {
    display: none !important; }

  /* line 931, magiczoomplus.css */
  .mobile-magic .mz-expand button.mz-button {
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background-color: rgba(49, 51, 61, 0.3) !important;
    border-color: transparent !important; } }
/* line 941, magiczoomplus.css */
.lt-ie9-magic button.mz-button {
  border: 0;
  filter: alpha(opacity=75); }

/* line 945, magiczoomplus.css */
.lt-ie9-magic button.mz-button:hover {
  filter: alpha(opacity=100); }

/**
 * Thumbnails
 */
/* Thumbnails on the page */
/* line 955, magiczoomplus.css */
a[data-zoom-id],
.mz-thumb, .mz-thumb:focus {
  display: inline-block;
  line-height: 0;
  outline: none; }

/* line 961, magiczoomplus.css */
a[data-zoom-id] img,
.mz-thumb img {
  border: 0;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box; }

/* line 967, magiczoomplus.css */
.mz-thumb:hover:not(.mz-thumb-selected) img {
  -webkit-filter: brightness(75%);
  filter: brightness(75%); }

/* line 971, magiczoomplus.css */
.mz-thumb-selected img {
  -webkit-filter: brightness(60%);
  filter: brightness(60%); }

/* line 975, magiczoomplus.css */
.no-cssfilters-magic .mz-thumb:hover,
.no-cssfilters-magic .mz-thumb.mz-thumb-selected {
  background: #000; }

/* line 979, magiczoomplus.css */
.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: .75;
  filter: alpha(opacity=75); }

/* line 983, magiczoomplus.css */
.no-cssfilters-magic .mz-thumb-selected img {
  opacity: .6;
  filter: alpha(opacity=60); }

/* line 987, magiczoomplus.css */
.ie9-magic .mz-thumb img {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3); }

/* Thumbnails in expanded view */
/* line 992, magiczoomplus.css */
.mz-expand-thumbnails {
  z-index: 50;
  position: absolute;
  bottom: 0;
  left: 65px;
  right: 65px;
  height: 80px;
  padding: 10px 0;
  box-sizing: border-box; }

/* line 1002, magiczoomplus.css */
.mz-expand-thumbnails .magic-thumbs .magic-thumb {
  padding: 10px 2px; }

/* line 1005, magiczoomplus.css */
.mz-expand-thumbnails .magic-thumb > img {
  cursor: pointer;
  height: 40px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3); }

/* line 1010, magiczoomplus.css */
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%); }

/* line 1014, magiczoomplus.css */
.mz-expand-thumbnails .magic-thumb-selected img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%); }

/* line 1018, magiczoomplus.css */
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
  box-shadow: none; }

/* line 1021, magiczoomplus.css */
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
  opacity: 0; }

/* line 1024, magiczoomplus.css */
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
  opacity: .7;
  filter: alpha(opacity=70); }

/* line 1028, magiczoomplus.css */
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
  opacity: .5;
  filter: alpha(opacity=50); }

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
/* line 1034, magiczoomplus.css */
.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
  padding-bottom: 40px; }

/* line 1037, magiczoomplus.css */
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
  display: none; }

/* line 1040, magiczoomplus.css */
.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
  padding: 0; }

/* line 1043, magiczoomplus.css */
.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1058, magiczoomplus.css */
.magic-thumbs {
  direction: ltr;
  overflow: visible;
  z-index: 100;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: none;
  touch-action: none; }

/* line 1076, magiczoomplus.css */
.magic-thumbs {
  width: 100%;
  height: 100%;
  white-space: nowrap; }

/* line 1082, magiczoomplus.css */
.magic-thumbs.no-buttons {
  padding: 0 !important; }

/* line 1086, magiczoomplus.css */
.magic-thumbs-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center; }

/* line 1095, magiczoomplus.css */
.magic-thumbs ul {
  list-style: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: relative;
  white-space: nowrap; }

/* line 1104, magiczoomplus.css */
.magic-thumbs.no-buttons ul {
  left: 0 !important;
  padding: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

/* line 1115, magiczoomplus.css */
.magic-thumbs ul li {
  margin: 0 4px;
  height: 100%;
  width: auto;
  vertical-align: top;
  line-height: 0;
  display: inline-block; }

/* line 1123, magiczoomplus.css */
.magic-thumbs ul li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

/* line 1131, magiczoomplus.css */
.magic-thumbs ul li > img {
  width: auto;
  height: auto;
  max-width: none !important;
  max-height: 100% !important;
  vertical-align: middle; }

/* line 1138, magiczoomplus.css */
.ie8-magic .magic-thumbs ul li > img {
  max-width: none !important;
  max-height: none !important; }

/* vertical */
/* line 1144, magiczoomplus.css */
.magic-thumbs.magic-thumbs-vertical {
  height: 100%; }

/* line 1147, magiczoomplus.css */
.magic-thumbs-vertical {
  padding: 30px 0; }

/* line 1150, magiczoomplus.css */
.magic-thumbs-vertical ul {
  height: auto;
  width: 100%;
  white-space: normal; }

/* line 1155, magiczoomplus.css */
.magic-thumbs-vertical ul li {
  width: 100%;
  height: auto; }

/* line 1159, magiczoomplus.css */
.magic-thumbs-vertical ul li {
  margin: 4px 0; }

/* line 1163, magiczoomplus.css */
.magic-thumbs-vertical ul li > img {
  max-width: 100% !important;
  max-height: none !important; }

/* line 1167, magiczoomplus.css */
.ie8-magic .magic-thumbs-vertical ul li > img {
  width: 100%; }

/**
 * Buttons
 */
/* line 1174, magiczoomplus.css */
.magic-thumbs button.magic-thumbs-button {
  color: #b4b4b4 !important;
  font: 900 24px/1 'magictoolbox-thin' !important;
  cursor: pointer;
  z-index: 90 !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  overflow: hidden;
  position: absolute;
  text-transform: none !important;
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  width: 30px;
  height: 100%;
  top: 0;
  bottom: 0;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important; }

/* line 1200, magiczoomplus.css */
.magic-thumbs button.magic-thumbs-button:before {
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important; }

/* line 1207, magiczoomplus.css */
.magic-thumbs .magic-thumbs-button-prev {
  left: 0; }

/* line 1210, magiczoomplus.css */
.magic-thumbs .magic-thumbs-button-next {
  right: 0; }

/* line 1213, magiczoomplus.css */
.magic-thumbs .magic-thumbs-button-prev:before {
  content: "\a002"; }

/* line 1214, magiczoomplus.css */
.magic-thumbs .magic-thumbs-button-next:before {
  content: "\a003"; }

/* line 1216, magiczoomplus.css */
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
  color: rgba(180, 180, 180, 0.75) !important;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  -webkit-transition: color .25s, -webkit-transform .25s !important;
  transition: color .25s, transform .25s !important; }

/* line 1224, magiczoomplus.css */
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
  color: #b4b4b4 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important; }

/* Vertical buttons */
/* line 1232, magiczoomplus.css */
.magic-thumbs-vertical .magic-thumbs-button {
  width: 100%;
  height: 30px;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto; }

/* line 1238, magiczoomplus.css */
.magic-thumbs-vertical .magic-thumbs-button-prev {
  top: 0; }

/* line 1241, magiczoomplus.css */
.magic-thumbs-vertical .magic-thumbs-button-next {
  bottom: 0; }

/* line 1244, magiczoomplus.css */
.magic-thumbs-vertical .magic-thumbs-button-prev:before {
  content: "\a005"; }

/* line 1245, magiczoomplus.css */
.magic-thumbs-vertical .magic-thumbs-button-next:before {
  content: "\a004"; }

/* line 1248, magiczoomplus.css */
.magic-thumbs.no-buttons .magic-thumbs-button {
  display: none !important; }

/* line 1251, magiczoomplus.css */
.magic-thumbs-button-disabled {
  opacity: 0.2;
  filter: alpha(opacity=20); }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
/* line 12, swiper.min.css */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

/* line 12, swiper.min.css */
.swiper-container-no-flexbox .swiper-slide {
  float: left; }

/* line 12, swiper.min.css */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 12, swiper.min.css */
.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; }

/* line 12, swiper.min.css */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 12, swiper.min.css */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 12, swiper.min.css */
.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; }

/* line 12, swiper.min.css */
.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; }

/* line 12, swiper.min.css */
.swiper-slide-invisible-blank {
  visibility: hidden; }

/* line 12, swiper.min.css */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

/* line 12, swiper.min.css */
.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; }

/* line 12, swiper.min.css */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

/* line 12, swiper.min.css */
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 12, swiper.min.css */
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

/* line 12, swiper.min.css */
.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); }

/* line 12, swiper.min.css */
.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); }

/* line 12, swiper.min.css */
.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); }

/* line 12, swiper.min.css */
.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); }

/* line 12, swiper.min.css */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

/* line 12, swiper.min.css */
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* line 12, swiper.min.css */
.swiper-button-next, .swiper-button-prev {
  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; }

/* line 12, swiper.min.css */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

/* line 12, swiper.min.css */
.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; }

/* line 12, swiper.min.css */
.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; }

/* line 12, swiper.min.css */
.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"); }

/* line 12, swiper.min.css */
.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"); }

/* line 12, swiper.min.css */
.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"); }

/* line 12, swiper.min.css */
.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"); }

/* line 12, swiper.min.css */
.swiper-button-lock {
  display: none; }

/* line 12, swiper.min.css */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

/* line 12, swiper.min.css */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* line 12, swiper.min.css */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* line 12, swiper.min.css */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

/* line 12, swiper.min.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

/* line 12, swiper.min.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* line 12, swiper.min.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* line 12, swiper.min.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

/* line 12, swiper.min.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

/* line 12, swiper.min.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

/* line 12, swiper.min.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

/* line 12, swiper.min.css */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

/* line 12, swiper.min.css */
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; }

/* line 12, swiper.min.css */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

/* line 12, swiper.min.css */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

/* line 12, swiper.min.css */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

/* line 12, swiper.min.css */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

/* line 12, swiper.min.css */
.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; }

/* line 12, swiper.min.css */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

/* line 12, swiper.min.css */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

/* line 12, swiper.min.css */
.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; }

/* line 12, swiper.min.css */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

/* line 12, swiper.min.css */
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

/* line 12, swiper.min.css */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

/* line 12, swiper.min.css */
.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; }

/* line 12, swiper.min.css */
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

/* line 12, swiper.min.css */
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

/* line 12, swiper.min.css */
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

/* line 12, swiper.min.css */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

/* line 12, swiper.min.css */
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

/* line 12, swiper.min.css */
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

/* line 12, swiper.min.css */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

/* line 12, swiper.min.css */
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

/* line 12, swiper.min.css */
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

/* line 12, swiper.min.css */
.swiper-pagination-lock {
  display: none; }

/* line 12, swiper.min.css */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

/* line 12, swiper.min.css */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

/* line 12, swiper.min.css */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

/* line 12, swiper.min.css */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

/* line 12, swiper.min.css */
.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* line 12, swiper.min.css */
.swiper-scrollbar-lock {
  display: none; }

/* line 12, swiper.min.css */
.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; }

/* line 12, swiper.min.css */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

/* line 12, swiper.min.css */
.swiper-slide-zoomed {
  cursor: move; }

/* line 12, swiper.min.css */
.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; }

/* line 12, swiper.min.css */
.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; }

/* line 12, swiper.min.css */
.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); } }
/* line 12, swiper.min.css */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* line 12, swiper.min.css */
.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; }

/* line 12, swiper.min.css */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

/* line 12, swiper.min.css */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 12, swiper.min.css */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 12, swiper.min.css */
.swiper-container-cube {
  overflow: visible; }

/* line 12, swiper.min.css */
.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%; }

/* line 12, swiper.min.css */
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 12, swiper.min.css */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

/* line 12, swiper.min.css */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 12, swiper.min.css */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

/* line 12, swiper.min.css */
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 12, swiper.min.css */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* line 12, swiper.min.css */
.swiper-container-flip {
  overflow: visible; }

/* line 12, swiper.min.css */
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

/* line 12, swiper.min.css */
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 12, swiper.min.css */
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 12, swiper.min.css */
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 12, swiper.min.css */
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/* line 1, stars.css */
.star-rating-wrapper {
  *zoom: 1; }

/* line 5, stars.css */
.star-rating-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/* line 11, stars.css */
.star-rating {
  float: left;
  *zoom: 1; }

/* line 16, stars.css */
.star-rating:after {
  content: "";
  display: table;
  clear: both; }

/* line 22, stars.css */
.star-rating .star-radio {
  display: none; }

/* line 26, stars.css */
.star-rating .star-radio:hover ~ .star-label:after,
.star-rating .star-radio:checked ~ .star-label:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 34, stars.css */
.star-rating .star-radio:hover ~ .star-label:after {
  background-image: url("star.svg") !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 41, stars.css */
.star-rating .star-radio:checked ~ .star-label:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 48, stars.css */
.star-rating .star-label {
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
  margin-right: 3px; }

/* line 55, stars.css */
.star-rating .star-label:first-child {
  margin-right: 0; }

/* line 59, stars.css */
.star-rating .star-label:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("star-empty.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 70, stars.css */
.star-rating .star-label:hover:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 77, stars.css */
.star-rating .star-label:hover ~ .star-label:after {
  background-image: url("star.svg") !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 84, stars.css */
.star-rating .star-label.active ~ .star-label:after,
.star-rating .star-label.active:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 92, stars.css */
.star-rating .star-item {
  float: right;
  overflow: hidden;
  margin-right: 3px; }

/* line 98, stars.css */
.star-rating .star-item:first-child {
  margin-right: 0; }

/* line 102, stars.css */
.star-rating .star-item:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("star-empty.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 5px; }

/* line 114, stars.css */
.star-rating .star-item.active:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: ""; }

/* line 122, stars.css */
.star-rating .star-item.active ~ .star-item:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: ""; }

@font-face {
  font-family: 'aktiv-grotesk';
  src: url("AktivGroteskCorp-Regular.ttf"); }
@font-face {
  font-family: 'aktiv-grotesk-medium';
  src: url("AktivGrotesk-Medium.ttf"); }
@font-face {
  font-family: 'aktiv-grotesk-light';
  src: url("AktivGroteskCorp-Light.ttf"); }
/* line 13, main.scss */
body {
  background: #d8d8d8;
  font-family: aktiv-grotesk,Helvetica,Arial,sans-serif; }
  /* line 16, main.scss */
  body:after {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 100%;
    max-width: 1300px; }

/* line 30, main.scss */
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* line 36, main.scss */
h1 {
  margin-top: 0; }

/* line 37, main.scss */
header[role=banner] {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #d8d8d8;
  z-index: 4;
  -webkit-transition: top .5s ease;
  transition: top .5s ease; }

/* line 47, main.scss */
strong, b {
  font-family: "aktiv-grotesk-medium" !important;
  font-weight: normal; }

/* line 48, main.scss */
.sonos-nav, .sonos-nav > div {
  height: 80px; }

/* line 51, main.scss */
.header-menu {
  z-index: 10; }

/* line 53, main.scss */
.flex-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start; }

/* line 57, main.scss */
.sonos-menu-offcanvas {
  z-index: 2;
  top: 0; }

/* line 61, main.scss */
.sonos-menu-offcanvas {
  overflow: hidden; }

/* line 64, main.scss */
.me-width-auto, .sonos-menu-offcanvas {
  width: auto; }

/* line 67, main.scss */
.me-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

/* line 73, main.scss */
[data-al*=fade-in] {
  opacity: 0; }

/* line 76, main.scss */
.me-pr-nil {
  padding-right: 0; }

/* line 79, main.scss */
.me-pl-x1 {
  padding-left: 3.7037vw; }

/* line 82, main.scss */
.me-pv-nil {
  padding-bottom: 0;
  padding-top: 0; }

/* line 86, main.scss */
.me-pr-nil {
  padding-right: 0; }

/* line 89, main.scss */
[data-al~=slide-right-offscreen] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* line 93, main.scss */
.search-preview {
  padding-top: 80px;
  z-index: 2;
  overflow: hidden; }

/* line 98, main.scss */
.disp-none {
  display: none; }

/* line 101, main.scss */
.lg-disp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 106, main.scss */
.text-x1 {
  font-size: calc(14px + 7*(100vw - 1440px)/1120);
  line-height: 1.5;
  letter-spacing: .3px; }

/* line 111, main.scss */
.mr-x0p25 {
  margin-right: calc(100vw * 0.25/27); }

/* line 114, main.scss */
.lg-pa-x0p25 {
  padding-top: calc(100vw * 0.25/27);
  padding-bottom: calc(100vw * 0.25/27);
  padding-left: calc(100vw * 0.25/27);
  padding-right: calc(100vw * 0.25/27); }

/* line 120, main.scss */
.lg-mr-x1 {
  margin-right: calc(100vw * 1/27); }

/* line 123, main.scss */
.pos-relative {
  position: relative; }

/* line 126, main.scss */
.flex-center {
  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; }

/* line 137, main.scss */
button, input[type="submit"], a:not(.no-transparent) {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 142, main.scss */
.table-responsive {
  display: block;
  overflow: auto;
  max-width: 100%; }

/* line 147, main.scss */
body ymap, body iframe {
  max-width: 100%; }

/* ================================ */
/* bg-limit */
/* ================================ */
/* line 154, main.scss */
.bg-limit {
  max-width: 1300px;
  margin: auto; }

/* ================================ */
/* end bg-limit */
/* ================================ */
/* ================================ */
/* header */
/* ================================ */
/* line 167, main.scss */
header {
  width: 100%;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #d1e7e8;
  z-index: 4;
  -webkit-transition: top .5s ease;
  transition: top .5s ease; }
  /* line 177, main.scss */
  header .sonos-nav {
    height: 80px; }
  /* line 180, main.scss */
  header .header-logo svg {
    width: 4.4rem; }
  /* line 183, main.scss */
  header .search_widget-submit {
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none; }
  /* line 190, main.scss */
  header .header-logotype {
    max-width: 200px; }
  /* line 193, main.scss */
  header ul {
    margin: 0;
    padding: 0; }
  /* line 194, main.scss */
  header .sonos-nav li {
    list-style: none;
    display: inline-block;
    margin-right: 25px; }
    /* line 200, main.scss */
    header .sonos-nav li a {
      position: relative;
      cursor: pointer;
      text-decoration: none;
      /*убираем подчёркивание*/
      font-size: 16px;
      letter-spacing: 0; }
    /* line 208, main.scss */
    header .sonos-nav li a:after {
      display: block;
      position: absolute;
      left: 0;
      /*изменить на right:0;, чтобы изменить направление подчёркивания */
      width: 0;
      /*задаём длинну линии до наведения курсора*/
      height: 1px;
      /*задаём ширину линии*/
      background-color: rgba(0, 0, 0, 0.8);
      content: "";
      transition: width 0.3s ease-out;
      /*задаём время анимации*/ }
    /* line 219, main.scss */
    header .sonos-nav li a:hover:after,
    header .sonos-nav li a:focus:after {
      width: 100%;
      /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/ }
  /* line 224, main.scss */
  header .header-menu-drop {
    z-index: 1000;
    display: none;
    left: 50%;
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    min-width: 320px; }
    /* line 234, main.scss */
    header .header-menu-drop > ul {
      -webit-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #eee; }
  /* line 241, main.scss */
  header li:hover .header-menu-drop {
    display: block; }
  /* line 246, main.scss */
  header .header-menu li .subcol-dropdown {
    cursor: pointer;
    width: 1rem; }
    /* line 250, main.scss */
    header .header-menu li .subcol-dropdown svg {
      display: block; }
  /* line 255, main.scss */
  header .header-menu li .subcol {
    z-index: 1000;
    background-color: var(--color_bg);
    display: none;
    white-space: nowrap; }
    /* line 261, main.scss */
    header .header-menu li .subcol li {
      padding: 4px 0; }
  /* line 266, main.scss */
  header .header-menu li:hover .subcol {
    display: block; }
  /* line 269, main.scss */
  header .header-menu li:hover .subcol-dropdown {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

@media screen and (max-width: 920px) {
  /* line 281, main.scss */
  header.mainpage {
    position: static; }
  /* line 284, main.scss */
  header .login-link {
    border-left: 0; }

  /* line 288, main.scss */
  .template-is-product .pdp-gallery-glide-wrapper .glide__slides {
    height: calc(100vw * 10 / 27) !important; } }
@media screen and (max-width: 768px) {
  /* line 295, main.scss */
  header header-menu-right svg {
    width: 20px; }
  /* line 298, main.scss */
  header .header-logotype {
    max-width: 100px; }
  /* line 302, main.scss */
  header .header-menu-right svg {
    display: block;
    width: 18px; } }
/* ================================ */
/* end header */
/* ================================ */
/* ================================ */
/* promo-slider-wrapper */
/* ================================ */
/* line 319, main.scss */
.promo-slider-wrapper .promo-slider-pagination {
  width: auto;
  left: 20px;
  right: 20px;
  bottom: 20px;
  text-align: center; }
/* line 327, main.scss */
.promo-slider-wrapper .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  outline: none;
  width: 16px;
  height: 16px;
  opacity: 1;
  border: 1px solid #333;
  background-color: #fff;
  margin: 0 5px !important; }
  /* line 338, main.scss */
  .promo-slider-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #fff;
    background-color: #333; }
/* line 344, main.scss */
.promo-slider-wrapper .promo-image {
  display: block;
  width: 100%;
  height: auto; }
/* line 350, main.scss */
.promo-slider-wrapper .promo-text {
  color: #fff;
  letter-spacing: -0.3vw; }

@media screen and (max-width: 920px) {
  /* line 357, main.scss */
  .promo-slider-wrapper .decor-arrow {
    height: 100px;
    bottom: 50px; } }
@media screen and (min-width: 641px) {
  /* line 363, main.scss */
  .promo-slider-wrapper .promo-text {
    width: 80%; }
    /* line 366, main.scss */
    .promo-slider-wrapper .promo-text > div {
      position: relative;
      z-index: 2; } }
@media screen and (max-width: 640px) {
  /* line 373, main.scss */
  .promo-slider-wrapper .promo-text {
    position: static;
    width: 100%;
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    background-color: #eeeeee; }

  /* line 382, main.scss */
  .promo-slider-wrapper .promo-slider-pagination {
    left: 10px;
    right: 10px;
    bottom: 10px; } }
/* ================================ */
/* end promo-slider-wrapper */
/* ================================ */
/* ================================ */
/* index-reviews */
/* ================================ */
/* line 398, main.scss */
.index-reviews .decor-arrow {
  width: 100%;
  max-width: 850px;
  height: 1px;
  background-color: #9e9e9e;
  margin-left: auto;
  margin-right: auto; }
/* line 407, main.scss */
.index-reviews .review-slide {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
/* line 414, main.scss */
.index-reviews .review-img-top {
  max-height: 180px; }
/* line 417, main.scss */
.index-reviews .review-img-left {
  width: calc(100% - 30px); }

/* ================================ */
/* end index-reviews */
/* ================================ */
/* ================================ */
/* promo-2 */
/* ================================ */
/* line 430, main.scss */
.promo-2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

/* ================================ */
/* end promo-2 */
/* ================================ */
/* ================================ */
/* js-products-slider */
/* ================================ */
/* line 446, main.scss */
.js-products-slider .decor-arrow {
  width: 100%;
  max-width: 360px;
  height: 1px;
  background-color: #9e9e9e;
  margin-left: auto;
  margin-right: auto; }

/* ================================ */
/* end js-products-slider */
/* ================================ */
/* ================================ */
/* product-item */
/* ================================ */
/* line 465, main.scss */
.product-item {
  overflow-x: hidden; }
  /* line 469, main.scss */
  .product-item .product-image.second-img img:first-child {
    opacity: 1; }
  /* line 472, main.scss */
  .product-item .product-image.second-img img:last-child {
    opacity: 0; }
  /* line 479, main.scss */
  .product-item:hover .product-image.second-img img:first-child {
    opacity: 0; }
  /* line 482, main.scss */
  .product-item:hover .product-image.second-img img:last-child {
    opacity: 1; }
  /* line 488, main.scss */
  .product-item .product-image.rel-img {
    height: auto;
    padding-top: 0; }
    /* line 492, main.scss */
    .product-item .product-image.rel-img > img:first-child {
      position: static;
      display: block;
      width: 100%;
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0, 0); }
    /* line 501, main.scss */
    .product-item .product-image.rel-img > img:last-child {
      width: 100%;
      height: auto; }
  /* line 507, main.scss */
  .product-item .product-old_price {
    opacity: 0.7;
    text-decoration: line-through; }
  /* line 512, main.scss */
  .product-item .stiker-block {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px; }

@media screen and (max-width: 768px) {
  /* line 524, main.scss */
  .product-item:hover .product-image.second-img img:first-child {
    opacity: 1; } }
/* ================================ */
/* end product-item */
/* ================================ */
/* ================================ */
/* index-contacts */
/* ================================ */
/* line 542, main.scss */
.index-contacts .decor-arrow {
  width: 100%;
  max-width: 850px;
  height: 1px;
  background-color: #9e9e9e;
  margin-left: auto;
  margin-right: auto; }
/* line 551, main.scss */
.index-contacts .index-contact {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto 20px; }
/* line 562, main.scss */
.index-contacts .index-contact-description {
  display: none;
  background-color: #fff;
  color: #313131;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  /*
  &:before{
  	position: absolute;
  	left: -20px;
  	content: '';
  	border: 10px solid transparent;
  	border-top: 10px solid #fff;
  	border-right: 10px solid #fff;
  }
  */ }
/* line 584, main.scss */
.index-contacts .hover-contact:hover .index-contact-description {
  display: block; }

/* ================================ *
/* end index-contacts */
/* ================================ */
/* ================================ */
/* instagram */
/* ================================ */
/* line 598, main.scss */
.instagram .frame {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 25%; }

@media screen and (max-width: 768px) {
  /* line 606, main.scss */
  .instagram .frame {
    padding-top: 50%; } }
/* ================================ */
/* end instagram */
/* ================================ */
/* ================================ */
/* breadcrumb-wrapper */
/* ================================ */
@media screen and (min-width: 769px) {
  /* line 620, main.scss */
  .breadcrumb-wrapper ul .button-breadcrumb {
    display: none; } }
/* line 624, main.scss */
.breadcrumb-item.hidden {
  display: none; }

/* line 627, main.scss */
.bttn-hidden-breadcrumbs {
  border: none;
  color: var(--color_link);
  line-height: 1; }

/* line 632, main.scss */
.breadcrumb-wrapper {
  font-weight: 300; }
  /* line 637, main.scss */
  .breadcrumb-wrapper ul li {
    display: inline-block;
    vertical-align: top; }
  /* line 642, main.scss */
  .breadcrumb-wrapper ul > *:not(:last-child):after {
    content: '—';
    display: inline-block;
    vertical-align: top;
    opacity: 0.7;
    margin: 0 10px; }
  /* line 651, main.scss */
  .breadcrumb-wrapper.has-bg {
    background-color: transparent;
    box-shadow: inset 0 0 0 transparent; }
    /* line 655, main.scss */
    .breadcrumb-wrapper.has-bg .container {
      padding-left: 0;
      padding-right: 0; }
      /* line 660, main.scss */
      .breadcrumb-wrapper.has-bg .container ul > *:not(:last-child):after {
        opacity: 1; }

@media screen and (max-width: 768px) {
  /* line 668, main.scss */
  .breadcrumb-wrapper ul > *:not(:last-child):after {
    margin: 0 5px; } }
/* ================================ */
/* end breadcrumb-wrapper */
/* ================================ */
/* ================================ */
/* js-products-slider.in-collection */
/* ================================ */
/* line 683, main.scss */
.js-products-slider.in-collection .review-slider-prev,
.js-products-slider.in-collection .review-slider-next {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #d5d5d5; }
  /* line 693, main.scss */
  .js-products-slider.in-collection .review-slider-prev > svg,
  .js-products-slider.in-collection .review-slider-next > svg {
    width: 10px;
    height: 38px; }
/* line 699, main.scss */
.js-products-slider.in-collection .review-slider-prev {
  left: 10px;
  padding-right: 3px; }
/* line 703, main.scss */
.js-products-slider.in-collection .review-slider-next {
  right: 10px;
  padding-left: 3px; }

/* ================================ */
/* end js-products-slider.in-collection */
/* ================================ */
/* ================================ */
/* collection-preview-big */
/* ================================ */
/* line 717, main.scss */
.collection-preview-big {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  --select-arrow: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E%3Cg%3E%3Cpath d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
  /* line 724, main.scss */
  .collection-preview-big:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); }
  /* line 734, main.scss */
  .collection-preview-big .b-top {
    border-color: #fff; }

/* ================================ */
/* end collection-preview-big */
/* ================================ */
/* ================================ */
/* pagination */
/* ================================ */
/* line 748, main.scss */
.pagination {
  list-style: none;
  font-weight: 400;
  padding: 0;
  margin: 0; }
  /* line 754, main.scss */
  .pagination > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px; }
    /* line 759, main.scss */
    .pagination > li.is-current {
      font-weight: 700; }

/* ================================ */
/* end pagination */
/* ================================ */
/* ================================ */
/* [data-closed-filter] */
/* ================================ */
/* line 774, main.scss */
[data-closed-filter] {
  display: none; }
  /* line 777, main.scss */
  [data-closed-filter].active {
    display: block; }

@media screen and (max-width: 768px) {
  /* line 785, main.scss */
  [data-closed-filter].active {
    position: fixed;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color_bg);
    overflow-y: auto; } }
/* ================================ */
/* end [data-closed-filter] */
/* ================================ */
/* ================================ */
/* collection-order */
/* ================================ */
@media screen and (max-width: 768px) {
  /* line 810, main.scss */
  .collection-order .slct {
    background-position: 100% 50%;
    border-bottom: 1px dotted;
    padding-left: 0; } }
/* ================================ */
/* end collection-order */
/* ================================ */
/* ================================ */
/* collection-filter */
/* ================================ */
/* хак для edge */
/* line 827, main.scss */
li.filter-item {
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=); }

/* line 832, main.scss */
.collection-filter .filter-title {
  margin-top: 10px;
  margin-bottom: 10px; }
/* line 837, main.scss */
.collection-filter .filter-items-wrapper {
  display: none;
  font-weight: 300;
  padding: 0 0 20px 0;
  margin: 20px 0; }
  /* line 843, main.scss */
  .collection-filter .filter-items-wrapper.is-tab-active {
    display: block; }
  /* line 847, main.scss */
  .collection-filter .filter-items-wrapper .filter-items-list {
    list-style: none;
    padding: 0;
    margin: 0; }
/* line 855, main.scss */
.collection-filter [data-tab-anchor] {
  position: relative;
  cursor: pointer;
  padding-right: 25px; }
  /* line 860, main.scss */
  .collection-filter [data-tab-anchor]:before, .collection-filter [data-tab-anchor]:after {
    position: absolute;
    top: 50%;
    content: '';
    height: 1px;
    width: 7px; }
  /* line 869, main.scss */
  .collection-filter [data-tab-anchor]:before {
    right: 0;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  /* line 878, main.scss */
  .collection-filter [data-tab-anchor]:after {
    right: 5px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  /* line 888, main.scss */
  .collection-filter [data-tab-anchor].is-button-active:before {
    right: 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  /* line 897, main.scss */
  .collection-filter [data-tab-anchor].is-button-active:after {
    right: 5px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
/* line 908, main.scss */
.collection-filter [data-show-products] {
  z-index: 1000;
  right: -220px;
  width: 200px;
  font-size: 13px;
  display: none;
  padding: 10px 20px; }
  /* line 916, main.scss */
  .collection-filter [data-show-products]:before {
    position: absolute;
    top: 12px;
    left: -10px;
    content: '';
    width: 20px;
    height: 20px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 0;
    border-right: 0; }
/* line 933, main.scss */
.collection-filter .input-range {
  width: 100%;
  font-size: 0.8em;
  padding: 5px; }
/* line 939, main.scss */
.collection-filter .irs-slider.from,
.collection-filter .irs-slider.to {
  top: 23px;
  height: 12px; }

/* ================================ */
/* end collection-filter */
/* ================================ */
/* ================================ */
/* gallery-thumbs-wrap */
/* ================================ */
/* line 954, main.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none; }

/* line 959, main.scss */
.dom-ready .gallery-wrapper {
  opacity: 1 !important; }

/* line 962, main.scss */
.gallery-thumbs-wrap {
  margin-left: 60px;
  margin-right: 60px; }
  /* line 966, main.scss */
  .gallery-thumbs-wrap .swiper-button-prev,
  .gallery-thumbs-wrap .swiper-button-next {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #d5d5d5; }
    /* line 976, main.scss */
    .gallery-thumbs-wrap .swiper-button-prev.swiper-button-disabled,
    .gallery-thumbs-wrap .swiper-button-next.swiper-button-disabled {
      opacity: 1;
      cursor: pointer;
      pointer-events: auto; }
    /* line 982, main.scss */
    .gallery-thumbs-wrap .swiper-button-prev svg,
    .gallery-thumbs-wrap .swiper-button-next svg {
      width: 10px;
      height: 38px; }
  /* line 988, main.scss */
  .gallery-thumbs-wrap .swiper-button-prev {
    left: -55px;
    padding-right: 3px; }
  /* line 993, main.scss */
  .gallery-thumbs-wrap .swiper-button-next {
    right: -55px;
    padding-left: 3px; }
  /* line 998, main.scss */
  .gallery-thumbs-wrap .gallery-thumb {
    position: relative;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 100%; }

/* ================================ */
/* end gallery-thumbs-wrap */
/* ================================ */
/* ================================ */
/* product-info */
/* ================================ */
/* line 1017, main.scss */
.product-buy {
  display: none; }

/* line 1020, main.scss */
.product-buy.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

/* line 1028, main.scss */
.product-info .product-available {
  display: none; }
/* line 1031, main.scss */
.product-info .not-available .product-available {
  display: block; }
  /* line 1033, main.scss */
  .product-info .not-available .product-available:before {
    content: '× ';
    color: #ff1b1b; }
/* line 1039, main.scss */
.product-info .product-title sup {
  top: -1em;
  font-weight: normal;
  font-size: 50%; }
/* line 1045, main.scss */
.product-info .option-selector {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 1057, main.scss */
  .product-info .option-selector .option {
    display: inline-block;
    vertical-align: top;
    font-size: 1em;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px; }
    /* line 1065, main.scss */
    .product-info .option-selector .option.is-select {
      width: 50%;
      max-width: 50%;
      flex-basis: 50%; }
      @media (max-width: 768px) {
        /* line 1065, main.scss */
        .product-info .option-selector .option.is-select {
          width: 100%;
          max-width: 100%;
          flex-basis: 100%; } }
    /* line 1075, main.scss */
    .product-info .option-selector .option.is-span {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%; }
/* line 1084, main.scss */
.product-info .product-variants .option-label {
  width: 100%;
  font-size: 0.8em;
  font-weight: 300;
  margin-bottom: 3px; }
/* line 1090, main.scss */
.product-info .product-variants .slct {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
/* line 1096, main.scss */
.product-info .product-variants svg {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  margin-top: -8px; }
/* line 1105, main.scss */
.product-info [data-product-old-price] {
  opacity: 0.5;
  text-decoration: line-through;
  font-weight: 300; }
/* line 1112, main.scss */
.product-info .product-props label:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 12px;
  height: 1px; }
/* line 1121, main.scss */
.product-info .product-props .property > span {
  opacity: 0.8;
  font-weight: 300; }

/* ================================ */
/* end product-info */
/* ================================ */
/* ================================ */
/* product-description */
/* ================================ */
/* line 1139, main.scss */
.product-description .tabs-head {
  border-bottom: 1px solid #9e9e9e; }
/* line 1143, main.scss */
.product-description .tabs-item {
  cursor: pointer;
  border-bottom: 1px solid transparent;
  opacity: 0.7;
  margin-bottom: -1px; }
  /* line 1149, main.scss */
  .product-description .tabs-item.is-button-active {
    border-bottom: 1px solid #d2895b;
    opacity: 1; }

/* ================================ */
/* end product-description */
/* ================================ */
/* ================================ */
/* reviews-wrapper */
/* ================================ */
@media (max-width: 374px) {
  /* line 1165, main.scss */
  .g-recaptcha,
  #quick-checkout-recaptcha {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0; } }
/* line 1179, main.scss */
.form-label.require:after {
  content: ' *';
  color: #f6504f; }

/* line 1184, main.scss */
.reviews-wrapper .form-row {
  margin-bottom: 1em; }
/* line 1187, main.scss */
.reviews-wrapper .form-label {
  width: 100%;
  margin-bottom: 0.5em; }
/* line 1191, main.scss */
.reviews-wrapper .form-field {
  width: 100%; }
  /* line 1194, main.scss */
  .reviews-wrapper .form-field.text-field.is-captcha {
    margin-top: 10px; }
  /* line 1197, main.scss */
  .reviews-wrapper .form-field.is-textarea {
    min-height: 80px; }
/* line 1201, main.scss */
.reviews-wrapper .reviews-toggle-wrapper {
  margin-bottom: 20px; }
/* line 1204, main.scss */
.reviews-wrapper .reviews-item {
  border-bottom: 1px solid #ccc;
  padding: 15px 0; }
/* line 1208, main.scss */
.reviews-wrapper #captcha_challenge {
  overflow-y: hidden; }
/* line 1212, main.scss */
.reviews-wrapper .is-error input {
  border: 1px solid #f6504f; }

/* ================================ */
/* end reviews-wrapper */
/* ================================ */
/* ================================ */
/* side-popup */
/* ================================ */
/* line 1226, main.scss */
.side-popup {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: -150%;
  bottom: 0;
  width: 100%;
  min-width: 320px;
  max-width: 500px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  overflow-y: auto;
  padding: 30px;
  background: #ccc; }
  /* line 1241, main.scss */
  .side-popup.cart-popup {
    max-width: 700px; }
  /* line 1245, main.scss */
  .side-popup.opened {
    right: 0; }
  /* line 1248, main.scss */
  .side-popup.left {
    left: -150%;
    right: auto !important; }
    /* line 1252, main.scss */
    .side-popup.left.opened {
      left: 0; }

/* line 1260, main.scss */
.cart-item .cart-delete {
  top: 15px;
  right: 0px; }
  /* line 1264, main.scss */
  .cart-item .cart-delete svg {
    width: 16px;
    height: 16px; }

/* ================================ */
/* end side-popup */
/* ================================ */
/* ================================ */
/* cart-popup */
/* ================================ */
/* line 1281, main.scss */
.cart-popup.preload:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70px auto;
  background-color: rgba(255, 255, 255, 0.4); }
/* line 1296, main.scss */
.cart-popup .cart-item .cart-image img {
  display: block; }
/* line 1300, main.scss */
.cart-popup .cart-label {
  opacity: 0.7; }
/* line 1304, main.scss */
.cart-popup [data-cartman-discounts] > .row {
  padding-bottom: 15px; }
  /* line 1307, main.scss */
  .cart-popup [data-cartman-discounts] > .row:empty {
    padding-bottom: 0; }

/* ================================ */
/* end cart-popup */
/* ================================ */
/* ================================ */
/* popup-bg */
/* ================================ */
/* line 1322, main.scss */
.popup-bg {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.5;
  display: none;
  cursor: pointer; }
  /* line 1333, main.scss */
  .popup-bg.active {
    display: block; }

/* line 1337, main.scss */
.fancybox-is-open .fancybox-bg {
  opacity: 0.75; }

/* line 1340, main.scss */
.fancybox-content {
  background: var(--color_bg);
  color: var(--color_text);
  padding: 20px; }

/* line 1345, main.scss */
#feedback-modal {
  max-width: 320px; }
  /* line 1348, main.scss */
  #feedback-modal input[type="text"],
  #feedback-modal input[type="password"],
  #feedback-modal input[type="email"],
  #feedback-modal textarea {
    border: 1px solid var(--color_text);
    background: var(--color_bg);
    color: var(--color_text); }
    /* line 1352, main.scss */
    #feedback-modal input[type="text"]::placeholder,
    #feedback-modal input[type="password"]::placeholder,
    #feedback-modal input[type="email"]::placeholder,
    #feedback-modal textarea::placeholder {
      color: var(--color_text); }

/* line 1360, main.scss */
.feedback-mini {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

/* line 1366, main.scss */
.feedback-row .chkbx-label input[type="checkbox"] + .chkbx-control {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 5px; }
/* line 1372, main.scss */
.feedback-row .chkbx-label > span:last-child {
  width: calc(100% - 30px); }

/* ================================ */
/* end popup-bg */
/* ================================ */
/* ================================ */
/* blog, articles-list */
/* ================================ */
/* line 1387, main.scss */
.articles-list.mansonry-style {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px; }
  /* line 1395, main.scss */
  .articles-list.mansonry-style > div {
    display: inline-block;
    width: 100%; }
/* line 1402, main.scss */
.articles-list.normal-style .article_preview {
  height: 100%; }
  /* line 1405, main.scss */
  .articles-list.normal-style .article_preview > div {
    height: 100%; }
/* line 1410, main.scss */
.articles-list.normal-style .article_preview-image_wrap > a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 100%; }
/* line 1423, main.scss */
.articles-list .article_preview .inner {
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
/* line 1430, main.scss */
.articles-list .article_preview .article_preview-image_wrap {
  display: block;
  margin-left: -20px;
  margin-right: -20px; }
/* line 1436, main.scss */
.articles-list .article_preview .article_preview-image {
  display: block;
  width: 100%;
  height: auto; }

@media screen and (max-width: 920px) {
  /* line 1446, main.scss */
  .articles-list.mansonry-style {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; } }
@media screen and (max-width: 640px) {
  /* line 1459, main.scss */
  .articles-list.mansonry-style {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; } }
/* ================================ */
/* end blog, articles-list */
/* ================================ */
/* ================================ */
/* article */
/* ================================ */
/* line 1480, main.scss */
.article .article-preview-big {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff; }
  /* line 1486, main.scss */
  .article .article-preview-big:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); }

/* ================================ */
/* end article */
/* ================================ */
/* ================================ */
/* mobile-popup */
/* ================================ */
/* line 1509, main.scss */
.mobile-popup {
  max-width: 320px; }

/* line 1512, main.scss */
.mobile-popup .bttn-underline {
  overflow: visible; }

/* line 1516, main.scss */
.collection-flatten > ul {
  padding: 0;
  margin: 0; }
  /* line 1520, main.scss */
  .collection-flatten > ul ul {
    display: none; }
/* line 1526, main.scss */
.collection-flatten li.active > ul {
  display: block; }
/* line 1529, main.scss */
.collection-flatten li.active > .js-flatten-open {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
/* line 1538, main.scss */
.collection-flatten .js-flatten-open {
  cursor: pointer;
  width: 1em; }
  /* line 1542, main.scss */
  .collection-flatten .js-flatten-open svg {
    display: block; }

/* line 1548, main.scss */
.mobile-logotype img {
  max-height: 70px; }

/* line 1551, main.scss */
.js-scroll_top {
  display: none; }

/* ================================ */
/* end mobile-popup */
/* ================================ */
/* ================================ */
/* end search-popup */
/* ================================ */
/* line 1564, main.scss */
.search-popup {
  background-color: #fff;
  position: fixed;
  z-index: 1001;
  display: none; }
  /* line 1570, main.scss */
  .search-popup .search-inner {
    font-size: 1.2rem;
    width: 100%;
    padding: 0 20px; }
  /* line 1576, main.scss */
  .search-popup.opened {
    display: block; }
  /* line 1580, main.scss */
  .search-popup .inpt-underline {
    background-color: transparent;
    max-width: 700px;
    width: calc(100% - 50px); }
  /* line 1585, main.scss */
  .search-popup .button-close {
    top: 40px;
    right: 40px;
    color: #313131; }
  /* line 1590, main.scss */
  .search-popup .bttn-underline {
    padding: 7px 0;
    border-bottom: 0 solid; }

@media screen and (max-width: 480px) {
  /* line 1599, main.scss */
  .search-popup .button-close {
    top: 20px;
    right: 20px; } }
/* ================================ */
/* end search-popup */
/* ================================ */
/* ================================ */
/* feedback_form */
/* ================================ */
/* line 1615, main.scss */
#feedback_form table {
  width: 100% !important; }
  /* line 1618, main.scss */
  #feedback_form table td {
    text-align: left !important; }
  /* line 1622, main.scss */
  #feedback_form table textarea, #feedback_form table input[type="text"] {
    outline: none;
    width: 100%;
    border-radius: 2px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px; }
  /* line 1631, main.scss */
  #feedback_form table input[type="submit"] {
    outline: none;
    background-color: var(--color_button_bg);
    color: var(--color_button_text);
    border-radius: 0;
    font-size: 1em;
    line-height: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    padding: 0 30px; }

/* ================================ */
/* end feedback_form */
/* ================================ */
/* ================================ */
/* m-modal--checkout */
/* ================================ */
/* line 1654, main.scss */
.m-modal-errors {
  background-color: #f6504f;
  color: #fff; }

/* line 1658, main.scss */
.m-input-field {
  border-color: var(--color_text);
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

/* line 1667, main.scss */
select.m-input-field {
  background-image: url(icon_shevron-down.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat; }

/* line 1672, main.scss */
.m-input .tt-dropdown-menu {
  right: 0 !important; }

/* line 1675, main.scss */
.m-modal-button--checkout {
  height: 40px;
  line-height: 40px;
  border: 0;
  font-size: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
  padding-left: 20px;
  padding-right: 20px; }

/* line 1689, main.scss */
.m-modal {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border: 0;
  max-height: calc(100% - 40px);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 20px 0; }

/* line 1702, main.scss */
.m-overlay {
  opacity: 0.5; }

/* line 1705, main.scss */
.m-modal-close {
  background-image: none; }

/* line 1708, main.scss */
.m-modal-close:before,
.m-modal-close:after {
  position: absolute;
  content: '';
  height: 2px;
  left: 0;
  right: 0; }

/* line 1716, main.scss */
.m-modal-close:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 1723, main.scss */
.m-modal-close:after {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

/* line 1730, main.scss */
.m-input--checkbox {
  opacity: 1; }

/* ================================ */
/* end m-modal--checkout */
/* ================================ */
/* ================================ */
/* editor */
/* ================================ */
/* line 1743, main.scss */
.editor table {
  width: 100%; }
  /* line 1746, main.scss */
  .editor table tr, .editor table td {
    height: auto !important; }
  /* line 1749, main.scss */
  .editor table td {
    border: 1px solid;
    padding-left: 10px;
    padding-right: 10px; }
/* line 1755, main.scss */
.editor img {
  height: auto !important;
  margin-bottom: 10px; }

/* ================================ */
/* end editor */
/* ================================ */
/* ================================ */
/* footer */
/* ================================ */
/* line 1771, main.scss */
footer .buy-vars img {
  max-width: 60px; }

/* ================================ */
/* end footer */
/* ================================ */
/* line 1779, main.scss */
.account-icon svg, .search-icon svg {
  width: 19px; }

/* line 1782, main.scss */
#home-sb-arc-3d-sound {
  background-color: #69c0b8;
  color: var(--colors-b1a);
  overflow: hidden;
  padding: 0;
  margin: calc(100vw * 1/27) calc(100vw * 1/27) calc(100vw * 2/27) calc(100vw * 1/27); }

/* line 1789, main.scss */
#home-sb-arc-3d-sound .beside-n-content {
  width: var(--x18);
  padding-top: calc(100vw * 2/27);
  padding-bottom: calc(100vw * 1.5/27);
  margin-bottom: calc(100vw * -1/27); }

/* line 1795, main.scss */
.text-x5 {
  font-size: 5.555vw;
  line-height: 1;
  letter-spacing: -2.7px; }

/* line 1800, main.scss */
.text-x2 {
  font-size: calc(21px + 11*(100vw - 1440px)/1120);
  line-height: 1.33;
  letter-spacing: .3px;
  word-spacing: .4px; }

/* line 1806, main.scss */
#home-sb-arc-3d-sound .beside-n-contentlist > div:last-child {
  margin-top: calc(100vw * 0.75/27); }

@media (min-width: 1024px) {
  /* line 1810, main.scss */
  .option.is-radio {
    display: inline-block;
    line-height: 32px;
    margin-right: 30px; } }
@media (max-width: 1023px) {
  /* line 1813, main.scss */
  .option.is-radio {
    line-height: 32px;
    margin: 30px 0; } }
/* line 1815, main.scss */
.option-cvet label.is-radio span, .option-osnovnoj_cvet.is-radio span {
  display: none; }

/* line 1816, main.scss */
.option-razmer label {
  cursor: pointer; }

/* line 1817, main.scss */
.option-cvet label, .option-osnovnoj_cvet label {
  height: 24px;
  width: 24px;
  border-radius: 24px;
  margin: 4px;
  cursor: pointer; }

/* line 1818, main.scss */
.option-cvet label.is-active, .option-razmer label.is-active, .option-osnovnoj_cvet label.is-active {
  position: relative; }

/* line 1819, main.scss */
.option-cvet label.is-active:before, .option-osnovnoj_cvet label.is-active:before {
  content: "";
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  border: 1px solid #000;
  left: -4px;
  top: -4px; }

/* line 1829, main.scss */
.option-razmer label.is-active:before {
  content: "";
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0; }

/* line 1837, main.scss */
.option-cvet label.black, .option-osnovnoj_cvet label.black {
  background-color: #000; }

/* line 1838, main.scss */
.option-cvet label.white, .option-osnovnoj_cvet label.white {
  background-color: #fff; }

/* line 1839, main.scss */
.product-tile.beside-n > .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: calc(100vw * 3/27);
  margin-left: calc(100vw * 2/27); }

/* line 1849, main.scss */
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none; }

/* line 1856, main.scss */
.product-tile.beside-n .pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: .92593vw;
  margin-top: var(--x0p25); }

/* line 1869, main.scss */
.glide * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* line 1873, main.scss */
.mt-auto {
  margin-top: auto; }

/* line 1877, main.scss */
.cards.beside-n li {
  border-right: 1px solid;
  overflow: hidden; }

/* line 1882, main.scss */
.svg-link .svg-wrapper {
  height: 26px; }

/* line 1885, main.scss */
.svg-link .svg-wrapper svg {
  height: 100%;
  width: auto; }

/* line 1889, main.scss */
.abs-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

/* line 1895, main.scss */
.option-label {
  display: none; }

/* line 1896, main.scss */
#home-sb-arc-3d-sound #overlay-picture-arc-3d-sound {
  width: calc(100vw * 25/27);
  top: 45%; }

/* line 1900, main.scss */
#home-sb-arc-3d-sound .beside-n-media {
  width: calc(100vw * 25/27);
  height: calc(100vw * 10/27); }

/* line 1904, main.scss */
#home-sb-arc-3d-sound #overlay-soundwaves-4-light {
  width: calc(100vw * 17/27);
  height: calc(100vw * 7/27);
  left: 30%;
  top: 65%; }

/* line 1910, main.scss */
.pos-absolute {
  position: absolute; }

/* line 1913, main.scss */
[data-al~=fade-in].al-animate {
  opacity: 1; }

/* line 1916, main.scss */
.height-full {
  height: 100%; }

/* line 1919, main.scss */
.me-width-auto, .sonos-menu-offcanvas {
  width: auto; }

/* line 1922, main.scss */
.sonos-menu-offcanvas .sonos-menu-close {
  margin-top: 0; }

/* line 1925, main.scss */
.sonos-menu-close {
  height: 80px;
  z-index: 5; }

/* line 1929, main.scss */
.sonos-menu-offcanvas .primary-content.al-animate {
  opacity: 1;
  margin-left: 0;
  z-index: 1; }

/* line 1934, main.scss */
.sonos-menu-offcanvas .primary-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* line 1941, main.scss */
.overlay-soundwaves.al-animate .circle {
  border-radius: 50%;
  background-color: transparent;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

/* line 1941, main.scss */
.overlay-soundwaves.al-animate .circles-pulse-once {
  -webkit-animation: sonos-pulse 2.4s linear forwards;
  animation: sonos-pulse 2.4s linear forwards; }

/* line 1941, main.scss */
.overlay-soundwaves.al-animate .circles-pulse-infinite {
  -webkit-animation: sonos-pulse-w-opacity 2.4s linear infinite;
  animation: sonos-pulse-w-opacity 2.4s linear infinite; }

/* line 1941, main.scss */
.overlay-soundwaves.al-animate .circles-pulse-out {
  -webkit-animation: sonos-pulse-w-opacity 2.4s linear forwards;
  animation: sonos-pulse-w-opacity 2.4s linear forwards; }

/* line 1941, main.scss */
.overlay-soundwaves.b4-a .circle {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border: 1px solid #fff; }

/* line 1941, main.scss */
.overlay-soundwaves.b1-a .circle {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border: 1px solid var(--colors-b1a); }

/* line 1941, main.scss */
.overlay-soundwaves.b4-a .circles-4 {
  border: 1.4px solid rgba(255, 255, 255, 0.8);
  border: 1.4px solid #fff; }

@-webkit-keyframes sonos-pulse {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1); }
  40% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }
@keyframes sonos-pulse {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1); }
  40% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }
@-webkit-keyframes sonos-pulse-w-opacity {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    opacity: 0; }
  40% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1; }
  60% {
    opacity: .8; }
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0; }
  to {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    opacity: 0; } }
@keyframes sonos-pulse-w-opacity {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    opacity: 0; }
  40% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1; }
  60% {
    opacity: .8; }
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0; }
  to {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    opacity: 0; } }
/* line 1942, main.scss */
#move-sb-home-seasonal {
  background-color: #113f5f;
  color: #fff; }

/* line 1946, main.scss */
#move-sb-recharging .colors-bg-page-accent {
  background-color: #113f5f;
  color: #fff; }

/* line 1948, main.scss */
#move-sb-home-seasonal {
  margin: 213px 53px 106px 53px; }

/* line 1951, main.scss */
.mv-x2 {
  margin-top: calc(100vw * 2/27);
  margin-bottom: calc(100vw * 2/27); }

/* line 1955, main.scss */
.lg-width-x13 {
  width: calc(100vw * 13/27); }

/* line 1958, main.scss */
#move-sb-home-seasonal #overlay-picture-move-base-hover-white {
  width: calc(100vw * 6/27);
  top: 30%; }

/* line 1962, main.scss */
#move-sb-home-seasonal .lg-pr-x3 {
  padding-right: calc(100vw * 2/27); }

/* line 1965, main.scss */
#move-sb-home-seasonal .lg-pl-x2 {
  padding-top: calc(100vw * 2/27);
  padding-bottom: calc(100vw * 2/27);
  padding-left: calc(100vw * 1/27); }

/* line 1970, main.scss */
.lg-width-x13 {
  width: calc(100vw * 13/27); }

@media (min-width: 1024px) {
  /* line 1974, main.scss */
  .lg-width-x14 {
    width: calc(100vw * 14/27); } }
/* line 1978, main.scss */
#move-sb-home-seasonal .beside-e-media {
  height: auto; }

/* line 1981, main.scss */
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

/* line 1990, main.scss */
.disp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 1995, main.scss */
#move-sb-home-seasonal .beside-e-headline {
  font-size: 72px;
  width: calc(100vw * 10/27); }

/* line 1999, main.scss */
.text-x5 {
  font-size: 5.555vw;
  line-height: 1;
  letter-spacing: -2.7px; }

/* line 2004, main.scss */
.lg-mb-x0p5 {
  margin-bottom: calc(100vw * 0.5/27); }

/* line 2007, main.scss */
.column ul {
  margin-left: 40px; }

/* line 2008, main.scss */
.column li {
  list-style-position: inside;
  margin-left: 40px; }

/* line 2009, main.scss */
#plp-speaker-recommender-landing {
  background-color: #bdd1e7;
  overflow: hidden; }

/* line 2013, main.scss */
.mv-x2 {
  margin-top: calc(100vw * 2/27);
  margin-bottom: calc(100vw * 2/27); }

/* line 2017, main.scss */
#plp-speaker-recommender-landing .beside-w-media {
  height: auto;
  min-height: var(--x10); }

/* line 2021, main.scss */
.lg-width-x13 {
  width: calc(100vw * 13/27); }

/* line 2024, main.scss */
#plp-speaker-recommender-landing #overlay-soundwaves-4-dark {
  height: calc(100vw * 9/27);
  width: calc(100vw * 9/27);
  top: 30%;
  left: 30%; }

/* line 2030, main.scss */
#plp-speaker-recommender-landing > div:nth-child(2) {
  padding: 80px 106px 80px 160px; }

/* line 2033, main.scss */
.lg-pr-x2 {
  padding-right: calc(100vw * 2/27); }

/* line 2036, main.scss */
.lg-pl-x3 {
  padding-left: calc(100vw * 3/27); }

@media (min-width: 1024px) {
  /* line 2040, main.scss */
  .lg-width-x14 {
    width: calc(100vw * 14/27); } }
/* line 2044, main.scss */
.beside-w-media {
  order: 1; }

/* line 2047, main.scss */
#plp-speaker-recommender-landing #overlay-soundwaves-4-dark {
  height: calc(100vw * 9/27);
  width: calc(100vw * 9/27);
  top: 30%;
  left: 30%; }

/* line 2053, main.scss */
#plp-speaker-recommender-landing #overlay-picture-one-top-sm {
  width: calc(100vw * 3/27);
  top: 30%;
  left: 30%; }

/* line 2058, main.scss */
#plp-speaker-recommender-landing #overlay-picture-one-top-white-sm {
  width: calc(100vw * 3.1/27);
  top: 65%;
  left: 70%; }

/* line 2063, main.scss */
.overlay-soundwaves.b1-a .circle {
  border: 1px solid rgba(0, 0, 0, 0.8); }

/* line 2066, main.scss */
.overlay-soundwaves.al-animate .circles-pulse-once {
  -webkit-animation: sonos-pulse 2.4s linear forwards;
  animation: sonos-pulse 2.4s linear forwards; }

/* line 2070, main.scss */
.overlay-soundwaves.al-animate .circle {
  border-radius: 50%;
  background-color: transparent;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

/* line 2076, main.scss */
#plp-speaker-recommender-landing .beside-w-headline {
  width: calc(100vw * 11/27); }

/* line 2079, main.scss */
.text-x5 {
  font-size: 5.555vw;
  line-height: 1;
  letter-spacing: -2.7px; }

/* line 2084, main.scss */
.lg-mb-x0p5 {
  margin-bottom: calc(100vw * 0.5/27); }

/* line 2087, main.scss */
.text-medium {
  font-weight: 500; }

/* line 2090, main.scss */
#plp-speaker-recommender-landing .beside-w-content > div .cta {
  width: 45%; }

/* line 2093, main.scss */
.cta {
  padding: 11px 20px; }

/* line 2096, main.scss */
.text-x1 {
  font-size: calc(14px + 7*(100vw - 1440px)/1120);
  line-height: 1.5;
  letter-spacing: .3px; }

/* line 2101, main.scss */
.recommendations img[data-parent-fit=contain] {
  width: 100%; }

@media (min-width: 1024px) {
  /* line 2106, main.scss */
  .lg-mh-x2 {
    margin-left: calc(100vw * 2/27);
    margin-right: calc(100vw * 2/27); } }
/* line 2111, main.scss */
.text-x4 {
  font-size: 3.333vw;
  line-height: 1.1;
  letter-spacing: 0; }

/* line 2116, main.scss */
.list-style-none {
  list-style: none; }

/* line 2119, main.scss */
.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 2124, main.scss */
.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2129, main.scss */
.mb-x1 {
  margin-bottom: calc(100vw * 1/27); }

/* line 2132, main.scss */
.mr-x2 {
  margin-right: calc(100vw * 2/27); }

/* line 2135, main.scss */
.mb-x2 {
  margin-bottom: calc(100vw * 2/27); }

/* line 2138, main.scss */
.mt-nil {
  margin-top: 0; }

/* line 2142, main.scss */
.text-x1, .text-x1p5 {
  font-size: calc(12px + 2*(100vw - 375px)/393);
  line-height: 1.5;
  letter-spacing: .3px;
  word-spacing: .6px; }

/* line 2148, main.scss */
.text-x1 {
  font-size: calc(14px + 7*(100vw - 1440px)/1120);
  line-height: 1.5;
  letter-spacing: .3px; }

/* line 2153, main.scss */
.lg-height-x6 {
  height: calc(100vw * 6/27); }

/* line 2156, main.scss */
.lg-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 2165, main.scss */
.mt-x0p5 {
  margin-top: calc(100vw * 0.5/27); }

/* line 2168, main.scss */
.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/* line 2173, main.scss */
.lg-width-auto {
  width: auto; }

/* line 2176, main.scss */
.countries > li, .secondary > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 3.7037vw;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 3.7037vw;
  -ms-flex: 0 1 calc(100vw * 1/27);
  flex: 0 1 calc(100vw * 1/27); }

/* line 2185, main.scss */
.lg-mb-x0p25 {
  margin-bottom: .92593vw; }

/* line 2188, main.scss */
ul {
  margin-left: 0;
  padding: 0; }

/* line 2189, main.scss */
.lg-mb-nil {
  margin-bottom: 0; }

/* line 2192, main.scss */
[data-al~=border-bottom]:after {
  content: "";
  border-bottom: 1px solid;
  display: block;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: inherit;
  transition: inherit; }

/* line 2203, main.scss */
.disp-inline-block {
  display: inline-block; }

/* line 2206, main.scss */
footer a {
  border-bottom: none; }

/* line 2209, main.scss */
.pt-x0p5 {
  padding-top: calc(100vw * 0.5/27); }

/* line 2212, main.scss */
.social svg {
  height: 1.5em;
  width: 1.5em; }

/* line 2216, main.scss */
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 2220, main.scss */
.lg-mb-x1 {
  margin-bottom: calc(100vw * 1/27); }

/* line 2223, main.scss */
.social > li:first-child {
  margin-left: 0; }

/* line 2226, main.scss */
[data-al*=slide].al-animate {
  -webkit-transform: none;
  transform: none; }

/* line 2230, main.scss */
[data-al~=fade-in].al-animate {
  opacity: 1; }

/* line 2233, main.scss */
.lg-mr-x0p25 {
  margin-right: calc(100vw * 0.25/27); }

/* line 2236, main.scss */
.lg-width-auto {
  width: auto; }

/* line 2239, main.scss */
.mr-x0p25 {
  margin-right: calc(100vw * 0.25/27); }

/* line 2242, main.scss */
.mr-x0p5 {
  margin-right: calc(100vw * 0.5/27); }

/* line 2245, main.scss */
.lg-width-x13 {
  width: calc(100vw * 13/27); }

/* line 2248, main.scss */
.lg-flex-no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* line 2252, main.scss */
#why-choose-sonos-homepage {
  margin-top: calc(100vw * -3/27);
  margin-bottom: calc(100vw * -3/27); }

/* line 2256, main.scss */
#why-choose-sonos-homepage {
  background-color: transparent;
  color: #000000cc; }

/* line 2260, main.scss */
.lg-height-x20 {
  height: calc(100vw * 20/27); }

/* line 2263, main.scss */
.system-benefits-body, .system-benefits-headline {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

/* line 2268, main.scss */
.lg-text-x4 {
  font-size: 3.333vw;
  line-height: 1.1;
  letter-spacing: 0; }

/* line 2273, main.scss */
.lg-width-x11 {
  width: calc(100vw * 11/27); }

/* line 2276, main.scss */
.lg-pa-x2 {
  padding-top: calc(100vw * 2/27);
  padding-bottom: calc(100vw * 2/27);
  padding-left: calc(100vw * 2/27);
  padding-right: calc(100vw * 2/27); }

/* line 2283, main.scss */
.lg-pr-x1p5 {
  padding-right: calc(100vw * 1.5/27); }

/* line 2286, main.scss */
.lg-pb-nil {
  padding-bottom: 0; }

/* line 2289, main.scss */
.system-benefits-headline + div {
  padding: calc(100vw * 0.5/27) 0 calc(100vw * 0.5/27) calc(100vw * 4/27); }

/* line 2292, main.scss */
lg-height-x14 {
  height: calc(100vw * 14/27); }

/* line 2295, main.scss */
.lg-width-x16 {
  width: calc(100vw * 16/27); }

/* line 2298, main.scss */
.system-benefits-body, .system-benefits-headline {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

/* line 2303, main.scss */
.lg-pt-nil {
  padding-top: 0; }

/* line 2306, main.scss */
.lg-width-x11 {
  width: calc(100vw * 11/27); }

/* line 2309, main.scss */
.lg-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 2313, main.scss */
.lg-flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 2318, main.scss */
.lg-height-x14 {
  height: calc(100vw * 14/27); }

/* line 2321, main.scss */
[data-parent-fit=cover] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 2327, main.scss */
#why-choose-sonos-homepage #overlay-svg-app-artwork {
  left: calc(100vw * 4/27);
  width: calc(100vw * 6/27); }

/* line 2331, main.scss */
#why-choose-sonos-homepage #overlay-picture-album-art-13 {
  left: calc(100vw * 4/27);
  top: calc(100vw * 6/27);
  width: calc(100vw * 4.5/27);
  height: calc(100vw * 4.5/27); }

/* line 2337, main.scss */
.text-b4-a {
  color: #ffffffcc; }

/* line 2340, main.scss */
.bg-transparent {
  background-color: transparent; }

/* line 2343, main.scss */
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 2352, main.scss */
.svg-b4-a path, .svg-b4-a rect {
  fill: #ffffffcc; }

/* line 2355, main.scss */
.system-benefits .bb-x1 {
  border-bottom: 1px solid;
  border-color: inherit; }

/* line 2359, main.scss */
.lg-pv-x0p75 {
  padding-top: 2.77778vw;
  padding-bottom: 2.77778vw; }

/* line 2363, main.scss */
.lg-text-x2p5 {
  font-size: calc(24px + 12*(100vw - 1440px)/1120);
  line-height: 1.29;
  letter-spacing: -.5px; }

/* line 2368, main.scss */
.mb-x0p5 {
  margin-bottom: calc(100vw * 0.5/27); }

/* line 2371, main.scss */
.text-medium {
  font-weight: 500; }

/* line 2374, main.scss */
a {
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: inherit;
  color: inherit; }

/* line 2380, main.scss */
header a {
  border-bottom: none; }

/* line 2381, main.scss */
.lg-text-x1p5 {
  font-size: calc(17px + 13*(100vw - 1440px)/1120);
  line-height: 1.37;
  letter-spacing: .25px; }

/* line 2386, main.scss */
.lg-mt-x0p75 {
  margin-top: 2.77778vw; }

/* line 2389, main.scss */
.lg-disp-block {
  display: block; }

/* line 2392, main.scss */
.mt-x2 {
  margin-top: calc(100vw * 2/27); }

/* line 2395, main.scss */
.ph-x1 {
  padding-left: calc(100vw * 1/27);
  padding-right: calc(100vw * 1/27); }

/* line 2399, main.scss */
.lg-mh-x1 {
  margin-left: calc(100vw * 1/27);
  margin-right: calc(100vw * 1/27); }

/* line 2403, main.scss */
.js-basket svg {
  width: 21px; }

/* line 2404, main.scss */
.search_widget-submit svg {
  width: 19px; }

/* line 2405, main.scss */
.sonos-menu-offcanvas {
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: auto; }

/* line 2411, main.scss */
.pos-fixed {
  position: fixed; }

/* line 2414, main.scss */
button, input, select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none; }

/* line 2422, main.scss */
button {
  cursor: pointer; }

/* line 2423, main.scss */
.sonos-menu-offcanvas .primary-content {
  height: 100%;
  padding-top: 108px;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  margin-left: 3.7037vw;
  overflow: hidden;
  width: 37.03704vw;
  max-width: calc(480px - 3.7037vw); }

/* line 2434, main.scss */
.lg-mb-nil {
  margin-bottom: 0; }

/* line 2437, main.scss */
.bg-b3 {
  background-color: #d8d8d8; }

/* line 2440, main.scss */
.sonos-menu-close svg {
  height: 20px; }

/* line 2443, main.scss */
.me-right {
  right: 0; }

/* line 2446, main.scss */
.me-mr-x0p5 {
  margin-right: 1.85185vw; }

/* line 2449, main.scss */
.me-disp-none {
  display: none; }

/* line 2452, main.scss */
.sonos-menu-offcanvas .primary-content-list {
  overflow: hidden;
  -webkit-transition: none;
  transition: none; }

/* line 2457, main.scss */
.me-text-x4 a {
  font-size: 35px;
  line-height: 1.1;
  letter-spacing: 0; }

/* line 2462, main.scss */
.me-mb-x0p3 {
  margin-bottom: 1.11111vw; }

/* line 2465, main.scss */
.scrollbox {
  padding-right: 50px;
  width: calc(100% + 50px);
  overflow-y: scroll;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/* line 2474, main.scss */
.lg-disp-none {
  display: none; }

/* line 2477, main.scss */
.text-x2 {
  font-size: calc(21px + 11*(100vw - 1440px)/1120);
  line-height: 1.33;
  letter-spacing: .3px;
  word-spacing: .4px; }

/* line 2483, main.scss */
.product-tile.beside-n-e > :first-child {
  margin-top: auto; }

/* line 2486, main.scss */
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  will-change: transform; }

@media (min-width: 1024px) {
  /* line 2506, main.scss */
  .lg-ml-x1 {
    margin-left: calc(100vw * 1/27); } }
/* line 2510, main.scss */
[data-parent-fit=contain] {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

/* line 2516, main.scss */
.product-tile.beside-n > .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

/* line 2524, main.scss */
.lg-mb-x2 {
  margin-bottom: calc(100vw * 2/27); }

/* line 2527, main.scss */
.lg-width-x18 {
  width: calc(100vw * 18/27); }

/* line 2530, main.scss */
.mt-auto {
  margin-top: auto; }

/* line 2533, main.scss */
.glide .badge {
  font-size: 10px;
  padding: 4px 22px;
  background: #000; }

/*.product-tile.beside-n > .img-wrapper{width: 50%;margin:auto;}*/
/* line 2539, main.scss */
.product-tile.beside-n > .img-wrapper img {
  margin-left: -25px; }

/* line 2540, main.scss */
.secondary-nav .buying-controls .cta-wrapper {
  margin-left: 3.7037vw; }

/* line 2543, main.scss */
.breadcrumb {
  white-space: nowrap;
  left: 1.85185vw;
  top: calc(100vh - 2.77778vw);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: top left;
  transform-origin: top left; }

/* line 2552, main.scss */
[data-parent-fit=contain] {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

/* line 2558, main.scss */
.pdp-gallery-glide .glide__slide[data-glide-img-position=center] > *, .pdp-gallery-glide[data-glide-status=rewinding-l] .glide__slide--clone:nth-child(2) > *, .pdp-gallery-glide[data-glide-status^=rewinding] .glide__slide--active + .glide__slide--clone > *, .product-carousel-glide .glide__slide[data-glide-img-position=center] > *, .product-carousel-glide[data-glide-status=rewinding-l] .glide__slide--clone:nth-child(2) > *, .product-carousel-glide[data-glide-status^=rewinding] .glide__slide--active + .glide__slide--clone > * {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 2562, main.scss */
#compatible-with-s1s2 {
  background-color: transparent;
  color: var(--colors-b1a);
  margin-top: 0;
  margin-bottom: var(--x1); }

/* line 2568, main.scss */
#compatible-with-s1s2 .beside-w-media {
  display: none; }

/* line 2571, main.scss */
#compatible-with-s1s2 .lg-pl-x3 {
  padding-left: calc(100vw * 2/27); }

/* line 2574, main.scss */
#compatible-with-s1s2 .svg-wrapper {
  height: calc(100vw * 0.75/27); }

/* line 2577, main.scss */
a.svg-link {
  border: none; }

/* line 2580, main.scss */
.one-sl#one-sb-brilliant-sound .colors-bg-page-accent {
  background: #f1d9d8;
  color: #000000cc; }

/* line 2582, main.scss */
.underlay-ne-media {
  margin-right: -40.74074vw; }

/* line 2585, main.scss */
#one-sb-brilliant-sound .scrolling-headline {
  width: calc(100vw * 21/27); }

/* line 2588, main.scss */
.scrolling-headline {
  overflow-y: hidden; }

/* line 2591, main.scss */
#one-sb-brilliant-sound .underlay-ne-headline {
  line-height: 1.2; }

/* line 2594, main.scss */
.underlay-ne-headline.al-animate .scrolling-headline ul {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: sonos-scrollup 10s ease-out forwards;
  animation: sonos-scrollup 10s ease-out forwards; }

/* line 2600, main.scss */
.underlay-ne-headline.al-animate .scrolling-headline ul {
  -webkit-transform: translate3d(0, -83%, 0);
  transform: translate3d(0, -83%, 0);
  list-style: none; }

/* line 2605, main.scss */
.underlay-ne-body {
  padding-left: 48.14815vw !important; }

/* line 2608, main.scss */
.lg-disp-inline-block {
  display: inline-block; }

/* line 2611, main.scss */
.controller-section {
  border-radius: .5em; }

/* line 2614, main.scss */
.controller-section .now-playing-animated, .controller-section svg {
  width: 1.85185vw;
  height: 1.85185vw; }

/* line 2618, main.scss */
.controller-section.svg-b1-a .now-playing-animated .bar {
  background-color: rgba(0, 0, 0, 0.8); }

/* line 2621, main.scss */
.controller-section .now-playing-animated .bar:first-child, .controller-section svg .bar:first-child {
  left: 13%; }

/* line 2624, main.scss */
.controller-section .now-playing-animated .bar, .controller-section svg .bar {
  width: 9%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-animation: sonos-bounce 1.8s ease-in-out infinite;
  animation: sonos-bounce 1.8s ease-in-out infinite; }

/* line 2631, main.scss */
.controller-section {
  border-radius: .5em; }

/* line 2631, main.scss */
.controller-section .volume-actual {
  border-radius: 1px;
  height: 3px; }

/* line 2631, main.scss */
.controller-section .volume-actual, .controller-section .volume-bar {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

/* line 2631, main.scss */
.controller-section .volume-bar {
  height: 1px; }

/* line 2631, main.scss */
.controller-section .now-playing-animated, .controller-section svg {
  width: 5.55556vw;
  width: var(--x1p5);
  height: 5.55556vw;
  height: var(--x1p5); }

/* line 2631, main.scss */
.controller-section .now-playing-animated .bar, .controller-section svg .bar {
  width: 9%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-animation: sonos-bounce 1.8s ease-in-out infinite;
  animation: sonos-bounce 1.8s ease-in-out infinite; }

/* line 2631, main.scss */
.controller-section .now-playing-animated .bar:first-child, .controller-section svg .bar:first-child {
  left: 13%; }

/* line 2631, main.scss */
.controller-section .now-playing-animated .bar:last-child, .controller-section svg .bar:last-child {
  right: 13%; }

/* line 2631, main.scss */
.controller-section.svg-b4-a .now-playing-animated .bar {
  background-color: rgba(255, 255, 255, 0.8);
  background-color: var(--colors-b4a); }

/* line 2631, main.scss */
.controller-section.svg-b1-a .now-playing-animated .bar {
  background-color: rgba(0, 0, 0, 0.8);
  background-color: var(--colors-b1a); }

@media (min-width: 1024px) {
  /* line 2631, main.scss */
  .controller-section .now-playing-animated, .controller-section svg {
    width: 1.85185vw;
    width: var(--x0p5);
    height: 1.85185vw;
    height: var(--x0p5); } }
@-webkit-keyframes sonos-bounce {
  0% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1); }
  20% {
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3); }
  40% {
    -webkit-transform: scaleY(0.7);
    transform: scaleY(0.7); }
  60% {
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2); }
  80% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); }
  to {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1); } }
@keyframes sonos-bounce {
  0% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1); }
  20% {
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3); }
  40% {
    -webkit-transform: scaleY(0.7);
    transform: scaleY(0.7); }
  60% {
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2); }
  80% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); }
  to {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1); } }
/* line 2632, main.scss */
button[data-collapsible] svg {
  height: 1.48148vw; }

/* line 2635, main.scss */
button[data-collapsible] {
  -webkit-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000; }

/* line 2639, main.scss */
button[data-collapsible]:last-of-type {
  border-bottom: 1px solid #000;
  -webkit-transition: .4s ease;
  transition: .4s ease; }

/* line 2644, main.scss */
button[data-collapsible][aria-expanded=true] + * {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: visible; }

/* line 2650, main.scss */
button[data-collapsible][aria-expanded=true] .collapse-vertical-bar {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 2654, main.scss */
button[data-collapsible][aria-expanded=false] .collapse-vertical-bar {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* line 2658, main.scss */
.lg-width-x5 {
  width: calc(100vw * 5/27); }

/* line 2661, main.scss */
.accordion-content-container {
  border-bottom: 1px solid #000;
  border-bottom: 1px solid var(--colors-b1); }

/* line 2662, main.scss */
.accordion-content-container:last-of-type {
  border-bottom: 0; }

/* line 2663, main.scss */
.accordion-content-container.columns-4 {
  margin-top: 7.40741vw;
  margin-top: var(--x2);
  margin-bottom: 3.7037vw;
  margin-bottom: var(--x1); }

/* line 2664, main.scss */
.accordion-content-container.columns-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3.7037vw;
  padding-bottom: var(--x1); }

/* line 2664, main.scss */
.accordion-content-container.columns-2 {
  margin-top: 7.40741vw;
  margin-top: var(--x2);
  margin-bottom: 7.40741vw;
  margin-bottom: var(--x2); }

@media (min-width: 1024px) {
  /* line 2664, main.scss */
  .accordion-content-container.columns-4 {
    margin-top: 2.77778vw;
    margin-bottom: .92593vw;
    margin-bottom: var(--x0p25); }

  /* line 2664, main.scss */
  .accordion-content-container.columns-4 > div:nth-child(4n) {
    margin-right: 0; }

  /* line 2664, main.scss */
  .accordion-content-container.columns-3 {
    margin-top: 3.7037vw;
    margin-top: var(--x1);
    margin-bottom: 1.85185vw;
    margin-bottom: var(--x0p5);
    padding-bottom: 1.85185vw;
    padding-bottom: var(--x0p5); }

  /* line 2664, main.scss */
  .accordion-content-container.columns-3 > div.icon-smheadline-body:last-child {
    margin-right: 0; }

  /* line 2664, main.scss */
  .accordion-content-container.columns-2 {
    margin-top: 1.85185vw;
    margin-top: var(--x0p5);
    margin-bottom: 3.7037vw;
    margin-bottom: var(--x1);
    padding-bottom: 3.7037vw;
    padding-bottom: var(--x1); }

  /* line 2664, main.scss */
  .accordion-content-container.columns-2 > div:nth-child(2n) {
    margin-right: 0; }

  /* line 2664, main.scss */
  .accordion-content-container .lg-width-thirds-padded {
    -ms-flex-preferred-size: 26.1%;
    flex-basis: 26.1%; }

  /* line 2664, main.scss */
  .accordion-content-container .lg-mr-thirds {
    margin-right: 9.5%; } }
/* line 2665, main.scss */
.tabbed-component ul {
  white-space: nowrap;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/* line 2665, main.scss */
.tabbed-component ul::-webkit-scrollbar {
  width: 0; }

/* line 2665, main.scss */
.tabbed-component ul a {
  border-bottom: 0;
  opacity: .32;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease; }

/* line 2665, main.scss */
.tabbed-component a[aria-selected=true] {
  opacity: 1; }

/* line 2665, main.scss */
.tabbed-component [aria-hidden=true] {
  display: none; }

/* line 2665, main.scss */
.tabbed-section-container {
  -webkit-transition: height .6s ease;
  transition: height .6s ease; }

/* line 2666, main.scss */
.recommendation-slider:focus {
  outline: none; }

/* line 2666, main.scss */
.recommendations .card.beside-s {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2666, main.scss */
.recommendations .card.beside-s > .img-wrapper {
  margin-bottom: 11.11111vw;
  margin-bottom: var(--x3);
  height: 40.74074vw;
  height: var(--x11);
  width: 100%; }

/* line 2666, main.scss */
.recommendations .card.beside-s .headline-tagline {
  display: block; }

/* line 2666, main.scss */
.recommendations .card.beside-s .buying-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* line 2666, main.scss */
.recommendations .card.beside-s .buying-controls .cta-wrapper {
  margin-bottom: 1.85185vw;
  margin-bottom: var(--x0p5); }

/* line 2666, main.scss */
.recommendations .card.beside-s .buying-controls .cta {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
  color: var(--colors-b1a);
  border: 1px solid; }

/* line 2666, main.scss */
.recommendations .card.beside-s .buying-controls .buying-controls-attr-wrap {
  display: inline-block; }

/* line 2666, main.scss */
.recommendations .card.beside-s .buying-controls-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: .92593vw;
  margin-top: var(--x0p25); }

/* line 2666, main.scss */
.recommendations .card.beside-s .shop-now-wrap {
  width: 100%;
  margin: 3.7037vw 0 7.40741vw;
  margin: var(--x1) 0 var(--x2); }

/* line 2666, main.scss */
.recommendations .card.beside-s .shop-now-wrap .cta {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border: 1px solid var(--colors-b1a);
  color: rgba(0, 0, 0, 0.8);
  color: var(--colors-b1a);
  padding: 0 1.85185vw;
  padding: 0 var(--x0p5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3rem; }

/* line 2666, main.scss */
.recommendations .card.beside-s .shop-now-wrap .cta-pricing {
  white-space: nowrap; }

/* line 2666, main.scss */
.recommendations .card.beside-s .shop-now-wrap .cta-label + .cta-pricing:before {
  content: "\2014";
  margin: 0 5px; }

/* line 2666, main.scss */
.recommendations .card.beside-s .badge-message {
  padding: 8px 0 16px;
  min-height: 47px;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset; }

/* line 2666, main.scss */
.recommendations .card.beside-s .badge {
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  margin: 0; }

/* line 2666, main.scss */
.recommendations .card.beside-s .compare-tile {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media (min-width: 1024px) {
  /* line 2666, main.scss */
  .recommendations .card.beside-s > .img-wrapper {
    height: 14.81481vw;
    height: var(--x4); }

  /* line 2666, main.scss */
  .recommendations .card.beside-s .headline, .recommendations .card.beside-s > .img-wrapper {
    margin-bottom: 1.85185vw;
    margin-bottom: var(--x0p5); }

  /* line 2666, main.scss */
  .recommendations .card.beside-s .shop-now-wrap {
    margin: 0 0 1.85185vw;
    margin: 0 0 var(--x0p5) 0; }

  /* line 2666, main.scss */
  .recommendations .card.beside-s .buying-controls-wrapper {
    margin: 0; } }
/* line 2668, main.scss */
#pillar-hsw-sb-1 .underlay-n-body {
  margin-left: var(--x1); }

/* line 2672, main.scss */
#pillar-hsw-sb-2 .beside-n-media {
  width: calc(100vw * 21/27);
  margin-bottom: calc(100vw * 1/27); }

/* line 2676, main.scss */
#pillar-hsw-sb-2-columns {
  background-color: transparent;
  color: var(--colors-b1a);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: calc(100vw * 2/27); }

/* line 2684, main.scss */
#pillar-hsw-sb-2 {
  margin-top: calc(100vw * 2/27);
  margin-bottom: 0; }

/* line 2688, main.scss */
#pillar-hsw-sb-2-columns .underlay-w-with-columns-contentlist {
  border-bottom: 1px solid; }

/* line 2691, main.scss */
.underlay-w-with-columns-contentlist > div {
  width: 23.44444vw;
  margin-right: auto; }

/* line 2695, main.scss */
#pillar-hsw-sb-2-columns .underlay-w-with-columns-content {
  display: none; }

/* line 2698, main.scss */
#pillar-hsw-sb-2-columns .underlay-w-with-columns-media {
  display: none; }

/* line 2701, main.scss */
#pillar-hsw-sb-2-columns .underlay-w-with-columns-contentlist {
  border-bottom: 1px solid; }

/* line 2704, main.scss */
#pillar-hsw-sb-2-columns .lg-bt-x1 {
  border-top: none; }

/* line 2707, main.scss */
#pillar-hsw-sb-2-columns .underlay-w-with-columns-contentlist {
  margin-top: 0; }

/* line 2710, main.scss */
#pillar-hsw-sb-2-columns .lg-pv-x1p5 {
  padding-top: 0; }

/* line 2713, main.scss */
#pillar-hsw-sb-2-columns .lg-width-x10 {
  width: calc(100vw * 7/27); }

/* line 2716, main.scss */
#pillar-hsw-sb-2-columns .svg-height-full {
  height: calc(100vw * 1/27);
  margin-bottom: calc(100vw * 0.5/27); }

/* line 2720, main.scss */
#overlay-picture-inapp-s2-browse {
  transform: translate3d(-50%, -33%, 0);
  width: calc(100vw * 13/27); }

/* line 2724, main.scss */
#pillar-hsw-sb-3 {
  margin-bottom: calc(100vw * 1.5/27); }

/* line 2727, main.scss */
#pillar-hsw-sb-3 .beside-n-media {
  padding-left: calc(100vw * 2/27);
  padding-right: calc(100vw * 2/27);
  padding-bottom: calc(100vw * 3/27);
  width: auto; }

/* line 2733, main.scss */
#pillar-hsw-sb-4 {
  background-color: #bdd1e7;
  margin-left: calc(100vw * 1/27);
  margin-right: calc(100vw * 1/27);
  margin-top: calc(100vw * 1.5/27);
  margin-bottom: calc(100vw * 3/27); }

/* line 2740, main.scss */
#pillar-hsw-sb-4 .underlay-n-architecture-body {
  margin-bottom: 0;
  padding-bottom: 0; }

/* line 2744, main.scss */
#pillar-hsw-sb-4 .underlay-n-architecture-body {
  background-color: transparent;
  margin-bottom: calc(100vw * 1/27);
  margin-top: calc(100vw * 1/27);
  height: auto;
  text-align: left; }

/* line 2751, main.scss */
#pillar-hsw-sb-4 .underlay-n-architecture-media {
  height: calc(100vw * 9/27); }

/* line 2754, main.scss */
#overlay-svg-streaming-services, #overlay-svg-streaming-services-2 {
  width: 440%;
  top: 0;
  left: 0;
  transform: translateX(0);
  animation: drift 18s infinite linear; }

/* line 2761, main.scss */
#overlay-picture-beam-front {
  width: calc(100vw * 26.5/27);
  top: 85%; }

/* line 2765, main.scss */
#overlay-svg-streaming-services, #overlay-svg-streaming-services-2 {
  width: 190%;
  top: 20%;
  left: 0;
  animation: drift 20s infinite linear; }

/* line 2771, main.scss */
#pillar-hsw-sb-5 {
  margin-bottom: calc(100vw * 2/27); }

/* line 2774, main.scss */
#pillar-hsw-sb-5 .lg-pa-x2 {
  padding-top: calc(100vw * 2/27);
  padding-bottom: calc(100vw * 2/27);
  padding-left: calc(100vw * 2/27);
  padding-right: calc(100vw * 2/27); }

/* line 2780, main.scss */
#pillar-hsw-sb-5 .beside-n-content {
  width: var(--x18);
  padding-bottom: calc(100vw * 1/27);
  margin-bottom: 0; }

/* line 2785, main.scss */
#pillar-hsw-sb-5 .lg-pt-x1 {
  padding-top: calc(100vw * 1/27); }

/* line 2788, main.scss */
#pillar-hsw-sb-5 .beside-n-media {
  width: calc(100vw * 25/27);
  order: -1; }

/* line 2792, main.scss */
#pillar-hsw-sb-system {
  background-color: #bdd1e7;
  margin-top: calc(100vw * 2/27); }

/* line 2796, main.scss */
#pillar-hsw-sb-system #overlay-soundwaves-4-dark {
  width: calc(100vw * 16/27);
  height: calc(100vw * 16/27);
  left: 24%;
  top: 40%; }

/* line 2802, main.scss */
#pillar-hsw-sb-system .lg-width-x14 {
  width: calc(100vw * 14/27); }

/* line 2805, main.scss */
#pillar-hsw-sb-system .height-x12 {
  height: calc(100vw * 12/27); }

/* line 2808, main.scss */
#pillar-hsw-sb-system #overlay-picture-one-top-white-sm {
  top: -13%;
  left: 38%;
  width: calc(100vw * 3/27); }

/* line 2813, main.scss */
#pillar-hsw-sb-system #overlay-picture-one-top-sm {
  left: 24%;
  top: 40%;
  width: calc(100vw * 3/27); }

/* line 2818, main.scss */
.lg-bt-x1 {
  border-top: 1px solid; }

/* line 2821, main.scss */
.flip-x {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

/* line 2825, main.scss */
#pillar-brilliant-sound-pb .text-x7 {
  font-size: 9vw; }

/* line 2828, main.scss */
#pillar-bs-science-art .colors-bg-page-accent {
  background-color: #113f5f;
  color: #ffffffcc; }

/* line 2833, main.scss */
#pillar-bs-science-art .underlay-n-architecture-body {
  height: auto;
  padding-top: calc(100vw * 2/27);
  padding-bottom: calc(100vw * 10/27); }

/* line 2838, main.scss */
#pillar-bs-science-art .underlay-n-architecture-media {
  order: 0;
  width: calc(100vw * 17/27);
  height: calc(100vw * 11/27);
  top: calc(100vw * -10/27); }

/* line 2844, main.scss */
#pillar-bs-we-believe {
  margin: calc(100vw * 3/27); }

/* line 2847, main.scss */
#pillar-bs-move .underlay-s-narrative-content {
  padding-top: calc(100vw * 10/27);
  padding-bottom: calc(100vw * 6/27);
  margin-top: -40.74074vw;
  background: #113f5f;
  color: #ffffffcc; }

/* line 2854, main.scss */
.underlay-s-narrative-media {
  margin-bottom: 11.11111vw; }

/* line 2857, main.scss */
.underlay-s-narrative-media.lg-height-x12 {
  height: calc(100vw * 12/27); }

/* line 2860, main.scss */
.underlay-s-narrative-media.lg-width-x21 {
  width: calc(100vw * 21/27); }

/* line 2863, main.scss */
.underlay-s-narrative-media .media-label {
  font-size: calc(11.8px + 7.32*(100vw - 320px)/2240);
  width: 77.77778vw;
  margin-left: auto;
  color: #ffffffcc; }

/* line 2869, main.scss */
.underlay-s-narrative-body {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  grid-column-gap: 3.7037vw;
  -webkit-column-gap: 3.7037vw;
  -moz-column-gap: 3.7037vw;
  column-gap: 3.7037vw;
  grid-column-gap: calc(100vw * 1/27);
  -webkit-column-gap: calc(100vw * 1/27);
  -moz-column-gap: calc(100vw * 1/27);
  column-gap: calc(100vw * 1/27); }

/* line 2882, main.scss */
#pillar-bs-move .underlay-s-narrative-carousel {
  margin-top: -17.407vw; }

/* line 2885, main.scss */
.beside-n-content {
  width: var(--x17);
  padding-top: 0; }

/* line 2889, main.scss */
#pillar-bs-customized .colors-bg-page-accent {
  background-color: #113f5f;
  color: #ffffffcc; }

/* line 2894, main.scss */
#pillar-bs-brilliant-sound-move .beside-n-content {
  padding-bottom: 0; }

/* line 2897, main.scss */
#pillar-bs-customized .underlay-ne-media img {
  opacity: 0; }

/* line 2900, main.scss */
#pillar-bs-customized .js-pillar-bs-customized-mediasection-trigger {
  display: none; }

/* line 2903, main.scss */
#pillar-bs-we-believe .beside-n-headline {
  font-size: calc(64px + (108 - 64) * ((100vw - 1440px) / (2560 - 1440)));
  line-height: 1.5;
  letter-spacing: 0.2px; }

/* line 2908, main.scss */
#pillar-bs-we-believe .beside-n-content {
  padding: 0;
  margin: 0;
  text-align: left;
  width: calc(100vw * 20/27); }

/* line 2914, main.scss */
#pillar-bs-sound-board [data-parent-fit=cover] {
  height: 85%; }

/* line 2917, main.scss */
#pillar-bs-science-art {
  margin-bottom: calc(100vw * -8/27); }

/* line 2920, main.scss */
.overlay-e-carousel-glide .glide__slide {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 77.77778vw; }

/* line 2925, main.scss */
.overlay-e-carousel-glide .glide__slide {
  height: 59.25926vw;
  height: calc(100vw * 16/27);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform,-webkit-transform;
  will-change: transform;
  -webkit-transition-duration: .75s;
  transition-duration: .75s;
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: normal;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/* line 2943, main.scss */
#pillar-bs-sound-board .overlay-e-carousel-body {
  transform: translateY(-56%); }

/* line 2946, main.scss */
#pillar-bs-sound-board .overlay-e-carousel-body {
  background-color: #f1d9d8;
  color: #000; }

/* line 2950, main.scss */
.overlay-e-carousel-body.al-animate {
  top: 45%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

/* line 2956, main.scss */
.overlay-e-carousel-glide [data-glide-img-position=center] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* line 2960, main.scss */
.overlay-e-carousel-glide [data-glide-el=controls] {
  right: 0;
  bottom: -4.62963vw; }

/* line 2964, main.scss */
.overlay-e-carousel-glide .glide__slide {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 77.77778vw;
  height: calc(100vw * 21/27); }

/* line 2964, main.scss */
.overlay-e-carousel-glide .glide__slide > picture > img {
  height: 70.37037vw;
  height: calc(100vw * 19/27); }

/* line 2964, main.scss */
.overlay-e-carousel-glide [data-glide-el=controls] {
  right: 0;
  bottom: -4.62963vw; }

/* line 2964, main.scss */
.overlay-e-carousel-body {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

@media (min-width: 1024px) {
  /* line 2964, main.scss */
  .overlay-e-carousel-body.al-animate {
    top: 45%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }

  /* line 2964, main.scss */
  .overlay-e-carousel-glide .glide__slide {
    height: 59.25926vw;
    height: calc(100vw * 16/27);
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform,-webkit-transform;
    will-change: transform;
    -webkit-transition-duration: .75s;
    transition-duration: .75s;
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1); }

  /* line 2964, main.scss */
  .overlay-e-carousel-glide [data-glide-img-position=center] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  /* line 2964, main.scss */
  .overlay-e-carousel-glide .glide__slide > picture > img {
    height: 55.55556vw;
    height: calc(100vw * 15/27); } }
/* line 2965, main.scss */
img.svg {
  max-width: unset;
  max-height: unset;
  height: 100%; }

/* line 2971, main.scss */
button[data-collapsible][aria-expanded=true] + .accordion-content .accordion-carousel {
  margin-bottom: 3.7037vw; }

/* line 2974, main.scss */
.glide * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* line 2978, main.scss */
.accordion-carousel .progress-bar {
  width: 100%; }

/* line 2981, main.scss */
button[data-collapsible].last {
  border-bottom: 1px solid #000;
  -webkit-transition: .4s ease;
  transition: .4s ease; }

/* line 2987, main.scss */
button[data-collapsible][aria-expanded=true].last {
  border-bottom-width: 0; }

/* line 2990, main.scss */
#why-choose-sonos {
  padding-bottom: calc(100vw * 2/27);
  overflow: hidden; }

/* line 2994, main.scss */
#why-choose-sonos {
  background-color: transparent;
  color: #000; }

/* line 2998, main.scss */
.additional-benefits > div:last-child {
  margin-bottom: 0; }

/* line 3003, main.scss */
#why-choose-sonos .lg-pr-x1 {
  padding-right: calc(100vw * 1/27); }
/* line 3007, main.scss */
#why-choose-sonos .lg-height-x14 {
  height: calc(100vw * 14/27); }
/* line 3010, main.scss */
#why-choose-sonos .lg-width-x16 {
  width: calc(100vw * 16/27); }

/* line 3014, main.scss */
#why-choose-sonos #overlay-picture-move-hero-shadow {
  width: calc(100vw * 15/27);
  top: 65%;
  left: 60%; }

/* line 3019, main.scss */
#why-choose-sonos #overlay-svg-app-artwork {
  left: calc(100vw * 4/27);
  width: calc(100vw * 6/27); }

/* line 3023, main.scss */
#why-choose-sonos #overlay-sonos-radio-art-sonos-radio {
  left: calc(100vw * 4/27);
  top: calc(100vw * 6/27);
  width: calc(100vw * 5/27); }

/* line 3028, main.scss */
#five-sb-introducing .underlay-n-body {
  order: 0;
  height: auto;
  padding-bottom: calc(100vw * 7/27);
  padding-top: calc(100vw * 2/27);
  padding-right: 0;
  margin-bottom: 0;
  width: calc(100vw * 12/27);
  margin-left: 3.7037vw;
  background: #113f5f;
  color: #ffffffcc; }

/* line 3040, main.scss */
#five-sb-introducing .underlay-n-content {
  padding-bottom: var(--x7);
  padding-left: var(--x2);
  padding-top: var(--x2);
  margin-top: 0;
  order: 0;
  height: auto;
  width: auto;
  background: #113f5f;
  color: #ffffffcc; }

/* line 3051, main.scss */
#five-sb-introducing .underlay-n-media {
  order: 1;
  height: inherit;
  width: calc(100vw * 21/27);
  left: 50%;
  transform: translate3d(-50%, -25%, 0);
  background: #113f5f;
  color: #ffffffcc; }

/* line 3060, main.scss */
#five-sb-introducing .colors-text-page-accent path, #five-sb-introducing .colors-text-page-accent svg {
  fill: #ffffffcc; }

/* line 3063, main.scss */
.underlay-n-media {
  margin-top: -11.11111vw; }

/* line 3066, main.scss */
#five-sb-stereo-sound {
  padding-left: calc(100vw * 1/27);
  padding-right: calc(100vw * 1/27);
  padding-top: calc(100vw * 2/27);
  padding-bottom: calc(100vw * 2/27);
  margin-left: calc(100vw * 1/27);
  margin-right: calc(100vw * 1/27); }

/* line 3074, main.scss */
#five-sb-stereo-sound .underlay-w-with-columns-content {
  width: calc(100vw * 23/27); }

/* line 3077, main.scss */
#five-sb-stereo-sound {
  background-color: var(--colors-a1);
  color: var(--colors-b4a); }

/* line 3081, main.scss */
#five-sb-stereo-sound .underlay-w-with-columns-headline {
  text-align: center; }

/* line 3084, main.scss */
#five-sb-stereo-sound .underlay-w-with-columns-body {
  width: calc(100vw * 10/27); }

/* line 3087, main.scss */
#five-sb-stereo-sound .underlay-w-with-columns-media {
  height: var(--x6);
  width: var(--x23); }

/* line 3091, main.scss */
#overlay-picture-five-horizontal-soundwaves {
  width: calc(100vw * 8.2/27);
  margin-left: calc(100vw * 1.46/27);
  transform: none;
  left: 0;
  top: 4%; }

/* line 3098, main.scss */
#overlay-picture-five-vertical-soundwaves {
  width: calc(100vw * 11.7/27);
  transform: none;
  left: inherit;
  right: 0;
  top: 0; }

/* line 3105, main.scss */
#five-sb-stereo-sound .underlay-w-with-columns-contentlist > div:first-child {
  margin-left: var(--x1); }

/* line 3108, main.scss */
#five-sb-stereo-sound .underlay-w-with-columns-contentlist > div {
  width: calc(100vw * 10/27) !important;
  text-align: center; }

/* line 3113, main.scss */
#five-sb-stereo-sound .lg-bt-x1 {
  border-top: none !important; }
/* line 3116, main.scss */
#five-sb-stereo-sound .lg-bt-nil {
  border-top: none !important; }

/* line 3120, main.scss */
#five-sb-stereo-sound .underlay-w-with-columns-contentlist > div:last-child {
  margin-right: var(--x1); }

/* line 3123, main.scss */
#five-sb-linein {
  margin-top: var(--x1); }

/* line 3126, main.scss */
#five-sb-linein .lg-pt-x1 {
  padding-top: calc(100vw * 2/27); }

/* line 3129, main.scss */
#five-sb-linein .underlay-n-architecture-body {
  background-color: transparent;
  color: var(--colors-b1a);
  height: auto; }

/* line 3134, main.scss */
#five-sb-linein .lg-width-x9 {
  width: calc(100vw * 12/27); }

/* line 3137, main.scss */
#five-sb-linein .lg-width-x8 {
  width: calc(100vw * 7/27);
  z-index: 1; }

/* line 3141, main.scss */
#five-sb-linein .underlay-n-architecture-media {
  height: calc(100vw * 10/27); }

/* line 3144, main.scss */
#overlay-svg-five-devices {
  width: calc(100vw * 21/27);
  top: 5%;
  left: 52%; }

/* line 3149, main.scss */
#overlay-picture-five-front-black {
  width: calc(100vw * 11/27);
  top: 60%; }

/* line 3153, main.scss */
#move-sb-great-sound-pdp .underlay-n-architecture-body {
  padding-bottom: calc(100vw * 1.5/27);
  padding-top: calc(100vw * 1.5/27);
  padding-left: calc(100vw * 1.5/27);
  padding-right: calc(100vw * 1.5/27); }

/* line 3159, main.scss */
#move-sb-great-sound-pdp .underlay-n-architecture-body {
  height: auto;
  background-color: var(--colors-a1);
  color: var(--colors-b4a); }

/* line 3164, main.scss */
#move-sb-great-sound-pdp .underlay-n-architecture-media {
  order: -1;
  height: auto; }

/* line 3168, main.scss */
#move-sb-great-sound-pdp .underlay-n-architecture-media img {
  width: 100%; }

/* line 3171, main.scss */
#move-sb-great-sound-pdp .underlay-n-architecture-headline {
  width: calc(100vw * 11/27);
  font-size: calc(100vw * 1.3/27); }

/* line 3175, main.scss */
#move-sb-great-sound-pdp .text-x2 {
  margin-top: calc(100vw * 0.25/27); }

/* line 3178, main.scss */
#move-animation-sb-voice-wifi.js-initialized {
  height: calc(100vw * 16/27); }

/* line 3181, main.scss */
#move-animation-sb-voice-wifi.js-initialized > * {
  position: absolute; }

/* line 3184, main.scss */
#move-animation-sb-voice-wifi.js-initialized .lg-width-x14 {
  padding-bottom: 0;
  height: calc(100vw * 5/27); }

/* line 3188, main.scss */
#move-sb-voice-control #overlay-picture-move-top {
  width: calc(100vw * 11/27); }

/* line 3191, main.scss */
#move-sb-voice-control #overlay-speech-bubble-move-skipping {
  padding: var(--x0p25) var(--x0p5) var(--x0p25) var(--x0p5);
  border-radius: 20px;
  top: 48%;
  left: 83.4%;
  transform: translate3d(-50%, -50%, 0); }

/* line 3198, main.scss */
#move-sb-voice-control #overlay-speech-bubble-alexa-skip {
  padding: var(--x0p25) var(--x0p5) var(--x0p25) var(--x0p5);
  border-radius: 20px;
  top: 36%;
  left: 85%;
  transform: translate3d(-50%, -50%, 0); }

/* line 3205, main.scss */
#move-sb-voice-control #overlay-speech-bubble-alexa-alarm {
  padding: var(--x0p25) var(--x0p5) var(--x0p25) var(--x0p5);
  border-radius: 20px;
  top: 60%;
  left: 83.5%;
  transform: translate3d(-50%, -50%, 0); }

/* line 3212, main.scss */
.speech-bubble {
  border-radius: .5em;
  white-space: nowrap; }

/* line 3216, main.scss */
#move-sb-voice-control .flex-self-center {
  font-size: calc(100vw * 0.35/27); }

/* line 3219, main.scss */
#move-animation-sb-voice-wifi.js-initialized .lg-width-x14 {
  padding-bottom: 0;
  height: calc(100vw * 5/27); }

/* line 3223, main.scss */
#move-sb-wifi-bluetooth .beside-e-headline {
  font-size: var(--text-x5); }

/* line 3226, main.scss */
#move-sb-wifi-bluetooth #overlay-picture-move-top-bluetooth {
  width: calc(100vw * 11/27);
  opacity: 0; }

/* line 3230, main.scss */
#move-sb-wifi-bluetooth #overlay-controller-wifi-bluetooth {
  left: 85%; }

/* line 3234, main.scss */
#move-sb-wifi-bluetooth #overlay-controller-wifi-bluetooth {
  top: 105%; }

/* line 3237, main.scss */
#move-sb-wifi-bluetooth #overlay-picture-move-top-light {
  opacity: 0;
  width: calc(100vw * 11/27); }

/* line 3241, main.scss */
#move-sb-wifi-bluetooth #controller-section-bluetooth > svg:last-child {
  margin-left: calc(100vw * 2/27);
  opacity: 0; }

/* line 3245, main.scss */
#move-sb-wifi-bluetooth #controller-section-wifi > svg:last-child {
  margin-left: calc(100vw * 2.75/27); }

/* line 3248, main.scss */
.text-b4a2 {
  color: rgba(255, 255, 255, 0.2); }

/* line 3248, main.scss */
.benefit-drawer {
  width: 100vw;
  height: 225vw; }

/* line 3248, main.scss */
.benefit-drawer .video, .benefit-drawer .video > iframe {
  width: 100vw;
  height: 100vw; }

/* line 3248, main.scss */
.benefit-drawer .video {
  margin-left: -11.11111vw;
  margin-left: calc(-1*calc(100vw * 3/27)); }

/* line 3248, main.scss */
.benefit-drawer .panel {
  -webkit-transition: color .25s ease,background-color .25s ease,opacity .75s ease;
  transition: color .25s ease,background-color .25s ease,opacity .75s ease; }

/* line 3248, main.scss */
.benefit-drawer .panel[data-active=false] {
  z-index: 1;
  opacity: 0;
  -webkit-transition-delay: .75s;
  transition-delay: .75s; }

/* line 3248, main.scss */
.benefit-drawer .panel[data-active=true] {
  z-index: 2;
  opacity: 1;
  -webkit-transition-delay: none;
  transition-delay: none; }

/* line 3248, main.scss */
.benefit-drawer .panel[data-active=true].text-b1-a[data-al=fade-dark] ~ .buttons, .benefit-drawer .panel[data-active=true].text-b4-a ~ .buttons {
  color: #fff;
  color: var(--colors-b4); }

/* line 3248, main.scss */
.benefit-drawer .panel[data-active=true].text-b1-a[data-al=fade-dark] ~ .buttons > button, .benefit-drawer .panel[data-active=true].text-b4-a ~ .buttons > button {
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2); }

/* line 3248, main.scss */
.benefit-drawer .panel[data-active=true].text-b1-a[data-al=fade-dark] ~ .buttons > button:after, .benefit-drawer .panel[data-active=true].text-b4-a ~ .buttons > button:after {
  background: #fff;
  background: var(--colors-b4); }

/* line 3248, main.scss */
.benefit-drawer .panel[data-active=true].text-b1-a ~ .buttons {
  color: #000;
  color: var(--colors-b1); }

/* line 3248, main.scss */
.benefit-drawer .panel[data-active=true].text-b1-a ~ .buttons > button {
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.2); }

/* line 3248, main.scss */
.benefit-drawer .panel[data-active=true].text-b1-a ~ .buttons > button:after {
  background: #000;
  background: var(--colors-b1); }

/* line 3248, main.scss */
.benefit-drawer .panel[data-al=fade-dark] {
  color: rgba(255, 255, 255, 0.8);
  color: var(--colors-b4a);
  background-color: rgba(0, 0, 0, 0.8);
  background-color: var(--colors-b1a); }

/* line 3248, main.scss */
.benefit-drawer .panel[data-al=fade-dark] path, .benefit-drawer .panel[data-al=fade-dark] rect {
  fill: rgba(255, 255, 255, 0.8);
  fill: var(--colors-b4a); }

/* line 3248, main.scss */
.benefit-drawer .panel[data-active=true] > :not(.video) {
  z-index: 1;
  position: relative; }

/* line 3248, main.scss */
.benefit-drawer .buttons {
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0; }

/* line 3248, main.scss */
.benefit-drawer .buttons > button {
  opacity: .2;
  -webkit-transition-property: none;
  transition-property: none; }

/* line 3248, main.scss */
.benefit-drawer .buttons > button[data-active=true] {
  opacity: 1; }

/* line 3248, main.scss */
.benefit-drawer .buttons > button[data-active=true]:after {
  -webkit-animation: sonos-video-progress-reverse linear;
  animation: sonos-video-progress-reverse linear;
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
  -webkit-animation-play-state: inherit;
  animation-play-state: inherit; }

/* line 3248, main.scss */
.benefit-drawer .buttons > button:after {
  content: "";
  display: block;
  width: 100%;
  background: #fff;
  background: var(--colors-b4);
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  animation-direction: reverse; }

@media (min-width: 1024px) {
  /* line 3248, main.scss */
  .benefit-drawer, .benefit-drawer .video, .benefit-drawer .video > iframe {
    width: 100vw;
    height: 56.25vw; }

  /* line 3248, main.scss */
  .benefit-drawer .video {
    position: absolute;
    top: 0;
    right: 0; }

  /* line 3248, main.scss */
  .benefit-drawer .buttons {
    position: absolute;
    top: 0;
    right: var(--button-right);
    bottom: auto;
    left: auto;
    width: 56.25vw;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top right;
    transform-origin: top right; }

  /* line 3248, main.scss */
  .benefit-drawer .buttons > button[data-active=true]:after {
    -webkit-animation: sonos-video-progress linear;
    animation: sonos-video-progress linear;
    -webkit-animation-duration: inherit;
    animation-duration: inherit;
    -webkit-animation-play-state: inherit;
    animation-play-state: inherit; } }
@-webkit-keyframes sonos-video-progress {
  0% {
    -webkit-transform: translate3d(var(--video-progress), 0, 0);
    transform: translate3d(var(--video-progress), 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes sonos-video-progress {
  0% {
    -webkit-transform: translate3d(var(--video-progress), 0, 0);
    transform: translate3d(var(--video-progress), 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@-webkit-keyframes sonos-video-progress-reverse {
  0% {
    -webkit-transform: translate3d(calc(var(--video-progress)*-1), 0, 0);
    transform: translate3d(calc(var(--video-progress)*-1), 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes sonos-video-progress-reverse {
  0% {
    -webkit-transform: translate3d(calc(var(--video-progress)*-1), 0, 0);
    transform: translate3d(calc(var(--video-progress)*-1), 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
/* line 3249, main.scss */
.underlay-n-body, .underlay-n-content {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-bottom: 18.51852vw;
  padding-bottom: var(--x5); }

/* line 3256, main.scss */
#pillar-etu-setup {
  width: auto;
  margin: var(--x3) var(--x1) var(--x4) var(--x1);
  background-color: var(--colors-a3);
  color: var(--colors-b1a); }

/* line 3262, main.scss */
#pillar-etu-setup .underlay-n-body {
  padding: var(--x1p5) var(--x1) var(--x1) var(--x1p5);
  margin-left: 0;
  margin-bottom: 0;
  width: calc(100vw * 15/27);
  padding-bottom: 0;
  margin-bottom: 0; }

/* line 3270, main.scss */
#pillar-etu-setup .underlay-n-media {
  order: -1;
  height: 0;
  margin-top: 0; }

/* line 3275, main.scss */
#pillar-etu-setup .underlay-n-headline {
  font-size: var(--text-x5); }

/* line 3278, main.scss */
#pillar-etu-setup .underlay-n-content {
  padding-bottom: var(--x1p5);
  padding-left: var(--x1p5);
  padding-top: 0;
  margin-top: 0;
  margin-right: 0;
  width: auto;
  margin-bottom: 0; }

/* line 3287, main.scss */
#pillar-etu-setup #overlay-picture-one-front-white {
  width: calc(100vw * 7/27);
  height: auto;
  transform: translate3d(25%, -5%, 0); }

/* line 3292, main.scss */
#pillar-etu-setup #overlay-svg-app-checkmark {
  width: var(--x4);
  height: var(--x4);
  left: 75%;
  transform: translate3d(11%, 50%, 0); }

/* line 3298, main.scss */
#pillar-etu-setup .underlay-n-content > div {
  margin-bottom: var(--x1); }

/* line 3301, main.scss */
#pillar-etu-setup .lg-mr-x3 {
  margin-right: 0; }

/* line 3304, main.scss */
#pillar-etu-setup .icon-smheadline-body {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0; }

/* line 3309, main.scss */
#pillar-etu-setup .icon-smheadline-body .svg-height-full {
  width: var(--x1);
  height: var(--x1); }

/* line 3313, main.scss */
#pillar-etu-setup .icon-smheadline-body a {
  margin-left: var(--x0p5);
  align-self: center;
  width: auto; }

/* line 3318, main.scss */
#pillar-etu-setup .icon-smheadline-body div:last-child {
  margin-top: 0; }

/* line 3321, main.scss */
#pillar-hsw-sb-3 {
  margin-bottom: calc(100vw * 1.5/27); }

/* line 3324, main.scss */
#pillar-hsw-sb-3 .beside-n-content {
  padding-top: 0;
  padding-bottom: calc(100vw * 1/27);
  width: calc(100vw * 22/27); }

/* line 3329, main.scss */
#pillar-etu-move-bluetooth {
  margin-top: calc(100vw * -1/27); }

/* line 3332, main.scss */
#pillar-etu-move-bluetooth #overlay-picture-move-front {
  width: calc(100vw * 8/27);
  top: calc(100vw * 6.5/27); }

/* line 3336, main.scss */
#pillar-etu-move-bluetooth #overlay-controller-wifi-bluetooth {
  left: calc(100vw * 10.25/27);
  top: calc(100vw * 5.75/27);
  z-index: 1; }

/* line 3341, main.scss */
#pillar-etu-move-bluetooth #controller-section-wifi > svg:last-child {
  margin-left: calc(100vw * 2.7/27); }

/* line 3344, main.scss */
#pillar-etu-move-bluetooth #controller-section-bluetooth > svg:last-child {
  margin-left: calc(100vw * 2/27); }

/* line 3347, main.scss */
#pillar-etu-voice {
  padding-top: var(--x2);
  background-color: var(--colors-a3);
  overflow-x: hidden; }

/* line 3352, main.scss */
#pillar-etu-voice .beside-n-media {
  height: calc(100vw * 14/27); }

/* line 3355, main.scss */
#pillar-etu-voice .svg-link .svg-wrapper {
  height: calc(100vw * 1/27); }

/* line 3358, main.scss */
#pillar-etu-voice .beside-n-media #overlay-soundwaves-4-dark {
  left: 75%;
  top: 40%;
  width: var(--x12);
  height: var(--x12); }

/* line 3364, main.scss */
#pillar-etu-voice .beside-n-media #overlay-picture-one-top {
  left: 75%;
  top: 40%;
  width: calc(100vw * 8/27); }

/* line 3369, main.scss */
#pillar-etu-voice #overlay-speech-bubble-alexa-skip {
  border-radius: calc(100vw * 0.25/27);
  padding-top: calc(100vw * 0.4/27);
  padding-bottom: calc(100vw * 0.4/27);
  padding-left: calc(100vw * 0.75/27);
  padding-right: calc(100vw * 0.75/27);
  left: calc(100vw * 17.1/27);
  top: calc(100vw * 0.1/27); }

/* line 3378, main.scss */
#pillar-etu-voice .beside-n-media #overlay-svg-illus-voice-control {
  opacity: 1;
  left: 30%;
  top: 40%;
  width: var(--x11);
  height: var(--x11); }

/* line 3385, main.scss */
#pillar-etu-airplay > div:last-child > div:first-child {
  white-space: nowrap; }

/* line 3388, main.scss */
#pillar-etu-airplay #overlay-svg-phone-landscape {
  width: calc(100vw * 11/27);
  top: 47%; }

/* line 3392, main.scss */
#pillar-etu-airplay #overlay-picture-youtube-lego {
  width: calc(100vw * 9.5/27);
  height: calc(100vw * 4.5/27);
  top: 46.5%; }

/* line 3397, main.scss */
#pillar-etu-airplay #overlay-controller-airplay {
  top: 68%;
  left: 75%; }

/* line 3401, main.scss */
#pillar-etu-airplay #overlay-controller-airplay > div:first-child .controller-section {
  font-size: var(--text-x1p5); }

/* line 3404, main.scss */
#pillar-etu-control {
  overflow-x: hidden; }

/* line 3407, main.scss */
#pillar-etu-control .underlay-n-architecture-body {
  padding-top: var(--x2);
  height: calc(100vw * 19/27); }

/* line 3411, main.scss */
#pillar-etu-control .underlay-n-architecture-body div.lg-width-x9 {
  width: var(--x13);
  font-size: 5.2vw; }

/* line 3415, main.scss */
#pillar-etu-control #overlay-picture-play5-front-etu {
  left: 50%;
  right: auto;
  top: calc(100vw * -4/27);
  transform: translate3d(-50%, -50%, 0);
  width: calc(100vw * 17/27); }

/* line 3422, main.scss */
#pillar-etu-control #overlay-svg-app-spotify {
  width: var(--x7);
  left: var(--x2);
  top: calc(100vw * -4.3/27);
  transform: translate3d(0, -50%, 0); }

/* line 3428, main.scss */
#pillar-etu-control #overlay-picture-album-art-11 {
  left: calc(100vw * 3/27);
  transform: translate3d(0%, 0%, 0);
  top: calc(100vw * -7.57/27);
  width: calc(100vw * 5/27); }

/* line 3434, main.scss */
.border-b-nil.disp-inline-block.text-x3.text-medium {
  font-size: var(--text-x2) !important; }

/* line 3437, main.scss */
#pillar-etu-control .underlay-n-architecture-media {
  margin-bottom: 0; }

/* line 3440, main.scss */
#pillar-lyw-customize {
  margin: var(--x4) var(--x2);
  margin-top: var(--x4);
  margin-bottom: calc(100vw * -1/27);
  padding-top: calc(100vw * 3/27);
  padding-bottom: calc(100vw * -1/27); }

/* line 3447, main.scss */
#pillar-lyw-customize {
  background-color: var(--colors-a5);
  color: var(--colors-b1a); }

/* line 3451, main.scss */
#pillar-lyw-customize #overlay-soundwaves-4-light {
  top: 10%;
  left: 70%;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100vw * 10/27);
  height: calc(100vw * 10/27); }

/* line 3458, main.scss */
#pillar-lyw-customize #overlay-picture-arc-top-white {
  top: -32%;
  left: 80%;
  width: calc(100vw * 17/27); }

/* line 3463, main.scss */
#pillar-lyw-customize #overlay-picture-one-top-white-sm {
  top: 50%;
  left: 55%;
  width: calc(100vw * 2.25/27); }

/* line 3468, main.scss */
#pillar-lyw-customize #overlay-picture-five-top-white {
  top: 10%;
  left: 70%;
  width: calc(100vw * 5.5/27); }

/* line 3473, main.scss */
#pillar-lyw-customize #overlay-picture-beam-top-white {
  top: 30%;
  left: -25%;
  width: calc(100vw * 10/27);
  transform: rotate(270deg); }

/* line 3479, main.scss */
#pillar-lyw-stream .underlay-n-architecture-body {
  margin-bottom: 0;
  padding-bottom: 0; }

/* line 3483, main.scss */
#pillar-lyw-stream .underlay-n-architecture-body {
  background-color: transparent;
  color: var(--colors-b1a);
  margin-top: calc(100vw * 1/27);
  height: auto; }

/* line 3489, main.scss */
#pillar-lyw-stream .lg-width-x9 {
  width: calc(100vw * 12/27); }

/* line 3492, main.scss */
#pillar-lyw-stream .lg-width-x8 {
  width: calc(100vw * 6.5/27); }

/* line 3495, main.scss */
#overlay-svg-streaming-services, #overlay-svg-streaming-services-2 {
  width: 190%;
  top: 50%;
  left: 0;
  animation: drift 14s infinite linear; }

/* line 3501, main.scss */
#pillar-lyw-voice {
  padding-top: var(--x2);
  padding-bottom: var(--x2); }

/* line 3505, main.scss */
#pillar-lyw-voice {
  background-color: var(--colors-a5);
  color: var(--colors-b1a);
  margin-bottom: calc(100vw * 2/27);
  margin-top: calc(100vw * 4/27);
  transform: translateX(0); }

/* line 3512, main.scss */
#pillar-lyw-stream .underlay-n-architecture-body {
  background-color: transparent;
  color: var(--colors-b1a);
  margin-bottom: calc(100vw * 1/27);
  margin-top: calc(100vw * 1/27);
  height: auto; }

/* line 3512, main.scss */
#overlay-svg-streaming-services, #overlay-svg-streaming-services-2 {
  width: 440%;
  top: -14%;
  left: 0;
  transform: translateX(0);
  animation: drift 18s infinite linear; }

/* line 3512, main.scss */
#overlay-svg-streaming-services-2 {
  left: 444%; }

@media (min-width: 1024px) {
  /* line 3512, main.scss */
  #pillar-lyw-stream .underlay-n-architecture-body {
    margin-bottom: 0;
    padding-bottom: 0; }

  /* line 3512, main.scss */
  #pillar-lyw-stream .lg-width-x8 {
    width: calc(100vw * 6.5/27); }

  /* line 3512, main.scss */
  #pillar-lyw-stream .lg-width-x9 {
    width: calc(100vw * 12/27); }

  /* line 3512, main.scss */
  #overlay-svg-streaming-services, #overlay-svg-streaming-services-2 {
    width: 190%;
    top: 50%;
    left: 0;
    animation: drift 14s infinite linear; }

  /* line 3512, main.scss */
  #overlay-svg-streaming-services-2 {
    left: 191.5%; } }
@keyframes drift {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-101%); } }
/* line 3513, main.scss */
#pillar-hsw-sb-4 #overlay-svg-streaming-services, #pillar-hsw-sb-4 #overlay-svg-streaming-services-2 {
  width: 190%;
  top: 20%;
  left: 0;
  animation: drift 20s infinite linear; }

/* line 3519, main.scss */
#pillar-lyw-voice #overlay-soundwaves-4-light {
  left: calc(100vw * -4.5/27);
  transform: translate3d(0, -50%, 0);
  width: calc(100vw * 12/27);
  height: calc(100vw * 12/27); }

/* line 3525, main.scss */
#pillar-lyw-voice #overlay-speech-bubble-alexa-skip {
  border-radius: calc(100vw * 0.25/27);
  padding-top: calc(100vw * 0.4/27);
  padding-bottom: calc(100vw * 0.4/27);
  padding-left: calc(100vw * 0.75/27);
  padding-right: calc(100vw * 0.75/27);
  top: calc(100vw * 2.75/27);
  left: calc(100vw * 1.5/27); }

/* line 3534, main.scss */
#pillar-lyw-voice .svg-link .svg-wrapper {
  height: calc(100vw * 1/27); }

/* line 3537, main.scss */
#overlay-picture-beam-top {
  width: calc(100vw * 13/27); }

/* line 3540, main.scss */
#pillar-lyw-listen {
  padding-bottom: calc(100vw * 6/27);
  margin-bottom: calc(100vw * 3/27);
  margin-top: calc(100vw * -1/27);
  height: auto;
  background-color: transparent;
  color: var(--colors-b1a); }

/* line 3548, main.scss */
#pillar-lyw-listen .underlay-nw-headline {
  width: calc(100vw * 9.5/27);
  z-index: 1; }

/* line 3552, main.scss */
#pillar-lyw-listen .underlay-nw-media {
  position: absolute;
  bottom: calc(100vw * -1/27);
  right: calc(100vw * -2.5/27);
  margin-top: var(--x2); }

/* line 3558, main.scss */
#pillar-lyw-listen .underlay-nw-media #overlay-soundwaves-2-light, #pillar-lyw-listen .underlay-nw-media #overlay-soundwaves-2-light-2 {
  width: var(--x2);
  height: var(--x2);
  top: 15%;
  left: 36.3%; }

/* line 3564, main.scss */
#pillar-lyw-listen .underlay-nw-media #overlay-soundwaves-2-light-2 {
  top: 85.7%;
  left: 75.3%; }

/* line 3568, main.scss */
#rich-s2-sb-brilliant-sound {
  width: auto;
  margin-left: var(--x1);
  margin-right: var(--x1);
  overflow: hidden;
  background-color: var(--colors-a3);
  color: var(--colors-b1a); }

/* line 3576, main.scss */
#rich-s2-sb-brilliant-sound .underlay-n-body {
  width: calc(100vw * 15/27);
  padding-top: calc(100vw * 1/27);
  padding-left: calc(100vw * 1/27);
  padding-bottom: calc(100vw * 1/27);
  margin-left: 0;
  order: -1; }

/* line 3584, main.scss */
#rich-s2-sb-brilliant-sound .underlay-n-headline {
  font-size: var(--text-x5);
  z-index: 1; }

/* line 3588, main.scss */
#rich-s2-sb-brilliant-sound .underlay-n-media {
  height: calc(100vw * 4/27);
  margin-top: 0; }

/* line 3592, main.scss */
#rich-s2-sb-brilliant-sound .underlay-n-content {
  display: none; }

/* line 3595, main.scss */
#rich-s2-sb-brilliant-sound #overlay-soundwaves-4-light {
  width: calc(100vw * 14/27);
  height: calc(100vw * 14/27);
  transform: translate3d(4%, -75%, 0);
  left: 1; }

/* line 3601, main.scss */
#rich-s2-sb-brilliant-sound #overlay-picture-arc-front-black {
  width: calc(100vw * 22/27);
  height: auto; }

/* line 3605, main.scss */
#rich-s2-sb-brilliant-sound #overlay-picture-arc-front-black {
  width: calc(100vw * 22/27);
  height: auto; }

/* line 3609, main.scss */
#rich-s2-sb-brilliant-sound #overlay-svg-dolby-atmos-dark {
  width: calc(100vw * 4/27);
  height: auto;
  top: -35%;
  left: 60.2%;
  transform: translate3d(75%, -50%, 0); }

/* line 3616, main.scss */
#rich-s2-sb-improved-design {
  padding-bottom: var(--x11);
  margin-bottom: var(--x1); }

/* line 3620, main.scss */
#rich-s2-sb-improved-design .lg-pl-x2 {
  padding-left: calc(100vw * 1/27); }

/* line 3623, main.scss */
#rich-s2-sb-improved-design .beside-e-headline {
  width: calc(100vw * 11/27);
  font-size: var(--text-x5); }

/* line 3627, main.scss */
#rich-s2-sb-improved-design #overlay-picture-inapp-s2-rooms {
  width: calc(100vw * 11/27);
  top: 65%;
  left: 60%; }

/* line 3632, main.scss */
#rich-s2-sb-improved-design #overlay-picture-s2-living-room {
  width: calc(100vw * 13/27);
  top: 75%;
  transform: translate3d(-50%, 80%, 0); }

/* line 3637, main.scss */
#rich-s2-sb-improved-design #overlay-picture-s2-dining-room {
  width: calc(100vw * 12/27);
  top: 60%;
  transform: translate3d(72%, 50%, 0); }

/* line 3642, main.scss */
#rich-s2-sb-improved-design #overlay-svg-white-line {
  width: calc(100vw * 10/27);
  top: 77%;
  left: 23%;
  transform: rotate(74deg);
  opacity: 0.8; }

/* line 3649, main.scss */
#rich-s2-sb-improved-design #overlay-svg-white-line-2 {
  width: calc(100vw * 12/27);
  top: 47%;
  left: 42%;
  transform: rotate(30deg);
  opacity: 0.8; }

/* line 3656, main.scss */
#rich-s2-sb-security {
  margin-top: var(--x1);
  background-color: transparent;
  color: var(--colors-b1a); }

/* line 3661, main.scss */
#rich-s2-sb-security .beside-w-media {
  height: calc(100vw * 9/27); }

/* line 3664, main.scss */
#overlay-picture-inapp-s2-security {
  width: calc(100vw * 18/27);
  top: 75%;
  left: 87%; }

/* line 3669, main.scss */
#rich-s2-sb-security .lg-pr-x2 {
  padding-right: var(--x1); }

/* line 3672, main.scss */
#rich-s2-sb-security .beside-w-headline {
  font-size: var(--text-x5);
  width: calc(100vw * 13/27); }

/* line 3676, main.scss */
#rich-s2-sb-services {
  width: calc(100vw * 25/27);
  margin-left: var(--x1);
  background-color: var(--colors-a3);
  color: var(--colors-b1a); }

/* line 3682, main.scss */
#rich-s2-sb-services .underlay-n-body {
  width: calc(100vw * 14/27);
  padding-bottom: 0;
  margin-left: 0;
  background-color: var(--colors-a3);
  color: var(--colors-b1a);
  order: -1; }

/* line 3690, main.scss */
#rich-s2-sb-services .underlay-n-headline {
  font-size: var(--text-x5); }

/* line 3693, main.scss */
#rich-s2-sb-services .underlay-n-media {
  height: calc(100vw * 5/27);
  margin-top: 0; }

/* line 3697, main.scss */
#rich-s2-sb-services #overlay-picture-inapp-s2-browse {
  width: calc(100vw * 13/27);
  height: auto;
  top: 40%;
  left: 75%;
  z-index: 1;
  transform: translate3d(-50%, -50%, 0); }

/* line 3705, main.scss */
#rich-s2-sb-services #overlay-picture-frequency-curve {
  width: calc(100vw * 25/27);
  height: auto; }

/* line 3709, main.scss */
#rich-s2-sb-services .underlay-n-content {
  display: none; }

/* line 3712, main.scss */
.s2 #rich-s2-sb-services {
  width: calc(100vw * 25/27);
  margin-left: var(--x1);
  background-color: var(--colors-a3);
  color: var(--colors-b1a); }

/* line 3718, main.scss */
.s2 #rich-s2-sb-services .underlay-n-body {
  width: calc(100vw * 14/27);
  padding-bottom: 0;
  margin-left: 0; }

/* line 3723, main.scss */
#rich-s2-sb-control {
  margin-top: calc(100vw * 3/27); }

/* line 3726, main.scss */
#rich-s2-sb-control #overlay-picture-inapp-s2-groups {
  width: calc(100vw * 6/27);
  left: 55%; }

/* line 3730, main.scss */
#rich-s2-sb-control .lg-pl-x2 {
  padding-left: var(--x1); }

/* line 3733, main.scss */
#rich-s2-sb-control .beside-e-headline {
  font-size: var(--text-x5);
  width: calc(100vw * 8/27); }

/* line 3737, main.scss */
#s2-compatible-products-accordion-panel-content > div {
  width: var(--x5);
  margin-right: var(--x1);
  margin-bottom: var(--x1); }

/* line 3742, main.scss */
#s2-compatible-products-accordion-panel-content .lg-height-x11 {
  width: auto;
  height: var(--x5);
  margin-bottom: calc(100vw * 0.25/27); }

/* line 3747, main.scss */
#s2-compatible-products-accordion-panel-content [data-parent-fit=cover] {
  object-fit: contain; }

/* line 3750, main.scss */
#s2-compatible-products-accordion-panel-content .beside-s-card-headline {
  font-size: var(--text-x2); }

/* line 3753, main.scss */
#s2-compatible-products-accordion-panel-content > div:nth-child(4), #s2-compatible-products-accordion-panel-content > div:nth-child(8), #s2-compatible-products-accordion-panel-content > div:nth-child(12), #s2-compatible-products-accordion-panel-content > div:nth-child(16), #s2-compatible-products-accordion-panel-content > div:nth-child(20) {
  margin-right: 0 !important; }

/* line 3756, main.scss */
#s2-compatible-products-accordion-panel-content > div:last-child {
  width: var(--x8);
  margin-right: 0; }

/* line 3760, main.scss */
#rich-s2-download-now {
  margin-left: var(--x1);
  margin-right: var(--x1);
  background-color: #2b2b2b;
  color: var(--colors-b4a); }

/* line 3766, main.scss */
#rich-s2-download-now .beside-w-media {
  display: none; }

/* line 3769, main.scss */
#rich-s2-download-now .lg-pl-x3 {
  padding-left: calc(100vw * 1.5/27); }

/* line 3772, main.scss */
#rich-s2-download-now .lg-pr-x2 {
  padding-top: calc(100vw * 1.5/27);
  padding-bottom: calc(100vw * 1.5/27); }

/* line 3776, main.scss */
#rich-s2-download-now .lg-width-x14 {
  width: calc(100vw * 21/27); }

/* line 3779, main.scss */
#rich-s2-download-now .beside-w-headline {
  font-size: var(--text-x4); }

/* line 3782, main.scss */
#rich-s2-download-now #svg-link-s2 .svg-wrapper {
  height: calc(100vw * 1.25/27);
  margin-left: calc(100vw * 0.5/27); }

/* line 3786, main.scss */
#rich-s2-download-now .beside-w-content {
  width: calc(100vw * 20/27); }

/* line 3789, main.scss */
#rich-s2-download-now .beside-w-content > div {
  float: left;
  margin-right: calc(100vw * 0.75/27); }

/* line 3793, main.scss */
#rich-s2-download-now .beside-w-content > div:last-child {
  margin-right: 0; }

/* line 3796, main.scss */
#rich-s2-download-now .beside-w-content > .lg-width-x9 {
  width: calc(100vw * 13/27);
  margin-top: var(--x1); }

/* line 3800, main.scss */
#contact-us-main {
  background-color: transparent;
  color: var(--colors-b1a);
  margin-top: 0;
  margin-left: 0;
  margin-bottom: calc(100vw * -1/27); }

/* line 3807, main.scss */
#contact-us-main .underlay-w-media {
  display: none; }

/* line 3810, main.scss */
#contact-us-main .underlay-w-body {
  display: none; }

/* line 3813, main.scss */
#contact-us-main .underlay-w-contentlist {
  margin-top: 0; }

/* line 3816, main.scss */
#contact-us-main-bucket-content .lg-width-x10 {
  width: calc(100vw * 12/27); }

/* line 3819, main.scss */
#contact-us-main .lg-mb-x0p75 {
  font-size: var(--text-x4);
  margin-bottom: 0; }

/* line 3823, main.scss */
.accordion-content-container .lg-width-thirds-padded {
  -ms-flex-preferred-size: 26.1%;
  flex-basis: 29.1%; }

/* line 3827, main.scss */
.accordion-content-container .lg-mr-thirds {
  border-right: 1px solid;
  padding-right: 3%;
  margin-right: 3% !important; }

/* line 3832, main.scss */
#contact-us-main .lg-text-x2p5 {
  font-size: 24px; }

/* line 3833, main.scss */
.co-section--checkout_content .co-basket_item-image {
  background: transparent; }

/* line 3837, main.scss */
.card.product-tile .cta-wrapper {
  position: absolute;
  bottom: 40px;
  right: 0; }

/* line 3838, main.scss */
.card.product-tile .cta-wrapper button {
  width: auto; }

/* line 3839, main.scss */
#one-sb-brilliant-sound .colors-text-page-accent {
  color: #ffffffcc;
  background-color: #b7257c; }

/* line 3843, main.scss */
#one-sb-voice-control #overlay-soundwaves-4-light {
  width: var(--x12);
  height: var(--x12); }

/* line 3847, main.scss */
#one-sb-voice-control #overlay-picture-one-top {
  width: calc(100vw * 8/27);
  height: calc(100vw * 8/27); }

/* line 3851, main.scss */
#one-sb-voice-control #overlay-speech-bubble-alexa-skip {
  border-radius: calc(100vw * 0.25/27);
  padding-top: calc(100vw * 0.4/27);
  padding-bottom: calc(100vw * 0.4/27);
  padding-left: calc(100vw * 0.75/27);
  padding-right: calc(100vw * 0.75/27);
  right: calc(100vw * 4.55/27);
  top: calc(100vw * 0.45/27); }

/* line 3860, main.scss */
#one-sb-voice-control .svg-link .svg-wrapper {
  height: calc(100vw * 1/27); }

/* line 3863, main.scss */
#one-sb-stereo-pair {
  padding-bottom: calc(100vw * 3/27);
  height: calc(100vw * 13/27);
  background-color: #b7257c;
  color: #ffffffcc; }

/* line 3869, main.scss */
.one-sl#one-sb-stereo-pair {
  background: #f1d9d8;
  color: #000000cc; }

/* line 3871, main.scss */
#one-sb-stereo-pair .underlay-nw-media {
  bottom: -7.40741vw;
  right: 0; }

/* line 3875, main.scss */
#one-sb-stereo-pair #overlay-soundwaves-4-light, #one-sb-stereo-pair #overlay-soundwaves-4-light-2 {
  width: calc(100vw * 10/27);
  height: calc(100vw * 10/27);
  top: auto;
  left: calc(100vw * 5/27);
  bottom: calc(100vw * 5.5/27);
  transform: translate3d(-50%, 50%, 0); }

/* line 3883, main.scss */
#one-sb-stereo-pair #overlay-soundwaves-4-light-2 {
  left: auto;
  right: calc(100vw * 5/27);
  transform: translate3d(50%, 50%, 0); }

/* line 3888, main.scss */
#one-sb-stereo-pair #overlay-picture-one-front, #one-sb-stereo-pair #overlay-picture-one-front-2 {
  top: auto;
  left: calc(100vw * 2/27);
  bottom: calc(100vw * 0.5/27);
  transform: none;
  width: calc(100vw * 6/27);
  height: calc(100vw * 9/27); }

/* line 3896, main.scss */
#one-sb-stereo-pair #overlay-picture-one-front-2 {
  left: auto;
  right: calc(100vw * 2/27); }

/* line 3900, main.scss */
.section {
  background: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/* line 3905, main.scss */
.row {
  margin: 0 auto;
  max-width: 64rem; }

/* line 3909, main.scss */
.row, select {
  width: 100%; }

/* line 3912, main.scss */
.row:after, .row:before {
  content: " ";
  display: table; }

/* line 3916, main.scss */
.column, .columns {
  position: relative;
  padding-left: .9375rem;
  padding-right: .9375rem;
  float: left; }

/* line 3922, main.scss */
.column p {
  font-family: inherit;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }

/* line 3930, main.scss */
dl, ol, ul {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

/* line 3937, main.scss */
#products-sb-airplay {
  margin-top: calc(100vw * -1.5/27);
  margin-bottom: calc(100vw * -1/27); }

/* line 3941, main.scss */
#products-sb-airplay #overlay-svg-phone-landscape {
  width: calc(100vw * 11/27);
  top: 47%; }

/* line 3945, main.scss */
#products-sb-airplay #overlay-picture-youtube-lego {
  width: calc(100vw * 9.5/27);
  height: calc(100vw * 4.5/27);
  top: 46.5%; }

/* line 3950, main.scss */
#products-sb-airplay #overlay-controller-airplay {
  top: 65%;
  left: 23%; }

/* line 3954, main.scss */
#products-sb-airplay #overlay-controller-airplay > div:first-child .controller-section {
  font-size: var(--text-x1p5); }

/* line 3957, main.scss */
[data-glide-el=progress-last-slide] {
  height: 42.59259vw;
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0); }

/* line 3962, main.scss */
.pdp-gallery-glide-wrapper {
  margin-top: 3.7037vw;
  margin-top: var(--x1);
  margin-bottom: 0; }

/* line 3967, main.scss */
#arc-sb-immerse-yourself .underlay-n-architecture-media {
  height: calc(100vw * 9/27); }

/* line 3970, main.scss */
#overlay-picture-arc-top-cropped {
  width: calc(100vw * 28/27);
  top: 90%; }

/* line 3974, main.scss */
#arc-sb-immerse-yourself {
  background-color: var(--colors-a3);
  margin-left: var(--x1);
  margin-right: var(--x1);
  margin-top: calc(100vw * 1.5/27);
  margin-bottom: var(--x5); }

/* line 3981, main.scss */
#arc-sb-immerse-yourself .underlay-n-architecture-body {
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: transparent;
  color: var(--colors-b1a);
  margin-bottom: calc(100vw * 1/27);
  margin-top: calc(100vw * 1/27);
  height: auto; }

/* line 3990, main.scss */
#arc-sb-immerse-yourself .underlay-n-architecture-media {
  height: calc(100vw * 9/27); }

/* line 3993, main.scss */
#arc-sb-immerse-yourself .lg-width-x9 {
  width: calc(100vw * 10/27); }

/* line 3996, main.scss */
#arc-sb-immerse-yourself #overlay-svg-streaming-services, #arc-sb-immerse-yourself #overlay-svg-streaming-services-2 {
  width: 190%;
  top: 20%;
  left: 0;
  animation: drift 20s infinite linear; }

/* line 4002, main.scss */
#arc-sb-immerse-yourself #overlay-svg-streaming-services-2 {
  left: 191.5%; }

/* line 4005, main.scss */
#arc-sb-immerse-yourself .lg-width-x8 {
  width: calc(100vw * 6.5/27); }

/* line 4008, main.scss */
#arc-sb-dialogue {
  margin-top: calc(100vw * 3.5/27);
  margin-bottom: calc(100vw * 3/27); }

/* line 4012, main.scss */
#arc-sb-dialogue #overlay-picture-lifestyle-arc-tv {
  width: calc(100vw * 12/27);
  height: calc(100vw * 13/27);
  right: 0;
  left: auto;
  transform: translate3d(0, -50%, 0); }

/* line 4019, main.scss */
#arc-sb-dialogue #overlay-svg-app-tv {
  left: calc(100vw * -1.3/27);
  width: calc(100vw * 6/27); }

/* line 4023, main.scss */
#arc-sb-dialogue #overlay-svg-app-tv {
  transform: translate3d(0, -50%, 0); }

/* line 4026, main.scss */
#arc-sb-dialogue #overlay-svg-app-tv-block {
  width: calc(100vw * 4.2/27);
  left: calc(100vw * 1.7/27);
  top: calc(100vw * 5/27);
  opacity: 0.7; }

/* line 4032, main.scss */
#arc-sb-voice-control .lg-height-x12 {
  height: calc(100vw * 12/27); }

/* line 4035, main.scss */
#arc-sb-voice-control .lg-width-x13 {
  width: calc(100vw * 13/27); }

/* line 4038, main.scss */
#arc-sb-voice-control .lg-pr-x3 {
  padding-right: calc(100vw * 3/27); }

/* line 4041, main.scss */
#arc-sb-voice-control .lg-pl-x2 {
  padding-left: calc(100vw * 2/27); }

/* line 4044, main.scss */
#arc-sb-voice-control .lg-mh-nil {
  margin-left: 0;
  margin-right: 0; }

/* line 4048, main.scss */
#arc-sb-voice-control .beside-e-headline {
  width: calc(100vw * 11/27); }

/* line 4051, main.scss */
#arc-sb-voice-control #overlay-soundwaves-4-light {
  left: calc(100vw * -1/27);
  transform: translate3d(0, -50%, 0);
  width: calc(100vw * 13/27);
  height: calc(100vw * 13/27); }

/* line 4057, main.scss */
#arc-sb-voice-control #overlay-picture-arc-top-cropped-voice {
  width: calc(100vw * 11/27);
  left: 0;
  top: 25%;
  transform: none; }

/* line 4063, main.scss */
#arc-sb-voice-control #overlay-speech-bubble-alexa-skip {
  border-radius: calc(100vw * 0.25/27);
  padding-top: calc(100vw * 0.4/27);
  padding-bottom: calc(100vw * 0.4/27);
  padding-left: calc(100vw * 0.75/27);
  padding-right: calc(100vw * 0.75/27);
  top: calc(100vw * 1.25/27);
  left: calc(100vw * 5/27); }

/* line 4072, main.scss */
#arc-sb-voice-control .beside-e-headline {
  width: calc(100vw * 11/27); }

/* line 4075, main.scss */
#sub-g3-sb-lower-lows {
  margin-top: 0; }

/* line 4078, main.scss */
#sub-g3-sb-lower-lows .underlay-n-architecture-body {
  padding-bottom: calc(100vw * 1.5/27);
  padding-top: 0;
  padding-left: calc(100vw * 1.5/27);
  padding-right: calc(100vw * 1.5/27);
  height: auto;
  background-color: var(--colors-a1);
  color: var(--colors-b4a); }

/* line 4087, main.scss */
#sub-g3-sb-lower-lows .underlay-n-architecture-headline {
  width: calc(100vw * 11/27);
  font-size: calc(100vw * 1.3/27);
  z-index: 1; }

/* line 4092, main.scss */
#sub-g3-sb-lower-lows .text-x2 {
  margin-top: calc(100vw * 0.25/27);
  z-index: 1; }

/* line 4096, main.scss */
#sub-g3-sb-lower-lows .underlay-n-architecture-media {
  order: -1;
  height: calc(100vw * 12/27);
  background-color: var(--colors-a1);
  overflow: hidden;
  margin-bottom: calc(100vw * -2.5/27); }

/* line 4103, main.scss */
#sub-g3-sb-lower-lows #overlay-picture-sub-one-pair-tv {
  width: calc(100vw * 25/27);
  top: 45%; }

/* line 4107, main.scss */
#sub-g3-sb-no-buzz .colors-text-page-accent {
  background-color: var(--colors-a1);
  color: #ffffffcc; }

/* line 4111, main.scss */
#sub-g3-sb-seen-and-heard .overlay-e-carousel-body {
  transform: translateY(-55%); }

/* line 4114, main.scss */
#sub-g3-sb-seen-and-heard .colors-bg-page-accent {
  background-color: var(--colors-a1);
  color: #ffffffcc; }

/* line 4118, main.scss */
#port-sb-stream {
  margin-bottom: calc(100vw * 1.5/27); }

/* line 4121, main.scss */
#port-sb-stream .lg-pt-x1 {
  padding-top: calc(100vw * 2/27); }

/* line 4124, main.scss */
#port-sb-stream .lg-width-x9 {
  width: calc(100vw * 12/27); }

/* line 4127, main.scss */
#port-sb-stream .lg-width-x8 {
  width: calc(100vw * 7/27);
  z-index: 1; }

/* line 4131, main.scss */
#overlay-svg-connect-devices {
  width: calc(100vw * 21/27);
  top: calc(100vw * -6.6/27); }

/* line 4135, main.scss */
#port-sb-stream .underlay-n-architecture-body {
  height: var(--x20);
  background-color: #bdd1e7; }

/* line 4139, main.scss */
#overlay-picture-port-front {
  width: calc(100vw * 9/27);
  top: calc(100vw * -3/27);
  transform: translate3d(-48.7%, 0, 0); }

/* line 4144, main.scss */
#port-sb-linein {
  padding-bottom: calc(100vw * 2.5/27);
  margin-bottom: calc(100vw * 4/27);
  background-color: #bdd1e7; }

/* line 4149, main.scss */
#port-sb-linein .underlay-nw-headline {
  width: calc(100vw * 12/27); }

/* line 4152, main.scss */
#port-sb-linein .underlay-nw-media {
  bottom: -7.40741vw;
  right: 0; }

/* line 4156, main.scss */
#port-sb-linein #overlay-picture-port-linein {
  width: calc(100vw * 16/27);
  bottom: calc(100vw * -4.75/27);
  top: inherit;
  left: calc(100vw * 11.5/27); }

/* line 4162, main.scss */
#amp-sb-upgrade .underlay-n-architecture-body {
  height: auto;
  padding-bottom: calc(100vw * 10/27 + 8vw);
  background-color: #b7257c;
  color: #ffffffcc; }

/* line 4168, main.scss */
#amp-sb-upgrade .underlay-n-architecture-headline {
  width: calc(100vw * 12/27);
  font-size: 5vw; }

/* line 4172, main.scss */
#amp-sb-upgrade .underlay-n-architecture-media {
  margin-bottom: calc(100vw * -1.5/27); }

/* line 4175, main.scss */
#amp-sb-upgrade #overlay-svg-amp-devices {
  width: calc(100vw * 21/27);
  top: calc(100vw * -3.5/27);
  transform: translate3d(-51.5%, -100%, 0); }

/* line 4180, main.scss */
#amp-sb-upgrade #overlay-picture-amp-front {
  top: calc(100vw * -4.2/27);
  width: calc(100vw * 13/27);
  left: calc(100vw * 12.33/27);
  transform: translate3d(-48.7%, 0, 0); }

/* line 4186, main.scss */
#amp-sb-amplify .beside-w-media {
  width: calc(100vw * 13/27); }

/* line 4189, main.scss */
#amp-sb-amplify [data-parent-fit=cover] {
  height: 95%; }

/* line 4192, main.scss */
#amp-sb-amplify .beside-w-headline {
  width: calc(100vw * 10/27); }

/* line 4195, main.scss */
#amp-sb-designed .underlay-s-headline {
  padding-top: 22.22222vw;
  padding-top: var(--x6);
  background-color: #b7257c;
  color: #ffffffcc; }

/* line 4201, main.scss */
#amp-sb-designed .colors-bg-page-accent {
  background-color: #b7257c;
  color: #ffffffcc; }

/* line 4206, main.scss */
#amp-sb-designed .underlay-s-media {
  width: var(--x19);
  height: var(--x9);
  margin-bottom: -18.51852vw;
  order: -1; }

/* line 4212, main.scss */
#overlay-picture-architectural {
  left: auto;
  right: auto;
  width: calc(100vw * 23/27); }

/* line 4217, main.scss */
#amp-sb-create .lg-pr-x2 {
  z-index: 1; }

/* line 4220, main.scss */
#amp-sb-create .beside-w-headline {
  font-size: calc(100vw * 1.4/27); }

/* line 4223, main.scss */
#boost-sb-reliability .colors-bg-page-accent {
  background-color: #113f5f;
  color: #ffffffcc; }

/* line 4228, main.scss */
#boost-sb-stream {
  padding-bottom: calc(100vw * 6/27);
  margin-bottom: calc(100vw * 3/27);
  height: auto;
  background-color: transparent;
  color: var(--colors-b1a); }

/* line 4235, main.scss */
#boost-sb-stream .underlay-nw-headline {
  width: calc(100vw * 16/27); }

/* line 4238, main.scss */
#boost-sb-stream .text-x5 {
  z-index: 1; }

/* line 4241, main.scss */
#boost-sb-stream .underlay-nw-media {
  bottom: calc(100vw * -1/27);
  right: calc(100vw * -2.75/27); }

/* line 4245, main.scss */
#boost-sb-stream .underlay-nw-media img {
  width: calc(100vw * 17/27);
  height: auto; }

/* line 4249, main.scss */
#boost-sb-stream .underlay-nw-media #overlay-soundwaves-2-light, #boost-sb-stream .underlay-nw-media #overlay-soundwaves-2-light-2 {
  width: var(--x2);
  height: var(--x2);
  top: 14%;
  left: 38%; }

/* line 4255, main.scss */
#boost-sb-stream .underlay-nw-media #overlay-soundwaves-2-light-2 {
  top: 80%;
  left: 79%; }

/* line 4259, main.scss */
#boost-sb-simple-setup {
  margin-left: calc(100vw * 1/27);
  margin-right: calc(100vw * 1/27);
  height: calc(100vw * 10/27);
  background: var(--colors-a1);
  color: #ffffffcc; }

/* line 4266, main.scss */
#boost-sb-simple-setup .beside-w-media {
  display: flex;
  height: calc(100vw * 6/27);
  top: calc(100vw * 3.35/27);
  right: calc(100vw * 0.3/27); }

/* line 4272, main.scss */
#boost-sb-simple-setup .lg-width-x14.lg-flex-self-center.mh-x2.lg-ma-nil.pa-x2.lg-pv-nil.lg-pl-x3.lg-pr-x2 {
  padding-left: calc(100vw * 2/27); }

/* line 4275, main.scss */
#boost-sb-simple-setup .beside-w-headline {
  width: calc(100vw * 11/27); }

/* line 4278, main.scss */
#ceiling-sb-sound {
  padding-bottom: calc(100vw * 6/27);
  margin-bottom: calc(100vw * 3/27);
  height: calc(100vw * 16.3/27);
  background-color: #bdd1e7; }

/* line 4284, main.scss */
#ceiling-sb-sound .underlay-nw-headline {
  width: calc(100vw * 14/27);
  order: -1; }

/* line 4288, main.scss */
#ceiling-sb-sound .underlay-nw-media {
  order: 0;
  position: absolute;
  margin-bottom: 0;
  bottom: calc(100vw * 1.5/27);
  right: calc(100vw * 1.5/27);
  left: auto;
  width: calc(100vw * 14/27); }

/* line 4297, main.scss */
#ceiling-sb-designed .overlay-e-content {
  width: calc(100vw * 8/27);
  background-color: #bdd1e7; }

/* line 4300, main.scss */
#ceiling-sb-designed .overlay-e-content.al-animate {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

/* line 4305, main.scss */
#products-sb-architectural .underlay-n-architecture-body {
  height: auto;
  padding-bottom: calc(100vw * 13/27 + 11vw);
  background-color: #bdd1e7; }

/* line 4310, main.scss */
#products-sb-architectural .underlay-n-architecture-headline {
  width: calc(100vw * 16/27);
  margin-left: calc(100vw * -1/27);
  margin-right: calc(100vw * 2/27); }

/* line 4315, main.scss */
#products-sb-architectural .text-x2 {
  z-index: 1; }

/* line 4318, main.scss */
#products-sb-architectural #overlay-picture-illus-architectural {
  bottom: calc(100vw * 4/27);
  top: auto;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: calc(100vw * 25/27); }

/* line 4325, main.scss */
#products-sb-architectural #overlay-picture-amp-front {
  width: calc(100vw * 14/27);
  top: calc(100vw * -0.3/27); }

/* line 4329, main.scss */
#home-pb .primary-benefit-media img.lg-disp-block {
  opacity: 1; }

/* line 4332, main.scss */
#home-pb .lg-mb-x0p75 {
  margin-bottom: 0; }

/* line 4335, main.scss */
#home-pb .ph-x2 {
  padding-left: calc(100vw * 4/27);
  padding-right: calc(100vw * 4/27); }

/* line 4339, main.scss */
#home-pb .text-x7 {
  font-size: var(--text-x5);
  color: var(--colors-b4);
  letter-spacing: -0.3vw; }

/* line 4344, main.scss */
#home-pb .lg-pb-x1 {
  padding-bottom: calc(100vw * 0.25/27); }

/* line 4347, main.scss */
#home-pb .primary-benefit-media.pos-relative.mb-x2.lg-mb-x1.lg-mh-x1 {
  margin-bottom: calc(100vw * -7.3/27); }

/* line 4350, main.scss */
#home-pb .ph-x2 {
  padding-left: calc(100vw * 4/27);
  padding-right: calc(100vw * 4/27); }

/* line 4354, main.scss */
#home-pb .lg-text-x3 {
  justify-content: center;
  z-index: 1; }

/* line 4358, main.scss */
#home-pb .lg-ph-x0p5 {
  margin-right: calc(100vw * 0.5/27); }

/* line 4361, main.scss */
#home-pb .bg-b1 {
  background-color: transparent; }

/* line 4364, main.scss */
#home-pb-benefit-1 .border-radius-pill {
  border: 2px solid; }

/* line 4367, main.scss */
.lg-mh-x1 {
  margin-left: calc(100vw * 1/27);
  margin-right: calc(100vw * 1/27); }

/* line 4371, main.scss */
#home-pb #home-pb-mediasection-ModalTrigger {
  display: none; }

/* line 4374, main.scss */
#home-pb {
  margin-bottom: calc(100vw * 3.75/27); }

/* line 4377, main.scss */
.promo#home-pb {
  margin-bottom: calc(100vw * 9.75/27); }

@media (min-width: 1024px) {
  /* line 4381, main.scss */
  nav ul.flex-row {
    display: flex; } }
@media (max-width: 1023px) {
  /* line 4384, main.scss */
  footer nav ul.flex-row {
    display: block; }

  /* line 4385, main.scss */
  footer nav ul.flex-row.social {
    display: -webkit-box; } }
/* line 4387, main.scss */
h2.text-x7, div.text-x7 {
  font-size: 100px;
  letter-spacing: -0.3vw; }

/* line 4388, main.scss */
.breadcrumb {
  z-index: 100; }

/* line 4389, main.scss */
.secondary-nav h3, .secondary-nav h1 {
  position: relative; }

/* line 4390, main.scss */
.secondary-nav h1 {
  margin: 0.67em 0 !important; }

/* line 4391, main.scss */
.secondary-nav .subname {
  position: absolute;
  font-size: 14px;
  color: #767676;
  font-family: 'aktiv-grotesk';
  left: 0;
  top: 35px;
  width: max-content; }

/* line 4392, main.scss */
h3.subname {
  font-size: 16px;
  color: #767676;
  font-family: 'aktiv-grotesk';
  position: relative;
  top: -15px; }

/* line 4393, main.scss */
#main {
  overflow: hidden; }

/* line 4396, main.scss */
#mount-sb-versatility .glide__slides, #mount-sb-versatility .glide__track {
  overflow: visible; }

@media (min-width: 1024px) {
  /* line 4400, main.scss */
  #move-sb-wifi-bluetooth .lg-width-x14 {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 359.1); }

  /* line 4401, main.scss */
  .lg-disp-none {
    display: none; }

  /* line 4404, main.scss */
  .lg-disp-block {
    display: block; }

  /* line 4407, main.scss */
  #mount-sb-sophisticated-design {
    padding-bottom: calc(100vw * 2/27); }

  /* line 4410, main.scss */
  #mount-sb-sophisticated-design .underlay-n-architecture-body {
    height: var(--x7);
    background-color: var(--colors-a5); }

  /* line 4413, main.scss */
  #mount-sb-sophisticated-design .underlay-n-architecture-media {
    height: calc(100vw * 6/27); }

  /* line 4416, main.scss */
  #mount-sb-sophisticated-design .underlay-n-architecture-media {
    background-color: var(--colors-a5); }

  /* line 4419, main.scss */
  #mount-sb-sophisticated-design #overlay-picture-mount-top {
    width: calc(100vw * 9/27);
    top: 45%; }

  /* line 4423, main.scss */
  #mount-sb-easy-installation {
    padding-bottom: var(--x4); }

  /* line 4426, main.scss */
  #mount-sb-easy-installation .beside-n-content {
    padding-bottom: var(--x1);
    margin-bottom: 0;
    width: calc(100vw * 25/27); }

  /* line 4431, main.scss */
  #mount-sb-easy-installation .beside-n-media {
    height: calc(100vw * 10/27);
    background-color: var(--colors-a5); }

  /* line 4435, main.scss */
  #mount-sb-easy-installation #overlay-picture-mount-separated {
    width: calc(100vw * 12/27);
    top: 75%; }

  /* line 4439, main.scss */
  #mount-sb-versatility .beside-n-content {
    padding-bottom: calc(100vw * 1/27);
    width: calc(100vw * 18/27); }

  /* line 4443, main.scss */
  #mount-sb-versatility .beside-n-media {
    padding-bottom: var(--x3); }

  /* line 4446, main.scss */
  #mount-sb-versatility .progress-bar {
    top: calc(100vw * 5/27); }

  /* line 4449, main.scss */
  #beam-sb-hear-every-word .colors-bg-page-accent {
    background-color: #bdd1e7; }

  /* line 4452, main.scss */
  .underlay-ne-media {
    margin-right: -40.74074vw;
    overflow: hidden; }

  /* line 4455, main.scss */
  #overlay-svg-app-tv {
    top: 18%;
    width: calc(100vw * 8/27); }

  /* line 4459, main.scss */
  #overlay-soundwaves-2-light, #overlay-soundwaves-2-light-2 {
    width: calc(100vw * 2.5/27);
    height: calc(100vw * 2.5/27);
    left: 33.7%;
    top: 57.2%; }

  /* line 4465, main.scss */
  #overlay-soundwaves-2-light-2 {
    left: auto;
    right: 18.7%; }

  /* line 4469, main.scss */
  #beam-sb-voice-control #overlay-soundwaves-4-light {
    left: calc(100vw * -4.5/27);
    transform: translate3d(0, -50%, 0);
    width: calc(100vw * 12/27);
    height: calc(100vw * 12/27); }

  /* line 4475, main.scss */
  #beam-sb-voice-control #overlay-picture-beam-top {
    width: calc(100vw * 13/27); }

  /* line 4478, main.scss */
  #beam-sb-voice-control #overlay-speech-bubble-alexa-skip {
    border-radius: calc(100vw * 0.25/27);
    padding-top: calc(100vw * 0.4/27);
    padding-bottom: calc(100vw * 0.4/27);
    padding-left: calc(100vw * 0.75/27);
    padding-right: calc(100vw * 0.75/27);
    top: calc(100vw * 2.75/27);
    left: calc(100vw * 1.5/27); }

  /* line 4487, main.scss */
  #beam-sb-simple-setup .underlay-n-body {
    margin-bottom: 0;
    margin-left: var(--x1);
    background-color: #bdd1e7;
    width: calc(100vw * 16/27);
    padding-bottom: var(--x5); }

  /* line 4494, main.scss */
  #beam-sb-simple-setup .underlay-n-headline {
    white-space: nowrap; }

  /* line 4497, main.scss */
  #beam-sb-simple-setup .underlay-n-content {
    background-color: #bdd1e7;
    width: calc(100vw * 9/27);
    padding-bottom: var(--x5); }

  /* line 4502, main.scss */
  #stands-sb-placement .overlay-e-carousel-body {
    transform: translateY(-55%);
    top: 45%;
    background-color: #bdd1e7; }

  /* line 4507, main.scss */
  #stands-sb-hide-cord .beside-n-content {
    margin-bottom: calc(100vw * 0/27);
    width: calc(100vw * 25/27); }

  /* line 4511, main.scss */
  .lg-pt-x1 {
    padding-top: calc(100vw * 1/27); }

  /* line 4514, main.scss */
  #stands-sb-hide-cord .beside-n-media {
    height: calc(100vw * 11.5/27);
    width: calc(100vw * 23/27);
    background-color: var(--colors-a5);
    margin-bottom: calc(100vw * 2/27); }

  /* line 4520, main.scss */
  #stands-sb-sophisticated-design .underlay-n-architecture-body {
    height: var(--x13);
    width: calc(100vw * 27/27);
    margin-bottom: calc(100vw * -1/27);
    background-color: #bdd1e7; }

  /* line 4526, main.scss */
  #stands-sb-sophisticated-design .underlay-n-architecture-media {
    bottom: calc(100vw * 7.5/27); }

  /* line 4529, main.scss */
  .lg-height-x3 {
    height: calc(100vw * 3/27); }

  /* line 4532, main.scss */
  #stands-sb-sophisticated-design #overlay-picture-stands-top {
    width: calc(100vw * 12/27);
    top: calc(100vw * 5.75/27); }

  /* line 4536, main.scss */
  #mount-pair-sb-sophisticated-design {
    padding-bottom: calc(100vw * 2/27); }

  /* line 4539, main.scss */
  #mount-pair-sb-sophisticated-design .underlay-n-architecture-body {
    height: var(--x7);
    background-color: #bdd1e7; }

  /* line 4543, main.scss */
  #mount-pair-sb-sophisticated-design .underlay-n-architecture-media {
    height: calc(100vw * 6/27);
    background-color: var(--colors-a5); }

  /* line 4547, main.scss */
  #mount-pair-sb-sophisticated-design #overlay-picture-mount-pair-empty-black {
    width: calc(100vw * 12/27);
    top: 50%; }

  /* line 4551, main.scss */
  #mount-sb-versatility .beside-n-media {
    padding-bottom: var(--x3); }

  /* line 4554, main.scss */
  #mount-sb-versatility .beside-n-content {
    padding-bottom: calc(100vw * 1/27);
    width: calc(100vw * 18/27); }

  /* line 4558, main.scss */
  #mount-sb-versatility #overlay-picture-mount-horizontal-black {
    width: calc(100vw * 16/27);
    height: calc(100vw * 16/27);
    top: 65%; }

  /* line 4563, main.scss */
  #mount-sb-versatility .glide__slide {
    background-color: var(--colors-a5);
    height: calc(100vw * 11/27); }

  /* line 4567, main.scss */
  .carousel-media-section [data-glide-el=controls] {
    right: 11.11111vw;
    right: var(--x3);
    top: 41.66667vw; }

  /* line 4572, main.scss */
  #beam-mount-sb-sophisticated-design .underlay-n-architecture-body {
    height: var(--x8);
    width: calc(100vw * 27/27);
    margin-bottom: calc(100vw * -1/27);
    background-color: var(--colors-a5);
    text-align: left; }

  /* line 4579, main.scss */
  #beam-mount-sb-sophisticated-design #overlay-picture-beam-mount-top {
    width: calc(100vw * 23/27);
    top: calc(100vw * 8.5/27); }

  /* line 4583, main.scss */
  #beam-mount-sb-sophisticated-design .underlay-n-architecture-media {
    bottom: calc(100vw * 7.5/27); }

  /* line 4586, main.scss */
  #shelf-sb-sophisticated-design .underlay-n-architecture-body {
    height: var(--x13);
    width: calc(100vw * 27/27);
    margin-bottom: calc(100vw * -1/27);
    background-color: var(--colors-a5); }

  /* line 4592, main.scss */
  #shelf-sb-sophisticated-design .underlay-n-architecture-media {
    bottom: calc(100vw * 7.5/27); }

  /* line 4595, main.scss */
  #shelf-sb-sophisticated-design #overlay-picture-shelf-top {
    width: calc(100vw * 15/27);
    top: calc(100vw * 5.75/27); }

  /* line 4599, main.scss */
  #shelf-sb-hide-cord .beside-n-content {
    margin-bottom: calc(100vw * 1.5/27); }

  /* line 4602, main.scss */
  #shelf-sb-hide-cord .beside-n-media {
    height: calc(100vw * 11.5/27);
    width: calc(100vw * 23/27);
    background-color: var(--colors-a5);
    margin-bottom: calc(100vw * 10/27); }

  /* line 4608, main.scss */
  #shelf-sb-hide-cord #overlay-picture-shelf-exploded {
    width: calc(100vw * 9/27);
    top: calc(100vw * 8.75/27);
    left: calc(100vw * 12.3/27); }

  /* line 4613, main.scss */
  #shelf-sb-versatility .overlay-e-carousel-body {
    transform: translateY(-57%);
    height: calc(100vw * 6.2/27);
    background-color: var(--colors-a5); }

  /* line 4618, main.scss */
  #charging-base-sb-power .colors-bg-page-accent {
    background-color: #113f5f;
    color: #ffffffcc; }

  /* line 4623, main.scss */
  .system-benefits-body {
    padding-right: calc(100vw * 1/27) !important; }

  /* line 4627, main.scss */
  #wall-sb-sound {
    padding-bottom: calc(100vw * 6/27);
    margin-bottom: calc(100vw * 3/27);
    height: calc(100vw * 16.3/27);
    background-color: #f1d9d8; }

  /* line 4633, main.scss */
  #wall-sb-sound .underlay-nw-headline {
    width: calc(100vw * 16/27);
    order: -1; }

  /* line 4637, main.scss */
  #wall-sb-sound .underlay-nw-media {
    order: 0;
    position: absolute;
    margin-bottom: 0;
    bottom: calc(100vw * 1.5/27);
    right: calc(100vw * 1.5/27);
    left: auto;
    width: calc(100vw * 14/27); }

  /* line 4646, main.scss */
  #wall-sb-designed .overlay-e-content {
    width: calc(100vw * 8/27);
    background-color: #f1d9d8;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }

  /* line 4653, main.scss */
  #products-sb-architectural .underlay-n-architecture-body {
    height: auto;
    padding-bottom: calc(100vw * 13/27 + 11vw);
    background-color: #f1d9d8;
    text-align: left; }

  /* line 4659, main.scss */
  #outdoor-sb-weatherproof .underlay-n-architecture-body {
    padding-bottom: calc(100vw * 10/27 + 8vw);
    height: auto;
    background-color: #113f5f;
    color: #ffffffcc;
    text-align: left; }

  /* line 4666, main.scss */
  #overlay-svg-outdoor {
    width: calc(100vw * 25/27);
    top: calc(100vw * -11/27);
    transform: translate3d(-50%, 0%, 0); }

  /* line 4671, main.scss */
  #overlay-picture-outdoor-front {
    top: calc(100vw * -3.8/27);
    width: calc(100vw * 13/27);
    transform: translate3d(-50%, 0, 0); }

  /* line 4676, main.scss */
  #outdoor-sb-architectural .underlay-n-architecture-body {
    height: auto;
    padding-bottom: calc(100vw * 13/27 + 11vw);
    background-color: transparent;
    color: var(--colors-b1a);
    text-align: left; }

  /* line 4683, main.scss */
  #outdoor-sb-architectural #overlay-picture-illus-architectural {
    bottom: calc(100vw * 4/27);
    top: auto;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: calc(100vw * 27/27); }

  /* line 4690, main.scss */
  #outdoor-sb-architectural #overlay-picture-amp-front {
    width: calc(100vw * 14/27);
    top: calc(100vw * -0.5/27); } }
/* line 4696, main.scss */
header .topcat-header-menu li.burger {
  display: inline-block;
  margin-right: -15px; }

@media screen and (max-width: 1023px) {
  /* line 4698, main.scss */
  #home-pb {
    margin-bottom: calc(100vw * 11/27); }

  /* line 4701, main.scss */
  .promo#home-pb {
    margin-bottom: calc(100vw * 27/27); }

  /* line 4704, main.scss */
  #home-pb .primary-benefit-media.pos-relative.mb-x2.lg-mb-x1.lg-mh-x1 {
    margin: 0;
    margin-bottom: calc(100vw * -21.5/27); }

  /* line 4708, main.scss */
  .promo-slider-wrapper .promo-image.disp-none.lg-disp-block {
    display: none; }

  /* line 4711, main.scss */
  header .topcat-header-menu li {
    display: none; }

  /* line 4712, main.scss */
  header .topcat-header-menu li.burger {
    display: inline-block;
    margin-right: 25px; }

  /* line 4713, main.scss */
  .promo-slider-wrapper .promo-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin-bottom: calc(100vw * 0.5/27);
    background-color: transparent; }

  /* line 4725, main.scss */
  #home-pb .text-x7 {
    font-size: var(--text-x7);
    color: var(--colors-b4);
    letter-spacing: -0.3vw;
    padding-bottom: 0; }

  /* line 4731, main.scss */
  #home-sb-arc-3d-sound {
    margin-left: 0;
    margin-right: 0; }

  /* line 4732, main.scss */
  #home-sb-arc-3d-sound .beside-n-content {
    width: var(--x23);
    padding-top: calc(100vw * 3/27);
    padding-bottom: var(--x1); }

  /* line 4737, main.scss */
  #home-sb-arc-3d-sound .beside-n-headline {
    line-height: 1; }

  /* line 4740, main.scss */
  #home-sb-arc-3d-sound .beside-n-media {
    width: calc(100vw * 27/27);
    height: calc(100vw * 19/27); }

  /* line 4744, main.scss */
  #home-sb-arc-3d-sound #overlay-soundwaves-4-light {
    width: calc(100vw * 27/27);
    height: calc(100vw * 12/27);
    left: 14%;
    top: 60%; }

  /* line 4750, main.scss */
  #home-sb-arc-3d-sound #overlay-picture-arc-3d-sound {
    width: calc(100vw * 35/27);
    top: 45%;
    left: 40%; }

  /* line 4755, main.scss */
  #plp-speaker-recommender-landing .beside-w-media {
    height: calc(100vw * 22/27);
    order: 1; }

  /* line 4759, main.scss */
  #plp-speaker-recommender-landing #overlay-soundwaves-4-dark {
    height: calc(100vw * 25/27);
    width: calc(100vw * 25/27);
    top: 40%;
    left: 35%; }

  /* line 4765, main.scss */
  #plp-speaker-recommender-landing #overlay-picture-one-top-sm {
    width: calc(100vw * 9/27);
    top: 40%;
    left: 35%; }

  /* line 4770, main.scss */
  #plp-speaker-recommender-landing #overlay-picture-one-top-white-sm {
    width: calc(100vw * 9/27);
    top: 75%;
    left: 90%; }

  /* line 4775, main.scss */
  #plp-speaker-recommender-landing > div:nth-child(2) {
    padding-bottom: var(--x3);
    padding-top: calc(100vw * 2/27);
    padding-left: calc(100vw * 2/27);
    padding-right: calc(100vw * 2/27);
    width: auto;
    order: 2;
    margin-left: calc(100vw * 2/27);
    margin-right: calc(100vw * 2/27); }

  /* line 4785, main.scss */
  #plp-speaker-recommender-landing .beside-w-headline {
    width: auto; }

  /* line 4786, main.scss */
  #move-sb-home-seasonal {
    margin: calc(100vw * 2/27) 0 calc(100vw * 12/27) 0; }

  /* line 4789, main.scss */
  #move-sb-home-seasonal .beside-e-media {
    order: 1;
    height: calc(100vw * 25/27); }

  /* line 4793, main.scss */
  #move-sb-home-seasonal #overlay-picture-move-base-hover-white {
    width: calc(100vw * 18/27);
    top: 72%; }

  /* line 4797, main.scss */
  #move-sb-home-seasonal .mh-x2 {
    padding-top: var(--x3);
    margin-left: 0;
    margin-right: 0;
    width: auto; }

  /* line 4803, main.scss */
  #move-sb-home-seasonal .beside-e-headline {
    width: calc(100vw * 18/27); }

  /* line 4806, main.scss */
  #move-sb-home-seasonal .text-x5 {
    font-size: calc(32px + 16*(100vw - 375px)/393);
    line-height: 1.27;
    letter-spacing: .4px; }

  /* line 4811, main.scss */
  #why-choose-sonos-homepage {
    height: auto;
    display: -webkit-box; }

  /* line 4812, main.scss */
  #why-choose-sonos-homepage .system-benefits-headline {
    width: var(--x27);
    padding: var(--x2) 0 var(--x5) var(--x3); }

  /* line 4816, main.scss */
  #why-choose-sonos-homepage > .system-benefits-headline + div {
    padding: 0 0 0 var(--x5);
    height: var(--x22);
    width: auto; }

  /* line 4821, main.scss */
  #why-choose-sonos-homepage #overlay-svg-app-artwork {
    left: calc(100vw * 5/27);
    width: var(--x14); }

  /* line 4825, main.scss */
  #why-choose-sonos-homepage #overlay-picture-album-art-13 {
    left: var(--x5);
    top: var(--x9);
    width: var(--x11);
    height: var(--x11); }

  /* line 4831, main.scss */
  #why-choose-sonos-homepage .system-benefits-body {
    padding-top: calc(100vw * 3/27);
    width: auto; }

  /* line 4835, main.scss */
  .card .img-wrapper {
    width: auto; }

  /* line 4836, main.scss */
  .product-tile.beside-n-e .buying-controls-wrapper, .product-tile.beside-n-e .pricing, .product-tile.beside-n-e .shop-now-wrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 4841, main.scss */
  .sonos-menu-offcanvas .primary-content {
    width: auto;
    max-width: none;
    padding-top: 0;
    height: auto; }

  /* line 4842, main.scss */
  .sonos-menu-offcanvas .primary-content-title {
    display: block; }

  /* line 4843, main.scss */
  .primary-content-list li a {
    font-size: 24px; }

  /* line 4844, main.scss */
  .sonos-menu-offcanvas .sonos-menu-close {
    margin-top: -60px !important; }

  /* line 4845, main.scss */
  h2.text-x7 {
    font-size: 36px; }

  /* line 4846, main.scss */
  h1.text-x4, p.lg-width-x11 {
    font-size: 21px;
    width: 100%; }

  /* line 4847, main.scss */
  #pillar-hsw-sb-1 .underlay-n-headline {
    font-size: 21px;
    width: 100%; }

  /* line 4848, main.scss */
  #pillar-hsw-sb-1 .underlay-n-media {
    height: auto; }

  /* line 4849, main.scss */
  #rich-s2-sb-brilliant-sound {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: var(--x8); }

  /* line 4850, main.scss */
  #rich-s2-sb-brilliant-sound .underlay-n-body {
    width: 100vw;
    padding-bottom: 0;
    margin: 0;
    padding-left: calc(100vw * 2/27); }

  /* line 4856, main.scss */
  #rich-s2-sb-brilliant-sound .underlay-n-media {
    height: calc(100vw * 21/27); }

  /* line 4859, main.scss */
  #rich-s2-sb-brilliant-sound #overlay-soundwaves-4-light {
    width: calc(100vw * 26/27);
    height: calc(100vw * 26/27);
    top: 55%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

  /* line 4866, main.scss */
  #rich-s2-sb-brilliant-sound #overlay-picture-arc-front-black {
    width: 300%;
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -100%, 0); }

  /* line 4872, main.scss */
  #rich-s2-sb-brilliant-sound #overlay-svg-dolby-atmos-dark {
    width: calc(100vw * 12/27);
    top: 55%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

  /* line 4878, main.scss */
  #rich-s2-sb-improved-design {
    margin-top: calc(100vw * 4/27);
    margin-bottom: calc(100vw * 2/27);
    padding-bottom: 0; }

  /* line 4883, main.scss */
  #rich-s2-sb-improved-design .beside-e-media {
    margin-bottom: 0; }

  /* line 4886, main.scss */
  #rich-s2-sb-improved-design .mh-x2 {
    width: calc(100vw * 27/27);
    margin-left: 0;
    margin-right: 0; }

  /* line 4891, main.scss */
  #rich-s2-sb-improved-design .pa-x2 {
    padding-bottom: calc(100vw * 22/27); }

  /* line 4894, main.scss */
  #rich-s2-sb-improved-design #overlay-picture-inapp-s2-rooms {
    width: calc(100vw * 29/27);
    top: 60%;
    left: 57%; }

  /* line 4899, main.scss */
  #rich-s2-sb-improved-design #overlay-picture-s2-living-room {
    width: calc(100vw * 21/27);
    top: 100%;
    transform: translate3d(-95%, 200%, 0); }

  /* line 4904, main.scss */
  #rich-s2-sb-improved-design #overlay-picture-s2-dining-room {
    width: calc(100vw * 21/27);
    top: 100%;
    transform: translate3d(-5%, 125%, 0); }

  /* line 4909, main.scss */
  #rich-s2-sb-improved-design #overlay-svg-white-line {
    width: calc(100vw * 35/27);
    top: 65%;
    left: -10%;
    transform: rotate(83deg);
    opacity: 0.4; }

  /* line 4916, main.scss */
  #rich-s2-sb-improved-design #overlay-svg-white-line-2 {
    width: calc(100vw * 40/27);
    top: 80%;
    left: -33%;
    transform: rotate(95deg);
    opacity: 0.4; }

  /* line 4923, main.scss */
  #rich-s2-sb-improved-design .mh-x2 {
    width: calc(100vw * 27/27);
    margin-left: 0;
    margin-right: 0; }

  /* line 4928, main.scss */
  #rich-s2-sb-improved-design .pa-x2 {
    padding-bottom: calc(100vw * 22/27); }

  /* line 4931, main.scss */
  #rich-s2-sb-improved-design .beside-e-headline, #rich-s2-sb-improved-design .beside-e-bodycopy {
    z-index: 1;
    position: relative; }

  /* line 4935, main.scss */
  #rich-s2-sb-improved-design .beside-e-headline {
    width: 100vw; }

  /* line 4938, main.scss */
  #rich-s2-sb-security {
    overflow: hidden; }

  /* line 4940, main.scss */
  #rich-s2-sb-security .beside-w-media {
    order: 1;
    height: calc(100vw * 24/27); }

  /* line 4944, main.scss */
  #overlay-picture-inapp-s2-security {
    width: 185vw;
    top: 60%;
    left: 90%; }

  /* line 4949, main.scss */
  #rich-s2-sb-security .mh-x2 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: calc(100vw * 2/27);
    width: auto; }

  /* line 4955, main.scss */
  #rich-s2-sb-security-headline {
    width: auto !important; }

  /* line 4958, main.scss */
  footer .secondary {
    height: auto;
    /*width: auto; display: block*/ }

  /* line 4959, main.scss */
  footer .secondary li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 4960, main.scss */
  #rich-s2-sb-services {
    margin-bottom: calc(100vw * 8/27);
    margin-left: 0;
    margin-right: 0;
    width: calc(100vw * 27/27); }

  /* line 4966, main.scss */
  #rich-s2-sb-services .underlay-n-body {
    width: 100vw;
    padding-bottom: 0;
    margin: 0; }

  /* line 4971, main.scss */
  #rich-s2-sb-services .underlay-n-headline {
    width: calc(100vw * 19/27); }

  /* line 4974, main.scss */
  #rich-s2-sb-services .underlay-n-media {
    height: calc(100vw * 24/27); }

  /* line 4977, main.scss */
  #rich-s2-sb-services #overlay-picture-inapp-s2-browse {
    width: calc(100vw * 32/27);
    height: auto;
    top: 80%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

  /* line 4986, main.scss */
  #rich-s2-sb-services #overlay-picture-frequency-curve {
    width: 200%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

  /* line 4994, main.scss */
  #rich-s2-sb-control {
    padding-bottom: var(--x3); }

  /* line 4997, main.scss */
  #rich-s2-sb-control .beside-e-media {
    order: 1;
    height: calc(100vw * 36/27); }

  /* line 5001, main.scss */
  #rich-s2-sb-control #overlay-picture-inapp-s2-groups {
    width: calc(100vw * 22/27);
    top: 52%;
    left: 50%; }

  /* line 5006, main.scss */
  #rich-s2-sb-control .mh-x2 {
    margin-left: 0;
    margin-right: 0;
    width: auto; }

  /* line 5011, main.scss */
  #rich-s2-sb-control .beside-e-headline {
    width: calc(100vw * 21/27); }

  /* line 5014, main.scss */
  button[data-collapsible] svg {
    height: 16px; }

  /* line 5017, main.scss */
  #s2-compatible-products-accordion-panel-content {
    width: calc(100vw * 23/27);
    margin-top: var(--x1);
    margin-left: var(--x2); }

  /* line 5022, main.scss */
  #s2-compatible-products-accordion-panel-content > div {
    width: calc(100vw * 10.5/27);
    margin-right: var(--x2);
    margin-bottom: var(--x2); }

  /* line 5027, main.scss */
  #s2-compatible-products-accordion-panel-content > div:nth-child(2), #s2-compatible-products-accordion-panel-content > div:nth-child(4), #s2-compatible-products-accordion-panel-content > div:nth-child(6), #s2-compatible-products-accordion-panel-content > div:nth-child(8), #s2-compatible-products-accordion-panel-content > div:nth-child(10), #s2-compatible-products-accordion-panel-content > div:nth-child(12), #s2-compatible-products-accordion-panel-content > div:nth-child(14), #s2-compatible-products-accordion-panel-content > div:nth-child(16), #s2-compatible-products-accordion-panel-content > div:nth-child(18), #s2-compatible-products-accordion-panel-content > div:nth-child(20) {
    margin-right: 0 !important; }

  /* line 5030, main.scss */
  #s2-compatible-products-accordion-panel-content .lg-height-x11 {
    width: auto;
    height: calc(100vw * 10.5/27);
    margin-bottom: calc(100vw * 0.5/27); }

  /* line 5035, main.scss */
  #rich-s2-download-now .pa-x2 {
    padding-top: var(--x3);
    padding-bottom: var(--x3); }

  /* line 5039, main.scss */
  #rich-s2-download-now .mh-x2 {
    width: 100vw;
    margin-left: 0;
    margin-right: 0; }

  /* line 5044, main.scss */
  #rich-s2-download-now {
    margin-left: 0;
    margin-right: 0; }

  /* line 5049, main.scss */
  #rich-s2-download-now .beside-w-headline, #rich-s2-download-now .text-x2.text-regular {
    text-align: center;
    margin-bottom: var(--x1); }

  /* line 5053, main.scss */
  #rich-s2-download-now .beside-w-headline, #rich-s2-download-now .text-x2.text-regular {
    text-align: center;
    margin-bottom: var(--x1); }

  /* line 5057, main.scss */
  #rich-s2-download-now .beside-w-content > div {
    margin-bottom: calc(100vw * 1/27);
    text-align: center;
    float: none;
    margin-right: 0; }

  /* line 5063, main.scss */
  #rich-s2-download-now .beside-w-content {
    margin-top: calc(100vw * 2/27);
    width: auto;
    text-align: center; }

  /* line 5068, main.scss */
  #rich-s2-download-now .beside-w-content {
    margin-top: calc(100vw * 2/27); }

  /* line 5071, main.scss */
  #rich-s2-download-now #svg-link-s2 .svg-wrapper {
    height: calc(100vw * 4/27);
    margin-top: calc(100vw * 2/27); }

  /* line 5075, main.scss */
  #rich-s2-download-now .beside-w-content > .lg-width-x9 {
    width: auto; }

  /* line 5079, main.scss */
  .accordion-content-container.columns-3 {
    margin-top: 0; }

  /* line 5083, main.scss */
  .accordion-content-container .lg-mr-thirds {
    border-bottom: 1px solid;
    border-right: none;
    padding-bottom: calc(100vw * 3/27);
    padding-top: 0; }

  /* line 5089, main.scss */
  .accordion-content-container .width-x22 {
    width: calc(100vw * 22/27);
    flex-basis: auto; }

  /* line 5093, main.scss */
  #contact-us-main .lg-mb-x0p75 {
    font-size: 24px;
    line-height: 1.32; }

  /* line 5097, main.scss */
  .template-is-page_contact #contact-us-main .text-regular.headline {
    font-size: 20px; }

  /* line 5100, main.scss */
  #contact-us-main .lg-text-x2p5 {
    font-size: 20px; }

  /* line 5103, main.scss */
  #contact-us-main .headline .lg-text-x2p5 {
    font-size: 24px; }

  /* line 5106, main.scss */
  .pdp-gallery-glide [data-glide-dir], .product-carousel-glide [data-glide-dir], .slot-product-slider [data-glide-dir] {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }

  /* line 5111, main.scss */
  #compatible-with-s2 .pa-x2 {
    padding: 0 var(--x2) var(--x1) 0; }

  /* line 5114, main.scss */
  #compatible-with-s2 .mh-x2 {
    margin-left: var(--x2); }

  /* line 5117, main.scss */
  #compatible-with-s2 .svg-wrapper {
    height: calc(100vw * 2.5/27); }

  /* line 5120, main.scss */
  #five-sb-introducing .underlay-n-body {
    width: 100vw;
    margin-left: calc(100vw * 2/27);
    margin-right: calc(100vw * 2/27);
    order: -1;
    padding-bottom: var(--x2);
    padding-top: var(--x3);
    margin-bottom: 0; }

  /* line 5129, main.scss */
  #five-sb-introducing .underlay-n-headline {
    width: calc(100vw * 14/27);
    margin-bottom: 0; }

  /* line 5133, main.scss */
  #five-sb-introducing .underlay-n-content > div {
    flex-direction: column !important; }

  /* line 5136, main.scss */
  #five-sb-introducing .underlay-n-content > div:first-child {
    margin-bottom: var(--x3); }

  /* line 5139, main.scss */
  #five-sb-introducing .underlay-n-media {
    order: inherit;
    height: inherit;
    width: 100vw;
    left: 50%;
    margin-top: 0;
    transform: translate3d(-50%, 0, 0);
    background: #113f5f;
    color: #ffffffcc; }

  /* line 5149, main.scss */
  #five-sb-introducing .underlay-n-content > div:first-child {
    margin-bottom: var(--x3); }

  /* line 5152, main.scss */
  #five-sb-introducing .underlay-n-content > div {
    flex-direction: column !important; }

  /* line 5155, main.scss */
  #five-sb-introducing .svg-full svg {
    width: 80%;
    height: 80%; }

  /* line 5159, main.scss */
  #five-sb-introducing .iconwithtext-text {
    width: calc(100vw * 19/27) !important;
    margin-top: var(--x0p5); }

  /* line 5163, main.scss */
  .iconwithtext-headline {
    font-size: calc(32px + 14*(100vw - 1440px)/1120); }

  /* line 5166, main.scss */
  #five-sb-stereo-sound {
    margin: var(--x3) var(--x1) var(--x3) var(--x1);
    padding-left: var(--x2);
    padding-right: var(--x2); }

  /* line 5171, main.scss */
  #five-sb-stereo-sound .underlay-w-with-columns-content {
    padding-top: 0;
    padding-right: calc(100vw * 2/27); }

  /* line 5175, main.scss */
  #five-sb-stereo-sound .underlay-w-with-columns-media {
    height: calc(100vw * 20/27);
    width: calc(100vw * 21/27); }

  /* line 5179, main.scss */
  #overlay-picture-five-horizontal-soundwaves {
    width: calc(100vw * 24/27);
    top: 60%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    margin-left: 0; }

  /* line 5186, main.scss */
  #overlay-picture-five-vertical-soundwaves {
    width: calc(100vw * 30/27);
    top: 75%;
    left: 50%;
    transform: translate3d(-50%, 75%, 0); }

  /* line 5192, main.scss */
  #five-sb-stereo-sound .bt-x1 {
    border-top: none !important; }

  /* line 5195, main.scss */
  #five-sb-stereo-sound .underlay-w-with-columns-contentlist {
    padding-right: var(--x2); }

  /* line 5198, main.scss */
  #five-sb-stereo-sound .underlay-w-with-columns-contentlist > div {
    text-align: center;
    width: auto !important;
    margin-left: 0; }

  /* line 5203, main.scss */
  #five-sb-stereo-sound .underlay-w-with-columns-contentlist > div:first-child {
    padding-top: 0;
    padding-bottom: 0;
    height: calc(100vw * 10/27);
    margin-left: 0; }

  /* line 5209, main.scss */
  #five-sb-stereo-sound .underlay-w-with-columns-contentlist > div:last-child {
    padding-top: calc(100vw * 20/27);
    padding-bottom: calc(100vw * 1/27); }

  /* line 5213, main.scss */
  #five-sb-linein .underlay-n-architecture-media {
    height: calc(100vw * 16/27); }

  /* line 5216, main.scss */
  #overlay-svg-five-devices {
    width: calc(100vw * 25/27);
    top: 5%; }

  /* line 5220, main.scss */
  #overlay-picture-five-front-black {
    width: calc(100vw * 18/27);
    top: 57%;
    left: 48%; }

  /* line 5225, main.scss */
  #five-sb-linein .underlay-n-architecture-body {
    padding-left: calc(100vw * 1/27);
    padding-right: calc(100vw * 1/27); }

  /* line 5230, main.scss */
  #five-sb-linein .lg-width-x9, #five-sb-linein .lg-width-x8 {
    width: auto; }

  /* line 5231, main.scss */
  #rich-s2-sb-services {
    margin-bottom: calc(100vw * 8/27); }

  /* line 5234, main.scss */
  #rich-s2-sb-services .underlay-n-body {
    width: 100vw;
    padding-bottom: 0;
    margin: 0; }

  /* line 5239, main.scss */
  #rich-s2-sb-services .underlay-n-headline {
    width: calc(100vw * 19/27); }

  /* line 5242, main.scss */
  #rich-s2-sb-services .underlay-n-media {
    height: calc(100vw * 24/27); }

  /* line 5245, main.scss */
  .s2 #rich-s2-sb-services {
    margin-left: 0;
    margin-right: 0;
    width: auto; }

  /* line 5251, main.scss */
  #rich-s2-sb-services .underlay-n-bodycopy {
    width: 100vw; }

  /* line 5255, main.scss */
  #why-choose-sonos {
    height: auto;
    display: -webkit-box; }

  /* line 5259, main.scss */
  #why-choose-sonos .system-benefits-headline {
    width: var(--x27);
    padding: var(--x4) 0 var(--x7) var(--x3); }

  /* line 5263, main.scss */
  #why-choose-sonos .system-benefits-body {
    padding-top: calc(100vw * 4/27); }

  /* line 5266, main.scss */
  #why-choose-sonos #overlay-picture-move-hero-shadow {
    width: calc(100vw * 27/27);
    top: 65%;
    left: 80%; }

  /* line 5271, main.scss */
  #why-choose-sonos #overlay-svg-app-artwork {
    left: 35%;
    width: var(--x14); }

  /* line 5275, main.scss */
  #why-choose-sonos #overlay-sonos-radio-art-sonos-radio {
    left: 35%;
    top: 40%;
    width: calc(100vw * 11.5/27);
    height: calc(100vw * 11.5/27); }

  /* line 5281, main.scss */
  #why-choose-sonos > .system-benefits-headline + div {
    padding: 0 0 0 var(--x5);
    height: var(--x22);
    width: auto; }

  /* line 5286, main.scss */
  #why-choose-sonos .system-benefits-body {
    padding-top: calc(100vw * 4/27);
    width: auto; }

  /* line 5290, main.scss */
  #compatible-with-s1s2 .pa-x2 {
    padding: 0 var(--x2) var(--x1) 0; }

  /* line 5293, main.scss */
  #compatible-with-s1s2 .mh-x2 {
    margin-left: var(--x2);
    width: auto; }

  /* line 5297, main.scss */
  #compatible-with-s1s2 .svg-wrapper {
    height: calc(100vw * 2.5/27); }

  /* line 5300, main.scss */
  #move-sb-great-sound-pdp .underlay-n-architecture-body {
    padding-top: calc(100vw * 2/27);
    padding-bottom: calc(100vw * 2/27); }

  /* line 5304, main.scss */
  #move-sb-great-sound-pdp .underlay-n-architecture-headline {
    width: calc(100vw * 19/27);
    text-align: left;
    font-size: calc(32px + 16*(100vw - 375px)/393);
    line-height: 1.27;
    letter-spacing: .4px; }

  /* line 5311, main.scss */
  #move-sb-great-sound-pdp .underlay-n-architecture-bodycopy {
    text-align: left; }

  /* line 5314, main.scss */
  #move-sb-voice-control #overlay-picture-move-top {
    width: calc(100vw * 31/27);
    left: 85%; }

  /* line 5318, main.scss */
  #move-sb-voice-control #overlay-speech-bubble-move-skipping {
    padding: var(--x0p5) var(--x1) var(--x0p5) var(--x1);
    border-radius: .75em;
    top: 48%;
    left: 30%;
    transform: translate3d(-50%, -50%, 0); }

  /* line 5325, main.scss */
  #move-sb-voice-control #overlay-speech-bubble-alexa-skip {
    padding: var(--x0p5) var(--x1) var(--x0p5) var(--x1);
    border-radius: .75em;
    top: 36%;
    left: 35%;
    transform: translate3d(-50%, -50%, 0); }

  /* line 5332, main.scss */
  #move-sb-voice-control #overlay-speech-bubble-alexa-alarm {
    padding: var(--x0p5) var(--x1) var(--x0p5) var(--x1);
    border-radius: .75em;
    top: 60%;
    left: 36%;
    transform: translate3d(-50%, -50%, 0); }

  /* line 5339, main.scss */
  #move-sb-voice-control .flex-self-center {
    font-size: var(--text-x1p5); }

  /* line 5342, main.scss */
  #move-sb-voice-control .pa-x2 {
    padding-top: var(--x1); }

  /* line 5345, main.scss */
  #move-sb-voice-control .mh-x2 {
    margin-left: 0;
    margin-right: 0; }

  /* line 5349, main.scss */
  #move-sb-wifi-bluetooth #overlay-picture-move-top-light {
    width: calc(100vw * 31/27);
    left: 15%;
    opacity: 1; }

  /* line 5354, main.scss */
  #move-sb-wifi-bluetooth .pa-x2 {
    padding-top: var(--x1); }

  /* line 5357, main.scss */
  #move-sb-wifi-bluetooth .mh-x2 {
    margin-left: 0;
    margin-right: 0; }

  /* line 5361, main.scss */
  #move-animation-sb-voice-wifi.js-initialized .lg-width-x14 {
    width: auto;
    height: auto; }

  /* line 5362, main.scss */
  #move-animation-sb-voice-wifi.js-initialized {
    height: auto; }

  /* line 5363, main.scss */
  #move-animation-sb-voice-wifi.js-initialized > * {
    position: relative; }

  /* line 5365, main.scss */
  #move-sb-wifi-bluetooth #overlay-picture-move-top-bluetooth {
    display: none; }

  /* line 5368, main.scss */
  #move-sb-wifi-bluetooth #overlay-controller-wifi-bluetooth {
    left: 65%;
    top: 50%; }

  /* line 5372, main.scss */
  #move-sb-recharging .underlay-ne-media {
    margin-left: 0;
    margin-right: 0; }

  /* line 5376, main.scss */
  #move-sb-recharging .underlay-ne-body, #one-sb-brilliant-sound .underlay-ne-body {
    padding-bottom: calc(100vw * 4/27);
    padding-left: calc(100vw * 2/27) !important;
    padding-right: calc(100vw * 2/27); }

  /* line 5381, main.scss */
  .recommendations .glide__track {
    padding-left: 0; }

  /* line 5382, main.scss */
  #one-sb-voice-control .beside-w-media {
    order: -1; }

  /* line 5383, main.scss */
  #one-sb-voice-control #overlay-soundwaves-4-light {
    width: var(--x27);
    height: var(--x27); }

  /* line 5387, main.scss */
  #one-sb-voice-control #overlay-picture-one-top {
    width: calc(100vw * 21/27);
    height: calc(100vw * 21/27); }

  /* line 5391, main.scss */
  #one-sb-voice-control #overlay-speech-bubble-alexa-skip {
    border-radius: calc(100vw * 0.5/27);
    padding-top: calc(100vw * 1/27);
    padding-bottom: calc(100vw * 1/27);
    padding-left: calc(100vw * 1.5/27);
    padding-right: calc(100vw * 1.5/27);
    right: calc(100vw * 8.15/27);
    top: calc(100vw * -1.5/27); }

  /* line 5400, main.scss */
  #one-sb-voice-control .lg-width-x14 {
    width: auto; }

  /* line 5401, main.scss */
  #one-sb-stereo-pair {
    height: auto;
    padding-bottom: calc(100vw * 16/27);
    margin-bottom: var(--x8); }

  /* line 5402, main.scss */
  #one-sb-stereo-pair #overlay-soundwaves-4-light, #one-sb-stereo-pair #overlay-soundwaves-4-light-2 {
    width: calc(100vw * 18/27);
    height: calc(100vw * 18/27);
    top: auto;
    left: calc(100vw * 6/27);
    bottom: calc(100vw * 8.5/27);
    transform: translate3d(-50%, 50%, 0); }

  /* line 5410, main.scss */
  #one-sb-stereo-pair #overlay-soundwaves-4-light-2 {
    left: auto;
    right: calc(100vw * 6/27);
    transform: translate3d(50%, 50%, 0); }

  /* line 5415, main.scss */
  #one-sb-stereo-pair #overlay-picture-one-front, #one-sb-stereo-pair #overlay-picture-one-front-2 {
    top: auto;
    left: calc(100vw * 1/27);
    bottom: calc(100vw * 0.5/27);
    transform: none;
    width: calc(100vw * 11/27);
    height: calc(100vw * 16/27); }

  /* line 5423, main.scss */
  #one-sb-stereo-pair #overlay-picture-one-front-2 {
    left: auto;
    right: calc(100vw * 1/27); }

  /* line 5427, main.scss */
  #one-sb-stereo-pair .underlay-nw-media {
    right: unset; }

  /* line 5428, main.scss */
  #products-sb-airplay {
    margin-top: calc(100vw * 3/27);
    margin-bottom: calc(100vw * 10/27); }

  /* line 5432, main.scss */
  #products-sb-airplay .beside-w-media {
    height: calc(100vw * 13/27); }

  /* line 5435, main.scss */
  #products-sb-airplay #overlay-svg-phone-landscape {
    width: calc(100vw * 25/27); }

  /* line 5438, main.scss */
  #products-sb-airplay #overlay-picture-youtube-lego {
    width: calc(100vw * 22/27);
    height: auto; }

  /* line 5442, main.scss */
  #products-sb-airplay #overlay-controller-airplay {
    top: 55%;
    left: 50%;
    transform: translate3d(-50%, 0%, 0); }

  /* line 5447, main.scss */
  #products-sb-airplay > div:last-child {
    order: -1;
    width: auto; }

  /* line 5451, main.scss */
  #products-sb-airplay .beside-w-headline {
    width: calc(100vw * 16/27); }

  /* line 5454, main.scss */
  #arc-sb-immerse-yourself .lg-width-x9, #arc-sb-immerse-yourself .lg-width-x8 {
    width: auto;
    text-align: left; }

  /* line 5455, main.scss */
  #arc-sb-immerse-yourself .underlay-n-architecture-media {
    height: calc(100vw * 16/27); }

  /* line 5458, main.scss */
  #arc-sb-immerse-yourself #overlay-svg-streaming-services, #arc-sb-immerse-yourself #overlay-svg-streaming-services-2 {
    width: 440%;
    top: 0;
    left: 0;
    transform: translateX(0);
    animation: drift 18s infinite linear; }

  /* line 5465, main.scss */
  #overlay-svg-streaming-services-2 {
    left: 444%; }

  /* line 5468, main.scss */
  #overlay-picture-arc-top-cropped {
    width: 250%;
    top: 85%; }

  /* line 5472, main.scss */
  #arc-sb-elegant-design .underlay-ne-body {
    padding-left: calc(100vw * 2/27) !important; }

  /* line 5475, main.scss */
  #arc-sb-dialogue {
    margin-top: calc(100vw * 4/27); }

  /* line 5478, main.scss */
  #arc-sb-dialogue .beside-w-media {
    order: -1; }

  /* line 5480, main.scss */
  #arc-sb-dialogue #overlay-picture-lifestyle-arc-tv {
    right: 0;
    left: auto;
    transform: translate3d(0, -50%, 0);
    width: calc(100vw * 22/27);
    height: calc(100vw * 22/27); }

  /* line 5487, main.scss */
  #arc-sb-dialogue #overlay-svg-app-tv {
    left: calc(100vw * -1.25/27);
    transform: translate3d(0, -50%, 0);
    width: var(--x14); }

  /* line 5492, main.scss */
  #arc-sb-dialogue #overlay-svg-app-tv-block {
    width: calc(100vw * 10/27);
    left: calc(100vw * 5.95/27);
    top: calc(100vw * 11.5/27);
    opacity: 0.7; }

  /* line 5498, main.scss */
  #overlay-soundwaves-2-light {
    width: calc(100vw * 3.5/27);
    height: calc(100vw * 3.5/27);
    left: 37.5%;
    top: 80.1%; }

  /* line 5504, main.scss */
  #arc-sb-dialogue .pa-x2 {
    padding-left: calc(100vw * 1/27);
    width: auto; }

  /* line 5508, main.scss */
  #arc-sb-voice-control {
    margin-top: calc(100vw * 3/27);
    margin-bottom: calc(100vw * 3/27); }

  /* line 5512, main.scss */
  #arc-sb-voice-control .beside-e-media {
    margin-bottom: calc(100vw * -3/27);
    width: auto;
    height: calc(100vw * 27/27); }

  /* line 5517, main.scss */
  #arc-sb-voice-control #overlay-soundwaves-4-light {
    width: calc(100vw * 27/27);
    height: calc(100vw * 27/27); }

  /* line 5521, main.scss */
  #arc-sb-voice-control #overlay-picture-arc-top-cropped-voice {
    width: calc(100vw * 27/27);
    left: 40%;
    top: 50%;
    -webkit-transform: translate3d(-20%, -50%, 0);
    transform: translate3d(-20%, -50%, 0); }

  /* line 5528, main.scss */
  #arc-sb-voice-control #overlay-speech-bubble-alexa-skip {
    border-radius: calc(100vw * 0.5/27);
    padding-top: calc(100vw * 1/27);
    padding-bottom: calc(100vw * 1/27);
    padding-left: calc(100vw * 1.5/27);
    padding-right: calc(100vw * 1.5/27);
    left: 30%;
    top: 5%; }

  /* line 5537, main.scss */
  #arc-sb-voice-control .lg-mh-nil {
    width: auto; }

  /* line 5540, main.scss */
  #beam-sb-hear-every-word .colors-bg-page-accent, beam-sb-simple-setup .colors-bg-page-accent {
    background-color: #bdd1e7; }

  /* line 5544, main.scss */
  #beam-sb-hear-every-word .underlay-ne-media {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden; }

  /* line 5550, main.scss */
  #beam-sb-hear-every-word .mh-x2 {
    margin-left: calc(100vw * 2/27);
    margin-right: calc(100vw * 2/27);
    padding-top: calc(100vw * 2/27);
    padding-bottom: calc(100vw * 2/27);
    padding-left: calc(100vw * 2/27) !important;
    padding-right: calc(100vw * 2/27); }

  /* line 5559, main.scss */
  #overlay-svg-app-tv {
    top: 10%;
    width: calc(100vw * 15/27); }

  /* line 5563, main.scss */
  #overlay-soundwaves-2-light, #overlay-soundwaves-2-light-2 {
    width: calc(100vw * 5/27);
    height: calc(100vw * 5/27);
    left: 32%;
    top: 55.8%; }

  /* line 5569, main.scss */
  #overlay-soundwaves-2-light-2 {
    left: auto;
    right: 14.2%; }

  /* line 5573, main.scss */
  #beam-sb-voice-control .beside-e-media {
    margin-bottom: calc(100vw * -3/27); }

  /* line 5576, main.scss */
  #beam-sb-voice-control #overlay-soundwaves-4-light {
    width: calc(100vw * 27/27);
    height: calc(100vw * 27/27); }

  /* line 5580, main.scss */
  #beam-sb-voice-control #overlay-picture-beam-top {
    width: calc(100vw * 27/27);
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

  /* line 5587, main.scss */
  #beam-sb-voice-control #overlay-speech-bubble-alexa-skip {
    border-radius: calc(100vw * 0.5/27);
    padding-top: calc(100vw * 1/27);
    padding-bottom: calc(100vw * 1/27);
    padding-left: calc(100vw * 1.5/27);
    padding-right: calc(100vw * 1.5/27);
    left: calc(100vw * 5.15/27);
    top: calc(100vw * 2/27); }

  /* line 5596, main.scss */
  #beam-sb-voice-control .lg-width-x14 {
    width: auto; }

  /* line 5597, main.scss */
  #beam-sb-simple-setup .underlay-n-body {
    padding-bottom: var(--x9);
    margin-bottom: -25.92593vw;
    background-color: #bdd1e7; }

  /* line 5602, main.scss */
  #beam-sb-simple-setup .underlay-n-content {
    padding-bottom: calc(100vw * 2/27);
    padding-left: calc(100vw * 2/27);
    padding-right: calc(100vw * 2/27);
    padding-top: var(--x8);
    margin-top: -22.22222vw;
    background-color: #bdd1e7; }

  /* line 5610, main.scss */
  #sub-g3-sb-no-buzz {
    margin-bottom: var(--x3); }

  /* line 5613, main.scss */
  #sub-g3-sb-no-buzz .mh-x2 {
    margin-left: calc(100vw * 2/27);
    margin-right: calc(100vw * 2/27);
    padding-top: calc(100vw * 2/27);
    padding-bottom: calc(100vw * 2/27);
    padding-left: calc(100vw * 2/27) !important;
    padding-right: calc(100vw * 2/27); }

  /* line 5621, main.scss */
  #sub-g3-sb-seen-and-heard .overlay-e-carousel-body {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    transform: none; }

  /* line 5627, main.scss */
  #sub-g3-sb-lower-lows {
    margin-bottom: var(--x4); }

  /* line 5630, main.scss */
  #sub-g3-sb-lower-lows .underlay-n-architecture-media {
    height: calc(100vw * 17/27);
    width: 100%;
    margin-bottom: calc(100vw * -2/27); }

  /* line 5635, main.scss */
  #sub-g3-sb-lower-lows .underlay-n-architecture-body {
    width: auto;
    text-align: left; }

  /* line 5640, main.scss */
  #sub-g3-sb-lower-lows .underlay-n-architecture-headline {
    width: calc(100vw * 19/27);
    z-index: 1; }

  /* line 5644, main.scss */
  #sub-g3-sb-lower-lows #overlay-picture-sub-one-pair-tv {
    width: 150%;
    top: 58%; }

  /* line 5648, main.scss */
  #port-sb-stream .underlay-n-architecture-body {
    height: auto;
    padding-bottom: calc(100vw * 10/27 + 8vw); }

  /* line 5652, main.scss */
  #overlay-svg-connect-devices {
    width: calc(100vw * 20.5/27);
    top: calc(100vw * -4/27);
    transform: translate3d(-50%, -100%, 0); }

  /* line 5657, main.scss */
  #overlay-picture-port-front {
    width: calc(100vw * 14/27);
    top: calc(100vw * -4.5/27);
    transform: translate3d(-50%, 0, 0); }

  /* line 5662, main.scss */
  #port-sb-stream .lg-width-x9, #port-sb-stream .lg-width-x8 {
    width: auto;
    text-align: left; }

  /* line 5666, main.scss */
  #port-sb-linein .underlay-nw-media {
    bottom: -22.22222vw;
    right: auto; }

  /* line 5670, main.scss */
  #port-sb-linein #overlay-picture-port-linein {
    width: calc(100vw * 32/27);
    top: inherit;
    bottom: calc(100vw * -8/27);
    left: calc(100vw * 16.6/27); }

  /* line 5676, main.scss */
  #port-sb-linein.underlay-nw-wrapper {
    padding-bottom: 37.03704vw;
    padding-bottom: var(--x10);
    margin-bottom: 29.62963vw;
    margin-bottom: var(--x8); }

  /* line 5682, main.scss */
  #port-sb-linein .underlay-nw-headline {
    width: auto; }

  /* line 5685, main.scss */
  #amp-sb-upgrade .underlay-n-architecture-body {
    height: auto;
    padding-bottom: calc(100vw * 10/27 + 8vw);
    text-align: left; }

  /* line 5690, main.scss */
  #amp-sb-upgrade .underlay-n-architecture-headline {
    width: calc(100vw * 14.5/27); }

  /* line 5693, main.scss */
  #amp-sb-upgrade #overlay-svg-amp-devices {
    width: calc(100vw * 20/27);
    top: calc(100vw * -3.5/27);
    transform: translate3d(-50%, -100%, 0); }

  /* line 5698, main.scss */
  #amp-sb-upgrade #overlay-picture-amp-front {
    top: calc(100vw * -3.5/27);
    transform: translate3d(-48.7%, 0, 0);
    width: calc(100vw * 18/27);
    left: 50%; }

  /* line 5704, main.scss */
  #amp-sb-amplify .beside-w-media {
    margin-bottom: calc(100vw * -2.5/27);
    width: calc(100vw * 27/27);
    order: -1; }

  /* line 5709, main.scss */
  #amp-sb-amplify .lg-width-x14 {
    width: auto; }

  /* line 5712, main.scss */
  #amp-sb-designed .underlay-s-media {
    width: var(--x27);
    height: var(--x17);
    order: 0;
    margin-bottom: 0; }

  /* line 5718, main.scss */
  #amp-sb-designed .pa-x2 {
    padding-top: calc(100vw * 2/27);
    padding-bottom: calc(100vw * 2/27);
    padding-left: calc(100vw * 2/27);
    padding-right: calc(100vw * 2/27); }

  /* line 5724, main.scss */
  #amp-sb-create .lg-width-x14 {
    order: -1;
    width: auto; }

  /* line 5728, main.scss */
  #amp-sb-create #overlay-picture-architectural {
    left: 55%;
    width: calc(100vw * 27/27); }

  /* line 5732, main.scss */
  #boost-sb-reliability .colors-bg-page-accent {
    padding-left: calc(100vw * 2/27) !important; }

  /* line 5736, main.scss */
  #boost-sb-stream {
    background-color: transparent;
    color: var(--colors-b1a);
    margin-bottom: calc(100vw * 10/27);
    height: 100vw;
    padding-bottom: var(--x10); }

  /* line 5743, main.scss */
  #boost-sb-stream .underlay-nw-headline {
    width: calc(100vw * 19/27); }

  /* line 5746, main.scss */
  #boost-sb-stream .underlay-nw-media {
    right: calc(100vw * -2.5/27);
    bottom: -22.22222vw; }

  /* line 5750, main.scss */
  #boost-sb-stream .underlay-nw-media img {
    width: auto; }

  /* line 5754, main.scss */
  #boost-sb-stream .underlay-nw-media #overlay-soundwaves-2-light, #boost-sb-stream .underlay-nw-media #overlay-soundwaves-2-light-2 {
    width: var(--x3);
    height: var(--x3);
    top: 14%;
    left: 40%; }

  /* line 5760, main.scss */
  #boost-sb-stream .underlay-nw-media #overlay-soundwaves-2-light-2 {
    top: 85%;
    left: 83%; }

  /* line 5764, main.scss */
  #boost-sb-reliability .underlay-ne-media {
    margin-left: 0; }

  /* line 5768, main.scss */
  #boost-sb-simple-setup {
    height: auto; }

  /* line 5772, main.scss */
  #boost-sb-simple-setup .beside-w-media {
    height: auto;
    order: 2;
    padding-bottom: calc(100vw * 3/27);
    top: unset;
    right: unset; }

  /* line 5779, main.scss */
  #boost-sb-simple-setup .lg-width-x14.lg-flex-self-center.mh-x2.lg-ma-nil.pa-x2.lg-pv-nil.lg-pl-x3.lg-pr-x2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: calc(100vw * 3/27);
    width: auto; }

  /* line 5785, main.scss */
  #boost-sb-simple-setup .beside-w-headline {
    width: auto; }

  /* line 5789, main.scss */
  .overlay-e-carousel-body.al-animate {
    transform: none;
    background-color: #bdd1e7; }

  /* line 5794, main.scss */
  #stands-sb-hide-cord .beside-n-content {
    margin-bottom: calc(100vw * 3/27); }

  /* line 5797, main.scss */
  #stands-sb-hide-cord .beside-n-media {
    height: calc(100vw * 15.5/27);
    width: calc(100vw * 23/27);
    background-color: var(--colors-a5);
    margin-bottom: calc(100vw * 14/27); }

  /* line 5803, main.scss */
  #stands-sb-hide-cord #overlay-picture-stand-separated {
    width: calc(100vw * 15/27);
    top: calc(100vw * 12/27);
    left: calc(100vw * 11.3/27); }

  /* line 5808, main.scss */
  #stands-sb-sophisticated-design .underlay-n-architecture-body {
    height: var(--x27);
    width: calc(100vw * 24/27);
    margin-bottom: calc(100vw * 2/27);
    background-color: #bdd1e7; }

  /* line 5814, main.scss */
  #stands-sb-sophisticated-design .underlay-n-architecture-media {
    bottom: calc(100vw * 3.5/27);
    height: calc(100vw * 11/27); }

  /* line 5818, main.scss */
  #stands-sb-sophisticated-design #overlay-picture-stands-top {
    width: calc(100vw * 19/27);
    top: calc(100vw * 4/27); }

  /* line 5822, main.scss */
  .lg-disp-none {
    display: block; }

  /* line 5823, main.scss */
  #mount-pair-sb-sophisticated-design .underlay-n-architecture-body {
    height: var(--x18);
    background-color: var(--colors-a5); }

  /* line 5827, main.scss */
  #mount-pair-sb-sophisticated-design .underlay-n-architecture-media {
    background-color: var(--colors-a5);
    height: var(--x17); }

  /* line 5831, main.scss */
  #mount-pair-sb-sophisticated-design #overlay-picture-mount-pair-empty-black {
    width: calc(100vw * 25/27);
    top: 55%; }

  /* line 5835, main.scss */
  #mount-pair-sb-sophisticated-design {
    padding-bottom: var(--x4); }

  /* line 5838, main.scss */
  #mount-sb-sophisticated-design {
    padding-bottom: var(--x4); }

  /* line 5841, main.scss */
  #mount-sb-sophisticated-design .underlay-n-architecture-body {
    height: var(--x22);
    background-color: var(--colors-a5);
    text-align: left; }

  /* line 5846, main.scss */
  #mount-sb-sophisticated-design .underlay-n-architecture-headline {
    width: calc(100vw * 13/27);
    text-align: left; }

  /* line 5850, main.scss */
  #mount-sb-sophisticated-design .underlay-n-architecture-media {
    background-color: var(--colors-a5);
    height: var(--x17); }

  /* line 5854, main.scss */
  #mount-sb-sophisticated-design #overlay-picture-mount-top {
    width: calc(100vw * 18/27);
    top: 55%; }

  /* line 5858, main.scss */
  #mount-sb-easy-installation {
    padding-bottom: var(--x8); }

  /* line 5861, main.scss */
  #mount-sb-easy-installation .beside-n-content {
    padding-bottom: 0;
    margin-bottom: 0; }

  /* line 5865, main.scss */
  #mount-sb-easy-installation .beside-n-media {
    height: calc(100vw * 16/27);
    background-color: var(--colors-a5); }

  /* line 5869, main.scss */
  #mount-sb-easy-installation #overlay-picture-mount-separated {
    width: calc(100vw * 20/27);
    top: 80%; }

  /* line 5873, main.scss */
  #mount-sb-versatility .beside-n-media {
    padding-bottom: var(--x4); }

  /* line 5876, main.scss */
  #mount-sb-versatility .glide__slide {
    background-color: var(--colors-a5);
    height: calc(100vw * 15/27); }

  /* line 5880, main.scss */
  #mount-sb-versatility #overlay-picture-mount-horizontal-black {
    width: calc(100vw * 22/27);
    height: calc(100vw * 22/27);
    top: 65%; }

  /* line 5885, main.scss */
  #mount-sb-versatility .mh-x2 {
    margin-left: calc(100vw * 2/27);
    margin-right: calc(100vw * 2/27); }

  /* line 5889, main.scss */
  #mount-sb-versatility .pv-x2 {
    padding-top: calc(100vw * 2/27);
    padding-bottom: calc(100vw * 2/27);
    width: auto; }

  /* line 5894, main.scss */
  #beam-mount-sb-sophisticated-design {
    margin-bottom: calc(100vw * -3/27);
    text-align: left; }

  /* line 5898, main.scss */
  #beam-mount-sb-sophisticated-design .underlay-n-architecture-body {
    height: var(--x18);
    width: calc(100vw * 24/27);
    margin-bottom: calc(100vw * 2/27);
    background-color: var(--colors-a5); }

  /* line 5904, main.scss */
  #beam-mount-sb-sophisticated-design .underlay-n-architecture-media {
    bottom: calc(100vw * 7.5/27); }

  /* line 5907, main.scss */
  #beam-mount-sb-sophisticated-design #overlay-picture-beam-mount-top {
    width: calc(100vw * 26/27);
    top: calc(100vw * 4/27); }

  /* line 5911, main.scss */
  #shelf-sb-sophisticated-design .underlay-n-architecture-body {
    height: var(--x27);
    width: calc(100vw * 24/27);
    margin-bottom: calc(100vw * 2/27);
    background-color: var(--colors-a5);
    text-align: left; }

  /* line 5918, main.scss */
  #shelf-sb-sophisticated-design .underlay-n-architecture-media {
    bottom: calc(100vw * 5.5/27); }

  /* line 5921, main.scss */
  #shelf-sb-sophisticated-design #overlay-picture-shelf-top {
    width: calc(100vw * 26/27);
    top: calc(100vw * 4/27); }

  /* line 5925, main.scss */
  #shelf-sb-hide-cord .beside-n-content {
    margin-bottom: calc(100vw * 3/27); }

  /* line 5928, main.scss */
  #shelf-sb-hide-cord .beside-n-media {
    height: calc(100vw * 15.5/27);
    width: calc(100vw * 23/27);
    background-color: var(--colors-a5);
    margin-bottom: calc(100vw * 14/27); }

  /* line 5934, main.scss */
  #shelf-sb-hide-cord #overlay-picture-shelf-exploded {
    width: calc(100vw * 13/27);
    top: calc(100vw * 12.5/27);
    left: calc(100vw * 12.6/27); }

  /* line 5939, main.scss */
  #charging-base-sb-power .colors-bg-page-accent {
    background-color: #113f5f;
    color: #ffffffcc; }

  /* line 5944, main.scss */
  #charging-base-sb-power .underlay-ne-media {
    margin-left: 0;
    margin-right: 0; }

  /* line 5948, main.scss */
  #charging-base-sb-power .underlay-ne-body {
    padding-left: calc(100vw * 2/27) !important; }

  /* line 5951, main.scss */
  #charging-base-sb-recharge .lg-width-x14 {
    width: auto; }

  /* line 5955, main.scss */
  #charging-base-sb-recharge .beside-w-media {
    order: -1; }

  /* line 5958, main.scss */
  .card.product-tile {
    padding-bottom: 100px; }

  /* line 5962, main.scss */
  #ceiling-sb-sound {
    height: auto;
    margin-bottom: var(--x2);
    padding-bottom: var(--x2); }

  /* line 5967, main.scss */
  #ceiling-sb-sound .underlay-nw-headline {
    order: -1;
    width: calc(100vw * 19/27); }

  /* line 5971, main.scss */
  #ceiling-sb-sound .underlay-nw-media {
    order: -1;
    margin-bottom: var(--x2);
    position: relative;
    bottom: auto;
    right: auto;
    left: 0;
    width: calc(100vw * 22/27); }

  /* line 5980, main.scss */
  #ceiling-sb-designed .overlay-e-content {
    order: -1;
    width: auto; }

  /* line 5985, main.scss */
  #ceiling-sb-designed .overlay-e-content.al-animate {
    top: auto;
    transform: none; }

  /* line 5990, main.scss */
  #products-sb-architectural .underlay-n-architecture-body {
    height: auto;
    padding-bottom: calc(100vw * 15/27 + 30vw); }

  /* line 5994, main.scss */
  #products-sb-architectural #overlay-picture-illus-architectural {
    bottom: calc(100vw * 7.5/27);
    top: auto;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: calc(100vw * 23/27); }

  /* line 6001, main.scss */
  #products-sb-architectural #overlay-picture-amp-front {
    top: calc(100vw * -1/27);
    width: calc(100vw * 19/27); }

  /* line 6005, main.scss */
  #wall-sb-sound {
    height: auto;
    margin-bottom: var(--x2);
    padding-bottom: var(--x2);
    background-color: #f1d9d8; }

  /* line 6011, main.scss */
  #wall-sb-sound .underlay-nw-headline {
    order: -1;
    width: calc(100vw * 19/27); }

  /* line 6015, main.scss */
  #wall-sb-sound .underlay-nw-media {
    order: -1;
    margin-bottom: var(--x2);
    position: relative;
    width: auto;
    bottom: auto;
    right: auto;
    left: 0;
    width: calc(100vw * 22/27); }

  /* line 6025, main.scss */
  #wall-sb-designed .overlay-e-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    background-color: #f1d9d8; }

  /* line 6031, main.scss */
  #products-sb-architectural .underlay-n-architecture-body {
    height: auto;
    padding-bottom: calc(100vw * 15/27 + 30vw);
    background-color: #f1d9d8;
    text-align: left; }

  /* line 6037, main.scss */
  #products-sb-architectural .underlay-n-architecture-headline {
    width: calc(100vw * 20/27);
    margin-left: 0; }

  /* line 6041, main.scss */
  #outdoor-sb-weatherproof .underlay-n-architecture-body {
    height: auto;
    padding-bottom: calc(100vw * 14/27 + 8vw);
    background-color: #113f5f;
    color: #ffffffcc;
    text-align: left; }

  /* line 6048, main.scss */
  #overlay-svg-outdoor {
    width: calc(100vw * 27/27);
    top: calc(100vw * -15/27);
    transform: translate3d(-50%, 0%, 0); }

  /* line 6053, main.scss */
  #overlay-picture-outdoor-front {
    top: calc(100vw * -6/27);
    transform: translate3d(-50%, 0, 0);
    width: calc(100vw * 19/27); }

  /* line 6058, main.scss */
  #outdoor-sb-architectural .underlay-n-architecture-body {
    background-color: transparent;
    color: var(--colors-b1a);
    height: auto;
    padding-bottom: calc(100vw * 15/27 + 30vw);
    text-align: left; }

  /* line 6065, main.scss */
  #outdoor-sb-architectural #overlay-picture-illus-architectural {
    bottom: calc(100vw * 5/27);
    top: auto;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: calc(100vw * 27/27); }

  /* line 6072, main.scss */
  #outdoor-sb-architectural #overlay-picture-amp-front {
    top: calc(100vw * 0.6/27);
    width: calc(100vw * 19/27); }

  /* line 6076, main.scss */
  #pillar-hsw-sb-2 .beside-n-content {
    width: var(--x23);
    padding-top: 0;
    padding-bottom: var(--x1); }

  /* line 6081, main.scss */
  #pillar-hsw-sb-2 .beside-n-headline {
    line-height: 1; }

  /* line 6084, main.scss */
  #pillar-hsw-sb-2 .beside-n-media {
    width: 150%;
    left: -20%;
    margin-bottom: 0; }

  /* line 6089, main.scss */
  #pillar-hsw-sb-2-columns .flex-column div:first-child {
    border-top: none !important; }

  /* line 6092, main.scss */
  #pillar-hsw-sb-2-columns .pv-x3 {
    padding-top: calc(100vw * 2/27);
    padding-bottom: calc(100vw * 2/27); }

  /* line 6096, main.scss */
  .bt-x1 {
    border-top: 1px solid; }

  /* line 6099, main.scss */
  #pillar-hsw-sb-2-columns .flex-column div:first-child {
    border-top: none !important; }

  /* line 6102, main.scss */
  #pillar-hsw-sb-2-columns .pv-x3 {
    padding-top: calc(100vw * 2/27);
    padding-bottom: calc(100vw * 2/27); }

  /* line 6106, main.scss */
  #pillar-hsw-sb-2-columns .pv-x3 {
    padding-top: calc(100vw * 2/27);
    padding-bottom: calc(100vw * 2/27); }

  /* line 6110, main.scss */
  .underlay-w-with-columns-contentlist > div {
    width: 80vw; }

  /* line 6114, main.scss */
  #pillar-hsw-sb-2-columns .lg-width-x10 {
    width: auto; }

  /* line 6118, main.scss */
  #pillar-hsw-sb-2-columns .svg-height-full {
    height: calc(100vw * 4/27); }

  /* line 6121, main.scss */
  #pillar-hsw-sb-2-columns .lg-text-x1p5 {
    font-size: calc(18px + 10 *(100vw - 375px)/393); }

  /* line 6124, main.scss */
  #pillar-hsw-sb-2-columns .lg-text-x2p5 {
    font-size: calc(22px + 14 *(100vw - 375px)/393); }

  /* line 6127, main.scss */
  #pillar-hsw-sb-3 {
    overflow: hidden;
    margin-bottom: var(--x4); }

  /* line 6131, main.scss */
  #pillar-hsw-sb-3 .beside-n-media {
    width: 160%;
    padding-bottom: calc(100vw * 11/27);
    left: auto; }

  /* line 6136, main.scss */
  #overlay-picture-inapp-s2-browse {
    transform: translate3d(-50%, -43%, 0);
    width: calc(100vw * 27/27); }

  /* line 6140, main.scss */
  #overlay-svg-streaming-services, #overlay-svg-streaming-services-2 {
    width: 440%;
    top: 0;
    left: 0;
    transform: translateX(0);
    animation: drift 18s infinite linear; }

  /* line 6147, main.scss */
  #overlay-svg-streaming-services-2 {
    left: 444%; }

  /* line 6150, main.scss */
  #overlay-picture-beam-front {
    width: 300%;
    top: 80%; }

  /* line 6154, main.scss */
  #pillar-hsw-sb-4 .underlay-n-architecture-media {
    height: calc(100vw * 16/27); }

  /* line 6157, main.scss */
  #pillar-hsw-sb-5 {
    margin-top: var(--x8);
    margin-bottom: var(--x6); }

  /* line 6161, main.scss */
  #pillar-hsw-sb-system {
    background-color: var(--colors-a5);
    color: var(--colors-b1a);
    margin-top: var(--x2);
    padding-left: calc(100vw * 7/27); }

  /* line 6167, main.scss */
  #pillar-hsw-sb-5 .beside-n-content {
    width: var(--x23);
    padding-top: calc(100vw * 2/27);
    margin-bottom: calc(100vw * -1/27); }

  /* line 6171, main.scss */
  #pillar-hsw-sb-5 .beside-n-media {
    width: calc(100vw * 27/27);
    order: -1;
    left: auto; }

  /* line 6177, main.scss */
  #pillar-hsw-sb-system .underlay-w-with-columns-media {
    height: calc(100vw * 12/27);
    width: calc(100vw * 27/27); }

  /* line 6182, main.scss */
  #pillar-hsw-sb-system #overlay-soundwaves-4-dark {
    width: var(--x25);
    height: var(--x25);
    left: 45%; }

  /* line 6187, main.scss */
  #pillar-hsw-sb-system #overlay-picture-one-top-white-sm {
    top: calc(100vw * -15/27 - 55px);
    left: 60%;
    width: calc(100vw * 6/27); }

  /* line 6192, main.scss */
  #pillar-hsw-sb-system #overlay-picture-one-top-sm {
    left: 45%;
    width: calc(100vw * 6/27); }

  /* line 6196, main.scss */
  #pillar-bs-science-art {
    margin-top: calc(100vw * 2/27);
    margin-bottom: calc(100vw * 2/27); }

  /* line 6201, main.scss */
  #pillar-bs-science-art .underlay-n-architecture-body {
    height: auto;
    padding-top: calc(100vw * 4.5 / 27);
    padding-bottom: var(--x3);
    background-color: #113f5f;
    color: #ffffffcc; }

  /* line 6208, main.scss */
  #pillar-bs-science-art .underlay-n-architecture-media {
    order: -1;
    width: var(--x27);
    height: var(--x19);
    top: auto; }

  /* line 6214, main.scss */
  #pillar-bs-science-art .underlay-n-architecture-media:before {
    content: "";
    background-color: #113f5f;
    width: var(--x23);
    height: var(--x3);
    display: block;
    margin: 0 var(--x2); }

  /* line 6222, main.scss */
  #pillar-bs-sound-board .overlay-e-carousel-body {
    background-color: var(--colors-a4);
    color: var(--colors-b1a);
    transform: none; }

  /* line 6227, main.scss */
  #pillar-bs-customized .underlay-ne-media img {
    opacity: 1; }

  /* line 6231, main.scss */
  #pillar-bs-customized .underlay-ne-headline {
    font-size: calc(24px + 16*(100vw - 375px)/393); }

  /* line 6235, main.scss */
  #pillar-bs-customized .underlay-ne-body {
    padding-left: calc(100vw * 2/27) !important; }

  /* line 6238, main.scss */
  #pillar-bs-brilliant-sound-move .beside-n-content {
    padding-left: 0;
    padding-right: 0; }

  /* line 6243, main.scss */
  #pillar-bs-move .underlay-s-narrative-media {
    width: calc(100vw * 27/27);
    margin-bottom: var(--x3);
    height: calc(100vw * 19/27); }

  /* line 6249, main.scss */
  #pillar-bs-move .underlay-s-narrative-media:before {
    padding-bottom: var(--x4); }

  /* line 6252, main.scss */
  .underlay-s-narrative-media:before {
    content: "";
    background-color: #113f5f;
    width: 85.18519vw;
    width: var(--x23);
    height: 11.11111vw;
    height: var(--x3);
    display: block;
    margin: 0 7.40741vw;
    margin: 0 var(--x2); }

  /* line 6263, main.scss */
  .underlay-s-narrative-media .media-label {
    font-size: calc(14.8px + 18.8*(100vw - 320px)/2240);
    font-size: var(--text-x2);
    width: 70.37037vw;
    width: var(--x19);
    margin-left: 14.81481vw;
    margin-left: var(--x4); }

  /* line 6272, main.scss */
  #pillar-bs-move .underlay-s-narrative-media .media-label {
    margin-top: var(--x1);
    color: var(--colors-b4);
    opacity: 0.5; }

  /* line 6277, main.scss */
  #pillar-bs-move .underlay-s-narrative-content {
    padding-top: var(--x7); }

  /* line 6280, main.scss */
  #pillar-bs-move .underlay-s-narrative-content {
    padding-bottom: var(--x6);
    margin-top: 0; }

  /* line 6284, main.scss */
  .underlay-s-narrative-body p {
    margin-bottom: 3.7037vw;
    margin-bottom: var(--x1); }

  /* line 6288, main.scss */
  .underlay-s-narrative-body {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }

  /* line 6294, main.scss */
  #pillar-bs-move .underlay-s-narrative-carousel .glide__slides {
    height: var(--x16); }

  /* line 6297, main.scss */
  #pillar-lyw-customize {
    background-color: var(--colors-a5);
    color: var(--colors-b1a);
    padding-bottom: var(--x1);
    margin: var(--x6) var(--x2) var(--x1) var(--x2);
    padding-top: 0; }

  /* line 6304, main.scss */
  #pillar-lyw-customize > div:last-child {
    padding-left: var(--x4);
    padding-right: var(--x2);
    margin-right: calc(100vw * -1/27);
    z-index: 1;
    width: calc(100vw * 20/27); }

  /* line 6310, main.scss */
  #pillar-lyw-customize > div:first-child {
    height: var(--x12); }

  /* line 6313, main.scss */
  #pillar-lyw-customize #overlay-soundwaves-4-light {
    top: 45%;
    left: 47%;
    transform: translate3d(-50%, -50%, 0);
    width: calc(100vw * 16/27);
    height: calc(100vw * 16/27); }

  /* line 6320, main.scss */
  #pillar-lyw-customize #overlay-picture-arc-top-white {
    top: 120%;
    left: -49%;
    width: calc(100vw * 28/27);
    transform: rotate(270deg); }

  /* line 6326, main.scss */
  #pillar-lyw-customize #overlay-picture-one-top-white-sm {
    top: 85%;
    left: 83%;
    width: calc(100vw * 4/27); }

  /* line 6331, main.scss */
  #pillar-lyw-customize #overlay-picture-five-top-white {
    top: 45%;
    left: 47%;
    width: calc(100vw * 9/27); }

  /* line 6336, main.scss */
  #pillar-lyw-customize #overlay-picture-beam-top-white {
    top: -2%;
    left: 60%;
    width: calc(100vw * 16/27);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

  /* line 6343, main.scss */
  #pillar-lyw-customize .beside-e-headline {
    width: calc(100vw * 13/27); }

  /* line 6346, main.scss */
  #pillar-lyw-stream .lg-width-x9, #pillar-lyw-stream .lg-width-x8 {
    width: auto; }

  /* line 6350, main.scss */
  #pillar-lyw-voice #overlay-soundwaves-4-light {
    width: calc(100vw * 27/27);
    height: calc(100vw * 27/27);
    left: auto; }

  /* line 6355, main.scss */
  #overlay-picture-beam-top {
    width: calc(100vw * 27/27); }

  /* line 6358, main.scss */
  #pillar-lyw-voice #overlay-speech-bubble-alexa-skip {
    left: calc(100vw * 3.5/27); }

  /* line 6361, main.scss */
  #pillar-lyw-voice .lg-width-x14 {
    width: auto; }

  /* line 6364, main.scss */
  #pillar-lyw-listen .underlay-nw-headline {
    width: calc(100vw * 18.5/27);
    z-index: 1; }

  /* line 6368, main.scss */
  #pillar-lyw-listen .underlay-nw-media {
    position: relative;
    right: calc(100vw * -2/27);
    bottom: 0;
    margin-top: var(--x2); }

  /* line 6374, main.scss */
  #pillar-lyw-listen .underlay-nw-media #overlay-soundwaves-2-light, #pillar-lyw-listen .underlay-nw-media #overlay-soundwaves-2-light-2 {
    width: var(--x3);
    height: var(--x3);
    top: 14.7%;
    left: 38.5%; }

  /* line 6380, main.scss */
  #pillar-lyw-listen .underlay-nw-media #overlay-soundwaves-2-light-2 {
    top: 85.5%;
    left: 79.6%; }

  /* line 6384, main.scss */
  #pillar-etu-setup {
    background-color: var(--colors-a3);
    color: var(--colors-b1a);
    margin-bottom: var(--x6);
    margin-left: 0;
    margin-right: 0; }

  /* line 6391, main.scss */
  #pillar-etu-setup .underlay-n-body {
    padding-bottom: 0;
    padding-top: var(--x3);
    margin-bottom: 0;
    width: auto; }

  /* line 6397, main.scss */
  #pillar-etu-setup .text-x5 {
    font-size: calc(32px + 16*(100vw - 375px)/393);
    line-height: 1.27;
    letter-spacing: .4px; }

  /* line 6402, main.scss */
  #pillar-etu-setup .underlay-n-media {
    order: 1;
    height: calc(100vw * 19/27); }

  /* line 6406, main.scss */
  #pillar-etu-setup .underlay-n-content {
    padding-bottom: var(--x2);
    padding-top: var(--x2);
    margin-top: 0;
    margin-bottom: 0; }

  /* line 6412, main.scss */
  #pillar-etu-setup .underlay-n-content > div {
    margin-bottom: var(--x1p5); }

  /* line 6415, main.scss */
  #pillar-etu-setup .icon-smheadline-body {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0; }

  /* line 6420, main.scss */
  #pillar-etu-setup .icon-smheadline-body .svg-height-full {
    margin-bottom: 0;
    width: var(--x3);
    height: var(--x3); }

  /* line 6425, main.scss */
  #pillar-etu-setup .icon-smheadline-body a {
    margin-left: var(--x1);
    align-self: center;
    width: auto; }

  /* line 6430, main.scss */
  #pillar-etu-setup .underlay-n-media {
    order: 1;
    height: calc(100vw * 19/27); }

  /* line 6434, main.scss */
  #pillar-etu-setup #overlay-picture-one-front-white {
    width: calc(100vw * 15/27);
    height: auto;
    transform: translate3d(-30%, -40%, 0); }

  /* line 6439, main.scss */
  #pillar-etu-setup #overlay-svg-app-checkmark {
    width: var(--x10);
    height: var(--x10);
    top: 50%;
    left: 50%;
    transform: translate3d(-95%, -35%, 0); }

  /* line 6446, main.scss */
  #pillar-etu-move-bluetooth {
    margin-top: calc(100vw * -2/27); }

  /* line 6449, main.scss */
  #pillar-etu-move-bluetooth .beside-e-media {
    margin-bottom: calc(100vw * -3/27); }

  /* line 6452, main.scss */
  #pillar-etu-move-bluetooth #overlay-picture-move-front {
    width: calc(100vw * 17/27);
    left: calc(100vw * 10.3/27);
    top: calc(100vw * 15/27); }

  /* line 6457, main.scss */
  #pillar-etu-move-bluetooth #overlay-controller-wifi-bluetooth {
    left: calc(100vw * 18/27);
    top: calc(100vw * 14/27);
    z-index: 1; }

  /* line 6462, main.scss */
  #pillar-etu-move-bluetooth .mb-x1, #pillar-etu-move-bluetooth .beside-e-bodycopy {
    width: calc(100vw * 20/27); }

  /* line 6465, main.scss */
  #pillar-etu-voice {
    background-color: var(--colors-a3);
    padding-top: var(--x3);
    overflow-x: hidden; }

  /* line 6470, main.scss */
  #pillar-etu-voice .beside-n-content {
    margin-left: calc(100vw * 1/27);
    margin-right: calc(100vw * 1/27);
    width: auto; }

  /* line 6475, main.scss */
  #pillar-etu-voice .beside-n-media {
    height: calc(100vw * 32/27);
    width: calc(100vw * 27/27); }

  /* line 6479, main.scss */
  #pillar-etu-voice .beside-n-media #overlay-soundwaves-4-dark {
    width: var(--x27);
    height: var(--x27);
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

  /* line 6487, main.scss */
  #pillar-etu-voice .beside-n-media #overlay-picture-one-top {
    width: calc(100vw * 20/27);
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

  /* line 6494, main.scss */
  #pillar-etu-voice #overlay-speech-bubble-alexa-skip {
    border-radius: calc(100vw * 0.5/27);
    padding-top: calc(100vw * 1/27);
    padding-bottom: calc(100vw * 1/27);
    padding-left: calc(100vw * 1.5/27);
    padding-right: calc(100vw * 1.5/27);
    left: calc(100vw * 8.15/27);
    top: calc(100vw * 1.75/27); }

  /* line 6503, main.scss */
  #pillar-etu-voice .beside-n-media #overlay-svg-illus-voice-control {
    opacity: 0; }

  /* line 6506, main.scss */
  #pillar-etu-airplay > div:first-child {
    height: var(--x23); }

  /* line 6509, main.scss */
  #pillar-etu-airplay #overlay-svg-phone-landscape {
    width: calc(100vw * 25/27);
    top: 0;
    transform: translate3d(-50%, 0%, 0); }

  /* line 6514, main.scss */
  #pillar-etu-airplay #overlay-picture-youtube-lego {
    width: calc(100vw * 22/27);
    height: calc(100vw * 10/27);
    top: 5.5%;
    transform: translate3d(-50%, 0%, 0); }

  /* line 6520, main.scss */
  #pillar-etu-airplay #overlay-controller-airplay {
    top: 30%;
    transform: translate3d(-50%, 0%, 0);
    left: 50%; }

  /* line 6525, main.scss */
  #pillar-etu-airplay > div:last-child {
    order: -1;
    width: auto; }

  /* line 6529, main.scss */
  #pillar-etu-control {
    overflow-x: hidden; }

  /* line 6532, main.scss */
  #pillar-etu-control .underlay-n-architecture-body {
    padding-top: var(--x4);
    height: calc(100vw * 35/27);
    width: auto;
    text-align: left; }

  /* line 6538, main.scss */
  #pillar-etu-control .text-x5 {
    font-size: calc(32px + 16*(100vw - 375px)/393);
    line-height: 1.27;
    letter-spacing: .4px; }

  /* line 6543, main.scss */
  #pillar-etu-control .underlay-n-architecture-media {
    margin-bottom: var(--x5); }

  /* line 6546, main.scss */
  #pillar-etu-control #overlay-picture-play5-front-etu {
    left: auto;
    right: calc(100vw * -2.3/27);
    top: calc(100vw * -5.8/27);
    transform: translate3d(0%, -50%, 0);
    width: calc(100vw * 22/27); }

  /* line 6553, main.scss */
  #pillar-etu-control #overlay-svg-app-spotify {
    width: var(--x14);
    left: calc(100vw * 1/27);
    top: calc(100vw * -7/27);
    transform: translate3d(0, -50%, 0); }

  /* line 6559, main.scss */
  #pillar-etu-control #overlay-picture-album-art-11 {
    left: var(--x3);
    transform: translate3d(0%, 0%, 0);
    top: calc(100vw * -13.6/27);
    width: calc(100vw * 10/27); }

  /* line 6565, main.scss */
  #pillar-etu-control .underlay-n-architecture-body div.lg-width-x9 {
    width: auto; }

  /* line 6569, main.scss */
  .card.product-tile .img-wrapper {
    height: 200px; } }
/* line 6574, main.scss */
#arc-mount-sb-seamless-design .underlay-n-architecture-body {
  height: auto;
  background-color: #bdd1e7;
  text-align: left; }

/* line 6579, main.scss */
#arc-mount-sb-seamless-design .underlay-n-architecture-media {
  background-color: var(--colors-a5);
  height: var(--x2); }

/* line 6583, main.scss */
#arc-mount-sb-optimal-listening .colors-bg-page-accent {
  background-color: var(--colors-a5); }

@media (min-width: 1024px) {
  /* line 6588, main.scss */
  #arc-mount-sb-seamless-design {
    padding-bottom: var(--x4); }

  /* line 6591, main.scss */
  #arc-mount-sb-seamless-design #overlay-picture-arc-mount-front {
    width: 110%;
    top: 75%;
    transform: translate3d(-50%, -35%, 0); } }
@media (max-width: 1023px) {
  /* line 6599, main.scss */
  #arc-mount-sb-seamless-design #overlay-picture-arc-mount-front {
    width: 130%;
    top: 75%;
    transform: translate3d(-50%, -35%, 0); }

  /* line 6604, main.scss */
  #arc-mount-sb-seamless-design {
    padding-bottom: var(--x6); }

  /* line 6607, main.scss */
  #arc-mount-sb-optimal-listening .underlay-ne-body {
    padding-left: calc(100vw * 2/27) !important; }

  /* line 6611, main.scss */
  .header-menu-right {
    margin-top: 0px; } }
/* line 6614, main.scss */
.js-moscow-phone, .js-region-phone {
  opacity: 0;
  position: relative; }

/* line 6615, main.scss */
.js-moscow-phone {
  margin-right: -125px !important; }

/* line 6616, main.scss */
.compare-price {
  position: relative; }

/* line 6617, main.scss */
.product-old_price {
  left: 0;
  position: absolute;
  top: 0;
  right: -20px;
  text-align: left;
  color: #999;
  text-decoration: line-through; }

/* line 6626, main.scss */
.product-price.wold {
  position: relative;
  top: 35px; }

@media (max-width: 1023px) {
  /* line 6629, main.scss */
  .product-price.wold {
    top: 25px; }

  /* line 6630, main.scss */
  h2.text-x7, div.text-x7 {
    font-size: 40px; }

  /* line 6631, main.scss */
  .js-moscow-phone, .js-region-phone {
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -135px;
    top: 70px; } }
/* line 6633, main.scss */
.template-is-product .product-old_price {
  position: relative;
  top: unset; }

/* line 6635, main.scss */
button.dynamic_basket-submit {
  display: block;
  width: 200px;
  margin: 20px auto;
  background: #000000;
  color: #fff;
  border-radius: 9999px; }

/* line 6644, main.scss */
#speakers-top {
  background-color: var(--colors-a3);
  color: var(--colors-b1a);
  margin-top: 0;
  margin-bottom: 0; }

@media (min-width: 1024px) {
  /* line 6651, main.scss */
  #speakers-top .beside-w-media, #headphones-top .beside-w-media {
    width: calc(100vw * 13/27); }

  /* line 6654, main.scss */
  #speakers-top [data-parent-fit=cover], #headphones-top [data-parent-fit=cover] {
    height: 100%;
    width: 90%;
    object-fit: contain; }

  /* line 6659, main.scss */
  #speakers-top .beside-w-headline h1, #headphones-top .beside-w-headline h1 {
    width: calc(100vw * 12/27);
    font-size: var(--text-x5); } }
@media (max-width: 1023px) {
  /* line 6665, main.scss */
  #speakers-top .beside-w-media {
    width: calc(100vw * 27/27);
    height: inherit;
    padding-top: var(--x3);
    padding-bottom: var(--x2);
    left: 30%;
    overflow: hidden;
    order: -1; }

  /* line 6674, main.scss */
  #speakers-top .lg-pr-x2 {
    z-index: 1; }

  /* line 6677, main.scss */
  #speakers-top .pa-x2 {
    padding-top: 0;
    padding-bottom: calc(100vw * 3/27);
    padding-left: calc(100vw * 1/27);
    padding-right: calc(100vw * 1/27); }

  /* line 6683, main.scss */
  #home-theatre-top .beside-w-headline h1, #accessories-top .beside-w-headline h1, #architectural-top .beside-w-headline h1 {
    font-size: var(--text-x7); }

  /* line 6686, main.scss */
  #components-top .beside-w-headline h1 {
    font-size: var(--text-x6); }

  /* line 6690, main.scss */
  #home-theatre-top #overlay-picture-arc-set-hero {
    width: 160%;
    left: 92%;
    top: 30%; }

  /* line 6695, main.scss */
  #components-top #overlay-picture-arc-set-hero {
    width: 75%;
    top: 97%; }

  /* line 6699, main.scss */
  #components-top .beside-w-media, #accessories-top .beside-w-media {
    height: calc(100vw * 8/27); }

  /* line 6703, main.scss */
  #components-top {
    margin-bottom: var(--x6); }

  /* line 6706, main.scss */
  #accessories-top {
    margin-bottom: var(--x4); }

  /* line 6709, main.scss */
  #accessories-top, #components-top {
    background-image: url(overlay-q1promo-pattern-3.png) !important; }

  /* line 6712, main.scss */
  #accessories-top #overlay-picture-arc-set-hero {
    width: var(--x23);
    top: 60%; } }
@media (min-width: 1024px) {
  /* line 6719, main.scss */
  #home-theatre-top {
    margin-left: var(--x1);
    margin-right: var(--x1); }

  /* line 6723, main.scss */
  #home-theatre-top .beside-w-media {
    width: calc(100vw * 13/27);
    height: auto; }

  /* line 6727, main.scss */
  #home-theatre-top #overlay-picture-arc-set-hero {
    width: calc(100vw * 18/27);
    top: 53%;
    left: 20%; }

  /* line 6732, main.scss */
  #home-theatre-top .lg-pr-x2 {
    padding-right: calc(100vw * 4.5/27); }

  /* line 6735, main.scss */
  #home-theatre-top .lg-pl-x3 {
    padding-left: calc(100vw * 1/27);
    padding-top: calc(100vw * 1.5/27);
    padding-bottom: calc(100vw * 1.75/27); }

  /* line 6740, main.scss */
  #home-theatre-top .beside-w-headline h1, #accessories-top .beside-w-headline h1, #components-top .beside-w-headline h1, #architectural-top .beside-w-headline h1, #black-friday-sonos-top .beside-w-headline h1 {
    font-size: var(--text-x5); }

  /* line 6743, main.scss */
  #home-theatre-top .beside-w-content > div {
    padding-top: var(--x1); }

  /* line 6746, main.scss */
  #accessories-top #overlay-picture-arc-set-hero {
    width: var(--x15);
    top: 65%;
    left: 10%; }

  /* line 6751, main.scss */
  #components-top #overlay-picture-arc-set-hero {
    width: var(--x11);
    top: 75%;
    left: 42%; } }
/* line 6757, main.scss */
#home-theatre-top, #architectural-top, #black-friday-sonos-top {
  background-color: var(--colors-a3);
  color: var(--colors-b1a);
  margin-top: 0;
  margin-bottom: 0; }

/* line 6763, main.scss */
#architectural-top .beside-w-media, #black-friday-sonos-top .beside-w-media {
  height: auto !important; }

/* line 6766, main.scss */
#accessories-top, #components-top, #headphones-top {
  background-color: var(--colors-a2);
  background-image: url(overlay-q1promo-pattern.png);
  color: var(--colors-b4a);
  margin-top: 0;
  margin-left: calc(100vw * 1/27);
  margin-right: calc(100vw * 1/27); }

/* line 6774, main.scss */
.sticker {
  position: absolute;
  left: -1em;
  top: 1em;
  left: calc(100vw * 17/27);
  top: 0;
  z-index: 1;
  padding: 3px 10px;
  padding: 5px 15px;
  background: #f64444;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 18px;
  text-align: center; }

/* line 6790, main.scss */
.yandex6 {
  position: absolute;
  left: calc(100vw * 10/27);
  top: 0;
  z-index: 1;
  margin-left: -15px; }

/* line 6797, main.scss */
.template-is-product .sticker {
  top: 0;
  left: calc(100vw * 1/27);
  bottom: auto; }

/* line 6802, main.scss */
.template-is-product .yandex6 {
  top: 100px;
  left: calc(100vw * 1/27);
  bottom: auto; }

@media (max-width: 1023px) {
  /* line 6808, main.scss */
  .sticker {
    left: auto;
    right: 0;
    top: 0; }

  /* line 6813, main.scss */
  .template-is-product .sticker {
    top: 0;
    bottom: auto;
    left: auto;
    right: 1em; }

  /* line 6819, main.scss */
  .yandex6 {
    top: 200px; }

  /* line 6822, main.scss */
  .yandex6 {
    left: unset;
    right: 0; }

  /* line 6823, main.scss */
  .yandex6 img {
    width: 150px; }

  /* line 6824, main.scss */
  .template-is-product .yandex6 {
    width: 150px;
    left: 15px;
    top: 0; }

  /* line 6829, main.scss */
  #sonosLogo span {
    width: 200px; }

  /* line 6831, main.scss */
  .m-l-15 {
    margin-left: 0; } }
/* line 6833, main.scss */
#yandeks-plyus-v-podarok-top {
  margin-top: 0; }

/* line 6837, main.scss */
.collection-description strong {
  font-family: 'aktiv-grotesk-medium'; }

/* line 6838, main.scss */
.accordion-content strong {
  font-family: 'aktiv-grotesk-medium'; }

/* line 6839, main.scss */
#sonosLogo span {
  position: absolute;
  bottom: 10px;
  width: max-content; }

@media (max-width: 1023px) {
  /* line 6841, main.scss */
  .template-is-product footer {
    padding-bottom: 100px; } }
/* line 6844, main.scss */
#addToCartCTA button {
  color: #fff; }

@media (max-width: 1023px) {
  /* line 6846, main.scss */
  .template-is-product .consultant-widget-wrap[data-v-308f25a4] {
    bottom: 80px; } }
@media (min-width: 1024px) {
  /* line 6850, main.scss */
  .template-is-product .lg-ml-x2p5 {
    margin-left: 9.25926vw; }

  /* line 6853, main.scss */
  .template-is-product .lg-mr-x2p5 {
    margin-right: 9.25926vw; } }
/* new styles */
/* line 6858, main.scss */
#roam-sb-glance {
  background-color: #17365d;
  color: var(--colors-b4); }

/* line 6862, main.scss */
#roam-sb-glance .beside-e-features-content {
  background-color: #17365d; }

/* line 6865, main.scss */
#roam-sb-glance .beside-e-features-headline {
  color: #d6c8ff; }

/* line 6868, main.scss */
.beside-e-features-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }

/* line 6874, main.scss */
#roam-sb-glance .iconwithtext-left-icon {
  color: var(--colors-b4);
  fill: var(--colors-b4);
  min-width: 25px;
  text-align: center; }

/* line 6880, main.scss */
#roam-sb-glance .svg-height-full svg {
  height: 100%; }

/* line 6883, main.scss */
#iconwithtext-inline-battery-life .iconwithtext-left-icon {
  height: calc(100vw * 0.3 / 27); }

/* line 6886, main.scss */
#roam-sb-playtime .beside-w-media {
  height: calc(100vw * 14.5 / 27);
  margin-right: calc(100vw * 2 / 27);
  margin-left: calc(100vw * 2 / 27); }

/* line 6891, main.scss */
#roam-sb-playtime > div:nth-child(2) {
  padding-left: calc(100vw * 2 / 27);
  padding-right: 0; }

/* line 6895, main.scss */
#roam-sb-playtime-headline {
  font-size: var(--text-x3);
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 0.1px; }

/* line 6901, main.scss */
.scrollable-video {
  outline: unset;
  max-width: 100%; }

/* line 6905, main.scss */
#roam-sb-animate-defies .scrollable-video {
  max-width: 100%; }

/* line 6908, main.scss */
#roam-sb-tune .beside-w-media {
  height: calc(100vw * 14.5 / 27);
  margin-right: calc(100vw * 2 / 27);
  margin-left: calc(100vw * 2 / 27); }

/* line 6913, main.scss */
#roam-sb-tune > div:nth-child(2) {
  padding-left: calc(100vw * 2 / 27);
  padding-right: 0; }

/* line 6917, main.scss */
#roam-sb-tune-headline {
  font-size: var(--text-x3);
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 0.1px; }

/* line 6923, main.scss */
#roam-sb-freedom .icon-with-headline {
  align-items: center; }

/* line 6926, main.scss */
.beside-w-features-ext-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }

@media (min-width: 1024px) {
  /* line 6934, main.scss */
  .beside-e-features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }

  /* line 6938, main.scss */
  #roam-sb-glance .iconwithtext-left-icon {
    width: calc(100vw * 0.6/27); }

  /* line 6941, main.scss */
  #roam-sb-seamless {
    margin-left: calc(100vw * 2 / 27);
    margin-right: calc(100vw * 2 / 27); }

  /* line 6945, main.scss */
  #roam-sb-seamless .beside-e-media {
    height: calc(100vw * 14.5 / 27);
    margin-left: 0;
    margin-right: 0; }

  /* line 6950, main.scss */
  #roam-sb-seamless > div:nth-child(2) {
    padding-right: 0;
    padding-left: calc(100vw * 1.5 / 27); }

  /* line 6954, main.scss */
  #roam-sb-seamless-headline {
    font-size: var(--text-x3);
    font-weight: 500;
    line-height: 1.31;
    letter-spacing: 0.1px; }

  /* line 6960, main.scss */
  #roam-sb-playtime {
    margin-bottom: var(--x1); }

  /* line 6963, main.scss */
  #roam-sb-animate-defies {
    margin: var(--x1) 0; }

  /* line 6966, main.scss */
  #roam-sb-animate-defies .beside-e-scrollable-video {
    width: var(--x14);
    height: var(--x14); }

  /* line 6970, main.scss */
  #roam-sb-animate-defies > div:nth-child(2) {
    padding-left: var(--x1); }

  /* line 6973, main.scss */
  #roam-sb-animate-defies .beside-e-vid-scrub-headline {
    font-size: var(--text-x3);
    font-weight: 500;
    line-height: 1.31;
    letter-spacing: 0.1px; }

  /* line 6979, main.scss */
  #roam-sb-tune {
    margin-top: var(--x1); }

  /* line 6982, main.scss */
  #roam-sb-columns-bucket {
    margin-bottom: 0; }

  /* line 6985, main.scss */
  #roam-sb-columns-bucket .beside-s-aggregator-content {
    justify-content: space-between; }

  /* line 6988, main.scss */
  #roam-sb-columns-bucket .beside-s-aggregator-content > div {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0; }

  /* line 6993, main.scss */
  #roam-sb-column-design {
    width: calc(100vw * 10.5 / 27); }

  /* line 6996, main.scss */
  #roam-sb-column-design .beside-s-card-media {
    height: calc(100vw * 14.5 / 27); }

  /* line 6999, main.scss */
  #roam-sb-columns-bucket .beside-s-aggregator-content > div:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }

  /* line 7005, main.scss */
  #roam-sb-column-durability {
    width: calc(100vw * 10.5/27);
    margin-top: calc(100vw * 16.5/27); }

  /* line 7009, main.scss */
  #roam-sb-columns-bucket .beside-s-card-headline {
    font-size: var(--text-x3);
    font-weight: 500;
    line-height: 1.31;
    letter-spacing: 0.1px; }

  /* line 7015, main.scss */
  #roam-sb-freedom {
    margin-top: var(--x1); }

  /* line 7018, main.scss */
  .beside-w-features-ext-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 1023px) {
  /* line 7025, main.scss */
  #iconwithtext-inline-battery-life .iconwithtext-left-icon {
    height: calc(100vw * 0.8 / 27); }

  /* line 7028, main.scss */
  #roam-sb-glance .iconwithtext-left-icon {
    width: calc(100vw * 2/27); }

  /* line 7031, main.scss */
  #roam-sb-seamless {
    margin-top: var(--x4); }

  /* line 7034, main.scss */
  #roam-sb-seamless .beside-e-media {
    padding-left: 0;
    padding-right: 0;
    margin-left: calc(100vw * 2 / 27);
    margin-right: calc(100vw * 2 / 27); }

  /* line 7040, main.scss */
  #roam-sb-seamless > div:nth-child(2) {
    padding-left: 0;
    padding-right: 0; }

  /* line 7044, main.scss */
  #roam-sb-seamless-headline {
    font-size: calc(21px + (32 - 21) * ((100vw - 375px) / (768 - 375)));
    line-height: 1.32;
    letter-spacing: 0.2px;
    margin-bottom: 1em; }

  /* line 7050, main.scss */
  #roam-sb-playtime .beside-w-media {
    height: calc(100vw * 27 / 27);
    order: 0; }

  /* line 7054, main.scss */
  #roam-sb-playtime > div:nth-child(2) {
    padding: var(--x2) 0 0 0; }

  /* line 7057, main.scss */
  #roam-sb-animate-defies .beside-e-scrollable-video {
    margin-bottom: calc(100vw * -2/27); }

  /* line 7060, main.scss */
  #roam-sb-animate-defies > div:nth-child(2) {
    padding-top: 0;
    z-index: 1; }

  /* line 7064, main.scss */
  #roam-sb-tune .beside-w-media {
    height: calc(100vw * 27 / 27);
    order: 0; }

  /* line 7068, main.scss */
  #roam-sb-tune > div:nth-child(2) {
    padding-left: 0; }

  /* line 7071, main.scss */
  #roam-sb-columns-bucket {
    margin-bottom: calc(100vw * -2/27); }

  /* line 7074, main.scss */
  #roam-sb-columns-bucket .beside-s-aggregator-content {
    margin-left: calc(100vw * 2 / 27);
    margin-right: calc(100vw * 2 / 27); }

  /* line 7078, main.scss */
  #roam-sb-column-design {
    width: calc(100vw * 23 / 27); }

  /* line 7081, main.scss */
  #roam-sb-columns-bucket .beside-s-aggregator-content > div {
    margin-bottom: calc(100vw * 2 / 27); }

  /* line 7084, main.scss */
  #roam-sb-columns-bucket .beside-s-aggregator-content > div:last-child {
    margin-bottom: 0; }

  /* line 7087, main.scss */
  #roam-sb-column-durability {
    width: calc(100vw * 23 / 27);
    margin-bottom: 0; }

  /* line 7091, main.scss */
  #roam-sb-freedom {
    display: flex;
    flex-direction: column-reverse; }

  /* line 7095, main.scss */
  #roam-sb-freedom .beside-w-features-ext-media {
    padding: 0 var(--x2);
    order: 0; }

  /* line 7099, main.scss */
  #roam-sb-freedom .beside-w-features-ext-media {
    padding: 0 var(--x2); }

  /* line 7102, main.scss */
  video::-webkit-media-controls {
    display: none !important; } }
/* Blog */
/* line 7108, main.scss */
.articles-list .article {
  background: #ececec;
  margin: 0 10px 80px;
  padding: 0;
  font-family: 'aktiv-grotesk';
  max-width: 31.7%;
  position: relative; }

/*.articles-list .article:before{content:""; position: absolute; background: url(rect.png); width: 19px; height:19px; top: -28px; right: 0;}*/
/* line 7110, main.scss */
.articles-list .article .h3-like {
  border-bottom: 0;
  text-decoration: none;
  font-size: 40px;
  color: #bb4725;
  text-transform: uppercase;
  line-height: 54px;
  font-family: 'aktiv-grotesk-light'; }

/* line 7111, main.scss */
.articles-list .article p {
  font-size: 17px; }

/* line 7112, main.scss */
.articles-list .article .inner-bottom {
  position: relative;
  margin-top: 40px; }

/* line 7113, main.scss */
.articles-list .article .inner-bottom .bttn-underline {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #bb4725; }

/* line 7114, main.scss */
.articles-list.row.is-grid {
  max-width: unset;
  margin-right: -30px;
  margin-left: 10px; }

/* line 7115, main.scss */
.template-is-blog .header, .template-is-article .header {
  max-width: unset;
  margin-bottom: 170px; }

/* line 7116, main.scss */
.article-content {
  max-width: unset !important; }

/* line 7117, main.scss */
.template-is-blog .featured-article, .template-is-article .featured-article {
  padding: 200px 300px 50px 200px;
  background: #d8a158;
  margin-right: -290px; }

/* line 7118, main.scss */
.template-is-article .featured-article {
  padding: 120px 300px 50px 200px; }

/* line 7119, main.scss */
.template-is-article .article-content img {
  margin: 0; }

/* line 7120, main.scss */
.template-is-article .article-content ul {
  margin: 30px 0 30px 30px; }

/* line 7121, main.scss */
.template-is-article .article-content p {
  margin-bottom: 30px; }

/* line 7122, main.scss */
.template-is-article .article-content p strong {
  color: #bb4725;
  font-size: 30px;
  font-weight: normal; }

/* line 7123, main.scss */
.template-is-blog .featured-article_image, .template-is-article .featured-article_image {
  z-index: 1;
  right: -190px;
  bottom: -120px;
  top: 150px;
  left: -200px;
  background-size: cover;
  background-position: center; }

/* line 7124, main.scss */
.template-is-article .featured-article_image {
  top: 70px; }

/* line 7125, main.scss */
.template-is-blog .featured-article_title, .template-is-article .featured-article_title {
  font-size: 62px;
  font-family: 'aktiv-grotesk-medium';
  line-height: normal; }

/* line 7126, main.scss */
.template-is-blog .featured-article_text, .template-is-article .featured-article_text {
  font-size: 16px;
  font-family: 'aktiv-grotesk-medium'; }

/* line 7127, main.scss */
.blog_title {
  font-size: 90px;
  font-family: 'aktiv-grotesk-medium'; }

/* line 7128, main.scss */
.article_preview-inner a {
  border: 0; }

/* line 7129, main.scss */
.template-is-blog .search {
  margin-left: 20px;
  margin-right: -20px;
  margin-bottom: 60px; }

/* line 7130, main.scss */
#artsearch {
  line-height: 45px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #000;
  padding-left: 20px; }

/* line 7131, main.scss */
#artsearch:focus {
  outline: none; }

/* line 7132, main.scss */
#searchinart {
  padding-top: 11px;
  margin-left: -40px;
  background: none; }

/* line 7133, main.scss */
.row.loading {
  background: url(Pulse-1s-94px.gif) center center no-repeat;
  height: 100px; }

/* line 7134, main.scss */
.search_cat_title {
  padding-top: 20px;
  border-top: 1px solid #ddd; }

/* line 7139, main.scss */
.search-cat img {
  max-width: 50%;
  margin: 10px auto;
  display: block; }

/* line 7140, main.scss */
.not-available .card-action .notav {
  font-size: 8px; }

/* line 7142, main.scss */
.search-cat span {
  display: block;
  text-align: center;
  width: 100%; }

/* line 7143, main.scss */
.template-is-article .mob-prev {
  display: none; }

@media (max-width: 1023px) {
  /* line 7145, main.scss */
  .search-cat {
    text-align: center; }

  /* line 7146, main.scss */
  .search-cat img {
    max-width: 50%;
    margin: 10px auto;
    display: block; }

  /* line 7147, main.scss */
  .articles-list .article {
    max-width: unset; }

  /* line 7148, main.scss */
  .articles-list.row.is-grid {
    max-width: unset;
    margin-right: 0;
    margin-left: 0; }

  /* line 7149, main.scss */
  .template-is-blog .search {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px; }

  /* line 7150, main.scss */
  .template-is-blog .featured-article, .template-is-article .featured-article {
    padding: 30px;
    background: #d8a158;
    margin-right: 0; }

  /* line 7151, main.scss */
  .template-is-article .featured-article {
    margin-right: -30px;
    margin-left: -30px;
    background: none; }

  /* line 7152, main.scss */
  .template-is-blog .header {
    margin-bottom: 40px; }

  /* line 7153, main.scss */
  .template-is-article .header {
    margin-bottom: 30px; }

  /* line 7154, main.scss */
  .template-is-blog .blog_title {
    font-size: 60px;
    text-align: center; }

  /* line 7155, main.scss */
  .articles-list .article .h3-like {
    font-size: 36px;
    line-height: initial; }

  /* line 7156, main.scss */
  .template-is-article .article-content p strong {
    font-size: 20px; }

  /* line 7157, main.scss */
  .template-is-blog .featured-article_image, .template-is-article .featured-article_image, .template-is-blog .featured-article {
    display: none; }

  /* line 7158, main.scss */
  .template-is-blog .article_preview-inner .m-t-20 {
    display: none; }

  /* line 7159, main.scss */
  .articles-list .article .inner-bottom .bttn-underline {
    color: #000; }

  /* line 7160, main.scss */
  .template-is-blog .featured-article_title, .template-is-article .featured-article_title {
    font-size: 40px;
    line-height: initial; }

  /* line 7161, main.scss */
  .template-is-article .featured-article_text {
    display: none; }

  /* line 7162, main.scss */
  .template-is-article .mob-prev {
    display: block; } }
/* line 7166, main.scss */
.modal-button-wrapper {
  position: relative;
  top: 150px; }

/* line 7167, main.scss */
.modal-button-wrapper div {
  color: #fff; }

/* line 7168, main.scss */
.modal-wrapper {
  background: #fff;
  padding: 75px 50px; }

/* line 7169, main.scss */
.modal-wrapper h3 {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 30px; }

/* line 7170, main.scss */
.modal-wrapper .input-wrapper {
  border: 1px solid black;
  width: 100%;
  outline: none;
  padding: 15px;
  height: 60px;
  position: relative;
  margin-bottom: 15px; }

/* line 7171, main.scss */
.modal-wrapper .input-wrapper.textarea {
  height: auto; }

/* line 7172, main.scss */
.modal-wrapper .input-wrapper input {
  width: 100%;
  margin: 5px 0 0 0;
  outline: none;
  font-size: 16px; }

/* line 7173, main.scss */
.modal-wrapper .input-wrapper span {
  font-size: 12px;
  color: #ccc;
  display: block;
  position: absolute;
  top: 5px; }

/* line 7174, main.scss */
.modal-wrapper .input-wrapper textarea {
  width: 100%;
  margin: 25px 0 0 0;
  outline: none;
  font-size: 16px;
  border: none; }

/* line 7175, main.scss */
a.modal-button {
  color: #fff;
  text-align: center;
  width: auto; }

/* line 7176, main.scss */
.modal-wrapper a.modal-button {
  width: 100%; }

@media (max-width: 1023px) {
  /* line 7178, main.scss */
  .modal-button-wrapper {
    bottom: unset;
    left: unset;
    top: 30px; } }
@media (max-width: 1023px) and (min-width: 768px) {
  /* line 7181, main.scss */
  #main {
    padding-top: 20px; }

  /* line 7182, main.scss */
  .js-moscow-phone, .js-region-phone {
    top: 90px; }

  /* line 7183, main.scss */
  header .sonos-nav {
    height: 120px; } }
/* line 7186, main.scss */
#kredit-sticker, #rassrochka-sticker {
  position: absolute;
  right: 0;
  z-index: 10; }

/* line 7187, main.scss */
#rassrochka-sticker {
  top: 10px;
  width: 164px;
  height: 48px;
  background: url(sonos_ras_label.png);
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  font-size: 12px;
  padding-top: 13px;
  padding-right: 10px; }

/* line 7188, main.scss */
#kredit-sticker {
  top: 60px; }

@media (max-width: 480px) {
  /* line 7190, main.scss */
  #kredit-sticker, #rassrochka-sticker {
    right: -3px; }

  /* line 7191, main.scss */
  #kredit-sticker img, #rassrochka-sticker img {
    height: 40px; }

  /* line 7192, main.scss */
  #kredit-sticker {
    top: 45px; } }
/* line 7194, main.scss */
#beam-gen2-sb-smarter .beside-w-media {
  width: calc(100vw * 17 / 27); }

/* line 7197, main.scss */
#beam-gen2-sb-smarter .overlay-picture {
  width: 100%; }

@media (min-width: 1024px) {
  /* line 7201, main.scss */
  #beam-gen2-sb-smarter {
    margin-top: var(--x1); }

  /* line 7204, main.scss */
  #beam-gen2-sb-smarter-headline {
    font-size: var(--text-x4); }

  /* line 7207, main.scss */
  #beam-gen2-sb-beautiful {
    margin: var(--x3) 0; }

  /* line 7210, main.scss */
  #beam-gen2-sb-beautiful .beside-e-media {
    height: auto; }

  /* line 7213, main.scss */
  #beam-gen2-sb-beautiful #overlay-picture-beam-gen2-front-white {
    width: calc(100vw * 21/27);
    left: 20%; }

  /* line 7217, main.scss */
  #beam-gen2-sb-beautiful > div:nth-child(2) {
    padding-right: var(--x2); }

  /* line 7220, main.scss */
  #beam-gen2-sb-atmos {
    margin: var(--x2); }

  /* line 7223, main.scss */
  #beam-gen2-sb-atmos .beside-w-ext-text {
    padding: var(--x1);
    padding-left: 0; }

  /* line 7227, main.scss */
  #beam-gen2-sb-atmos .beside-w-ext-icon {
    width: var(--x4);
    margin-bottom: var(--x0p5); }

  /* line 7231, main.scss */
  #beam-gen2-sb-atmos .beside-w-ext-headline {
    font-size: var(--text-x4); }

  /* line 7234, main.scss */
  #beam-gen2-sb-atmos .beside-w-ext-media {
    width: 50%; }

  /* line 7237, main.scss */
  #beam-gen2-sb-breeze {
    margin-left: calc(100vw * 2 / 27);
    margin-right: calc(100vw * 2 / 27); }

  /* line 7241, main.scss */
  #beam-gen2-sb-breeze .beside-e-media {
    width: 95%;
    height: calc(100vw * 9 / 27); }

  /* line 7245, main.scss */
  #beam-gen2-sb-breeze > div:nth-child(2) {
    padding-right: 0;
    padding-left: calc(100vw * 1.5 / 27); }

  /* line 7249, main.scss */
  #beam-gen2-sb-breeze-headline {
    font-size: var(--text-x4); }

  /* line 7252, main.scss */
  #beam-gen2-sb-smarter .beside-w-media {
    order: 1; } }
@media (max-width: 1023px) {
  /* line 7257, main.scss */
  #beam-gen2-sb-smarter .beside-w-media {
    height: calc(100vw * 25 / 27);
    width: 100%;
    order: 0; }

  /* line 7262, main.scss */
  #ray-sb-smarter .beside-w-media {
    height: calc(100vw * 20 / 27);
    width: 100%;
    order: 0; }

  /* line 7267, main.scss */
  #beam-gen2-sb-smarter > div:nth-child(2) {
    padding: 0 var(--x2);
    margin: 0; }

  /* line 7271, main.scss */
  #ray-sb-smarter > div:nth-child(2) {
    padding: 0 var(--x2);
    margin: 0; }

  /* line 7275, main.scss */
  #beam-gen2-sb-beautiful .beside-e-media {
    height: calc(100vw * 14/27); }

  /* line 7278, main.scss */
  #ray-sb-beautiful .beside-e-media {
    height: calc(100vw * 20/27); }

  /* line 7281, main.scss */
  #beam-gen2-sb-beautiful #overlay-picture-beam-gen2-front-white {
    width: 200%;
    left: -15%; }

  /* line 7285, main.scss */
  #beam-gen2-sb-beautiful > div:nth-child(2) {
    padding: 0 var(--x2);
    margin: 0; }

  /* line 7289, main.scss */
  #ray-sb-beautiful > div:nth-child(2) {
    padding: 0 var(--x2);
    margin: 0; }

  /* line 7293, main.scss */
  #beam-gen2-sb-atmos .beside-w-ext-media {
    height: var(--x16);
    order: 0; }

  /* line 7297, main.scss */
  #beam-gen2-sb-atmos .beside-w-ext-text {
    order: 1; }

  /* line 7298, main.scss */
  #beam-gen2-sb-breeze .beside-e-media {
    height: calc(100vw * 20 / 27); }

  /* line 7301, main.scss */
  #beam-gen2-sb-breeze > div:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: var(--x1); }

  /* line 7306, main.scss */
  .__jivoMobileButton {
    bottom: 80px !important; } }
/* line 7308, main.scss */
.template-is-page_Gallery h1 {
  font-size: 90px;
  font-family: 'aktiv-grotesk-medium'; }

/* line 7309, main.scss */
.template-is-page_Gallery .header {
  max-width: unset;
  margin-bottom: 170px; }

/* line 7310, main.scss */
.template-is-page_Gallery .featured-article_image {
  top: 70px;
  z-index: 1;
  right: -190px;
  bottom: -120px;
  top: 150px;
  left: -200px;
  background-size: cover;
  background-position: center; }

/* line 7320, main.scss */
.template-is-page_Gallery .featured-article {
  padding: 120px 300px 50px 200px;
  background: #d8a158;
  margin-right: -290px; }

/* line 7325, main.scss */
.template-is-page_Gallery .featured-article_title {
  font-size: 62px;
  font-family: 'aktiv-grotesk-medium';
  line-height: normal;
  text-transform: uppercase; }

/* line 7331, main.scss */
.template-is-page_Gallery .featured-article_text {
  font-size: 16px;
  font-family: 'aktiv-grotesk-medium'; }

/* line 7335, main.scss */
.template-is-page_Gallery .article-content {
  position: relative; }

/* line 7336, main.scss */
.template-is-page_Gallery .article-content:before {
  content: "";
  position: absolute;
  width: 49px;
  height: 52px;
  background: url(right.png);
  right: 30px;
  top: -152px; }

/* line 7337, main.scss */
.template-is-page_Gallery .article-content img {
  margin: 20px auto;
  display: block; }

/* line 7338, main.scss */
.template-is-page_Gallery .vtext {
  color: #bb4725;
  line-height: initial;
  font-size: 48px;
  font-family: 'aktiv-grotesk-light';
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%); }

/* line 7348, main.scss */
.mob {
  display: none; }

@media (max-width: 480px) {
  /* line 7350, main.scss */
  .mob {
    display: block; }

  /* line 7351, main.scss */
  .template-is-page_Gallery h1 {
    font-size: 42px; }

  /* line 7352, main.scss */
  .desktop {
    display: none; }

  /* line 7353, main.scss */
  .template-is-page_Gallery .header {
    margin-bottom: unset;
    height: 400px; }

  /* line 7354, main.scss */
  .template-is-page_Gallery .vtext {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    font-size: 30pt;
    font-family: 'aktiv-grotesk-medium';
    color: #000; }

  /* line 7355, main.scss */
  .template-is-page_Gallery .featured-article_image {
    top: 70px;
    z-index: 1;
    right: -190px;
    bottom: unset;
    left: -200px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

  /* line 7364, main.scss */
  .template-is-page_Gallery .wp {
    padding: 0; }

  /* line 7365, main.scss */
  .template-is-page_Gallery img {
    width: 100%; }

  /* line 7366, main.scss */
  .template-is-page_Gallery .article-content:before {
    display: none; }

  /* line 7367, main.scss */
  .template-is-page_Gallery .swiper-button-prev {
    width: 49px;
    height: 52px;
    background: url(right.png);
    top: 90%;
    transform: rotate(180deg); }

  /* line 7368, main.scss */
  .template-is-page_Gallery .swiper-button-prev:focus {
    outline: none; }

  /* line 7369, main.scss */
  .template-is-page_Gallery .swiper-button-next {
    width: 49px;
    height: 52px;
    background: url(right.png);
    top: 90%; }

  /* line 7370, main.scss */
  .template-is-page_Gallery .swiper-button-next:focus {
    outline: none; } }
/* line 7372, main.scss */
.text-small {
  font-size: large; }

/* line 7373, main.scss */
.bg-white {
  background-color: #fff !important; }

/* line 7374, main.scss */
#cookie-popup {
  position: fixed;
  max-width: 500px;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  width: 100%;
  padding: 16px;
  display: none;
  z-index: 20; }

/* line 7375, main.scss */
#cookie-popup .closemsg {
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  height: 14px;
  margin: 5px 15px 0 0;
  border: 0; }

/* line 7376, main.scss */
#cookie-more {
  position: absolute;
  top: 50%;
  width: 700px;
  margin-left: -350px;
  margin-top: -150px;
  left: 50%;
  z-index: 9999;
  background: #fff;
  min-height: 300px;
  display: none;
  padding: 45px;
  border-radius: 21px; }

/* line 7377, main.scss */
#cookie-more p {
  font-size: 16px;
  line-height: 20px;
  font-family: 'PFDinTextPro-regular',Arial, Helvetica, sans-serif; }

/* line 7381, main.scss */
#cookie-more .agree {
  background: #000;
  box-shadow: none;
  font-size: 16px;
  padding: 15px 20px 10px;
  min-width: 100%;
  border-radius: 0;
  color: #fff;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin: 40px 0 0; }

/* line 7389, main.scss */
#cookie-more .fancybox-close-small {
  display: none; }

/* line 7390, main.scss */
#cookie-more .closemsg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  margin: 5px 15px 0 0;
  border: 0; }

/* line 7391, main.scss */
.glide--slider[data-glide-position=first] [data-glide-el=controls] > [data-glide-dir="<"] {
  pointer-events: unset !important;
  cursor: pointer !important; }

/* line 7395, main.scss */
.glide--slider[data-glide-position=first] [data-glide-el=controls] > [data-glide-dir="<"] path {
  fill: #000 !important;
  color: #000 !important; }

/* line 1, sonos.scss */
:root {
  --colors-b1: #000000;
  --colors-b1a: rgba(0, 0, 0, 0.8);
  --colors-b2: #a6a8aB;
  --colors-b3: #d1e7e8;
  --colors-b4: #ffffff;
  --colors-b4a: rgba(255, 255, 255, 0.8);
  --colors-a1: #113f5f;
  --colors-a2: #b7257c;
  --colors-a3: #69c0b8;
  --colors-a4: #f1d9d8;
  --colors-a5: #bdd1e7;
  --colors-transparent: transparent;
  --colors-text-global-accent: var(--colors-b4a);
  --colors-bg-global-accent: var(--colors-a1);
  --colors-text-page-accent: var(--colors-b1a);
  --colors-bg-page-accent: var(--colors-a3);
  --colors-product-black: #000000;
  --colors-product-yellow: #faf19d;
  --colors-product-pink: #f6dadf;
  --colors-product-red: #f32735;
  --colors-product-green: #124734;
  --colors-product-grey: #d0d0ce;
  --colors-product-white: #ffffff;
  --colors-rgb-b1: 0, 0, 0;
  --colors-rgb-b2: 166, 168, 171;
  --colors-rgb-b3: 216, 216, 216;
  --colors-rgb-b4: 255, 255, 255;
  --colors-rgb-a1: 28, 95, 74;
  --colors-rgb-a2: 187, 71, 37;
  --colors-rgb-a3: 216, 161, 88;
  --colors-rgb-a4: 241, 217, 216;
  --colors-rgb-a5: 189, 209, 231;
  --text-x1: calc(9.8px + (14 - 9.8) * ((100vw - 320px) / (2560 - 320)));
  --text-x1p5: calc(11.8px + (19.12 - 11.8) * ((100vw - 320px) / (2560 - 320)));
  --text-x2: calc(14.8px + (33.60 - 14.8) * ((100vw - 320px) / (2560 - 320)));
  --text-x2p5: calc(16.8px + (37.60 - 16.8) * ((100vw - 320px) / (2560 - 320)));
  --text-x3: calc(17.8px + (56.88 - 17.8) * ((100vw - 320px) / (2560 - 320)));
  --text-x4: calc(18.8px + (85.32 - 18.8) * ((100vw - 320px) / (2560 - 320)));
  --text-x5: calc(16px + (128 - 16) * ((100vw - 320px) / (2560 - 320)));
  --text-x6: calc(24.32px + (194.56 - 24.32) * ((100vw - 320px) / (2560 - 320)));
  --text-x7: calc(36.48px + (291.84 - 36.48) * ((100vw - 320px) / (2560 - 320)));
  --text-x8: calc(54.72px + (437.76 - 54.72) * ((100vw - 320px) / (2560 - 320)));
  --text-x9: calc(82.08px + (656.64 - 82.08) * ((100vw - 320px) / (2560 - 320)));
  --x0p25: calc(100vw * 0.25/27);
  --x0p5: calc(100vw * 0.5/27);
  --x1: calc(100vw * 1/27);
  --x1p5: calc(100vw * 1.5/27);
  --x2: calc(100vw * 2/27);
  --x3: calc(100vw * 3/27);
  --x4: calc(100vw * 4/27);
  --x5: calc(100vw * 5/27);
  --x6: calc(100vw * 6/27);
  --x7: calc(100vw * 7/27);
  --x8: calc(100vw * 8/27);
  --x9: calc(100vw * 9/27);
  --x10: calc(100vw * 10/27);
  --x11: calc(100vw * 11/27);
  --x12: calc(100vw * 12/27);
  --x13: calc(100vw * 13/27);
  --x14: calc(100vw * 14/27);
  --x15: calc(100vw * 15/27);
  --x16: calc(100vw * 16/27);
  --x17: calc(100vw * 17/27);
  --x18: calc(100vw * 18/27);
  --x19: calc(100vw * 19/27);
  --x20: calc(100vw * 20/27);
  --x21: calc(100vw * 21/27);
  --x22: calc(100vw * 22/27);
  --x23: calc(100vw * 23/27);
  --x24: calc(100vw * 24/27);
  --x25: calc(100vw * 25/27);
  --x26: calc(100vw * 26/27);
  --x27: calc(100vw * 27/27); }

/* line 76, sonos.scss */
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* line 76, sonos.scss */
html {
  overflow-x: hidden;
  scroll-behavior: smooth; }

/* line 76, sonos.scss */
body, button, html {
  font-family: aktiv-grotesk,Helvetica,Arial,sans-serif; }

/* line 76, sonos.scss */
body, html {
  background-color: #d8d8d8;
  background-color: var(--colors-b3);
  color: rgba(0, 0, 0, 0.8);
  color: var(--colors-b1a); }

/* line 76, sonos.scss */
a {
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: inherit;
  color: inherit; }

/* line 76, sonos.scss */
button, input, select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none; }

/* line 76, sonos.scss */
button {
  cursor: pointer;
  color: inherit; }

/* line 76, sonos.scss */
[tabindex]:focus, a:focus, button:focus {
  outline: thin dotted; }

/* line 76, sonos.scss */
fieldset {
  border-width: inherit; }

/* line 76, sonos.scss */
select {
  border: 1px solid;
  border-radius: 4px;
  padding: 16px 68px 16px 15px;
  background-repeat: no-repeat;
  background-size: auto 25%;
  background-position: right 16px center; }

/* line 77, sonos.scss */
[data-kill-focus]:focus, a[href]:focus, button:focus, iframe:focus {
  outline: none; }

/* line 77, sonos.scss */
body.is-tabbing [data-kill-focus]:focus, body.is-tabbing a[href]:focus, body.is-tabbing button:focus, body.is-tabbing iframe:focus {
  outline: thin dotted; }

/* line 78, sonos.scss */
.bg-b1 {
  background-color: #000000; }

/* line 81, sonos.scss */
.bg-b1-a {
  background-color: rgba(0, 0, 0, 0.8); }

/* line 84, sonos.scss */
.bg-b2 {
  background-color: #a6a8aB; }

/* line 87, sonos.scss */
.bg-b3 {
  background-color: #d8d8d8; }

/* line 90, sonos.scss */
.bg-b4 {
  background-color: #ffffff; }

/* line 93, sonos.scss */
.bg-b4-a {
  background-color: rgba(255, 255, 255, 0.8); }

/* line 96, sonos.scss */
.bg-a1 {
  background-color: #1c5f4a; }

/* line 99, sonos.scss */
.bg-a2 {
  background-color: #bb4725; }

/* line 102, sonos.scss */
.bg-a3 {
  background-color: #d8a158; }

/* line 105, sonos.scss */
.bg-a4 {
  background-color: #f1d9d8; }

/* line 108, sonos.scss */
.bg-a5 {
  background-color: #bdd1e7; }

/* line 111, sonos.scss */
.bg-transparent {
  background-color: transparent; }

/* line 114, sonos.scss */
.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* line 119, sonos.scss */
.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 124, sonos.scss */
.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

/* line 129, sonos.scss */
.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 134, sonos.scss */
.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

/* line 139, sonos.scss */
.flex-align-between {
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between; }

/* line 144, sonos.scss */
.flex-align-around {
  -webkit-box-align: space-around;
  -ms-flex-align: space-around;
  align-items: space-around; }

/* line 149, sonos.scss */
.flex-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start; }

/* line 153, sonos.scss */
.flex-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

/* line 157, sonos.scss */
.flex-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

/* line 162, sonos.scss */
.flex-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

/* line 167, sonos.scss */
.flex-self-between {
  -ms-flex-item-align: space-between;
  -ms-grid-row-align: space-between;
  align-self: space-between; }

/* line 172, sonos.scss */
.flex-self-around {
  -ms-flex-item-align: space-around;
  -ms-grid-row-align: space-around;
  align-self: space-around; }

/* line 177, sonos.scss */
.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 182, sonos.scss */
.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* line 187, sonos.scss */
.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 192, sonos.scss */
.flex-justify-stretch {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }

/* line 197, sonos.scss */
.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 202, sonos.scss */
.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* line 206, sonos.scss */
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 210, sonos.scss */
.flex-center {
  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; }

/* line 221, sonos.scss */
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 230, sonos.scss */
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

/* line 239, sonos.scss */
.flex-column-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* line 248, sonos.scss */
.flex-row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* line 257, sonos.scss */
.flex-no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* line 261, sonos.scss */
.flex-no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* line 265, sonos.scss */
.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/* line 270, sonos.scss */
.flex-shrink {
  -ms-flex-negative: 1;
  flex-shrink: 1; }

/* line 274, sonos.scss */
.flex-no-grow {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

/* line 279, sonos.scss */
.disp-inline {
  display: inline; }

/* line 282, sonos.scss */
.disp-inline-block {
  display: inline-block; }

/* line 285, sonos.scss */
.disp-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/* line 290, sonos.scss */
.disp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 295, sonos.scss */
.disp-block {
  display: block; }

/* line 298, sonos.scss */
.disp-none {
  display: none; }

/* line 301, sonos.scss */
.text-x1 {
  font-size: calc(9.8px + (14 - 9.8) * ((100vw - 320px) / (2560 - 320)));
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px; }

/* line 307, sonos.scss */
.text-x1p5 {
  font-size: calc(11.8px + (19.12 - 11.8) * ((100vw - 320px) / (2560 - 320)));
  line-height: 1.5;
  letter-spacing: 0.4px; }

/* line 312, sonos.scss */
.text-x2 {
  font-size: calc(14.8px + (33.60 - 14.8) * ((100vw - 320px) / (2560 - 320)));
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2px; }

/* line 318, sonos.scss */
.text-x2p5 {
  font-size: calc(16.8px + (37.60 - 16.8) * ((100vw - 320px) / (2560 - 320)));
  letter-spacing: 0.2px; }

/* line 322, sonos.scss */
.text-x3 {
  font-size: calc(17.8px + (56.88 - 17.8) * ((100vw - 320px) / (2560 - 320)));
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 0.1px; }

/* line 328, sonos.scss */
.text-x4 {
  font-size: calc(18.8px + (85.32 - 18.8) * ((100vw - 320px) / (2560 - 320)));
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.08vw; }

/* line 334, sonos.scss */
.text-x5 {
  font-size: calc(16px + (128 - 16) * ((100vw - 320px) / (2560 - 320)));
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.2vw; }

/* line 340, sonos.scss */
.text-x6 {
  font-size: calc(24.32px + (194.56 - 24.32) * ((100vw - 320px) / (2560 - 320)));
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: -0.4vw; }

/* line 346, sonos.scss */
.text-x7 {
  font-size: calc(36.48px + (291.84 - 36.48) * ((100vw - 320px) / (2560 - 320)));
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.5vw; }

/* line 352, sonos.scss */
.text-x8 {
  font-size: calc(54.72px + (437.76 - 54.72) * ((100vw - 320px) / (2560 - 320)));
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1vw; }

/* line 358, sonos.scss */
.text-x9 {
  font-size: calc(82.08px + (656.64 - 82.08) * ((100vw - 320px) / (2560 - 320)));
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1vw; }

/* line 364, sonos.scss */
.text-b1 {
  color: #000000; }

/* line 367, sonos.scss */
.text-b1-a {
  color: rgba(0, 0, 0, 0.8); }

/* line 370, sonos.scss */
.text-b2 {
  color: #a6a8aB; }

/* line 373, sonos.scss */
.text-b3 {
  color: #d8d8d8; }

/* line 376, sonos.scss */
.text-b4 {
  color: #ffffff; }

/* line 379, sonos.scss */
.text-b4-a {
  color: rgba(255, 255, 255, 0.8); }

/* line 382, sonos.scss */
.text-a1 {
  color: #1c5f4a; }

/* line 385, sonos.scss */
.text-a2 {
  color: #bb4725; }

/* line 388, sonos.scss */
.text-a3 {
  color: #d8a158; }

/* line 391, sonos.scss */
.text-a4 {
  color: #f1d9d8; }

/* line 394, sonos.scss */
.text-a5 {
  color: #bdd1e7; }

/* line 397, sonos.scss */
.text-transparent {
  color: transparent; }

/* line 400, sonos.scss */
.text-light {
  font-weight: 300; }

/* line 403, sonos.scss */
.text-regular {
  font-weight: 400; }

/* line 406, sonos.scss */
.text-medium {
  font-weight: 500;
  font-family: 'aktiv-grotesk-medium'; }

/* line 410, sonos.scss */
.text-bold {
  font-weight: 700;
  font-family: 'aktiv-grotesk-medium'; }

/* line 414, sonos.scss */
.text-left {
  text-align: left; }

/* line 417, sonos.scss */
.text-right {
  text-align: right; }

/* line 420, sonos.scss */
.text-center {
  text-align: center; }

/* line 423, sonos.scss */
.text-line-through {
  text-decoration: line-through; }

/* line 426, sonos.scss */
.text-underline {
  text-decoration: underline; }

/* line 429, sonos.scss */
.text-decoration-none {
  text-decoration: none; }

/* line 432, sonos.scss */
.text-truncate {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 438, sonos.scss */
.pos-static {
  position: static; }

/* line 441, sonos.scss */
.pos-absolute {
  position: absolute; }

/* line 444, sonos.scss */
.pos-fixed {
  position: fixed; }

/* line 447, sonos.scss */
.pos-relative {
  position: relative; }

/* line 450, sonos.scss */
.pos-sticky {
  position: -webkit-sticky;
  position: sticky; }

/* line 454, sonos.scss */
.top {
  top: 0; }

/* line 457, sonos.scss */
.left {
  left: 0; }

/* line 460, sonos.scss */
.bottom {
  bottom: 0; }

/* line 463, sonos.scss */
.right {
  right: 0; }

/* line 466, sonos.scss */
.cover {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* line 472, sonos.scss */
.width-full {
  width: 100%; }

/* line 475, sonos.scss */
.width-auto {
  width: auto; }

/* line 478, sonos.scss */
.width-x1 {
  width: calc(100vw * 1/27); }

/* line 481, sonos.scss */
.width-x2 {
  width: calc(100vw * 2/27); }

/* line 484, sonos.scss */
.width-x3 {
  width: calc(100vw * 3/27); }

/* line 487, sonos.scss */
.width-x4 {
  width: calc(100vw * 4/27); }

/* line 490, sonos.scss */
.width-x5 {
  width: calc(100vw * 5/27); }

/* line 493, sonos.scss */
.width-x6 {
  width: calc(100vw * 6/27); }

/* line 496, sonos.scss */
.width-x7 {
  width: calc(100vw * 7/27); }

/* line 499, sonos.scss */
.width-x8 {
  width: calc(100vw * 8/27); }

/* line 502, sonos.scss */
.width-x9 {
  width: calc(100vw * 9/27); }

/* line 505, sonos.scss */
.width-x10 {
  width: calc(100vw * 10/27); }

/* line 508, sonos.scss */
.width-x11 {
  width: calc(100vw * 11/27); }

/* line 511, sonos.scss */
.width-x12 {
  width: calc(100vw * 12/27); }

/* line 514, sonos.scss */
.width-x13 {
  width: calc(100vw * 13/27); }

/* line 517, sonos.scss */
.width-x14 {
  width: calc(100vw * 14/27); }

/* line 520, sonos.scss */
.width-x15 {
  width: calc(100vw * 15/27); }

/* line 523, sonos.scss */
.width-x16 {
  width: calc(100vw * 16/27); }

/* line 526, sonos.scss */
.width-x17 {
  width: calc(100vw * 17/27); }

/* line 529, sonos.scss */
.width-x18 {
  width: calc(100vw * 18/27); }

/* line 532, sonos.scss */
.width-x19 {
  width: calc(100vw * 19/27); }

/* line 535, sonos.scss */
.width-x20 {
  width: calc(100vw * 20/27); }

/* line 538, sonos.scss */
.width-x21 {
  width: calc(100vw * 21/27); }

/* line 541, sonos.scss */
.width-x22 {
  width: calc(100vw * 22/27); }

/* line 544, sonos.scss */
.width-x23 {
  width: calc(100vw * 23/27); }

/* line 547, sonos.scss */
.width-x24 {
  width: calc(100vw * 24/27); }

/* line 550, sonos.scss */
.width-x25 {
  width: calc(100vw * 25/27); }

/* line 553, sonos.scss */
.width-x26 {
  width: calc(100vw * 26/27); }

/* line 556, sonos.scss */
.width-x27 {
  width: calc(100vw * 27/27); }

/* line 559, sonos.scss */
.height-full {
  height: 100%; }

/* line 562, sonos.scss */
.height-auto {
  height: auto; }

/* line 565, sonos.scss */
.height-x1 {
  height: calc(100vw * 1/27); }

/* line 568, sonos.scss */
.height-x2 {
  height: calc(100vw * 2/27); }

/* line 571, sonos.scss */
.height-x3 {
  height: calc(100vw * 3/27); }

/* line 574, sonos.scss */
.height-x4 {
  height: calc(100vw * 4/27); }

/* line 577, sonos.scss */
.height-x5 {
  height: calc(100vw * 5/27); }

/* line 580, sonos.scss */
.height-x6 {
  height: calc(100vw * 6/27); }

/* line 583, sonos.scss */
.height-x7 {
  height: calc(100vw * 7/27); }

/* line 586, sonos.scss */
.height-x8 {
  height: calc(100vw * 8/27); }

/* line 589, sonos.scss */
.height-x9 {
  height: calc(100vw * 9/27); }

/* line 592, sonos.scss */
.height-x10 {
  height: calc(100vw * 10/27); }

/* line 595, sonos.scss */
.height-x11 {
  height: calc(100vw * 11/27); }

/* line 598, sonos.scss */
.height-x12 {
  height: calc(100vw * 12/27); }

/* line 601, sonos.scss */
.height-x13 {
  height: calc(100vw * 13/27); }

/* line 604, sonos.scss */
.height-x14 {
  height: calc(100vw * 14/27); }

/* line 607, sonos.scss */
.height-x15 {
  height: calc(100vw * 15/27); }

/* line 610, sonos.scss */
.height-x16 {
  height: calc(100vw * 16/27); }

/* line 613, sonos.scss */
.height-x17 {
  height: calc(100vw * 17/27); }

/* line 616, sonos.scss */
.height-x18 {
  height: calc(100vw * 18/27); }

/* line 619, sonos.scss */
.height-x19 {
  height: calc(100vw * 19/27); }

/* line 622, sonos.scss */
.height-x20 {
  height: calc(100vw * 20/27); }

/* line 625, sonos.scss */
.height-x21 {
  height: calc(100vw * 21/27); }

/* line 628, sonos.scss */
.height-x22 {
  height: calc(100vw * 22/27); }

/* line 631, sonos.scss */
.height-x23 {
  height: calc(100vw * 23/27); }

/* line 634, sonos.scss */
.height-x24 {
  height: calc(100vw * 24/27); }

/* line 637, sonos.scss */
.height-x25 {
  height: calc(100vw * 25/27); }

/* line 640, sonos.scss */
.height-x26 {
  height: calc(100vw * 26/27); }

/* line 643, sonos.scss */
.height-x27 {
  height: calc(100vw * 27/27); }

/* line 646, sonos.scss */
.ma-x0p25 {
  margin-top: calc(100vw * 0.25/27);
  margin-bottom: calc(100vw * 0.25/27);
  margin-left: calc(100vw * 0.25/27);
  margin-right: calc(100vw * 0.25/27); }

/* line 652, sonos.scss */
.ma-x0p5 {
  margin-top: calc(100vw * 0.5/27);
  margin-bottom: calc(100vw * 0.5/27);
  margin-left: calc(100vw * 0.5/27);
  margin-right: calc(100vw * 0.5/27); }

/* line 658, sonos.scss */
.ma-x1 {
  margin-top: calc(100vw * 1/27);
  margin-bottom: calc(100vw * 1/27);
  margin-left: calc(100vw * 1/27);
  margin-right: calc(100vw * 1/27); }

/* line 664, sonos.scss */
.ma-x1p5 {
  margin-top: calc(100vw * 1.5/27);
  margin-bottom: calc(100vw * 1.5/27);
  margin-left: calc(100vw * 1.5/27);
  margin-right: calc(100vw * 1.5/27); }

/* line 670, sonos.scss */
.ma-x2 {
  margin-top: calc(100vw * 2/27);
  margin-bottom: calc(100vw * 2/27);
  margin-left: calc(100vw * 2/27);
  margin-right: calc(100vw * 2/27); }

/* line 676, sonos.scss */
.ma-x3 {
  margin-top: calc(100vw * 3/27);
  margin-bottom: calc(100vw * 3/27);
  margin-left: calc(100vw * 3/27);
  margin-right: calc(100vw * 3/27); }

/* line 682, sonos.scss */
.ma-auto {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto; }

/* line 688, sonos.scss */
.ma-nil {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }

/* line 694, sonos.scss */
.pa-x0p25 {
  padding-top: calc(100vw * 0.25/27);
  padding-bottom: calc(100vw * 0.25/27);
  padding-left: calc(100vw * 0.25/27);
  padding-right: calc(100vw * 0.25/27); }

/* line 700, sonos.scss */
.pa-x0p5 {
  padding-top: calc(100vw * 0.5/27);
  padding-bottom: calc(100vw * 0.5/27);
  padding-left: calc(100vw * 0.5/27);
  padding-right: calc(100vw * 0.5/27); }

/* line 706, sonos.scss */
.pa-x1 {
  padding-top: calc(100vw * 1/27);
  padding-bottom: calc(100vw * 1/27);
  padding-left: calc(100vw * 1/27);
  padding-right: calc(100vw * 1/27); }

/* line 712, sonos.scss */
.pa-x1p5 {
  padding-top: calc(100vw * 1.5/27);
  padding-bottom: calc(100vw * 1.5/27);
  padding-left: calc(100vw * 1.5/27);
  padding-right: calc(100vw * 1.5/27); }

/* line 718, sonos.scss */
.pa-x2 {
  padding-top: calc(100vw * 2/27);
  padding-bottom: calc(100vw * 2/27);
  padding-left: calc(100vw * 2/27);
  padding-right: calc(100vw * 2/27); }

/* line 724, sonos.scss */
.pa-x3 {
  padding-top: calc(100vw * 3/27);
  padding-bottom: calc(100vw * 3/27);
  padding-left: calc(100vw * 3/27);
  padding-right: calc(100vw * 3/27); }

/* line 730, sonos.scss */
.pa-auto {
  padding-top: auto;
  padding-bottom: auto;
  padding-left: auto;
  padding-right: auto; }

/* line 736, sonos.scss */
.pa-nil {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

/* line 742, sonos.scss */
.mv-x0p25 {
  margin-top: calc(100vw * 0.25/27);
  margin-bottom: calc(100vw * 0.25/27); }

/* line 746, sonos.scss */
.mv-x0p5 {
  margin-top: calc(100vw * 0.5/27);
  margin-bottom: calc(100vw * 0.5/27); }

/* line 750, sonos.scss */
.mv-x1 {
  margin-top: calc(100vw * 1/27);
  margin-bottom: calc(100vw * 1/27); }

/* line 754, sonos.scss */
.mv-x1p5 {
  margin-top: calc(100vw * 1.5/27);
  margin-bottom: calc(100vw * 1.5/27); }

/* line 758, sonos.scss */
.mv-x2 {
  margin-top: calc(100vw * 2/27);
  margin-bottom: calc(100vw * 2/27); }

/* line 762, sonos.scss */
.mv-x3 {
  margin-top: calc(100vw * 3/27);
  margin-bottom: calc(100vw * 3/27); }

/* line 766, sonos.scss */
.mv-auto {
  margin-top: auto;
  margin-bottom: auto; }

/* line 770, sonos.scss */
.mv-nil {
  margin-top: 0;
  margin-bottom: 0; }

/* line 774, sonos.scss */
.pv-x0p25 {
  padding-top: calc(100vw * 0.25/27);
  padding-bottom: calc(100vw * 0.25/27); }

/* line 778, sonos.scss */
.pv-x0p5 {
  padding-top: calc(100vw * 0.5/27);
  padding-bottom: calc(100vw * 0.5/27); }

/* line 782, sonos.scss */
.pv-x1 {
  padding-top: calc(100vw * 1/27);
  padding-bottom: calc(100vw * 1/27); }

/* line 786, sonos.scss */
.pv-x1p5 {
  padding-top: calc(100vw * 1.5/27);
  padding-bottom: calc(100vw * 1.5/27); }

/* line 790, sonos.scss */
.pv-x2 {
  padding-top: calc(100vw * 2/27);
  padding-bottom: calc(100vw * 2/27); }

/* line 794, sonos.scss */
.pv-x3 {
  padding-top: calc(100vw * 3/27);
  padding-bottom: calc(100vw * 3/27); }

/* line 798, sonos.scss */
.pv-auto {
  padding-top: auto;
  padding-bottom: auto; }

/* line 802, sonos.scss */
.pv-nil {
  padding-top: 0;
  padding-bottom: 0; }

/* line 806, sonos.scss */
.mh-x0p25 {
  margin-left: calc(100vw * 0.25/27);
  margin-right: calc(100vw * 0.25/27); }

/* line 810, sonos.scss */
.mh-x0p5 {
  margin-left: calc(100vw * 0.5/27);
  margin-right: calc(100vw * 0.5/27); }

/* line 814, sonos.scss */
.mh-x1 {
  margin-left: calc(100vw * 1/27);
  margin-right: calc(100vw * 1/27); }

/* line 818, sonos.scss */
.mh-x1p5 {
  margin-left: calc(100vw * 1.5/27);
  margin-right: calc(100vw * 1.5/27); }

/* line 822, sonos.scss */
.mh-x2 {
  margin-left: calc(100vw * 2/27);
  margin-right: calc(100vw * 2/27); }

/* line 826, sonos.scss */
.mh-x3 {
  margin-left: calc(100vw * 3/27);
  margin-right: calc(100vw * 3/27); }

/* line 830, sonos.scss */
.mh-auto {
  margin-left: auto;
  margin-right: auto; }

/* line 834, sonos.scss */
.mh-nil {
  margin-left: 0;
  margin-right: 0; }

/* line 838, sonos.scss */
.ph-x0p25 {
  padding-left: calc(100vw * 0.25/27);
  padding-right: calc(100vw * 0.25/27); }

/* line 842, sonos.scss */
.ph-x0p5 {
  padding-left: calc(100vw * 0.5/27);
  padding-right: calc(100vw * 0.5/27); }

/* line 846, sonos.scss */
.ph-x1 {
  padding-left: calc(100vw * 1/27);
  padding-right: calc(100vw * 1/27); }

/* line 850, sonos.scss */
.ph-x1p5 {
  padding-left: calc(100vw * 1.5/27);
  padding-right: calc(100vw * 1.5/27); }

/* line 854, sonos.scss */
.ph-x2 {
  padding-left: calc(100vw * 2/27);
  padding-right: calc(100vw * 2/27); }

/* line 858, sonos.scss */
.ph-x3 {
  padding-left: calc(100vw * 3/27);
  padding-right: calc(100vw * 3/27); }

/* line 862, sonos.scss */
.ph-auto {
  padding-left: auto;
  padding-right: auto; }

/* line 866, sonos.scss */
.ph-nil {
  padding-left: 0;
  padding-right: 0; }

/* line 870, sonos.scss */
.mt-x0p25 {
  margin-top: calc(100vw * 0.25/27); }

/* line 873, sonos.scss */
.mt-x0p5 {
  margin-top: calc(100vw * 0.5/27); }

/* line 876, sonos.scss */
.mt-x1 {
  margin-top: calc(100vw * 1/27); }

/* line 879, sonos.scss */
.mt-x1p5 {
  margin-top: calc(100vw * 1.5/27); }

/* line 882, sonos.scss */
.mt-x2 {
  margin-top: calc(100vw * 2/27); }

/* line 885, sonos.scss */
.mt-x3 {
  margin-top: calc(100vw * 3/27); }

/* line 888, sonos.scss */
.mt-auto {
  margin-top: auto; }

/* line 891, sonos.scss */
.mt-nil {
  margin-top: 0; }

/* line 894, sonos.scss */
.pt-x0p25 {
  padding-top: calc(100vw * 0.25/27); }

/* line 897, sonos.scss */
.pt-x0p5 {
  padding-top: calc(100vw * 0.5/27); }

/* line 900, sonos.scss */
.pt-x1 {
  padding-top: calc(100vw * 1/27); }

/* line 903, sonos.scss */
.pt-x1p5 {
  padding-top: calc(100vw * 1.5/27); }

/* line 906, sonos.scss */
.pt-x2 {
  padding-top: calc(100vw * 2/27); }

/* line 909, sonos.scss */
.pt-x3 {
  padding-top: calc(100vw * 3/27); }

/* line 912, sonos.scss */
.pt-auto {
  padding-top: auto; }

/* line 915, sonos.scss */
.pt-nil {
  padding-top: 0; }

/* line 918, sonos.scss */
.ml-x0p25 {
  margin-left: calc(100vw * 0.25/27); }

/* line 921, sonos.scss */
.ml-x0p5 {
  margin-left: calc(100vw * 0.5/27); }

/* line 924, sonos.scss */
.ml-x1 {
  margin-left: calc(100vw * 1/27); }

/* line 927, sonos.scss */
.ml-x1p5 {
  margin-left: calc(100vw * 1.5/27); }

/* line 930, sonos.scss */
.ml-x2 {
  margin-left: calc(100vw * 2/27); }

/* line 933, sonos.scss */
.ml-x3 {
  margin-left: calc(100vw * 3/27); }

/* line 936, sonos.scss */
.ml-auto {
  margin-left: auto; }

/* line 939, sonos.scss */
.ml-nil {
  margin-left: 0; }

/* line 942, sonos.scss */
.pl-x0p25 {
  padding-left: calc(100vw * 0.25/27); }

/* line 945, sonos.scss */
.pl-x0p5 {
  padding-left: calc(100vw * 0.5/27); }

/* line 948, sonos.scss */
.pl-x1 {
  padding-left: calc(100vw * 1/27); }

/* line 951, sonos.scss */
.pl-x1p5 {
  padding-left: calc(100vw * 1.5/27); }

/* line 954, sonos.scss */
.pl-x2 {
  padding-left: calc(100vw * 2/27); }

/* line 957, sonos.scss */
.pl-x3 {
  padding-left: calc(100vw * 3/27); }

/* line 960, sonos.scss */
.pl-auto {
  padding-left: auto; }

/* line 963, sonos.scss */
.pl-nil {
  padding-left: 0; }

/* line 966, sonos.scss */
.mb-x0p25 {
  margin-bottom: calc(100vw * 0.25/27); }

/* line 969, sonos.scss */
.mb-x0p5 {
  margin-bottom: calc(100vw * 0.5/27); }

/* line 972, sonos.scss */
.mb-x1 {
  margin-bottom: calc(100vw * 1/27); }

/* line 975, sonos.scss */
.mb-x1p5 {
  margin-bottom: calc(100vw * 1.5/27); }

/* line 978, sonos.scss */
.mb-x2 {
  margin-bottom: calc(100vw * 2/27); }

/* line 981, sonos.scss */
.mb-x3 {
  margin-bottom: calc(100vw * 3/27); }

/* line 984, sonos.scss */
.mb-auto {
  margin-bottom: auto; }

/* line 987, sonos.scss */
.mb-nil {
  margin-bottom: 0; }

/* line 990, sonos.scss */
.pb-x0p25 {
  padding-bottom: calc(100vw * 0.25/27); }

/* line 993, sonos.scss */
.pb-x0p5 {
  padding-bottom: calc(100vw * 0.5/27); }

/* line 996, sonos.scss */
.pb-x1 {
  padding-bottom: calc(100vw * 1/27); }

/* line 999, sonos.scss */
.pb-x1p5 {
  padding-bottom: calc(100vw * 1.5/27); }

/* line 1002, sonos.scss */
.pb-x2 {
  padding-bottom: calc(100vw * 2/27); }

/* line 1005, sonos.scss */
.pb-x3 {
  padding-bottom: calc(100vw * 3/27); }

/* line 1008, sonos.scss */
.pb-auto {
  padding-bottom: auto; }

/* line 1011, sonos.scss */
.pb-nil {
  padding-bottom: 0; }

/* line 1014, sonos.scss */
.mr-x0p25 {
  margin-right: calc(100vw * 0.25/27); }

/* line 1017, sonos.scss */
.mr-x0p5 {
  margin-right: calc(100vw * 0.5/27); }

/* line 1020, sonos.scss */
.mr-x1 {
  margin-right: calc(100vw * 1/27); }

/* line 1023, sonos.scss */
.mr-x1p5 {
  margin-right: calc(100vw * 1.5/27); }

/* line 1026, sonos.scss */
.mr-x2 {
  margin-right: calc(100vw * 2/27); }

/* line 1029, sonos.scss */
.mr-x3 {
  margin-right: calc(100vw * 3/27); }

/* line 1032, sonos.scss */
.mr-auto {
  margin-right: auto; }

/* line 1035, sonos.scss */
.mr-nil {
  margin-right: 0; }

/* line 1038, sonos.scss */
.pr-x0p25 {
  padding-right: calc(100vw * 0.25/27); }

/* line 1041, sonos.scss */
.pr-x0p5 {
  padding-right: calc(100vw * 0.5/27); }

/* line 1044, sonos.scss */
.pr-x1 {
  padding-right: calc(100vw * 1/27); }

/* line 1047, sonos.scss */
.pr-x1p5 {
  padding-right: calc(100vw * 1.5/27); }

/* line 1050, sonos.scss */
.pr-x2 {
  padding-right: calc(100vw * 2/27); }

/* line 1053, sonos.scss */
.pr-x3 {
  padding-right: calc(100vw * 3/27); }

/* line 1056, sonos.scss */
.pr-auto {
  padding-right: auto; }

/* line 1059, sonos.scss */
.pr-nil {
  padding-right: 0; }

@media (min-width: 1024px) {
  /* line 1063, sonos.scss */
  .lg-bg-b1 {
    background-color: #000000; }

  /* line 1066, sonos.scss */
  .lg-bg-b1-a {
    background-color: rgba(0, 0, 0, 0.8); }

  /* line 1069, sonos.scss */
  .lg-bg-b2 {
    background-color: #a6a8aB; }

  /* line 1072, sonos.scss */
  .lg-bg-b3 {
    background-color: #d8d8d8; }

  /* line 1075, sonos.scss */
  .lg-bg-b4 {
    background-color: #ffffff; }

  /* line 1078, sonos.scss */
  .lg-bg-b4-a {
    background-color: rgba(255, 255, 255, 0.8); }

  /* line 1081, sonos.scss */
  .lg-bg-a1 {
    background-color: #1c5f4a; }

  /* line 1084, sonos.scss */
  .lg-bg-a2 {
    background-color: #bb4725; }

  /* line 1087, sonos.scss */
  .lg-bg-a3 {
    background-color: #d8a158; }

  /* line 1090, sonos.scss */
  .lg-bg-a4 {
    background-color: #f1d9d8; }

  /* line 1093, sonos.scss */
  .lg-bg-a5 {
    background-color: #bdd1e7; }

  /* line 1096, sonos.scss */
  .lg-bg-transparent {
    background-color: transparent; }

  /* line 1099, sonos.scss */
  .lg-bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

  /* line 1104, sonos.scss */
  .lg-flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  /* line 1109, sonos.scss */
  .lg-flex-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 1114, sonos.scss */
  .lg-flex-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 1119, sonos.scss */
  .lg-flex-align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  /* line 1124, sonos.scss */
  .lg-flex-align-between {
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between; }

  /* line 1129, sonos.scss */
  .lg-flex-align-around {
    -webkit-box-align: space-around;
    -ms-flex-align: space-around;
    align-items: space-around; }

  /* line 1134, sonos.scss */
  .lg-flex-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start; }

  /* line 1138, sonos.scss */
  .lg-flex-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end; }

  /* line 1142, sonos.scss */
  .lg-flex-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }

  /* line 1147, sonos.scss */
  .lg-flex-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }

  /* line 1152, sonos.scss */
  .lg-flex-self-between {
    -ms-flex-item-align: space-between;
    -ms-grid-row-align: space-between;
    align-self: space-between; }

  /* line 1157, sonos.scss */
  .lg-flex-self-around {
    -ms-flex-item-align: space-around;
    -ms-grid-row-align: space-around;
    align-self: space-around; }

  /* line 1162, sonos.scss */
  .lg-flex-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 1167, sonos.scss */
  .lg-flex-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  /* line 1172, sonos.scss */
  .lg-flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 1177, sonos.scss */
  .lg-flex-justify-stretch {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch; }

  /* line 1182, sonos.scss */
  .lg-flex-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1187, sonos.scss */
  .lg-flex-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1191, sonos.scss */
  .lg-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* line 1195, sonos.scss */
  .lg-flex-center {
    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; }

  /* line 1206, sonos.scss */
  .lg-flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  /* line 1215, sonos.scss */
  .lg-flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 1224, sonos.scss */
  .lg-flex-column-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  /* line 1233, sonos.scss */
  .lg-flex-row-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  /* line 1242, sonos.scss */
  .lg-flex-no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0; }

  /* line 1246, sonos.scss */
  .lg-flex-no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 1250, sonos.scss */
  .lg-flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

  /* line 1255, sonos.scss */
  .lg-flex-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1; }

  /* line 1259, sonos.scss */
  .lg-flex-no-grow {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }

  /* line 1264, sonos.scss */
  .lg-disp-inline {
    display: inline; }

  /* line 1267, sonos.scss */
  .lg-disp-inline-block {
    display: inline-block; }

  /* line 1270, sonos.scss */
  .lg-disp-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

  /* line 1275, sonos.scss */
  .lg-disp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1280, sonos.scss */
  .lg-disp-block {
    display: block; }

  /* line 1283, sonos.scss */
  .lg-disp-none {
    display: none; }

  /* line 1286, sonos.scss */
  .lg-text-x1 {
    font-size: calc(9.8px + (14 - 9.8) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px; }

  /* line 1292, sonos.scss */
  .lg-text-x1p5 {
    font-size: calc(11.8px + (19.12 - 11.8) * ((100vw - 320px) / (2560 - 320)));
    line-height: 1.5;
    letter-spacing: 0.4px; }

  /* line 1297, sonos.scss */
  .lg-text-x2 {
    font-size: calc(14.8px + (33.60 - 14.8) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.2px; }

  /* line 1303, sonos.scss */
  .lg-text-x2p5 {
    font-size: calc(16.8px + (37.60 - 16.8) * ((100vw - 320px) / (2560 - 320)));
    letter-spacing: 0.2px; }

  /* line 1307, sonos.scss */
  .lg-text-x3 {
    font-size: calc(17.8px + (56.88 - 17.8) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 500;
    line-height: 1.31;
    letter-spacing: 0.1px; }

  /* line 1313, sonos.scss */
  .lg-text-x4 {
    font-size: calc(18.8px + (85.32 - 18.8) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.08vw; }

  /* line 1319, sonos.scss */
  .lg-text-x5 {
    font-size: calc(16px + (128 - 16) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: -0.2vw; }

  /* line 1325, sonos.scss */
  .lg-text-x6 {
    font-size: calc(24.32px + (194.56 - 24.32) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 500;
    line-height: 1.01;
    letter-spacing: -0.4vw; }

  /* line 1331, sonos.scss */
  .lg-text-x7 {
    font-size: calc(36.48px + (291.84 - 36.48) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.5vw; }

  /* line 1337, sonos.scss */
  .lg-text-x8 {
    font-size: calc(54.72px + (437.76 - 54.72) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1vw; }

  /* line 1343, sonos.scss */
  .lg-text-x9 {
    font-size: calc(82.08px + (656.64 - 82.08) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1vw; }

  /* line 1349, sonos.scss */
  .lg-text-b1 {
    color: #000000; }

  /* line 1352, sonos.scss */
  .lg-text-b1-a {
    color: rgba(0, 0, 0, 0.8); }

  /* line 1355, sonos.scss */
  .lg-text-b2 {
    color: #a6a8aB; }

  /* line 1358, sonos.scss */
  .lg-text-b3 {
    color: #d8d8d8; }

  /* line 1361, sonos.scss */
  .lg-text-b4 {
    color: #ffffff; }

  /* line 1364, sonos.scss */
  .lg-text-b4-a {
    color: rgba(255, 255, 255, 0.8); }

  /* line 1367, sonos.scss */
  .lg-text-a1 {
    color: #1c5f4a; }

  /* line 1370, sonos.scss */
  .lg-text-a2 {
    color: #bb4725; }

  /* line 1373, sonos.scss */
  .lg-text-a3 {
    color: #d8a158; }

  /* line 1376, sonos.scss */
  .lg-text-a4 {
    color: #f1d9d8; }

  /* line 1379, sonos.scss */
  .lg-text-a5 {
    color: #bdd1e7; }

  /* line 1382, sonos.scss */
  .lg-text-transparent {
    color: transparent; }

  /* line 1385, sonos.scss */
  .lg-text-light {
    font-weight: 300; }

  /* line 1388, sonos.scss */
  .lg-text-regular {
    font-weight: 400; }

  /* line 1391, sonos.scss */
  .lg-text-medium {
    font-weight: 500; }

  /* line 1394, sonos.scss */
  .lg-text-bold {
    font-weight: 700; }

  /* line 1397, sonos.scss */
  .lg-text-left {
    text-align: left; }

  /* line 1400, sonos.scss */
  .lg-text-right {
    text-align: right; }

  /* line 1403, sonos.scss */
  .lg-text-center {
    text-align: center; }

  /* line 1406, sonos.scss */
  .lg-text-line-through {
    text-decoration: line-through; }

  /* line 1409, sonos.scss */
  .lg-text-underline {
    text-decoration: underline; }

  /* line 1412, sonos.scss */
  .lg-text-decoration-none {
    text-decoration: none; }

  /* line 1415, sonos.scss */
  .lg-text-truncate {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  /* line 1421, sonos.scss */
  .lg-pos-static {
    position: static; }

  /* line 1424, sonos.scss */
  .lg-pos-absolute {
    position: absolute; }

  /* line 1427, sonos.scss */
  .lg-pos-fixed {
    position: fixed; }

  /* line 1430, sonos.scss */
  .lg-pos-relative {
    position: relative; }

  /* line 1433, sonos.scss */
  .lg-pos-sticky {
    position: -webkit-sticky;
    position: sticky; }

  /* line 1437, sonos.scss */
  .lg-top {
    top: 0; }

  /* line 1440, sonos.scss */
  .lg-left {
    left: 0; }

  /* line 1443, sonos.scss */
  .lg-bottom {
    bottom: 0; }

  /* line 1446, sonos.scss */
  .lg-right {
    right: 0; }

  /* line 1449, sonos.scss */
  .lg-cover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

  /* line 1455, sonos.scss */
  .lg-width-full {
    width: 100%; }

  /* line 1458, sonos.scss */
  .lg-width-auto {
    width: auto; }

  /* line 1461, sonos.scss */
  .lg-width-x1 {
    width: calc(100vw * 1/27); }

  /* line 1464, sonos.scss */
  .lg-width-x2 {
    width: calc(100vw * 2/27); }

  /* line 1467, sonos.scss */
  .lg-width-x3 {
    width: calc(100vw * 3/27); }

  /* line 1470, sonos.scss */
  .lg-width-x4 {
    width: calc(100vw * 4/27); }

  /* line 1473, sonos.scss */
  .lg-width-x5 {
    width: calc(100vw * 5/27); }

  /* line 1476, sonos.scss */
  .lg-width-x6 {
    width: calc(100vw * 6/27); }

  /* line 1479, sonos.scss */
  .lg-width-x7 {
    width: calc(100vw * 7/27); }

  /* line 1482, sonos.scss */
  .lg-width-x8 {
    width: calc(100vw * 8/27); }

  /* line 1485, sonos.scss */
  .lg-width-x9 {
    width: calc(100vw * 9/27); }

  /* line 1488, sonos.scss */
  .lg-width-x10 {
    width: calc(100vw * 10/27); }

  /* line 1491, sonos.scss */
  .lg-width-x11 {
    width: calc(100vw * 11/27); }

  /* line 1494, sonos.scss */
  .lg-width-x12 {
    width: calc(100vw * 12/27); }

  /* line 1497, sonos.scss */
  .lg-width-x13 {
    width: calc(100vw * 13/27); }

  /* line 1500, sonos.scss */
  .lg-width-x14 {
    width: calc(100vw * 14/27); }

  /* line 1503, sonos.scss */
  .lg-width-x15 {
    width: calc(100vw * 15/27); }

  /* line 1506, sonos.scss */
  .lg-width-x16 {
    width: calc(100vw * 16/27); }

  /* line 1509, sonos.scss */
  .lg-width-x17 {
    width: calc(100vw * 17/27); }

  /* line 1512, sonos.scss */
  .lg-width-x18 {
    width: calc(100vw * 18/27); }

  /* line 1515, sonos.scss */
  .lg-width-x19 {
    width: calc(100vw * 19/27); }

  /* line 1518, sonos.scss */
  .lg-width-x20 {
    width: calc(100vw * 20/27); }

  /* line 1521, sonos.scss */
  .lg-width-x21 {
    width: calc(100vw * 21/27); }

  /* line 1524, sonos.scss */
  .lg-width-x22 {
    width: calc(100vw * 22/27); }

  /* line 1527, sonos.scss */
  .lg-width-x23 {
    width: calc(100vw * 23/27); }

  /* line 1530, sonos.scss */
  .lg-width-x24 {
    width: calc(100vw * 24/27); }

  /* line 1533, sonos.scss */
  .lg-width-x25 {
    width: calc(100vw * 25/27); }

  /* line 1536, sonos.scss */
  .lg-width-x26 {
    width: calc(100vw * 26/27); }

  /* line 1539, sonos.scss */
  .lg-width-x27 {
    width: calc(100vw * 27/27); }

  /* line 1542, sonos.scss */
  .lg-height-full {
    height: 100%; }

  /* line 1545, sonos.scss */
  .lg-height-auto {
    height: auto; }

  /* line 1548, sonos.scss */
  .lg-height-x1 {
    height: calc(100vw * 1/27); }

  /* line 1551, sonos.scss */
  .lg-height-x2 {
    height: calc(100vw * 2/27); }

  /* line 1554, sonos.scss */
  .lg-height-x3 {
    height: calc(100vw * 3/27); }

  /* line 1557, sonos.scss */
  .lg-height-x4 {
    height: calc(100vw * 4/27); }

  /* line 1560, sonos.scss */
  .lg-height-x5 {
    height: calc(100vw * 5/27); }

  /* line 1563, sonos.scss */
  .lg-height-x6 {
    height: calc(100vw * 6/27); }

  /* line 1566, sonos.scss */
  .lg-height-x7 {
    height: calc(100vw * 7/27); }

  /* line 1569, sonos.scss */
  .lg-height-x8 {
    height: calc(100vw * 8/27); }

  /* line 1572, sonos.scss */
  .lg-height-x9 {
    height: calc(100vw * 9/27); }

  /* line 1575, sonos.scss */
  .lg-height-x10 {
    height: calc(100vw * 10/27); }

  /* line 1578, sonos.scss */
  .lg-height-x11 {
    height: calc(100vw * 11/27); }

  /* line 1581, sonos.scss */
  .lg-height-x12 {
    height: calc(100vw * 12/27); }

  /* line 1584, sonos.scss */
  .lg-height-x13 {
    height: calc(100vw * 13/27); }

  /* line 1587, sonos.scss */
  .lg-height-x14 {
    height: calc(100vw * 14/27); }

  /* line 1590, sonos.scss */
  .lg-height-x15 {
    height: calc(100vw * 15/27); }

  /* line 1593, sonos.scss */
  .lg-height-x16 {
    height: calc(100vw * 16/27); }

  /* line 1596, sonos.scss */
  .lg-height-x17 {
    height: calc(100vw * 17/27); }

  /* line 1599, sonos.scss */
  .lg-height-x18 {
    height: calc(100vw * 18/27); }

  /* line 1602, sonos.scss */
  .lg-height-x19 {
    height: calc(100vw * 19/27); }

  /* line 1605, sonos.scss */
  .lg-height-x20 {
    height: calc(100vw * 20/27); }

  /* line 1608, sonos.scss */
  .lg-height-x21 {
    height: calc(100vw * 21/27); }

  /* line 1611, sonos.scss */
  .lg-height-x22 {
    height: calc(100vw * 22/27); }

  /* line 1614, sonos.scss */
  .lg-height-x23 {
    height: calc(100vw * 23/27); }

  /* line 1617, sonos.scss */
  .lg-height-x24 {
    height: calc(100vw * 24/27); }

  /* line 1620, sonos.scss */
  .lg-height-x25 {
    height: calc(100vw * 25/27); }

  /* line 1623, sonos.scss */
  .lg-height-x26 {
    height: calc(100vw * 26/27); }

  /* line 1626, sonos.scss */
  .lg-height-x27 {
    height: calc(100vw * 27/27); }

  /* line 1629, sonos.scss */
  .lg-ma-x0p25 {
    margin-top: calc(100vw * 0.25/27);
    margin-bottom: calc(100vw * 0.25/27);
    margin-left: calc(100vw * 0.25/27);
    margin-right: calc(100vw * 0.25/27); }

  /* line 1635, sonos.scss */
  .lg-ma-x0p5 {
    margin-top: calc(100vw * 0.5/27);
    margin-bottom: calc(100vw * 0.5/27);
    margin-left: calc(100vw * 0.5/27);
    margin-right: calc(100vw * 0.5/27); }

  /* line 1641, sonos.scss */
  .lg-ma-x1 {
    margin-top: calc(100vw * 1/27);
    margin-bottom: calc(100vw * 1/27);
    margin-left: calc(100vw * 1/27);
    margin-right: calc(100vw * 1/27); }

  /* line 1647, sonos.scss */
  .lg-ma-x1p5 {
    margin-top: calc(100vw * 1.5/27);
    margin-bottom: calc(100vw * 1.5/27);
    margin-left: calc(100vw * 1.5/27);
    margin-right: calc(100vw * 1.5/27); }

  /* line 1653, sonos.scss */
  .lg-ma-x2 {
    margin-top: calc(100vw * 2/27);
    margin-bottom: calc(100vw * 2/27);
    margin-left: calc(100vw * 2/27);
    margin-right: calc(100vw * 2/27); }

  /* line 1659, sonos.scss */
  .lg-ma-x3 {
    margin-top: calc(100vw * 3/27);
    margin-bottom: calc(100vw * 3/27);
    margin-left: calc(100vw * 3/27);
    margin-right: calc(100vw * 3/27); }

  /* line 1665, sonos.scss */
  .lg-ma-auto {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto; }

  /* line 1671, sonos.scss */
  .lg-ma-nil {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0; }

  /* line 1677, sonos.scss */
  .lg-pa-x0p25 {
    padding-top: calc(100vw * 0.25/27);
    padding-bottom: calc(100vw * 0.25/27);
    padding-left: calc(100vw * 0.25/27);
    padding-right: calc(100vw * 0.25/27); }

  /* line 1683, sonos.scss */
  .lg-pa-x0p5 {
    padding-top: calc(100vw * 0.5/27);
    padding-bottom: calc(100vw * 0.5/27);
    padding-left: calc(100vw * 0.5/27);
    padding-right: calc(100vw * 0.5/27); }

  /* line 1689, sonos.scss */
  .lg-pa-x1 {
    padding-top: calc(100vw * 1/27);
    padding-bottom: calc(100vw * 1/27);
    padding-left: calc(100vw * 1/27);
    padding-right: calc(100vw * 1/27); }

  /* line 1695, sonos.scss */
  .lg-pa-x1p5 {
    padding-top: calc(100vw * 1.5/27);
    padding-bottom: calc(100vw * 1.5/27);
    padding-left: calc(100vw * 1.5/27);
    padding-right: calc(100vw * 1.5/27); }

  /* line 1701, sonos.scss */
  .lg-pa-x2 {
    padding-top: calc(100vw * 2/27);
    padding-bottom: calc(100vw * 2/27);
    padding-left: calc(100vw * 2/27);
    padding-right: calc(100vw * 2/27); }

  /* line 1707, sonos.scss */
  .lg-pa-x3 {
    padding-top: calc(100vw * 3/27);
    padding-bottom: calc(100vw * 3/27);
    padding-left: calc(100vw * 3/27);
    padding-right: calc(100vw * 3/27); }

  /* line 1713, sonos.scss */
  .lg-pa-auto {
    padding-top: auto;
    padding-bottom: auto;
    padding-left: auto;
    padding-right: auto; }

  /* line 1719, sonos.scss */
  .lg-pa-nil {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }

  /* line 1725, sonos.scss */
  .lg-mv-x0p25 {
    margin-top: calc(100vw * 0.25/27);
    margin-bottom: calc(100vw * 0.25/27); }

  /* line 1729, sonos.scss */
  .lg-mv-x0p5 {
    margin-top: calc(100vw * 0.5/27);
    margin-bottom: calc(100vw * 0.5/27); }

  /* line 1733, sonos.scss */
  .lg-mv-x1 {
    margin-top: calc(100vw * 1/27);
    margin-bottom: calc(100vw * 1/27); }

  /* line 1737, sonos.scss */
  .lg-mv-x1p5 {
    margin-top: calc(100vw * 1.5/27);
    margin-bottom: calc(100vw * 1.5/27); }

  /* line 1741, sonos.scss */
  .lg-mv-x2 {
    margin-top: calc(100vw * 2/27);
    margin-bottom: calc(100vw * 2/27); }

  /* line 1745, sonos.scss */
  .lg-mv-x3 {
    margin-top: calc(100vw * 3/27);
    margin-bottom: calc(100vw * 3/27); }

  /* line 1749, sonos.scss */
  .lg-mv-auto {
    margin-top: auto;
    margin-bottom: auto; }

  /* line 1753, sonos.scss */
  .lg-mv-nil {
    margin-top: 0;
    margin-bottom: 0; }

  /* line 1757, sonos.scss */
  .lg-pv-x0p25 {
    padding-top: calc(100vw * 0.25/27);
    padding-bottom: calc(100vw * 0.25/27); }

  /* line 1761, sonos.scss */
  .lg-pv-x0p5 {
    padding-top: calc(100vw * 0.5/27);
    padding-bottom: calc(100vw * 0.5/27); }

  /* line 1765, sonos.scss */
  .lg-pv-x1 {
    padding-top: calc(100vw * 1/27);
    padding-bottom: calc(100vw * 1/27); }

  /* line 1769, sonos.scss */
  .lg-pv-x1p5 {
    padding-top: calc(100vw * 1.5/27);
    padding-bottom: calc(100vw * 1.5/27); }

  /* line 1773, sonos.scss */
  .lg-pv-x2 {
    padding-top: calc(100vw * 2/27);
    padding-bottom: calc(100vw * 2/27); }

  /* line 1777, sonos.scss */
  .lg-pv-x3 {
    padding-top: calc(100vw * 3/27);
    padding-bottom: calc(100vw * 3/27); }

  /* line 1781, sonos.scss */
  .lg-pv-auto {
    padding-top: auto;
    padding-bottom: auto; }

  /* line 1785, sonos.scss */
  .lg-pv-nil {
    padding-top: 0;
    padding-bottom: 0; }

  /* line 1789, sonos.scss */
  .lg-mh-x0p25 {
    margin-left: calc(100vw * 0.25/27);
    margin-right: calc(100vw * 0.25/27); }

  /* line 1793, sonos.scss */
  .lg-mh-x0p5 {
    margin-left: calc(100vw * 0.5/27);
    margin-right: calc(100vw * 0.5/27); }

  /* line 1797, sonos.scss */
  .lg-mh-x1 {
    margin-left: calc(100vw * 1/27);
    margin-right: calc(100vw * 1/27); }

  /* line 1801, sonos.scss */
  .lg-mh-x1p5 {
    margin-left: calc(100vw * 1.5/27);
    margin-right: calc(100vw * 1.5/27); }

  /* line 1805, sonos.scss */
  .lg-mh-x2 {
    margin-left: calc(100vw * 2/27);
    margin-right: calc(100vw * 2/27); }

  /* line 1809, sonos.scss */
  .lg-mh-x3 {
    margin-left: calc(100vw * 3/27);
    margin-right: calc(100vw * 3/27); }

  /* line 1813, sonos.scss */
  .lg-mh-auto {
    margin-left: auto;
    margin-right: auto; }

  /* line 1817, sonos.scss */
  .lg-mh-nil {
    margin-left: 0;
    margin-right: 0; }

  /* line 1821, sonos.scss */
  .lg-ph-x0p25 {
    padding-left: calc(100vw * 0.25/27);
    padding-right: calc(100vw * 0.25/27); }

  /* line 1825, sonos.scss */
  .lg-ph-x0p5 {
    padding-left: calc(100vw * 0.5/27);
    padding-right: calc(100vw * 0.5/27); }

  /* line 1829, sonos.scss */
  .lg-ph-x1 {
    padding-left: calc(100vw * 1/27);
    padding-right: calc(100vw * 1/27); }

  /* line 1833, sonos.scss */
  .lg-ph-x1p5 {
    padding-left: calc(100vw * 1.5/27);
    padding-right: calc(100vw * 1.5/27); }

  /* line 1837, sonos.scss */
  .lg-ph-x2 {
    padding-left: calc(100vw * 2/27);
    padding-right: calc(100vw * 2/27); }

  /* line 1841, sonos.scss */
  .lg-ph-x3 {
    padding-left: calc(100vw * 3/27);
    padding-right: calc(100vw * 3/27); }

  /* line 1845, sonos.scss */
  .lg-ph-auto {
    padding-left: auto;
    padding-right: auto; }

  /* line 1849, sonos.scss */
  .lg-ph-nil {
    padding-left: 0;
    padding-right: 0; }

  /* line 1853, sonos.scss */
  .lg-mt-x0p25 {
    margin-top: calc(100vw * 0.25/27); }

  /* line 1856, sonos.scss */
  .lg-mt-x0p5 {
    margin-top: calc(100vw * 0.5/27); }

  /* line 1859, sonos.scss */
  .lg-mt-x1 {
    margin-top: calc(100vw * 1/27); }

  /* line 1862, sonos.scss */
  .lg-mt-x1p5 {
    margin-top: calc(100vw * 1.5/27); }

  /* line 1865, sonos.scss */
  .lg-mt-x2 {
    margin-top: calc(100vw * 2/27); }

  /* line 1868, sonos.scss */
  .lg-mt-x3 {
    margin-top: calc(100vw * 3/27); }

  /* line 1871, sonos.scss */
  .lg-mt-auto {
    margin-top: auto; }

  /* line 1874, sonos.scss */
  .lg-mt-nil {
    margin-top: 0; }

  /* line 1877, sonos.scss */
  .lg-pt-x0p25 {
    padding-top: calc(100vw * 0.25/27); }

  /* line 1880, sonos.scss */
  .lg-pt-x0p5 {
    padding-top: calc(100vw * 0.5/27); }

  /* line 1883, sonos.scss */
  .lg-pt-x1 {
    padding-top: calc(100vw * 1/27); }

  /* line 1886, sonos.scss */
  .lg-pt-x1p5 {
    padding-top: calc(100vw * 1.5/27); }

  /* line 1889, sonos.scss */
  .lg-pt-x2 {
    padding-top: calc(100vw * 2/27); }

  /* line 1892, sonos.scss */
  .lg-pt-x3 {
    padding-top: calc(100vw * 3/27); }

  /* line 1895, sonos.scss */
  .lg-pt-auto {
    padding-top: auto; }

  /* line 1898, sonos.scss */
  .lg-pt-nil {
    padding-top: 0; }

  /* line 1901, sonos.scss */
  .lg-ml-x0p25 {
    margin-left: calc(100vw * 0.25/27); }

  /* line 1904, sonos.scss */
  .lg-ml-x0p5 {
    margin-left: calc(100vw * 0.5/27); }

  /* line 1907, sonos.scss */
  .lg-ml-x1 {
    margin-left: calc(100vw * 1/27); }

  /* line 1910, sonos.scss */
  .lg-ml-x1p5 {
    margin-left: calc(100vw * 1.5/27); }

  /* line 1913, sonos.scss */
  .lg-ml-x2 {
    margin-left: calc(100vw * 2/27); }

  /* line 1916, sonos.scss */
  .lg-ml-x3 {
    margin-left: calc(100vw * 3/27); }

  /* line 1919, sonos.scss */
  .lg-ml-auto {
    margin-left: auto; }

  /* line 1922, sonos.scss */
  .lg-ml-nil {
    margin-left: 0; }

  /* line 1925, sonos.scss */
  .lg-pl-x0p25 {
    padding-left: calc(100vw * 0.25/27); }

  /* line 1928, sonos.scss */
  .lg-pl-x0p5 {
    padding-left: calc(100vw * 0.5/27); }

  /* line 1931, sonos.scss */
  .lg-pl-x1 {
    padding-left: calc(100vw * 1/27); }

  /* line 1934, sonos.scss */
  .lg-pl-x1p5 {
    padding-left: calc(100vw * 1.5/27); }

  /* line 1937, sonos.scss */
  .lg-pl-x2 {
    padding-left: calc(100vw * 2/27); }

  /* line 1940, sonos.scss */
  .lg-pl-x3 {
    padding-left: calc(100vw * 3/27); }

  /* line 1943, sonos.scss */
  .lg-pl-auto {
    padding-left: auto; }

  /* line 1946, sonos.scss */
  .lg-pl-nil {
    padding-left: 0; }

  /* line 1949, sonos.scss */
  .lg-mb-x0p25 {
    margin-bottom: calc(100vw * 0.25/27); }

  /* line 1952, sonos.scss */
  .lg-mb-x0p5 {
    margin-bottom: calc(100vw * 0.5/27); }

  /* line 1955, sonos.scss */
  .lg-mb-x1 {
    margin-bottom: calc(100vw * 1/27); }

  /* line 1958, sonos.scss */
  .lg-mb-x1p5 {
    margin-bottom: calc(100vw * 1.5/27); }

  /* line 1961, sonos.scss */
  .lg-mb-x2 {
    margin-bottom: calc(100vw * 2/27); }

  /* line 1964, sonos.scss */
  .lg-mb-x3 {
    margin-bottom: calc(100vw * 3/27); }

  /* line 1967, sonos.scss */
  .lg-mb-auto {
    margin-bottom: auto; }

  /* line 1970, sonos.scss */
  .lg-mb-nil {
    margin-bottom: 0; }

  /* line 1973, sonos.scss */
  .lg-pb-x0p25 {
    padding-bottom: calc(100vw * 0.25/27); }

  /* line 1976, sonos.scss */
  .lg-pb-x0p5 {
    padding-bottom: calc(100vw * 0.5/27); }

  /* line 1979, sonos.scss */
  .lg-pb-x1 {
    padding-bottom: calc(100vw * 1/27); }

  /* line 1982, sonos.scss */
  .lg-pb-x1p5 {
    padding-bottom: calc(100vw * 1.5/27); }

  /* line 1985, sonos.scss */
  .lg-pb-x2 {
    padding-bottom: calc(100vw * 2/27); }

  /* line 1988, sonos.scss */
  .lg-pb-x3 {
    padding-bottom: calc(100vw * 3/27); }

  /* line 1991, sonos.scss */
  .lg-pb-auto {
    padding-bottom: auto; }

  /* line 1994, sonos.scss */
  .lg-pb-nil {
    padding-bottom: 0; }

  /* line 1997, sonos.scss */
  .lg-mr-x0p25 {
    margin-right: calc(100vw * 0.25/27); }

  /* line 2000, sonos.scss */
  .lg-mr-x0p5 {
    margin-right: calc(100vw * 0.5/27); }

  /* line 2003, sonos.scss */
  .lg-mr-x1 {
    margin-right: calc(100vw * 1/27); }

  /* line 2006, sonos.scss */
  .lg-mr-x1p5 {
    margin-right: calc(100vw * 1.5/27); }

  /* line 2009, sonos.scss */
  .lg-mr-x2 {
    margin-right: calc(100vw * 2/27); }

  /* line 2012, sonos.scss */
  .lg-mr-x3 {
    margin-right: calc(100vw * 3/27); }

  /* line 2015, sonos.scss */
  .lg-mr-auto {
    margin-right: auto; }

  /* line 2018, sonos.scss */
  .lg-mr-nil {
    margin-right: 0; }

  /* line 2021, sonos.scss */
  .lg-pr-x0p25 {
    padding-right: calc(100vw * 0.25/27); }

  /* line 2024, sonos.scss */
  .lg-pr-x0p5 {
    padding-right: calc(100vw * 0.5/27); }

  /* line 2027, sonos.scss */
  .lg-pr-x1 {
    padding-right: calc(100vw * 1/27); }

  /* line 2030, sonos.scss */
  .lg-pr-x1p5 {
    padding-right: calc(100vw * 1.5/27); }

  /* line 2033, sonos.scss */
  .lg-pr-x2 {
    padding-right: calc(100vw * 2/27); }

  /* line 2036, sonos.scss */
  .lg-pr-x3 {
    padding-right: calc(100vw * 3/27); }

  /* line 2039, sonos.scss */
  .lg-pr-auto {
    padding-right: auto; }

  /* line 2042, sonos.scss */
  .lg-pr-nil {
    padding-right: 0; } }
/* line 2046, sonos.scss */
.colors-bg-global-accent {
  background-color: #1c5f4a;
  background-color: var(--colors-bg-global-accent); }

/* line 2046, sonos.scss */
.colors-text-global-accent {
  color: rgba(255, 255, 255, 0.8);
  color: var(--colors-text-global-accent); }

/* line 2046, sonos.scss */
.colors-text-global-accent path, .colors-text-global-accent svg {
  fill: rgba(255, 255, 255, 0.8);
  fill: var(--colors-text-global-accent); }

/* line 2046, sonos.scss */
.colors-bg-page-accent {
  background-color: #d8a158;
  background-color: var(--colors-bg-page-accent); }

/* line 2046, sonos.scss */
.colors-text-page-accent {
  color: rgba(0, 0, 0, 0.8);
  color: var(--colors-text-page-accent); }

/* line 2046, sonos.scss */
.colors-text-page-accent path, .colors-text-page-accent svg {
  fill: rgba(0, 0, 0, 0.8);
  fill: var(--colors-text-page-accent); }

/* line 2046, sonos.scss */
.list-style-none {
  list-style: none; }

/* line 2046, sonos.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 2046, sonos.scss */
.object-fit-contain {
  -o-object-fit: contain;
  object-fit: contain; }

/* line 2046, sonos.scss */
.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover; }

/* line 2046, sonos.scss */
.object-position-left {
  -o-object-position: left;
  object-position: left; }

/* line 2046, sonos.scss */
.object-position-x1 {
  -o-object-position: 3.7037vw;
  object-position: 3.7037vw;
  -o-object-position: var(--x1);
  object-position: var(--x1); }

/* line 2046, sonos.scss */
.svg-full svg {
  width: 100%;
  height: 100%; }

/* line 2046, sonos.scss */
.svg-height-full svg {
  height: 100%; }

/* line 2046, sonos.scss */
.svg-b1-a path, .svg-b1-a rect {
  fill: rgba(0, 0, 0, 0.8);
  fill: var(--colors-b1a); }

/* line 2046, sonos.scss */
.svg-b4-a path, .svg-b4-a rect {
  fill: rgba(255, 255, 255, 0.8);
  fill: var(--colors-b4a); }

/* line 2046, sonos.scss */
.opacity-x0p5 {
  opacity: .5; }

/* line 2046, sonos.scss */
.width-half {
  width: 50%; }

/* line 2046, sonos.scss */
.width-thirds {
  width: 33.3333%; }

/* line 2046, sonos.scss */
.abs-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

/* line 2046, sonos.scss */
.abs-v-center {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

/* line 2046, sonos.scss */
.overflow-x-hidden {
  overflow-x: hidden; }

/* line 2046, sonos.scss */
.overflow-hidden {
  overflow: hidden; }

/* line 2046, sonos.scss */
.overflow-auto {
  overflow: auto; }

/* line 2046, sonos.scss */
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1; }

/* line 2046, sonos.scss */
.border-a1 {
  border: 1px solid; }

/* line 2046, sonos.scss */
.border-a2 {
  border: 2px solid #000;
  border: 2px solid var(--colors-b1); }

/* line 2046, sonos.scss */
.border-t1 {
  border-top: 1px solid; }

/* line 2046, sonos.scss */
.border-t-nil {
  border-top: none; }

/* line 2046, sonos.scss */
.border-b1 {
  border-bottom: 1px solid; }

/* line 2046, sonos.scss */
.border-b-nil {
  border-bottom: none; }

/* line 2046, sonos.scss */
.border-radius-pill {
  border-radius: 9999px; }

/* line 2046, sonos.scss */
.border-radius-badge {
  border-radius: 5%; }

/* line 2046, sonos.scss */
.border-radius-panel {
  border-radius: 5px; }

/* line 2046, sonos.scss */
.max-width-full {
  max-width: 100%; }

/* line 2046, sonos.scss */
.z-top {
  z-index: var(--z-top); }

@media (min-width: 1024px) {
  /* line 2046, sonos.scss */
  .lg-width-inherit {
    width: inherit; } }
/* line 2046, sonos.scss */
.height-nil {
  height: 0; }

/* line 2046, sonos.scss */
.height-x1p25 {
  height: 4.62963vw; }

/* line 2046, sonos.scss */
.height-x1p5 {
  height: 5.55556vw;
  height: var(--x1p5); }

/* line 2046, sonos.scss */
.pv-x0p75 {
  padding-top: 2.77778vw;
  padding-bottom: 2.77778vw; }

/* line 2046, sonos.scss */
.mt-x0p75 {
  margin-top: 2.77778vw; }

/* line 2046, sonos.scss */
.mb-x0p75 {
  margin-bottom: 2.77778vw; }

/* line 2046, sonos.scss */
.mt-x1p25 {
  margin-top: 4.62963vw; }

/* line 2046, sonos.scss */
.mb-x2p5 {
  margin-bottom: 9.25926vw; }

/* line 2046, sonos.scss */
.pb-widescreen {
  padding-bottom: 56.25%; }

/* line 2046, sonos.scss */
.text-x1, .text-x1p5 {
  font-size: calc(12px + 2*(100vw - 375px)/393);
  line-height: 1.5;
  letter-spacing: .3px;
  word-spacing: .6px; }

/* line 2046, sonos.scss */
.text-x2, .text-x2p5 {
  font-size: calc(14px + 7*(100vw - 375px)/393);
  line-height: 1.6;
  letter-spacing: .3px;
  word-spacing: .4px; }

/* line 2046, sonos.scss */
.text-x3 {
  font-size: calc(16px + 5*(100vw - 375px)/393);
  line-height: 1.33; }

/* line 2046, sonos.scss */
.text-x3, .text-x4 {
  letter-spacing: .2px; }

/* line 2046, sonos.scss */
.text-x4 {
  font-size: calc(21px + 11*(100vw - 375px)/393);
  line-height: 1.32; }

/* line 2046, sonos.scss */
.text-x5 {
  font-size: calc(32px + 16*(100vw - 375px)/393);
  line-height: 1.27;
  letter-spacing: .4px; }

/* line 2046, sonos.scss */
.text-x6 {
  font-size: calc(48px + 32*(100vw - 375px)/393);
  line-height: 1.18;
  letter-spacing: -.2px; }

/* line 2046, sonos.scss */
.text-x7 {
  font-size: 11.4vw; }

@media (min-width: 1024px) {
  /* line 2046, sonos.scss */
  .text-x1 {
    font-size: calc(14px + 7*(100vw - 1440px)/1120);
    line-height: 1.5;
    letter-spacing: .3px; }

  /* line 2046, sonos.scss */
  .text-x1p5 {
    font-size: calc(17px + 3*(100vw - 1440px)/1120);
    line-height: 1.37;
    letter-spacing: .25px; }

  /* line 2046, sonos.scss */
  .text-x2 {
    font-size: calc(21px + 11*(100vw - 1440px)/1120);
    line-height: 1.33;
    letter-spacing: .3px;
    word-spacing: .4px; }

  /* line 2046, sonos.scss */
  .text-x2p5 {
    font-size: calc(24px + 12*(100vw - 1440px)/1120);
    line-height: 1.29;
    letter-spacing: -.5px; }

  /* line 2046, sonos.scss */
  .text-x3 {
    font-size: 1.8vw;
    line-height: 1.33;
    letter-spacing: -.1px;
    word-spacing: 0; }

  /* line 2046, sonos.scss */
  .text-x4 {
    font-size: 2.333vw;
    line-height: 1.1;
    letter-spacing: 0; }

  /* line 2046, sonos.scss */
  .text-x5 {
    font-size: 5.555vw;
    line-height: 1;
    letter-spacing: -2.7px; }

  /* line 2046, sonos.scss */
  .text-x6 {
    font-size: 7.6vw; }

  /* line 2046, sonos.scss */
  .lg-text-x1 {
    font-size: calc(14px + 7*(100vw - 1440px)/1120);
    line-height: 1.5;
    letter-spacing: .3px; }

  /* line 2046, sonos.scss */
  .lg-text-x1p5 {
    font-size: calc(17px + 13*(100vw - 1440px)/1120);
    line-height: 1.37;
    letter-spacing: .25px; }

  /* line 2046, sonos.scss */
  .lg-text-x2 {
    font-size: calc(21px + 11*(100vw - 1440px)/1120);
    line-height: 1.33;
    letter-spacing: .3px;
    word-spacing: .4px; }

  /* line 2046, sonos.scss */
  .lg-text-x2p5 {
    font-size: calc(24px + 12*(100vw - 1440px)/1120);
    line-height: 1.29;
    letter-spacing: -.5px; }

  /* line 2046, sonos.scss */
  .lg-text-x3 {
    font-size: 1.8vw;
    line-height: 1.33;
    letter-spacing: -.1px;
    word-spacing: 0; }

  /* line 2046, sonos.scss */
  .lg-text-x4 {
    font-size: 3.333vw;
    line-height: 1.1;
    letter-spacing: 0; }

  /* line 2046, sonos.scss */
  .lg-text-x5 {
    font-size: 5.555vw;
    line-height: 1;
    letter-spacing: -2.7px; }

  /* line 2046, sonos.scss */
  .lg-text-x6 {
    font-size: 7.6vw; }

  /* line 2046, sonos.scss */
  .lg-ph-x0p15 {
    padding-left: .55556vw;
    padding-right: .55556vw; }

  /* line 2046, sonos.scss */
  .lg-ph-x0p75 {
    padding-left: 2.77778vw;
    padding-right: 2.77778vw; }

  /* line 2046, sonos.scss */
  .lg-pv-x0p75 {
    padding-top: 2.77778vw;
    padding-bottom: 2.77778vw; }

  /* line 2046, sonos.scss */
  .lg-pv-x1p25 {
    padding-top: 4.62963vw;
    padding-bottom: 4.62963vw; }

  /* line 2046, sonos.scss */
  .lg-mr-x2p5 {
    margin-right: 9.25926vw; }

  /* line 2046, sonos.scss */
  .lg-mt-x0p25 {
    margin-top: .92593vw; }

  /* line 2046, sonos.scss */
  .lg-mb-x0p25 {
    margin-bottom: .92593vw; }

  /* line 2046, sonos.scss */
  .lg-mt-x0p75 {
    margin-top: 2.77778vw; }

  /* line 2046, sonos.scss */
  .lg-mr-x0p75 {
    margin-right: 2.77778vw; }

  /* line 2046, sonos.scss */
  .lg-mb-x0p75 {
    margin-bottom: 2.77778vw; }

  /* line 2046, sonos.scss */
  .lg-height-x0p5 {
    height: 1.85185vw;
    height: var(--x0p5); } }
@media (orientation: landscape) and (max-height: 1024px) and (max-width: 1023px) {
  /* line 2046, sonos.scss */
  ul.inline-on-landscape li {
    display: inline-block;
    margin-bottom: 3.7037vw;
    margin-right: 3.7037vw;
    white-space: nowrap; } }
/* line 2047, sonos.scss */
[data-parent-fit=contain] {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

/* line 2047, sonos.scss */
[data-parent-fit=cover] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 2047, sonos.scss */
[data-swap] {
  position: absolute; }

/* line 2047, sonos.scss */
.ls-blur-up-img {
  opacity: 1;
  -webkit-transition: opacity .75s ease;
  transition: opacity .75s ease; }

/* line 2047, sonos.scss */
.ls-blur-up-img.ls-inview.ls-original-loaded {
  opacity: 0; }

/* line 2047, sonos.scss */
[data-dynamic-shadow=tabletop] {
  background-color: #000;
  background-color: var(--colors-b1);
  border-radius: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 2047, sonos.scss */
[data-dynamic-shadow=overhead] ~ img {
  -webkit-filter: drop-shadow(0 0 2vw transparent);
  filter: drop-shadow(0 0 2vw transparent); }

/* line 2047, sonos.scss */
[data-dynamic-shadow=bottom] ~ img, [data-dynamic-shadow=overhead] ~ img {
  -webkit-transition: -webkit-filter 1s;
  transition: -webkit-filter 1s;
  transition: filter 1s;
  transition: filter 1s,-webkit-filter 1s; }

/* line 2047, sonos.scss */
[data-dynamic-shadow=bottom] ~ img {
  -webkit-filter: drop-shadow(0 12px 0.75vw transparent);
  filter: drop-shadow(0 12px 0.75vw transparent); }

/* line 2047, sonos.scss */
[data-dynamic-shadow=hero] {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

/* line 2047, sonos.scss */
[data-dynamic-shadow] ~ img {
  z-index: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 2048, sonos.scss */
div.needlepoint {
  bottom: 7.40741vw !important;
  bottom: var(--x2) !important;
  left: 3.7037vw !important;
  left: var(--x1) !important;
  z-index: 3 !important; }

/* line 2048, sonos.scss */
div.needlepoint a {
  border: none; }

@media (min-width: 1024px) {
  /* line 2048, sonos.scss */
  div.needlepoint {
    bottom: 2.77778vw !important;
    left: 7.40741vw !important;
    left: var(--x2) !important; } }
/* line 2049, sonos.scss */
[data-al*=fade-in] {
  opacity: 0; }

/* line 2049, sonos.scss */
[data-al~=fade-in].al-animate {
  opacity: 1; }

/* line 2049, sonos.scss */
[data-al~=fade-in-75].al-animate {
  opacity: .75; }

/* line 2049, sonos.scss */
[data-al~=rotate-45].al-animate {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 2049, sonos.scss */
[data-al~=rotate--45].al-animate {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 2049, sonos.scss */
[data-al~=stack-down].al-animate {
  z-index: 0; }

/* line 2049, sonos.scss */
[data-al~=stack-up].al-animate {
  z-index: 4;
  z-index: var(--z-top); }

/* line 2049, sonos.scss */
[data-al~=width-full].al-animate {
  width: 100%; }

/* line 2049, sonos.scss */
[data-al~=height-full].al-animate {
  height: 100%; }

/* line 2049, sonos.scss */
[data-al*=slide].al-animate {
  -webkit-transform: none;
  transform: none; }

/* line 2049, sonos.scss */
[data-al~=stack-down] {
  z-index: 1; }

/* line 2049, sonos.scss */
[data-al~=stack-up] {
  z-index: 0; }

/* line 2049, sonos.scss */
[data-al~=slide-right] {
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0); }

/* line 2049, sonos.scss */
[data-al~=slide-left] {
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0); }

/* line 2049, sonos.scss */
[data-al~=slide-right-offscreen] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* line 2049, sonos.scss */
[data-al~=slide-left-offscreen] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

/* line 2049, sonos.scss */
[data-al~=slide-up] {
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0); }

/* line 2049, sonos.scss */
[data-al~=slide-down] {
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0); }

/* line 2049, sonos.scss */
[data-al~=slide-down-offscreen] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

/* line 2049, sonos.scss */
[data-al~=slide-up-offscreen] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

/* line 2049, sonos.scss */
[data-al*=zoom-in] {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7); }

/* line 2049, sonos.scss */
[data-al~=zoom-in].al-animate {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* line 2049, sonos.scss */
[data-al*=bg-t-b3] {
  background-color: transparent; }

/* line 2049, sonos.scss */
[data-al~=bg-t-b3].al-animate {
  background-color: #d8d8d8; }

/* line 2049, sonos.scss */
[data-al~=border-bottom]:after {
  content: "";
  border-bottom: 1px solid;
  display: block;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: inherit;
  transition: inherit; }

/* line 2049, sonos.scss */
[data-al~=border-bottom][data-al-trigger=hover].active:after, [data-al~=border-bottom][data-al-trigger=hover]:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* line 2049, sonos.scss */
[data-al~=bg-b1-75].al-animate {
  background-color: rgba(0, 0, 0, 0.75); }

/* line 2049, sonos.scss */
[data-al~=expand-down] {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center; }

/* line 2049, sonos.scss */
[data-al~=expand-down].al-animate {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* line 2049, sonos.scss */
[data-al~=expand-left] {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center; }

/* line 2049, sonos.scss */
[data-al~=expand-left].al-animate {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* line 2050, sonos.scss */
[data-fluid-atf] {
  -webkit-transform-origin: top;
  transform-origin: top; }

/* line 2050, sonos.scss */
[data-fluid-text] {
  display: inline-block;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-font-smoothing: antialiased; }

/* line 2051, sonos.scss */
:root {
  --throbber-size: 16px;
  --throbber-bg-color: var(--colors-b1); }

/* line 2051, sonos.scss */
[aria-busy]:after, [aria-busy]:before {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

/* line 2051, sonos.scss */
[aria-busy=true]:after, [aria-busy=true]:before {
  content: "";
  position: absolute;
  z-index: 100; }

/* line 2051, sonos.scss */
[aria-busy=true]:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  background-color: var(--throbber-bg-color);
  opacity: .3; }

/* line 2051, sonos.scss */
[aria-busy=true]:after {
  display: block;
  width: 16px;
  width: var(--throbber-size);
  height: 16px;
  height: var(--throbber-size);
  top: 50%;
  left: 50%;
  border-radius: .5em;
  opacity: 1;
  -webkit-box-shadow: rgba(255, 255, 255, 0.25) 1.5em 0 0 0, rgba(255, 255, 255, 0.25) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.25) 0 1.5em 0 0, rgba(255, 255, 255, 0.25) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.25) -1.5em 0 0 0, rgba(255, 255, 255, 0.25) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.25) 0 -1.5em 0 0, rgba(255, 255, 255, 0.25) 1.1em -1.1em 0 0;
  box-shadow: 1.5em 0 0 0 rgba(255, 255, 255, 0.25), 1.1em 1.1em 0 0 rgba(255, 255, 255, 0.25), 0 1.5em 0 0 rgba(255, 255, 255, 0.25), -1.1em 1.1em 0 0 rgba(255, 255, 255, 0.25), -1.5em 0 0 0 rgba(255, 255, 255, 0.25), -1.1em -1.1em 0 0 rgba(255, 255, 255, 0.25), 0 -1.5em 0 0 rgba(255, 255, 255, 0.25), 1.1em -1.1em 0 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: var(--throbber-color) 1.5em 0 0 0, var(--throbber-color) 1.1em 1.1em 0 0, var(--throbber-color) 0 1.5em 0 0, var(--throbber-color) -1.1em 1.1em 0 0, var(--throbber-color) -1.5em 0 0 0, var(--throbber-color) -1.1em -1.1em 0 0, var(--throbber-color) 0 -1.5em 0 0, var(--throbber-color) 1.1em -1.1em 0 0;
  box-shadow: var(--throbber-color) 1.5em 0 0 0, var(--throbber-color) 1.1em 1.1em 0 0, var(--throbber-color) 0 1.5em 0 0, var(--throbber-color) -1.1em 1.1em 0 0, var(--throbber-color) -1.5em 0 0 0, var(--throbber-color) -1.1em -1.1em 0 0, var(--throbber-color) 0 -1.5em 0 0, var(--throbber-color) 1.1em -1.1em 0 0;
  -webkit-animation: sonos-rotate 1.5s linear infinite;
  animation: sonos-rotate 1.5s linear infinite; }

/* line 2051, sonos.scss */
body[aria-busy=true]:after, body[aria-busy=true]:before {
  position: fixed; }

/* line 2051, sonos.scss */
[data-throbber-theme=transparent] {
  --throbber-bg-color: transparent; }

@-webkit-keyframes sonos-rotate {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  to {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(1turn);
    transform: translate3d(-50%, -50%, 0) rotate(1turn); } }
@keyframes sonos-rotate {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  to {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(1turn);
    transform: translate3d(-50%, -50%, 0) rotate(1turn); } }
/* line 2053, sonos.scss */
.progress-bar {
  overflow-x: hidden; }

/* line 2053, sonos.scss */
.progress-bar, .progress-bar * {
  height: 1px; }

/* line 2054, sonos.scss */
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 2054, sonos.scss */
.glide * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* line 2054, sonos.scss */
.glide__slides, .glide__track {
  overflow: hidden; }

/* line 2054, sonos.scss */
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  will-change: transform; }

/* line 2054, sonos.scss */
.glide__slide, .glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 2054, sonos.scss */
.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: normal;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/* line 2054, sonos.scss */
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none; }

/* line 2054, sonos.scss */
.glide__arrows, .glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 2054, sonos.scss */
.glide--rtl {
  direction: rtl; }

/* line 2055, sonos.scss */
.template-is-product .pdp-gallery-glide-wrapper .glide__slides {
  height: 608px; }

/* line 2056, sonos.scss */
[data-glide-el=progress-last-slide] {
  height: 42.59259vw;
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0); }

/* line 2056, sonos.scss */
[data-glide-el=progress-bar] > *, [data-glide-el=progress-bg] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* line 2056, sonos.scss */
[data-glide-el=controls] svg {
  height: 1.5em; }

/* line 2056, sonos.scss */
[data-glide-dir] {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .75s;
  transition-duration: .75s;
  z-index: 1; }

/* line 2056, sonos.scss */
[data-glide-dir] path {
  fill: #000;
  fill: var(--colors-b1);
  -webkit-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: .25s;
  transition-duration: .25s; }

/* line 2056, sonos.scss */
[data-glide-el=controls] button.arrow svg {
  width: 3.7037vw;
  width: var(--x1);
  height: auto; }

/* line 2056, sonos.scss */
[data-glide-dir=">"].arrow svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* line 2056, sonos.scss */
[data-glide-dir="<"].arrow svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 2056, sonos.scss */
.glide--carousel[data-glide-status=initial][data-glide-position=first] [data-glide-el=controls] > [data-glide-dir="<"], .glide--slider[data-glide-position=first] [data-glide-el=controls] > [data-glide-dir="<"], .glide--slider[data-glide-position=last] [data-glide-el=controls] > [data-glide-dir=">"], .glide--slider[data-glide-status=initial][data-glide-position=last] [data-glide-el=controls] > [data-glide-dir] {
  color: #a6a8ab;
  color: var(--colors-b2);
  pointer-events: none;
  cursor: not-allowed; }

/* line 2056, sonos.scss */
.glide--carousel[data-glide-status=initial][data-glide-position=first] [data-glide-el=controls] > [data-glide-dir="<"] path, .glide--slider[data-glide-position=first] [data-glide-el=controls] > [data-glide-dir="<"] path, .glide--slider[data-glide-position=last] [data-glide-el=controls] > [data-glide-dir=">"] path, .glide--slider[data-glide-status=initial][data-glide-position=last] [data-glide-el=controls] > [data-glide-dir] path {
  fill: #a6a8ab;
  fill: var(--colors-b2); }

/* line 2056, sonos.scss */
.cursor-arrow {
  outline: none; }

/* line 2056, sonos.scss */
.glide--carousel.pointer-left {
  cursor: w-resize;
  cursor: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 169 72' style='enable-background:new 0 0 169 72;' xml:space='preserve'%3E %3Cpath d='M4,37l33.2,33.2c0.2,0.2,0.2,0.5,0,0.7l-0.7,0.7c-0.2,0.2-0.5,0.2-0.7,0L0.3,36.2c-0.1-0.1-0.1-0.3,0-0.4L35.8,0.4 c0.2-0.2,0.5-0.2,0.7,0l0.7,0.7c0.2,0.2,0.2,0.5,0,0.7L4,35h164.3c0.3,0,0.5,0.2,0.5,0.5v1c0,0.3-0.2,0.5-0.5,0.5H4z'/%3E %3C/svg%3E"), w-resize; }

/* line 2056, sonos.scss */
.glide--carousel.pointer-right {
  cursor: e-resize;
  cursor: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 169 72' style='enable-background:new 0 0 169 72;' xml:space='preserve'%3E %3Cpath d='M165,35L131.8,1.8c-0.2-0.2-0.2-0.5,0-0.7l0.7-0.7c0.2-0.2,0.5-0.2,0.7,0l35.5,35.5c0.1,0.1,0.1,0.3,0,0.4l-35.5,35.5 c-0.2,0.2-0.5,0.2-0.7,0l-0.7-0.7c-0.2-0.2-0.2-0.5,0-0.7L165,37H0.7c-0.3,0-0.5-0.2-0.5-0.5v-1c0-0.3,0.2-0.5,0.5-0.5H165z'/%3E %3C/svg%3E") 128 0, e-resize; }

@media (min-width: 1024px) {
  /* line 2056, sonos.scss */
  [data-glide-el=controls] svg {
    height: 3em; } }
/* line 2057, sonos.scss */
.overlay {
  outline-offset: -5px; }

/* line 2057, sonos.scss */
.offcanvas {
  overflow-y: auto; }

/* line 2057, sonos.scss */
body.offcanvas-is-open {
  height: 100%;
  overflow: hidden; }

/* line 2058, sonos.scss */
.slider {
  cursor: ew-resize;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/* line 2058, sonos.scss */
.slider::-webkit-scrollbar {
  display: none; }

/* line 2058, sonos.scss */
.slider.slider-is-ios::-webkit-scrollbar {
  display: inherit; }

/* line 2058, sonos.scss */
.slider > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 2059, sonos.scss */
:root {
  --radio-size: 24px;
  --radio-size-selected: 32px;
  --radio-border-radius: 50%;
  --lg-radio-size: 1.66667vw;
  --lg-radio-size-selected: 2.22222vw; }

/* line 2059, sonos.scss */
input[type=radio] + label {
  height: 32px;
  height: var(--radio-size-selected);
  width: 32px;
  width: var(--radio-size-selected); }

/* line 2059, sonos.scss */
input[type=radio] + label:hover {
  cursor: pointer; }

/* line 2059, sonos.scss */
input[type=radio] + label i, input[type=radio] + label i.radio-button {
  border-radius: 50%;
  border-radius: var(--radio-border-radius); }

/* line 2059, sonos.scss */
input[type=radio] + label i.radio-button {
  height: 24px;
  height: var(--radio-size);
  width: 24px;
  width: var(--radio-size);
  background-size: contain; }

/* line 2059, sonos.scss */
input[type=radio] + label i.radio-button.black {
  background-color: #000;
  background-color: var(--colors-product-black); }

/* line 2059, sonos.scss */
input[type=radio] + label i.radio-button.white {
  background-color: #fff;
  background-color: var(--colors-product-white); }

/* line 2059, sonos.scss */
input[type=radio] + label i.radio-button-stroke {
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000;
  -webkit-box-shadow: 0 0 0 1px var(--colors-b1);
  box-shadow: 0 0 0 1px var(--colors-b1);
  height: 32px;
  height: var(--radio-size-selected);
  width: 32px;
  width: var(--radio-size-selected); }

/* line 2059, sonos.scss */
input[type=radio]:focus + label i.radio-button-stroke {
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 4px 1px var(--colors-b1a);
  box-shadow: 0 0 4px 1px var(--colors-b1a); }

@media (min-width: 2560px) {
  /* line 2059, sonos.scss */
  input[type=radio] + label {
    height: 2.22222vw;
    height: var(--lg-radio-size-selected);
    width: 2.22222vw;
    width: var(--lg-radio-size-selected); }

  /* line 2059, sonos.scss */
  input[type=radio] + label i.radio-button {
    height: 1.66667vw;
    height: var(--lg-radio-size);
    width: 1.66667vw;
    width: var(--lg-radio-size); }

  /* line 2059, sonos.scss */
  input[type=radio] + label i.radio-button-stroke {
    height: 2.22222vw;
    height: var(--lg-radio-size-selected);
    width: 2.22222vw;
    width: var(--lg-radio-size-selected); } }
/* line 2060, sonos.scss */
:root {
  --radio-size-selected: 32px;
  --lg-radio-size-selected: 2.22222vw; }

/* line 2060, sonos.scss */
.buying-controls input[type=radio] + label:not(:last-of-type) {
  margin-right: 1.85185vw;
  margin-right: var(--x0p5); }

/* line 2060, sonos.scss */
.buying-controls > fieldset {
  border: 0;
  line-height: 1;
  height: 32px;
  height: var(--radio-size-selected); }

/* line 2060, sonos.scss */
.cta {
  padding: 11px 20px; }

/* line 2060, sonos.scss */
.cta:disabled, .cta[disabled] {
  cursor: default; }

/* line 2060, sonos.scss */
header[role=banner] .buying-controls a:not(.border-b-nil) {
  border-bottom: 1px solid; }

/* line 2060, sonos.scss */
.modal-cart-detail .product-price-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 2060, sonos.scss */
.with-suit .buying-controls > fieldset {
  margin: 0;
  padding: 0; }

/* line 2060, sonos.scss */
.secondary-nav .buying-controls .cta-wrapper {
  margin-left: 3.7037vw;
  margin-left: var(--x1); }

/* line 2060, sonos.scss */
.secondary-nav .buying-controls .cta {
  white-space: nowrap; }

/* line 2060, sonos.scss */
.secondary-nav .product-price-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2060, sonos.scss */
.secondary-nav .compare-price {
  margin-left: .92593vw;
  margin-left: var(--x0p25); }

/* line 2060, sonos.scss */
.secondary-nav .buying-controls-attr-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 2060, sonos.scss */
.secondary-nav .buying-controls .buying-controls-attr:not([data-attr=color]) {
  -webkit-transform: translateY(calc(-100% - 1px));
  transform: translateY(calc(-100% - 1px));
  padding: 3.7037vw 11.11111vw 3.7037vw 3.7037vw;
  padding: var(--x1) var(--x3) var(--x1) var(--x1);
  background: #d8d8d8;
  background: var(--colors-b3);
  border-top: 1px solid #a6a8ab;
  border-top: 1px solid var(--colors-b2); }

/* line 2060, sonos.scss */
.secondary-nav .buying-controls .buying-controls-attr-toggle {
  display: inline-block;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 3.7037vw;
  right: var(--x1);
  top: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

/* line 2060, sonos.scss */
.secondary-nav .buying-controls .buying-controls-attr[aria-expanded=true] .buying-controls-attr-toggle {
  top: 0;
  -webkit-transform: translateY(100%) rotate(270deg);
  transform: translateY(100%) rotate(270deg); }

/* line 2060, sonos.scss */
.secondary-nav .buying-controls input[type=radio] + label.text-attribute, .secondary-nav .buying-controls legend {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0;
  opacity: 0; }

/* line 2060, sonos.scss */
.secondary-nav .buying-controls [aria-expanded=true] input[type=radio] + label.text-attribute, .secondary-nav .buying-controls [aria-expanded=true] legend, .secondary-nav .buying-controls input[type=radio]:checked + label.text-attribute {
  padding: 3.7037vw 0;
  padding: var(--x1) 0;
  max-height: 3em;
  opacity: 1; }

/* line 2060, sonos.scss */
.secondary-nav .buying-controls [aria-expanded=true] input[type=radio]:checked + label.text-attribute:after {
  content: "";
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0; }

/* line 2060, sonos.scss */
.secondary-nav .buying-controls .scrollbox-horizontal {
  max-height: 80vh;
  overflow-y: auto; }

@media (min-width: 768px) {
  /* line 2060, sonos.scss */
  .secondary-nav .buying-controls .secondary-cta-container {
    margin-left: 1.52593vw; }

  /* line 2060, sonos.scss */
  .secondary-nav .compare-price {
    margin-left: 0; }

  /* line 2060, sonos.scss */
  .secondary-nav .buying-controls .buying-controls-attr {
    max-height: 50px;
    position: relative;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }

  /* line 2060, sonos.scss */
  .secondary-nav .buying-controls .buying-controls-attr:not([data-attr=color]) {
    -webkit-transform: none;
    transform: none;
    padding: 0 0 0 3.7037vw;
    padding: 0 0 0 var(--x1);
    margin-left: 0;
    border: none; }

  /* line 2060, sonos.scss */
  .secondary-nav .buying-controls .buying-controls-attr-toggle {
    height: 100%;
    left: 3.7037vw;
    left: var(--x1);
    right: auto;
    top: auto;
    -webkit-transform: translateX(-100%) rotateY(0deg);
    transform: translateX(-100%) rotateY(0deg); }

  /* line 2060, sonos.scss */
  .secondary-nav .buying-controls .buying-controls-attr[aria-expanded=true] .buying-controls-attr-toggle {
    -webkit-transform: translateX(-100%) rotateY(180deg);
    transform: translateX(-100%) rotateY(180deg); }

  /* line 2060, sonos.scss */
  .secondary-nav .buying-controls .scrollbox-horizontal {
    padding-bottom: 50px;
    height: calc(100% + 50px);
    overflow-x: scroll;
    overflow-y: hidden;
    cursor: ew-resize; }

  /* line 2060, sonos.scss */
  .secondary-nav .buying-controls .scrollbox-horizontal .scroll-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 2060, sonos.scss */
  .secondary-nav .buying-controls input[type=radio] + label.text-attribute {
    max-width: 0;
    max-height: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0; }

  /* line 2060, sonos.scss */
  .secondary-nav .buying-controls input[type=radio] + label.text-attribute span {
    display: block;
    white-space: nowrap;
    width: 100%; }

  /* line 2060, sonos.scss */
  .secondary-nav .buying-controls [aria-expanded=true] input[type=radio] + label.text-attribute, .secondary-nav .buying-controls input[type=radio]:checked + label.text-attribute {
    max-width: 300px;
    margin: 0 1.85185vw;
    margin: 0 var(--x0p5);
    opacity: 1;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* line 2060, sonos.scss */
  header[role=banner] .product-name-price {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1; }

  /* line 2060, sonos.scss */
  header[role=banner] .product-name-price.is-hidden {
    position: absolute;
    opacity: 0; }

  /* line 2060, sonos.scss */
  .buying-controls-wrap ~ li [class*=-icon] {
    padding-left: 9px;
    padding-right: 9px; }

  /* line 2060, sonos.scss */
  .buying-controls input[type=radio] + label:last-of-type, .buying-controls input[type=radio] + label:not(:last-of-type), .buying-controls input[type=radio]:checked + label:last-of-type, .buying-controls input[type=radio]:checked + label:not(:last-of-type) {
    margin: 0 2px; } }
@media (min-width: 2560px) {
  /* line 2060, sonos.scss */
  .buying-controls > fieldset {
    height: 2.22222vw;
    height: var(--lg-radio-size-selected); }

  /* line 2060, sonos.scss */
  .cta {
    padding: .55556vw 1.11111vw;
    border-radius: 1.11111vw; } }
/* line 2061, sonos.scss */
.product-tile {
  border-bottom: none; }

/* line 2061, sonos.scss */
.product-tile .buying-controls {
  height: auto; }

/* line 2061, sonos.scss */
.product-tile .primary-feature-icons > .icon > svg {
  height: 3rem; }

/* line 2062, sonos.scss */
.product-tile.beside-s > .img-wrapper {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 1.85185vw;
  margin-bottom: var(--x0p5); }

/* line 2062, sonos.scss */
.product-tile.beside-s .primary-feature-icons {
  margin-left: 1.85185vw;
  margin-left: var(--x0p5); }

/* line 2062, sonos.scss */
.product-tile .primary-feature-icons > .icon > svg {
  height: 2rem;
  display: block; }

/* line 2062, sonos.scss */
.product-tile.beside-s > .pricing {
  -webkit-box-ordinal-group: 101;
  -ms-flex-order: 100;
  order: 100; }

/* line 2062, sonos.scss */
.product-tile.beside-s > .pricing > .badge {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 225%, 0);
  transform: translate3d(0, 225%, 0);
  margin: .92593vw 0;
  margin: var(--x0p25) 0; }

/* line 2062, sonos.scss */
.cards.beside-s li {
  border-right: 1px solid; }

/* line 2062, sonos.scss */
.cards.beside-s li:last-child {
  border-right: none; }

/* line 2063, sonos.scss */
:root {
  --product-tile-beside-e-height: var(--x10); }

/* line 2063, sonos.scss */
.product-tile.beside-e-n {
  height: 37.03704vw;
  height: var(--product-tile-beside-e-height); }

/* line 2063, sonos.scss */
.product-tile.beside-e-n > :first-child {
  margin-top: auto; }

/* line 2063, sonos.scss */
.product-tile.beside-e-n > :last-child {
  margin-bottom: auto; }

/* line 2063, sonos.scss */
.product-tile.beside-e-n > .img-wrapper {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  max-width: 51.85185vw;
  max-width: var(--x14);
  height: 37.03704vw;
  height: var(--product-tile-beside-e-height); }

/* line 2063, sonos.scss */
.product-tile.beside-e-n > .headline {
  text-align: right; }

/* line 2063, sonos.scss */
.cards.beside-e-n li {
  border-bottom: 1px solid; }

/* line 2063, sonos.scss */
.cards.beside-e-n li:last-child {
  border-bottom: none; }

@media (min-width: 1024px) {
  /* line 2063, sonos.scss */
  :root {
    --product-tile-beside-e-height: var(--x3); }

  /* line 2063, sonos.scss */
  .product-tile.beside-e-n {
    height: 100%; }

  /* line 2063, sonos.scss */
  .product-tile.beside-e-n > .img-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: auto;
    max-width: 100%; }

  /* line 2063, sonos.scss */
  .product-tile.beside-e-n > .headline {
    text-align: left; }

  /* line 2063, sonos.scss */
  .product-tile.beside-e-n > :first-child {
    margin-top: 0; }

  /* line 2063, sonos.scss */
  .product-tile.beside-e-n > :not(.img-wrapper):last-child {
    margin-bottom: 0; }

  /* line 2063, sonos.scss */
  .cards.beside-e-n li {
    border-bottom: none;
    border-right: 1px solid; } }
/* line 2064, sonos.scss */
:root {
  --product-tile-beside-e-height: var(--x10); }

/* line 2064, sonos.scss */
.product-tile.beside-e, .product-tile.beside-e > .img-wrapper {
  height: 37.03704vw;
  height: var(--product-tile-beside-e-height); }

/* line 2064, sonos.scss */
.product-tile.beside-e > .img-wrapper {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  max-width: 51.85185vw;
  max-width: var(--x14); }

/* line 2064, sonos.scss */
.product-tile.beside-e > :first-child {
  margin-top: auto; }

/* line 2064, sonos.scss */
.product-tile.beside-e > :last-child {
  margin-bottom: auto; }

/* line 2064, sonos.scss */
.cards.beside-e li {
  border-bottom: 1px solid; }

/* line 2064, sonos.scss */
.cards.beside-e li:last-child {
  border-bottom: none; }

@media (min-width: 1024px) {
  /* line 2064, sonos.scss */
  :root {
    --product-tile-beside-e-height: var(--x3); }

  /* line 2064, sonos.scss */
  .product-tile.beside-e > .variant-summary {
    height: 37.03704vw;
    height: var(--product-tile-beside-e-height); } }
/* line 2065, sonos.scss */
:root {
  --header-height: 80px;
  --sm-search-form-height: 36px;
  --lg-search-form-height: var(--x0p5); }

/* line 2065, sonos.scss */
.with-suit #emailSubscribe-Modal input[type=color], .with-suit #emailSubscribe-Modal input[type=color]:focus, .with-suit #emailSubscribe-Modal input[type=date], .with-suit #emailSubscribe-Modal input[type=date]:focus, .with-suit #emailSubscribe-Modal input[type=datetime-local], .with-suit #emailSubscribe-Modal input[type=datetime-local]:focus, .with-suit #emailSubscribe-Modal input[type=datetime], .with-suit #emailSubscribe-Modal input[type=datetime]:focus, .with-suit #emailSubscribe-Modal input[type=email], .with-suit #emailSubscribe-Modal input[type=email]:focus, .with-suit #emailSubscribe-Modal input[type=month], .with-suit #emailSubscribe-Modal input[type=month]:focus, .with-suit #emailSubscribe-Modal input[type=number], .with-suit #emailSubscribe-Modal input[type=number]:focus, .with-suit #emailSubscribe-Modal input[type=password], .with-suit #emailSubscribe-Modal input[type=password]:focus, .with-suit #emailSubscribe-Modal input[type=search], .with-suit #emailSubscribe-Modal input[type=search]:focus, .with-suit #emailSubscribe-Modal input[type=tel], .with-suit #emailSubscribe-Modal input[type=tel]:focus, .with-suit #emailSubscribe-Modal input[type=text], .with-suit #emailSubscribe-Modal input[type=text]:focus, .with-suit #emailSubscribe-Modal input[type=time], .with-suit #emailSubscribe-Modal input[type=time]:focus, .with-suit #emailSubscribe-Modal input[type=url], .with-suit #emailSubscribe-Modal input[type=url]:focus, .with-suit #emailSubscribe-Modal input[type=week], .with-suit #emailSubscribe-Modal input[type=week]:focus, .with-suit #emailSubscribe-Modal textarea, .with-suit #emailSubscribe-Modal textarea:focus, .with-suit footer[role=contentinfo] input[type=color], .with-suit footer[role=contentinfo] input[type=color]:focus, .with-suit footer[role=contentinfo] input[type=date], .with-suit footer[role=contentinfo] input[type=date]:focus, .with-suit footer[role=contentinfo] input[type=datetime-local], .with-suit footer[role=contentinfo] input[type=datetime-local]:focus, .with-suit footer[role=contentinfo] input[type=datetime], .with-suit footer[role=contentinfo] input[type=datetime]:focus, .with-suit footer[role=contentinfo] input[type=email], .with-suit footer[role=contentinfo] input[type=email]:focus, .with-suit footer[role=contentinfo] input[type=month], .with-suit footer[role=contentinfo] input[type=month]:focus, .with-suit footer[role=contentinfo] input[type=number], .with-suit footer[role=contentinfo] input[type=number]:focus, .with-suit footer[role=contentinfo] input[type=password], .with-suit footer[role=contentinfo] input[type=password]:focus, .with-suit footer[role=contentinfo] input[type=search], .with-suit footer[role=contentinfo] input[type=search]:focus, .with-suit footer[role=contentinfo] input[type=tel], .with-suit footer[role=contentinfo] input[type=tel]:focus, .with-suit footer[role=contentinfo] input[type=text], .with-suit footer[role=contentinfo] input[type=text]:focus, .with-suit footer[role=contentinfo] input[type=time], .with-suit footer[role=contentinfo] input[type=time]:focus, .with-suit footer[role=contentinfo] input[type=url], .with-suit footer[role=contentinfo] input[type=url]:focus, .with-suit footer[role=contentinfo] input[type=week], .with-suit footer[role=contentinfo] input[type=week]:focus, .with-suit footer[role=contentinfo] textarea, .with-suit footer[role=contentinfo] textarea:focus, .with-suit header[role=banner] input[type=color], .with-suit header[role=banner] input[type=color]:focus, .with-suit header[role=banner] input[type=date], .with-suit header[role=banner] input[type=date]:focus, .with-suit header[role=banner] input[type=datetime-local], .with-suit header[role=banner] input[type=datetime-local]:focus, .with-suit header[role=banner] input[type=datetime], .with-suit header[role=banner] input[type=datetime]:focus, .with-suit header[role=banner] input[type=email], .with-suit header[role=banner] input[type=email]:focus, .with-suit header[role=banner] input[type=month], .with-suit header[role=banner] input[type=month]:focus, .with-suit header[role=banner] input[type=number], .with-suit header[role=banner] input[type=number]:focus, .with-suit header[role=banner] input[type=password], .with-suit header[role=banner] input[type=password]:focus, .with-suit header[role=banner] input[type=search], .with-suit header[role=banner] input[type=search]:focus, .with-suit header[role=banner] input[type=tel], .with-suit header[role=banner] input[type=tel]:focus, .with-suit header[role=banner] input[type=text], .with-suit header[role=banner] input[type=text]:focus, .with-suit header[role=banner] input[type=time], .with-suit header[role=banner] input[type=time]:focus, .with-suit header[role=banner] input[type=url], .with-suit header[role=banner] input[type=url]:focus, .with-suit header[role=banner] input[type=week], .with-suit header[role=banner] input[type=week]:focus, .with-suit header[role=banner] textarea, .with-suit header[role=banner] textarea:focus {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  height: 100%; }

/* line 2065, sonos.scss */
.search-menu-item .form-wrapper {
  top: 100%;
  right: 0;
  pointer-events: none; }

/* line 2065, sonos.scss */
.search-menu-item.al-animate .form-wrapper {
  pointer-events: auto; }

/* line 2065, sonos.scss */
#search-form {
  border-bottom: 1px solid;
  height: 36px;
  height: var(--sm-search-form-height); }

/* line 2065, sonos.scss */
#search-form #suggestion {
  z-index: -1; }

/* line 2065, sonos.scss */
#search-form button[type=reset] svg {
  height: 1rem; }

/* line 2065, sonos.scss */
#search-form ::-ms-clear {
  display: none; }

/* line 2065, sonos.scss */
#search-form input[type=search]::-webkit-search-cancel-button, #search-form input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 2065, sonos.scss */
.search-preview {
  padding-top: 80px;
  padding-top: var(--header-height);
  z-index: 2;
  overflow: hidden; }

/* line 2065, sonos.scss */
.search-preview .top-header-center {
  top: 40px;
  top: calc(var(--header-height)/2);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

/* line 2065, sonos.scss */
.search-preview #suggestions {
  margin-top: calc(80px + 3.7037vw);
  margin-top: calc(var(--header-height) + var(--x1));
  overflow: auto; }

/* line 2065, sonos.scss */
.search-preview .product-tile.beside-e-n {
  --product-tile-beside-e-height: var(--x10); }

/* line 2065, sonos.scss */
.search-preview .product-tile.beside-e-n > .headline {
  margin-bottom: auto; }

/* line 2065, sonos.scss */
.search-preview .cards.beside-e > ul {
  padding-left: 0; }

/* line 2065, sonos.scss */
.search-preview .cards.beside-e .card {
  margin-top: 3.7037vw;
  margin-top: var(--x1);
  margin-bottom: 3.7037vw;
  margin-bottom: var(--x1); }

/* line 2065, sonos.scss */
.search-preview .cards.beside-e .card .headline {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 600;
  width: auto;
  max-width: 37.03704vw;
  max-width: var(--x10); }

/* line 2065, sonos.scss */
.search-preview .cards.beside-e .card .pricing {
  margin-top: 1.85185vw;
  margin-top: var(--x0p5);
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

/* line 2065, sonos.scss */
.search-preview .cards.beside-e .card .variant-summary {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

@media (min-width: 768px) {
  /* line 2065, sonos.scss */
  .search-menu-item .form-wrapper {
    top: auto;
    right: 100%;
    bottom: 20%;
    pointer-events: auto; }

  /* line 2065, sonos.scss */
  #search-form {
    height: 1.85185vw;
    height: var(--lg-search-form-height); }

  /* line 2065, sonos.scss */
  .search-preview .lg-top-header-center, .search-preview .top-header-center {
    top: 40px;
    top: calc(var(--header-height)/2);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }

  /* line 2065, sonos.scss */
  .search-preview .beside-e-n .headline {
    margin-bottom: 0; }

  /* line 2065, sonos.scss */
  .search-preview .product-tile.beside-e {
    --product-tile-beside-e-height: var(--x3); }

  /* line 2065, sonos.scss */
  .search-preview .product-tile.beside-e > .pricing {
    margin-bottom: auto; }

  /* line 2065, sonos.scss */
  .search-preview .product-tile.beside-e > .variant-summary > * {
    margin: auto 0; }

  /* line 2065, sonos.scss */
  .search-preview #suggestions {
    margin-top: 80px;
    margin-top: var(--header-height);
    overflow: auto; }

  /* line 2065, sonos.scss */
  .search-preview .card .variant-summary {
    height: auto;
    padding: 0; }

  /* line 2065, sonos.scss */
  .search-preview .card .headline {
    max-width: 29.62963vw;
    max-width: var(--x8); } }
@media (min-width: 2560px) {
  /* line 2065, sonos.scss */
  .search-preview .lg-top-header-center, .search-preview .top-header-center {
    top: 1.85185vw;
    top: var(--x0p5); }

  /* line 2065, sonos.scss */
  .search-preview .product-tile.beside-e > .pricing {
    margin-bottom: 0; }

  /* line 2065, sonos.scss */
  .search-preview .product-tile.beside-e > .variant-summary > * {
    margin: auto 0 0; } }
/* line 2066, sonos.scss */
:root {
  --nav-panel-width: 480px; }

/* line 2066, sonos.scss */
.scrollbox {
  padding-right: 50px;
  width: calc(100% + 50px);
  overflow-y: scroll;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/* line 2066, sonos.scss */
.scrollbox::-webkit-scrollbar {
  width: 0;
  background: transparent; }

/* line 2066, sonos.scss */
.sonos-menu-offcanvas {
  padding-top: 58px;
  padding-top: var(--header-height); }

/* line 2066, sonos.scss */
.sonos-menu-offcanvas .primary-content {
  overflow: hidden; }

/* line 2066, sonos.scss */
.sonos-menu-offcanvas .primary-content-title[aria-expanded=false] + .primary-content-list {
  max-height: 0; }

/* line 2066, sonos.scss */
.sonos-menu-offcanvas .primary-content-title {
  cursor: pointer; }

/* line 2066, sonos.scss */
.sonos-menu-offcanvas .primary-content-list {
  overflow: hidden;
  -webkit-transition: max-height .5s ease;
  transition: max-height .5s ease; }

/* line 2066, sonos.scss */
.sonos-menu-offcanvas .sonos-menu-close {
  margin-top: -39px;
  margin-top: calc(-0.5*var(--header-height) - 10px); }

@media screen and (min-width: 768px) {
  /* line 2066, sonos.scss */
  .me-pv-nil {
    padding-bottom: 0;
    padding-top: 0; }

  /* line 2066, sonos.scss */
  .me-pl-x1 {
    padding-left: 3.7037vw;
    padding-left: var(--x1); }

  /* line 2066, sonos.scss */
  .me-pr-nil {
    padding-right: 0; }

  /* line 2066, sonos.scss */
  .me-pl-nil {
    padding-left: 0; }

  /* line 2066, sonos.scss */
  .me-mb-x1 {
    margin-bottom: 3.7037vw; }

  /* line 2066, sonos.scss */
  .lg-pv-x1p25 {
    padding-top: 4.62963vw;
    padding-bottom: 4.62963vw; }

  /* line 2066, sonos.scss */
  .me-mr-x0p5 {
    margin-right: 1.85185vw;
    margin-right: var(--x0p5); }

  /* line 2066, sonos.scss */
  .me-right {
    right: 0; }

  /* line 2066, sonos.scss */
  .me-pos-absolute {
    position: absolute; }

  /* line 2066, sonos.scss */
  .me-text-x3 {
    font-size: 2.222vw;
    line-height: 1.33;
    letter-spacing: -.1px;
    word-spacing: 0; }

  /* line 2066, sonos.scss */
  .me-text-x4 {
    font-size: 3.333vw;
    line-height: 1.1;
    letter-spacing: 0; }

  /* line 2066, sonos.scss */
  .me-pt-x0p5 {
    padding-top: 1.85185vw;
    padding-top: var(--x0p5); }

  /* line 2066, sonos.scss */
  .me-pt-x2 {
    padding-top: 7.40741vw;
    padding-top: var(--x2); }

  /* line 2066, sonos.scss */
  .me-ph-x1 {
    padding-left: 3.7037vw;
    padding-left: var(--x1);
    padding-right: 3.7037vw;
    padding-right: var(--x1); }

  /* line 2066, sonos.scss */
  .me-disp-none {
    display: none; }

  /* line 2066, sonos.scss */
  .me-mb-x0p1 {
    margin-bottom: var(--x0p1); }

  /* line 2066, sonos.scss */
  .me-mb-x0p3 {
    margin-bottom: 1.11111vw; }

  /* line 2066, sonos.scss */
  .me-mb-x0p25 {
    margin-bottom: .92593vw; }

  /* line 2066, sonos.scss */
  .me-ml-x1 {
    margin-left: 3.7037vw;
    margin-left: var(--x1); }

  /* line 2066, sonos.scss */
  .me-ph-x0p5 {
    padding-left: 1.85185vw;
    padding-left: var(--x0p5);
    padding-right: 1.85185vw;
    padding-right: var(--x0p5); }

  /* line 2066, sonos.scss */
  .me-pv-x0p5 {
    padding-top: 1.85185vw;
    padding-top: var(--x0p5);
    padding-bottom: 1.85185vw;
    padding-bottom: var(--x0p5); }

  /* line 2066, sonos.scss */
  .me-pa-x0p5 {
    padding: 1.85185vw;
    padding: var(--x0p5); }

  /* line 2066, sonos.scss */
  .me-disp-block {
    display: block; }

  /* line 2066, sonos.scss */
  .me-disp-inline-block {
    display: inline-block; }

  /* line 2066, sonos.scss */
  .me-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 2066, sonos.scss */
  .me-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  /* line 2066, sonos.scss */
  .me-disp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 2066, sonos.scss */
  .me-width-auto, .sonos-menu-offcanvas {
    width: auto; }

  /* line 2066, sonos.scss */
  .sonos-menu-offcanvas.al-animate ~ .sonos-nav .header-logo {
    z-index: auto; }

  /* line 2066, sonos.scss */
  .sonos-menu-offcanvas .primary-content {
    height: 100%;
    padding-top: 108px;
    padding-top: calc(50px + var(--header-height));
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    margin-left: 3.7037vw;
    margin-left: var(--x1);
    overflow: hidden;
    width: 37.03704vw;
    width: var(--x10);
    max-width: calc(480px - 3.7037vw);
    max-width: calc(var(--nav-panel-width) - var(--x1)); }

  /* line 2066, sonos.scss */
  .sonos-menu-offcanvas .primary-content.al-animate {
    opacity: 1;
    margin-left: 0;
    z-index: 1; }

  /* line 2066, sonos.scss */
  .sonos-menu-offcanvas .primary-content-title[aria-expanded=false] + .primary-content-list {
    max-height: none; }

  /* line 2066, sonos.scss */
  .sonos-menu-offcanvas .primary-content-list {
    overflow: hidden;
    -webkit-transition: none;
    transition: none; }

  /* line 2066, sonos.scss */
  .sonos-menu-offcanvas .sonos-menu-close {
    margin-top: 0; }

  /* line 2066, sonos.scss */
  .sonos-menu-offcanvas .pricing.lg-text-x3 {
    font-size: 2.222vw;
    line-height: 1.33;
    letter-spacing: -.1px;
    word-spacing: 0; }

  /* line 2066, sonos.scss */
  .sonos-menu-offcanvas .bodycopy.text-x2 {
    font-size: calc(21px + 11*(100vw - 1440px)/1120);
    line-height: 1.33;
    letter-spacing: .3px;
    word-spacing: .4px; }

  /* line 2066, sonos.scss */
  .category-extended-panel {
    width: 0;
    max-width: 480px;
    max-width: var(--nav-panel-width);
    position: relative;
    border-left: 1px solid transparent;
    height: 100%;
    overflow: hidden;
    -webkit-transition: width .5s ease;
    transition: width .5s ease; }

  /* line 2066, sonos.scss */
  .category-extended-panel.animate-visible {
    width: 40.74074vw;
    width: var(--x11);
    border-color: #a6a8ab;
    border-color: var(--colors-b2); }

  /* line 2066, sonos.scss */
  .category-extended-panel-content {
    height: 100%;
    width: calc(50px + 40.74074vw);
    width: calc(50px + var(--x11));
    max-width: 530px;
    max-width: calc(50px + var(--nav-panel-width)); }

  /* line 2066, sonos.scss */
  .category-extended-panel .cards {
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    position: absolute; }

  /* line 2066, sonos.scss */
  .category-extended-panel .cards.animate-visible {
    opacity: 1;
    position: relative; }

  /* line 2066, sonos.scss */
  .category-extended-panel .card.product-tile .img-wrapper {
    width: 100%;
    margin: 0; }

  /* line 2066, sonos.scss */
  .category-extended-panel .card.product-tile .img-wrapper img.lg-pos-absolute {
    position: relative; }

  /* line 2066, sonos.scss */
  .category-extended-panel .product-tile img[data-parent-fit=contain] {
    height: 100%;
    width: 100%;
    max-height: 37.03704vw;
    max-height: var(--x10); }

  /* line 2066, sonos.scss */
  .category-extended-panel .product-tile .product-tile-desc {
    width: 70%; }

  /* line 2066, sonos.scss */
  .category-extended-panel .product-tile .product-tile-controls {
    width: 30%; } }
@media screen and (min-width: 1024px) {
  /* line 2066, sonos.scss */
  .me-text-x4 {
    font-size: 35px; } }
/* line 2067, sonos.scss */
button[data-collapsible] > * {
  pointer-events: none; }

/* line 2067, sonos.scss */
button[data-collapsible] + * {
  -webkit-transition: max-height .8s ease .1s,opacity .6s ease .4s,visibility 1s,-webkit-transform .6s ease .4s;
  transition: max-height .8s ease .1s,opacity .6s ease .4s,visibility 1s,-webkit-transform .6s ease .4s;
  transition: max-height .8s ease .1s,opacity .6s ease .4s,transform .6s ease .4s,visibility 1s;
  transition: max-height .8s ease .1s,opacity .6s ease .4s,transform .6s ease .4s,visibility 1s,-webkit-transform .6s ease .4s; }

/* line 2067, sonos.scss */
button[data-collapsible][aria-expanded=false] + * {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  visibility: hidden; }

/* line 2067, sonos.scss */
button[data-collapsible][aria-expanded=true] + * {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: visible; }

/* line 2067, sonos.scss */
button[data-collapsible][data-collapsible-keep-open] {
  cursor: inherit; }

/* line 2068, sonos.scss */
:root {
  --header-height: 80px;
  --z-top: 4; }

/* line 2068, sonos.scss */
.skiptocontent a {
  border-radius: 0 0 6px 0;
  line-height: 1;
  padding: 8px;
  z-index: 4;
  z-index: var(--z-top);
  opacity: 0;
  -webkit-transform: translate3d(0, -101%, 0);
  transform: translate3d(0, -101%, 0);
  -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
  transition: opacity .5s ease,-webkit-transform .5s ease;
  transition: transform .5s ease,opacity .5s ease;
  transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease; }

/* line 2068, sonos.scss */
.skiptocontent a:focus {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

/* line 2068, sonos.scss */
header[role=banner] {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #d8d8d8;
  background-color: var(--colors-b3);
  z-index: 4;
  z-index: var(--z-top);
  -webkit-transition: top .5s ease;
  transition: top .5s ease; }

/* line 2068, sonos.scss */
header[role=banner] a {
  border-bottom: 0; }

/* line 2068, sonos.scss */
header[role=banner] a.border-a1 {
  border-bottom: 1px solid; }

/* line 2068, sonos.scss */
.light-fill header[role=banner] {
  background-color: transparent; }

/* line 2068, sonos.scss */
.light-fill header[role=banner] .cart-icon.with-badge:before {
  background: #fff;
  background: var(--colors-b4); }

/* line 2068, sonos.scss */
.light-fill header[role=banner] svg {
  fill: #fff;
  fill: var(--colors-b4); }

/* line 2068, sonos.scss */
.light-fill header[role=banner] .text-b1-a {
  color: #fff;
  color: var(--colors-b4); }

/* line 2068, sonos.scss */
.light-fill header[role=banner] #sonosOffCanvasMenuLink svg {
  fill: #000;
  fill: var(--colors-b1); }

/* line 2068, sonos.scss */
.light-fill:not(.offcanvas-is-open) header[role=banner] .header-menu > li > a {
  color: #fff;
  color: var(--colors-b4); }

/* line 2068, sonos.scss */
#headerBanner a {
  border-bottom: 1px solid; }

/* line 2068, sonos.scss */
.sonos-nav {
  height: 80px;
  height: var(--header-height); }

/* line 2068, sonos.scss */
.secondary-nav {
  background-color: #d8d8d8;
  background-color: var(--colors-b3);
  border-top: 1px solid #a6a8ab;
  border-top: 1px solid var(--colors-b2);
  position: fixed;
  bottom: 0;
  z-index: 1; }

/* line 2068, sonos.scss */
.secondary-nav .product-price {
  font-size: calc(16px + 5*(100vw - 375px)/393);
  line-height: 1.33;
  letter-spacing: .2px; }

/* line 2068, sonos.scss */
.www2-nav li > a {
  color: rgba(0, 0, 0, 0.32); }

/* line 2068, sonos.scss */
.www2-nav li > a.active {
  color: #000;
  color: var(--colors-b1); }

/* line 2068, sonos.scss */
.www2-nav li[class*=with-badge-] {
  position: relative; }

/* line 2068, sonos.scss */
.www2-nav li[class*=with-badge-]:after {
  content: "";
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(100%, 50%, 0);
  transform: translate3d(100%, 50%, 0); }

/* line 2068, sonos.scss */
.www2-nav li.with-badge-a1:after {
  background: #1c5f4a;
  background: var(--colors-a1); }

/* line 2068, sonos.scss */
.www2-nav li.with-badge-a2:after {
  background: #bb4725;
  background: var(--colors-a2); }

/* line 2068, sonos.scss */
.www2-nav li.with-badge-a3:after {
  background: #d8a158;
  background: var(--colors-a3); }

@media (min-width: 768px) {
  /* line 2068, sonos.scss */
  .secondary-nav {
    position: relative;
    bottom: auto;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    z-index: auto; }

  /* line 2068, sonos.scss */
  .secondary-nav .product-price-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 2068, sonos.scss */
  .secondary-nav .product-price {
    font-size: calc(12px + 2*(100vw - 375px)/393);
    line-height: 1.5;
    letter-spacing: .3px;
    word-spacing: .6px; }

  /* line 2068, sonos.scss */
  .secondary-nav.has-multi-select .buying-controls-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

  /* line 2068, sonos.scss */
  .secondary-nav .buying-controls-attr {
    background-color: #d8d8d8;
    background-color: var(--colors-b3);
    z-index: 1; }

  /* line 2068, sonos.scss */
  .secondary-nav .cta {
    white-space: nowrap; } }
/* line 2068, sonos.scss */
.sonos-menu-trigger svg {
  width: 20px; }

/* line 2068, sonos.scss */
.header-logo svg {
  width: 4.4rem; }

/* line 2068, sonos.scss */
.banner-close {
  height: 100%;
  width: 20px; }

/* line 2068, sonos.scss */
.banner-close svg {
  left: auto;
  position: absolute;
  width: 16px;
  padding-left: 3px; }

/* line 2068, sonos.scss */
.availability-banner:not(:empty) + * {
  display: none; }

/* line 2068, sonos.scss */
.js-notify-me-modal h2 {
  font-size: inherit; }

/* line 2068, sonos.scss */
.js-notify-me-modal input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
  color: var(--colors-text-page-accent);
  opacity: .5; }

/* line 2068, sonos.scss */
.js-notify-me-modal input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
  color: var(--colors-text-page-accent);
  opacity: .5; }

/* line 2068, sonos.scss */
.js-notify-me-modal input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
  color: var(--colors-text-page-accent);
  opacity: .5; }

/* line 2068, sonos.scss */
.js-notify-me-modal input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
  color: var(--colors-text-page-accent);
  opacity: .5; }

/* line 2068, sonos.scss */
.js-notify-me-modal input::placeholder {
  color: rgba(0, 0, 0, 0.8);
  color: var(--colors-text-page-accent);
  opacity: .5; }

/* line 2068, sonos.scss */
.with-suit {
  height: auto; }

/* line 2068, sonos.scss */
.with-suit header[role=banner] a {
  text-decoration: none; }

/* line 2068, sonos.scss */
.with-suit header[role=banner] button:not(.overlay), .with-suit header[role=banner] button:not(.overlay):focus, .with-suit header[role=banner] button:not(.overlay):hover {
  background: transparent; }

/* line 2068, sonos.scss */
.with-suit header[role=banner] .overlay:focus, .with-suit header[role=banner] .overlay:hover {
  background: #000;
  background: var(--colors-b1); }

/* line 2068, sonos.scss */
.with-suit header[role=banner] .text-b4:focus, .with-suit header[role=banner] .text-b4:hover {
  color: #fff;
  color: var(--colors-b4); }

/* line 2068, sonos.scss */
.with-suit header[role=banner] .text-b1-a:focus, .with-suit header[role=banner] .text-b1-a:hover {
  color: inherit; }

/* line 2068, sonos.scss */
.with-suit header[role=banner] ul:not(.slider) {
  margin-left: 0; }

/* line 2068, sonos.scss */
.with-suit header[role=banner] .primary ul {
  margin-bottom: 0; }

/* line 2068, sonos.scss */
.with-suit header[role=banner] .primary-content {
  float: none !important; }

/* line 2068, sonos.scss */
.with-suit #headerNavMenuLink {
  margin-bottom: 0; }

/* line 2068, sonos.scss */
.with-suit .header-logo {
  margin-bottom: 0;
  font-size: 1rem; }

/* line 2068, sonos.scss */
.with-suit button.banner-close {
  padding: 0; }

/* line 2068, sonos.scss */
.account-icon svg, .search-icon svg {
  width: 19px; }

/* line 2068, sonos.scss */
.cart-icon svg {
  width: 21px; }

/* line 2068, sonos.scss */
.cart-icon.with-badge:before {
  content: "";
  border-radius: 50%;
  margin-top: 2.25px;
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.8);
  background: var(--colors-b1a);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

/* line 2068, sonos.scss */
.sonos-menu-close svg {
  height: 20px; }

/* line 2068, sonos.scss */
.primary-trigger[aria-expanded=true]:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

@media screen and (min-width: 768px) {
  /* line 2068, sonos.scss */
  .primary-content {
    overflow: hidden; }

  /* line 2068, sonos.scss */
  .primary-content.al-animate {
    position: static; } }
/* line 2068, sonos.scss */
.header-menu .cta-menu-item {
  z-index: 1; }

/* line 2068, sonos.scss */
.header-menu .top-cat-menu-item[data-al-toggle-disabled=true] {
  z-index: 4; }

/* line 2068, sonos.scss */
.header-menu .top-cat-menu-item[data-al-toggle-disabled=true][aria-expanded=true] .top-cat-menu-trigger:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

@media (min-width: 768px) {
  /* line 2068, sonos.scss */
  .sonos-accountmenu-offcanvas {
    max-width: 62.96296vw;
    max-width: var(--x17); }

  /* line 2068, sonos.scss */
  .sonos-menu-offcanvas {
    overflow: hidden; }

  /* line 2068, sonos.scss */
  .sonos-menu-offcanvas .secondary {
    -ms-flex-negative: 0;
    flex-shrink: 0; }

  /* line 2068, sonos.scss */
  .sonos-menu-offcanvas .tertiary {
    width: auto; }

  /* line 2068, sonos.scss */
  .sonos-menu-offcanvas .product-tile.beside-s {
    text-align: left !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 2068, sonos.scss */
  .sonos-menu-offcanvas .product-tile.beside-s .bodycopy, .sonos-menu-offcanvas .product-tile.beside-s .headline {
    font-weight: 500; }

  /* line 2068, sonos.scss */
  .sonos-menu-offcanvas .product-tile.beside-s .bodycopy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 2068, sonos.scss */
  .sonos-menu-offcanvas .product-tile.beside-s .buying-controls-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }

  /* line 2068, sonos.scss */
  .sonos-menu-offcanvas .product-tile.beside-s > .img-wrapper {
    max-width: 100%;
    margin-bottom: 1.85185vw;
    margin-bottom: var(--x0p5); }

  /* line 2068, sonos.scss */
  .sonos-menu-offcanvas .cards.beside-s {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 2068, sonos.scss */
  .sonos-menu-offcanvas .cards.beside-s li {
    border: none; }

  /* line 2068, sonos.scss */
  .with-suit .sonos-menu-offcanvas .slider {
    margin-left: 0; }

  /* line 2068, sonos.scss */
  .lg-mb-x0p1 {
    margin-bottom: .37037vw; }

  /* line 2068, sonos.scss */
  .lg-mb-x0p3 {
    margin-bottom: 1.11111vw; }

  /* line 2068, sonos.scss */
  .lg-ph-x0p35 {
    padding-left: 1.2963vw;
    padding-right: 1.2963vw; }

  /* line 2068, sonos.scss */
  .lg-pv-x0p35 {
    padding-top: 1.2963vw;
    padding-bottom: 1.2963vw; }

  /* line 2068, sonos.scss */
  .lg-pa-x0p35 {
    padding: 1.2963vw; }

  /* line 2068, sonos.scss */
  .lg-mh-x0p6 {
    margin-left: 2.22222vw;
    margin-right: 2.22222vw; }

  /* line 2068, sonos.scss */
  .sonos-menu-close {
    height: 80px;
    height: var(--header-height);
    z-index: 5;
    z-index: calc(var(--z-top) + 1); } }
@media (min-width: 1024px) {
  /* line 2068, sonos.scss */
  .sonos-accountmenu-offcanvas {
    max-width: 37.03704vw;
    max-width: var(--x10); } }
@media (min-width: 1441px) {
  /* line 2068, sonos.scss */
  .sonos-menu-trigger svg {
    width: 1.38889vw; }

  /* line 2068, sonos.scss */
  .header-logo svg {
    width: calc(4.4rem + .92593vw); }

  /* line 2068, sonos.scss */
  .banner-close svg {
    width: 1.11111vw; }

  /* line 2068, sonos.scss */
  .account-icon svg, .search-icon svg, .sonos-menu-close svg {
    width: 1.31852vw; }

  /* line 2068, sonos.scss */
  .cart-icon svg {
    width: 1.45926vw; }

  /* line 2068, sonos.scss */
  .cart-icon.with-badge:before {
    margin-top: .16667vw;
    margin-left: .0037vw;
    width: .27778vw;
    height: .27778vw; } }
@media (min-width: 2560px) {
  /* line 2068, sonos.scss */
  .header-logo svg {
    width: calc(4.4rem + 1.85185vw); }

  /* line 2068, sonos.scss */
  .sonos-nav {
    height: 3.7037vw;
    height: var(--x1); } }
/* line 2068, sonos.scss */
#product-row-category-nav .save-badge {
  margin-left: 0; }

/* line 2068, sonos.scss */
.header-menu.al-animate {
  -ms-animation-name: none !important;
  -ms-transition: none !important; }

/* line 2068, sonos.scss */
.sonos-accountmenu-offcanvas-overlay, .sonos-menu-offcanvas-overlay {
  z-index: 1; }

/* line 2068, sonos.scss */
.sonos-menu-offcanvas {
  z-index: 2;
  top: 0; }

/* line 2068, sonos.scss */
.sonos-menu-offcanvas .primary-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* line 2068, sonos.scss */
.sonos-menu-offcanvas .badge, .sonos-menu-offcanvas .badge-message {
  display: none; }

/* line 2068, sonos.scss */
.sonos-menu-offcanvas .discount-message, .sonos-menu-offcanvas .tradeup-message {
  display: none !important; }

/* line 2068, sonos.scss */
.banner-close {
  overflow: visible;
  left: -15px;
  top: -30px; }

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 2068, sonos.scss */
  .banner-close {
    overflow: inherit;
    left: auto;
    top: auto; } }
/* line 2069, sonos.scss */
.modal-close svg {
  height: 20px; }

/* line 2070, sonos.scss */
footer a {
  border-bottom: none; }

/* line 2070, sonos.scss */
footer {
  padding-bottom: 14.81481vw; }

/* line 2070, sonos.scss */
.countries > li, .secondary > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 3.7037vw;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 3.7037vw;
  -ms-flex: 0 1 var(--x1);
  flex: 0 1 var(--x1); }

/* line 2070, sonos.scss */
.social > li:first-child {
  margin-left: 0; }

/* line 2070, sonos.scss */
.social svg, .social .svg {
  height: 2em;
  width: 2em; }

/* line 2070, sonos.scss */
#picker svg {
  height: 1em; }

/* line 2070, sonos.scss */
#picker svg:first-of-type {
  margin-right: .92593vw;
  margin-right: var(--x0p25);
  width: 1.33em; }

/* line 2070, sonos.scss */
#picker svg:last-of-type {
  margin-left: .92593vw;
  margin-left: var(--x0p25);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 1em; }

/* line 2070, sonos.scss */
.countries svg {
  height: 1em;
  margin-right: .92593vw;
  margin-right: var(--x0p25); }

/* line 2070, sonos.scss */
#emailSubscribe-ModalContent-form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
  color: var(--colors-text-page-accent);
  opacity: .5; }

/* line 2070, sonos.scss */
#emailSubscribe-ModalContent-form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
  color: var(--colors-text-page-accent);
  opacity: .5; }

/* line 2070, sonos.scss */
#emailSubscribe-ModalContent-form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
  color: var(--colors-text-page-accent);
  opacity: .5; }

/* line 2070, sonos.scss */
#emailSubscribe-ModalContent-form input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
  color: var(--colors-text-page-accent);
  opacity: .5; }

/* line 2070, sonos.scss */
#emailSubscribe-ModalContent-form input::placeholder {
  color: rgba(0, 0, 0, 0.8);
  color: var(--colors-text-page-accent);
  opacity: .5; }

/* line 2070, sonos.scss */
.with-suit footer[role=contentinfo] button:not(.overlay) {
  background: transparent; }

/* line 2070, sonos.scss */
.with-suit footer[role=contentinfo] button {
  color: #000; }

/* line 2070, sonos.scss */
.with-suit footer[role=contentinfo] button:not(.overlay):focus, .with-suit footer[role=contentinfo] button:not(.overlay):hover {
  background: transparent; }

/* line 2070, sonos.scss */
.with-suit footer[role=contentinfo] .overlay:focus, .with-suit footer[role=contentinfo] .overlay:hover {
  background: #000;
  background: var(--colors-b1); }

/* line 2070, sonos.scss */
.with-suit footer[role=contentinfo] .primary, .with-suit footer[role=contentinfo] .secondary, .with-suit footer[role=contentinfo] .tertiary {
  margin-left: 0; }

/* line 2070, sonos.scss */
.with-suit footer[role=contentinfo] .social, .with-suit footer[role=contentinfo] .tertiary {
  margin-bottom: 3.7037vw;
  margin-bottom: var(--x1); }

/* line 2070, sonos.scss */
.with-suit #emailSubscribe-ModalContent-form input {
  border-bottom: 1px solid; }

/* line 2070, sonos.scss */
.country-selector.al-animate {
  z-index: calc(var(--z-top) + 1); }

@media (min-width: 1024px) {
  /* line 2070, sonos.scss */
  .social svg, .social .svg {
    height: 1.5em;
    width: 1.5em; }

  /* line 2070, sonos.scss */
  .country-selector {
    border-top: 1px solid; } }
@media (max-width: 1023px) {
  /* line 2070, sonos.scss */
  footer .secondary > li {
    padding-right: 3.7037vw;
    padding-right: var(--x1);
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
@media (max-width: 1023px) and (min-width: 768px) {
  /* line 2070, sonos.scss */
  footer .secondary > li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }
/* line 2070, sonos.scss */
#emailSubscribe-ModalContent {
  max-height: 100%;
  overflow-y: auto;
  overflow: auto; }

@media (max-height: 375px) {
  /* line 2070, sonos.scss */
  #emailSubscribe-ModalContent-presubmit .mv-x3 {
    margin-top: 3.7037vw;
    margin-top: var(--x1); } }
@media (max-height: 415px) {
  /* line 2070, sonos.scss */
  #emailSubscribe-Modal .modal-close {
    margin: 3.7037vw;
    margin: var(--x1); }

  /* line 2070, sonos.scss */
  #emailSubscribe-ModalContent {
    padding: 3.7037vw 7.40741vw;
    padding: var(--x1) var(--x2); }

  /* line 2070, sonos.scss */
  #emailSubscribe-ModalContent-presubmit .text-x4 {
    font-size: calc(14.8px + 18.8*(100vw - 320px)/2240);
    font-size: var(--text-x2); }

  /* line 2070, sonos.scss */
  #emailSubscribe-ModalContent-presubmit .mb-x3, #emailSubscribe-ModalContent-presubmit .mv-x3 {
    margin-bottom: 5.55556vw;
    margin-bottom: var(--x1p5); }

  /* line 2070, sonos.scss */
  #emailSubscribe-ModalContent-presubmit .mv-x3 {
    margin-top: 7.40741vw;
    margin-top: var(--x2); }

  /* line 2070, sonos.scss */
  #emailSubscribe-ModalContent-presubmit input[type=email] {
    margin-bottom: 3.7037vw;
    margin-bottom: var(--x1); } }
/* line 2071, sonos.scss */
.product-tile.beside-n > .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

/* line 2071, sonos.scss */
.product-tile.beside-n .badge-message {
  padding-bottom: 32px; }

/* line 2071, sonos.scss */
.product-tile.beside-n .badge, .product-tile.beside-n .discount-message, .product-tile.beside-n .tradeup-message {
  position: absolute; }

/* line 2071, sonos.scss */
.cards.beside-n .progress-bar {
  width: 81.48148vw;
  width: var(--x22); }

/* line 2071, sonos.scss */
.cards.beside-n > [data-glide-el=controls] svg {
  height: 3em; }

/* line 2071, sonos.scss */
.cards.beside-n li {
  border-right: 1px solid;
  overflow: hidden; }

/* line 2072, sonos.scss */
:root {
  --product-tile-beside-e-height: var(--x9); }

/* line 2072, sonos.scss */
.product-tile.beside-n-e:after {
  content: "";
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

/* line 2072, sonos.scss */
.product-tile.beside-n-e .buying-controls-wrapper, .product-tile.beside-n-e .pricing, .product-tile.beside-n-e .shop-now-wrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

/* line 2072, sonos.scss */
.cards.beside-n-e li {
  border-bottom: 1px solid; }

/* line 2072, sonos.scss */
.cards.beside-n-e li:last-child {
  border-bottom: none; }

/* line 2072, sonos.scss */
.cards.beside-n-e + .cards.beside-n-e > ul {
  border-top: 1px solid; }

@media (min-width: 1024px) {
  /* line 2072, sonos.scss */
  .product-tile.beside-n-e {
    height: 33.33333vw;
    height: var(--product-tile-beside-e-height); }

  /* line 2072, sonos.scss */
  .product-tile.beside-n-e:after {
    width: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 2072, sonos.scss */
  .product-tile.beside-n-e.reset-height, .product-tile.beside-n-e.reset-height > .img-wrapper {
    height: inherit;
    min-height: 25.92593vw;
    min-height: var(--x7); }

  /* line 2072, sonos.scss */
  .product-tile.beside-n-e.reset-height > :last-child {
    margin-top: auto; }

  /* line 2072, sonos.scss */
  .product-tile.beside-n-e > .img-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    height: 33.33333vw;
    height: var(--product-tile-beside-e-height);
    max-width: 51.85185vw;
    max-width: var(--x14); }

  /* line 2072, sonos.scss */
  .product-tile.beside-n-e > .img-wrapper > * {
    margin-top: auto;
    margin-bottom: auto; }

  /* line 2072, sonos.scss */
  .product-tile.beside-n-e > :first-child {
    margin-top: auto; }

  /* line 2072, sonos.scss */
  .product-tile.beside-n-e > :last-child {
    margin-bottom: auto; } }
/* line 2073, sonos.scss */
.primary-benefit-media {
  height: 111.11111vw; }

/* line 2073, sonos.scss */
.primary-benefit-cta .cta {
  width: 100%; }

@media (min-width: 1024px) {
  /* line 2073, sonos.scss */
  .primary-benefit-media {
    height: 44.44444vw;
    height: var(--x12); } }
/* line 2074, sonos.scss */
.cards.categories .img-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 74.07407vw;
  height: var(--x20); }

/* line 2074, sonos.scss */
.cards.categories .img-wrapper.left-bleed {
  margin-left: -3.7037vw; }

/* line 2074, sonos.scss */
.cards.featured .img-wrapper {
  margin: auto auto auto 0;
  width: 44.44444vw;
  width: var(--x12); }

/* line 2074, sonos.scss */
.cards.featured #pt-speaker-stand-pair-one-play1-white-beside-n-feat-prod-slot-beside-n .img-wrapper {
  margin-bottom: 0; }

/* line 2074, sonos.scss */
.card.product-tile.beside-n-e .pricing .save-badge {
  -ms-flex-preferred-size: 56%;
  flex-basis: 56%;
  margin-top: .92593vw;
  margin-top: var(--x0p25); }

/* line 2074, sonos.scss */
.search-results-header > * {
  word-break: break-word; }

/* line 2074, sonos.scss */
#pt-giftcard-beside-n-e-cat-slot-beside-n-e .buying-controls-wrapper, #pt-giftcard-beside-n-e-cat-slot-beside-n-e .pricing {
  display: none; }

@media (min-width: 1024px) {
  /* line 2074, sonos.scss */
  .cards.categories .img-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: -3.7037vw;
    height: 33.33333vw;
    height: var(--x9); }

  /* line 2074, sonos.scss */
  .cards.featured .img-wrapper {
    width: 22.22222vw;
    width: var(--x6); }

  /* line 2074, sonos.scss */
  .card.product-tile.beside-n-e .headline {
    width: 33.33333vw;
    width: var(--x9); }

  /* line 2074, sonos.scss */
  .card.product-tile.beside-n-e .pricing .save-badge {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 0; } }
/* line 1, grid.css */
.md-grid-4, .my-grid-4, .my-m-grid-6, .grid-1, .grid-10, .grid-11, .grid-12, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-all, .grid-half, .grid-quarter, .grid-third, .grid-three-quarters, .grid-two-thirds, .grid-whole {
  margin: 0;
  clear: none;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc); }

/* line 1, grid.css */
.offset-0 {
  margin-left: 0; }

/* line 1, grid.css */
.grid-1 {
  width: 8.33333%; }

/* line 1, grid.css */
.offset-1 {
  margin-left: 8.33333%; }

/* line 1, grid.css */
.grid-2 {
  width: 16.66667%; }

/* line 1, grid.css */
.offset-2 {
  margin-left: 16.66667%; }

/* line 1, grid.css */
.grid-3, .grid-quarter {
  width: 25%; }

/* line 1, grid.css */
.offset-3 {
  margin-left: 25%; }

/* line 1, grid.css */
.grid-4, .grid-third {
  width: 33.33333%; }

/* line 1, grid.css */
.offset-4 {
  margin-left: 33.33333%; }

/* line 1, grid.css */
.grid-5 {
  width: 41.66667%; }

/* line 1, grid.css */
.offset-5 {
  margin-left: 41.66667%; }

/* line 1, grid.css */
.grid-6, .grid-half {
  width: 50%; }

/* line 1, grid.css */
.offset-6 {
  margin-left: 50%; }

/* line 1, grid.css */
.grid-7 {
  width: 58.33333%; }

/* line 1, grid.css */
.offset-7 {
  margin-left: 58.33333%; }

/* line 1, grid.css */
.grid-8, .grid-two-thirds {
  width: 66.66667%; }

/* line 1, grid.css */
.offset-8 {
  margin-left: 66.66667%; }

/* line 1, grid.css */
.grid-9, .grid-three-quarters {
  width: 75%; }

/* line 1, grid.css */
.offset-9 {
  margin-left: 75%; }

/* line 1, grid.css */
.grid-10 {
  width: 83.33333%; }

/* line 1, grid.css */
.offset-10 {
  margin-left: 83.33333%; }

/* line 1, grid.css */
.grid-11 {
  width: 91.66667%; }

/* line 1, grid.css */
.offset-11 {
  margin-left: 91.66667%; }

/* line 1, grid.css */
.grid-12, .grid-whole {
  width: 100%; }

/* line 1, grid.css */
.offset-12 {
  margin-left: 100%; }

/* line 1, grid.css */
.padded {
  padding: .5em; }

/* line 1, grid.css */
.padded-left {
  padding-left: .5em; }

/* line 1, grid.css */
.padded-right {
  padding-right: .5em; }

/* line 1, grid.css */
.padded-right-2 {
  padding-right: 1em; }

/* line 1, grid.css */
.padded-right-2 {
  padding-right: 1em; }

/* line 1, grid.css */
.padded-top {
  padding-top: .5em; }

/* line 1, grid.css */
.padded-bottom {
  padding-bottom: .5em; }

/* line 1, grid.css */
.padded-sides {
  padding: 0 .5em; }

/* line 1, grid.css */
.padded-vertical {
  padding: .5em 0; }

/* line 1, grid.css */
.padded-inner {
  padding: 1em; }

/* line 1, grid.css */
.padded-inner-sides {
  padding: 0 1em; }

/* line 1, grid.css */
.padded-reverse {
  margin: 0 -0.8em;
  width: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: none; }

/* line 1, grid.css */
.padded-reverse-all {
  margin: -.5em;
  width: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: none; }

/* line 1, grid.css */
.flow-opposite {
  float: right; }

/* line 1, grid.css */
.center {
  text-align: center; }

/* line 1, grid.css */
.left {
  text-align: left; }

/* line 1, grid.css */
.right {
  text-align: right; }

/* line 1, grid.css */
.row {
  margin: 0 -.5em;
  width: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
  margin: 0 auto;
  max-width: 64rem; }

@media (min-width: 481px) and (max-width: 800px) {
  /* line 1, grid.css */
  .m-grid-1, .m-grid-10, .m-grid-11, .m-grid-12, .m-grid-2, .m-grid-3, .m-grid-4, .m-grid-5, .m-grid-6, .m-grid-7, .m-grid-8, .m-grid-9, .m-grid-all, .m-grid-half, .m-grid-quarter, .m-grid-third, .m-grid-three-quarters, .m-grid-two-thirds, .m-grid-whole {
    margin: 0;
    clear: none;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc); }

  /* line 1, grid.css */
  .m-offset-0 {
    margin-left: 0; }

  /* line 1, grid.css */
  .m-grid-1 {
    width: 8.33333%; }

  /* line 1, grid.css */
  .m-offset-1 {
    margin-left: 8.33333%; }

  /* line 1, grid.css */
  .m-grid-2 {
    width: 16.66667%; }

  /* line 1, grid.css */
  .m-offset-2 {
    margin-left: 16.66667%; }

  /* line 1, grid.css */
  .m-grid-3, .m-grid-quarter {
    width: 25%; }

  /* line 1, grid.css */
  .m-offset-3 {
    margin-left: 25%; }

  /* line 1, grid.css */
  .m-grid-4, .m-grid-third {
    width: 33.33333%; }

  /* line 1, grid.css */
  .m-offset-4 {
    margin-left: 33.33333%; }

  /* line 1, grid.css */
  .m-grid-5 {
    width: 41.66667%; }

  /* line 1, grid.css */
  .m-offset-5 {
    margin-left: 41.66667%; }

  /* line 1, grid.css */
  .m-grid-6, .m-grid-half {
    width: 50%; }

  /* line 1, grid.css */
  .m-offset-6 {
    margin-left: 50%; }

  /* line 1, grid.css */
  .m-grid-7 {
    width: 58.33333%; }

  /* line 1, grid.css */
  .m-offset-7 {
    margin-left: 58.33333%; }

  /* line 1, grid.css */
  .m-grid-8, .m-grid-two-thirds {
    width: 66.66667%; }

  /* line 1, grid.css */
  .m-offset-8 {
    margin-left: 66.66667%; }

  /* line 1, grid.css */
  .m-grid-9, .m-grid-three-quarters {
    width: 75%; }

  /* line 1, grid.css */
  .m-offset-9 {
    margin-left: 75%; }

  /* line 1, grid.css */
  .m-grid-10 {
    width: 83.33333%; }

  /* line 1, grid.css */
  .m-offset-10 {
    margin-left: 83.33333%; }

  /* line 1, grid.css */
  .m-grid-11 {
    width: 91.66667%; }

  /* line 1, grid.css */
  .m-offset-11 {
    margin-left: 91.66667%; }

  /* line 1, grid.css */
  .m-grid-12, .m-grid-whole {
    width: 100%; }

  /* line 1, grid.css */
  .m-offset-12 {
    margin-left: 100%; }

  /* line 1, grid.css */
  .m-padded {
    padding: .5em; }

  /* line 1, grid.css */
  .m-padded-left {
    padding-left: .5em; }

  /* line 1, grid.css */
  .m-padded-left-2 {
    padding-left: 1em; }

  /* line 1, grid.css */
  .m-padded-right {
    padding-right: .5em; }

  /* line 1, grid.css */
  .m-padded-right-2 {
    padding-right: 1em; }

  /* line 1, grid.css */
  .m-padded-top {
    padding-top: .5em; }

  /* line 1, grid.css */
  .m-padded-bottom {
    padding-bottom: .5em; }

  /* line 1, grid.css */
  .m-padded-sides {
    padding: 0 .5em; }

  /* line 1, grid.css */
  .m-padded-vertical {
    padding: .5em 0; }

  /* line 1, grid.css */
  .m-padded-inner {
    padding: 1em; }

  /* line 1, grid.css */
  .m-padded-inner-sides {
    padding: 0 1em; }

  /* line 1, grid.css */
  .m-padded-reverse {
    margin: 0 -.5em;
    width: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none; }

  /* line 1, grid.css */
  .m-padded-reverse-all {
    margin: -.5em;
    width: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none; }

  /* line 1, grid.css */
  .m-flow-opposite {
    float: right; }

  /* line 1, grid.css */
  .m-center {
    text-align: center; }

  /* line 1, grid.css */
  .m-left {
    text-align: left; }

  /* line 1, grid.css */
  .m-right {
    text-align: right; }

  /* line 1, grid.css */
  .m-hidden {
    display: none; } }
@media (min-width: 801px) {
  /* line 1, grid.css */
  .l-grid-1, .l-grid-10, .l-grid-11, .l-grid-12, .l-grid-2, .l-grid-3, .l-grid-4, .l-grid-5, .l-grid-6, .l-grid-7, .l-grid-8, .l-grid-9, .l-grid-all, .l-grid-half, .l-grid-quarter, .l-grid-third, .l-grid-three-quarters, .l-grid-two-thirds, .l-grid-whole {
    margin: 0;
    clear: none;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc); }

  /* line 1, grid.css */
  .l-offset-0 {
    margin-left: 0; }

  /* line 1, grid.css */
  .l-grid-1 {
    width: 8.33333%; }

  /* line 1, grid.css */
  .l-offset-1 {
    margin-left: 8.33333%; }

  /* line 1, grid.css */
  .l-grid-2 {
    width: 16.66667%; }

  /* line 1, grid.css */
  .l-offset-2 {
    margin-left: 16.66667%; }

  /* line 1, grid.css */
  .l-grid-3, .l-grid-quarter {
    width: 25%; }

  /* line 1, grid.css */
  .l-offset-3 {
    margin-left: 25%; }

  /* line 1, grid.css */
  .l-grid-4, .l-grid-third {
    width: 33.33333%; }

  /* line 1, grid.css */
  .l-offset-4 {
    margin-left: 33.33333%; }

  /* line 1, grid.css */
  .l-grid-5 {
    width: 41.66667%; }

  /* line 1, grid.css */
  .l-offset-5 {
    margin-left: 41.66667%; }

  /* line 1, grid.css */
  .l-grid-6, .l-grid-half {
    width: 50%; }

  /* line 1, grid.css */
  .l-offset-6 {
    margin-left: 50%; }

  /* line 1, grid.css */
  .l-grid-7 {
    width: 58.33333%; }

  /* line 1, grid.css */
  .l-offset-7 {
    margin-left: 58.33333%; }

  /* line 1, grid.css */
  .l-grid-8, .l-grid-two-thirds {
    width: 66.66667%; }

  /* line 1, grid.css */
  .l-offset-8 {
    margin-left: 66.66667%; }

  /* line 1, grid.css */
  .l-grid-9, .l-grid-three-quarters {
    width: 75%; }

  /* line 1, grid.css */
  .l-offset-9 {
    margin-left: 75%; }

  /* line 1, grid.css */
  .l-grid-10 {
    width: 83.33333%; }

  /* line 1, grid.css */
  .l-offset-10 {
    margin-left: 83.33333%; }

  /* line 1, grid.css */
  .l-grid-11 {
    width: 91.66667%; }

  /* line 1, grid.css */
  .l-offset-11 {
    margin-left: 91.66667%; }

  /* line 1, grid.css */
  .l-grid-12, .l-grid-whole {
    width: 100%; }

  /* line 1, grid.css */
  .l-offset-12 {
    margin-left: 100%; }

  /* line 1, grid.css */
  .l-padded {
    padding: .5em; }

  /* line 1, grid.css */
  .l-padded-left {
    padding-left: .5em; }

  /* line 1, grid.css */
  .l-padded-left-2 {
    padding-left: 1em; }

  /* line 1, grid.css */
  .l-padded-right {
    padding-right: .5em; }

  /* line 1, grid.css */
  .l-padded-right-2 {
    padding-right: 1em; }

  /* line 1, grid.css */
  .l-padded-top {
    padding-top: .5em; }

  /* line 1, grid.css */
  .l-padded-bottom {
    padding-bottom: .5em; }

  /* line 1, grid.css */
  .l-padded-sides {
    padding: 0 .5em; }

  /* line 1, grid.css */
  .l-padded-vertical {
    padding: .5em 0; }

  /* line 1, grid.css */
  .l-padded-inner {
    padding: 1em; }

  /* line 1, grid.css */
  .l-padded-inner-sides {
    padding: 0 1em; }

  /* line 1, grid.css */
  .l-padded-reverse {
    margin: 0 -.5em;
    width: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none; }

  /* line 1, grid.css */
  .l-padded-reverse-all {
    margin: -.5em;
    width: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none; }

  /* line 1, grid.css */
  .l-flow-opposite {
    float: right; }

  /* line 1, grid.css */
  .l-center {
    text-align: center; }

  /* line 1, grid.css */
  .l-left {
    text-align: left; }

  /* line 1, grid.css */
  .l-right {
    text-align: right; }

  /* line 1, grid.css */
  .l-hidden {
    display: none; } }
/* line 4, grid.css */
.my-row {
  margin-left: -3.33333%; }

/* line 9, grid.css */
.my-grid-4 {
  width: 30%;
  margin-left: 3.33333%; }

/* line 14, grid.css */
.row-list {
  margin-left: -8.33333%; }

/* line 18, grid.css */
.blog-wrapper .my-grid-4 {
  width: 29.5%; }

@media (min-width: 1024px) {
  /* line 25, grid.css */
  .lg-hidden {
    display: none; } }
@media (max-width: 1024px) {
  /* line 31, grid.css */
  .md-hidden {
    display: none; }

  /* line 34, grid.css */
  .md-grid-12 {
    width: 100%; } }
@media (max-width: 929px) {
  /* line 43, grid.css */
  .m2-grid-6 {
    width: 50%; }

  /* line 48, grid.css */
  .m2-hidden {
    display: none !important; } }
@media (min-width: 481px) and (max-width: 800px) {
  /* line 55, grid.css */
  .page-pay-wrapper .m-hidden {
    display: none !important; } }
@media (min-width: 801px) {
  /* line 61, grid.css */
  .page-pay-wrapper .l-hidden {
    display: none !important; } }
@media (min-width: 801px) and (max-width: 1153px) {
  /* line 69, grid.css */
  .md-grid-4 {
    width: 33.33333%; } }
@media (min-width: 481px) and (max-width: 800px) {
  /* line 78, grid.css */
  .my-row {
    margin-left: -5.2%; }

  /* line 81, grid.css */
  .my-m-grid-6 {
    width: 45%;
    margin-left: 5%; }

  /* line 85, grid.css */
  .blog-wrapper .my-m-grid-6 {
    width: 44.5%; } }
@media (max-width: 480px) {
  /* line 96, grid.css */
  .my-row {
    margin-left: 0; }

  /* line 99, grid.css */
  .s-grid-1, .s-grid-10, .s-grid-11, .s-grid-12, .s-grid-2, .s-grid-3, .s-grid-4, .s-grid-5, .s-grid-6, .s-grid-7, .s-grid-8, .s-grid-9, .s-grid-all, .s-grid-half, .s-grid-quarter, .s-grid-third, .s-grid-three-quarters, .s-grid-two-thirds, .s-grid-whole {
    margin: 0;
    clear: none;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc); }

  /* line 99, grid.css */
  .s-offset-0 {
    margin-left: 0; }

  /* line 99, grid.css */
  .s-grid-1 {
    width: 8.33333%; }

  /* line 99, grid.css */
  .s-offset-1 {
    margin-left: 8.33333%; }

  /* line 99, grid.css */
  .s-grid-2 {
    width: 16.66667%; }

  /* line 99, grid.css */
  .s-offset-2 {
    margin-left: 16.66667%; }

  /* line 99, grid.css */
  .s-grid-3, .s-grid-quarter {
    width: 25%; }

  /* line 99, grid.css */
  .s-offset-3 {
    margin-left: 25%; }

  /* line 99, grid.css */
  .s-grid-4, .s-grid-third {
    width: 33.33333%; }

  /* line 99, grid.css */
  .s-offset-4 {
    margin-left: 33.33333%; }

  /* line 99, grid.css */
  .s-grid-5 {
    width: 41.66667%; }

  /* line 99, grid.css */
  .s-offset-5 {
    margin-left: 41.66667%; }

  /* line 99, grid.css */
  .s-grid-6, .s-grid-half {
    width: 50%; }

  /* line 99, grid.css */
  .s-offset-6 {
    margin-left: 50%; }

  /* line 99, grid.css */
  .s-grid-7 {
    width: 58.33333%; }

  /* line 99, grid.css */
  .s-offset-7 {
    margin-left: 58.33333%; }

  /* line 99, grid.css */
  .s-grid-8, .s-grid-two-thirds {
    width: 66.66667%; }

  /* line 99, grid.css */
  .s-offset-8 {
    margin-left: 66.66667%; }

  /* line 99, grid.css */
  .s-grid-9, .s-grid-three-quarters {
    width: 75%; }

  /* line 99, grid.css */
  .s-offset-9 {
    margin-left: 75%; }

  /* line 99, grid.css */
  .s-grid-10 {
    width: 83.33333%; }

  /* line 99, grid.css */
  .s-offset-10 {
    margin-left: 83.33333%; }

  /* line 99, grid.css */
  .s-grid-11 {
    width: 91.66667%; }

  /* line 99, grid.css */
  .s-offset-11 {
    margin-left: 91.66667%; }

  /* line 99, grid.css */
  .s-grid-12, .s-grid-whole {
    width: 100%; }

  /* line 99, grid.css */
  .s-offset-12 {
    margin-left: 100%; }

  /* line 99, grid.css */
  .s-padded {
    padding: .5em; }

  /* line 99, grid.css */
  .s-padded-left {
    padding-left: .5em; }

  /* line 99, grid.css */
  .s-padded-left-2 {
    padding-left: 1em; }

  /* line 99, grid.css */
  .s-padded-right {
    padding-right: .5em; }

  /* line 99, grid.css */
  .s-padded-right-2 {
    padding-right: 1em; }

  /* line 99, grid.css */
  .s-padded-top {
    padding-top: .5em; }

  /* line 99, grid.css */
  .s-padded-bottom {
    padding-bottom: .5em; }

  /* line 99, grid.css */
  .s-padded-sides {
    padding: 0 .5em; }

  /* line 99, grid.css */
  .s-padded-vertical {
    padding: .5em 0; }

  /* line 99, grid.css */
  .s-padded-inner {
    padding: 1em; }

  /* line 99, grid.css */
  .s-padded-inner-sides {
    padding: 0 1em; }

  /* line 99, grid.css */
  .s-padded-reverse {
    margin: 0 -.5em;
    width: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none; }

  /* line 99, grid.css */
  .s-padded-reverse-all {
    margin: -.5em;
    width: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none; }

  /* line 99, grid.css */
  .s-flow-opposite {
    float: right; }

  /* line 99, grid.css */
  .s-center {
    text-align: center; }

  /* line 99, grid.css */
  .s-left {
    text-align: left; }

  /* line 99, grid.css */
  .s-right {
    text-align: right; }

  /* line 99, grid.css */
  .s-hidden {
    display: none; }

  /* line 101, grid.css */
  .blog-wrapper .s-grid-12 {
    width: 100%; }

  /* line 105, grid.css */
  .page-pay-wrapper .s-hidden {
    display: none !important; }

  /* line 109, grid.css */
  .page-pay-wrapper .s-show {
    display: inline-block !important; } }
/* line 115, grid.css */
.site-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

/* line 136, grid.css */
.site-row-no-margin {
  margin: 0; }

/* line 140, grid.css */
.row-align-center {
  align-items: center; }

/* line 144, grid.css */
.justify-content-center {
  justify-content: flex-center; }

/* line 148, grid.css */
.cell-1 {
  max-width: 8.33333%;
  -webkit-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%; }

/* line 155, grid.css */
.cell-2 {
  max-width: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/* line 167, grid.css */
.footer-inner {
  max-width: 18%;
  -webkit-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/* line 180, grid.css */
.cell-3 {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }

/* line 186, grid.css */
.cell-4 {
  max-width: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%; }

/* line 192, grid.css */
.cell-5 {
  max-width: 41.66667%;
  -webkit-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%; }

/* line 198, grid.css */
.cell-6 {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

/* line 204, grid.css */
.cell-7 {
  max-width: 58.33333%;
  -webkit-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%; }

/* line 210, grid.css */
.cell-8 {
  max-width: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%; }

/* line 216, grid.css */
.cell-9 {
  max-width: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%; }

/* line 222, grid.css */
.cell-10 {
  max-width: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%; }

/* line 228, grid.css */
.cell-11 {
  max-width: 91.66667%;
  -webkit-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%; }

/* line 234, grid.css */
.cell-12 {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* line 241, grid.css */
.cell-grow {
  margin: 0 2%; }

@media screen and (max-width: 1024px) {
  /* line 246, grid.css */
  .cell-1-md {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 251, grid.css */
  .cell-2-md {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 256, grid.css */
  .cell-3-md {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 261, grid.css */
  .cell-4-md {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 266, grid.css */
  .cell-5-md {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 271, grid.css */
  .cell-6-md {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 276, grid.css */
  .cell-7-md {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 281, grid.css */
  .cell-8-md {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 286, grid.css */
  .cell-9-md {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 291, grid.css */
  .cell-10-md {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 296, grid.css */
  .cell-11-md {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 301, grid.css */
  .cell-12-md {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 306, grid.css */
  .cell-fifth-md {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 768px) {
  /* line 312, grid.css */
  .sm-cell-hidden {
    display: none; }

  /* line 316, grid.css */
  .center-sm {
    text-align: center; }

  /* line 321, grid.css */
  .cell-1-sm {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 326, grid.css */
  .cell-2-sm {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 331, grid.css */
  .cell-3-sm {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 336, grid.css */
  .cell-4-sm {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 341, grid.css */
  .cell-5-sm {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 346, grid.css */
  .cell-6-sm {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 351, grid.css */
  .cell-7-sm {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 356, grid.css */
  .cell-8-sm {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 361, grid.css */
  .cell-9-sm {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 366, grid.css */
  .cell-10-sm {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 371, grid.css */
  .cell-11-sm {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 376, grid.css */
  .cell-12-sm {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 381, grid.css */
  .cell-fifth-sm {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 480px) {
  /* line 388, grid.css */
  .cell-1-xs {
    max-width: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 393, grid.css */
  .cell-2-xs {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 398, grid.css */
  .cell-3-xs {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 403, grid.css */
  .cell-4-xs {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 408, grid.css */
  .cell-5-xs {
    max-width: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 413, grid.css */
  .cell-6-xs {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 418, grid.css */
  .cell-7-xs {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 423, grid.css */
  .cell-8-xs {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 428, grid.css */
  .cell-9-xs {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 433, grid.css */
  .cell-10-xs {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 438, grid.css */
  .cell-11-xs {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 443, grid.css */
  .cell-12-xs {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 448, grid.css */
  .cell-fifth-xs {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
/* line 456, grid.css */
.push-0 {
  margin-left: 0%; }

/* line 459, grid.css */
.push-1 {
  margin-left: 8.33333%; }

/* line 462, grid.css */
.push-2 {
  margin-left: 16.66667%; }

/* line 465, grid.css */
.push-3 {
  margin-left: 25%; }

/* line 468, grid.css */
.push-4 {
  margin-left: 33.33333%; }

/* line 471, grid.css */
.push-5 {
  margin-left: 41.66667%; }

/* line 474, grid.css */
.push-6 {
  margin-left: 50%; }

/* line 477, grid.css */
.push-7 {
  margin-left: 58.33333%; }

/* line 480, grid.css */
.push-8 {
  margin-left: 66.66667%; }

/* line 483, grid.css */
.push-9 {
  margin-left: 75%; }

/* line 486, grid.css */
.push-10 {
  margin-left: 83.33333%; }

/* line 489, grid.css */
.push-11 {
  margin-left: 91.66667%; }

/* line 492, grid.css */
.push-12 {
  margin-left: 100%; }

/* line 495, grid.css */
.pull-0 {
  margin-left: 0%; }

/* line 498, grid.css */
.pull-1 {
  margin-left: -8.33333%; }

/* line 501, grid.css */
.pull-2 {
  margin-left: -16.66667%; }

/* line 504, grid.css */
.pull-3 {
  margin-left: -25%; }

/* line 507, grid.css */
.pull-4 {
  margin-left: -33.33333%; }

/* line 510, grid.css */
.pull-5 {
  margin-left: -41.66667%; }

/* line 513, grid.css */
.pull-6 {
  margin-left: -50%; }

/* line 516, grid.css */
.pull-7 {
  margin-left: -58.33333%; }

/* line 519, grid.css */
.pull-8 {
  margin-left: -66.66667%; }

/* line 522, grid.css */
.pull-9 {
  margin-left: -75%; }

/* line 525, grid.css */
.pull-10 {
  margin-left: -83.33333%; }

/* line 528, grid.css */
.pull-11 {
  margin-left: -91.66667%; }

/* line 531, grid.css */
.pull-12 {
  margin-left: -100%; }

/* line 534, grid.css */
.post-0 {
  margin-right: 0%; }

/* line 537, grid.css */
.post-1 {
  margin-right: 8.33333%; }

/* line 540, grid.css */
.post-2 {
  margin-right: 16.66667%; }

/* line 543, grid.css */
.post-3 {
  margin-right: 25%; }

/* line 546, grid.css */
.post-4 {
  margin-right: 33.33333%; }

/* line 549, grid.css */
.post-5 {
  margin-right: 41.66667%; }

/* line 552, grid.css */
.post-6 {
  margin-right: 50%; }

/* line 555, grid.css */
.post-7 {
  margin-right: 58.33333%; }

/* line 558, grid.css */
.post-8 {
  margin-right: 66.66667%; }

/* line 561, grid.css */
.post-9 {
  margin-right: 75%; }

/* line 564, grid.css */
.post-10 {
  margin-right: 83.33333%; }

/* line 567, grid.css */
.post-11 {
  margin-right: 91.66667%; }

/* line 570, grid.css */
.post-12 {
  margin-right: 100%; }

/* line 573, grid.css */
.push-fifth {
  margin-left: 20%; }

/* line 576, grid.css */
.pull-fifth {
  margin-left: -20%; }

/* line 579, grid.css */
.post-fifth {
  margin-right: 20%; }

/* line 582, grid.css */
.pull-left {
  float: left; }

/* line 585, grid.css */
.pull-right {
  float: right; }

@media screen and (min-width: 769px) {
  /* line 589, grid.css */
  .push-0-desktop {
    margin-left: 0%; }

  /* line 591, grid.css */
  .push-1-desktop {
    margin-left: 8.33333%; }

  /* line 593, grid.css */
  .push-2-desktop {
    margin-left: 16.66667%; }

  /* line 595, grid.css */
  .push-3-desktop {
    margin-left: 25%; }

  /* line 597, grid.css */
  .push-4-desktop {
    margin-left: 33.33333%; }

  /* line 599, grid.css */
  .push-5-desktop {
    margin-left: 41.66667%; }

  /* line 601, grid.css */
  .push-6-desktop {
    margin-left: 50%; }

  /* line 603, grid.css */
  .push-7-desktop {
    margin-left: 58.33333%; }

  /* line 605, grid.css */
  .push-8-desktop {
    margin-left: 66.66667%; }

  /* line 607, grid.css */
  .push-9-desktop {
    margin-left: 75%; }

  /* line 609, grid.css */
  .push-10-desktop {
    margin-left: 83.33333%; }

  /* line 611, grid.css */
  .push-11-desktop {
    margin-left: 91.66667%; }

  /* line 613, grid.css */
  .push-12-desktop {
    margin-left: 100%; }

  /* line 615, grid.css */
  .pull-0-desktop {
    margin-left: 0%; }

  /* line 617, grid.css */
  .pull-1-desktop {
    margin-left: -8.33333%; }

  /* line 619, grid.css */
  .pull-2-desktop {
    margin-left: -16.66667%; }

  /* line 621, grid.css */
  .pull-3-desktop {
    margin-left: -25%; }

  /* line 623, grid.css */
  .pull-4-desktop {
    margin-left: -33.33333%; }

  /* line 625, grid.css */
  .pull-5-desktop {
    margin-left: -41.66667%; }

  /* line 627, grid.css */
  .pull-6-desktop {
    margin-left: -50%; }

  /* line 629, grid.css */
  .pull-7-desktop {
    margin-left: -58.33333%; }

  /* line 631, grid.css */
  .pull-8-desktop {
    margin-left: -66.66667%; }

  /* line 633, grid.css */
  .pull-9-desktop {
    margin-left: -75%; }

  /* line 635, grid.css */
  .pull-10-desktop {
    margin-left: -83.33333%; }

  /* line 637, grid.css */
  .pull-11-desktop {
    margin-left: -91.66667%; }

  /* line 639, grid.css */
  .pull-12-desktop {
    margin-left: -100%; }

  /* line 641, grid.css */
  .post-0-desktop {
    margin-right: 0%; }

  /* line 643, grid.css */
  .post-1-desktop {
    margin-right: 8.33333%; }

  /* line 645, grid.css */
  .post-2-desktop {
    margin-right: 16.66667%; }

  /* line 647, grid.css */
  .post-3-desktop {
    margin-right: 25%; }

  /* line 649, grid.css */
  .post-4-desktop {
    margin-right: 33.33333%; }

  /* line 651, grid.css */
  .post-5-desktop {
    margin-right: 41.66667%; }

  /* line 653, grid.css */
  .post-6-desktop {
    margin-right: 50%; }

  /* line 655, grid.css */
  .post-7-desktop {
    margin-right: 58.33333%; }

  /* line 657, grid.css */
  .post-8-desktop {
    margin-right: 66.66667%; }

  /* line 659, grid.css */
  .post-9-desktop {
    margin-right: 75%; }

  /* line 661, grid.css */
  .post-10-desktop {
    margin-right: 83.33333%; }

  /* line 663, grid.css */
  .post-11-desktop {
    margin-right: 91.66667%; }

  /* line 665, grid.css */
  .post-12-desktop {
    margin-right: 100%; }

  /* line 667, grid.css */
  .push-fifth-desktop {
    margin-left: 20%; }

  /* line 669, grid.css */
  .pull-fifth-desktop {
    margin-left: -20%; }

  /* line 671, grid.css */
  .post-fifth-desktop {
    margin-right: 20%; }

  /* line 673, grid.css */
  .pull-left-desktop {
    float: left; }

  /* line 675, grid.css */
  .pull-right-desktop {
    float: right; }

  /* line 677, grid.css */
  .clearfix-desktop:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 768px) {
  /* line 689, grid.css */
  .push-0-mobile {
    margin-left: 0%; }

  /* line 691, grid.css */
  .push-1-mobile {
    margin-left: 8.33333%; }

  /* line 693, grid.css */
  .push-2-mobile {
    margin-left: 16.66667%; }

  /* line 695, grid.css */
  .push-3-mobile {
    margin-left: 25%; }

  /* line 697, grid.css */
  .push-4-mobile {
    margin-left: 33.33333%; }

  /* line 699, grid.css */
  .push-5-mobile {
    margin-left: 41.66667%; }

  /* line 701, grid.css */
  .push-6-mobile {
    margin-left: 50%; }

  /* line 703, grid.css */
  .push-7-mobile {
    margin-left: 58.33333%; }

  /* line 705, grid.css */
  .push-8-mobile {
    margin-left: 66.66667%; }

  /* line 707, grid.css */
  .push-9-mobile {
    margin-left: 75%; }

  /* line 709, grid.css */
  .push-10-mobile {
    margin-left: 83.33333%; }

  /* line 711, grid.css */
  .push-11-mobile {
    margin-left: 91.66667%; }

  /* line 713, grid.css */
  .push-12-mobile {
    margin-left: 100%; }

  /* line 715, grid.css */
  .pull-0-mobile {
    margin-left: 0%; }

  /* line 717, grid.css */
  .pull-1-mobile {
    margin-left: -8.33333%; }

  /* line 719, grid.css */
  .pull-2-mobile {
    margin-left: -16.66667%; }

  /* line 721, grid.css */
  .pull-3-mobile {
    margin-left: -25%; }

  /* line 723, grid.css */
  .pull-4-mobile {
    margin-left: -33.33333%; }

  /* line 725, grid.css */
  .pull-5-mobile {
    margin-left: -41.66667%; }

  /* line 727, grid.css */
  .pull-6-mobile {
    margin-left: -50%; }

  /* line 729, grid.css */
  .pull-7-mobile {
    margin-left: -58.33333%; }

  /* line 731, grid.css */
  .pull-8-mobile {
    margin-left: -66.66667%; }

  /* line 733, grid.css */
  .pull-9-mobile {
    margin-left: -75%; }

  /* line 735, grid.css */
  .pull-10-mobile {
    margin-left: -83.33333%; }

  /* line 737, grid.css */
  .pull-11-mobile {
    margin-left: -91.66667%; }

  /* line 739, grid.css */
  .pull-12-mobile {
    margin-left: -100%; }

  /* line 741, grid.css */
  .post-0-mobile {
    margin-right: 0%; }

  /* line 743, grid.css */
  .post-1-mobile {
    margin-right: 8.33333%; }

  /* line 745, grid.css */
  .post-2-mobile {
    margin-right: 16.66667%; }

  /* line 747, grid.css */
  .post-3-mobile {
    margin-right: 25%; }

  /* line 749, grid.css */
  .post-4-mobile {
    margin-right: 33.33333%; }

  /* line 751, grid.css */
  .post-5-mobile {
    margin-right: 41.66667%; }

  /* line 753, grid.css */
  .post-6-mobile {
    margin-right: 50%; }

  /* line 755, grid.css */
  .post-7-mobile {
    margin-right: 58.33333%; }

  /* line 757, grid.css */
  .post-8-mobile {
    margin-right: 66.66667%; }

  /* line 759, grid.css */
  .post-9-mobile {
    margin-right: 75%; }

  /* line 761, grid.css */
  .post-10-mobile {
    margin-right: 83.33333%; }

  /* line 763, grid.css */
  .post-11-mobile {
    margin-right: 91.66667%; }

  /* line 765, grid.css */
  .post-12-mobile {
    margin-right: 100%; }

  /* line 767, grid.css */
  .push-fifth-mobile {
    margin-left: 20%; }

  /* line 769, grid.css */
  .pull-fifth-mobile {
    margin-left: -20%; }

  /* line 771, grid.css */
  .post-fifth-mobile {
    margin-right: 20%; }

  /* line 773, grid.css */
  .pull-left-mobile {
    float: left; }

  /* line 775, grid.css */
  .pull-right-mobile {
    float: right; }

  /* line 777, grid.css */
  .clearfix-mobile:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 1200px) {
  /* line 789, grid.css */
  .push-0-lg {
    margin-left: 0%; }

  /* line 791, grid.css */
  .push-1-lg {
    margin-left: 8.33333%; }

  /* line 793, grid.css */
  .push-2-lg {
    margin-left: 16.66667%; }

  /* line 795, grid.css */
  .push-3-lg {
    margin-left: 25%; }

  /* line 797, grid.css */
  .push-4-lg {
    margin-left: 33.33333%; }

  /* line 799, grid.css */
  .push-5-lg {
    margin-left: 41.66667%; }

  /* line 801, grid.css */
  .push-6-lg {
    margin-left: 50%; }

  /* line 803, grid.css */
  .push-7-lg {
    margin-left: 58.33333%; }

  /* line 805, grid.css */
  .push-8-lg {
    margin-left: 66.66667%; }

  /* line 807, grid.css */
  .push-9-lg {
    margin-left: 75%; }

  /* line 809, grid.css */
  .push-10-lg {
    margin-left: 83.33333%; }

  /* line 811, grid.css */
  .push-11-lg {
    margin-left: 91.66667%; }

  /* line 813, grid.css */
  .push-12-lg {
    margin-left: 100%; }

  /* line 815, grid.css */
  .pull-0-lg {
    margin-left: 0%; }

  /* line 817, grid.css */
  .pull-1-lg {
    margin-left: -8.33333%; }

  /* line 819, grid.css */
  .pull-2-lg {
    margin-left: -16.66667%; }

  /* line 821, grid.css */
  .pull-3-lg {
    margin-left: -25%; }

  /* line 823, grid.css */
  .pull-4-lg {
    margin-left: -33.33333%; }

  /* line 825, grid.css */
  .pull-5-lg {
    margin-left: -41.66667%; }

  /* line 827, grid.css */
  .pull-6-lg {
    margin-left: -50%; }

  /* line 829, grid.css */
  .pull-7-lg {
    margin-left: -58.33333%; }

  /* line 831, grid.css */
  .pull-8-lg {
    margin-left: -66.66667%; }

  /* line 833, grid.css */
  .pull-9-lg {
    margin-left: -75%; }

  /* line 835, grid.css */
  .pull-10-lg {
    margin-left: -83.33333%; }

  /* line 837, grid.css */
  .pull-11-lg {
    margin-left: -91.66667%; }

  /* line 839, grid.css */
  .pull-12-lg {
    margin-left: -100%; }

  /* line 841, grid.css */
  .post-0-lg {
    margin-right: 0%; }

  /* line 843, grid.css */
  .post-1-lg {
    margin-right: 8.33333%; }

  /* line 845, grid.css */
  .post-2-lg {
    margin-right: 16.66667%; }

  /* line 847, grid.css */
  .post-3-lg {
    margin-right: 25%; }

  /* line 849, grid.css */
  .post-4-lg {
    margin-right: 33.33333%; }

  /* line 851, grid.css */
  .post-5-lg {
    margin-right: 41.66667%; }

  /* line 853, grid.css */
  .post-6-lg {
    margin-right: 50%; }

  /* line 855, grid.css */
  .post-7-lg {
    margin-right: 58.33333%; }

  /* line 857, grid.css */
  .post-8-lg {
    margin-right: 66.66667%; }

  /* line 859, grid.css */
  .post-9-lg {
    margin-right: 75%; }

  /* line 861, grid.css */
  .post-10-lg {
    margin-right: 83.33333%; }

  /* line 863, grid.css */
  .post-11-lg {
    margin-right: 91.66667%; }

  /* line 865, grid.css */
  .post-12-lg {
    margin-right: 100%; }

  /* line 867, grid.css */
  .push-fifth-lg {
    margin-left: 20%; }

  /* line 869, grid.css */
  .pull-fifth-lg {
    margin-left: -20%; }

  /* line 871, grid.css */
  .post-fifth-lg {
    margin-right: 20%; }

  /* line 873, grid.css */
  .pull-left-lg {
    float: left; }

  /* line 875, grid.css */
  .pull-right-lg {
    float: right; }

  /* line 877, grid.css */
  .clearfix-lg:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 889, grid.css */
  .push-0-lg-only {
    margin-left: 0%; }

  /* line 891, grid.css */
  .push-1-lg-only {
    margin-left: 8.33333%; }

  /* line 893, grid.css */
  .push-2-lg-only {
    margin-left: 16.66667%; }

  /* line 895, grid.css */
  .push-3-lg-only {
    margin-left: 25%; }

  /* line 897, grid.css */
  .push-4-lg-only {
    margin-left: 33.33333%; }

  /* line 899, grid.css */
  .push-5-lg-only {
    margin-left: 41.66667%; }

  /* line 901, grid.css */
  .push-6-lg-only {
    margin-left: 50%; }

  /* line 903, grid.css */
  .push-7-lg-only {
    margin-left: 58.33333%; }

  /* line 905, grid.css */
  .push-8-lg-only {
    margin-left: 66.66667%; }

  /* line 907, grid.css */
  .push-9-lg-only {
    margin-left: 75%; }

  /* line 909, grid.css */
  .push-10-lg-only {
    margin-left: 83.33333%; }

  /* line 911, grid.css */
  .push-11-lg-only {
    margin-left: 91.66667%; }

  /* line 913, grid.css */
  .push-12-lg-only {
    margin-left: 100%; }

  /* line 915, grid.css */
  .pull-0-lg-only {
    margin-left: 0%; }

  /* line 917, grid.css */
  .pull-1-lg-only {
    margin-left: -8.33333%; }

  /* line 919, grid.css */
  .pull-2-lg-only {
    margin-left: -16.66667%; }

  /* line 921, grid.css */
  .pull-3-lg-only {
    margin-left: -25%; }

  /* line 923, grid.css */
  .pull-4-lg-only {
    margin-left: -33.33333%; }

  /* line 925, grid.css */
  .pull-5-lg-only {
    margin-left: -41.66667%; }

  /* line 927, grid.css */
  .pull-6-lg-only {
    margin-left: -50%; }

  /* line 929, grid.css */
  .pull-7-lg-only {
    margin-left: -58.33333%; }

  /* line 931, grid.css */
  .pull-8-lg-only {
    margin-left: -66.66667%; }

  /* line 933, grid.css */
  .pull-9-lg-only {
    margin-left: -75%; }

  /* line 935, grid.css */
  .pull-10-lg-only {
    margin-left: -83.33333%; }

  /* line 937, grid.css */
  .pull-11-lg-only {
    margin-left: -91.66667%; }

  /* line 939, grid.css */
  .pull-12-lg-only {
    margin-left: -100%; }

  /* line 941, grid.css */
  .post-0-lg-only {
    margin-right: 0%; }

  /* line 943, grid.css */
  .post-1-lg-only {
    margin-right: 8.33333%; }

  /* line 945, grid.css */
  .post-2-lg-only {
    margin-right: 16.66667%; }

  /* line 947, grid.css */
  .post-3-lg-only {
    margin-right: 25%; }

  /* line 949, grid.css */
  .post-4-lg-only {
    margin-right: 33.33333%; }

  /* line 951, grid.css */
  .post-5-lg-only {
    margin-right: 41.66667%; }

  /* line 953, grid.css */
  .post-6-lg-only {
    margin-right: 50%; }

  /* line 955, grid.css */
  .post-7-lg-only {
    margin-right: 58.33333%; }

  /* line 957, grid.css */
  .post-8-lg-only {
    margin-right: 66.66667%; }

  /* line 959, grid.css */
  .post-9-lg-only {
    margin-right: 75%; }

  /* line 961, grid.css */
  .post-10-lg-only {
    margin-right: 83.33333%; }

  /* line 963, grid.css */
  .post-11-lg-only {
    margin-right: 91.66667%; }

  /* line 965, grid.css */
  .post-12-lg-only {
    margin-right: 100%; }

  /* line 967, grid.css */
  .push-fifth-lg-only {
    margin-left: 20%; }

  /* line 969, grid.css */
  .pull-fifth-lg-only {
    margin-left: -20%; }

  /* line 971, grid.css */
  .post-fifth-lg-only {
    margin-right: 20%; }

  /* line 973, grid.css */
  .pull-left-lg-only {
    float: left; }

  /* line 975, grid.css */
  .pull-right-lg-only {
    float: right; }

  /* line 977, grid.css */
  .clearfix-lg-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 1024px) {
  /* line 989, grid.css */
  .push-0-md {
    margin-left: 0%; }

  /* line 991, grid.css */
  .push-1-md {
    margin-left: 8.33333%; }

  /* line 993, grid.css */
  .push-2-md {
    margin-left: 16.66667%; }

  /* line 995, grid.css */
  .push-3-md {
    margin-left: 25%; }

  /* line 997, grid.css */
  .push-4-md {
    margin-left: 33.33333%; }

  /* line 999, grid.css */
  .push-5-md {
    margin-left: 41.66667%; }

  /* line 1001, grid.css */
  .push-6-md {
    margin-left: 50%; }

  /* line 1003, grid.css */
  .push-7-md {
    margin-left: 58.33333%; }

  /* line 1005, grid.css */
  .push-8-md {
    margin-left: 66.66667%; }

  /* line 1007, grid.css */
  .push-9-md {
    margin-left: 75%; }

  /* line 1009, grid.css */
  .push-10-md {
    margin-left: 83.33333%; }

  /* line 1011, grid.css */
  .push-11-md {
    margin-left: 91.66667%; }

  /* line 1013, grid.css */
  .push-12-md {
    margin-left: 100%; }

  /* line 1015, grid.css */
  .pull-0-md {
    margin-left: 0%; }

  /* line 1017, grid.css */
  .pull-1-md {
    margin-left: -8.33333%; }

  /* line 1019, grid.css */
  .pull-2-md {
    margin-left: -16.66667%; }

  /* line 1021, grid.css */
  .pull-3-md {
    margin-left: -25%; }

  /* line 1023, grid.css */
  .pull-4-md {
    margin-left: -33.33333%; }

  /* line 1025, grid.css */
  .pull-5-md {
    margin-left: -41.66667%; }

  /* line 1027, grid.css */
  .pull-6-md {
    margin-left: -50%; }

  /* line 1029, grid.css */
  .pull-7-md {
    margin-left: -58.33333%; }

  /* line 1031, grid.css */
  .pull-8-md {
    margin-left: -66.66667%; }

  /* line 1033, grid.css */
  .pull-9-md {
    margin-left: -75%; }

  /* line 1035, grid.css */
  .pull-10-md {
    margin-left: -83.33333%; }

  /* line 1037, grid.css */
  .pull-11-md {
    margin-left: -91.66667%; }

  /* line 1039, grid.css */
  .pull-12-md {
    margin-left: -100%; }

  /* line 1041, grid.css */
  .post-0-md {
    margin-right: 0%; }

  /* line 1043, grid.css */
  .post-1-md {
    margin-right: 8.33333%; }

  /* line 1045, grid.css */
  .post-2-md {
    margin-right: 16.66667%; }

  /* line 1047, grid.css */
  .post-3-md {
    margin-right: 25%; }

  /* line 1049, grid.css */
  .post-4-md {
    margin-right: 33.33333%; }

  /* line 1051, grid.css */
  .post-5-md {
    margin-right: 41.66667%; }

  /* line 1053, grid.css */
  .post-6-md {
    margin-right: 50%; }

  /* line 1055, grid.css */
  .post-7-md {
    margin-right: 58.33333%; }

  /* line 1057, grid.css */
  .post-8-md {
    margin-right: 66.66667%; }

  /* line 1059, grid.css */
  .post-9-md {
    margin-right: 75%; }

  /* line 1061, grid.css */
  .post-10-md {
    margin-right: 83.33333%; }

  /* line 1063, grid.css */
  .post-11-md {
    margin-right: 91.66667%; }

  /* line 1065, grid.css */
  .post-12-md {
    margin-right: 100%; }

  /* line 1067, grid.css */
  .push-fifth-md {
    margin-left: 20%; }

  /* line 1069, grid.css */
  .pull-fifth-md {
    margin-left: -20%; }

  /* line 1071, grid.css */
  .post-fifth-md {
    margin-right: 20%; }

  /* line 1073, grid.css */
  .pull-left-md {
    float: left; }

  /* line 1075, grid.css */
  .pull-right-md {
    float: right; }

  /* line 1077, grid.css */
  .clearfix-md:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1089, grid.css */
  .push-0-md-only {
    margin-left: 0%; }

  /* line 1091, grid.css */
  .push-1-md-only {
    margin-left: 8.33333%; }

  /* line 1093, grid.css */
  .push-2-md-only {
    margin-left: 16.66667%; }

  /* line 1095, grid.css */
  .push-3-md-only {
    margin-left: 25%; }

  /* line 1097, grid.css */
  .push-4-md-only {
    margin-left: 33.33333%; }

  /* line 1099, grid.css */
  .push-5-md-only {
    margin-left: 41.66667%; }

  /* line 1101, grid.css */
  .push-6-md-only {
    margin-left: 50%; }

  /* line 1103, grid.css */
  .push-7-md-only {
    margin-left: 58.33333%; }

  /* line 1105, grid.css */
  .push-8-md-only {
    margin-left: 66.66667%; }

  /* line 1107, grid.css */
  .push-9-md-only {
    margin-left: 75%; }

  /* line 1109, grid.css */
  .push-10-md-only {
    margin-left: 83.33333%; }

  /* line 1111, grid.css */
  .push-11-md-only {
    margin-left: 91.66667%; }

  /* line 1113, grid.css */
  .push-12-md-only {
    margin-left: 100%; }

  /* line 1115, grid.css */
  .pull-0-md-only {
    margin-left: 0%; }

  /* line 1117, grid.css */
  .pull-1-md-only {
    margin-left: -8.33333%; }

  /* line 1119, grid.css */
  .pull-2-md-only {
    margin-left: -16.66667%; }

  /* line 1121, grid.css */
  .pull-3-md-only {
    margin-left: -25%; }

  /* line 1123, grid.css */
  .pull-4-md-only {
    margin-left: -33.33333%; }

  /* line 1125, grid.css */
  .pull-5-md-only {
    margin-left: -41.66667%; }

  /* line 1127, grid.css */
  .pull-6-md-only {
    margin-left: -50%; }

  /* line 1129, grid.css */
  .pull-7-md-only {
    margin-left: -58.33333%; }

  /* line 1131, grid.css */
  .pull-8-md-only {
    margin-left: -66.66667%; }

  /* line 1133, grid.css */
  .pull-9-md-only {
    margin-left: -75%; }

  /* line 1135, grid.css */
  .pull-10-md-only {
    margin-left: -83.33333%; }

  /* line 1137, grid.css */
  .pull-11-md-only {
    margin-left: -91.66667%; }

  /* line 1139, grid.css */
  .pull-12-md-only {
    margin-left: -100%; }

  /* line 1141, grid.css */
  .post-0-md-only {
    margin-right: 0%; }

  /* line 1143, grid.css */
  .post-1-md-only {
    margin-right: 8.33333%; }

  /* line 1145, grid.css */
  .post-2-md-only {
    margin-right: 16.66667%; }

  /* line 1147, grid.css */
  .post-3-md-only {
    margin-right: 25%; }

  /* line 1149, grid.css */
  .post-4-md-only {
    margin-right: 33.33333%; }

  /* line 1151, grid.css */
  .post-5-md-only {
    margin-right: 41.66667%; }

  /* line 1153, grid.css */
  .post-6-md-only {
    margin-right: 50%; }

  /* line 1155, grid.css */
  .post-7-md-only {
    margin-right: 58.33333%; }

  /* line 1157, grid.css */
  .post-8-md-only {
    margin-right: 66.66667%; }

  /* line 1159, grid.css */
  .post-9-md-only {
    margin-right: 75%; }

  /* line 1161, grid.css */
  .post-10-md-only {
    margin-right: 83.33333%; }

  /* line 1163, grid.css */
  .post-11-md-only {
    margin-right: 91.66667%; }

  /* line 1165, grid.css */
  .post-12-md-only {
    margin-right: 100%; }

  /* line 1167, grid.css */
  .push-fifth-md-only {
    margin-left: 20%; }

  /* line 1169, grid.css */
  .pull-fifth-md-only {
    margin-left: -20%; }

  /* line 1171, grid.css */
  .post-fifth-md-only {
    margin-right: 20%; }

  /* line 1173, grid.css */
  .pull-left-md-only {
    float: left; }

  /* line 1175, grid.css */
  .pull-right-md-only {
    float: right; }

  /* line 1177, grid.css */
  .clearfix-md-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 800px) {
  /* line 1189, grid.css */
  .cell-12-sm {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1195, grid.css */
  .cell-grow {
    margin: 0; }

  /* line 1200, grid.css */
  .push-0-sm {
    margin-left: 0%; }

  /* line 1202, grid.css */
  .push-1-sm {
    margin-left: 8.33333%; }

  /* line 1204, grid.css */
  .push-2-sm {
    margin-left: 16.66667%; }

  /* line 1206, grid.css */
  .push-3-sm {
    margin-left: 25%; }

  /* line 1208, grid.css */
  .push-4-sm {
    margin-left: 33.33333%; }

  /* line 1210, grid.css */
  .push-5-sm {
    margin-left: 41.66667%; }

  /* line 1212, grid.css */
  .push-6-sm {
    margin-left: 50%; }

  /* line 1214, grid.css */
  .push-7-sm {
    margin-left: 58.33333%; }

  /* line 1216, grid.css */
  .push-8-sm {
    margin-left: 66.66667%; }

  /* line 1218, grid.css */
  .push-9-sm {
    margin-left: 75%; }

  /* line 1220, grid.css */
  .push-10-sm {
    margin-left: 83.33333%; }

  /* line 1222, grid.css */
  .push-11-sm {
    margin-left: 91.66667%; }

  /* line 1224, grid.css */
  .push-12-sm {
    margin-left: 100%; }

  /* line 1226, grid.css */
  .pull-0-sm {
    margin-left: 0%; }

  /* line 1228, grid.css */
  .pull-1-sm {
    margin-left: -8.33333%; }

  /* line 1230, grid.css */
  .pull-2-sm {
    margin-left: -16.66667%; }

  /* line 1232, grid.css */
  .pull-3-sm {
    margin-left: -25%; }

  /* line 1234, grid.css */
  .pull-4-sm {
    margin-left: -33.33333%; }

  /* line 1236, grid.css */
  .pull-5-sm {
    margin-left: -41.66667%; }

  /* line 1238, grid.css */
  .pull-6-sm {
    margin-left: -50%; }

  /* line 1240, grid.css */
  .pull-7-sm {
    margin-left: -58.33333%; }

  /* line 1242, grid.css */
  .pull-8-sm {
    margin-left: -66.66667%; }

  /* line 1244, grid.css */
  .pull-9-sm {
    margin-left: -75%; }

  /* line 1246, grid.css */
  .pull-10-sm {
    margin-left: -83.33333%; }

  /* line 1248, grid.css */
  .pull-11-sm {
    margin-left: -91.66667%; }

  /* line 1250, grid.css */
  .pull-12-sm {
    margin-left: -100%; }

  /* line 1252, grid.css */
  .post-0-sm {
    margin-right: 0%; }

  /* line 1254, grid.css */
  .post-1-sm {
    margin-right: 8.33333%; }

  /* line 1256, grid.css */
  .post-2-sm {
    margin-right: 16.66667%; }

  /* line 1258, grid.css */
  .post-3-sm {
    margin-right: 25%; }

  /* line 1260, grid.css */
  .post-4-sm {
    margin-right: 33.33333%; }

  /* line 1262, grid.css */
  .post-5-sm {
    margin-right: 41.66667%; }

  /* line 1264, grid.css */
  .post-6-sm {
    margin-right: 50%; }

  /* line 1266, grid.css */
  .post-7-sm {
    margin-right: 58.33333%; }

  /* line 1268, grid.css */
  .post-8-sm {
    margin-right: 66.66667%; }

  /* line 1270, grid.css */
  .post-9-sm {
    margin-right: 75%; }

  /* line 1272, grid.css */
  .post-10-sm {
    margin-right: 83.33333%; }

  /* line 1274, grid.css */
  .post-11-sm {
    margin-right: 91.66667%; }

  /* line 1276, grid.css */
  .post-12-sm {
    margin-right: 100%; }

  /* line 1278, grid.css */
  .push-fifth-sm {
    margin-left: 20%; }

  /* line 1280, grid.css */
  .pull-fifth-sm {
    margin-left: -20%; }

  /* line 1282, grid.css */
  .post-fifth-sm {
    margin-right: 20%; }

  /* line 1284, grid.css */
  .pull-left-sm {
    float: left; }

  /* line 1286, grid.css */
  .pull-right-sm {
    float: right; }

  /* line 1288, grid.css */
  .clearfix-sm:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 481px) and (max-width: 800px) {
  /* line 1300, grid.css */
  .push-0-sm-only {
    margin-left: 0%; }

  /* line 1302, grid.css */
  .push-1-sm-only {
    margin-left: 8.33333%; }

  /* line 1304, grid.css */
  .push-2-sm-only {
    margin-left: 16.66667%; }

  /* line 1306, grid.css */
  .push-3-sm-only {
    margin-left: 25%; }

  /* line 1308, grid.css */
  .push-4-sm-only {
    margin-left: 33.33333%; }

  /* line 1310, grid.css */
  .push-5-sm-only {
    margin-left: 41.66667%; }

  /* line 1312, grid.css */
  .push-6-sm-only {
    margin-left: 50%; }

  /* line 1314, grid.css */
  .push-7-sm-only {
    margin-left: 58.33333%; }

  /* line 1316, grid.css */
  .push-8-sm-only {
    margin-left: 66.66667%; }

  /* line 1318, grid.css */
  .push-9-sm-only {
    margin-left: 75%; }

  /* line 1320, grid.css */
  .push-10-sm-only {
    margin-left: 83.33333%; }

  /* line 1322, grid.css */
  .push-11-sm-only {
    margin-left: 91.66667%; }

  /* line 1324, grid.css */
  .push-12-sm-only {
    margin-left: 100%; }

  /* line 1326, grid.css */
  .pull-0-sm-only {
    margin-left: 0%; }

  /* line 1328, grid.css */
  .pull-1-sm-only {
    margin-left: -8.33333%; }

  /* line 1330, grid.css */
  .pull-2-sm-only {
    margin-left: -16.66667%; }

  /* line 1332, grid.css */
  .pull-3-sm-only {
    margin-left: -25%; }

  /* line 1334, grid.css */
  .pull-4-sm-only {
    margin-left: -33.33333%; }

  /* line 1336, grid.css */
  .pull-5-sm-only {
    margin-left: -41.66667%; }

  /* line 1338, grid.css */
  .pull-6-sm-only {
    margin-left: -50%; }

  /* line 1340, grid.css */
  .pull-7-sm-only {
    margin-left: -58.33333%; }

  /* line 1342, grid.css */
  .pull-8-sm-only {
    margin-left: -66.66667%; }

  /* line 1344, grid.css */
  .pull-9-sm-only {
    margin-left: -75%; }

  /* line 1346, grid.css */
  .pull-10-sm-only {
    margin-left: -83.33333%; }

  /* line 1348, grid.css */
  .pull-11-sm-only {
    margin-left: -91.66667%; }

  /* line 1350, grid.css */
  .pull-12-sm-only {
    margin-left: -100%; }

  /* line 1352, grid.css */
  .post-0-sm-only {
    margin-right: 0%; }

  /* line 1354, grid.css */
  .post-1-sm-only {
    margin-right: 8.33333%; }

  /* line 1356, grid.css */
  .post-2-sm-only {
    margin-right: 16.66667%; }

  /* line 1358, grid.css */
  .post-3-sm-only {
    margin-right: 25%; }

  /* line 1360, grid.css */
  .post-4-sm-only {
    margin-right: 33.33333%; }

  /* line 1362, grid.css */
  .post-5-sm-only {
    margin-right: 41.66667%; }

  /* line 1364, grid.css */
  .post-6-sm-only {
    margin-right: 50%; }

  /* line 1366, grid.css */
  .post-7-sm-only {
    margin-right: 58.33333%; }

  /* line 1368, grid.css */
  .post-8-sm-only {
    margin-right: 66.66667%; }

  /* line 1370, grid.css */
  .post-9-sm-only {
    margin-right: 75%; }

  /* line 1372, grid.css */
  .post-10-sm-only {
    margin-right: 83.33333%; }

  /* line 1374, grid.css */
  .post-11-sm-only {
    margin-right: 91.66667%; }

  /* line 1376, grid.css */
  .post-12-sm-only {
    margin-right: 100%; }

  /* line 1378, grid.css */
  .push-fifth-sm-only {
    margin-left: 20%; }

  /* line 1380, grid.css */
  .pull-fifth-sm-only {
    margin-left: -20%; }

  /* line 1382, grid.css */
  .post-fifth-sm-only {
    margin-right: 20%; }

  /* line 1384, grid.css */
  .pull-left-sm-only {
    float: left; }

  /* line 1386, grid.css */
  .pull-right-sm-only {
    float: right; }

  /* line 1388, grid.css */
  .clearfix-sm-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 480px) {
  /* line 1400, grid.css */
  .push-0-xs {
    margin-left: 0%; }

  /* line 1402, grid.css */
  .push-1-xs {
    margin-left: 8.33333%; }

  /* line 1404, grid.css */
  .push-2-xs {
    margin-left: 16.66667%; }

  /* line 1406, grid.css */
  .push-3-xs {
    margin-left: 25%; }

  /* line 1408, grid.css */
  .push-4-xs {
    margin-left: 33.33333%; }

  /* line 1410, grid.css */
  .push-5-xs {
    margin-left: 41.66667%; }

  /* line 1412, grid.css */
  .push-6-xs {
    margin-left: 50%; }

  /* line 1414, grid.css */
  .push-7-xs {
    margin-left: 58.33333%; }

  /* line 1416, grid.css */
  .push-8-xs {
    margin-left: 66.66667%; }

  /* line 1418, grid.css */
  .push-9-xs {
    margin-left: 75%; }

  /* line 1420, grid.css */
  .push-10-xs {
    margin-left: 83.33333%; }

  /* line 1422, grid.css */
  .push-11-xs {
    margin-left: 91.66667%; }

  /* line 1424, grid.css */
  .push-12-xs {
    margin-left: 100%; }

  /* line 1426, grid.css */
  .pull-0-xs {
    margin-left: 0%; }

  /* line 1428, grid.css */
  .pull-1-xs {
    margin-left: -8.33333%; }

  /* line 1430, grid.css */
  .pull-2-xs {
    margin-left: -16.66667%; }

  /* line 1432, grid.css */
  .pull-3-xs {
    margin-left: -25%; }

  /* line 1434, grid.css */
  .pull-4-xs {
    margin-left: -33.33333%; }

  /* line 1436, grid.css */
  .pull-5-xs {
    margin-left: -41.66667%; }

  /* line 1438, grid.css */
  .pull-6-xs {
    margin-left: -50%; }

  /* line 1440, grid.css */
  .pull-7-xs {
    margin-left: -58.33333%; }

  /* line 1442, grid.css */
  .pull-8-xs {
    margin-left: -66.66667%; }

  /* line 1444, grid.css */
  .pull-9-xs {
    margin-left: -75%; }

  /* line 1446, grid.css */
  .pull-10-xs {
    margin-left: -83.33333%; }

  /* line 1448, grid.css */
  .pull-11-xs {
    margin-left: -91.66667%; }

  /* line 1450, grid.css */
  .pull-12-xs {
    margin-left: -100%; }

  /* line 1452, grid.css */
  .post-0-xs {
    margin-right: 0%; }

  /* line 1454, grid.css */
  .post-1-xs {
    margin-right: 8.33333%; }

  /* line 1456, grid.css */
  .post-2-xs {
    margin-right: 16.66667%; }

  /* line 1458, grid.css */
  .post-3-xs {
    margin-right: 25%; }

  /* line 1460, grid.css */
  .post-4-xs {
    margin-right: 33.33333%; }

  /* line 1462, grid.css */
  .post-5-xs {
    margin-right: 41.66667%; }

  /* line 1464, grid.css */
  .post-6-xs {
    margin-right: 50%; }

  /* line 1466, grid.css */
  .post-7-xs {
    margin-right: 58.33333%; }

  /* line 1468, grid.css */
  .post-8-xs {
    margin-right: 66.66667%; }

  /* line 1470, grid.css */
  .post-9-xs {
    margin-right: 75%; }

  /* line 1472, grid.css */
  .post-10-xs {
    margin-right: 83.33333%; }

  /* line 1474, grid.css */
  .post-11-xs {
    margin-right: 91.66667%; }

  /* line 1476, grid.css */
  .post-12-xs {
    margin-right: 100%; }

  /* line 1478, grid.css */
  .push-fifth-xs {
    margin-left: 20%; }

  /* line 1480, grid.css */
  .pull-fifth-xs {
    margin-left: -20%; }

  /* line 1482, grid.css */
  .post-fifth-xs {
    margin-right: 20%; }

  /* line 1484, grid.css */
  .pull-left-xs {
    float: left; }

  /* line 1486, grid.css */
  .pull-right-xs {
    float: right; }

  /* line 1488, grid.css */
  .clearfix-xs:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1500, grid.css */
  .push-0-xs-only {
    margin-left: 0%; }

  /* line 1502, grid.css */
  .push-1-xs-only {
    margin-left: 8.33333%; }

  /* line 1504, grid.css */
  .push-2-xs-only {
    margin-left: 16.66667%; }

  /* line 1506, grid.css */
  .push-3-xs-only {
    margin-left: 25%; }

  /* line 1508, grid.css */
  .push-4-xs-only {
    margin-left: 33.33333%; }

  /* line 1510, grid.css */
  .push-5-xs-only {
    margin-left: 41.66667%; }

  /* line 1512, grid.css */
  .push-6-xs-only {
    margin-left: 50%; }

  /* line 1514, grid.css */
  .push-7-xs-only {
    margin-left: 58.33333%; }

  /* line 1516, grid.css */
  .push-8-xs-only {
    margin-left: 66.66667%; }

  /* line 1518, grid.css */
  .push-9-xs-only {
    margin-left: 75%; }

  /* line 1520, grid.css */
  .push-10-xs-only {
    margin-left: 83.33333%; }

  /* line 1522, grid.css */
  .push-11-xs-only {
    margin-left: 91.66667%; }

  /* line 1524, grid.css */
  .push-12-xs-only {
    margin-left: 100%; }

  /* line 1526, grid.css */
  .pull-0-xs-only {
    margin-left: 0%; }

  /* line 1528, grid.css */
  .pull-1-xs-only {
    margin-left: -8.33333%; }

  /* line 1530, grid.css */
  .pull-2-xs-only {
    margin-left: -16.66667%; }

  /* line 1532, grid.css */
  .pull-3-xs-only {
    margin-left: -25%; }

  /* line 1534, grid.css */
  .pull-4-xs-only {
    margin-left: -33.33333%; }

  /* line 1536, grid.css */
  .pull-5-xs-only {
    margin-left: -41.66667%; }

  /* line 1538, grid.css */
  .pull-6-xs-only {
    margin-left: -50%; }

  /* line 1540, grid.css */
  .pull-7-xs-only {
    margin-left: -58.33333%; }

  /* line 1542, grid.css */
  .pull-8-xs-only {
    margin-left: -66.66667%; }

  /* line 1544, grid.css */
  .pull-9-xs-only {
    margin-left: -75%; }

  /* line 1546, grid.css */
  .pull-10-xs-only {
    margin-left: -83.33333%; }

  /* line 1548, grid.css */
  .pull-11-xs-only {
    margin-left: -91.66667%; }

  /* line 1550, grid.css */
  .pull-12-xs-only {
    margin-left: -100%; }

  /* line 1552, grid.css */
  .post-0-xs-only {
    margin-right: 0%; }

  /* line 1554, grid.css */
  .post-1-xs-only {
    margin-right: 8.33333%; }

  /* line 1556, grid.css */
  .post-2-xs-only {
    margin-right: 16.66667%; }

  /* line 1558, grid.css */
  .post-3-xs-only {
    margin-right: 25%; }

  /* line 1560, grid.css */
  .post-4-xs-only {
    margin-right: 33.33333%; }

  /* line 1562, grid.css */
  .post-5-xs-only {
    margin-right: 41.66667%; }

  /* line 1564, grid.css */
  .post-6-xs-only {
    margin-right: 50%; }

  /* line 1566, grid.css */
  .post-7-xs-only {
    margin-right: 58.33333%; }

  /* line 1568, grid.css */
  .post-8-xs-only {
    margin-right: 66.66667%; }

  /* line 1570, grid.css */
  .post-9-xs-only {
    margin-right: 75%; }

  /* line 1572, grid.css */
  .post-10-xs-only {
    margin-right: 83.33333%; }

  /* line 1574, grid.css */
  .post-11-xs-only {
    margin-right: 91.66667%; }

  /* line 1576, grid.css */
  .post-12-xs-only {
    margin-right: 100%; }

  /* line 1578, grid.css */
  .push-fifth-xs-only {
    margin-left: 20%; }

  /* line 1580, grid.css */
  .pull-fifth-xs-only {
    margin-left: -20%; }

  /* line 1582, grid.css */
  .post-fifth-xs-only {
    margin-right: 20%; }

  /* line 1584, grid.css */
  .pull-left-xs-only {
    float: left; }

  /* line 1586, grid.css */
  .pull-right-xs-only {
    float: right; }

  /* line 1588, grid.css */
  .clearfix-xs-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 380px) {
  /* line 1600, grid.css */
  .push-0-mc {
    margin-left: 0%; }

  /* line 1602, grid.css */
  .push-1-mc {
    margin-left: 8.33333%; }

  /* line 1604, grid.css */
  .push-2-mc {
    margin-left: 16.66667%; }

  /* line 1606, grid.css */
  .push-3-mc {
    margin-left: 25%; }

  /* line 1608, grid.css */
  .push-4-mc {
    margin-left: 33.33333%; }

  /* line 1610, grid.css */
  .push-5-mc {
    margin-left: 41.66667%; }

  /* line 1612, grid.css */
  .push-6-mc {
    margin-left: 50%; }

  /* line 1614, grid.css */
  .push-7-mc {
    margin-left: 58.33333%; }

  /* line 1616, grid.css */
  .push-8-mc {
    margin-left: 66.66667%; }

  /* line 1618, grid.css */
  .push-9-mc {
    margin-left: 75%; }

  /* line 1620, grid.css */
  .push-10-mc {
    margin-left: 83.33333%; }

  /* line 1622, grid.css */
  .push-11-mc {
    margin-left: 91.66667%; }

  /* line 1624, grid.css */
  .push-12-mc {
    margin-left: 100%; }

  /* line 1626, grid.css */
  .pull-0-mc {
    margin-left: 0%; }

  /* line 1628, grid.css */
  .pull-1-mc {
    margin-left: -8.33333%; }

  /* line 1630, grid.css */
  .pull-2-mc {
    margin-left: -16.66667%; }

  /* line 1632, grid.css */
  .pull-3-mc {
    margin-left: -25%; }

  /* line 1634, grid.css */
  .pull-4-mc {
    margin-left: -33.33333%; }

  /* line 1636, grid.css */
  .pull-5-mc {
    margin-left: -41.66667%; }

  /* line 1638, grid.css */
  .pull-6-mc {
    margin-left: -50%; }

  /* line 1640, grid.css */
  .pull-7-mc {
    margin-left: -58.33333%; }

  /* line 1642, grid.css */
  .pull-8-mc {
    margin-left: -66.66667%; }

  /* line 1644, grid.css */
  .pull-9-mc {
    margin-left: -75%; }

  /* line 1646, grid.css */
  .pull-10-mc {
    margin-left: -83.33333%; }

  /* line 1648, grid.css */
  .pull-11-mc {
    margin-left: -91.66667%; }

  /* line 1650, grid.css */
  .pull-12-mc {
    margin-left: -100%; }

  /* line 1652, grid.css */
  .post-0-mc {
    margin-right: 0%; }

  /* line 1654, grid.css */
  .post-1-mc {
    margin-right: 8.33333%; }

  /* line 1656, grid.css */
  .post-2-mc {
    margin-right: 16.66667%; }

  /* line 1658, grid.css */
  .post-3-mc {
    margin-right: 25%; }

  /* line 1660, grid.css */
  .post-4-mc {
    margin-right: 33.33333%; }

  /* line 1662, grid.css */
  .post-5-mc {
    margin-right: 41.66667%; }

  /* line 1664, grid.css */
  .post-6-mc {
    margin-right: 50%; }

  /* line 1666, grid.css */
  .post-7-mc {
    margin-right: 58.33333%; }

  /* line 1668, grid.css */
  .post-8-mc {
    margin-right: 66.66667%; }

  /* line 1670, grid.css */
  .post-9-mc {
    margin-right: 75%; }

  /* line 1672, grid.css */
  .post-10-mc {
    margin-right: 83.33333%; }

  /* line 1674, grid.css */
  .post-11-mc {
    margin-right: 91.66667%; }

  /* line 1676, grid.css */
  .post-12-mc {
    margin-right: 100%; }

  /* line 1678, grid.css */
  .push-fifth-mc {
    margin-left: 20%; }

  /* line 1680, grid.css */
  .pull-fifth-mc {
    margin-left: -20%; }

  /* line 1682, grid.css */
  .post-fifth-mc {
    margin-right: 20%; }

  /* line 1684, grid.css */
  .pull-left-mc {
    float: left; }

  /* line 1686, grid.css */
  .pull-right-mc {
    float: right; }

  /* line 1688, grid.css */
  .clearfix-mc:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
/* line 1, giftcard.css */
.template-is-page_giftcard #main {
  overflow: unset; }

/* line 2, giftcard.css */
.template-is-page_sber #main, .template-is-page_sber-rassrochka #main {
  overflow: unset;
  background: url(fon.jpg) no-repeat center -80px;
  padding-top: 30px;
  font-family: 'aktiv-grotesk-light'; }

/* line 3, giftcard.css */
.template-is-page_giftcard .header {
  margin-top: 0;
  text-align: center; }

/* line 8, giftcard.css */
.template-is-page_sber .header, .template-is-page_sber-rassrochka .header {
  font-size: 36px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  font-family: 'aktiv-grotesk-medium'; }

/* line 9, giftcard.css */
.template-is-page_sber-rassrochka .header {
  padding-right: 10%;
  margin-bottom: 50px; }

/* line 10, giftcard.css */
.template-is-page_giftcard .header img {
  display: block;
  margin: 0 auto; }

/* line 11, giftcard.css */
.template-is-page_giftcard .mob {
  display: none; }

/* line 15, giftcard.css */
.template-is-page_giftcard .layout, .template-is-page_sber .layout, .template-is-page_sber-rassrochka .layout {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

/* line 24, giftcard.css */
.template-is-page_giftcard .rules {
  border-left: 1px solid #000;
  padding: 20px; }

/* line 29, giftcard.css */
.template-is-page_giftcard .rules h5, .template-is-page_giftcard h2 {
  font-size: 24px;
  font-family: 'aktiv-grotesk-medium';
  margin: 20px 0 25px; }

/* line 35, giftcard.css */
.template-is-page_giftcard .summ {
  padding-bottom: 25px;
  width: 100%; }

/* line 40, giftcard.css */
.template-is-page_giftcard .summ li {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 45px;
  width: 21%;
  margin-left: 25px;
  color: #010101;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  cursor: pointer; }

/* line 53, giftcard.css */
.template-is-page_giftcard .summ li:first-child, .template-is-page_giftcard .summ li#other {
  margin-left: 0; }

/* line 54, giftcard.css */
.template-is-page_giftcard .summ li#other {
  margin-top: 20px; }

/* line 55, giftcard.css */
.template-is-page_giftcard .summ li.active {
  background: #000;
  color: #fff; }

/* line 60, giftcard.css */
.template-is-page_giftcard input {
  outline: none; }

/* line 61, giftcard.css */
.template-is-page_giftcard .summ #other.active {
  background: none;
  color: #010101; }

/* line 62, giftcard.css */
.template-is-page_giftcard .summ li:last-child {
  width: 46%; }

/* line 66, giftcard.css */
.template-is-page_giftcard .card-form input {
  margin-bottom: 25px;
  line-height: 14px;
  padding: 13px 0 13px 20px;
  border: 1px solid #000;
  font-size: 14px;
  width: 70%; }

/* line 75, giftcard.css */
.template-is-page_giftcard .summ li input {
  font-size: 14px;
  border: none;
  width: 100%;
  border: none;
  text-align: center;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 0 13px; }

/* line 87, giftcard.css */
.template-is-page_giftcard textarea {
  height: 135px;
  padding: 20px;
  font-size: 18px;
  width: 98%;
  border: 1px solid #000; }

/* line 95, giftcard.css */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* line 102, giftcard.css */
.template-is-page_giftcard .card-form h5 {
  font-size: 18px;
  font-family: 'aktiv-grotesk';
  margin-bottom: 15px; }

/* line 108, giftcard.css */
.chbxct {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 121, giftcard.css */
.chbxct input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* line 128, giftcard.css */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #000; }

/* line 136, giftcard.css */
.chbxct:hover input ~ .checkmark {
  border: 2px solid #000; }

/* line 139, giftcard.css */
.chbxct input:checked ~ .checkmark {
  border: 2px solid #000; }

/* line 142, giftcard.css */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* line 147, giftcard.css */
.chbxct input:checked ~ .checkmark:after {
  display: block;
  content: ""; }

/* line 150, giftcard.css */
.chbxct .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 161, giftcard.css */
.template-is-page_giftcard .rules p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #000; }

/* line 168, giftcard.css */
.template-is-page_giftcard .rules p.note {
  color: #636363;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 15px; }

/* line 175, giftcard.css */
#giftcard_send {
  width: 100%;
  background: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  border-radius: 45px;
  font-size: 18px;
  color: #fff;
  margin: 30px 0;
  cursor: pointer; }

/* line 188, giftcard.css */
.sticky1 {
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  display: block;
  top: 110px;
  z-index: 3; }

/* line 197, giftcard.css */
.template-is-page_giftcard .design img {
  border-radius: 35px;
  border: 1px solid #fff;
  cursor: pointer;
  width: 240px; }

/* line 204, giftcard.css */
.template-is-page_giftcard .design img:hover, .template-is-page_giftcard .design img.active {
  border: 1px solid #009ee2; }

/* line 208, giftcard.css */
.template-is-page_giftcard .slick-prev:before, .template-is-page_giftcard .slick-next:before {
  display: none; }

/* line 212, giftcard.css */
.template-is-page_giftcard .slick-prev, .template-is-page_giftcard .slick-next {
  width: 12px;
  height: 22px;
  background: url(totheright.png);
  right: 10px; }

/* line 219, giftcard.css */
.template-is-page_giftcard .slick-prev {
  background: url(totheleft.png);
  left: 10px;
  z-index: 1; }

/* line 225, giftcard.css */
#other {
  position: relative; }

/* line 229, giftcard.css */
#other p {
  position: absolute;
  right: 0;
  top: -62px;
  font-size: 14px; }

@media (max-width: 1023px) {
  /* line 237, giftcard.css */
  .template-is-page_giftcard .layout {
    padding: 0 20px; } }
/* line 239, giftcard.css */
.mob {
  display: none; }

@media (max-width: 480px) {
  /* line 241, giftcard.css */
  .m-hidden {
    display: none; }

  /* line 242, giftcard.css */
  .mob {
    display: block; }

  /* line 243, giftcard.css */
  .template-is-page_giftcard .mob {
    display: block; }

  /* line 247, giftcard.css */
  .template-is-page_sber .layout, .template-is-page_sber-rassrochka .layout {
    padding: 0 20px; }

  /* line 248, giftcard.css */
  .template-is-page_giftcard .card-form {
    margin-top: 10px; }

  /* line 251, giftcard.css */
  .template-is-page_giftcard .mob .header {
    text-align: left;
    overflow: hidden;
    margin-top: 55px; }

  /* line 257, giftcard.css */
  .template-is-page_giftcard .summ li {
    width: 49%;
    margin: 5px 0; }

  /* line 262, giftcard.css */
  .template-is-page_giftcard .summ li:last-child {
    width: 99%; }

  /* line 267, giftcard.css */
  .template-is-page_giftcard .card-form input[type=text] {
    width: 99%; }

  /* line 271, giftcard.css */
  .template-is-page_giftcard .card-form input#anonim {
    width: 10%; }

  /* line 275, giftcard.css */
  .template-is-page_giftcard .rules {
    /*background: #ebebeb;*/
    border: none !important;
    padding: 20px 0; }

  /* line 281, giftcard.css */
  .template-is-page_sber .header, .template-is-page_sber-rassrochka .header {
    padding: 0 20px !important;
    font-size: 32px; }

  /* line 282, giftcard.css */
  .template-is-page_sber .rules, .template-is-page_sber-rassrochka .rules {
    padding: 20px 0 !important; }

  /* line 283, giftcard.css */
  .template-is-page_sber .rules:after, .template-is-page_sber-rassrochka .rules:after {
    display: none; }

  /* line 284, giftcard.css */
  .template-is-page_giftcard .design img {
    width: 100%; }

  /* line 288, giftcard.css */
  #other p {
    top: -152px; }

  /* line 292, giftcard.css */
  .header.sub {
    font-size: 16px; } }
/* line 295, giftcard.css */
#alert-modal {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 10001;
  display: none;
  background-color: #fff;
  padding: 0;
  font-size: 16px;
  min-width: 400px;
  padding: 20px 30px; }

/* line 311, giftcard.css */
#alert-modal .closemsg {
  float: right;
  margin-top: 2px;
  height: 14px;
  width: 14px;
  text-decoration: none;
  border-bottom: 0;
  background: url(icon-close.svg);
  font-size: 18px; }

/* line 322, giftcard.css */
.template-is-page_sber h2, .template-is-page_sber-rassrochka h2 {
  font-size: 24px;
  font-family: 'aktiv-grotesk-medium';
  margin: 70px 0 55px; }

/* line 328, giftcard.css */
.template-is-page_sber-rassrochka h2 {
  margin-top: 0; }

/* line 329, giftcard.css */
.template-is-page_sber .sticky1, .template-is-page_sber-rassrochka .sticky1 {
  padding-top: 0; }

/* line 330, giftcard.css */
.template-is-page_sber .sber-conditions ul, .template-is-page_sber-rassrochka .sber-conditions ul {
  list-style: none; }

/* line 331, giftcard.css */
.template-is-page_sber-rassrochka .sber-conditions ul {
  padding-right: 40px; }

/* line 332, giftcard.css */
.template-is-page_sber .sber-conditions ul li, .template-is-page_sber-rassrochka .sber-conditions ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px; }

/* line 333, giftcard.css */
.template-is-page_sber .sber-conditions ul li:last-child, .template-is-page_sber-rassrochka .sber-conditions ul li:last-child {
  margin-bottom: 0; }

/* line 334, giftcard.css */
.template-is-page_sber .sber-conditions ul li:before, .template-is-page_sber-rassrochka .sber-conditions ul li:before {
  content: "▶";
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 3px; }

/* line 335, giftcard.css */
.template-is-page_sber .rules, .template-is-page_sber-rassrochka .rules {
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px; }

/* line 336, giftcard.css */
.template-is-page_sber-rassrochka .rules strong {
  font-family: 'aktiv-grotesk-medium'; }

/* line 337, giftcard.css */
.template-is-page_sber .rules:after, .template-is-page_sber-rassrochka .rules:after {
  content: "";
  width: 1px;
  background: #000;
  position: absolute;
  top: -30px;
  left: 0;
  bottom: 0; }

/* line 338, giftcard.css */
.template-is-page_sber .rules p, .template-is-page_sber-rassrochka .rules p {
  margin-bottom: 30px; }

/* line 339, giftcard.css */
.template-is-page_sber-rassrochka .rules p {
  font-family: 'aktiv-grotesk-light'; }

@media (max-width: 480px) {
  /* line 341, giftcard.css */
  .template-is-page_sber-rassrochka h2 {
    font-size: 16px;
    text-transform: uppercase; }

  /* line 342, giftcard.css */
  .template-is-page_sber-rassrochka .sber-conditions ul li:before {
    content: "1.";
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'aktiv-grotesk-medium'; }

  /* line 343, giftcard.css */
  .template-is-page_sber-rassrochka .sber-conditions ul li {
    padding-left: 0; }

  /* line 344, giftcard.css */
  .template-is-page_sber-rassrochka .sber-conditions ul li:nth-child(2):before {
    content: "2."; }

  /* line 345, giftcard.css */
  .template-is-page_sber-rassrochka .sber-conditions ul li:nth-child(3):before {
    content: "3."; }

  /* line 346, giftcard.css */
  .template-is-page_sber-rassrochka .sber-conditions ul li:nth-child(4):before {
    content: "4."; } }
