/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer;opacity:.7}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #00bfff;opacity:1}.splide__arrow{-ms-flex-align:center;align-items:center;background:transparent;border:0;border-radius:0;cursor:pointer;display:-ms-flexbox;display:flex;height:2.5em;-ms-flex-pack:center;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2.5em;z-index:1}.splide__arrow svg{fill:#00bfff;height:2.5em;transition:fill .2s linear;width:2.5em}.splide__arrow:hover:not(:disabled) svg{fill:#66d9ff}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #00bfff;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #00bfff;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:10px;margin:3px;padding:0;position:relative;transition:background-color .2s linear,transform .2s linear;width:10px}.splide__pagination__page.is-active{background:#00bfff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{background:#66d9ff;cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #00bfff;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #00bfff;outline-offset:3px}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #00bfff;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #00bfff;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #00bfff}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #00bfff;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #00bfff}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#00bfff}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #00bfff;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #00bfff;outline-offset:3px}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 3, 2017 10:05 PM */

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-Light.eot');
	src: local('Montserrat Light'), local('Montserrat-Light'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Light.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-MediumItalic.eot');
	src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-MediumItalic.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-Thin.eot');
	src: local('Montserrat Thin'), local('Montserrat-Thin'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Thin.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraLightItalic.eot');
	src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraLightItalic.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-BoldItalic.eot');
	src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-BoldItalic.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-SemiBold.eot');
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraLight.eot');
	src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraLight.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.eot');
	src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-Italic.eot');
	src: local('Montserrat Italic'), local('Montserrat-Italic'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Italic.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-LightItalic.eot');
	src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-LightItalic.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-BlackItalic.eot');
	src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-BlackItalic.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.eot');
	src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-Medium.eot');
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraBold.eot');
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-Black.eot');
	src: local('Montserrat Black'), local('Montserrat-Black'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Black.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face { font-display: swap;
	font-family: 'Montserrat';
	src: url('../themes/sto/assets/fonts/Montserrat/Montserrat-ThinItalic.eot');
	src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ThinItalic.eot?#iefix') format('embedded-opentype'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ThinItalic.woff') format('woff'),
		url('../themes/sto/assets/fonts/Montserrat/Montserrat-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@charset "UTF-8";
/*
    Grid class name
*/
/*
    Cell class name
*/
/*
    Gutter size
*/
/*
    Optionally include max-width to fix IE issues
*/
/*
    Grid
*/
.grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
    Grid cell
*/
.grid-cell, .grid--auto > * {
  flex: 1;
  flex-grow: 4;
}
/*
    Grid cell modifiers
 */
.grid-cell--auto-size {
  flex: none;
}
.grid-cell--light {
  flex-grow: 2;
}
.grid-cell--heavy {
  flex-grow: 8;
}
/*
    Grid gutters
*/
.grid--gutters {
  margin: -30px 0 0 -30px;
}
.grid--gutters > .grid-cell, .grid--auto.grid--gutters > * {
  padding: 30px 0 0 30px;
  box-sizing: border-box;
}
/*
    Alignment per row
*/
.grid--top {
  align-items: flex-start;
}
.grid--bottom {
  align-items: flex-end;
}
.grid--center {
  align-items: center;
}
/*
    Flexible cells
*/
.grid--flex-grid-cell > .grid-cell, .grid--flex > .grid-cell {
  display: flex;
}
/*
    Justify
*/
.grid--justify-center {
  justify-content: center;
}
.grid--justify-start {
  justify-content: flex-start;
}
.grid--justify-end {
  justify-content: flex-end;
}
/*
    Alignment per cell
*/
.grid-cell--top {
  align-self: flex-start;
}
.grid-cell--bottom {
  align-self: flex-end;
}
.grid-cell--center {
  align-self: center;
}
/*
    Generate grid classes
*/
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--1-1 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid > .grid-cell.grid-cell--1-1 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.grid--auto-1 > * {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--1-2 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 50%;
  max-width: 50%;
}
.grid > .grid-cell.grid-cell--1-2 {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--2-2 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid > .grid-cell.grid-cell--2-2 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.grid--auto-2 > * {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--1-3 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.grid > .grid-cell.grid-cell--1-3 {
  flex: 0 0 33.3333333333% !important;
  max-width: 33.3333333333% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--2-3 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.grid > .grid-cell.grid-cell--2-3 {
  flex: 0 0 66.6666666667% !important;
  max-width: 66.6666666667% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--3-3 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid > .grid-cell.grid-cell--3-3 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.grid--auto-3 > * {
  flex: 0 0 33.3333333333% !important;
  max-width: 33.3333333333% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--1-4 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 25%;
  max-width: 25%;
}
.grid > .grid-cell.grid-cell--1-4 {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--2-4 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 50%;
  max-width: 50%;
}
.grid > .grid-cell.grid-cell--2-4 {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--3-4 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 75%;
  max-width: 75%;
}
.grid > .grid-cell.grid-cell--3-4 {
  flex: 0 0 75% !important;
  max-width: 75% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--4-4 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid > .grid-cell.grid-cell--4-4 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.grid--auto-4 > * {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--1-5 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 20%;
  max-width: 20%;
}
.grid > .grid-cell.grid-cell--1-5 {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--2-5 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 40%;
  max-width: 40%;
}
.grid > .grid-cell.grid-cell--2-5 {
  flex: 0 0 40% !important;
  max-width: 40% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--3-5 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 60%;
  max-width: 60%;
}
.grid > .grid-cell.grid-cell--3-5 {
  flex: 0 0 60% !important;
  max-width: 60% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--4-5 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 80%;
  max-width: 80%;
}
.grid > .grid-cell.grid-cell--4-5 {
  flex: 0 0 80% !important;
  max-width: 80% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--5-5 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid > .grid-cell.grid-cell--5-5 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.grid--auto-5 > * {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--1-6 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.grid > .grid-cell.grid-cell--1-6 {
  flex: 0 0 16.6666666667% !important;
  max-width: 16.6666666667% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--2-6 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.grid > .grid-cell.grid-cell--2-6 {
  flex: 0 0 33.3333333333% !important;
  max-width: 33.3333333333% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--3-6 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 50%;
  max-width: 50%;
}
.grid > .grid-cell.grid-cell--3-6 {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--4-6 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.grid > .grid-cell.grid-cell--4-6 {
  flex: 0 0 66.6666666667% !important;
  max-width: 66.6666666667% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--5-6 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.grid > .grid-cell.grid-cell--5-6 {
  flex: 0 0 83.3333333333% !important;
  max-width: 83.3333333333% !important;
}
.grid--fit > .grid-cell {
  flex: 1;
}
.grid--full > .grid-cell {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid--6-6 > .grid-cell:not([class*="grid-cell--"]) {
  flex: 0 0 100%;
  max-width: 100%;
}
.grid > .grid-cell.grid-cell--6-6 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.grid--auto-6 > * {
  flex: 0 0 16.6666666667% !important;
  max-width: 16.6666666667% !important;
}
@media (min-width: 480px) {
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-1\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--1-1\@tiny {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-1\@tiny > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-2\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid > .grid-cell.grid-cell--1-2\@tiny {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-2\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--2-2\@tiny {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-2\@tiny > * {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-3\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid > .grid-cell.grid-cell--1-3\@tiny {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-3\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid > .grid-cell.grid-cell--2-3\@tiny {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-3\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--3-3\@tiny {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-3\@tiny > * {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-4\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid > .grid-cell.grid-cell--1-4\@tiny {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-4\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid > .grid-cell.grid-cell--2-4\@tiny {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-4\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid > .grid-cell.grid-cell--3-4\@tiny {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--4-4\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--4-4\@tiny {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-4\@tiny > * {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-5\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid > .grid-cell.grid-cell--1-5\@tiny {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-5\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .grid > .grid-cell.grid-cell--2-5\@tiny {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-5\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .grid > .grid-cell.grid-cell--3-5\@tiny {
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--4-5\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .grid > .grid-cell.grid-cell--4-5\@tiny {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--5-5\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--5-5\@tiny {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-5\@tiny > * {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-6\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid > .grid-cell.grid-cell--1-6\@tiny {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-6\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid > .grid-cell.grid-cell--2-6\@tiny {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-6\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid > .grid-cell.grid-cell--3-6\@tiny {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--4-6\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid > .grid-cell.grid-cell--4-6\@tiny {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--5-6\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid > .grid-cell.grid-cell--5-6\@tiny {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
  .grid--fit\@tiny > .grid-cell {
    flex: 1;
  }
  .grid--full\@tiny > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--6-6\@tiny > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--6-6\@tiny {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-6\@tiny > * {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
}
@media (min-width: 640px) {
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-1\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--1-1\@phone {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-1\@phone > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-2\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid > .grid-cell.grid-cell--1-2\@phone {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-2\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--2-2\@phone {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-2\@phone > * {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-3\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid > .grid-cell.grid-cell--1-3\@phone {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-3\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid > .grid-cell.grid-cell--2-3\@phone {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-3\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--3-3\@phone {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-3\@phone > * {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-4\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid > .grid-cell.grid-cell--1-4\@phone {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-4\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid > .grid-cell.grid-cell--2-4\@phone {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-4\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid > .grid-cell.grid-cell--3-4\@phone {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--4-4\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--4-4\@phone {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-4\@phone > * {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-5\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid > .grid-cell.grid-cell--1-5\@phone {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-5\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .grid > .grid-cell.grid-cell--2-5\@phone {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-5\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .grid > .grid-cell.grid-cell--3-5\@phone {
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--4-5\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .grid > .grid-cell.grid-cell--4-5\@phone {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--5-5\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--5-5\@phone {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-5\@phone > * {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-6\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid > .grid-cell.grid-cell--1-6\@phone {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-6\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid > .grid-cell.grid-cell--2-6\@phone {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-6\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid > .grid-cell.grid-cell--3-6\@phone {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--4-6\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid > .grid-cell.grid-cell--4-6\@phone {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--5-6\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid > .grid-cell.grid-cell--5-6\@phone {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
  .grid--fit\@phone > .grid-cell {
    flex: 1;
  }
  .grid--full\@phone > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--6-6\@phone > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--6-6\@phone {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-6\@phone > * {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
}
@media (min-width: 960px) {
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-1\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--1-1\@tablet {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-1\@tablet > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-2\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid > .grid-cell.grid-cell--1-2\@tablet {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-2\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--2-2\@tablet {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-2\@tablet > * {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-3\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid > .grid-cell.grid-cell--1-3\@tablet {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-3\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid > .grid-cell.grid-cell--2-3\@tablet {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-3\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--3-3\@tablet {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-3\@tablet > * {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-4\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid > .grid-cell.grid-cell--1-4\@tablet {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-4\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid > .grid-cell.grid-cell--2-4\@tablet {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-4\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid > .grid-cell.grid-cell--3-4\@tablet {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--4-4\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--4-4\@tablet {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-4\@tablet > * {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-5\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid > .grid-cell.grid-cell--1-5\@tablet {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-5\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .grid > .grid-cell.grid-cell--2-5\@tablet {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-5\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .grid > .grid-cell.grid-cell--3-5\@tablet {
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--4-5\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .grid > .grid-cell.grid-cell--4-5\@tablet {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--5-5\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--5-5\@tablet {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-5\@tablet > * {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-6\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid > .grid-cell.grid-cell--1-6\@tablet {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-6\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid > .grid-cell.grid-cell--2-6\@tablet {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-6\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid > .grid-cell.grid-cell--3-6\@tablet {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--4-6\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid > .grid-cell.grid-cell--4-6\@tablet {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--5-6\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid > .grid-cell.grid-cell--5-6\@tablet {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
  .grid--fit\@tablet > .grid-cell {
    flex: 1;
  }
  .grid--full\@tablet > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--6-6\@tablet > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--6-6\@tablet {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-6\@tablet > * {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
}
@media (min-width: 1180px) {
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-1\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--1-1\@desktop {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-1\@desktop > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-2\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid > .grid-cell.grid-cell--1-2\@desktop {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-2\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--2-2\@desktop {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-2\@desktop > * {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-3\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid > .grid-cell.grid-cell--1-3\@desktop {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-3\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid > .grid-cell.grid-cell--2-3\@desktop {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-3\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--3-3\@desktop {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-3\@desktop > * {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-4\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid > .grid-cell.grid-cell--1-4\@desktop {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-4\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid > .grid-cell.grid-cell--2-4\@desktop {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-4\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid > .grid-cell.grid-cell--3-4\@desktop {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--4-4\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--4-4\@desktop {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-4\@desktop > * {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-5\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .grid > .grid-cell.grid-cell--1-5\@desktop {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-5\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .grid > .grid-cell.grid-cell--2-5\@desktop {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-5\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .grid > .grid-cell.grid-cell--3-5\@desktop {
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--4-5\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .grid > .grid-cell.grid-cell--4-5\@desktop {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--5-5\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--5-5\@desktop {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-5\@desktop > * {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-6\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid > .grid-cell.grid-cell--1-6\@desktop {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--2-6\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid > .grid-cell.grid-cell--2-6\@desktop {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--3-6\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid > .grid-cell.grid-cell--3-6\@desktop {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--4-6\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid > .grid-cell.grid-cell--4-6\@desktop {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--5-6\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid > .grid-cell.grid-cell--5-6\@desktop {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
  .grid--fit\@desktop > .grid-cell {
    flex: 1;
  }
  .grid--full\@desktop > .grid-cell {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--6-6\@desktop > .grid-cell:not([class*="grid-cell--"]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-cell.grid-cell--6-6\@desktop {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .grid--auto-6\@desktop > * {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
}
* {
  box-sizing: border-box;
}
html {
  font-family: "Arial MT", sans-serif;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif;
  }
}
body {
  font-size: 18px;
  color: #000000;
  line-height: 1.3;
  font-weight: 500;
}
img {
  max-width: 100%;
}
input[type=text], input[type=email], input[type=password], textarea, select {
  padding: 15px 25px;
  box-sizing: border-box;
  font-size: 18px;
  background-color: white;
  border: 1px solid black;
  border-radius: 15px;
  font-family: "Montserrat", sans-serif;
}
input[type=text].has-error, input[type=email].has-error, input[type=password].has-error, textarea.has-error, select.has-error {
  border-color: #9c091d;
  outline: 1px solid #9c091d;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, textarea::placeholder, select::placeholder {
  color: #B5B5B5;
  font-size: 12px;
}
input[type=text][readonly], input[type=email][readonly], input[type=password][readonly], textarea[readonly], select[readonly] {
  background-color: #eee;
}
input[type=checkbox] {
  margin-right: 15px;
  appearance: none;
  border-radius: 10%;
  border: 1px solid black;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-color: white;
  text-align: center;
}
input[type=checkbox]:checked::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: no-repeat center center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAAXNSR0IB2cksfwAAAFdQTFRFAAAAJWAZEFoIG1oSJF4XJF8YJV8YJF8YJV8YJF4VJF8YJF8ZI18XJF8ZIGALJV8ZJGAZHl0TJFwYI2EZI18YIlkcI18ZJF8ZJmAaJV8YJWAZJmIWH2EWfAmzTwAAAB10Uk5TAP8FDlXB89DpSv33YrIYooAfQIx2KdmWqrjfLzqy8N+PAAAAgklEQVR4nF2P2RbCMAhEM9m3mnS1Vf//O41NPWngCS4wDIz1wZ+KELFrR8jgJSVYqA4S71HG9uiJ1GE6kzVdJ1aLuWYHzDktFMxY0YZ6ZYaPl0IEbOk6DSX+XhSQ2GgQmknpoacMqGaJD8DLovvEBZQwne/9h+KdsLcuq+SVbI9Pq75tFAP6m2NkAgAAAABJRU5ErkJggg==");
  background-size: 18px 18px;
}
h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
}
h1.center, h2.center, h3.center, h4.center {
  text-align: center;
}
h1 .thin, h2 .thin, h3 .thin, h4 .thin {
  font-weight: 500;
}
h1 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}
h1 .thin {
  font-weight: 500;
}
@media (max-width: 959px) {
  h1 {
    font-size: 26px;
  }
}
h2 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 959px) {
  h2 {
    font-size: 36px;
  }
}
h2.primary {
  margin: 50px 0;
}
h2 strong {
  font-weight: bold;
}
h3 {
  font-size: 32px;
}
h4 {
  color: #DB0610;
}
a {
  color: #DB0610;
}
p {
  line-height: 1.5;
}
table {
  color: #777;
  width: 100%;
  border-collapse: collapse;
  border: solid 1px;
}
td {
  border: solid 1px #ccc;
}
.table-wrapper {
  overflow-x: auto;
}
.u-color-secondary {
  color: #004ECC;
}
.u-font-size-larger {
  font-size: larger;
}
.u-clear-both {
  clear: both;
}
.u-img-left {
  float: left;
  margin: 0 30px 30px 0;
  max-width: 480px;
}
.u-img-right {
  float: right;
  margin: 0 0 30px 30px;
  max-width: 480px;
}
@media (max-width: 840px) {
  .u-img-left, .u-img-right {
    max-width: 320px;
  }
}
@media (max-width: 600px) {
  .u-img-left, .u-img-right {
    max-width: 240px;
  }
}
@media (max-width: 560px) {
  .u-img-left, .u-img-right {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.zone-header {
  position: relative;
  z-index: 3;
  max-width: 1980px;
  background-color: black;
  color: white;
}
.zone-header a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: white;
}
.zone-header a:hover {
  color: #DB0610;
}
.zone-header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.zone-header .bodyrow {
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 959px) {
  .zone-header .bodyrow {
    gap: 20px;
    align-items: center;
  }
}
.zone-header .bodyrow .mobiletoggle {
  display: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.zone-header .bodyrow .mobiletoggle span {
  width: 30px;
  display: block;
  margin: 4px 0;
  background-color: #DB0610;
  height: 2px;
}
@media (max-width: 959px) {
  .zone-header .bodyrow .mobiletoggle {
    display: inline-block;
  }
}
.zone-header .bodyrow .logo img {
  max-height: 76px;
}
.zone-header .bodyrow .address {
  font-size: 14px;
  display: flex;
  gap: 10px;
}
@media (max-width: 959px) {
  .zone-header .bodyrow .address {
    display: none;
  }
}
.zone-header .bodyrow .address::before {
  width: 20px;
  height: 27px;
  background: center no-repeat url("../themes/sto/assets/images/address.png");
}
@media (min-width: 960px) {
  .zone-header .bodyrow .address::before {
    content: "";
  }
}
.zone-header .bodyrow .socials {
  font-size: 14px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 959px) {
  .zone-header .bodyrow .socials > .text {
    display: none;
  }
}
.zone-header .bodyrow .socials .snippet-socials {
  gap: 10px;
  display: flex;
}
@media (max-width: 479px) {
  .zone-header .bodyrow .socials .snippet-socials {
    flex-direction: column;
  }
}
.zone-header .bodyrow .socials .snippet-socials img {
  filter: invert(61%) sepia(67%) saturate(7331%) hue-rotate(340deg) brightness(106%) contrast(105%);
}
.zone-header .bodyrow .contacts {
  flex: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 1179px) {
  .zone-header .bodyrow .contacts {
    flex-direction: column;
    align-items: flex-end;
  }
}
.zone-header .bodyrow .contacts .timetable {
  font-size: 12px;
}
@media (max-width: 959px) {
  .zone-header .bodyrow .contacts .timetable {
    display: none;
  }
}
.zone-header .bodyrow .contacts .phones {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  color: #DB0610;
  display: grid;
  gap: 0 20px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 959px) {
  .zone-header .bodyrow .contacts .phones {
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .zone-header .bodyrow .contacts .phones {
    margin-bottom: 0;
    grid-template-columns: 1fr;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .zone-header .bodyrow .contacts .phones {
    font-size: 14px;
  }
}
.zone-header .snippet-nav {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-right: 15px;
}
@media (max-width: 959px) {
  .zone-header .snippet-nav {
    display: none;
  }
}
.zone-header .snippet-nav > li.with_items:hover > a:before {
  content: "▲";
  color: #DB0610;
  bottom: -4px;
  font-size: 14px;
  left: 50%;
  position: absolute;
}
.zone-header .snippet-nav > li > a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.zone-header .snippet-nav > li.with_items > a:after {
  margin-left: 10px;
  font-size: 10px;
  font-weight: bold;
  margin-top: 6px;
}
.zone-header .snippet-nav > li:hover > ul {
  display: flex;
}
.zone-header .snippet-nav > li > ul {
  background-color: white;
  border-top: 2px solid #DB0610;
  width: 460px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  left: 10%;
}
.zone-header .snippet-nav > li > ul li.with_items > a:after {
  content: " ᐳ";
}
.zone-header .snippet-nav > li > ul li {
  break-inside: avoid;
  width: 48%;
}
.zone-header .snippet-nav > li > ul a {
  font-size: 14px;
  white-space: normal;
  display: flex;
  align-items: center;
  min-height: 32px;
  justify-content: space-between;
  font-weight: 300;
  font-family: "Arial MT", sans-serif;
  padding: 4px;
}
.zone-header .snippet-nav > li > ul a:hover {
  background-color: #F4F1EB;
}
.zone-header .snippet-nav > li > ul a .icon {
  width: 100%;
  max-width: 32px;
  height: 32px;
  padding: 0;
  margin-right: 10px;
  overflow: hidden;
}
.zone-header .snippet-nav > li > ul a .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.zone-header .snippet-nav > li > ul > li > ul {
  background-color: white;
  left: 100%;
  top: 0;
}
.zone-header.compact .bodyrow {
  padding-top: 5px;
  padding-bottom: 5px;
}
.zone-main {
  padding-bottom: 45px;
  min-height: 50vh;
  position: relative;
  padding-top: 30px;
}
@media (max-width: 959px) {
  .zone-main {
    padding-top: 15px;
  }
}
.zone-main.layoutRemovePaddingTop {
  padding-top: 0;
}
.zone-main.layoutRemovePaddingBottom {
  padding-bottom: 0;
}
.zone-main__container {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}
.zone-main__content {
  flex: 1;
  order: 1;
  max-width: 100%;
}
.zone-main__sidebar {
  flex: 0 1 300px;
  margin-right: -15px;
  margin-left: 15px;
  order: 2;
}
.zone-main__sidebar.__left {
  margin-left: -15px;
  margin-right: 15px;
  order: 0;
}
@media (max-width: 960px) {
  .zone-main__content {
    flex: auto;
  }
  .zone-main__sidebar {
    flex: 1;
    width: 100%;
    order: 2;
    margin: 0;
  }
}
.zone-sidebar {
  padding: 15px;
  box-sizing: border-box;
  height: 100%;
}
.zone-breadcrumbs {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.zone-breadcrumbs, .zone-breadcrumbs a {
  color: #888D8E;
}
.zone-breadcrumbs ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.zone-breadcrumbs ul li {
  margin-right: 7.5px;
  margin-bottom: 7.5px;
  display: inline;
}
.zone-breadcrumbs ul li:before {
  content: "​";
}
.zone-breadcrumbs ul li a {
  text-decoration: none;
}
.zone-breadcrumbs a:after {
  content: " > ";
  display: inline-block;
  margin-left: 7.5px;
}
.zone-breadcrumbs ul li:last-child a:after {
  display: none;
}
@media (max-width: 640px) {
  .zone-breadcrumbs ul > li:first-child, .zone-breadcrumbs ul > li:last-child {
    display: none;
  }
}
h1.zone-h1 {
  margin: 30px 0 30px 0;
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  text-decoration: none;
}
@media (max-width: 1179px) {
  h1.zone-h1 {
    font-size: 30px;
  }
}
@media (max-width: 959px) {
  h1.zone-h1 {
    font-size: 26px;
  }
}
@media (max-width: 639px) {
  h1.zone-h1 {
    font-size: 22px;
  }
}
.zone-footer {
  background-color: black;
}
.zone-footer a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.zone-footer .bodyrow {
  padding: 40px 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  color: white;
}
@media (max-width: 959px) {
  .zone-footer .bodyrow {
    flex-wrap: wrap;
  }
}
@media (max-width: 639px) {
  .zone-footer .bodyrow {
    flex-direction: column;
  }
}
.zone-footer .bodyrow h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
}
.zone-footer .bodyrow .logo {
  display: flex;
}
@media (max-width: 959px) {
  .zone-footer .bodyrow .logo {
    width: 100%;
    justify-content: center;
  }
}
.zone-footer .bodyrow .snippet-nav {
  list-style: none;
  flex-wrap: wrap;
  flex-direction: column;
  display: block;
  margin-top: 40px;
}
@media (max-width: 959px) {
  .zone-footer .bodyrow .snippet-nav {
    margin-top: 0;
  }
}
.zone-footer .bodyrow .snippet-nav li {
  margin-bottom: 20px;
}
.zone-footer .bodyrow .snippet-nav a {
  font-size: 16px;
  padding: 0;
  text-transform: none;
}
.zone-footer .bodyrow .snippet-nav li ul {
  display: none;
}
.zone-footer .bodyrow .menu a {
  white-space: nowrap;
}
@media (max-width: 959px) {
  .zone-footer .bodyrow .menu {
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  .zone-footer .bodyrow .menu h3 {
    display: none;
  }
}
@media (max-width: 1179px) {
  .zone-footer .bodyrow .services {
    display: none;
    width: 100%;
  }
  .zone-footer .bodyrow .services h3 {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .zone-footer .bodyrow .services > ul {
    column-count: 2;
    column-gap: 20px;
  }
}
.zone-footer .contacts {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 16px;
}
@media (max-width: 1179px) {
  .zone-footer .contacts {
    padding-top: 0;
  }
}
@media (max-width: 959px) {
  .zone-footer .contacts {
    width: 100%;
    padding-top: 0;
    text-align: center;
    justify-content: center;
  }
}
.zone-footer .contacts .phones {
  font-size: 24px;
  font-weight: bold;
}
.zone-footer .contacts .socials {
  display: flex;
  flex-direction: column;
}
@media (max-width: 959px) {
  .zone-footer .contacts .socials {
    align-items: center;
  }
}
.zone-footer .contacts .socials .snippet-socials {
  gap: 10px;
  display: flex;
}
.zone-footer .contacts .socials .snippet-socials img {
  filter: invert(61%) sepia(67%) saturate(7331%) hue-rotate(340deg) brightness(106%) contrast(105%);
}
.zone-map {
  max-height: 90vh;
  height: 100%;
  margin-bottom: 0 !important;
}
.zone-map iframe {
  height: 480px;
  width: 100%;
  max-height: 100%;
}
.zone-flash .alert {
  margin: 15px 0;
  border: 1px solid #DB0610;
  padding: 10px;
}
.zone-flash .alert.success {
  background-color: #006926;
  color: white;
  border-color: #006926;
}
.zone-headbox {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.zone-main.layoutRemovePaddingTop .zone-headbox {
  margin-bottom: 0;
}
.el-button, button {
  cursor: pointer;
  transition: background-color 0.2s;
  padding: 7.5px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid white;
  border-radius: 20px;
  max-width: 320px;
  color: white;
  border-color: #000000;
  background-color: #000000;
}
.el-button:hover, button:hover {
  background-color: #1a1a1a;
}
.el-button.outline, button.outline {
  background-color: transparent;
  color: #000000;
}
.el-button.primary, button.primary {
  color: white;
  border-color: #DB0610;
  background-color: #DB0610;
}
.el-button.primary:hover, button.primary:hover {
  background-color: #f91b26;
}
.el-button.primary.outline, button.primary.outline {
  background-color: transparent;
  color: #DB0610;
}
.el-button.secondary, button.secondary {
  color: white;
  border-color: #004ECC;
  background-color: #004ECC;
}
.el-button.secondary:hover, button.secondary:hover {
  background-color: #0062ff;
}
.el-button.secondary.outline, button.secondary.outline {
  background-color: transparent;
  color: #004ECC;
}
.el-button.success, button.success {
  color: white;
  border-color: #006926;
  background-color: #006926;
}
.el-button.success:hover, button.success:hover {
  background-color: #009c38;
}
.el-button.success.outline, button.success.outline {
  background-color: transparent;
  color: #006926;
}
.el-button.white, button.white {
  color: white;
  border-color: white;
  background-color: white;
}
.el-button.white:hover, button.white:hover {
  background-color: white;
}
.el-button.white.outline, button.white.outline {
  background-color: transparent;
  color: white;
}
.el-button.large, button.large {
  padding: 15px 30px;
  font-size: 16px;
}
.el-button:disabled, button:disabled {
  background-color: #b1b1b1;
  color: white;
}
.el-button.center, button.center {
  display: flex;
  margin: 15px auto;
  justify-content: center;
}
.el-button.clear, button.clear {
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #000000;
  border: none;
}
.el-wrapper {
  max-width: 1980px;
  margin: 0 auto;
  overflow: hidden;
}
.el-container {
  max-width: 1180px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
}
.el-container.small {
  max-width: 960px;
}
.el-expander-container {
  margin-left: -15px;
  margin-right: -15px;
}
.el-expander, .el-expander-wrapper {
  width: auto;
  max-width: 1980px;
  margin-left: calc(50% - 1980px / 2);
  margin-right: calc(50% - 1980px / 2);
}
.el-expander.padded, .el-expander-wrapper.padded {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1980px) {
  .el-expander, .el-expander-wrapper {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 1180px) {
  .el-expander, .el-expander-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.el-modal {
  display: none;
}
.el-modal.active {
  display: block;
}
.el-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.el-modal__dialog {
  background-color: #fff;
  padding: 30px;
  max-width: 600px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}
.el-modal__header {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.el-modal__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #00449e;
  box-sizing: border-box;
}
.el-modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
}
.el-modal__close:before {
  content: "✕";
  color: black;
}
.el-modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.el-anchor {
  top: -100px;
  position: absolute;
}
.el-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.el-menu li:not(.fulldrop) {
  position: relative;
}
.el-menu a, .el-menu span {
  display: inline-block;
  padding: 7.5px 15px;
}
.el-menu > li ul {
  display: none;
  position: absolute;
  z-index: 3;
  list-style: none;
  margin: 0;
  font-size: 16px;
  padding: 0;
  min-width: 240px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.el-menu > li ul a, .el-menu > li ul span {
  text-transform: none;
  white-space: nowrap;
}
.el-menu > li:not(.fulldrop) > ul {
  transform: translateX(-50%);
  left: 50%;
}
.el-menu > li.fulldrop > ul {
  width: 100%;
  left: 0;
}
.el-menu li:hover > ul {
  display: block;
}
h2.el-h2 {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
  margin: 45px 0 30px 0;
  font-size: 30px;
}
@media (max-width: 959px) {
  h2.el-h2 {
    font-size: 24px;
  }
}
.el-dummy {
  padding: 60px 15px;
  margin: 15px 0;
  border: 2px dashed #004ECC;
  background-color: #F4F1EB;
  color: #004ECC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-dummy.clear {
  border: none;
  background: none;
  color: #000000;
}
.el-table {
  border-collapse: collapse;
  width: 100%;
}
.el-table td, .el-table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.el-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.el-table tr:hover {
  background-color: #ddd;
}
.el-table th {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  background-color: #F4F1EB;
  color: #DB0610;
}
@media (max-width: 480px) {
  .el-table {
    display: block;
  }
  .el-table thead {
    display: none;
  }
  .el-table tr, .el-table td {
    display: block;
    border: none;
    width: 100% !important;
  }
}
.el-twocols {
  column-count: 2;
  column-gap: 45px;
}
.el-twocols > p:first-child {
  margin-top: 0;
}
@media (max-width: 800px) {
  .el-twocols {
    column-count: 1;
  }
  .el-twocols > p:first-child {
    margin-top: 15px;
  }
}
h2.el-h2 {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
  margin: 45px 0 30px 0;
  font-size: 30px;
}
@media (max-width: 959px) {
  h2.el-h2 {
    font-size: 24px;
  }
}
.el-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.el-product .image {
  width: 250px;
  height: 300px;
  background: center no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
.el-product .name {
  margin-bottom: 7.5px;
  width: 100%;
  flex: 1;
  text-decoration: none;
}
.el-product .snippet-price {
  font-size: 32px;
}
.el-product .snippet-productform {
  font-size: 14px;
}
.el-product button {
  text-transform: none;
}
.el-bgrow {
  height: 40px;
  background: url(../themes/sto/assets/images/bg.jpg);
}
@media (max-width: 639px) {
  .el-bgrow {
    height: 20px;
  }
}
@media (max-width: 479px) {
  .el-bgrow {
    height: 10px;
  }
}
.el-margin, .snippet-gallery, .snippet-paytages, .snippet-yurtages, .snippet-steps, .snippet-marks {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  .el-margin, .snippet-gallery, .snippet-paytages, .snippet-yurtages, .snippet-steps, .snippet-marks {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .el-margin, .snippet-gallery, .snippet-paytages, .snippet-yurtages, .snippet-steps, .snippet-marks {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.snippet-page .preview {
  text-align: center;
  margin: 20px auto;
}
.snippet-page .preview.left, .snippet-page .preview.right {
  max-width: 640px;
}
@media (min-width: 1180px) {
  .snippet-page .preview.left, .snippet-page .preview.right {
    display: inline-block;
    width: 40%;
    margin: 0;
    margin-bottom: 20px;
  }
  .snippet-page .preview.left.left, .snippet-page .preview.right.left {
    margin-right: 20px;
    float: left;
  }
  .snippet-page .preview.left.right, .snippet-page .preview.right.right {
    margin-left: 20px;
    float: right;
  }
}
.snippet-agreement {
  display: flex;
  align-items: center;
}
.snippet-agreement input {
  margin-right: 15px;
  appearance: none;
  border-radius: 10%;
  border: 1px solid #000000;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: white;
  text-align: center;
}
.snippet-agreement input:checked {
  background-color: #DB0610;
}
.snippet-agreement input:checked::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: no-repeat url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIxLjY1MiwzLjIxMWMtMC4yOTMtMC4yOTUtMC43Ny0wLjI5NS0xLjA2MSwwTDkuNDEsMTQuMzQgIGMtMC4yOTMsMC4yOTctMC43NzEsMC4yOTctMS4wNjIsMEwzLjQ0OSw5LjM1MUMzLjMwNCw5LjIwMywzLjExNCw5LjEzLDIuOTIzLDkuMTI5QzIuNzMsOS4xMjgsMi41MzQsOS4yMDEsMi4zODcsOS4zNTEgIGwtMi4xNjUsMS45NDZDMC4wNzgsMTEuNDQ1LDAsMTEuNjMsMCwxMS44MjNjMCwwLjE5NCwwLjA3OCwwLjM5NywwLjIyMywwLjU0NGw0Ljk0LDUuMTg0YzAuMjkyLDAuMjk2LDAuNzcxLDAuNzc2LDEuMDYyLDEuMDcgIGwyLjEyNCwyLjE0MWMwLjI5MiwwLjI5MywwLjc2OSwwLjI5MywxLjA2MiwwbDE0LjM2Ni0xNC4zNGMwLjI5My0wLjI5NCwwLjI5My0wLjc3NywwLTEuMDcxTDIxLjY1MiwzLjIxMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
  background-size: contain;
}
.snippet-agreement .link {
  flex: 1;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.2;
}
.snippet-agreement .link:hover {
  text-decoration: underline;
}
.snippet-form {
  padding: 40px 0;
  background: center url(../themes/sto/assets/images/snippets/form/bg.jpg);
  background-size: cover;
  color: white;
  text-align: center;
}
.snippet-form .body {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .snippet-form .body {
    gap: 20px;
  }
}
.snippet-form h2 {
  padding: 30px 0;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-size: 40px;
  color: white;
}
@media (max-width: 959px) {
  .snippet-form h2 {
    font-size: 32px;
  }
}
.snippet-form .subtitle {
  font-size: 18px;
  margin: 0;
  text-align: center;
}
.snippet-form .inputrow input {
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #F4F1EB;
  font-size: 20px;
  padding-left: 0;
  text-align: center;
  background-color: transparent;
  font-weight: bold;
  color: white;
}
.snippet-form .inputrow input::placeholder {
  font-size: 16px;
  color: #F4F1EB;
}
.snippet-form .agreementrow {
  display: flex;
  justify-content: center;
}
@media (min-width: 641px) {
  .snippet-form .agreementrow br {
    display: none;
  }
}
.snippet-form .buttonrow {
  display: flex;
}
.snippet-form .buttonrow button {
  min-width: 240px;
}
.snippet-pagination {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  padding: 0;
}
.snippet-pagination li {
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 7.5px;
}
.snippet-pagination li a {
  color: #444;
}
.snippet-pagination li.active {
  background-color: #DB0610;
  color: white;
}
.snippet-gallery {
  text-align: center;
}
.snippet-gallery .subtitle {
  font-size: 24px;
  max-width: 720px;
  margin: 20px auto;
}
@media (max-width: 639px) {
  .snippet-gallery .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .snippet-gallery .subtitle {
    font-size: 18px;
  }
}
.snippet-gallery .splide {
  margin-top: 60px;
}
.snippet-gallery .splide .splide__pagination {
  bottom: unset;
  top: -40px;
}
.snippet-gallery .splide .splide__pagination .splide__pagination__page {
  background-color: #DB0610;
  transition: all 0.2s;
}
.snippet-gallery .splide .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  z-index: 1;
  width: 100px;
  border-radius: 20px;
  background-color: #DB0610;
}
.snippet-advantages {
  padding: 30px 0;
  color: white;
  text-align: center;
  background: center no-repeat black url(../themes/sto/assets/images/snippets/advantages/bg.jpg);
  background-size: cover;
}
.snippet-advantages h2 {
  text-align: center;
  color: white;
}
.snippet-advantages .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 30px 0;
}
@media (max-width: 959px) {
  .snippet-advantages .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 639px) {
  .snippet-advantages .items {
    grid-template-columns: 1fr;
  }
}
.snippet-advantages .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  max-width: 360px;
  justify-self: center;
}
.snippet-advantages .icon {
  height: 50px;
}
.snippet-advantages .title {
  text-transform: uppercase;
  min-height: 40px;
}
.snippet-aboutbox {
  display: flex;
}
.snippet-aboutbox > .image {
  width: 30%;
  margin-right: 30px;
  background: #eee center no-repeat;
  background-size: cover;
  height: 260px;
}
.snippet-aboutbox > .content {
  flex: 1;
  margin-right: 30px;
}
@media (max-width: 640px) {
  .snippet-aboutbox {
    flex-wrap: wrap;
  }
  .snippet-aboutbox > .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.snippet-introimg {
  background: center no-repeat url("../themes/sto/assets/images/snippets/introimg/home.jpg");
  background-size: cover;
  max-height: 50vh;
  height: 600px;
}
.snippet-attachfile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.snippet-attachfile .input {
  margin: 30px 0;
}
.snippet-attachfile .input .upload-empty-message {
  background-color: white;
  color: #DB0610;
  border: 1px solid #DB0610;
  text-align: center;
  padding: 15px !important;
}
.snippet-attachfile .input label {
  display: none;
}
.snippet-attachfile .input .responsiv-uploader-fileupload {
  padding-right: 0;
}
.snippet-attachfile .input .upload-button {
  display: none;
}
.snippet-attachfile .input .responsiv-uploader-fileupload {
  min-width: 280px;
}
.snippet-splide .splide__slide {
  display: flex;
  justify-content: center;
}
.snippet-contacts {
  display: grid;
  gap: 20px;
}
@media (min-width: 961px) {
  .snippet-contacts {
    grid-template-columns: 1fr 1fr;
  }
}
.snippet-contacts .column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.snippet-contacts strong {
  display: block;
}
.snippet-contacts a {
  text-decoration: none;
  color: #000000;
}
.snippet-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
@media (max-width: 959px) {
  .snippet-services {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 639px) {
  .snippet-services {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .snippet-services {
    grid-template-columns: repeat(1, 1fr);
  }
}
.snippet-services .service {
  text-decoration: none;
  color: #000000;
}
.snippet-services .name {
  margin-top: 20px;
  text-transform: uppercase;
}
.snippet-videobox {
  position: relative;
}
.snippet-videobox video {
  width: 100%;
}
.snippet-videobox button::-moz-focus-inner {
  border: 0;
}
.snippet-videobox button:focus {
  outline: none;
}
.snippet-videobox button:active {
  outline: none;
  border: none;
}
.snippet-videobox .control-panel {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.snippet-videobox .control-panel button {
  width: 50px;
  height: 50px;
}
.snippet-videobox .mute {
  border: none;
  background: url(../themes/sto/assets/images/snippets/videobox/sound.png) no-repeat center center/80%;
  border: 1px solid #EEE;
  outline: none;
  position: absolute;
  border-radius: 50%;
}
.snippet-videobox .mute.press:before {
  width: 50px;
  height: 2px;
  content: "";
  display: block;
  background: red;
  position: absolute;
  transform: rotate(-45deg);
  top: 50%;
  left: 0;
}
.snippet-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: center;
}
@media (max-width: 959px) {
  .snippet-articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .snippet-articles {
    grid-template-columns: repeat(1, 1fr);
  }
}
.snippet-articles .card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  height: 100%;
}
.snippet-articles .article {
  text-decoration: none;
  color: #000000;
}
.snippet-articles .name {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 959px) {
  .snippet-articles .name {
    font-size: 20px;
  }
}
.snippet-service {
  display: flex;
  flex-direction: row-reverse;
  background: #F4F1EB;
}
@media (max-width: 639px) {
  .snippet-service.record {
    flex-direction: column;
  }
  .snippet-service.area {
    flex-direction: column-reverse;
  }
}
.snippet-service > .sidebar {
  min-width: 400px;
  padding: 0;
  padding-bottom: 15px;
  height: 100%;
}
.snippet-service > .sidebar h2 {
  margin-top: 40px;
  padding-left: 40px;
}
@media (max-width: 959px) {
  .snippet-service > .sidebar h2 {
    padding-left: 15px;
  }
}
@media (max-width: 959px) {
  .snippet-service > .sidebar {
    min-width: 300px;
  }
}
@media (max-width: 639px) {
  .snippet-service > .sidebar {
    min-width: 100%;
  }
}
.snippet-service > .sidebar ul {
  list-style: none;
  padding: 0;
}
.snippet-service > .sidebar ul li {
  padding: 5px 20px 5px 40px;
}
@media (max-width: 959px) {
  .snippet-service > .sidebar ul li {
    padding-left: 15px;
  }
}
.snippet-service > .sidebar ul li.active {
  background-color: #CCCCCC;
}
.snippet-service > .sidebar ul li a {
  text-transform: none;
  text-decoration: none;
  font-size: 20px;
}
@media (max-width: 959px) {
  .snippet-service > .sidebar ul li a {
    font-size: 16px;
  }
}
.snippet-service > .content {
  width: 100%;
  background: white;
  padding: 30px 0;
  min-height: 50vh;
}
@media (min-width: 960px) {
  .snippet-service > .content {
    padding-left: 40px;
  }
}
.snippet-promotions .item {
  text-align: center;
}
.snippet-promotions .title {
  font-family: "Montserrat", sans-serif;
  color: #DB0610;
  font-weight: normal;
}
.snippet-promotions .image {
  margin-bottom: 15px;
}
.snippet-reviews {
  text-align: center;
}
.snippet-reviews .item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.snippet-reviews .name {
  color: #DB0610;
  font-size: 24px;
}
.snippet-reviews .description {
  padding: 15px;
  border: 2px solid #F4F1EB;
  flex: 1;
}
.snippet-reviewform {
  padding: 30px 0;
  max-width: 800px;
  margin: 15px auto 0 auto;
}
.snippet-reviewform h2 {
  margin-top: 0;
  margin-bottom: 7.5px;
}
.snippet-reviewform .title, .snippet-reviewform .subtitle {
  text-align: center;
}
.snippet-reviewform .subtitle {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 0;
}
.snippet-reviewform > * {
  width: 100%;
}
.snippet-reviewform .input, .snippet-reviewform textarea {
  width: 100%;
}
.snippet-reviewform .agreementcol {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.snippet-cards {
  text-align: center;
}
.snippet-cards .item {
  margin-bottom: 30px;
}
.snippet-intro {
  background: black center no-repeat url(../themes/sto/assets/images/snippets/intro/bg.jpg?01);
  background-size: cover;
  padding: 60px 0;
  color: white;
}
@media (max-width: 959px) {
  .snippet-intro {
    padding: 30px 0;
  }
}
.snippet-intro .el-container {
  display: grid;
  grid-template-columns: 580px 370px;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1039px) {
  .snippet-intro .el-container {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.snippet-intro h1 {
  font-size: 36px;
}
@media (max-width: 639px) {
  .snippet-intro h1 {
    font-size: 24px;
    text-align: center;
  }
}
.snippet-intro .red {
  color: #DB0610;
}
.snippet-intro .body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 580px;
}
.snippet-intro .advantages {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  max-width: 580px;
}
@media (max-width: 639px) {
  .snippet-intro .advantages {
    font-size: 14px;
    gap: 20px;
  }
}
.snippet-intro .advantages .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.snippet-intro .advantages .text {
  max-width: 160px;
}
.snippet-intro .gift {
  border-radius: 30px;
  border: 1px solid #eee;
  padding: 20px;
  text-align: center;
  max-width: 370px;
  background-color: rgba(0, 0, 0, 0.3);
}
.snippet-intro .gift p {
  margin: 15px 0;
}
@media (max-width: 639px) {
  .snippet-intro .gift p {
    font-size: 14px;
  }
}
.snippet-intro .gift .phone {
  font-size: 14px;
}
.snippet-intro .gift .phone .number {
  font-size: 18px;
  font-weight: 700;
}
.snippet-paytages {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-weight: 600;
  gap: 20px;
}
@media (max-width: 639px) {
  .snippet-paytages {
    flex-direction: column;
    align-items: center;
  }
}
.snippet-paytages .item {
  width: 100%;
  max-width: 320px;
}
.snippet-paytages .image {
  height: 80px;
  margin-bottom: 15px;
}
.snippet-yurtages .items {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-weight: 600;
  gap: 20px;
}
@media (max-width: 639px) {
  .snippet-yurtages .items {
    flex-direction: column;
    align-items: center;
  }
}
.snippet-yurtages .items .item {
  width: 100%;
  max-width: 182px;
}
.snippet-yurtages .items .image {
  height: 80px;
  margin-bottom: 15px;
}
@media (min-width: 1180px) {
  .snippet-yurtages .list {
    display: flex;
    gap: 20px;
    white-space: nowrap;
  }
}
.snippet-map {
  height: 400px;
  background-color: cornsilk;
}
.snippet-map iframe {
  height: 100%;
}
.snippet-specservice {
  text-align: center;
}
.snippet-specservice h2.title {
  text-transform: uppercase;
}
.snippet-stats {
  background: center no-repeat url(../themes/sto/assets/images/snippets/stats/bg.jpg?01);
  background-size: cover;
  padding: 30px 0;
  color: white;
}
.snippet-stats .el-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 640px) {
  .snippet-stats .el-container {
    height: 424px;
  }
}
.snippet-stats .items {
  position: relative;
  width: 100%;
  max-width: 512px;
  display: grid;
  gap: 40px;
}
@media (min-width: 480px) {
  .snippet-stats .items {
    grid-template-columns: 1fr 1fr;
  }
}
.snippet-stats .items::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-1220px) translateY(-50%);
  width: 1167px;
  height: 374px;
  background: center no-repeat url(../themes/sto/assets/images/snippets/stats/car.png?01);
}
@media (min-width: 640px) {
  .snippet-stats .items::before {
    content: "";
  }
}
@media (max-width: 479px) {
  .snippet-stats .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.snippet-stats .value {
  font-weight: 900;
  font-size: 60px;
}
@media (max-width: 639px) {
  .snippet-stats .value {
    font-size: 40px;
  }
}
.snippet-stats .label {
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .snippet-stats .label {
    font-size: 20px;
  }
}
.snippet-steps .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 380px 380px;
}
@media (max-width: 959px) {
  .snippet-steps .items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 340px 340px 340px;
  }
}
@media (max-width: 639px) {
  .snippet-steps .items {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 479px) {
  .snippet-steps .items {
    grid-template-columns: 2fr;
    grid-template-rows: 280px;
  }
}
.snippet-steps .subtitle {
  text-align: center;
  font-size: 24px;
}
.snippet-steps .text {
  background-color: black;
  color: white;
  text-align: center;
  padding: 60px 20px 20px 20px;
  position: relative;
  overflow: hidden;
}
.snippet-steps .text h2 {
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 20px 0;
}
.snippet-steps .text .overtext {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  font-size: 100px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.06);
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.snippet-steps .text.primary {
  background-color: #DB0610;
  color: #000000;
}
.snippet-steps .text.primary h2 {
  color: #000000;
}
.snippet-steps .text.primary .overtext {
  color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 479px) {
  .snippet-steps .image {
    display: none;
  }
}
.snippet-steps .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.snippet-cameras {
  background: black center no-repeat url(../themes/sto/assets/images/snippets/cameras/bg.jpg);
  background-size: cover;
  padding: 30px 0;
  color: white;
}
@media (min-width: 1180px) {
  .snippet-cameras {
    padding-top: 60px;
  }
}
.snippet-cameras .el-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 30px;
}
@media (max-width: 639px) {
  .snippet-cameras .el-container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.snippet-cameras .image {
  margin-left: -30px;
  margin-bottom: -36px;
}
@media (max-width: 639px) {
  .snippet-cameras .image {
    max-width: 480px;
  }
}
.snippet-cameras .body {
  position: relative;
  width: 100%;
  max-width: 540px;
  align-self: center;
}
@media (min-width: 480px) {
  .snippet-cameras .body {
    grid-template-columns: 1fr 1fr;
  }
}
.snippet-cameras h2.el-h2 {
  color: white;
  margin-top: 0;
  text-align: left;
}
.snippet-quiz {
  background: black center url(../themes/sto/assets/images/snippets/quiz/bg.jpg) no-repeat;
  background-size: cover;
  color: white;
  padding: 20px 0;
  position: relative;
}
.snippet-quiz h2 {
  color: white;
  margin: 20px 0;
}
.snippet-quiz h3 {
  text-align: center;
  font-weight: bold;
}
.snippet-quiz .steps > .step:not(.active) {
  display: none;
}
.snippet-quiz .groups > .group:not(.active) {
  display: none;
}
.snippet-quiz .third.step .inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 959px) {
  .snippet-quiz .third.step .inputs {
    grid-template-columns: 1fr 1fr;
  }
}
.snippet-quiz .third.step .inputs input {
  max-width: 260px;
}
.snippet-quiz .third.step .inputs input::placeholder {
  color: #000000;
}
.snippet-quiz .radiolist {
  display: grid;
  gap: 20px;
  padding-bottom: 20px;
}
@media (min-width: 640px) {
  .snippet-quiz .radiolist {
    grid-template-columns: 1fr 1fr;
  }
}
.snippet-quiz .radiolist .radio {
  display: flex;
  align-items: center;
}
.snippet-quiz .radiolist .radio.text input[type=text] {
  background-color: rgba(150, 150, 150, 0.5);
  color: white;
  border: 1px solid #666;
}
.snippet-quiz .radiolist input[type=checkbox], .snippet-quiz .radiolist input[type=radio] {
  border-radius: 50%;
  background-color: transparent;
  overflow: hidden;
  border: 1px solid white;
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin-right: 15px;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.snippet-quiz .radiolist input[type=checkbox]:checked:after, .snippet-quiz .radiolist input[type=radio]:checked:after {
  background: #DB0610;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.snippet-quiz .progress {
  margin: 20px 0;
}
.snippet-quiz .progress .bar {
  background-color: #eee;
  display: flex;
}
.snippet-quiz .progress .bar .value {
  height: 6px;
  background: #DB0610;
}
.snippet-marks {
  text-align: center;
}
.snippet-marks h2 {
  margin-bottom: 30px;
}
.snippet-marks .items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 30px;
}
@media (max-width: 959px) {
  .snippet-marks .items {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
  }
}
@media (max-width: 639px) {
  .snippet-marks .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.snippet-marks .items .image {
  height: 90px;
  margin-bottom: 20px;
}
.snippet-marks .items .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.snippet-marks:not(.expanded) .items > *:nth-child(n+13) {
  display: none;
}
.snippet-marks.expanded button {
  display: none;
}
.snippet-servlist {
  background: center url(../themes/sto/assets/images/snippets/servlist/bg.jpg);
  background-size: cover;
  color: white;
  padding: 120px 0;
}
@media (max-width: 959px) {
  .snippet-servlist {
    padding: 30px 0;
  }
}
@media (max-width: 639px) {
  .snippet-servlist {
    padding: 20px 0;
  }
}
.snippet-servlist h2 {
  color: white;
  font-size: 32px;
}
.snippet-servlist .columns {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 17px;
}
@media (max-width: 959px) {
  .snippet-servlist .columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .snippet-servlist .columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 959px) and (min-width: 480px) {
  .snippet-servlist .columns .intro {
    grid-column: 1 / 3;
    grid-row: 1;
  }
}
.modal-agreement .el-modal__dialog {
  max-width: 960px;
}
.modal-agreement .el-modal__content {
  font-size: 14px;
}
.modal-backcall {
  border-radius: 0;
}
.modal-backcall .logo {
  margin: 15px 0;
  text-align: center;
}
.modal-backcall .logo img {
  height: 80px;
}
.modal-backcall p {
  text-align: center;
  font-size: 14px;
}
.modal-backcall p a {
  text-decoration: none;
}
.modal-backcall p a:hover {
  text-decoration: underline;
}
.modal-backcall h2 {
  font-size: 18px;
  text-align: center;
  color: black;
}
.modal-backcall label {
  font-size: 14px;
}
.modal-backcall input[type="text"], .modal-backcall textarea {
  width: 100%;
  margin-bottom: 15px;
}
.modal-backcall textarea {
  resize: vertical;
}
.modal-backcall .snippet-agreement {
  margin: 15px 0;
}
.modal-backcall .modal-button {
  display: block;
  margin: 15px auto;
}
#BackcallForm_forms_flash {
  display: none;
}
.modal-menu {
  text-align: center;
}
.modal-menu .el-modal__dialog {
  background-color: black;
  border-radius: 20px;
  padding: 60px;
}
.modal-menu .el-modal__content > ul {
  list-style: none;
  padding: 0;
}
.modal-menu .el-modal__content > ul a {
  text-decoration: none;
}
.modal-menu .el-modal__content > ul a .icon {
  display: none;
}
.modal-menu .el-modal__content > ul > li {
  margin: 15px 0;
  font-weight: bold;
}
.modal-menu .el-modal__content > ul > li ul {
  list-style: dashed;
  list-style: none;
  padding-left: 0;
}
.modal-menu .el-modal__content > ul > li ul li {
  font-weight: normal;
  margin: 7.5px 0;
}
.modal-menu .el-modal__content > ul li.with_items {
  margin: 15px 0;
}
.modal-menu .el-modal__content > ul li.with_items > a {
  font-weight: bold;
}
.modal-info {
  color: white;
  background-color: #004ECC;
  max-width: 640px;
}
body.layout-default {
  overflow-x: hidden;
}
body.layout-default > .el-wrapper {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  min-height: 100vh;
}
body.layout-default .flash-message {
  top: 50%;
  font-size: 20px;
}
body.layout-default .splide__arrow {
  background-color: #F4F1EB;
}
body.layout-default .splide__arrow:disabled {
  display: none;
}
body.layout-default .splide__arrow svg {
  fill: #DB0610;
}
body.layout-default .splide__arrow:hover:not(:disabled) svg {
  fill: #DB0610;
}
body.page-price .zone-page table {
  color: #000000;
  border: none;
  margin: 20px 0;
  border-bottom: 1px solid #000000;
}
body.page-price .zone-page table thead {
  padding-bottom: 20px;
}
body.page-price .zone-page table thead tr {
  display: flex;
  gap: 20px;
}
body.page-price .zone-page table thead tr::after {
  color: #DB0610;
  content: "+";
  font-weight: bold;
  font-size: 32px;
}
@media (max-width: 639px) {
  body.page-price .zone-page table thead tr {
    flex-direction: column;
    gap: 0;
    align-items: center;
    text-align: center;
  }
}
body.page-price .zone-page table thead th {
  cursor: pointer;
  padding: 10px 4px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 479px) {
  body.page-price .zone-page table thead th {
    font-size: 20px;
  }
}
body.page-price .zone-page table thead th:first-child {
  flex: 1;
}
body.page-price .zone-page table tbody {
  display: none;
}
body.page-price .zone-page table tbody tr {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
@media (max-width: 639px) {
  body.page-price .zone-page table tbody tr {
    grid-template-columns: 1fr;
    padding-bottom: 10px;
  }
}
body.page-price .zone-page table tbody tr td {
  border: none;
  padding: 4px;
}
body.page-price .zone-page table tbody tr td br {
  display: none;
}
@media (min-width: 640px) {
  body.page-price .zone-page table tbody tr td:last-child {
    text-align: center;
  }
}
@media (max-width: 639px) {
  body.page-price .zone-page table tbody tr td:last-child {
    font-weight: 700;
  }
}
body.page-price .zone-page table.openned thead tr::after {
  content: "-";
}
body.page-price .zone-page table.openned tbody {
  display: block;
}
body.page-price .zone-page .header-table {
  background-color: #DB0610;
  font-weight: 600;
  border-bottom: none;
}
@media (max-width: 639px) {
  body.page-price .zone-page .header-table {
    display: none;
  }
}
body.page-price .zone-page .header-table tbody {
  display: block;
}
body.page-price .zone-page .header-table td {
  padding: 10px;
}
