@charset "UTF-8";

/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print,
screen and (min-width: 40em) {

  .reveal,
  .reveal.tiny,
  .reveal.small,
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(244, 67, 54, 0.8), rgba(244, 67, 54, 0.8));
  background: -webkit-radial-gradient(rgba(244, 67, 54, 0.8), rgba(244, 67, 54, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: 'IRANSans';
  src: url("../font/IRANSans-Medium-web.eot");
  src: url("../font/IRANSans-Medium-web.eot?#iefix") format("embedded-opentype"), url("../font/IRANSans-Medium-web.woff") format("woff"), url("../font/IRANSans-Medium-web.woff2") format("woff2"), url("../font/IRANSans-Medium-web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IRANSans-Bold';
  src: url("../font/IRANSans-Bold-web.eot");
  src: url("../font/IRANSans-Bold-web.eot?#iefix") format("embedded-opentype"), url("../font/IRANSans-Bold-web.woff") format("woff"), url("../font/IRANSans-Bold-web.woff2") format("woff2"), url("../font/IRANSans-Bold-web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IRANSans-Light';
  src: url("../font/IRANSans-Light-web.eot");
  src: url("../font/IRANSans-Light-web.eot?#iefix") format("embedded-opentype"), url("../font/IRANSans-Light-web.woff") format("woff"), url("../font/IRANSans-Light-web.woff2") format("woff2"), url("../font/IRANSans-Light-web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IRANSans-UltraLight';
  src: url("../font/IRANSans-UltraLight-web.eot");
  src: url("../font/IRANSans-UltraLight-web.eot?#iefix") format("embedded-opentype"), url("../font/IRANSans-UltraLight-web.woff") format("woff"), url("../font/IRANSans-UltraLight-web.woff2") format("woff2"), url("../font/IRANSans-UltraLight-web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 80%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  font-family: "IRANSans-Light", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #36434f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 1rem;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 1rem;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 1rem;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.69531rem;
  margin: 0 0 1.25rem;
  padding: 0.625rem;
  border: 1px solid #e6e6e6;
  border-radius: 1rem;
  background-color: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 1.01563rem;
  font-weight: normal;
  line-height: 1.5;
  color: #36434f;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1rem;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.25rem;
}

[type='checkbox']+label,
[type='radio']+label {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.625rem;
  margin-left: 1.25rem;
  margin-bottom: 0;
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
  cursor: pointer;
}

label>[type='checkbox'],
label>[type='radio'] {
  margin-left: 0.625rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1.01563rem;
  font-weight: normal;
  line-height: 1;
  color: #36434f;
}

label.middle {
  margin: 0 0 1.25rem;
  padding: 0.70313rem 0;
}

.help-text {
  margin-top: -0.625rem;
  font-size: 1.01563rem;
  font-style: italic;
  color: #36434f;
}

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.25rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group> :first-child,
.input-group> :first-child.input-group-button>* {
  border-radius: 0 1rem 1rem 0;
}

.input-group> :last-child,
.input-group> :last-child.input-group-button>* {
  border-radius: 1rem 0 0 1rem;
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #36434f;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-label:first-child {
  border-left: 0;
}

.input-group-label:last-child {
  border-right: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.01563rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.625rem;
}

.fieldset {
  margin: 1.40625rem 0;
  padding: 1.5625rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-right: -0.23438rem;
  padding: 0 0.27344rem;
}

select {
  height: 2.69531rem;
  margin: 0 0 1.25rem;
  padding: 0.625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 1rem;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1.01563rem;
  font-weight: normal;
  line-height: 1.5;
  color: #36434f;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: left -1.25rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-left: 1.875rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #be2f1c;
  background-color: #f8e9e7;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #be2f1c;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #be2f1c;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #be2f1c;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #be2f1c;
}

.is-invalid-label {
  color: #be2f1c;
}

.form-error {
  display: none;
  margin-top: -0.625rem;
  margin-bottom: 1.25rem;
  font-size: 0.625rem;
  font-weight: bold;
  color: #be2f1c;
}

.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "IRANSans-Light", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}

h1,
.h1 {
  font-size: 1.875rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 1.5625rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print,
screen and (min-width: 40em) {

  h1,
  .h1 {
    font-size: 1.25rem;
  }

  h2,
  .h2 {
    font-size: 1.25rem;
  }

  h3,
  .h3 {
    font-size: 1.09375rem;
  }

  h4,
  .h4 {
    font-size: 1.09375rem;
  }

  h5,
  .h5 {
    font-size: 1.09375rem;
  }

  h6,
  .h6 {
    font-size: 1.09375rem;
  }
}

a {
  line-height: inherit;
  color: #204558;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #1c3b4c;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 93.75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e6e6e6;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-right: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-right: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-right: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.70313rem 1.5625rem 0 1.48438rem;
  border-right: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 1.01563rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.15625rem 0.39063rem 0.07813rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #36434f;
}

kbd {
  margin: 0;
  padding: 0.15625rem 0.3125rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 1rem;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 100%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p+.stat {
  margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
  margin-right: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print,
screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

* {
  outline: none;
}

.underline {
  text-decoration: underline !important;
}

.js-off-canvas-overlay.is-overlay-fixed {
  z-index: 850 !important;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 8px 1px #ddd !important;
  box-shadow: 0px 0px 8px 1px #ddd !important;
  overflow: hidden;
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.no-pm {
  padding: 0 !important;
  margin: 0 !important;
}

.no-right-pm {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.no-left-pm {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.top-header {
  background: white;
  border-bottom: 1px solid#C4161C;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  padding-bottom: 1rem;
}

.rectangle-bottom {
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.rectangle-bottom:after {
  display: block;
  width: 0px;
  height: 0px;
  content: "";
  top: 5rem;
  right: 1.6rem;
  z-index: 10;
  position: absolute;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #C4161C;
}

.fieldset {
  border-radius: 10px;
  border-color: #ddd;
}

.header-logo {
  padding: 1rem;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*.logo-resize{padding:.8rem;transition: all ease .3s; -ms-transform: scale(0.95, 0.95);-webkit-transform: scale(0.95, 0.95);transform: scale(0.95, 0.95);height:4.3rem}*/
select {
  height: 2.85rem;
}

.light-gray {
  background: #f5f5f5;
  border-radius: 15px;
}

h1,
h2,
h3,
h4 {
  padding-top: 15px;
  overflow: hidden;
}

.type-sidelines {
  padding-top: 5px !important;
}

.type-sidelines.text-right {
  text-align: right !important;
}

.light-gray-b {
  background: #f0f0f0;
}

tbody tr:nth-child(even) {
  background: #f7f7f7 !important;
}

.full-width {
  width: 100%;
}

ul li {
  list-style: none;
}

.small-size {
  font-size: 0.8rem;
}

.border-radius {
  border-radius: 1rem;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.title-fix-height {
  padding-top: 1rem !important;
}

.input-group {
  margin-bottom: .5rem;
}

small.newsletter {
  color: #9f9f9f;
}

.input-group> :last-child,
.input-group> :last-child.input-group-button>* {
  border-radius: 5px 0 0 5px;
}

.input-group> :first-child,
.input-group> :first-child.input-group-button>* {
  border-radius: 0 5px 5px 0;
  border-color: #e6e6e6;
}

.tire-size {
  direction: ltr;
}

i.small {
  font-size: 1rem;
}

i.medium {
  font-size: 2rem;
}

i.large {
  font-size: 3rem;
}

.full-width {
  width: 100%;
}

p.text {
  padding-top: 1rem;
}

.underline {
  text-decoration: underline !important;
}

.center-icon i {
  font-size: 5rem;
  margin: 2rem 0;
  opacity: .7;
}

.bande {
  border-radius: 50%;
}

.tabs-content,
.tabs {
  background: transparent !important;
}

label {
  margin-bottom: .5rem;
}

.sticky.is-stuck {
  z-index: 1000;
}

.block-cell {
  padding: .8rem;
}

textarea {
  resize: none;
}

.small-height {
  line-height: 1.5rem;
}

.callout.gray {
  color: #36434f;
  background: #f5f5f5;
}

.switch {
  color: #777 !important;
  font-size: .9rem !important;
}

.switch .switch-lbl {
  position: relative;
  top: -5px;
  right: 3px;
  overflow: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 900 !important;
}

span.red,
i.red {
  color: darkred;
}

span.green,
a.green,
i.green {
  color: darkgreen;
}

i.success {
  color: green;
}

i.gray {
  color: #cacaca;
}

i.warning {
  color: #fc0;
}

i.white {
  color: white;
}

i.big-icon {
  font-size: 1.5rem;
}

i.big-icon::before {
  position: relative;
  top: 4px;
}

.button.gray {
  background: #eaeaea;
  color: #36434f;
}

.button.gray i::before {
  position: relative;
  top: 3px;
}

.button.gray:hover {
  color: #36434f;
  background: #ddd;
}

.alert-box {
  padding-right: 3.25rem;
  width: 30%;
  position: fixed !important;
  bottom: 1rem;
  left: 33%;
  z-index: 999;
}

@media only screen and (max-width: 780px) {
  .alert-box {
    padding-right: 3.25rem;
    width: 100%;
    left: 0;
    right: 0;
  }
}

.alert-box.callout {
  color: #fefefe;
}

.alert-box.alert {
  border-radius: 5px;
  background-color: darkblue !important;
  color: #fefefe !important;
}

.alert-box.warning {
  border-radius: 5px;
  background: #fc4a1a !important;
  color: #fefefe !important;
}

.alert-box.success {
  border-radius: 5px;
  background-color: #3fb0ac !important;
  color: #fefefe !important;
}

.alert-box.info {
  border-radius: 5px;
  background-color: darkblue !important;
  color: #fefefe !important;
}

.alert-box i {
  border-radius: 50%;
  padding: .3em .325em;
  margin-right: 0.5rem;
  float: right;
}

.alert-box p {
  float: right;
  margin-bottom: 0;
}

.alert-box .close-button {
  color: rgba(254, 254, 254, 0.5);
  font-size: .8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: normal;
  left: 5px;
  top: 1rem !important;
}

.bank-logo {
  width: 4rem;
  float: left;
  display: block;
}

input.wherehouse,
input.select-address {
  display: inline-block !important;
  position: relative;
  top: 4px;
}

.basket-container .price {
  text-align: center;
  color: forestgreen;
  font-size: 1.5rem;
}

.basket-container .stages {
  font-size: 0;
  text-align: justify;
  padding: 1rem;
}

.basket-container .stages label {
  margin: 0 !important;
}

.basket-container .stages:after {
  content: '';
  display: inline-block;
  font-size: 0;
  text-align: justify;
  width: 100%;
}

.basket-container input[type="radio"] {
  display: none;
}

.basket-container .stages label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.basket-container #one~.stages label[for="one"]~label,
.basket-container #two~.stages label[for="two"]~label,
.basket-container #three~.stages label[for="three"]~label {
  font-size: 1rem;
  color: #1b1464;
}

.basket-container #one:checked~.stages label[for="one"]~label,
.basket-container #two:checked~.stages label[for="two"]~label,
.basket-container #three:checked~.stages label[for="three"]~label {
  font-size: 1rem;
  color: #ddd;
}

.basket-container #one~.panels [data-panel="one"],
.basket-container #two~.panels [data-panel="two"],
.basket-container #three~.panels [data-panel="three"],
.basket-container #three~.panels [data-panel="four"] {
  display: none;
}

.basket-container #one:checked~.panels [data-panel="one"],
.basket-container #two:checked~.panels [data-panel="two"],
.basket-container #three:checked~.panels [data-panel="three"],
.basket-container #four:checked~.panels [data-panel="four"] {
  display: block;
}

.basket-container .panels div.sections {
  border-top: solid 1px #eee;
  margin: 1em 0 0;
  padding: 1em 0 0;
}

.basket-container .panels div.sections h2 {
  margin-top: 0;
}

.basket-container .panels div.sections h2 a {
  float: left;
}

.basket-container ul.list-adress {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #eee;
}

.basket-container ul.list-adress li {
  padding: .5rem 0;
  float: right;
  display: inline-block;
  overflow: hidden;
  margin-left: 3rem;
}

.basket-container ul.list-adress li:first-child {
  width: 100%;
  display: block;
  float: none !important;
  margin-left: 0px;
}

ul.time-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 2rem 0 1rem 0;
}

ul.time-list li input {
  display: inline-block !important;
  position: relative;
  top: 4px;
}

ul.time-list li span.full-alert {
  float: left;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(254, 217, 6, 0.3);
  padding: .5rem;
  font-size: .7rem;
  border-radius: 5px;
}

ul.time-list li:last-child {
  border-bottom: 0;
}

.button.line-fix {
  line-height: 2rem;
}

.delivery-icon {
  width: 10rem;
}

.badge {
  position: absolute;
}

.card-section .badge {
  left: 0.5rem;
}

.slow {
  -webkit-transition-duration: 6550ms !important;
  transition-duration: 6550ms !important;
}

.menu>li>a,
.top-links {
  font-size: 1.1rem;
  color: #767676;
}

.top-links {
  padding: 0.5rem 0.5rem;
  display: inline-block;
  margin: 0 0.5rem;
}

.top-links:hover {
  color: #092638 !important;
}

.menu>li>a:hover {
  color: #092638;
}

.topbar-margin {
  margin-top: 1.5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topbar-margin .icon {
  font-size: 1.8rem;
  color: #767676;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.signup-in-up,
.signup-in-up:hover {
  color: #5ba61f;
  background: transparent;
}

.tire-search,
.signup-in-up {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.tire-search,
.tire-search:hover {
  color: #f1ae0c;
}

.short-desc {
  font-size: 0.9rem;
  line-height: 22px;
}

.top-bar-container {
  z-index: 800;
}

.top-logo-container a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.top-logo-container a img {
  position: absolute;
  right: 0;
  width: 11rem;
  left: 11%;
  padding-top: 4px;
  z-index: 11;
}

.basket-container.sticky.is-at-top {
  top: auto !important;
}

.basket-container.sticky.is-at-top,
.basket-container.sticky.is-at-bottom {
  margin-top: 1rem !important;
}

.bars-btn {
  background: transparent !important;
}

.bars-btn i {
  color: #888;
  font-size: 2rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
}

.menu-visibility {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  opacity: 100;
}

ul.menu li a i {
  display: none;
}

ul.top-profile-dropdown {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

ul.top-profile-dropdown li {
  border-bottom: 1px solid #eee;
  list-style: none;
  text-align: right;
  padding: .5rem 0 .5rem;
}

ul.top-profile-dropdown li a {
  padding: .1rem 1rem;
  font-size: .8rem;
  color: #36434f;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

ul.top-profile-dropdown li a i {
  font-size: 1.3rem;
  padding-left: .3rem;
}

ul.top-profile-dropdown li a i::before {
  position: relative;
  top: 3px;
}

ul.top-profile-dropdown li a .badge {
  position: absolute;
  left: 0;
  color: white;
  top: 6px;
  -webkit-border-radius: 50px;
  font-size: 9px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 50px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 50px;
  border-bottom-left-radius: 0;
}

ul.top-profile-dropdown li:hover a i {
  color: #204558;
}

ul.top-profile-dropdown li:last-child {
  border-bottom: 0;
}

.timeline-container {
  border-radius: 1rem;
  background: #eee;
  padding: 1rem !important;
}

.timeline .timeline-item::after,
.timeline .timeline-item::before {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

.timeline {
  padding: 0 10px;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  width: 100%;
}

.timeline::before {
  background: #ddd;
  content: '';
  height: 100%;
  right: 12.5%;
  position: absolute;
  top: 0;
  width: 3px;
}

.timeline::after {
  clear: both;
  content: '';
  display: table;
  width: 100%;
}

.timeline a {
  color: #fefefe;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.timeline a:hover {
  -webkit-box-shadow: 0 1px 0px 0px #fefefe;
  box-shadow: 0 1px 0px 0px #fefefe;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}

.timeline .timeline-item .timeline-icon {
  background: #ddd;
  border-radius: 50%;
  height: 70px;
  margin-left: -23px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 70px;
}

.timeline .timeline-item .timeline-icon img,
.timeline .timeline-item .timeline-icon svg,
.timeline .timeline-item .timeline-icon i {
  right: 27%;
  position: relative;
  top: 15px;
  font-size: 2.5rem;
  color: #204558;
}

.timeline .timeline-item .timeline-icon i.active {
  color: #fff;
}

.timeline .timeline-item .timeline-icon svg {
  top: 14px;
}

.timeline .timeline-item .timeline-icon.active {
  background: forestgreen;
  -webkit-box-shadow: inset 0px 0px 0px 4px forestgreen;
  box-shadow: inset 0px 0px 0px 4px forestgreen;
}

.timeline .timeline-item .timeline-content {
  text-align: right;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #fff;
  border-radius: 1rem;
}

.timeline .timeline-item .timeline-content p {
  color: #0a0a0a;
}

.timeline .timeline-item .timeline-content p {
  line-height: 1.4;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-date {
  font-weight: bold;
  margin: 1.2rem 7rem 0 0;
  padding-top: 2rem;
  color: #204558;
}

.timeline .timeline-item .timeline-content .timeline-content-date.active {
  color: forestgreen;
}

.timeline .timeline-item .timeline-content .timeline-content-month {
  font-size: 1.09375rem;
  text-transform: uppercase;
  font-weight: 400;
}

.timeline .timeline-item .timeline-content.right {
  float: right;
  text-align: left;
}

@media screen and (max-width: 39.99875em) {
  .timeline {
    padding: 0;
    width: 100%;
  }

  .timeline::before {
    right: 10%;
  }

  .timeline .timeline-item .timeline-content {
    text-align: right;
    padding: 10px;
    position: relative;
    top: -2rem;
  }

  .timeline .timeline-item .timeline-content::before,
  .timeline .timeline-item .timeline-content.right::before {
    border-left: 0;
    border-right: 7px solid #fefefe;
    left: 10%;
    margin-left: -6px;
  }

  .timeline .timeline-item .timeline-icon {
    right: -1%;
  }
}

.order-detail-block {
  font-size: .9rem;
}

.order-detail-block ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.order-detail-block ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding: .5rem 0;
}

.order-detail-block ul li:last-child {
  border-bottom: 0;
}

.faq-tab li a {
  color: #36434f;
}

.faq-tab li {
  border-bottom: 1px solid #eee;
}

.faq-tab li:last-child {
  border-bottom: 0;
}

.faq-tab li::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  -webkit-transition: width .3s;
  transition: width .3s;
  margin-top: 5px;
  background: #C4161C;
  position: relative;
  top: 3px;
  text-align: center;
  z-index: 3;
}

.faq-tab li.is-active::after {
  width: 100%;
  text-align: center;
}

.faq-container ul.accordion {
  background: transparent;
}

.faq-container ul.accordion li.accordion-item>a {
  text-align: right;
  background: #f6f6f6;
}

.faq-container ul.accordion li.accordion-item.is-active a.accordion-title {
  background: rgba(27, 20, 100, 0.6);
  color: #fff;
}

.brand-img {
  margin: 1rem auto;
}

.brand-info {
  margin-top: 1rem;
}

.brand-info li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding: .8rem 0;
}

.brand-info li:last-child {
  border-bottom: 0;
}

.mobile-nav-container ul.menu {
  display: block !important;
  margin: 1rem;
}

.mobile-nav-container ul.menu li {
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.mobile-nav-container ul.menu li:last-child {
  border-bottom: 0;
}

.mobile-nav-container ul.menu li a {
  color: #ccc;
}

.mobile-nav-container ul.menu li a:hover {
  color: white;
}

.main-search {
  text-align: center !important;
  border-bottom: 3px solid #f1f1f1;
}

.main-search li {
  display: inline-block;
  float: none;
}

.main-search li.is-active {
  display: inline-block;
  float: none;
}

.main-search li::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  -webkit-transition: width .3s;
  transition: width .3s;
  margin-top: 5px;
  background: #C4161C;
  position: relative;
  top: 3px;
  text-align: center;
}

.main-search li.is-active::after {
  width: 100%;
  text-align: center;
}

.tabs-title>a {
  padding: 1rem 0.2rem !important;
}

.main-search li a {
  color: #a2a2a2;
}

.main-search li a img {
  width: 2.5rem;
  opacity: 0.5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  margin-bottom: 5px;
}

.main-search li.is-active a img {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.main-search li a span {
  width: 100%;
  display: inline-block;
}

.main-search li a i {
  font-size: 2rem;
}

.main-search li a i.hypertire-tag-1 {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.main-search li a:hover img {
  opacity: 1;
}

.tire-size-guide {
  opacity: 0.5;
  width: 15rem;
}

.tire-size-guide-mobile {
  opacity: 1;
  width: 15rem;
}

.guide-container {
  position: relative;
  overflow: hidden;
}

span.tire-guide {
  position: absolute;
  border-radius: 50%;
  background: #204558;
  opacity: 0.7;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 1.2rem;
  z-index: 90;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

span.tire-guide.tire-with {
  top: 1px;
  left: 111px;
}

span.tire-guide.tire-aspect {
  top: 0px;
  left: 177px;
}

span.tire-guide.tire-rim {
  top: 25px;
  left: 218px;
}

.guide-container span:hover {
  opacity: 1;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.tab-fix-height {
  min-height: 549px !important;
  max-height: 549px !important;
}

.search-brand-container {
  max-height: 360px;
  overflow-y: auto;
  width: 100%;
  direction: ltr;
}

.search-brand-container table {
  direction: rtl;
}

.orbit-caption {
  border-radius: 0 0 1rem 1rem;
}

.orbit-bullets {
  position: absolute !important;
  margin-top: -2rem !important;
  left: 1rem;
}

.orbit-bullets button {
  opacity: .3;
  cursor: pointer;
}

.orbit-bullets button.is-active {
  opacity: 1;
}

.orbit-controls button i {
  font-size: 2rem;
  opacity: 0.7;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
}

.orbit-controls button i:hover {
  opacity: 1;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
  cursor: pointer;
}

.orbit-container {
  border-radius: 1rem !important;
}

.special-slider figcaption {
  background: transparent;
  text-align: center;
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.special-slider figcaption a.button {
  position: relative;
  top: 33rem;
  z-index: 101;
}

.special-slider figcaption a i {
  padding: 1rem 1rem;
}

.block-title {
  padding: 0 2.5rem 0 0;
  font-weight: bold;
}

.block-title::after {
  content: '';
  display: block;
  width: 2rem;
  height: 2px;
  -webkit-transition: width .3s;
  transition: width .3s;
  margin-top: 0px;
  background: #C4161C;
  position: relative;
  top: -10px;
  right: -2.5rem;
}

.product-list-slider .orbit-controls button i {
  color: #b5b5b5;
  font-size: 2rem;
}

.product-list-slider .orbit-controls button {
  margin: 0;
  padding: 0;
}

.product-list-slider .card {
  border: 0;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
}

.product-list-slider .card .card-section {
  padding-bottom: 0;
}

.product-list-slider .card .card-section {
  position: relative;

}

.product-list-slider .card .card-section h4 {
  font-weight: bold;
  margin: 0;
  padding-top: 0;
}

.product-list-slider .card .card-section p {
  /*color: #999;*/
  margin-bottom: .4rem;
}

.star-rating-block i.hypertire-star,
.star-rating-block i.hypertire-star-half-o,
.star-rating-block i.hypertire-star-o {
  color: #ffae00;
}

.star-rating-block i.hypertire-star.gray {
  color: #999;
}

.product-list-slider .card .price {
  color: forestgreen;
  font-size: 1rem;
}

.product-list-slider .card-section img {
  width: 9.8rem;
  margin-bottom: 1rem;
}

.rating-block {
  padding: 2px 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.rating-block .ratings-type {
  margin-right: 1rem;
  margin-bottom: 0;
}

.rating-block .rating-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.rating-block .rating-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.rating-block .star {
  cursor: pointer;
  stroke: #fc0;
}

.rating-block .rating-block .star.selected polygon {
  fill: #fc0;
}

.rating-block .rating-block.is-voted .star polygon {
  fill: #fc0;
}

.rating-block .rating-block.is-voted .star.selected~.star polygon {
  fill: transparent;
}

.brands-slider .card {
  border: 0;
  position: relative;
  padding-top: 1rem;
}

.brands-slider .orbit-controls button i {
  color: #b5b5b5;
}

.articles-slider .orbit-bullets button {
  background: #808080 !important;
}

div.article-short-desc {
  text-rendering: auto !important;
  overflow: hidden !important;
}

.article-padding-improve {
  padding: 1.2rem 1rem !important;
}

.articles-slider .img-holder img {
  border-radius: 1rem;
  width: 100%;
}

.news-tabs ul.vertical li {
  border-bottom: 1px solid #eee;
}

.news-tabs ul.vertical li:last-child {
  border-bottom: 0;
}

.news-tabs ul.vertical li a {
  color: #9eadbc;
}

.news-tabs ul.vertical li.is-active a {
  color: #36434f;
}

.news-container .tabs-content {
  border-right: 1px solid #eee !important;
}

.news-container .tabs-content .img-holder img {
  border-radius: 1rem;
  width: 100%;
}

.news-container .tabs-title>a {
  padding: 1.25rem 1.5rem;
}

.reference-label,
.date-label {
  display: inline-block;
  float: right;
  background: #e1e1e1;
  border-radius: 15px;
  padding: .2rem .5rem .3rem .5rem;
  font-size: .7rem;
  color: #777;
  direction: rtl;
}

.date-label {
  float: left !important;
  background: transparent;
}

.footer-icon-container {
  background: #fff;
  margin-top: 1rem;
  padding: .5rem 0;
}

.footer-icon-container img {
  width: 7rem;
}

.bottom-page {
  background: transparent;
}

.bottom-page a i {
  font-size: 3rem !important;
}

.bottom-page a span {
  width: 38.39px !important;
  background-size: 38.39px !important;
  height: 38px !important;
}

.bottom-page a.twitter i {
  color: #38a1f3;
}

.bottom-page a.linkedin i {
  color: #0077b5;
}

.bottom-page a.telegram-icon span {
  background: url("../img/telegram-icon-color.png") top center no-repeat !important;
  width: 38.39px !important;
  background-size: 38.39px !important;
  height: 38px !important;
  opacity: 1 !important;
}

.bottom-page a.instagram span {
  background: url("../img/instagram-color.png") top center no-repeat !important;
  width: 38.39px !important;
  background-size: 38.39px !important;
  height: 38px !important;
  opacity: 1 !important;
}

.bottom-page a.aparat-icon span {
  background: url("../img/aparat-color.png") top center no-repeat !important;
  width: 38.39px !important;
  background-size: 38.39px !important;
  height: 38px !important;
  opacity: 1 !important;
}

.bottom-page a.facebook i {
  color: #3C5A99;
}

.links-container {
  background: #ebebeb;
  padding: 2rem 0;
}

.footer-link-container h3 {
  color: #595959;
}

.footer-link-container ul {
  margin-right: 0px;
}

.footer-link-container ul li {
  list-style: none;
}

.footer-link-container ul li a {
  font-size: .83rem;
  color: #797979;
}

.footer-link-container ul li a:hover {
  color: #1b1464;
}

footer {
  background: #dcdcdc;
  padding: 2rem 0;
}

.footer-container hr.divider-line {
  border-bottom: 1px solid #ccc;
}

footer .copyright {
  font-size: .8rem;
  color: #727272;
}

footer .copyright a.telegram-icon span {
  width: 25.59px;
  display: inline-block;
  height: 26px;
  background: url("../img/telegram-icon.png") top center no-repeat;
  background-size: 25.59px 25.5px;
  opacity: .6;
}

footer .copyright a.telegram-icon:hover span {
  width: 25.59px;
  display: inline-block;
  height: 26px;
  background: url("../img/telegram-icon-color.png") top center no-repeat;
  background-size: 25.59px 25.5px;
  opacity: 1;
}

footer .copyright a.aparat-icon span {
  width: 25.59px;
  display: inline-block;
  height: 26px;
  background: url("../img/aparat-icon.png") top center no-repeat;
  background-size: 25.59px 25.5px;
  opacity: .4;
}

footer .copyright a.aparat-icon:hover span {
  width: 25.59px;
  display: inline-block;
  height: 26px;
  background: url("../img/aparat-color.png") top center no-repeat;
  background-size: 26.59px 25.5px;
  opacity: 1;
}

footer .copyright a strong {
  color: #36434f;
}

footer .copyright a i {
  font-size: 2rem;
  color: #959595;
}

.footer-certificates img {
  float: left;
  width: 84px;
  margin-left: 7px;
}

.footer-certificates img:first-child {
  margin: 0;
}

.footer-text {
  font-size: .8rem;
}

footer .copyright a.twitter:hover i {
  color: #38a1f3;
}

footer .copyright a.facebook:hover i {
  color: #3C5A99;
}

footer .copyright a.linkedin:hover i {
  color: #0077b5;
}

footer .copyright a.instagram span {
  width: 26.59px;
  display: inline-block;
  height: 26px;
  background: url("../img/instagram-gray.png") top center no-repeat;
  background-size: 25.59px 25.5px;
}

footer .copyright a.instagram:hover span {
  width: 26.59px;
  display: inline-block;
  height: 26px;
  background: url("../img/instagram-color.png") top center no-repeat;
  background-size: 25.59px 25.5px;
}

.spinner {
  width: 3em;
  height: 3em;
  background: #a1a2a1;
  border-radius: 50%;
  margin: 50% auto;
  border: .3em solid transparent;
  -webkit-animation: glow 1s ease infinite;
  animation: glow 1s ease infinite;
}

@-webkit-keyframes glow {
  0% {
    -webkit-box-shadow: 0 0 0 .4em #a1a2a1, 0 0 0 .1em #a1a2a1;
    box-shadow: 0 0 0 .4em #a1a2a1, 0 0 0 .1em #a1a2a1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #605556;
  }

  100% {
    -webkit-box-shadow: 0 0 0 .4em #a1a2a1, 0 0 0 3.6em transparent;
    box-shadow: 0 0 0 .4em #a1a2a1, 0 0 0 3.6em transparent;
  }
}

@keyframes glow {
  0% {
    -webkit-box-shadow: 0 0 0 .4em #a1a2a1, 0 0 0 .1em #a1a2a1;
    box-shadow: 0 0 0 .4em #a1a2a1, 0 0 0 .1em #a1a2a1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  50% {
    border-top-color: #605556;
  }

  100% {
    -webkit-box-shadow: 0 0 0 .4em #a1a2a1, 0 0 0 3.6em transparent;
    box-shadow: 0 0 0 .4em #a1a2a1, 0 0 0 3.6em transparent;
  }
}

.payment-icons {
  width: 2.5rem;
}

select.payment-drop {
  margin-bottom: 1.2rem !important;
}

.basket-panel {
  text-align: center;
}

.empty-basket {
  font-size: 0.8rem;
}

.empty-basket i {
  color: #979797;
}

.basket-link {
  position: relative;
  display: inherit;
}

.basket-link .basket-badge {
  top: -5px;
  right: -11px;
  color: white !important;
}

.basket-list {
  width: 100%;
  padding: 0;
  margin: 0;
}

.basket-list li {
  direction: rtl;
  list-style: none;
  border-bottom: 1px solid #eee;
  width: 100%;
  display: inline-block;
}

.basket-list li img {
  float: right;
  margin: .5rem 0 .5rem .5rem;
  width: 5rem;
  display: inline-block;
}

.basket-list li span {
  direction: rtl;
  text-align: right;
  display: inline-block;
  float: right;
  padding-top: 1rem;
}

.basket-list li a i {
  float: left;
  display: inline-block;
  padding-top: 1.2rem;
}

.basket-list li a:hover i {
  color: #204558;
}

.basket-list li:last-child {
  border-bottom: 0;
}

.card-article-hover {
  background: #fff;
}

.card-article-hover a {
  height: 250px;
  background-position: center center;
  background-size: cover;
}

.card-article-hover .card-section {
  width: 90%;
  background: #fff;
  margin: 0 auto;
  margin-top: -3rem;
  z-index: 2;
  -webkit-border-top-left-radius: 1rem;
  -webkit-border-top-right-radius: 1rem;
  -moz-border-radius-topleft: 1rem;
  -moz-border-radius-topright: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.card-article-hover .card-section .article-subtext {
  font-size: 0.85rem;
  color: #999;
  text-align: left;
}

.card-article-hover .card-section .article-title {
  font-size: 1.1rem;
  margin-top: 0 !important;
  color: #000;
  text-align: center;
}

.card-article-hover .card-section .article-desc {
  font-size: .9rem;
  line-height: 20px;
  height: 140px;
}

.card-article-hover .card-divider {
  background: #fff;
}

.card-article-hover .meta-data {
  text-transform: uppercase;
}

.flexible-article-image-full .thumbnail {
  width: 100%;
}

.flexible-article-image-full .thumbnail img {
  width: 100%;
}

.flexible-article-image-full .caption {
  font-size: 0.9rem;
}

.flexible-article-image-left {
  float: left;
  margin: 1rem 1.5rem 0 0;
  max-width: 15.625rem;
}

.flexible-article-image-left .caption {
  font-size: 0.9rem;
}

@media screen and (max-width: 39.99875em) {
  .flexible-article-image-left {
    float: none;
    max-width: 100%;
    margin: 0;
  }

  .flexible-article-image-left .thumbnail {
    width: 100%;
  }

  .flexible-article-image-left .thumbnail img {
    width: 100%;
  }
}

.flexible-article-image-right {
  float: right;
  margin: 0 0 1rem 1.5rem;
  max-width: 15.625rem;
}

.flexible-article-image-right .caption {
  font-size: 0.9rem;
}

@media screen and (max-width: 39.99875em) {
  .flexible-article-image-right {
    float: none;
    max-width: 100%;
    margin: 0;
  }

  .flexible-article-image-right .thumbnail {
    width: 100%;
  }

  .flexible-article-image-right .thumbnail img {
    width: 100%;
  }
}

.share-on-social {
  padding-top: .5rem;
}

.share-on-social a {
  display: inline-block;
}

.share-on-social i {
  font-size: 1.5rem;
  color: #8a8a8a;
}

.share-on-social i:hover {
  color: #555;
}

.share-on-social a.telegram img {
  width: 19px;
  height: 19.19px;
  float: left;
  opacity: .7;
}

.share-on-social a.telegram:hover img {
  opacity: 1;
}

.card-actions a {
  color: #555;
}

.card-actions i {
  font-size: 1.5rem;
}

.card-actions i::before {
  padding-top: 5px;
}

.comment-like-section .rating {
  display: inline-block;
  width: 100%;
}

.comment-like-section .like,
.comment-like-section .dislike {
  display: inline-block;
  cursor: pointer;
  margin: 10px;
  font-size: 1.1rem;
  color: #999;
}

.comment-like-section .dislike:hover,
.comment-like-section .like:hover {
  color: #173156;
}

.comment-like-section .active {
  color: #173156;
}

.comment-section-container {
  background-color: #fff;
  padding: 1rem;
}

.comment-section-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.comment-section-author .comment-section-name {
  margin-right: 1rem;
}

.comment-section-author .comment-section-name p {
  margin-bottom: 0;
}

.comment-section-author img {
  border-radius: 1rem;
}

.comment-section-box {
  background-color: #e6e6e6;
  padding: 1rem;
  border-radius: 1rem;
}

.comment-section-text {
  font-size: .9rem;
}

.comment-section-text.reply {
  margin-top: 5px;
  background-color: #e6e6e6;
  padding: 10px;
  border-radius: 5px;
}

.help-text {
  font-size: .85rem;
}

.close-button,
.close-button.medium {
  left: 1rem;
  top: .5rem !important;
  right: auto !important;
  color: white !important;
}

.profile-container {
  border: 0;
}

.profile-container ul.accordion {
  background: transparent;
}

.profile-container ul.accordion li.accordion-item>a {
  text-align: center;
  background: #f6f6f6;
}

.profile-container ul.accordion li.accordion-item.is-active a.accordion-title {
  background: #204558;
  color: #fff;
}

.profile-container ul.vertical li {
  border-bottom: 1px solid #eee;
}

.profile-container ul.vertical li a {
  font-size: 1rem;
  color: #36434f;
  z-index: 1;
  border: 0;
  position: relative;
}

.profile-container ul.vertical li a i {
  font-size: 1.5rem;
  padding-left: .5rem;
}

.profile-container ul.vertical li a i::before {
  position: relative;
  top: 3px;
}

.profile-container ul.vertical li .badge {
  position: absolute;
  left: 0;
  color: white;
  top: 1.6rem;
  -webkit-border-radius: 50px;
  font-size: 9px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 50px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 50px;
  border-bottom-left-radius: 0;
}

.profile-container ul.vertical li::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  -webkit-transition: width .3s;
  transition: width .3s;
  margin-top: 5px;
  background: #C4161C;
  position: relative;
  top: 3px;
  text-align: center;
  z-index: 3;
}

.profile-container ul.vertical li.is-active::after {
  width: 100%;
  text-align: center;
}

.profile-container ul.vertical li:last-child {
  border-bottom: 0;
}

.profile-container .tabs-panel {
  padding: 1rem 0;
}

.profile-photo-thumbnail {
  background: url(../img/user-thumb.png) center center no-repeat;
  background-size: 100px 100px;
  height: 100px;
  width: 100px;
  margin: 0px auto;
  border-radius: 50%;
}

.profile-photo-thumbnail img {
  border-radius: 50%;
}

.new-ticket-container,
.answer-box,
.new-return-container {
  display: none;
}

.hyper-box .card-divider {
  background: rgba(27, 20, 100, 0.5) !important;
  color: white;
}

.ticket-container-box {
  border-radius: 0 !important;
}

.ticket-container-box .card-divider {
  background: #f8f8f8;
  position: relative;
}

.ticket-container-box .card-divider span {
  position: absolute;
  left: 1rem;
  display: inline-block;
}

.alert.dark-blue {
  color: #fff;
  background: #204558 !important;
}

.alert.red {
  color: #fff !important;
  background: #fc4a1a !important;
}

.alert.red i {
  font-size: 2rem;
  color: #fff;
  margin-left: 10px;
  opacity: .7;
}

.alert.red i::before {
  top: 8px;
  position: relative;
}

.alert-tabs {
  text-align: center;
}

.alert-tabs li {
  display: inline-block;
  float: none;
}

.alert-tabs li a {
  color: #36434f;
  position: relative;
  padding: 1rem 2rem !important;
}

.alert-tabs li a .badge {
  position: absolute;
  left: 0;
  color: white;
  top: 6px;
  -webkit-border-radius: 50px;
  font-size: 9px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 50px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 50px;
  border-bottom-left-radius: 0;
}

.alert-tabs li::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  -webkit-transition: width .3s;
  transition: width .3s;
  margin-top: 0;
  background: #C4161C;
  position: relative;
  top: 3px;
  text-align: center;
}

.alert-tabs li.is-active::after {
  width: 100%;
  text-align: center;
}

.switch-align .switch-paddle {
  top: 7px;
}

.switch-align .switch-lbl {
  top: -1px;
}

.big-title {
  font-size: 2rem;
  color: #3fb0ac;
  margin: 2rem auto !important;
}

.product-alert-list img.product-thumbnail {
  width: 5rem;
  border-radius: 20px;
}

ul.system-alert-list li {
  list-style: none;
  padding: 1rem;
  background: #fafafa;
}

ul.system-alert-list li h3 {
  color: black;
  padding-top: 0;
  position: relative;
}

ul.system-alert-list li h3 span {
  position: absolute;
  left: 0;
  font-size: .7rem;
}

ul.system-alert-list li:nth-child(odd) {
  background: #f6f6f6;
}

.tag-cloud-section {
  background: #7b93a4;
  padding: 4rem;
  max-width: 800px;
  margin: 0 auto;
}

.tag-cloud-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #e6e6e6;
  border-bottom: 1px solid #cacaca;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.tag-cloud {
  text-align: right;
  list-style: none;
}

.tag-cloud .tag-cloud-individual-tag {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 5000px;
  background: #e6e6e6;
  display: inline-block;
  color: #666;
  margin: .4rem;
  padding: .5rem;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
}

.tag-cloud .tag-cloud-individual-tag .fa {
  margin-left: 7px;
  color: #e6e6e6;
}

.tag-cloud .tag-cloud-individual-tag:hover {
  background: #cacaca;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  cursor: pointer;
}

.pattern-img {
  border-radius: 1rem;
  margin-top: 1rem;
  width: 14.3rem;
}

#pattern-detail-tabs li a {
  font-size: 1.2rem;
  padding: 1rem !important;
  display: block;
}

.orbit.patterns-slider img {
  border-radius: 1rem;
}

.product-image-gallery {
  background-color: #fff;
  padding: 1.5rem;
}

.pdp-product-image {
  margin-bottom: 20px;
}

.product-thumbs {
  margin-top: 3rem !important;
}

.product-thumbs a {
  margin-left: 8px;
  margin-right: 8px;
  padding: 0 !important;
}

.product-thumbs a img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 0px solid #fefefe;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  border: none;
}

.product-actions {
  width: 100%;
  margin: 0 0 1rem 0;
}

.product-actions li {
  display: inline-block;
  padding: 0 .5rem;
}

.product-actions li a {
  color: #999;
}

.product-actions li a:hover {
  color: #36434f;
}

.product-actions li:hover {
  cursor: pointer !important;
}

#Product-detail-tabs li a {
  font-size: 1.2rem;
  padding: 1rem !important;
  display: block;
}

ul.show-rate-list {
  margin: 0;
  padding: 0;
}

ul.show-rate-list li {
  font-size: 1.5rem;
  padding: 5px 0;
  width: 100%;
  display: block;
  overflow: hidden;
}

.single-chart {
  width: 50%;
  margin: 0px auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #204558;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  -webkit-animation: progress 1s ease-out forwards;
  animation: progress 1s ease-out forwards;
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.yellow .circle {
  stroke: #C4161C;
}

.circular-chart.orange .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3fb0ac;
}

.percentage {
  fill: #204558;
  font-size: 0.5em;
  text-anchor: middle;
}

.search-modal {
  padding-top: 3rem !important;
}

.search-modal .left-container {
  background: #204558;
}

.car-container img,
.driving-container img {
  width: 80%;
  opacity: .6;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.car-container img:hover,
.driving-container img:hover {
  opacity: 1;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  cursor: pointer;
}

.type-container img {
  width: 100%;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.type-container img:hover {
  opacity: 1;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  cursor: pointer;
}

.ratebar-container {
  /* hover previous stars in list */
}

.ratebar-container p {
  margin: 1rem 0 0;
}

.ratebar-container .rating {
  border: none;
  float: right;
}

.ratebar-container .rating>input {
  display: none;
}

.ratebar-container .rating>label {
  margin: 0;
}

.ratebar-container .rating>label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f005";
}

.ratebar-container .rating>.half:before {
  content: "\f089";
  position: absolute;
}

.ratebar-container .rating>label {
  color: #ddd;
  float: left;
}

.ratebar-container .rating>input:checked~label,
.ratebar-container .rating:not(:checked)>label:hover,
.ratebar-container .rating:not(:checked)>label:hover~label {
  color: #FFD700;
}

.ratebar-container .rating>input:checked+label:hover,
.ratebar-container .rating>input:checked~label:hover,
.ratebar-container .rating>label:hover~input:checked~label,
.ratebar-container .rating>input:checked~label:hover~label {
  color: #FFED85;
}

.comments-blocks {
  font-size: .9rem;
  line-height: 24px;
}

.comments-blocks h5 {
  font-size: .9rem;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

ul.notices-list li {
  font-size: .9rem;
  padding: .5rem;
}

.add-comment-modal textarea {
  margin-top: .5rem !important;
}

.product-detail-container .star-rating-block {
  float: left;
}

.product-summery-inf .price {
  color: forestgreen;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.product-summery-inf button.button {
  padding: 1rem;
  font-size: 1.5rem;
  margin-top: 1rem;
  line-height: 2.1rem;
}

.product-summery-inf button.button i {
  font-size: 2rem;
  float: right;
}

ul.left-box-feature {
  margin: 0;
  display: block;
  width: 100%;
  padding: 0 1rem 0 0;
}

ul.left-box-feature li {
  padding: .5rem 0.3rem .5rem 0;
  font-size: .85rem;
  position: relative;
}

ul.left-box-feature li::before {
  content: ':: ';
  display: block;
  position: absolute;
  top: 7px;
  right: -10px;
}

ul.technical-list {
  margin: 1rem 0;
  padding: 0;
}

ul.technical-list li {
  padding: .5rem 0;
  display: block;
  width: 100%;
  overflow: hidden;
}

ul.technical-list li div.title {
  width: 20%;
  margin-left: 3%;
  float: right;
  background: #f9f9f9;
  padding: 1rem;
}

ul.technical-list li div.title.empty {
  background: #fff;
}

ul.technical-list li div.desc {
  width: 77%;
  float: right;
  background: #f9f9f9;
  padding: 1rem;
}

ul.technical-list li div.desc2 {
  width: 19%;
  float: right;
  background: #f9f9f9;

}

ul.technical-list li div.desc2>div {
  padding: 1rem;
}

.circle-rate-container {
  position: relative;
}

.circle-rate-container img {
  width: 45%;
}

.circle-rate-container>span {
  margin-top: 1rem;
  display: block;
  font-size: .85rem;
}

.circle-rate-container span.number {
  position: absolute;
  bottom: 2rem;
  left: 3rem;
  background: #fc0;
  color: #fff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 1rem;
}

div.product-icon-container img {
  width: 50%;
  padding: 1rem 0;
}

.reveal {
  background-color: white !important;
  border: 0 !important;
}

.reveal .close-button {
  color: #333 !important;
}

.reveal h1 {
  margin-top: 1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.reveal .lead {
  font-size: 80%;
}

.cd-products-comparison-table {
  margin-bottom: 6em;
}

.cd-products-comparison-table::after {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}

.cd-products-comparison-table header {
  padding: 0 5% 25px;
}

.cd-products-comparison-table header::after {
  clear: both;
  content: "";
  display: table;
}

.cd-products-comparison-table h2 {
  float: left;
  font-weight: bold;
}

.cd-products-comparison-table .actions {
  float: right;
}

.cd-products-comparison-table .reset,
.cd-products-comparison-table .filter {
  font-size: 1.4rem;
}

.cd-products-comparison-table .reset {
  color: #404042;
  text-decoration: underline;
}

.cd-products-comparison-table .filter {
  padding: .6em 1.5em;
  color: #ffffff;
  background-color: #cccccc;
  border-radius: 3px;
  margin-left: 1em;
  cursor: not-allowed;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.cd-products-comparison-table .filter.active {
  cursor: pointer;
  background-color: #9dc997;
}

.no-touch .cd-products-comparison-table .filter.active:hover {
  background-color: #a7cea1;
}

@media only screen and (min-width: 1170px) {
  .cd-products-comparison-table {
    margin-bottom: 8em;
  }

  .cd-products-comparison-table::after {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }

  .cd-products-comparison-table header {
    padding: 0 5% 40px;
  }

  .cd-products-comparison-table h2 {
    font-size: 2.4rem;
  }

  .cd-products-comparison-table .reset,
  .cd-products-comparison-table .filter {
    font-size: 1.6rem;
  }

  .cd-products-comparison-table .filter {
    padding: .6em 2em;
    margin-left: 1.6em;
  }
}

.cd-products-table {
  position: relative;
  overflow: hidden;
}

.cd-products-table .features {
  /* fixed left column - product properties list */
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 120px;
  border: 1px solid #eee;
  background-color: #fafafa;
  opacity: .95;
  border-left: 0;
  border-top: 0;
  border-right: 0;
}

.cd-products-table .features::after {
  /* color gradient on the right of .features -  visible while scrolling inside the .cd-products-table */
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 4px;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.06)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.06), transparent);
  opacity: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-products-table .features {
    width: 210px;
  }
}

.cd-products-table.scrolling .features::after {
  opacity: 1;
}

.cd-products-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 0;
}

.cd-products-columns {
  width: auto;
  margin-right: 120px;
}

.cd-products-columns::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width: 1170px) {
  .cd-products-columns {
    width: auto;
    margin-right: 210px;
  }
}

.cd-products-columns .product {
  position: relative;
  float: right;
  width: 150px;
  text-align: center;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.filtering .cd-products-columns .product:not(.selected) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.no-product-transition .cd-products-columns .product.selected {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.filtered .cd-products-columns .product:not(.selected) {
  position: absolute;
}

@media only screen and (min-width: 1170px) {
  .cd-products-columns .product {
    width: 310px;
  }
}

.cd-features-list {
  margin: 0;
}

.cd-features-list li {
  padding: 23px 40px;
  border: 1px solid #eee;
  border-right: 0;
  border-bottom: 0;
  white-space: nowrap;
}

.cd-features-list li.rate {
  padding: 21px 0;
}

.cd-features-list li.rate span {
  display: inline-block;
  height: 22px;
  width: 110px;
  background: url(../img/cd-star.svg);
  color: transparent;
}

@media only screen and (min-width: 1170px) {
  .cd-features-list li.rate {
    padding: 22px 0;
  }
}

.features .cd-features-list li,
.cd-products-table .features .top-info {
  /* fixed left column - items */
  font-weight: bold;
  /* set line-height value equal to font-size of text inside product cells */
  line-height: 14px;
  padding: 26px 10px;
  text-align: right;
  -webkit-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
}

@media only screen and (min-width: 1170px) {

  .features .cd-features-list li,
  .cd-products-table .features .top-info {
    text-transform: uppercase;
    line-height: 16px;
    padding: 25px 20px;
  }
}

.features .cd-features-list li {
  /* truncate text with dots */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cd-products-table .top-info {
  position: relative;
  height: 177px;
  width: 150px;
  text-align: center;
  padding: 1.25em 2.5em;
  border: 1px solid #eee;
  border-bottom: 0;
  border-right: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  cursor: pointer;
  background: #fff;
}

.cd-products-table .top-info::after {
  /* color gradient below .top-info -  visible when .top-info is fixed */
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 4px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), transparent);
  opacity: 0;
}

.cd-products-table .top-info h3 {
  padding: 1.25em 0 0.625em;
  font-size: 1rem;
}

.cd-products-table .top-info img {
  width: 150px;
  margin-top: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-products-table .top-info h3,
.cd-products-table .top-info img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-products-table .top-info .check {
  position: absolute;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 auto 1em;
}

.cd-products-table .top-info .check::after,
.cd-products-table .top-info .check::before {
  /* used to create the check icon and green circle dot - visible when product is selected */
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
}

.cd-products-table .top-info .check::before {
  /* green circle dot */
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
  -webkit-transition: background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
  transition: background-color 0.3s, transform 0.3s, border-color 0.3s, -webkit-transform 0.3s;
}

.cd-products-table .top-info .check::after {
  /* check icon */
  background: url(../img/cd-check.svg) no-repeat center center;
  background-size: 24px 24px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media only screen and (min-width: 1170px) {
  .cd-products-table .top-info {
    height: 280px;
    width: 310px;
  }

  .cd-products-table .top-info h3 {
    padding-top: 1.4em;
  }

  .cd-products-table .top-info .check {
    margin-bottom: 1.5em;
  }
}

.cd-products-table .features .top-info {
  /* models */
  width: 120px;
  cursor: auto;
  background: #fafafa;
}

@media only screen and (min-width: 1170px) {
  .cd-products-table .features .top-info {
    width: 210px;
  }
}

.cd-products-table .selected .top-info .check::before {
  /* green circle dot */
  background: #9dc997;
  border-color: #9dc997;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}

@-webkit-keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.6);
  }

  100% {
    -webkit-transform: scale(1.5);
  }
}

@keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }

  100% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.cd-products-table .selected .top-info .check::after {
  /* check icon */
  opacity: 1;
}

@media only screen and (min-width: 1170px) {

  .cd-products-table.top-fixed .cd-products-columns>li,
  .cd-products-table.top-scrolling .cd-products-columns>li,
  .cd-products-table.top-fixed .features,
  .cd-products-table.top-scrolling .features {
    padding-top: 160px;
  }

  .cd-products-table.top-fixed .top-info,
  .cd-products-table.top-scrolling .top-info {
    height: 110px;
    position: fixed;
    top: 56px !important;
    z-index: 800;
    -webkit-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
  }

  .no-cssgradients .cd-products-table.top-fixed .top-info,
  .no-cssgradients .cd-products-table.top-scrolling .top-info {
    border-bottom: 1px solid #e6e6e6;
  }

  .cd-products-table.top-fixed .top-info::after,
  .cd-products-table.top-scrolling .top-info::after {
    opacity: 1;
  }

  .cd-products-table.top-fixed .top-info h3,
  .cd-products-table.top-scrolling .top-info h3 {
    -webkit-transform: translateY(-116px);
    -ms-transform: translateY(-116px);
    transform: translateY(-116px);
  }

  .cd-products-table.top-fixed .top-info img,
  .cd-products-table.top-scrolling .top-info img {
    -webkit-transform: translateY(-62px) scale(0.4);
    -ms-transform: translateY(-62px) scale(0.4);
    transform: translateY(-62px) scale(0.4);
  }

  .cd-products-table.top-scrolling .top-info {
    position: absolute;
  }
}

.cd-table-navigation a {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 15px;
  -webkit-transform: translateY(55px);
  -ms-transform: translateY(55px);
  transform: translateY(55px);
  /* replace text with image */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 60px;
  width: 40px;
  background: rgba(64, 64, 66, 0.8) url("../img/cd-arrow.svg") no-repeat center center;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.cd-table-navigation a.inactive {
  opacity: 0;
  visibility: hidden;
}

.cd-table-navigation a.prev {
  left: 120px;
  right: auto;
  -webkit-transform: translateY(55px) translateX(15px) rotate(180deg);
  -ms-transform: translateY(55px) translateX(15px) rotate(180deg);
  transform: translateY(55px) translateX(15px) rotate(180deg);
}

.no-touch .cd-table-navigation a:hover {
  background-color: #404042;
}

@media only screen and (min-width: 1170px) {
  .cd-table-navigation a {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }

  .cd-table-navigation a.prev {
    left: 210px;
    -webkit-transform: translateY(100px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(100px) translateX(15px) rotate(180deg);
    transform: translateY(100px) translateX(15px) rotate(180deg);
  }

  .top-fixed .cd-table-navigation a {
    position: fixed;
  }

  .top-fixed .cd-table-navigation a,
  .top-scrolling .cd-table-navigation a {
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
  }

  .top-fixed .cd-table-navigation a.prev,
  .top-scrolling .cd-table-navigation a.prev {
    -webkit-transform: translateY(45px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(45px) translateX(15px) rotate(180deg);
    transform: translateY(45px) translateX(15px) rotate(180deg);
  }
}

/* -------------------------------- 

No JS

-------------------------------- */
.no-js .actions {
  display: none;
}

.no-js .cd-products-table .top-info {
  height: 145px;
}

@media only screen and (min-width: 1170px) {
  .no-js .cd-products-table .top-info {
    height: 248px;
  }
}

.no-js .cd-products-columns .check {
  display: none;
}

/*
.compare-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  background: #fc0;
  height: 13rem;
  z-index: 999;
  -webkit-box-shadow: 0px 0 9px #999;
  box-shadow: 0px 0 9px #999;
}

.compare-container .clos-btn-container {
  float: right;
  color: white;
  position: relative;
  right: 1.2rem;
  cursor: pointer;
}

.compare-container .box {
  display: inline-block;
  margin: 1rem .5rem;
}*/

.prod-id {
  background: rgba(255, 255, 255, 0.5);
  padding: .5rem;
  border-radius: 10px;
}

.switch-toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch-toggle-wrapper .switch {
  margin-bottom: 0;
}

.height-limited {
  max-height: 260px;
  overflow-y: auto;
}

.product-grid p {
  margin-bottom: 0;
}

/*
.product-grid .card:hover {
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  -webkit-transition: -webkit-box-shadow ease 0.3s;
  transition: -webkit-box-shadow ease 0.3s;
  transition: box-shadow ease 0.3s;
  transition: box-shadow ease 0.3s, -webkit-box-shadow ease 0.3s;
}*/

.product-grid .card:hover .compare-box {
  display: block;
}

.product-grid .card:hover .compare-box .compare-btn {
  font-size: .8rem;
  padding: 5px;
  border-radius: 5px;
  right: .5rem;
  position: relative;
  background-color: white;
}

.product-grid .card {
  border-color: white;
  /* -webkit-transition: -webkit-box-shadow ease 0.3s;
  transition: -webkit-box-shadow ease 0.3s;
  transition: box-shadow ease 0.3s;
  transition: box-shadow ease 0.3s, -webkit-box-shadow ease 0.3s;*/
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  position: relative;
}

.product-grid .card .compare-box {
  position: absolute;
  top: 8px;
  font-size: .8rem;
  z-index: 401;
  display: none;
}

.product-grid .card .product-lbl {
  position: absolute;
  left: .5rem;
  top: .5rem;
  z-index: 500;
  padding: 5px;
  color: white;
  font-size: .7rem;
  border-radius: 5px;
}

.product-grid .card .last {
  background: #d12727;
}

.product-grid .card .new {
  background: #6fb819;
}

.product-grid .card .service {
  background: #e7a916;
}

.product-grid .card .offer {
  background: #000c3e;
}

.product-grid .card .price {
  color: forestgreen;
  font-size: 1rem;
}

.product-grid .card .off-price {
  color: #999;
}

.product-grid .card img {
  position: relative;
  z-index: 400;
}

ul.checklist {
  list-style-type: none;
  margin: 0;
}

ul.checklist li {
  padding: .5rem 0;
}

ul.checklist li span {
  float: left;
  color: #999;
  font-size: .9rem;
  margin-left: 8px;
}

ul.checklist input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  left: -99999px;
}

ul.checklist input[type="checkbox"]~label {
  position: relative;
  margin-right: .5rem;
}

ul.checklist input[type="checkbox"]~label::after {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #eee;
  box-shadow: inset 0 0 0 2px #eee;
  content: '';
  display: block;
  height: 20px;
  right: -.5rem;
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
}

ul.checklist input[type="checkbox"]:checked~label::after {
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f14a";
  color: rgba(27, 20, 100, 0.5);
}

table.small-text {
  font-size: .75rem;
}

.theme-container {
  border: 1px solid #ccc;
  max-width: 750px;
  margin: 0px auto;
  border-radius: 10px;
  background: #f9f9f9;
  overflow: hidden;
}

.theme-container .theme-header {
  padding: 1rem;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.theme-container .theme-header img {
  float: right;
  overflow: hidden;
  width: 100px;
}

.theme-container .theme-header div {
  float: left;
  width: 300px;
  text-align: left;
}

.theme-container .theme-header div span {
  width: 100%;
  display: block;
  margin-top: 5px;
}

.theme-container .theme-header h3 {
  float: right;
  text-align: left;
  width: 300px;
}

.theme-container .theme-body {
  padding: 1rem;
}

.theme-container .theme-body table td.green,
.theme-container .theme-body table th.green {
  color: forestgreen;
}

.theme-container .theme-footer {
  background: #204558;
  color: #fff;
  padding: 1rem;
}

.type-sidelines {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.type-sidelines span {
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
}

.type-sidelines span:before,
.type-sidelines span:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 9999px;
  top: 50%;
  border-top-style: solid;
  border-top-width: 1px;
}

.type-sidelines span:before {
  right: 100%;
}

.type-sidelines span:after {
  left: 100%;
}

.double {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.double span {
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
}

.double span:before,
.double span:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 9999px;
  top: 50%;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 0.5em;
  margin-top: -0.25em;
}

.double span:before {
  right: 100%;
}

.double span:after {
  left: 100%;
}

.custom {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.custom span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.custom span:before,
.custom span:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  border-top-style: dotted;
  border-top-width: 4px;
  border-top-color: #2980b9;
  margin-top: -2px;
}

.custom span:before {
  right: 100%;
}

.custom span:after {
  left: 100%;
}

.custom-2 {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.custom-2 span {
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
}

.custom-2 span:before,
.custom-2 span:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 9999px;
  top: 50%;
  border-top-style: solid;
  border-top-width: 4px;
  border-top-color: #27ae60;
  margin-top: -2px;
}

.custom-2 span:before {
  right: 100%;
}

.custom-2 span:after {
  left: 100%;
}

@media screen and (max-width: 39.9375em) {
  .user-thumb-mobile {
    width: 30%;
  }

  .mobile-basket {
    float: left;
    position: absolute;
    left: 1.2rem;
    top: 1.2rem;
  }

  .exit-btn {
    font-size: .7rem !important;
    padding: 1rem !important;
  }

  .mobile-container-inf {
    color: #fff;
    margin-top: 2rem;
  }

  .mobile-filter {
    width: 5rem;
    height: 5rem;
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    border-radius: 50%;
    text-align: center;
    color: #fff !important;
    background: #3fb0ac;
    z-index: 900;
    line-height: 6rem;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  }

  .mobile-filter i {
    font-size: 2.5rem;
    color: #fff !important;
  }

  .mobile-filter .mobile-filter:hover i {
    color: #fff !important;
  }

  .car-type-img {
    width: 65%;
  }

  .basket-badge {
    right: auto !important;
  }

  .alert-box {
    width: auto !important;
  }

  .stages label {
    width: 100% !important;
    display: block !important;
    border-bottom: 1px solid #eee;
    padding: 1rem;
  }

  .stages label:last-child {
    border-bottom: 0px !important;
  }

  nav.top-header .top-logo-container {
    text-align: center;
  }

  nav.top-header {
    padding-bottom: 1.5rem !important;
  }

  body {
    overflow-x: hidden;
  }

  ul.menu li a i {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    margin-left: .5rem;
  }

  .header-logo {
    width: 108px !important;
    left: 50% !important;
    margin-left: -54px !important;
    right: auto !important;
    top: 1px !important;
  }

  .basket-link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }

  .basket-link-container i {
    font-size: 2rem;
    color: #888;
  }

  .basket-text {
    display: block;
    width: 100%;
    color: #888;
  }

  .search-button-container {
    text-align: center;
  }

  span.button-container:hover a {
    color: #fff !important;
  }

  .links-container,
  .copyright {
    text-align: center;
  }

  .news-container .tabs-content {
    border-right: 0 !important;
    border-top: 1px solid #eeeeee !important;
  }

  .footer-certificates img {
    float: none;
  }

  .footer-certificates {
    text-align: center;
    margin-top: 1rem;
  }

  .copyright.social {
    margin-top: 1rem;
  }

  .reference-label {
    margin: 0 0 1rem 0 !important;
  }

  .button-container {
    width: 80%;
    margin: .5rem auto;
    display: block;
    border-radius: 1rem;
    line-height: 30px;
    text-align: center;
    background: #072232;
  }
}

.grid-container {
  padding-right: 0.78125rem;
  padding-left: 0.78125rem;
  max-width: 93.75rem;
  margin: 0 auto;
}

@media print,
screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.17188rem;
    padding-left: 1.17188rem;
  }
}

.grid-container.fluid {
  padding-right: 0.78125rem;
  padding-left: 0.78125rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print,
screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.17188rem;
    padding-left: 1.17188rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x>.auto {
  width: auto;
}

.grid-x>.shrink {
  width: auto;
}

.grid-x>.small-shrink,
.grid-x>.small-full,
.grid-x>.small-1,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print,
screen and (min-width: 40em) {

  .grid-x>.medium-shrink,
  .grid-x>.medium-full,
  .grid-x>.medium-1,
  .grid-x>.medium-2,
  .grid-x>.medium-3,
  .grid-x>.medium-4,
  .grid-x>.medium-5,
  .grid-x>.medium-6,
  .grid-x>.medium-7,
  .grid-x>.medium-8,
  .grid-x>.medium-9,
  .grid-x>.medium-10,
  .grid-x>.medium-11,
  .grid-x>.medium-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print,
screen and (min-width: 64em) {

  .grid-x>.large-shrink,
  .grid-x>.large-full,
  .grid-x>.large-1,
  .grid-x>.large-2,
  .grid-x>.large-3,
  .grid-x>.large-4,
  .grid-x>.large-5,
  .grid-x>.large-6,
  .grid-x>.large-7,
  .grid-x>.large-8,
  .grid-x>.large-9,
  .grid-x>.large-10,
  .grid-x>.large-11,
  .grid-x>.large-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.grid-x>.small-1,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x>.small-1 {
  width: 8.33333%;
}

.grid-x>.small-2 {
  width: 16.66667%;
}

.grid-x>.small-3 {
  width: 25%;
}

.grid-x>.small-4 {
  width: 33.33333%;
}

.grid-x>.small-5 {
  width: 41.66667%;
}

.grid-x>.small-6 {
  width: 50%;
}

.grid-x>.small-7 {
  width: 58.33333%;
}

.grid-x>.small-8 {
  width: 66.66667%;
}

.grid-x>.small-9 {
  width: 75%;
}

.grid-x>.small-10 {
  width: 83.33333%;
}

.grid-x>.small-11 {
  width: 91.66667%;
}

.grid-x>.small-12 {
  width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .grid-x>.medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.medium-shrink,
  .grid-x>.medium-1,
  .grid-x>.medium-2,
  .grid-x>.medium-3,
  .grid-x>.medium-4,
  .grid-x>.medium-5,
  .grid-x>.medium-6,
  .grid-x>.medium-7,
  .grid-x>.medium-8,
  .grid-x>.medium-9,
  .grid-x>.medium-10,
  .grid-x>.medium-11,
  .grid-x>.medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x>.medium-shrink {
    width: auto;
  }

  .grid-x>.medium-1 {
    width: 8.33333%;
  }

  .grid-x>.medium-2 {
    width: 16.66667%;
  }

  .grid-x>.medium-3 {
    width: 25%;
  }

  .grid-x>.medium-4 {
    width: 33.33333%;
  }

  .grid-x>.medium-5 {
    width: 41.66667%;
  }

  .grid-x>.medium-6 {
    width: 50%;
  }

  .grid-x>.medium-7 {
    width: 58.33333%;
  }

  .grid-x>.medium-8 {
    width: 66.66667%;
  }

  .grid-x>.medium-9 {
    width: 75%;
  }

  .grid-x>.medium-10 {
    width: 83.33333%;
  }

  .grid-x>.medium-11 {
    width: 91.66667%;
  }

  .grid-x>.medium-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-x>.large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x>.large-shrink,
  .grid-x>.large-1,
  .grid-x>.large-2,
  .grid-x>.large-3,
  .grid-x>.large-4,
  .grid-x>.large-5,
  .grid-x>.large-6,
  .grid-x>.large-7,
  .grid-x>.large-8,
  .grid-x>.large-9,
  .grid-x>.large-10,
  .grid-x>.large-11,
  .grid-x>.large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-x>.large-shrink {
    width: auto;
  }

  .grid-x>.large-1 {
    width: 8.33333%;
  }

  .grid-x>.large-2 {
    width: 16.66667%;
  }

  .grid-x>.large-3 {
    width: 25%;
  }

  .grid-x>.large-4 {
    width: 33.33333%;
  }

  .grid-x>.large-5 {
    width: 41.66667%;
  }

  .grid-x>.large-6 {
    width: 50%;
  }

  .grid-x>.large-7 {
    width: 58.33333%;
  }

  .grid-x>.large-8 {
    width: 66.66667%;
  }

  .grid-x>.large-9 {
    width: 75%;
  }

  .grid-x>.large-10 {
    width: 83.33333%;
  }

  .grid-x>.large-11 {
    width: 91.66667%;
  }

  .grid-x>.large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x)>.cell {
  width: auto;
}

.grid-margin-y:not(.grid-y)>.cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.78125rem;
  margin-right: -0.78125rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.17188rem;
    margin-right: -1.17188rem;
  }
}

.grid-margin-x>.cell {
  width: calc(100% - 1.5625rem);
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-x>.cell {
    width: calc(100% - 2.34375rem);
    margin-left: 1.17188rem;
    margin-right: 1.17188rem;
  }
}

.grid-margin-x>.auto {
  width: auto;
}

.grid-margin-x>.shrink {
  width: auto;
}

.grid-margin-x>.small-1 {
  width: calc(8.33333% - 1.5625rem);
}

.grid-margin-x>.small-2 {
  width: calc(16.66667% - 1.5625rem);
}

.grid-margin-x>.small-3 {
  width: calc(25% - 1.5625rem);
}

.grid-margin-x>.small-4 {
  width: calc(33.33333% - 1.5625rem);
}

.grid-margin-x>.small-5 {
  width: calc(41.66667% - 1.5625rem);
}

.grid-margin-x>.small-6 {
  width: calc(50% - 1.5625rem);
}

.grid-margin-x>.small-7 {
  width: calc(58.33333% - 1.5625rem);
}

.grid-margin-x>.small-8 {
  width: calc(66.66667% - 1.5625rem);
}

.grid-margin-x>.small-9 {
  width: calc(75% - 1.5625rem);
}

.grid-margin-x>.small-10 {
  width: calc(83.33333% - 1.5625rem);
}

.grid-margin-x>.small-11 {
  width: calc(91.66667% - 1.5625rem);
}

.grid-margin-x>.small-12 {
  width: calc(100% - 1.5625rem);
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-x>.auto {
    width: auto;
  }

  .grid-margin-x>.shrink {
    width: auto;
  }

  .grid-margin-x>.small-1 {
    width: calc(8.33333% - 2.34375rem);
  }

  .grid-margin-x>.small-2 {
    width: calc(16.66667% - 2.34375rem);
  }

  .grid-margin-x>.small-3 {
    width: calc(25% - 2.34375rem);
  }

  .grid-margin-x>.small-4 {
    width: calc(33.33333% - 2.34375rem);
  }

  .grid-margin-x>.small-5 {
    width: calc(41.66667% - 2.34375rem);
  }

  .grid-margin-x>.small-6 {
    width: calc(50% - 2.34375rem);
  }

  .grid-margin-x>.small-7 {
    width: calc(58.33333% - 2.34375rem);
  }

  .grid-margin-x>.small-8 {
    width: calc(66.66667% - 2.34375rem);
  }

  .grid-margin-x>.small-9 {
    width: calc(75% - 2.34375rem);
  }

  .grid-margin-x>.small-10 {
    width: calc(83.33333% - 2.34375rem);
  }

  .grid-margin-x>.small-11 {
    width: calc(91.66667% - 2.34375rem);
  }

  .grid-margin-x>.small-12 {
    width: calc(100% - 2.34375rem);
  }

  .grid-margin-x>.medium-auto {
    width: auto;
  }

  .grid-margin-x>.medium-shrink {
    width: auto;
  }

  .grid-margin-x>.medium-1 {
    width: calc(8.33333% - 2.34375rem);
  }

  .grid-margin-x>.medium-2 {
    width: calc(16.66667% - 2.34375rem);
  }

  .grid-margin-x>.medium-3 {
    width: calc(25% - 2.34375rem);
  }

  .grid-margin-x>.medium-4 {
    width: calc(33.33333% - 2.34375rem);
  }

  .grid-margin-x>.medium-5 {
    width: calc(41.66667% - 2.34375rem);
  }

  .grid-margin-x>.medium-6 {
    width: calc(50% - 2.34375rem);
  }

  .grid-margin-x>.medium-7 {
    width: calc(58.33333% - 2.34375rem);
  }

  .grid-margin-x>.medium-8 {
    width: calc(66.66667% - 2.34375rem);
  }

  .grid-margin-x>.medium-9 {
    width: calc(75% - 2.34375rem);
  }

  .grid-margin-x>.medium-10 {
    width: calc(83.33333% - 2.34375rem);
  }

  .grid-margin-x>.medium-11 {
    width: calc(91.66667% - 2.34375rem);
  }

  .grid-margin-x>.medium-12 {
    width: calc(100% - 2.34375rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-x>.large-auto {
    width: auto;
  }

  .grid-margin-x>.large-shrink {
    width: auto;
  }

  .grid-margin-x>.large-1 {
    width: calc(8.33333% - 2.34375rem);
  }

  .grid-margin-x>.large-2 {
    width: calc(16.66667% - 2.34375rem);
  }

  .grid-margin-x>.large-3 {
    width: calc(25% - 2.34375rem);
  }

  .grid-margin-x>.large-4 {
    width: calc(33.33333% - 2.34375rem);
  }

  .grid-margin-x>.large-5 {
    width: calc(41.66667% - 2.34375rem);
  }

  .grid-margin-x>.large-6 {
    width: calc(50% - 2.34375rem);
  }

  .grid-margin-x>.large-7 {
    width: calc(58.33333% - 2.34375rem);
  }

  .grid-margin-x>.large-8 {
    width: calc(66.66667% - 2.34375rem);
  }

  .grid-margin-x>.large-9 {
    width: calc(75% - 2.34375rem);
  }

  .grid-margin-x>.large-10 {
    width: calc(83.33333% - 2.34375rem);
  }

  .grid-margin-x>.large-11 {
    width: calc(91.66667% - 2.34375rem);
  }

  .grid-margin-x>.large-12 {
    width: calc(100% - 2.34375rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.78125rem;
  margin-left: -0.78125rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.17188rem;
    margin-left: -1.17188rem;
  }
}

.grid-container:not(.full)>.grid-padding-x {
  margin-right: -0.78125rem;
  margin-left: -0.78125rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-container:not(.full)>.grid-padding-x {
    margin-right: -1.17188rem;
    margin-left: -1.17188rem;
  }
}

.grid-padding-x>.cell {
  padding-right: 0.78125rem;
  padding-left: 0.78125rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-padding-x>.cell {
    padding-right: 1.17188rem;
    padding-left: 1.17188rem;
  }
}

.small-up-1>.cell {
  width: 100%;
}

.small-up-2>.cell {
  width: 50%;
}

.small-up-3>.cell {
  width: 33.33333%;
}

.small-up-4>.cell {
  width: 25%;
}

.small-up-5>.cell {
  width: 20%;
}

.small-up-6>.cell {
  width: 16.66667%;
}

.small-up-7>.cell {
  width: 14.28571%;
}

.small-up-8>.cell {
  width: 12.5%;
}

@media print,
screen and (min-width: 40em) {
  .medium-up-1>.cell {
    width: 100%;
  }

  .medium-up-2>.cell {
    width: 50%;
  }

  .medium-up-3>.cell {
    width: 33.33333%;
  }

  .medium-up-4>.cell {
    width: 25%;
  }

  .medium-up-5>.cell {
    width: 20%;
  }

  .medium-up-6>.cell {
    width: 16.66667%;
  }

  .medium-up-7>.cell {
    width: 14.28571%;
  }

  .medium-up-8>.cell {
    width: 12.5%;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-up-1>.cell {
    width: 100%;
  }

  .large-up-2>.cell {
    width: 50%;
  }

  .large-up-3>.cell {
    width: 33.33333%;
  }

  .large-up-4>.cell {
    width: 25%;
  }

  .large-up-5>.cell {
    width: 20%;
  }

  .large-up-6>.cell {
    width: 16.66667%;
  }

  .large-up-7>.cell {
    width: 14.28571%;
  }

  .large-up-8>.cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1>.cell {
  width: calc(100% - 1.5625rem);
}

.grid-margin-x.small-up-2>.cell {
  width: calc(50% - 1.5625rem);
}

.grid-margin-x.small-up-3>.cell {
  width: calc(33.33333% - 1.5625rem);
}

.grid-margin-x.small-up-4>.cell {
  width: calc(25% - 1.5625rem);
}

.grid-margin-x.small-up-5>.cell {
  width: calc(20% - 1.5625rem);
}

.grid-margin-x.small-up-6>.cell {
  width: calc(16.66667% - 1.5625rem);
}

.grid-margin-x.small-up-7>.cell {
  width: calc(14.28571% - 1.5625rem);
}

.grid-margin-x.small-up-8>.cell {
  width: calc(12.5% - 1.5625rem);
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-x.small-up-1>.cell {
    width: calc(100% - 2.34375rem);
  }

  .grid-margin-x.small-up-2>.cell {
    width: calc(50% - 2.34375rem);
  }

  .grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 2.34375rem);
  }

  .grid-margin-x.small-up-4>.cell {
    width: calc(25% - 2.34375rem);
  }

  .grid-margin-x.small-up-5>.cell {
    width: calc(20% - 2.34375rem);
  }

  .grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 2.34375rem);
  }

  .grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 2.34375rem);
  }

  .grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 2.34375rem);
  }

  .grid-margin-x.medium-up-1>.cell {
    width: calc(100% - 2.34375rem);
  }

  .grid-margin-x.medium-up-2>.cell {
    width: calc(50% - 2.34375rem);
  }

  .grid-margin-x.medium-up-3>.cell {
    width: calc(33.33333% - 2.34375rem);
  }

  .grid-margin-x.medium-up-4>.cell {
    width: calc(25% - 2.34375rem);
  }

  .grid-margin-x.medium-up-5>.cell {
    width: calc(20% - 2.34375rem);
  }

  .grid-margin-x.medium-up-6>.cell {
    width: calc(16.66667% - 2.34375rem);
  }

  .grid-margin-x.medium-up-7>.cell {
    width: calc(14.28571% - 2.34375rem);
  }

  .grid-margin-x.medium-up-8>.cell {
    width: calc(12.5% - 2.34375rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-x.large-up-1>.cell {
    width: calc(100% - 2.34375rem);
  }

  .grid-margin-x.large-up-2>.cell {
    width: calc(50% - 2.34375rem);
  }

  .grid-margin-x.large-up-3>.cell {
    width: calc(33.33333% - 2.34375rem);
  }

  .grid-margin-x.large-up-4>.cell {
    width: calc(25% - 2.34375rem);
  }

  .grid-margin-x.large-up-5>.cell {
    width: calc(20% - 2.34375rem);
  }

  .grid-margin-x.large-up-6>.cell {
    width: calc(16.66667% - 2.34375rem);
  }

  .grid-margin-x.large-up-7>.cell {
    width: calc(14.28571% - 2.34375rem);
  }

  .grid-margin-x.large-up-8>.cell {
    width: calc(12.5% - 2.34375rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse>.cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse>.small-1 {
  width: 8.33333%;
}

.small-margin-collapse>.small-2 {
  width: 16.66667%;
}

.small-margin-collapse>.small-3 {
  width: 25%;
}

.small-margin-collapse>.small-4 {
  width: 33.33333%;
}

.small-margin-collapse>.small-5 {
  width: 41.66667%;
}

.small-margin-collapse>.small-6 {
  width: 50%;
}

.small-margin-collapse>.small-7 {
  width: 58.33333%;
}

.small-margin-collapse>.small-8 {
  width: 66.66667%;
}

.small-margin-collapse>.small-9 {
  width: 75%;
}

.small-margin-collapse>.small-10 {
  width: 83.33333%;
}

.small-margin-collapse>.small-11 {
  width: 91.66667%;
}

.small-margin-collapse>.small-12 {
  width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .small-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .small-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .small-margin-collapse>.medium-3 {
    width: 25%;
  }

  .small-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .small-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .small-margin-collapse>.medium-6 {
    width: 50%;
  }

  .small-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .small-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .small-margin-collapse>.medium-9 {
    width: 75%;
  }

  .small-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .small-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .small-margin-collapse>.medium-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .small-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .small-margin-collapse>.large-3 {
    width: 25%;
  }

  .small-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .small-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .small-margin-collapse>.large-6 {
    width: 50%;
  }

  .small-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .small-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .small-margin-collapse>.large-9 {
    width: 75%;
  }

  .small-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .small-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .small-margin-collapse>.large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse>.cell {
  padding-right: 0;
  padding-left: 0;
}

@media print,
screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print,
screen and (min-width: 40em) {
  .medium-margin-collapse>.small-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.small-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse>.small-3 {
    width: 25%;
  }

  .medium-margin-collapse>.small-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.small-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse>.small-6 {
    width: 50%;
  }

  .medium-margin-collapse>.small-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.small-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse>.small-9 {
    width: 75%;
  }

  .medium-margin-collapse>.small-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.small-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse>.small-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 40em) {
  .medium-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse>.medium-3 {
    width: 25%;
  }

  .medium-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse>.medium-6 {
    width: 50%;
  }

  .medium-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse>.medium-9 {
    width: 75%;
  }

  .medium-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse>.medium-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .medium-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse>.large-3 {
    width: 25%;
  }

  .medium-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse>.large-6 {
    width: 50%;
  }

  .medium-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse>.large-9 {
    width: 75%;
  }

  .medium-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse>.large-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.small-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.small-3 {
    width: 25%;
  }

  .large-margin-collapse>.small-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.small-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.small-6 {
    width: 50%;
  }

  .large-margin-collapse>.small-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.small-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.small-9 {
    width: 75%;
  }

  .large-margin-collapse>.small-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.small-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.small-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.medium-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.medium-3 {
    width: 25%;
  }

  .large-margin-collapse>.medium-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.medium-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.medium-6 {
    width: 50%;
  }

  .large-margin-collapse>.medium-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.medium-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.medium-9 {
    width: 75%;
  }

  .large-margin-collapse>.medium-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.medium-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.medium-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse>.large-2 {
    width: 16.66667%;
  }

  .large-margin-collapse>.large-3 {
    width: 25%;
  }

  .large-margin-collapse>.large-4 {
    width: 33.33333%;
  }

  .large-margin-collapse>.large-5 {
    width: 41.66667%;
  }

  .large-margin-collapse>.large-6 {
    width: 50%;
  }

  .large-margin-collapse>.large-7 {
    width: 58.33333%;
  }

  .large-margin-collapse>.large-8 {
    width: 66.66667%;
  }

  .large-margin-collapse>.large-9 {
    width: 75%;
  }

  .large-margin-collapse>.large-10 {
    width: 83.33333%;
  }

  .large-margin-collapse>.large-11 {
    width: 91.66667%;
  }

  .large-margin-collapse>.large-12 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-right: 0%;
}

.grid-margin-x>.small-offset-0 {
  margin-right: calc(0% + 0.78125rem);
}

.small-offset-1 {
  margin-right: 8.33333%;
}

.grid-margin-x>.small-offset-1 {
  margin-right: calc(8.33333% + 0.78125rem);
}

.small-offset-2 {
  margin-right: 16.66667%;
}

.grid-margin-x>.small-offset-2 {
  margin-right: calc(16.66667% + 0.78125rem);
}

.small-offset-3 {
  margin-right: 25%;
}

.grid-margin-x>.small-offset-3 {
  margin-right: calc(25% + 0.78125rem);
}

.small-offset-4 {
  margin-right: 33.33333%;
}

.grid-margin-x>.small-offset-4 {
  margin-right: calc(33.33333% + 0.78125rem);
}

.small-offset-5 {
  margin-right: 41.66667%;
}

.grid-margin-x>.small-offset-5 {
  margin-right: calc(41.66667% + 0.78125rem);
}

.small-offset-6 {
  margin-right: 50%;
}

.grid-margin-x>.small-offset-6 {
  margin-right: calc(50% + 0.78125rem);
}

.small-offset-7 {
  margin-right: 58.33333%;
}

.grid-margin-x>.small-offset-7 {
  margin-right: calc(58.33333% + 0.78125rem);
}

.small-offset-8 {
  margin-right: 66.66667%;
}

.grid-margin-x>.small-offset-8 {
  margin-right: calc(66.66667% + 0.78125rem);
}

.small-offset-9 {
  margin-right: 75%;
}

.grid-margin-x>.small-offset-9 {
  margin-right: calc(75% + 0.78125rem);
}

.small-offset-10 {
  margin-right: 83.33333%;
}

.grid-margin-x>.small-offset-10 {
  margin-right: calc(83.33333% + 0.78125rem);
}

.small-offset-11 {
  margin-right: 91.66667%;
}

.grid-margin-x>.small-offset-11 {
  margin-right: calc(91.66667% + 0.78125rem);
}

@media print,
screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-right: 0%;
  }

  .grid-margin-x>.medium-offset-0 {
    margin-right: calc(0% + 1.17188rem);
  }

  .medium-offset-1 {
    margin-right: 8.33333%;
  }

  .grid-margin-x>.medium-offset-1 {
    margin-right: calc(8.33333% + 1.17188rem);
  }

  .medium-offset-2 {
    margin-right: 16.66667%;
  }

  .grid-margin-x>.medium-offset-2 {
    margin-right: calc(16.66667% + 1.17188rem);
  }

  .medium-offset-3 {
    margin-right: 25%;
  }

  .grid-margin-x>.medium-offset-3 {
    margin-right: calc(25% + 1.17188rem);
  }

  .medium-offset-4 {
    margin-right: 33.33333%;
  }

  .grid-margin-x>.medium-offset-4 {
    margin-right: calc(33.33333% + 1.17188rem);
  }

  .medium-offset-5 {
    margin-right: 41.66667%;
  }

  .grid-margin-x>.medium-offset-5 {
    margin-right: calc(41.66667% + 1.17188rem);
  }

  .medium-offset-6 {
    margin-right: 50%;
  }

  .grid-margin-x>.medium-offset-6 {
    margin-right: calc(50% + 1.17188rem);
  }

  .medium-offset-7 {
    margin-right: 58.33333%;
  }

  .grid-margin-x>.medium-offset-7 {
    margin-right: calc(58.33333% + 1.17188rem);
  }

  .medium-offset-8 {
    margin-right: 66.66667%;
  }

  .grid-margin-x>.medium-offset-8 {
    margin-right: calc(66.66667% + 1.17188rem);
  }

  .medium-offset-9 {
    margin-right: 75%;
  }

  .grid-margin-x>.medium-offset-9 {
    margin-right: calc(75% + 1.17188rem);
  }

  .medium-offset-10 {
    margin-right: 83.33333%;
  }

  .grid-margin-x>.medium-offset-10 {
    margin-right: calc(83.33333% + 1.17188rem);
  }

  .medium-offset-11 {
    margin-right: 91.66667%;
  }

  .grid-margin-x>.medium-offset-11 {
    margin-right: calc(91.66667% + 1.17188rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .large-offset-0 {
    margin-right: 0%;
  }

  .grid-margin-x>.large-offset-0 {
    margin-right: calc(0% + 1.17188rem);
  }

  .large-offset-1 {
    margin-right: 8.33333%;
  }

  .grid-margin-x>.large-offset-1 {
    margin-right: calc(8.33333% + 1.17188rem);
  }

  .large-offset-2 {
    margin-right: 16.66667%;
  }

  .grid-margin-x>.large-offset-2 {
    margin-right: calc(16.66667% + 1.17188rem);
  }

  .large-offset-3 {
    margin-right: 25%;
  }

  .grid-margin-x>.large-offset-3 {
    margin-right: calc(25% + 1.17188rem);
  }

  .large-offset-4 {
    margin-right: 33.33333%;
  }

  .grid-margin-x>.large-offset-4 {
    margin-right: calc(33.33333% + 1.17188rem);
  }

  .large-offset-5 {
    margin-right: 41.66667%;
  }

  .grid-margin-x>.large-offset-5 {
    margin-right: calc(41.66667% + 1.17188rem);
  }

  .large-offset-6 {
    margin-right: 50%;
  }

  .grid-margin-x>.large-offset-6 {
    margin-right: calc(50% + 1.17188rem);
  }

  .large-offset-7 {
    margin-right: 58.33333%;
  }

  .grid-margin-x>.large-offset-7 {
    margin-right: calc(58.33333% + 1.17188rem);
  }

  .large-offset-8 {
    margin-right: 66.66667%;
  }

  .grid-margin-x>.large-offset-8 {
    margin-right: calc(66.66667% + 1.17188rem);
  }

  .large-offset-9 {
    margin-right: 75%;
  }

  .grid-margin-x>.large-offset-9 {
    margin-right: calc(75% + 1.17188rem);
  }

  .large-offset-10 {
    margin-right: 83.33333%;
  }

  .grid-margin-x>.large-offset-10 {
    margin-right: calc(83.33333% + 1.17188rem);
  }

  .large-offset-11 {
    margin-right: 91.66667%;
  }

  .grid-margin-x>.large-offset-11 {
    margin-right: calc(91.66667% + 1.17188rem);
  }
}

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.grid-y>.cell {
  width: auto;
  max-width: none;
}

.grid-y>.auto {
  height: auto;
}

.grid-y>.shrink {
  height: auto;
}

.grid-y>.small-shrink,
.grid-y>.small-full,
.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print,
screen and (min-width: 40em) {

  .grid-y>.medium-shrink,
  .grid-y>.medium-full,
  .grid-y>.medium-1,
  .grid-y>.medium-2,
  .grid-y>.medium-3,
  .grid-y>.medium-4,
  .grid-y>.medium-5,
  .grid-y>.medium-6,
  .grid-y>.medium-7,
  .grid-y>.medium-8,
  .grid-y>.medium-9,
  .grid-y>.medium-10,
  .grid-y>.medium-11,
  .grid-y>.medium-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print,
screen and (min-width: 64em) {

  .grid-y>.large-shrink,
  .grid-y>.large-full,
  .grid-y>.large-1,
  .grid-y>.large-2,
  .grid-y>.large-3,
  .grid-y>.large-4,
  .grid-y>.large-5,
  .grid-y>.large-6,
  .grid-y>.large-7,
  .grid-y>.large-8,
  .grid-y>.large-9,
  .grid-y>.large-10,
  .grid-y>.large-11,
  .grid-y>.large-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-y>.small-1 {
  height: 8.33333%;
}

.grid-y>.small-2 {
  height: 16.66667%;
}

.grid-y>.small-3 {
  height: 25%;
}

.grid-y>.small-4 {
  height: 33.33333%;
}

.grid-y>.small-5 {
  height: 41.66667%;
}

.grid-y>.small-6 {
  height: 50%;
}

.grid-y>.small-7 {
  height: 58.33333%;
}

.grid-y>.small-8 {
  height: 66.66667%;
}

.grid-y>.small-9 {
  height: 75%;
}

.grid-y>.small-10 {
  height: 83.33333%;
}

.grid-y>.small-11 {
  height: 91.66667%;
}

.grid-y>.small-12 {
  height: 100%;
}

@media print,
screen and (min-width: 40em) {
  .grid-y>.medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.medium-shrink,
  .grid-y>.medium-1,
  .grid-y>.medium-2,
  .grid-y>.medium-3,
  .grid-y>.medium-4,
  .grid-y>.medium-5,
  .grid-y>.medium-6,
  .grid-y>.medium-7,
  .grid-y>.medium-8,
  .grid-y>.medium-9,
  .grid-y>.medium-10,
  .grid-y>.medium-11,
  .grid-y>.medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-y>.medium-shrink {
    height: auto;
  }

  .grid-y>.medium-1 {
    height: 8.33333%;
  }

  .grid-y>.medium-2 {
    height: 16.66667%;
  }

  .grid-y>.medium-3 {
    height: 25%;
  }

  .grid-y>.medium-4 {
    height: 33.33333%;
  }

  .grid-y>.medium-5 {
    height: 41.66667%;
  }

  .grid-y>.medium-6 {
    height: 50%;
  }

  .grid-y>.medium-7 {
    height: 58.33333%;
  }

  .grid-y>.medium-8 {
    height: 66.66667%;
  }

  .grid-y>.medium-9 {
    height: 75%;
  }

  .grid-y>.medium-10 {
    height: 83.33333%;
  }

  .grid-y>.medium-11 {
    height: 91.66667%;
  }

  .grid-y>.medium-12 {
    height: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-y>.large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y>.large-shrink,
  .grid-y>.large-1,
  .grid-y>.large-2,
  .grid-y>.large-3,
  .grid-y>.large-4,
  .grid-y>.large-5,
  .grid-y>.large-6,
  .grid-y>.large-7,
  .grid-y>.large-8,
  .grid-y>.large-9,
  .grid-y>.large-10,
  .grid-y>.large-11,
  .grid-y>.large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-y>.large-shrink {
    height: auto;
  }

  .grid-y>.large-1 {
    height: 8.33333%;
  }

  .grid-y>.large-2 {
    height: 16.66667%;
  }

  .grid-y>.large-3 {
    height: 25%;
  }

  .grid-y>.large-4 {
    height: 33.33333%;
  }

  .grid-y>.large-5 {
    height: 41.66667%;
  }

  .grid-y>.large-6 {
    height: 50%;
  }

  .grid-y>.large-7 {
    height: 58.33333%;
  }

  .grid-y>.large-8 {
    height: 66.66667%;
  }

  .grid-y>.large-9 {
    height: 75%;
  }

  .grid-y>.large-10 {
    height: 83.33333%;
  }

  .grid-y>.large-11 {
    height: 91.66667%;
  }

  .grid-y>.large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.78125rem;
  margin-bottom: -0.78125rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.17188rem;
    margin-bottom: -1.17188rem;
  }
}

.grid-padding-y>.cell {
  padding-top: 0.78125rem;
  padding-bottom: 0.78125rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-padding-y>.cell {
    padding-top: 1.17188rem;
    padding-bottom: 1.17188rem;
  }
}

.grid-margin-y {
  margin-top: -0.78125rem;
  margin-bottom: -0.78125rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.17188rem;
    margin-bottom: -1.17188rem;
  }
}

.grid-margin-y>.cell {
  height: calc(100% - 1.5625rem);
  margin-top: 0.78125rem;
  margin-bottom: 0.78125rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 2.34375rem);
    margin-top: 1.17188rem;
    margin-bottom: 1.17188rem;
  }
}

.grid-margin-y>.auto {
  height: auto;
}

.grid-margin-y>.shrink {
  height: auto;
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 1.5625rem);
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 1.5625rem);
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.5625rem);
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 1.5625rem);
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 1.5625rem);
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.5625rem);
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 1.5625rem);
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 1.5625rem);
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.5625rem);
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 1.5625rem);
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 1.5625rem);
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.5625rem);
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y>.auto {
    height: auto;
  }

  .grid-margin-y>.shrink {
    height: auto;
  }

  .grid-margin-y>.small-1 {
    height: calc(8.33333% - 2.34375rem);
  }

  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 2.34375rem);
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 2.34375rem);
  }

  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 2.34375rem);
  }

  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 2.34375rem);
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 2.34375rem);
  }

  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 2.34375rem);
  }

  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 2.34375rem);
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 2.34375rem);
  }

  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 2.34375rem);
  }

  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 2.34375rem);
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 2.34375rem);
  }

  .grid-margin-y>.medium-auto {
    height: auto;
  }

  .grid-margin-y>.medium-shrink {
    height: auto;
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.33333% - 2.34375rem);
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.66667% - 2.34375rem);
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 2.34375rem);
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.33333% - 2.34375rem);
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.66667% - 2.34375rem);
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 2.34375rem);
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.33333% - 2.34375rem);
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.66667% - 2.34375rem);
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 2.34375rem);
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.33333% - 2.34375rem);
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.66667% - 2.34375rem);
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 2.34375rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-y>.large-auto {
    height: auto;
  }

  .grid-margin-y>.large-shrink {
    height: auto;
  }

  .grid-margin-y>.large-1 {
    height: calc(8.33333% - 2.34375rem);
  }

  .grid-margin-y>.large-2 {
    height: calc(16.66667% - 2.34375rem);
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 2.34375rem);
  }

  .grid-margin-y>.large-4 {
    height: calc(33.33333% - 2.34375rem);
  }

  .grid-margin-y>.large-5 {
    height: calc(41.66667% - 2.34375rem);
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 2.34375rem);
  }

  .grid-margin-y>.large-7 {
    height: calc(58.33333% - 2.34375rem);
  }

  .grid-margin-y>.large-8 {
    height: calc(66.66667% - 2.34375rem);
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 2.34375rem);
  }

  .grid-margin-y>.large-10 {
    height: calc(83.33333% - 2.34375rem);
  }

  .grid-margin-y>.large-11 {
    height: calc(91.66667% - 2.34375rem);
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 2.34375rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container>.grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print,
screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

@media print,
screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print,
screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print,
screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.78125rem;
  margin-bottom: -0.78125rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.17188rem;
    margin-bottom: -1.17188rem;
  }
}

.grid-margin-y>.cell {
  height: calc(100% - 1.5625rem);
  margin-top: 0.78125rem;
  margin-bottom: 0.78125rem;
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 2.34375rem);
    margin-top: 1.17188rem;
    margin-bottom: 1.17188rem;
  }
}

.grid-margin-y>.auto {
  height: auto;
}

.grid-margin-y>.shrink {
  height: auto;
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 1.5625rem);
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 1.5625rem);
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.5625rem);
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 1.5625rem);
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 1.5625rem);
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.5625rem);
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 1.5625rem);
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 1.5625rem);
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.5625rem);
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 1.5625rem);
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 1.5625rem);
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.5625rem);
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y>.auto {
    height: auto;
  }

  .grid-margin-y>.shrink {
    height: auto;
  }

  .grid-margin-y>.small-1 {
    height: calc(8.33333% - 2.34375rem);
  }

  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 2.34375rem);
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 2.34375rem);
  }

  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 2.34375rem);
  }

  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 2.34375rem);
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 2.34375rem);
  }

  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 2.34375rem);
  }

  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 2.34375rem);
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 2.34375rem);
  }

  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 2.34375rem);
  }

  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 2.34375rem);
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 2.34375rem);
  }

  .grid-margin-y>.medium-auto {
    height: auto;
  }

  .grid-margin-y>.medium-shrink {
    height: auto;
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.33333% - 2.34375rem);
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.66667% - 2.34375rem);
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 2.34375rem);
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.33333% - 2.34375rem);
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.66667% - 2.34375rem);
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 2.34375rem);
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.33333% - 2.34375rem);
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.66667% - 2.34375rem);
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 2.34375rem);
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.33333% - 2.34375rem);
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.66667% - 2.34375rem);
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 2.34375rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-y>.large-auto {
    height: auto;
  }

  .grid-margin-y>.large-shrink {
    height: auto;
  }

  .grid-margin-y>.large-1 {
    height: calc(8.33333% - 2.34375rem);
  }

  .grid-margin-y>.large-2 {
    height: calc(16.66667% - 2.34375rem);
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 2.34375rem);
  }

  .grid-margin-y>.large-4 {
    height: calc(33.33333% - 2.34375rem);
  }

  .grid-margin-y>.large-5 {
    height: calc(41.66667% - 2.34375rem);
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 2.34375rem);
  }

  .grid-margin-y>.large-7 {
    height: calc(58.33333% - 2.34375rem);
  }

  .grid-margin-y>.large-8 {
    height: calc(66.66667% - 2.34375rem);
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 2.34375rem);
  }

  .grid-margin-y>.large-10 {
    height: calc(83.33333% - 2.34375rem);
  }

  .grid-margin-y>.large-11 {
    height: calc(91.66667% - 2.34375rem);
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 2.34375rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.5625rem);
}

@media print,
screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.34375rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.34375rem);
  }
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.34375rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.34375rem);
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 1rem;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #204558;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #1b3b4b;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #204558;
  color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #1a3746;
  color: #fefefe;
}

.button.secondary {
  background-color: #C4161C;
  color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #ccb100;
  color: #fefefe;
}

.button.success {
  background-color: #3fb0ac;
  color: #fefefe;
}

.button.success:hover,
.button.success:focus {
  background-color: #328d8a;
  color: #fefefe;
}

.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button.alert {
  background-color: #be2f1c;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #982616;
  color: #fefefe;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #204558;
  color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #204558;
  color: #fefefe;
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #C4161C;
  color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #3fb0ac;
  color: #fefefe;
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #fefefe;
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #be2f1c;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #204558;
  color: #204558;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #10232c;
  color: #10232c;
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
  border: 1px solid #204558;
  color: #204558;
}

.button.hollow.primary {
  border: 1px solid #204558;
  color: #204558;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #10232c;
  color: #10232c;
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
  border: 1px solid #204558;
  color: #204558;
}

.button.hollow.secondary {
  border: 1px solid #C4161C;
  color: #C4161C;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #806f00;
  color: #806f00;
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
  border: 1px solid #C4161C;
  color: #C4161C;
}

.button.hollow.success {
  border: 1px solid #3fb0ac;
  color: #3fb0ac;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #205856;
  color: #205856;
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
  border: 1px solid #3fb0ac;
  color: #3fb0ac;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert {
  border: 1px solid #be2f1c;
  color: #be2f1c;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #5f180e;
  color: #5f180e;
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
  border: 1px solid #be2f1c;
  color: #be2f1c;
}

.button.clear {
  border: 1px solid #204558;
  color: #204558;
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover,
.button.clear:focus {
  border-color: #10232c;
  color: #10232c;
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border: 1px solid #204558;
  color: #204558;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #204558;
  color: #204558;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  border-color: #10232c;
  color: #10232c;
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border: 1px solid #204558;
  color: #204558;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #C4161C;
  color: #C4161C;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  border-color: #806f00;
  color: #806f00;
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border: 1px solid #C4161C;
  color: #C4161C;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #3fb0ac;
  color: #3fb0ac;
}

.button.clear.success:hover,
.button.clear.success:focus {
  border-color: #205856;
  color: #205856;
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border: 1px solid #3fb0ac;
  color: #3fb0ac;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #be2f1c;
  color: #be2f1c;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  border-color: #5f180e;
  color: #5f180e;
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border: 1px solid #be2f1c;
  color: #be2f1c;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: left;
  margin-right: 1em;
}

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #204558;
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #204558;
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #C4161C;
}

.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
  border-top-color: #3fb0ac;
}

.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
  border-top-color: #be2f1c;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-right: 0;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-group::before,
.button-group::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-left: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-left: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #204558;
  color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #1a3746;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #C4161C;
  color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #ccb100;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3fb0ac;
  color: #fefefe;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #328d8a;
  color: #fefefe;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button-group.alert .button {
  background-color: #be2f1c;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #982616;
  color: #fefefe;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-medium.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

@media print,
screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }

  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-left: 0;
  }
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #204558;
  color: #fefefe;
}

.label.primary {
  background: #204558;
  color: #fefefe;
}

.label.secondary {
  background: #C4161C;
  color: #0a0a0a;
}

.label.success {
  background: #3fb0ac;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #be2f1c;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #204558;
}

.progress.secondary .progress-meter {
  background-color: #C4161C;
}

.progress.success .progress-meter {
  background-color: #3fb0ac;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #be2f1c;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #204558;
  border-radius: 1rem;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 1rem;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 1rem;
  background-color: #204558;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #1b3b4b;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider:not(.vertical) {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 1.09375rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 1rem;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input+.switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 1rem;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked~.switch-paddle {
  background: #3fb0ac;
}

input:checked~.switch-paddle::after {
  right: 2.25rem;
}

[data-whatinput='mouse'] input:focus~.switch-paddle {
  outline: 0;
}

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch-active {
  right: 8%;
  display: none;
}

input:checked+label>.switch-active {
  display: block;
}

.switch-inactive {
  left: 15%;
}

input:checked+label>.switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.78125rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  right: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked~.switch-paddle::after {
  right: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.9375rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  right: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked~.switch-paddle::after {
  right: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1.25rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  right: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked~.switch-paddle::after {
  right: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 1rem;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.625rem 0.78125rem 0.78125rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #36434f;
}

tfoot {
  background: #f1f1f1;
  color: #36434f;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.625rem 0.78125rem 0.78125rem;
  font-weight: bold;
  text-align: right;
}

tbody th,
tbody td {
  padding: 0.625rem 0.78125rem 0.78125rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #204558;
  color: #fefefe;
}

.badge.primary {
  background: #204558;
  color: #fefefe;
}

.badge.secondary {
  background: #C4161C;
  color: #0a0a0a;
}

.badge.success {
  background: #3fb0ac;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #be2f1c;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: right;
  font-size: 0.85938rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "\\";
  color: #cacaca;
}

.breadcrumbs a {
  color: #204558;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 1rem 0;
  padding: 1rem;
  border: none;
  border-radius: 1rem;
  background-color: white;
  color: #36434f;
}

.callout> :first-child {
  margin-top: 0;
}

.callout> :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #e2eef5;
  color: #36434f;
}

.callout.secondary {
  background-color: #fffce6;
  color: #36434f;
}

.callout.success {
  background-color: #ebf8f7;
  color: #36434f;
}

.callout.warning {
  background-color: #fff7e6;
  color: #36434f;
}

.callout.alert {
  background-color: #fbe8e6;
  color: #36434f;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 1rem;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #36434f;
}

.card> :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: transparent;
}

.card-divider> :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section> :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: auto;
  padding: 1rem;
  visibility: hidden;
  border: 0px;
  border-radius: 10px;
  background-color: #fdfdfd;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-right: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-left: 0.07813rem;
  border-radius: 1rem;
  font-size: 1.09375rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print,
screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.23438rem 0.78125rem;
  border-radius: 1rem;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.23438rem 0.78125rem;
  background: #888;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.23438rem 0.78125rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.23438rem 0.78125rem;
  content: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00bb';
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 0px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 1rem;
  background-color: #204558;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #204558;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #204558 transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #204558;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #204558 transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-right: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child> :first-child {
  border-radius: 1rem 1rem 0 0;
}

.accordion-item:last-child> :last-child {
  border-radius: 0 0 1rem 1rem;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1;
  color: #204558;
}

:last-child:not(.is-active)>.accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 1rem 1rem;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active>.accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #36434f;
}

:last-child>.accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-left: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-right: 1rem;
}

.media-object-section> :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fff;
}

.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}

[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
  background-color: 0;
}

.orbit-previous {
  right: 0;
}

.orbit-next {
  right: auto;
  left: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
  border-radius: 50%;
  background-color: #fefefe;
}

.orbit-bullets button:hover {
  background-color: #fefefe;
}

.orbit-bullets button.is-active {
  background-color: #fefefe;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1.25rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid 0;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical>li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple>li>a {
  padding: 0;
}

.tabs.simple>li>a:hover {
  background: transparent;
}

.tabs.primary {
  background: #204558;
}

.tabs.primary>li>a {
  color: #fff;
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
  background: #255066;
}

.tabs-title {
  float: right;
}

.tabs-title>a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1;
  color: #204558;
}

[data-whatinput='mouse'] .tabs-title>a {
  outline: 0;
}

.tabs-title>a:hover {
  background: #fefefe;
  color: #1c3b4c;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
  background: none;
  color: #204558;
}

.tabs-content {
  border: 1px solid 0;
  border-top: 0;
  background: #fefefe;
  color: #36434f;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid 0;
  border-right: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 0px solid #fefefe;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(32, 69, 88, 0.5);
  box-shadow: 0 0 6px 1px rgba(32, 69, 88, 0.5);
}

a.thumbnail image {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu.vertical {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu.simple li+li {
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print,
screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print,
screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .menu.large-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.menu.nested {
  margin-left: 0;
  margin-right: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-left: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-right: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active>a {
  background: #204558;
  color: #fefefe;
}

.menu .active>a {
  background: #204558;
  color: #fefefe;
}

.menu.align-right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-left li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu.align-left li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-left.vertical li {
  display: block;
  text-align: left;
}

.menu.align-left.vertical li .submenu li {
  text-align: left;
}

.menu.align-left .nested {
  margin-left: 1rem;
  margin-right: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered>.menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered>.menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered>.menu li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-left: 0;
  margin-right: 1rem;
}

.accordion-menu.align-left .nested.is-accordion-submenu {
  margin-left: 1rem;
  margin-right: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #204558 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true']>a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle>a {
  margin-left: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #204558 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-left: 0;
  margin-right: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent>a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #204558 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #767676;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #767676 transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back>a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #204558;
  border-right-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75rem;
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
  position: relative;
  padding-left: 1.2rem;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #767676 transparent transparent;
  left: 5px;
  right: auto;
  margin-top: -2.5px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu>li>a {
  padding: 0.7rem 1rem;
}

.dropdown.menu>li.is-active>a {
  background: transparent;
  color: #204558;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-left: 0;
  margin-right: 0;
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical>li>a::after {
  left: 14px;
}

.dropdown.menu.vertical>li.opens-left>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #767676 transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical>li.opens-right>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #767676;
}

@media print,
screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-left: 1.2rem;
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #767676 transparent transparent;
    left: 5px;
    right: auto;
    margin-top: -2.5px;
  }

  .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical>li>a::after {
    left: 14px;
  }

  .dropdown.menu.medium-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #767676 transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.medium-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #767676;
  }
}

@media print,
screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-left: 1.2rem;
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #767676 transparent transparent;
    left: 5px;
    right: auto;
    margin-top: -2.5px;
  }

  .dropdown.menu.large-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical>li>a::after {
    left: 14px;
  }

  .dropdown.menu.large-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #767676 transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.large-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #767676;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  left: 5px;
  right: auto;
  margin-top: -5px;
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
  top: 100%;
  right: auto;
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 0;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
  left: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #767676 transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #767676;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: 0;
}

.is-dropdown-submenu>li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(10, 10, 10, 0.5);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #092638;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 1000;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 1100;
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #092638;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 1000;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 1100;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

@media print,
screen and (min-width: 40em) {
  .position-left {
    width: 350px;
    -webkit-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    transform: translateX(-350px);
  }
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

@media print,
screen and (min-width: 40em) {
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    transform: translateX(-350px);
  }
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

@media print,
screen and (min-width: 40em) {
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px);
  }
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.5);
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.5);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

@media print,
screen and (min-width: 40em) {
  .position-right {
    width: 350px;
    -webkit-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px);
  }
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

@media print,
screen and (min-width: 40em) {
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px);
  }
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

@media print,
screen and (min-width: 40em) {
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    transform: translateX(-350px);
  }
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.5);
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.5);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

@media print,
screen and (min-width: 40em) {
  .position-top {
    height: 350px;
    -webkit-transform: translateY(-350px);
    -ms-transform: translateY(-350px);
    transform: translateY(-350px);
  }
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

@media print,
screen and (min-width: 40em) {
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-350px);
    -ms-transform: translateY(-350px);
    transform: translateY(-350px);
  }
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

@media print,
screen and (min-width: 40em) {
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(350px);
    -ms-transform: translateY(350px);
    transform: translateY(350px);
  }
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.5);
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.5);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

@media print,
screen and (min-width: 40em) {
  .position-bottom {
    height: 350px;
    -webkit-transform: translateY(350px);
    -ms-transform: translateY(350px);
    transform: translateY(350px);
  }
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

@media print,
screen and (min-width: 40em) {
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(350px);
    -ms-transform: translateY(350px);
    transform: translateY(350px);
  }
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

@media print,
screen and (min-width: 40em) {
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-350px);
    -ms-transform: translateY(-350px);
    transform: translateY(-350px);
  }
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.5);
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.5);
}

.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media print,
screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1000;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 350px;
  }

  .position-left.reveal-for-medium~.off-canvas-content {
    margin-left: 350px;
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1000;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 350px;
  }

  .position-right.reveal-for-medium~.off-canvas-content {
    margin-right: 350px;
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1000;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 350px;
  }

  .position-top.reveal-for-medium~.off-canvas-content {
    margin-top: 350px;
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1000;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 350px;
  }

  .position-bottom.reveal-for-medium~.off-canvas-content {
    margin-bottom: 350px;
  }
}

@media print,
screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1000;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 350px;
  }

  .position-left.reveal-for-large~.off-canvas-content {
    margin-left: 350px;
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1000;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 350px;
  }

  .position-right.reveal-for-large~.off-canvas-content {
    margin-right: 350px;
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1000;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 350px;
  }

  .position-top.reveal-for-large~.off-canvas-content {
    margin-top: 350px;
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1000;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 350px;
  }

  .position-bottom.reveal-for-large~.off-canvas-content {
    margin-bottom: 350px;
  }
}

@media print,
screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }

  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print,
screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }

  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print,
screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

.reveal> :last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 93.75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print,
screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 93.75rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 93.75rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 93.75rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-bar .menu-icon {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-left: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-left: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em),
screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em),
screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {

  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {

  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {

  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {

  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

.compare-button {
  position: fixed;
  z-index: 1005;
  bottom: 40px;
  left: 20px;
  width: 150px;
  height: 50px;
  background-color: #00b0ac;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  display: none;
  justify-content: space-around;
  align-items: center;
  align-content: center
}

.compare-button.active {
  display: flex
}

.compare-button .circle {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #3fb0be;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center
}



.discount {
  width: 30px;
  height: 45px;
  position: absolute;
  color: #fff;
  top: 0;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  background-color: #f04e23;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 500;
}

.discount span {
  width: 100%
}