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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #526082;
  height: 100vh;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
  display: inline-block;
  margin-top: 0;
}

h1 {
  font-size: 1.125rem;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 1.625rem;
  }
}

h2 {
  font-size: 0.875rem;
}

@media screen and (min-width: 1024px) {
  h2 {
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  h3 {
    font-size: 1.125rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

button,
input,
textarea {
  outline: none;
}

select {
  cursor: pointer;
}

label {
  display: inline-block;
}

[disabled] {
  cursor: not-allowed !important;
}

.o-master {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .o-master {
    flex-direction: row;
  }
}

.o-master--large {
  max-width: 1440px;
}

.o-master--small {
  max-width: 1060px;
}

.o-master__charts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

.o-master__charts > * {
  height: 180px;
  margin: 0.5rem 1rem;
  background-color: #d2e0f7;
  border-radius: 4px;
}

@media screen and (min-width: 1024px) {
  .o-sidebar {
    flex: 0 0 330px;
  }
}

.o-row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}

.o-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  flex: 0 0 100%;
  max-width: 100%;
}

.o-col-sm-1 {
  flex-basis: 8.3333333333%;
}

.o-col-sm-2 {
  flex-basis: 16.6666666667%;
}

.o-col-sm-3 {
  flex-basis: 25%;
}

.o-col-sm-4 {
  flex-basis: 33.3333333333%;
}

.o-col-sm-5 {
  flex-basis: 41.6666666667%;
}

.o-col-sm-6 {
  flex-basis: 50%;
}

.o-col-sm-7 {
  flex-basis: 58.3333333333%;
}

.o-col-sm-8 {
  flex-basis: 66.6666666667%;
}

.o-col-sm-9 {
  flex-basis: 75%;
}

.o-col-sm-10 {
  flex-basis: 83.3333333333%;
}

.o-col-sm-11 {
  flex-basis: 91.6666666667%;
}

.o-col-sm-12 {
  flex-basis: 100%;
}

.o-col-sm-auto {
  flex: 1 1 0%;
}

.o-col-order-sm-1 {
  order: 1;
}

.o-col-order-sm-2 {
  order: 2;
}

.o-col-order-sm-3 {
  order: 3;
}

.o-col-order-sm-4 {
  order: 4;
}

.o-col-order-sm-5 {
  order: 5;
}

.o-col-order-sm-6 {
  order: 6;
}

.o-col-order-sm-7 {
  order: 7;
}

.o-col-order-sm-8 {
  order: 8;
}

.o-col-order-sm-9 {
  order: 9;
}

.o-col-order-sm-10 {
  order: 10;
}

.o-col-order-sm-11 {
  order: 11;
}

.o-col-order-sm-12 {
  order: 12;
}

@media screen and (min-width: 576px) {
  .o-col-md-1 {
    flex-basis: 8.3333333333%;
  }

  .o-col-md-2 {
    flex-basis: 16.6666666667%;
  }

  .o-col-md-3 {
    flex-basis: 25%;
  }

  .o-col-md-4 {
    flex-basis: 33.3333333333%;
  }

  .o-col-md-5 {
    flex-basis: 41.6666666667%;
  }

  .o-col-md-6 {
    flex-basis: 50%;
  }

  .o-col-md-7 {
    flex-basis: 58.3333333333%;
  }

  .o-col-md-8 {
    flex-basis: 66.6666666667%;
  }

  .o-col-md-9 {
    flex-basis: 75%;
  }

  .o-col-md-10 {
    flex-basis: 83.3333333333%;
  }

  .o-col-md-11 {
    flex-basis: 91.6666666667%;
  }

  .o-col-md-12 {
    flex-basis: 100%;
  }

  .o-col-md-auto {
    flex: 1 1 0%;
  }

  .o-col-order-md-1 {
    order: 1;
  }

  .o-col-order-md-2 {
    order: 2;
  }

  .o-col-order-md-3 {
    order: 3;
  }

  .o-col-order-md-4 {
    order: 4;
  }

  .o-col-order-md-5 {
    order: 5;
  }

  .o-col-order-md-6 {
    order: 6;
  }

  .o-col-order-md-7 {
    order: 7;
  }

  .o-col-order-md-8 {
    order: 8;
  }

  .o-col-order-md-9 {
    order: 9;
  }

  .o-col-order-md-10 {
    order: 10;
  }

  .o-col-order-md-11 {
    order: 11;
  }

  .o-col-order-md-12 {
    order: 12;
  }
}

@media screen and (min-width: 1024px) {
  .o-col-lg-1 {
    flex-basis: 8.3333333333%;
  }

  .o-col-lg-2 {
    flex-basis: 16.6666666667%;
  }

  .o-col-lg-3 {
    flex-basis: 25%;
  }

  .o-col-lg-4 {
    flex-basis: 33.3333333333%;
  }

  .o-col-lg-5 {
    flex-basis: 41.6666666667%;
  }

  .o-col-lg-6 {
    flex-basis: 50%;
  }

  .o-col-lg-7 {
    flex-basis: 58.3333333333%;
  }

  .o-col-lg-8 {
    flex-basis: 66.6666666667%;
  }

  .o-col-lg-9 {
    flex-basis: 75%;
  }

  .o-col-lg-10 {
    flex-basis: 83.3333333333%;
  }

  .o-col-lg-11 {
    flex-basis: 91.6666666667%;
  }

  .o-col-lg-12 {
    flex-basis: 100%;
  }

  .o-col-lg-auto {
    flex: 1 1 0%;
  }

  .o-col-order-lg-1 {
    order: 1;
  }

  .o-col-order-lg-2 {
    order: 2;
  }

  .o-col-order-lg-3 {
    order: 3;
  }

  .o-col-order-lg-4 {
    order: 4;
  }

  .o-col-order-lg-5 {
    order: 5;
  }

  .o-col-order-lg-6 {
    order: 6;
  }

  .o-col-order-lg-7 {
    order: 7;
  }

  .o-col-order-lg-8 {
    order: 8;
  }

  .o-col-order-lg-9 {
    order: 9;
  }

  .o-col-order-lg-10 {
    order: 10;
  }

  .o-col-order-lg-11 {
    order: 11;
  }

  .o-col-order-lg-12 {
    order: 12;
  }
}

@media screen and (min-width: 1140px) {
  .o-col-xl-1 {
    flex-basis: 8.3333333333%;
  }

  .o-col-xl-2 {
    flex-basis: 16.6666666667%;
  }

  .o-col-xl-3 {
    flex-basis: 25%;
  }

  .o-col-xl-4 {
    flex-basis: 33.3333333333%;
  }

  .o-col-xl-5 {
    flex-basis: 41.6666666667%;
  }

  .o-col-xl-6 {
    flex-basis: 50%;
  }

  .o-col-xl-7 {
    flex-basis: 58.3333333333%;
  }

  .o-col-xl-8 {
    flex-basis: 66.6666666667%;
  }

  .o-col-xl-9 {
    flex-basis: 75%;
  }

  .o-col-xl-10 {
    flex-basis: 83.3333333333%;
  }

  .o-col-xl-11 {
    flex-basis: 91.6666666667%;
  }

  .o-col-xl-12 {
    flex-basis: 100%;
  }

  .o-col-xl-auto {
    flex: 1 1 0%;
  }

  .o-col-order-xl-1 {
    order: 1;
  }

  .o-col-order-xl-2 {
    order: 2;
  }

  .o-col-order-xl-3 {
    order: 3;
  }

  .o-col-order-xl-4 {
    order: 4;
  }

  .o-col-order-xl-5 {
    order: 5;
  }

  .o-col-order-xl-6 {
    order: 6;
  }

  .o-col-order-xl-7 {
    order: 7;
  }

  .o-col-order-xl-8 {
    order: 8;
  }

  .o-col-order-xl-9 {
    order: 9;
  }

  .o-col-order-xl-10 {
    order: 10;
  }

  .o-col-order-xl-11 {
    order: 11;
  }

  .o-col-order-xl-12 {
    order: 12;
  }
}

.o-main {
  flex-grow: 1;
  padding-top: 3rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media screen and (min-width: 1024px) {
  .o-main {
    max-width: calc(100% - 330px);
  }
}

@media screen and (min-width: 1024px) {
  .o-main {
    padding-left: 0;
  }
}

.o-main::before {
  content: "";
  background: #364059;
  display: block;
  height: 290px;
  margin: -3rem -2rem calc(-290px + 3rem) -2rem;
}

@media screen and (min-width: 1024px) {
  .o-main::before {
    height: 470px;
    margin: -3rem -2rem calc(-470px + 3rem) -2rem;
  }
}

.o-main__row {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .o-main__row {
    flex-direction: row;
  }
}

.o-carousel {
  overflow-x: scroll;
  white-space: nowrap;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.o-carousel__item {
  scroll-snap-align: start;
  display: inline-block;
  width: 300px;
  margin-right: 1rem;
}

.o-profilebox {
  height: 230px;
}

@media screen and (max-width: 575px) {
  .o-profilebox {
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .o-profilebox {
    height: 400px;
  }
}

.o-profilebox__inner {
  width: 160px;
}

@media screen and (min-width: 1024px) {
  .o-profilebox__inner {
    width: 190px;
  }
}

.o-profilebox__inner > .c-avatar:hover {
  cursor: pointer;
}

.o-profilebox--large {
  height: 300px;
}

@media screen and (max-width: 575px) {
  .o-profilebox--large {
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .o-profilebox--large {
    height: 400px;
  }
}

.c-titlebar {
  display: flex;
  align-items: center;
  height: 60px;
}

@media screen and (min-width: 1024px) {
  .c-titlebar {
    height: 70px;
  }
}

.o-login {
  display: flex;
  height: 100%;
  min-height: 100vh;
}

.o-login__left {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-grow: 1;
}

@media screen and (min-width: 1024px) {
  .o-login__left {
    justify-content: flex-end;
    flex-basis: 40%;
  }
}

.o-login__form {
  width: 280px;
}

@media screen and (min-width: 1024px) {
  .o-login__form {
    margin-right: 160px;
    margin-left: 160px;
  }
}

@media screen and (min-width: 1024px) {
  .o-login__image {
    background-position: center;
    background-size: cover;
    background-image: url('login-background@2x.jpg');
    flex-basis: 60%;
  }
}

.o-setpassword {
  display: flex;
  height: 100%;
  min-height: 100vh;
}

.o-setpassword__left {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-grow: 1;
}

.o-setpassword__form {
  width: 280px;
}

@media screen and (min-width: 1024px) {
  .o-setpassword__form {
    margin-right: 160px;
    margin-left: 160px;
  }
}

.o-setpassword__row {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .o-setpassword__image {
    background-position: center;
    background-size: cover;
    background-image: url('login-background@2x.jpg');
    flex-basis: 60%;
  }
}

.c-btn {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.625rem;
}

@media screen and (min-width: 1024px) {
  .c-btn {
    min-width: 80px;
  }
}

.c-btn:hover {
  cursor: pointer;
}

.c-btn--large {
  padding: 0.875rem 1rem;
}

.c-btn--block {
  width: 100%;
}

.c-btn--primary {
  background-color: #619ced;
  border-color: #619ced;
  color: #fff;
}

.c-btn--primary-o {
  background-color: transparent;
  border-color: #619ced;
  color: #619ced;
}

.c-btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #619ced;
}

.c-btn--transparent {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}

.c-btn--disabled {
  opacity: 0.4;
}

.c-avatar {
  border-radius: 50%;
  background: #619ced;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.c-avatar-orange {
  background: #f8af6c;
  color: #fff;
}

.c-avatar--small {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.c-avatar--large {
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.c-avatar--stack {
  box-shadow: 0 0 0 1px #fff;
  margin-right: -0.5rem;
}

.c-avatar--stack:hover {
  z-index: 9;
}

.c-card {
  border-radius: 4px;
  padding: 1.5rem;
}

.c-card--white {
  background-color: #fff;
}

.c-card--light {
  background-color: rgba(216, 228, 247, 0.25);
}

.c-card--dark {
  background-color: #526082;
}

.c-card--primary {
  background-color: #619ced;
}

.c-label {
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 116px;
  padding: 0.375rem;
}

.c-label--primary {
  background-color: rgba(97, 156, 237, 0.1);
  color: #619ced;
}

.c-label--success {
  background-color: rgba(85, 201, 175, 0.1);
  color: #55c9af;
}

.c-label--error {
  background-color: rgba(239, 80, 132, 0.1);
  color: #ef5084;
}

.c-label--warning {
  background-color: rgba(248, 175, 108, 0.1);
  color: #f8af6c;
}

.c-label--muted {
  background-color: rgba(82, 96, 130, 0.1);
  color: rgba(82, 96, 130, 0.5);
}

.c-icon {
  display: inline-flex;
  height: 21px;
  width: 21px;
}

.c-icon__svg {
  fill: currentColor;
}

.c-form-control {
  border-radius: 4px;
  font-size: 0.75rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  padding: 0.875rem 1rem;
}

@media screen and (min-width: 1024px) {
  .c-form-control {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.c-form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.6;
}

.c-form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.6;
}

.c-form-control::-ms-input-placeholder {
  color: inherit;
  opacity: 0.6;
}

.c-form-control::placeholder {
  color: inherit;
  opacity: 0.6;
}

select.c-form-control {
  height: calc(1.5em + 1.75rem + 2px);
}

@media screen and (min-width: 1024px) {
  select.c-form-control {
    height: calc(1.3em + 1.75rem + 2px);
  }
}

select.c-form-control--small {
  height: 32px;
  padding: 0 0.5rem;
}

.c-form-control--has-addon {
  position: relative;
}

.c-form-control--has-addon .c-form-control {
  padding: 1.125rem 1rem;
}

@media screen and (max-width: 1023px) {
  .c-form-control--has-addon .c-form-control {
    padding-bottom: calc(50px + 1rem);
    line-height: 1.7;
  }
}

@media screen and (min-width: 1024px) {
  .c-form-control--has-addon .c-form-control {
    padding-right: calc(80px + 1rem);
  }
}

.c-form-control__addon {
  position: absolute;
}

@media screen and (max-width: 1023px) {
  .c-form-control__addon {
    bottom: 0.5rem;
    right: 0.5rem;
    left: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-form-control__addon {
    top: 0.5rem;
    right: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .c-form-control__addon .c-btn {
    width: 100%;
  }
}

.c-form-control--light {
  background-color: #fff;
  border: 1px solid #619ced;
  color: #526082;
}

.c-form-control--dark {
  background-color: #526082;
  border: 1px solid #526082;
  color: #fff;
}

.c-form-control--transparent {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.c-pill {
  border-radius: 18px;
  border: none;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
}

.c-pill:hover {
  cursor: pointer;
}

.c-pill:hover:not(.c-pill--active) {
  background-color: rgba(82, 96, 130, 0.5);
}

.c-pill--active {
  background-color: #526082;
  color: #fff;
}

.c-pill--inactive {
  background-color: transparent;
  color: rgba(216, 228, 247, 0.6);
}

.c-separator-y {
  width: 1px;
}

.c-separator-x {
  height: 1px;
}

.has-loader {
  position: relative;
}

.c-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.c-modal__object {
  height: 100%;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

@media screen and (min-width: 1024px) {
  .c-modal__object {
    border-radius: 4px;
    height: auto;
    max-height: calc(100% - 4rem);
    width: 765px;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.c-modal__backdrop {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.c-modal__close-icon {
  display: none;
}

@media screen and (max-width: 1023px) {
  .c-modal__close-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem;
    font-size: 1rem;
  }
  .c-modal__close-icon:hover {
    cursor: pointer;
  }
}

.c-data-table {
  border-collapse: separate;
  border-spacing: 0 0.75rem;
  width: 100%;
}

.c-data-table--fixed {
  table-layout: fixed;
}

.c-data-table__heading {
  color: #619ced;
  font-size: 0.75rem;
  text-align: left;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.c-data-table__row td {
  background-color: #fff;
}

.c-data-table__row td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.c-data-table__row td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.c-data-table__cell {
  padding: 0.75rem;
}

.c-toast-container {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 99999;
}

.c-toast {
  border-radius: 4px;
  height: 100px;
  width: 280px;
}

/* .bs-datepicker */

.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0.25rem 1rem 0 rgba(82, 96, 130, 0.25);
  border-radius: 4px;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */
}

.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}

.bs-datepicker bs-day-picker {
  float: left;
}

.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active, .bs-datepicker-btns button:hover, .bs-datepicker-btns button:focus, .bs-datepicker-btns button:active, .bs-datepicker-predefined-btns button:active, .bs-datepicker-predefined-btns button:focus {
  outline: none;
}

.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
  /* .bs-datepicker-head button */
}

.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}

.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}

.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}

.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}

.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #e9edf0;
  /* .bs-datepicker-body table */
}

.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}

.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* .bs-datepicker-body table.days */
  /* .bs-datepicker-body table.weeks */
}

.bs-datepicker-body table th {
  font-size: 13px;
  color: rgba(82, 96, 130, 0.6);
  font-weight: 400;
  text-align: center;
}

.bs-datepicker-body table td {
  color: #526082;
  text-align: center;
  position: relative;
  padding: 0;
}

.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  position: relative;
  /*z-index: 1;*/
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}

.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
}

.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
  cursor: pointer;
}

.bs-datepicker-body table td span.disabled, .bs-datepicker-body table td.disabled span {
  color: rgba(82, 96, 130, 0.6);
}

.bs-datepicker-body table td span.selected, .bs-datepicker-body table td.selected span {
  color: #fff;
}

.bs-datepicker-body table td span.is-other-month, .bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25);
}

.bs-datepicker-body table td.active {
  position: relative;
}

.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}

.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}

.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after, .bs-datepicker-body table td.active.select-start span:after, .bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}

.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -2px;
  right: -2px;
  box-sizing: content-box;
  background: transparent;
}

.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}

.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}

.bs-datepicker-body table td span[class*=select-], .bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}

.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
.bs-datepicker-body table.days span.active:not(.select-start):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):before {
  background: #e9edf0;
}

.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}

.bs-datepicker-body table.days span.is-highlighted.in-range:before, .bs-datepicker-body table.days span.in-range.select-end:before {
  background: none;
  right: 0;
  left: 0;
}

.bs-datepicker-body table.days td.select-start + td.select-end:before, .bs-datepicker-body table.days td.select-start + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.select-end:before, .bs-datepicker-body table.days td.in-range + td.is-highlighted:before, .bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: #e9edf0;
  width: 100%;
}

.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}

.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}

.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}

.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}

.bs-datepicker-body table.months td {
  height: 52px;
}

.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}

.bs-datepicker .current-timedate {
  color: #526082;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}

.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}

.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}

.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}

.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}

.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}

.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}

.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}

.bs-datepicker-container {
  padding: 15px;
}

.bs-datepicker .bs-media-container {
  display: flex;
}

@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    flex-direction: column;
  }
}

.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}

.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}

.bs-datepicker-predefined-btns button:active, .bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}

.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e9edf0;
}

.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}

/* .bs-timepicker */

.bs-timepicker-container {
  padding: 10px 0;
}

.bs-timepicker-label {
  color: #526082;
  margin-bottom: 10px;
}

.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #526082;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}

.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}

.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #e9edf0;
}

.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #526082;
  font-size: 13px;
}

.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}

bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}

/* screen size < 1024px */

@media (max-width: 768px) {
  .bs-datepicker-multiple {
    display: flex;
  }
  .bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}

/* theming */

.theme-default .bs-datepicker-head {
  background-color: #619ced;
}

.theme-default .bs-datepicker-body table td span.selected, .theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*=select-]:after, .theme-default .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #619ced;
}

.theme-default .bs-datepicker-body table td.week span {
  color: #619ced;
}

.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #619ced;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.checkbox {
  margin-bottom: 0.25rem;
}

.checkbox__input {
  display: none;
}

.checkbox__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 1.25rem;
  margin-bottom: 0;
  padding-left: 1rem;
  position: relative;
}

.checkbox__label::before, .checkbox__label::after {
  content: "";
  position: absolute;
}

.checkbox--solo {
  margin-bottom: 0;
}

.checkbox--solo .checkbox__label {
  display: block;
  min-width: 1.25rem;
  padding-left: 0;
}

.checkbox__input + .checkbox__label::before {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: #dcdcdc;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 0.15s 0s ease-in-out;
}

.checkbox__input + .checkbox__label:hover::before {
  border-color: #619ced;
}

.checkbox__input:checked + .checkbox__label::before {
  background-color: #619ced;
  border-width: 0;
  transition: background-color 0.05s 0s ease-in-out;
}

.checkbox__input:checked + .checkbox__label:hover::before {
  background-color: #619ced;
}

.checkbox__input:checked + .checkbox__label::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  height: 10px;
  width: 6px;
  top: 0.25rem;
  left: 0.45rem;
  transform: rotate(45deg);
}

.users-multiselect {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

.users-multiselect__header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  position: relative;
  height: 50px;
}

.users-multiselect__search {
  border-left: 1px solid #dcdcdc;
  border-top-right-radius: 4px;
  display: flex;
  height: 100%;
  padding-right: 2rem;
}

.users-multiselect__icon {
  font-size: 1.5rem;
  line-height: 3.5rem;
  margin-right: 1rem;
}

.users-multiselect__input {
  border: 0;
  width: 100%;
  padding-left: 1rem;
  font-size: 0.75rem;
}

.users-multiselect__input:focus {
  outline: 0;
}

.users-multiselect__body {
  border-top: 1px solid #dcdcdc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
  height: 14rem;
  overflow-y: auto;
  padding: 2rem;
  position: relative;
}

.users-multiselect__item {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 0 33%;
  overflow: hidden;
  padding: 0.75rem;
}

.u-bgc-white {
  background-color: #fff;
}

.u-bgc-black {
  background-color: #526082;
}

.u-bgc-blue-dark {
  background-color: #364059;
}

.u-bgc-blue-light {
  background-color: #d8e4f7;
}

.u-bgc-blue-lighter {
  background-color: rgba(97, 156, 237, 0.06);
}

.u-bgc-primary {
  background-color: #619ced;
}

.u-bgc-success {
  background-color: #55c9af;
}

.u-bgc-error {
  background-color: #ef5084;
}

.u-bgc-grad-light {
  background-image: linear-gradient(236deg, #e0ecfc, #d6e2f6);
}

.u-bgc-transparent {
  background-color: transparent;
}

.u-hide-sm {
  display: none;
}

.u-show-sm {
  display: block;
}

@media screen and (max-width: -1) {
  .u-hide-d-sm {
    display: none;
  }

  .u-show-d-sm {
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .u-hide-md {
    display: none;
  }

  .u-show-md {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .u-hide-d-md {
    display: none;
  }

  .u-show-d-md {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .u-hide-lg {
    display: none;
  }

  .u-show-lg {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .u-hide-d-lg {
    display: none;
  }

  .u-show-d-lg {
    display: block;
  }
}

@media screen and (min-width: 1140px) {
  .u-hide-xl {
    display: none;
  }

  .u-show-xl {
    display: block;
  }
}

@media screen and (max-width: 1139px) {
  .u-hide-d-xl {
    display: none;
  }

  .u-show-d-xl {
    display: block;
  }
}

.u-text-white {
  color: #fff;
}

.u-text-black {
  color: #526082;
}

.u-text-blue-dark {
  color: #364059;
}

.u-text-blue-light {
  color: #d8e4f7;
}

.u-text-blue-lighter {
  color: rgba(97, 156, 237, 0.06);
}

.u-text-primary {
  color: #619ced;
}

.u-text-success {
  color: #55c9af;
}

.u-text-error {
  color: #ef5084;
}

.u-text-xlarge-sm {
  font-size: 1.25rem;
}

.u-text-large-sm {
  font-size: 1.125rem;
}

.u-text-base-sm {
  font-size: 1rem;
}

.u-text-medium-sm {
  font-size: 0.875rem;
}

.u-text-small-sm {
  font-size: 0.75rem;
}

.u-text-xsmall-sm {
  font-size: 0.625rem;
}

@media screen and (min-width: 576px) {
  .u-text-xlarge-md {
    font-size: 1.25rem;
  }

  .u-text-large-md {
    font-size: 1.125rem;
  }

  .u-text-base-md {
    font-size: 1rem;
  }

  .u-text-medium-md {
    font-size: 0.875rem;
  }

  .u-text-small-md {
    font-size: 0.75rem;
  }

  .u-text-xsmall-md {
    font-size: 0.625rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-text-xlarge-lg {
    font-size: 1.25rem;
  }

  .u-text-large-lg {
    font-size: 1.125rem;
  }

  .u-text-base-lg {
    font-size: 1rem;
  }

  .u-text-medium-lg {
    font-size: 0.875rem;
  }

  .u-text-small-lg {
    font-size: 0.75rem;
  }

  .u-text-xsmall-lg {
    font-size: 0.625rem;
  }
}

@media screen and (min-width: 1140px) {
  .u-text-xlarge-xl {
    font-size: 1.25rem;
  }

  .u-text-large-xl {
    font-size: 1.125rem;
  }

  .u-text-base-xl {
    font-size: 1rem;
  }

  .u-text-medium-xl {
    font-size: 0.875rem;
  }

  .u-text-small-xl {
    font-size: 0.75rem;
  }

  .u-text-xsmall-xl {
    font-size: 0.625rem;
  }
}

.u-text-black {
  font-weight: 900;
}

.u-text-bold {
  font-weight: 700;
}

.u-text-normal {
  font-weight: 400;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-fade-80 {
  opacity: 0.8;
}

.u-fade-60 {
  opacity: 0.6;
}

.u-fade-40 {
  opacity: 0.4;
}

.u-fade-30 {
  opacity: 0.3;
}

.u-flex-sm {
  display: flex;
}

.u-flex-sm-g-0 {
  flex-grow: 0;
}

.u-flex-sm-g-1 {
  flex-grow: 1;
}

.u-flex-sm-s-0 {
  flex-shrink: 0;
}

.u-flex-sm-s-1 {
  flex-shrink: 1;
}

.u-flex-sm-b-0 {
  flex-basis: 0;
}

.u-flex-sm-b-100 {
  flex-basis: 100%;
}

.u-flex-sm-b-auto {
  flex-basis: auto;
}

.u-flex-sm-d-column {
  flex-direction: column;
}

.u-flex-sm-d-row {
  flex-direction: row;
}

@media screen and (min-width: 576px) {
  .u-flex-md {
    display: flex;
  }

  .u-flex-md-g-0 {
    flex-grow: 0;
  }

  .u-flex-md-g-1 {
    flex-grow: 1;
  }

  .u-flex-md-s-0 {
    flex-shrink: 0;
  }

  .u-flex-md-s-1 {
    flex-shrink: 1;
  }

  .u-flex-md-b-0 {
    flex-basis: 0;
  }

  .u-flex-md-b-100 {
    flex-basis: 100%;
  }

  .u-flex-md-b-auto {
    flex-basis: auto;
  }

  .u-flex-md-d-column {
    flex-direction: column;
  }

  .u-flex-md-d-row {
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .u-flex-lg {
    display: flex;
  }

  .u-flex-lg-g-0 {
    flex-grow: 0;
  }

  .u-flex-lg-g-1 {
    flex-grow: 1;
  }

  .u-flex-lg-s-0 {
    flex-shrink: 0;
  }

  .u-flex-lg-s-1 {
    flex-shrink: 1;
  }

  .u-flex-lg-b-0 {
    flex-basis: 0;
  }

  .u-flex-lg-b-100 {
    flex-basis: 100%;
  }

  .u-flex-lg-b-auto {
    flex-basis: auto;
  }

  .u-flex-lg-d-column {
    flex-direction: column;
  }

  .u-flex-lg-d-row {
    flex-direction: row;
  }
}

@media screen and (min-width: 1140px) {
  .u-flex-xl {
    display: flex;
  }

  .u-flex-xl-g-0 {
    flex-grow: 0;
  }

  .u-flex-xl-g-1 {
    flex-grow: 1;
  }

  .u-flex-xl-s-0 {
    flex-shrink: 0;
  }

  .u-flex-xl-s-1 {
    flex-shrink: 1;
  }

  .u-flex-xl-b-0 {
    flex-basis: 0;
  }

  .u-flex-xl-b-100 {
    flex-basis: 100%;
  }

  .u-flex-xl-b-auto {
    flex-basis: auto;
  }

  .u-flex-xl-d-column {
    flex-direction: column;
  }

  .u-flex-xl-d-row {
    flex-direction: row;
  }
}

.u-m-sm-auto {
  margin: auto;
}

.u-mt-sm-auto {
  margin-top: auto;
}

.u-ml-sm-auto {
  margin-left: auto;
}

.u-mb-sm-auto {
  margin-bottom: auto;
}

.u-mr-sm-auto {
  margin-right: auto;
}

.u-p-sm-auto {
  padding: auto;
}

.u-pt-sm-auto {
  padding-top: auto;
}

.u-pl-sm-auto {
  padding-left: auto;
}

.u-pb-sm-auto {
  padding-bottom: auto;
}

.u-pr-sm-auto {
  padding-right: auto;
}

.u-m-sm-0 {
  margin: 0;
}

.u-mt-sm-0 {
  margin-top: 0;
}

.u-ml-sm-0 {
  margin-left: 0;
}

.u-mb-sm-0 {
  margin-bottom: 0;
}

.u-mr-sm-0 {
  margin-right: 0;
}

.u-p-sm-0 {
  padding: 0;
}

.u-pt-sm-0 {
  padding-top: 0;
}

.u-pl-sm-0 {
  padding-left: 0;
}

.u-pb-sm-0 {
  padding-bottom: 0;
}

.u-pr-sm-0 {
  padding-right: 0;
}

.u-m-sm-1\:4 {
  margin: 0.25rem;
}

.u-mt-sm-1\:4 {
  margin-top: 0.25rem;
}

.u-ml-sm-1\:4 {
  margin-left: 0.25rem;
}

.u-mb-sm-1\:4 {
  margin-bottom: 0.25rem;
}

.u-mr-sm-1\:4 {
  margin-right: 0.25rem;
}

.u-p-sm-1\:4 {
  padding: 0.25rem;
}

.u-pt-sm-1\:4 {
  padding-top: 0.25rem;
}

.u-pl-sm-1\:4 {
  padding-left: 0.25rem;
}

.u-pb-sm-1\:4 {
  padding-bottom: 0.25rem;
}

.u-pr-sm-1\:4 {
  padding-right: 0.25rem;
}

.u-m-sm-1\:2 {
  margin: 0.5rem;
}

.u-mt-sm-1\:2 {
  margin-top: 0.5rem;
}

.u-ml-sm-1\:2 {
  margin-left: 0.5rem;
}

.u-mb-sm-1\:2 {
  margin-bottom: 0.5rem;
}

.u-mr-sm-1\:2 {
  margin-right: 0.5rem;
}

.u-p-sm-1\:2 {
  padding: 0.5rem;
}

.u-pt-sm-1\:2 {
  padding-top: 0.5rem;
}

.u-pl-sm-1\:2 {
  padding-left: 0.5rem;
}

.u-pb-sm-1\:2 {
  padding-bottom: 0.5rem;
}

.u-pr-sm-1\:2 {
  padding-right: 0.5rem;
}

.u-m-sm-1 {
  margin: 1rem;
}

.u-mt-sm-1 {
  margin-top: 1rem;
}

.u-ml-sm-1 {
  margin-left: 1rem;
}

.u-mb-sm-1 {
  margin-bottom: 1rem;
}

.u-mr-sm-1 {
  margin-right: 1rem;
}

.u-p-sm-1 {
  padding: 1rem;
}

.u-pt-sm-1 {
  padding-top: 1rem;
}

.u-pl-sm-1 {
  padding-left: 1rem;
}

.u-pb-sm-1 {
  padding-bottom: 1rem;
}

.u-pr-sm-1 {
  padding-right: 1rem;
}

.u-m-sm-2 {
  margin: 2rem;
}

.u-mt-sm-2 {
  margin-top: 2rem;
}

.u-ml-sm-2 {
  margin-left: 2rem;
}

.u-mb-sm-2 {
  margin-bottom: 2rem;
}

.u-mr-sm-2 {
  margin-right: 2rem;
}

.u-p-sm-2 {
  padding: 2rem;
}

.u-pt-sm-2 {
  padding-top: 2rem;
}

.u-pl-sm-2 {
  padding-left: 2rem;
}

.u-pb-sm-2 {
  padding-bottom: 2rem;
}

.u-pr-sm-2 {
  padding-right: 2rem;
}

@media screen and (min-width: 576px) {
  .u-m-md-auto {
    margin: auto;
  }

  .u-mt-md-auto {
    margin-top: auto;
  }

  .u-ml-md-auto {
    margin-left: auto;
  }

  .u-mb-md-auto {
    margin-bottom: auto;
  }

  .u-mr-md-auto {
    margin-right: auto;
  }

  .u-p-md-auto {
    padding: auto;
  }

  .u-pt-md-auto {
    padding-top: auto;
  }

  .u-pl-md-auto {
    padding-left: auto;
  }

  .u-pb-md-auto {
    padding-bottom: auto;
  }

  .u-pr-md-auto {
    padding-right: auto;
  }

  .u-m-md-0 {
    margin: 0;
  }

  .u-mt-md-0 {
    margin-top: 0;
  }

  .u-ml-md-0 {
    margin-left: 0;
  }

  .u-mb-md-0 {
    margin-bottom: 0;
  }

  .u-mr-md-0 {
    margin-right: 0;
  }

  .u-p-md-0 {
    padding: 0;
  }

  .u-pt-md-0 {
    padding-top: 0;
  }

  .u-pl-md-0 {
    padding-left: 0;
  }

  .u-pb-md-0 {
    padding-bottom: 0;
  }

  .u-pr-md-0 {
    padding-right: 0;
  }

  .u-m-md-1\:4 {
    margin: 0.25rem;
  }

  .u-mt-md-1\:4 {
    margin-top: 0.25rem;
  }

  .u-ml-md-1\:4 {
    margin-left: 0.25rem;
  }

  .u-mb-md-1\:4 {
    margin-bottom: 0.25rem;
  }

  .u-mr-md-1\:4 {
    margin-right: 0.25rem;
  }

  .u-p-md-1\:4 {
    padding: 0.25rem;
  }

  .u-pt-md-1\:4 {
    padding-top: 0.25rem;
  }

  .u-pl-md-1\:4 {
    padding-left: 0.25rem;
  }

  .u-pb-md-1\:4 {
    padding-bottom: 0.25rem;
  }

  .u-pr-md-1\:4 {
    padding-right: 0.25rem;
  }

  .u-m-md-1\:2 {
    margin: 0.5rem;
  }

  .u-mt-md-1\:2 {
    margin-top: 0.5rem;
  }

  .u-ml-md-1\:2 {
    margin-left: 0.5rem;
  }

  .u-mb-md-1\:2 {
    margin-bottom: 0.5rem;
  }

  .u-mr-md-1\:2 {
    margin-right: 0.5rem;
  }

  .u-p-md-1\:2 {
    padding: 0.5rem;
  }

  .u-pt-md-1\:2 {
    padding-top: 0.5rem;
  }

  .u-pl-md-1\:2 {
    padding-left: 0.5rem;
  }

  .u-pb-md-1\:2 {
    padding-bottom: 0.5rem;
  }

  .u-pr-md-1\:2 {
    padding-right: 0.5rem;
  }

  .u-m-md-1 {
    margin: 1rem;
  }

  .u-mt-md-1 {
    margin-top: 1rem;
  }

  .u-ml-md-1 {
    margin-left: 1rem;
  }

  .u-mb-md-1 {
    margin-bottom: 1rem;
  }

  .u-mr-md-1 {
    margin-right: 1rem;
  }

  .u-p-md-1 {
    padding: 1rem;
  }

  .u-pt-md-1 {
    padding-top: 1rem;
  }

  .u-pl-md-1 {
    padding-left: 1rem;
  }

  .u-pb-md-1 {
    padding-bottom: 1rem;
  }

  .u-pr-md-1 {
    padding-right: 1rem;
  }

  .u-m-md-2 {
    margin: 2rem;
  }

  .u-mt-md-2 {
    margin-top: 2rem;
  }

  .u-ml-md-2 {
    margin-left: 2rem;
  }

  .u-mb-md-2 {
    margin-bottom: 2rem;
  }

  .u-mr-md-2 {
    margin-right: 2rem;
  }

  .u-p-md-2 {
    padding: 2rem;
  }

  .u-pt-md-2 {
    padding-top: 2rem;
  }

  .u-pl-md-2 {
    padding-left: 2rem;
  }

  .u-pb-md-2 {
    padding-bottom: 2rem;
  }

  .u-pr-md-2 {
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-m-lg-auto {
    margin: auto;
  }

  .u-mt-lg-auto {
    margin-top: auto;
  }

  .u-ml-lg-auto {
    margin-left: auto;
  }

  .u-mb-lg-auto {
    margin-bottom: auto;
  }

  .u-mr-lg-auto {
    margin-right: auto;
  }

  .u-p-lg-auto {
    padding: auto;
  }

  .u-pt-lg-auto {
    padding-top: auto;
  }

  .u-pl-lg-auto {
    padding-left: auto;
  }

  .u-pb-lg-auto {
    padding-bottom: auto;
  }

  .u-pr-lg-auto {
    padding-right: auto;
  }

  .u-m-lg-0 {
    margin: 0;
  }

  .u-mt-lg-0 {
    margin-top: 0;
  }

  .u-ml-lg-0 {
    margin-left: 0;
  }

  .u-mb-lg-0 {
    margin-bottom: 0;
  }

  .u-mr-lg-0 {
    margin-right: 0;
  }

  .u-p-lg-0 {
    padding: 0;
  }

  .u-pt-lg-0 {
    padding-top: 0;
  }

  .u-pl-lg-0 {
    padding-left: 0;
  }

  .u-pb-lg-0 {
    padding-bottom: 0;
  }

  .u-pr-lg-0 {
    padding-right: 0;
  }

  .u-m-lg-1\:4 {
    margin: 0.25rem;
  }

  .u-mt-lg-1\:4 {
    margin-top: 0.25rem;
  }

  .u-ml-lg-1\:4 {
    margin-left: 0.25rem;
  }

  .u-mb-lg-1\:4 {
    margin-bottom: 0.25rem;
  }

  .u-mr-lg-1\:4 {
    margin-right: 0.25rem;
  }

  .u-p-lg-1\:4 {
    padding: 0.25rem;
  }

  .u-pt-lg-1\:4 {
    padding-top: 0.25rem;
  }

  .u-pl-lg-1\:4 {
    padding-left: 0.25rem;
  }

  .u-pb-lg-1\:4 {
    padding-bottom: 0.25rem;
  }

  .u-pr-lg-1\:4 {
    padding-right: 0.25rem;
  }

  .u-m-lg-1\:2 {
    margin: 0.5rem;
  }

  .u-mt-lg-1\:2 {
    margin-top: 0.5rem;
  }

  .u-ml-lg-1\:2 {
    margin-left: 0.5rem;
  }

  .u-mb-lg-1\:2 {
    margin-bottom: 0.5rem;
  }

  .u-mr-lg-1\:2 {
    margin-right: 0.5rem;
  }

  .u-p-lg-1\:2 {
    padding: 0.5rem;
  }

  .u-pt-lg-1\:2 {
    padding-top: 0.5rem;
  }

  .u-pl-lg-1\:2 {
    padding-left: 0.5rem;
  }

  .u-pb-lg-1\:2 {
    padding-bottom: 0.5rem;
  }

  .u-pr-lg-1\:2 {
    padding-right: 0.5rem;
  }

  .u-m-lg-1 {
    margin: 1rem;
  }

  .u-mt-lg-1 {
    margin-top: 1rem;
  }

  .u-ml-lg-1 {
    margin-left: 1rem;
  }

  .u-mb-lg-1 {
    margin-bottom: 1rem;
  }

  .u-mr-lg-1 {
    margin-right: 1rem;
  }

  .u-p-lg-1 {
    padding: 1rem;
  }

  .u-pt-lg-1 {
    padding-top: 1rem;
  }

  .u-pl-lg-1 {
    padding-left: 1rem;
  }

  .u-pb-lg-1 {
    padding-bottom: 1rem;
  }

  .u-pr-lg-1 {
    padding-right: 1rem;
  }

  .u-m-lg-2 {
    margin: 2rem;
  }

  .u-mt-lg-2 {
    margin-top: 2rem;
  }

  .u-ml-lg-2 {
    margin-left: 2rem;
  }

  .u-mb-lg-2 {
    margin-bottom: 2rem;
  }

  .u-mr-lg-2 {
    margin-right: 2rem;
  }

  .u-p-lg-2 {
    padding: 2rem;
  }

  .u-pt-lg-2 {
    padding-top: 2rem;
  }

  .u-pl-lg-2 {
    padding-left: 2rem;
  }

  .u-pb-lg-2 {
    padding-bottom: 2rem;
  }

  .u-pr-lg-2 {
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1140px) {
  .u-m-xl-auto {
    margin: auto;
  }

  .u-mt-xl-auto {
    margin-top: auto;
  }

  .u-ml-xl-auto {
    margin-left: auto;
  }

  .u-mb-xl-auto {
    margin-bottom: auto;
  }

  .u-mr-xl-auto {
    margin-right: auto;
  }

  .u-p-xl-auto {
    padding: auto;
  }

  .u-pt-xl-auto {
    padding-top: auto;
  }

  .u-pl-xl-auto {
    padding-left: auto;
  }

  .u-pb-xl-auto {
    padding-bottom: auto;
  }

  .u-pr-xl-auto {
    padding-right: auto;
  }

  .u-m-xl-0 {
    margin: 0;
  }

  .u-mt-xl-0 {
    margin-top: 0;
  }

  .u-ml-xl-0 {
    margin-left: 0;
  }

  .u-mb-xl-0 {
    margin-bottom: 0;
  }

  .u-mr-xl-0 {
    margin-right: 0;
  }

  .u-p-xl-0 {
    padding: 0;
  }

  .u-pt-xl-0 {
    padding-top: 0;
  }

  .u-pl-xl-0 {
    padding-left: 0;
  }

  .u-pb-xl-0 {
    padding-bottom: 0;
  }

  .u-pr-xl-0 {
    padding-right: 0;
  }

  .u-m-xl-1\:4 {
    margin: 0.25rem;
  }

  .u-mt-xl-1\:4 {
    margin-top: 0.25rem;
  }

  .u-ml-xl-1\:4 {
    margin-left: 0.25rem;
  }

  .u-mb-xl-1\:4 {
    margin-bottom: 0.25rem;
  }

  .u-mr-xl-1\:4 {
    margin-right: 0.25rem;
  }

  .u-p-xl-1\:4 {
    padding: 0.25rem;
  }

  .u-pt-xl-1\:4 {
    padding-top: 0.25rem;
  }

  .u-pl-xl-1\:4 {
    padding-left: 0.25rem;
  }

  .u-pb-xl-1\:4 {
    padding-bottom: 0.25rem;
  }

  .u-pr-xl-1\:4 {
    padding-right: 0.25rem;
  }

  .u-m-xl-1\:2 {
    margin: 0.5rem;
  }

  .u-mt-xl-1\:2 {
    margin-top: 0.5rem;
  }

  .u-ml-xl-1\:2 {
    margin-left: 0.5rem;
  }

  .u-mb-xl-1\:2 {
    margin-bottom: 0.5rem;
  }

  .u-mr-xl-1\:2 {
    margin-right: 0.5rem;
  }

  .u-p-xl-1\:2 {
    padding: 0.5rem;
  }

  .u-pt-xl-1\:2 {
    padding-top: 0.5rem;
  }

  .u-pl-xl-1\:2 {
    padding-left: 0.5rem;
  }

  .u-pb-xl-1\:2 {
    padding-bottom: 0.5rem;
  }

  .u-pr-xl-1\:2 {
    padding-right: 0.5rem;
  }

  .u-m-xl-1 {
    margin: 1rem;
  }

  .u-mt-xl-1 {
    margin-top: 1rem;
  }

  .u-ml-xl-1 {
    margin-left: 1rem;
  }

  .u-mb-xl-1 {
    margin-bottom: 1rem;
  }

  .u-mr-xl-1 {
    margin-right: 1rem;
  }

  .u-p-xl-1 {
    padding: 1rem;
  }

  .u-pt-xl-1 {
    padding-top: 1rem;
  }

  .u-pl-xl-1 {
    padding-left: 1rem;
  }

  .u-pb-xl-1 {
    padding-bottom: 1rem;
  }

  .u-pr-xl-1 {
    padding-right: 1rem;
  }

  .u-m-xl-2 {
    margin: 2rem;
  }

  .u-mt-xl-2 {
    margin-top: 2rem;
  }

  .u-ml-xl-2 {
    margin-left: 2rem;
  }

  .u-mb-xl-2 {
    margin-bottom: 2rem;
  }

  .u-mr-xl-2 {
    margin-right: 2rem;
  }

  .u-p-xl-2 {
    padding: 2rem;
  }

  .u-pt-xl-2 {
    padding-top: 2rem;
  }

  .u-pl-xl-2 {
    padding-left: 2rem;
  }

  .u-pb-xl-2 {
    padding-bottom: 2rem;
  }

  .u-pr-xl-2 {
    padding-right: 2rem;
  }
}

.u-w-1 {
  width: 1px;
}

.u-h-1 {
  height: 1px;
}

.u-w-2 {
  width: 2px;
}

.u-h-2 {
  height: 2px;
}

.u-w-3 {
  width: 3px;
}

.u-h-3 {
  height: 3px;
}

.u-w-4 {
  width: 4px;
}

.u-h-4 {
  height: 4px;
}

.u-w-5 {
  width: 5px;
}

.u-h-5 {
  height: 5px;
}

.u-w-6 {
  width: 6px;
}

.u-h-6 {
  height: 6px;
}

.u-w-7 {
  width: 7px;
}

.u-h-7 {
  height: 7px;
}

.u-w-8 {
  width: 8px;
}

.u-h-8 {
  height: 8px;
}

.u-w-9 {
  width: 9px;
}

.u-h-9 {
  height: 9px;
}

.u-w-10 {
  width: 10px;
}

.u-h-10 {
  height: 10px;
}

.u-w-11 {
  width: 11px;
}

.u-h-11 {
  height: 11px;
}

.u-w-12 {
  width: 12px;
}

.u-h-12 {
  height: 12px;
}

.u-w-13 {
  width: 13px;
}

.u-h-13 {
  height: 13px;
}

.u-w-14 {
  width: 14px;
}

.u-h-14 {
  height: 14px;
}

.u-w-15 {
  width: 15px;
}

.u-h-15 {
  height: 15px;
}

.u-w-16 {
  width: 16px;
}

.u-h-16 {
  height: 16px;
}

.u-w-17 {
  width: 17px;
}

.u-h-17 {
  height: 17px;
}

.u-w-18 {
  width: 18px;
}

.u-h-18 {
  height: 18px;
}

.u-w-19 {
  width: 19px;
}

.u-h-19 {
  height: 19px;
}

.u-w-20 {
  width: 20px;
}

.u-h-20 {
  height: 20px;
}

.u-w-21 {
  width: 21px;
}

.u-h-21 {
  height: 21px;
}

.u-w-22 {
  width: 22px;
}

.u-h-22 {
  height: 22px;
}

.u-w-23 {
  width: 23px;
}

.u-h-23 {
  height: 23px;
}

.u-w-24 {
  width: 24px;
}

.u-h-24 {
  height: 24px;
}

.u-w-25 {
  width: 25px;
}

.u-h-25 {
  height: 25px;
}

.u-w-26 {
  width: 26px;
}

.u-h-26 {
  height: 26px;
}

.u-w-27 {
  width: 27px;
}

.u-h-27 {
  height: 27px;
}

.u-w-28 {
  width: 28px;
}

.u-h-28 {
  height: 28px;
}

.u-w-29 {
  width: 29px;
}

.u-h-29 {
  height: 29px;
}

.u-w-30 {
  width: 30px;
}

.u-h-30 {
  height: 30px;
}

.u-w-31 {
  width: 31px;
}

.u-h-31 {
  height: 31px;
}

.u-w-32 {
  width: 32px;
}

.u-h-32 {
  height: 32px;
}

.u-w-33 {
  width: 33px;
}

.u-h-33 {
  height: 33px;
}

.u-w-34 {
  width: 34px;
}

.u-h-34 {
  height: 34px;
}

.u-w-35 {
  width: 35px;
}

.u-h-35 {
  height: 35px;
}

.u-w-36 {
  width: 36px;
}

.u-h-36 {
  height: 36px;
}

.u-w-37 {
  width: 37px;
}

.u-h-37 {
  height: 37px;
}

.u-w-38 {
  width: 38px;
}

.u-h-38 {
  height: 38px;
}

.u-w-39 {
  width: 39px;
}

.u-h-39 {
  height: 39px;
}

.u-w-40 {
  width: 40px;
}

.u-h-40 {
  height: 40px;
}

.u-w-41 {
  width: 41px;
}

.u-h-41 {
  height: 41px;
}

.u-w-42 {
  width: 42px;
}

.u-h-42 {
  height: 42px;
}

.u-w-43 {
  width: 43px;
}

.u-h-43 {
  height: 43px;
}

.u-w-44 {
  width: 44px;
}

.u-h-44 {
  height: 44px;
}

.u-w-45 {
  width: 45px;
}

.u-h-45 {
  height: 45px;
}

.u-w-46 {
  width: 46px;
}

.u-h-46 {
  height: 46px;
}

.u-w-47 {
  width: 47px;
}

.u-h-47 {
  height: 47px;
}

.u-w-48 {
  width: 48px;
}

.u-h-48 {
  height: 48px;
}

.u-w-49 {
  width: 49px;
}

.u-h-49 {
  height: 49px;
}

.u-w-50 {
  width: 50px;
}

.u-h-50 {
  height: 50px;
}

.u-w-51 {
  width: 51px;
}

.u-h-51 {
  height: 51px;
}

.u-w-52 {
  width: 52px;
}

.u-h-52 {
  height: 52px;
}

.u-w-53 {
  width: 53px;
}

.u-h-53 {
  height: 53px;
}

.u-w-54 {
  width: 54px;
}

.u-h-54 {
  height: 54px;
}

.u-w-55 {
  width: 55px;
}

.u-h-55 {
  height: 55px;
}

.u-w-56 {
  width: 56px;
}

.u-h-56 {
  height: 56px;
}

.u-w-57 {
  width: 57px;
}

.u-h-57 {
  height: 57px;
}

.u-w-58 {
  width: 58px;
}

.u-h-58 {
  height: 58px;
}

.u-w-59 {
  width: 59px;
}

.u-h-59 {
  height: 59px;
}

.u-w-60 {
  width: 60px;
}

.u-h-60 {
  height: 60px;
}

.u-w-61 {
  width: 61px;
}

.u-h-61 {
  height: 61px;
}

.u-w-62 {
  width: 62px;
}

.u-h-62 {
  height: 62px;
}

.u-w-63 {
  width: 63px;
}

.u-h-63 {
  height: 63px;
}

.u-w-64 {
  width: 64px;
}

.u-h-64 {
  height: 64px;
}

.u-w-65 {
  width: 65px;
}

.u-h-65 {
  height: 65px;
}

.u-w-66 {
  width: 66px;
}

.u-h-66 {
  height: 66px;
}

.u-w-67 {
  width: 67px;
}

.u-h-67 {
  height: 67px;
}

.u-w-68 {
  width: 68px;
}

.u-h-68 {
  height: 68px;
}

.u-w-69 {
  width: 69px;
}

.u-h-69 {
  height: 69px;
}

.u-w-70 {
  width: 70px;
}

.u-h-70 {
  height: 70px;
}

.u-w-71 {
  width: 71px;
}

.u-h-71 {
  height: 71px;
}

.u-w-72 {
  width: 72px;
}

.u-h-72 {
  height: 72px;
}

.u-w-73 {
  width: 73px;
}

.u-h-73 {
  height: 73px;
}

.u-w-74 {
  width: 74px;
}

.u-h-74 {
  height: 74px;
}

.u-w-75 {
  width: 75px;
}

.u-h-75 {
  height: 75px;
}

.u-w-76 {
  width: 76px;
}

.u-h-76 {
  height: 76px;
}

.u-w-77 {
  width: 77px;
}

.u-h-77 {
  height: 77px;
}

.u-w-78 {
  width: 78px;
}

.u-h-78 {
  height: 78px;
}

.u-w-79 {
  width: 79px;
}

.u-h-79 {
  height: 79px;
}

.u-w-80 {
  width: 80px;
}

.u-h-80 {
  height: 80px;
}

.u-w-81 {
  width: 81px;
}

.u-h-81 {
  height: 81px;
}

.u-w-82 {
  width: 82px;
}

.u-h-82 {
  height: 82px;
}

.u-w-83 {
  width: 83px;
}

.u-h-83 {
  height: 83px;
}

.u-w-84 {
  width: 84px;
}

.u-h-84 {
  height: 84px;
}

.u-w-85 {
  width: 85px;
}

.u-h-85 {
  height: 85px;
}

.u-w-86 {
  width: 86px;
}

.u-h-86 {
  height: 86px;
}

.u-w-87 {
  width: 87px;
}

.u-h-87 {
  height: 87px;
}

.u-w-88 {
  width: 88px;
}

.u-h-88 {
  height: 88px;
}

.u-w-89 {
  width: 89px;
}

.u-h-89 {
  height: 89px;
}

.u-w-90 {
  width: 90px;
}

.u-h-90 {
  height: 90px;
}

.u-w-91 {
  width: 91px;
}

.u-h-91 {
  height: 91px;
}

.u-w-92 {
  width: 92px;
}

.u-h-92 {
  height: 92px;
}

.u-w-93 {
  width: 93px;
}

.u-h-93 {
  height: 93px;
}

.u-w-94 {
  width: 94px;
}

.u-h-94 {
  height: 94px;
}

.u-w-95 {
  width: 95px;
}

.u-h-95 {
  height: 95px;
}

.u-w-96 {
  width: 96px;
}

.u-h-96 {
  height: 96px;
}

.u-w-97 {
  width: 97px;
}

.u-h-97 {
  height: 97px;
}

.u-w-98 {
  width: 98px;
}

.u-h-98 {
  height: 98px;
}

.u-w-99 {
  width: 99px;
}

.u-h-99 {
  height: 99px;
}

.u-w-100 {
  width: 100px;
}

.u-h-100 {
  height: 100px;
}

.u-w-101 {
  width: 101px;
}

.u-h-101 {
  height: 101px;
}

.u-w-102 {
  width: 102px;
}

.u-h-102 {
  height: 102px;
}

.u-w-103 {
  width: 103px;
}

.u-h-103 {
  height: 103px;
}

.u-w-104 {
  width: 104px;
}

.u-h-104 {
  height: 104px;
}

.u-w-105 {
  width: 105px;
}

.u-h-105 {
  height: 105px;
}

.u-w-106 {
  width: 106px;
}

.u-h-106 {
  height: 106px;
}

.u-w-107 {
  width: 107px;
}

.u-h-107 {
  height: 107px;
}

.u-w-108 {
  width: 108px;
}

.u-h-108 {
  height: 108px;
}

.u-w-109 {
  width: 109px;
}

.u-h-109 {
  height: 109px;
}

.u-w-110 {
  width: 110px;
}

.u-h-110 {
  height: 110px;
}

.u-w-111 {
  width: 111px;
}

.u-h-111 {
  height: 111px;
}

.u-w-112 {
  width: 112px;
}

.u-h-112 {
  height: 112px;
}

.u-w-113 {
  width: 113px;
}

.u-h-113 {
  height: 113px;
}

.u-w-114 {
  width: 114px;
}

.u-h-114 {
  height: 114px;
}

.u-w-115 {
  width: 115px;
}

.u-h-115 {
  height: 115px;
}

.u-w-116 {
  width: 116px;
}

.u-h-116 {
  height: 116px;
}

.u-w-117 {
  width: 117px;
}

.u-h-117 {
  height: 117px;
}

.u-w-118 {
  width: 118px;
}

.u-h-118 {
  height: 118px;
}

.u-w-119 {
  width: 119px;
}

.u-h-119 {
  height: 119px;
}

.u-w-120 {
  width: 120px;
}

.u-h-120 {
  height: 120px;
}

.u-w-121 {
  width: 121px;
}

.u-h-121 {
  height: 121px;
}

.u-w-122 {
  width: 122px;
}

.u-h-122 {
  height: 122px;
}

.u-w-123 {
  width: 123px;
}

.u-h-123 {
  height: 123px;
}

.u-w-124 {
  width: 124px;
}

.u-h-124 {
  height: 124px;
}

.u-w-125 {
  width: 125px;
}

.u-h-125 {
  height: 125px;
}

.u-w-126 {
  width: 126px;
}

.u-h-126 {
  height: 126px;
}

.u-w-127 {
  width: 127px;
}

.u-h-127 {
  height: 127px;
}

.u-w-128 {
  width: 128px;
}

.u-h-128 {
  height: 128px;
}

.u-w-129 {
  width: 129px;
}

.u-h-129 {
  height: 129px;
}

.u-w-130 {
  width: 130px;
}

.u-h-130 {
  height: 130px;
}

.u-w-131 {
  width: 131px;
}

.u-h-131 {
  height: 131px;
}

.u-w-132 {
  width: 132px;
}

.u-h-132 {
  height: 132px;
}

.u-w-133 {
  width: 133px;
}

.u-h-133 {
  height: 133px;
}

.u-w-134 {
  width: 134px;
}

.u-h-134 {
  height: 134px;
}

.u-w-135 {
  width: 135px;
}

.u-h-135 {
  height: 135px;
}

.u-w-136 {
  width: 136px;
}

.u-h-136 {
  height: 136px;
}

.u-w-137 {
  width: 137px;
}

.u-h-137 {
  height: 137px;
}

.u-w-138 {
  width: 138px;
}

.u-h-138 {
  height: 138px;
}

.u-w-139 {
  width: 139px;
}

.u-h-139 {
  height: 139px;
}

.u-w-140 {
  width: 140px;
}

.u-h-140 {
  height: 140px;
}

.u-w-141 {
  width: 141px;
}

.u-h-141 {
  height: 141px;
}

.u-w-142 {
  width: 142px;
}

.u-h-142 {
  height: 142px;
}

.u-w-143 {
  width: 143px;
}

.u-h-143 {
  height: 143px;
}

.u-w-144 {
  width: 144px;
}

.u-h-144 {
  height: 144px;
}

.u-w-145 {
  width: 145px;
}

.u-h-145 {
  height: 145px;
}

.u-w-146 {
  width: 146px;
}

.u-h-146 {
  height: 146px;
}

.u-w-147 {
  width: 147px;
}

.u-h-147 {
  height: 147px;
}

.u-w-148 {
  width: 148px;
}

.u-h-148 {
  height: 148px;
}

.u-w-149 {
  width: 149px;
}

.u-h-149 {
  height: 149px;
}

.u-w-150 {
  width: 150px;
}

.u-h-150 {
  height: 150px;
}

.u-w-151 {
  width: 151px;
}

.u-h-151 {
  height: 151px;
}

.u-w-152 {
  width: 152px;
}

.u-h-152 {
  height: 152px;
}

.u-w-153 {
  width: 153px;
}

.u-h-153 {
  height: 153px;
}

.u-w-154 {
  width: 154px;
}

.u-h-154 {
  height: 154px;
}

.u-w-155 {
  width: 155px;
}

.u-h-155 {
  height: 155px;
}

.u-w-156 {
  width: 156px;
}

.u-h-156 {
  height: 156px;
}

.u-w-157 {
  width: 157px;
}

.u-h-157 {
  height: 157px;
}

.u-w-158 {
  width: 158px;
}

.u-h-158 {
  height: 158px;
}

.u-w-159 {
  width: 159px;
}

.u-h-159 {
  height: 159px;
}

.u-w-160 {
  width: 160px;
}

.u-h-160 {
  height: 160px;
}

.u-w-161 {
  width: 161px;
}

.u-h-161 {
  height: 161px;
}

.u-w-162 {
  width: 162px;
}

.u-h-162 {
  height: 162px;
}

.u-w-163 {
  width: 163px;
}

.u-h-163 {
  height: 163px;
}

.u-w-164 {
  width: 164px;
}

.u-h-164 {
  height: 164px;
}

.u-w-165 {
  width: 165px;
}

.u-h-165 {
  height: 165px;
}

.u-w-166 {
  width: 166px;
}

.u-h-166 {
  height: 166px;
}

.u-w-167 {
  width: 167px;
}

.u-h-167 {
  height: 167px;
}

.u-w-168 {
  width: 168px;
}

.u-h-168 {
  height: 168px;
}

.u-w-169 {
  width: 169px;
}

.u-h-169 {
  height: 169px;
}

.u-w-170 {
  width: 170px;
}

.u-h-170 {
  height: 170px;
}

.u-w-171 {
  width: 171px;
}

.u-h-171 {
  height: 171px;
}

.u-w-172 {
  width: 172px;
}

.u-h-172 {
  height: 172px;
}

.u-w-173 {
  width: 173px;
}

.u-h-173 {
  height: 173px;
}

.u-w-174 {
  width: 174px;
}

.u-h-174 {
  height: 174px;
}

.u-w-175 {
  width: 175px;
}

.u-h-175 {
  height: 175px;
}

.u-w-176 {
  width: 176px;
}

.u-h-176 {
  height: 176px;
}

.u-w-177 {
  width: 177px;
}

.u-h-177 {
  height: 177px;
}

.u-w-178 {
  width: 178px;
}

.u-h-178 {
  height: 178px;
}

.u-w-179 {
  width: 179px;
}

.u-h-179 {
  height: 179px;
}

.u-w-180 {
  width: 180px;
}

.u-h-180 {
  height: 180px;
}

.u-w-181 {
  width: 181px;
}

.u-h-181 {
  height: 181px;
}

.u-w-182 {
  width: 182px;
}

.u-h-182 {
  height: 182px;
}

.u-w-183 {
  width: 183px;
}

.u-h-183 {
  height: 183px;
}

.u-w-184 {
  width: 184px;
}

.u-h-184 {
  height: 184px;
}

.u-w-185 {
  width: 185px;
}

.u-h-185 {
  height: 185px;
}

.u-w-186 {
  width: 186px;
}

.u-h-186 {
  height: 186px;
}

.u-w-187 {
  width: 187px;
}

.u-h-187 {
  height: 187px;
}

.u-w-188 {
  width: 188px;
}

.u-h-188 {
  height: 188px;
}

.u-w-189 {
  width: 189px;
}

.u-h-189 {
  height: 189px;
}

.u-w-190 {
  width: 190px;
}

.u-h-190 {
  height: 190px;
}

.u-w-191 {
  width: 191px;
}

.u-h-191 {
  height: 191px;
}

.u-w-192 {
  width: 192px;
}

.u-h-192 {
  height: 192px;
}

.u-w-193 {
  width: 193px;
}

.u-h-193 {
  height: 193px;
}

.u-w-194 {
  width: 194px;
}

.u-h-194 {
  height: 194px;
}

.u-w-195 {
  width: 195px;
}

.u-h-195 {
  height: 195px;
}

.u-w-196 {
  width: 196px;
}

.u-h-196 {
  height: 196px;
}

.u-w-197 {
  width: 197px;
}

.u-h-197 {
  height: 197px;
}

.u-w-198 {
  width: 198px;
}

.u-h-198 {
  height: 198px;
}

.u-w-199 {
  width: 199px;
}

.u-h-199 {
  height: 199px;
}

.u-w-200 {
  width: 200px;
}

.u-h-200 {
  height: 200px;
}

.u-w-201 {
  width: 201px;
}

.u-h-201 {
  height: 201px;
}

.u-w-202 {
  width: 202px;
}

.u-h-202 {
  height: 202px;
}

.u-w-203 {
  width: 203px;
}

.u-h-203 {
  height: 203px;
}

.u-w-204 {
  width: 204px;
}

.u-h-204 {
  height: 204px;
}

.u-w-205 {
  width: 205px;
}

.u-h-205 {
  height: 205px;
}

.u-w-206 {
  width: 206px;
}

.u-h-206 {
  height: 206px;
}

.u-w-207 {
  width: 207px;
}

.u-h-207 {
  height: 207px;
}

.u-w-208 {
  width: 208px;
}

.u-h-208 {
  height: 208px;
}

.u-w-209 {
  width: 209px;
}

.u-h-209 {
  height: 209px;
}

.u-w-210 {
  width: 210px;
}

.u-h-210 {
  height: 210px;
}

.u-w-211 {
  width: 211px;
}

.u-h-211 {
  height: 211px;
}

.u-w-212 {
  width: 212px;
}

.u-h-212 {
  height: 212px;
}

.u-w-213 {
  width: 213px;
}

.u-h-213 {
  height: 213px;
}

.u-w-214 {
  width: 214px;
}

.u-h-214 {
  height: 214px;
}

.u-w-215 {
  width: 215px;
}

.u-h-215 {
  height: 215px;
}

.u-w-216 {
  width: 216px;
}

.u-h-216 {
  height: 216px;
}

.u-w-217 {
  width: 217px;
}

.u-h-217 {
  height: 217px;
}

.u-w-218 {
  width: 218px;
}

.u-h-218 {
  height: 218px;
}

.u-w-219 {
  width: 219px;
}

.u-h-219 {
  height: 219px;
}

.u-w-220 {
  width: 220px;
}

.u-h-220 {
  height: 220px;
}

.u-w-221 {
  width: 221px;
}

.u-h-221 {
  height: 221px;
}

.u-w-222 {
  width: 222px;
}

.u-h-222 {
  height: 222px;
}

.u-w-223 {
  width: 223px;
}

.u-h-223 {
  height: 223px;
}

.u-w-224 {
  width: 224px;
}

.u-h-224 {
  height: 224px;
}

.u-w-225 {
  width: 225px;
}

.u-h-225 {
  height: 225px;
}

.u-w-226 {
  width: 226px;
}

.u-h-226 {
  height: 226px;
}

.u-w-227 {
  width: 227px;
}

.u-h-227 {
  height: 227px;
}

.u-w-228 {
  width: 228px;
}

.u-h-228 {
  height: 228px;
}

.u-w-229 {
  width: 229px;
}

.u-h-229 {
  height: 229px;
}

.u-w-230 {
  width: 230px;
}

.u-h-230 {
  height: 230px;
}

.u-w-231 {
  width: 231px;
}

.u-h-231 {
  height: 231px;
}

.u-w-232 {
  width: 232px;
}

.u-h-232 {
  height: 232px;
}

.u-w-233 {
  width: 233px;
}

.u-h-233 {
  height: 233px;
}

.u-w-234 {
  width: 234px;
}

.u-h-234 {
  height: 234px;
}

.u-w-235 {
  width: 235px;
}

.u-h-235 {
  height: 235px;
}

.u-w-236 {
  width: 236px;
}

.u-h-236 {
  height: 236px;
}

.u-w-237 {
  width: 237px;
}

.u-h-237 {
  height: 237px;
}

.u-w-238 {
  width: 238px;
}

.u-h-238 {
  height: 238px;
}

.u-w-239 {
  width: 239px;
}

.u-h-239 {
  height: 239px;
}

.u-w-240 {
  width: 240px;
}

.u-h-240 {
  height: 240px;
}

.u-w-241 {
  width: 241px;
}

.u-h-241 {
  height: 241px;
}

.u-w-242 {
  width: 242px;
}

.u-h-242 {
  height: 242px;
}

.u-w-243 {
  width: 243px;
}

.u-h-243 {
  height: 243px;
}

.u-w-244 {
  width: 244px;
}

.u-h-244 {
  height: 244px;
}

.u-w-245 {
  width: 245px;
}

.u-h-245 {
  height: 245px;
}

.u-w-246 {
  width: 246px;
}

.u-h-246 {
  height: 246px;
}

.u-w-247 {
  width: 247px;
}

.u-h-247 {
  height: 247px;
}

.u-w-248 {
  width: 248px;
}

.u-h-248 {
  height: 248px;
}

.u-w-249 {
  width: 249px;
}

.u-h-249 {
  height: 249px;
}

.u-w-250 {
  width: 250px;
}

.u-h-250 {
  height: 250px;
}

.u-w-251 {
  width: 251px;
}

.u-h-251 {
  height: 251px;
}

.u-w-252 {
  width: 252px;
}

.u-h-252 {
  height: 252px;
}

.u-w-253 {
  width: 253px;
}

.u-h-253 {
  height: 253px;
}

.u-w-254 {
  width: 254px;
}

.u-h-254 {
  height: 254px;
}

.u-w-255 {
  width: 255px;
}

.u-h-255 {
  height: 255px;
}

.u-w-256 {
  width: 256px;
}

.u-h-256 {
  height: 256px;
}

.u-w-257 {
  width: 257px;
}

.u-h-257 {
  height: 257px;
}

.u-w-258 {
  width: 258px;
}

.u-h-258 {
  height: 258px;
}

.u-w-259 {
  width: 259px;
}

.u-h-259 {
  height: 259px;
}

.u-w-260 {
  width: 260px;
}

.u-h-260 {
  height: 260px;
}

.u-w-261 {
  width: 261px;
}

.u-h-261 {
  height: 261px;
}

.u-w-262 {
  width: 262px;
}

.u-h-262 {
  height: 262px;
}

.u-w-263 {
  width: 263px;
}

.u-h-263 {
  height: 263px;
}

.u-w-264 {
  width: 264px;
}

.u-h-264 {
  height: 264px;
}

.u-w-265 {
  width: 265px;
}

.u-h-265 {
  height: 265px;
}

.u-w-266 {
  width: 266px;
}

.u-h-266 {
  height: 266px;
}

.u-w-267 {
  width: 267px;
}

.u-h-267 {
  height: 267px;
}

.u-w-268 {
  width: 268px;
}

.u-h-268 {
  height: 268px;
}

.u-w-269 {
  width: 269px;
}

.u-h-269 {
  height: 269px;
}

.u-w-270 {
  width: 270px;
}

.u-h-270 {
  height: 270px;
}

.u-w-271 {
  width: 271px;
}

.u-h-271 {
  height: 271px;
}

.u-w-272 {
  width: 272px;
}

.u-h-272 {
  height: 272px;
}

.u-w-273 {
  width: 273px;
}

.u-h-273 {
  height: 273px;
}

.u-w-274 {
  width: 274px;
}

.u-h-274 {
  height: 274px;
}

.u-w-275 {
  width: 275px;
}

.u-h-275 {
  height: 275px;
}

.u-w-276 {
  width: 276px;
}

.u-h-276 {
  height: 276px;
}

.u-w-277 {
  width: 277px;
}

.u-h-277 {
  height: 277px;
}

.u-w-278 {
  width: 278px;
}

.u-h-278 {
  height: 278px;
}

.u-w-279 {
  width: 279px;
}

.u-h-279 {
  height: 279px;
}

.u-w-280 {
  width: 280px;
}

.u-h-280 {
  height: 280px;
}

.u-w-281 {
  width: 281px;
}

.u-h-281 {
  height: 281px;
}

.u-w-282 {
  width: 282px;
}

.u-h-282 {
  height: 282px;
}

.u-w-283 {
  width: 283px;
}

.u-h-283 {
  height: 283px;
}

.u-w-284 {
  width: 284px;
}

.u-h-284 {
  height: 284px;
}

.u-w-285 {
  width: 285px;
}

.u-h-285 {
  height: 285px;
}

.u-w-286 {
  width: 286px;
}

.u-h-286 {
  height: 286px;
}

.u-w-287 {
  width: 287px;
}

.u-h-287 {
  height: 287px;
}

.u-w-288 {
  width: 288px;
}

.u-h-288 {
  height: 288px;
}

.u-w-289 {
  width: 289px;
}

.u-h-289 {
  height: 289px;
}

.u-w-290 {
  width: 290px;
}

.u-h-290 {
  height: 290px;
}

.u-w-291 {
  width: 291px;
}

.u-h-291 {
  height: 291px;
}

.u-w-292 {
  width: 292px;
}

.u-h-292 {
  height: 292px;
}

.u-w-293 {
  width: 293px;
}

.u-h-293 {
  height: 293px;
}

.u-w-294 {
  width: 294px;
}

.u-h-294 {
  height: 294px;
}

.u-w-295 {
  width: 295px;
}

.u-h-295 {
  height: 295px;
}

.u-w-296 {
  width: 296px;
}

.u-h-296 {
  height: 296px;
}

.u-w-297 {
  width: 297px;
}

.u-h-297 {
  height: 297px;
}

.u-w-298 {
  width: 298px;
}

.u-h-298 {
  height: 298px;
}

.u-w-299 {
  width: 299px;
}

.u-h-299 {
  height: 299px;
}

.u-w-300 {
  width: 300px;
}

.u-h-300 {
  height: 300px;
}

.u-w-301 {
  width: 301px;
}

.u-h-301 {
  height: 301px;
}

.u-w-302 {
  width: 302px;
}

.u-h-302 {
  height: 302px;
}

.u-w-303 {
  width: 303px;
}

.u-h-303 {
  height: 303px;
}

.u-w-304 {
  width: 304px;
}

.u-h-304 {
  height: 304px;
}

.u-w-305 {
  width: 305px;
}

.u-h-305 {
  height: 305px;
}

.u-w-306 {
  width: 306px;
}

.u-h-306 {
  height: 306px;
}

.u-w-307 {
  width: 307px;
}

.u-h-307 {
  height: 307px;
}

.u-w-308 {
  width: 308px;
}

.u-h-308 {
  height: 308px;
}

.u-w-309 {
  width: 309px;
}

.u-h-309 {
  height: 309px;
}

.u-w-310 {
  width: 310px;
}

.u-h-310 {
  height: 310px;
}

.u-w-311 {
  width: 311px;
}

.u-h-311 {
  height: 311px;
}

.u-w-312 {
  width: 312px;
}

.u-h-312 {
  height: 312px;
}

.u-w-313 {
  width: 313px;
}

.u-h-313 {
  height: 313px;
}

.u-w-314 {
  width: 314px;
}

.u-h-314 {
  height: 314px;
}

.u-w-315 {
  width: 315px;
}

.u-h-315 {
  height: 315px;
}

.u-w-316 {
  width: 316px;
}

.u-h-316 {
  height: 316px;
}

.u-w-317 {
  width: 317px;
}

.u-h-317 {
  height: 317px;
}

.u-w-318 {
  width: 318px;
}

.u-h-318 {
  height: 318px;
}

.u-w-319 {
  width: 319px;
}

.u-h-319 {
  height: 319px;
}

.u-w-320 {
  width: 320px;
}

.u-h-320 {
  height: 320px;
}

.u-w-321 {
  width: 321px;
}

.u-h-321 {
  height: 321px;
}

.u-w-322 {
  width: 322px;
}

.u-h-322 {
  height: 322px;
}

.u-w-323 {
  width: 323px;
}

.u-h-323 {
  height: 323px;
}

.u-w-324 {
  width: 324px;
}

.u-h-324 {
  height: 324px;
}

.u-w-325 {
  width: 325px;
}

.u-h-325 {
  height: 325px;
}

.u-w-326 {
  width: 326px;
}

.u-h-326 {
  height: 326px;
}

.u-w-327 {
  width: 327px;
}

.u-h-327 {
  height: 327px;
}

.u-w-328 {
  width: 328px;
}

.u-h-328 {
  height: 328px;
}

.u-w-329 {
  width: 329px;
}

.u-h-329 {
  height: 329px;
}

.u-w-330 {
  width: 330px;
}

.u-h-330 {
  height: 330px;
}

.u-w-331 {
  width: 331px;
}

.u-h-331 {
  height: 331px;
}

.u-w-332 {
  width: 332px;
}

.u-h-332 {
  height: 332px;
}

.u-w-333 {
  width: 333px;
}

.u-h-333 {
  height: 333px;
}

.u-w-334 {
  width: 334px;
}

.u-h-334 {
  height: 334px;
}

.u-w-335 {
  width: 335px;
}

.u-h-335 {
  height: 335px;
}

.u-w-336 {
  width: 336px;
}

.u-h-336 {
  height: 336px;
}

.u-w-337 {
  width: 337px;
}

.u-h-337 {
  height: 337px;
}

.u-w-338 {
  width: 338px;
}

.u-h-338 {
  height: 338px;
}

.u-w-339 {
  width: 339px;
}

.u-h-339 {
  height: 339px;
}

.u-w-340 {
  width: 340px;
}

.u-h-340 {
  height: 340px;
}

.u-w-341 {
  width: 341px;
}

.u-h-341 {
  height: 341px;
}

.u-w-342 {
  width: 342px;
}

.u-h-342 {
  height: 342px;
}

.u-w-343 {
  width: 343px;
}

.u-h-343 {
  height: 343px;
}

.u-w-344 {
  width: 344px;
}

.u-h-344 {
  height: 344px;
}

.u-w-345 {
  width: 345px;
}

.u-h-345 {
  height: 345px;
}

.u-w-346 {
  width: 346px;
}

.u-h-346 {
  height: 346px;
}

.u-w-347 {
  width: 347px;
}

.u-h-347 {
  height: 347px;
}

.u-w-348 {
  width: 348px;
}

.u-h-348 {
  height: 348px;
}

.u-w-349 {
  width: 349px;
}

.u-h-349 {
  height: 349px;
}

.u-w-350 {
  width: 350px;
}

.u-h-350 {
  height: 350px;
}

.u-w-351 {
  width: 351px;
}

.u-h-351 {
  height: 351px;
}

.u-w-352 {
  width: 352px;
}

.u-h-352 {
  height: 352px;
}

.u-w-353 {
  width: 353px;
}

.u-h-353 {
  height: 353px;
}

.u-w-354 {
  width: 354px;
}

.u-h-354 {
  height: 354px;
}

.u-w-355 {
  width: 355px;
}

.u-h-355 {
  height: 355px;
}

.u-w-356 {
  width: 356px;
}

.u-h-356 {
  height: 356px;
}

.u-w-357 {
  width: 357px;
}

.u-h-357 {
  height: 357px;
}

.u-w-358 {
  width: 358px;
}

.u-h-358 {
  height: 358px;
}

.u-w-359 {
  width: 359px;
}

.u-h-359 {
  height: 359px;
}

.u-w-360 {
  width: 360px;
}

.u-h-360 {
  height: 360px;
}

.u-w-361 {
  width: 361px;
}

.u-h-361 {
  height: 361px;
}

.u-w-362 {
  width: 362px;
}

.u-h-362 {
  height: 362px;
}

.u-w-363 {
  width: 363px;
}

.u-h-363 {
  height: 363px;
}

.u-w-364 {
  width: 364px;
}

.u-h-364 {
  height: 364px;
}

.u-w-365 {
  width: 365px;
}

.u-h-365 {
  height: 365px;
}

.u-w-366 {
  width: 366px;
}

.u-h-366 {
  height: 366px;
}

.u-w-367 {
  width: 367px;
}

.u-h-367 {
  height: 367px;
}

.u-w-368 {
  width: 368px;
}

.u-h-368 {
  height: 368px;
}

.u-w-369 {
  width: 369px;
}

.u-h-369 {
  height: 369px;
}

.u-w-370 {
  width: 370px;
}

.u-h-370 {
  height: 370px;
}

.u-w-371 {
  width: 371px;
}

.u-h-371 {
  height: 371px;
}

.u-w-372 {
  width: 372px;
}

.u-h-372 {
  height: 372px;
}

.u-w-373 {
  width: 373px;
}

.u-h-373 {
  height: 373px;
}

.u-w-374 {
  width: 374px;
}

.u-h-374 {
  height: 374px;
}

.u-w-375 {
  width: 375px;
}

.u-h-375 {
  height: 375px;
}

.u-w-376 {
  width: 376px;
}

.u-h-376 {
  height: 376px;
}

.u-w-377 {
  width: 377px;
}

.u-h-377 {
  height: 377px;
}

.u-w-378 {
  width: 378px;
}

.u-h-378 {
  height: 378px;
}

.u-w-379 {
  width: 379px;
}

.u-h-379 {
  height: 379px;
}

.u-w-380 {
  width: 380px;
}

.u-h-380 {
  height: 380px;
}

.u-w-381 {
  width: 381px;
}

.u-h-381 {
  height: 381px;
}

.u-w-382 {
  width: 382px;
}

.u-h-382 {
  height: 382px;
}

.u-w-383 {
  width: 383px;
}

.u-h-383 {
  height: 383px;
}

.u-w-384 {
  width: 384px;
}

.u-h-384 {
  height: 384px;
}

.u-w-385 {
  width: 385px;
}

.u-h-385 {
  height: 385px;
}

.u-w-386 {
  width: 386px;
}

.u-h-386 {
  height: 386px;
}

.u-w-387 {
  width: 387px;
}

.u-h-387 {
  height: 387px;
}

.u-w-388 {
  width: 388px;
}

.u-h-388 {
  height: 388px;
}

.u-w-389 {
  width: 389px;
}

.u-h-389 {
  height: 389px;
}

.u-w-390 {
  width: 390px;
}

.u-h-390 {
  height: 390px;
}

.u-w-391 {
  width: 391px;
}

.u-h-391 {
  height: 391px;
}

.u-w-392 {
  width: 392px;
}

.u-h-392 {
  height: 392px;
}

.u-w-393 {
  width: 393px;
}

.u-h-393 {
  height: 393px;
}

.u-w-394 {
  width: 394px;
}

.u-h-394 {
  height: 394px;
}

.u-w-395 {
  width: 395px;
}

.u-h-395 {
  height: 395px;
}

.u-w-396 {
  width: 396px;
}

.u-h-396 {
  height: 396px;
}

.u-w-397 {
  width: 397px;
}

.u-h-397 {
  height: 397px;
}

.u-w-398 {
  width: 398px;
}

.u-h-398 {
  height: 398px;
}

.u-w-399 {
  width: 399px;
}

.u-h-399 {
  height: 399px;
}

.u-w-400 {
  width: 400px;
}

.u-h-400 {
  height: 400px;
}

.u-w-401 {
  width: 401px;
}

.u-h-401 {
  height: 401px;
}

.u-w-402 {
  width: 402px;
}

.u-h-402 {
  height: 402px;
}

.u-w-403 {
  width: 403px;
}

.u-h-403 {
  height: 403px;
}

.u-w-404 {
  width: 404px;
}

.u-h-404 {
  height: 404px;
}

.u-w-405 {
  width: 405px;
}

.u-h-405 {
  height: 405px;
}

.u-w-406 {
  width: 406px;
}

.u-h-406 {
  height: 406px;
}

.u-w-407 {
  width: 407px;
}

.u-h-407 {
  height: 407px;
}

.u-w-408 {
  width: 408px;
}

.u-h-408 {
  height: 408px;
}

.u-w-409 {
  width: 409px;
}

.u-h-409 {
  height: 409px;
}

.u-w-410 {
  width: 410px;
}

.u-h-410 {
  height: 410px;
}

.u-w-411 {
  width: 411px;
}

.u-h-411 {
  height: 411px;
}

.u-w-412 {
  width: 412px;
}

.u-h-412 {
  height: 412px;
}

.u-w-413 {
  width: 413px;
}

.u-h-413 {
  height: 413px;
}

.u-w-414 {
  width: 414px;
}

.u-h-414 {
  height: 414px;
}

.u-w-415 {
  width: 415px;
}

.u-h-415 {
  height: 415px;
}

.u-w-416 {
  width: 416px;
}

.u-h-416 {
  height: 416px;
}

.u-w-417 {
  width: 417px;
}

.u-h-417 {
  height: 417px;
}

.u-w-418 {
  width: 418px;
}

.u-h-418 {
  height: 418px;
}

.u-w-419 {
  width: 419px;
}

.u-h-419 {
  height: 419px;
}

.u-w-420 {
  width: 420px;
}

.u-h-420 {
  height: 420px;
}

.u-w-421 {
  width: 421px;
}

.u-h-421 {
  height: 421px;
}

.u-w-422 {
  width: 422px;
}

.u-h-422 {
  height: 422px;
}

.u-w-423 {
  width: 423px;
}

.u-h-423 {
  height: 423px;
}

.u-w-424 {
  width: 424px;
}

.u-h-424 {
  height: 424px;
}

.u-w-425 {
  width: 425px;
}

.u-h-425 {
  height: 425px;
}

.u-w-426 {
  width: 426px;
}

.u-h-426 {
  height: 426px;
}

.u-w-427 {
  width: 427px;
}

.u-h-427 {
  height: 427px;
}

.u-w-428 {
  width: 428px;
}

.u-h-428 {
  height: 428px;
}

.u-w-429 {
  width: 429px;
}

.u-h-429 {
  height: 429px;
}

.u-w-430 {
  width: 430px;
}

.u-h-430 {
  height: 430px;
}

.u-w-431 {
  width: 431px;
}

.u-h-431 {
  height: 431px;
}

.u-w-432 {
  width: 432px;
}

.u-h-432 {
  height: 432px;
}

.u-w-433 {
  width: 433px;
}

.u-h-433 {
  height: 433px;
}

.u-w-434 {
  width: 434px;
}

.u-h-434 {
  height: 434px;
}

.u-w-435 {
  width: 435px;
}

.u-h-435 {
  height: 435px;
}

.u-w-436 {
  width: 436px;
}

.u-h-436 {
  height: 436px;
}

.u-w-437 {
  width: 437px;
}

.u-h-437 {
  height: 437px;
}

.u-w-438 {
  width: 438px;
}

.u-h-438 {
  height: 438px;
}

.u-w-439 {
  width: 439px;
}

.u-h-439 {
  height: 439px;
}

.u-w-440 {
  width: 440px;
}

.u-h-440 {
  height: 440px;
}

.u-w-441 {
  width: 441px;
}

.u-h-441 {
  height: 441px;
}

.u-w-442 {
  width: 442px;
}

.u-h-442 {
  height: 442px;
}

.u-w-443 {
  width: 443px;
}

.u-h-443 {
  height: 443px;
}

.u-w-444 {
  width: 444px;
}

.u-h-444 {
  height: 444px;
}

.u-w-445 {
  width: 445px;
}

.u-h-445 {
  height: 445px;
}

.u-w-446 {
  width: 446px;
}

.u-h-446 {
  height: 446px;
}

.u-w-447 {
  width: 447px;
}

.u-h-447 {
  height: 447px;
}

.u-w-448 {
  width: 448px;
}

.u-h-448 {
  height: 448px;
}

.u-w-449 {
  width: 449px;
}

.u-h-449 {
  height: 449px;
}

.u-w-450 {
  width: 450px;
}

.u-h-450 {
  height: 450px;
}

.u-w-451 {
  width: 451px;
}

.u-h-451 {
  height: 451px;
}

.u-w-452 {
  width: 452px;
}

.u-h-452 {
  height: 452px;
}

.u-w-453 {
  width: 453px;
}

.u-h-453 {
  height: 453px;
}

.u-w-454 {
  width: 454px;
}

.u-h-454 {
  height: 454px;
}

.u-w-455 {
  width: 455px;
}

.u-h-455 {
  height: 455px;
}

.u-w-456 {
  width: 456px;
}

.u-h-456 {
  height: 456px;
}

.u-w-457 {
  width: 457px;
}

.u-h-457 {
  height: 457px;
}

.u-w-458 {
  width: 458px;
}

.u-h-458 {
  height: 458px;
}

.u-w-459 {
  width: 459px;
}

.u-h-459 {
  height: 459px;
}

.u-w-460 {
  width: 460px;
}

.u-h-460 {
  height: 460px;
}

.u-w-461 {
  width: 461px;
}

.u-h-461 {
  height: 461px;
}

.u-w-462 {
  width: 462px;
}

.u-h-462 {
  height: 462px;
}

.u-w-463 {
  width: 463px;
}

.u-h-463 {
  height: 463px;
}

.u-w-464 {
  width: 464px;
}

.u-h-464 {
  height: 464px;
}

.u-w-465 {
  width: 465px;
}

.u-h-465 {
  height: 465px;
}

.u-w-466 {
  width: 466px;
}

.u-h-466 {
  height: 466px;
}

.u-w-467 {
  width: 467px;
}

.u-h-467 {
  height: 467px;
}

.u-w-468 {
  width: 468px;
}

.u-h-468 {
  height: 468px;
}

.u-w-469 {
  width: 469px;
}

.u-h-469 {
  height: 469px;
}

.u-w-470 {
  width: 470px;
}

.u-h-470 {
  height: 470px;
}

.u-w-471 {
  width: 471px;
}

.u-h-471 {
  height: 471px;
}

.u-w-472 {
  width: 472px;
}

.u-h-472 {
  height: 472px;
}

.u-w-473 {
  width: 473px;
}

.u-h-473 {
  height: 473px;
}

.u-w-474 {
  width: 474px;
}

.u-h-474 {
  height: 474px;
}

.u-w-475 {
  width: 475px;
}

.u-h-475 {
  height: 475px;
}

.u-w-476 {
  width: 476px;
}

.u-h-476 {
  height: 476px;
}

.u-w-477 {
  width: 477px;
}

.u-h-477 {
  height: 477px;
}

.u-w-478 {
  width: 478px;
}

.u-h-478 {
  height: 478px;
}

.u-w-479 {
  width: 479px;
}

.u-h-479 {
  height: 479px;
}

.u-w-480 {
  width: 480px;
}

.u-h-480 {
  height: 480px;
}

.u-w-481 {
  width: 481px;
}

.u-h-481 {
  height: 481px;
}

.u-w-482 {
  width: 482px;
}

.u-h-482 {
  height: 482px;
}

.u-w-483 {
  width: 483px;
}

.u-h-483 {
  height: 483px;
}

.u-w-484 {
  width: 484px;
}

.u-h-484 {
  height: 484px;
}

.u-w-485 {
  width: 485px;
}

.u-h-485 {
  height: 485px;
}

.u-w-486 {
  width: 486px;
}

.u-h-486 {
  height: 486px;
}

.u-w-487 {
  width: 487px;
}

.u-h-487 {
  height: 487px;
}

.u-w-488 {
  width: 488px;
}

.u-h-488 {
  height: 488px;
}

.u-w-489 {
  width: 489px;
}

.u-h-489 {
  height: 489px;
}

.u-w-490 {
  width: 490px;
}

.u-h-490 {
  height: 490px;
}

.u-w-491 {
  width: 491px;
}

.u-h-491 {
  height: 491px;
}

.u-w-492 {
  width: 492px;
}

.u-h-492 {
  height: 492px;
}

.u-w-493 {
  width: 493px;
}

.u-h-493 {
  height: 493px;
}

.u-w-494 {
  width: 494px;
}

.u-h-494 {
  height: 494px;
}

.u-w-495 {
  width: 495px;
}

.u-h-495 {
  height: 495px;
}

.u-w-496 {
  width: 496px;
}

.u-h-496 {
  height: 496px;
}

.u-w-497 {
  width: 497px;
}

.u-h-497 {
  height: 497px;
}

.u-w-498 {
  width: 498px;
}

.u-h-498 {
  height: 498px;
}

.u-w-499 {
  width: 499px;
}

.u-h-499 {
  height: 499px;
}

.u-w-500 {
  width: 500px;
}

.u-h-500 {
  height: 500px;
}

.u-w-501 {
  width: 501px;
}

.u-h-501 {
  height: 501px;
}

.u-w-502 {
  width: 502px;
}

.u-h-502 {
  height: 502px;
}

.u-w-503 {
  width: 503px;
}

.u-h-503 {
  height: 503px;
}

.u-w-504 {
  width: 504px;
}

.u-h-504 {
  height: 504px;
}

.u-w-505 {
  width: 505px;
}

.u-h-505 {
  height: 505px;
}

.u-w-506 {
  width: 506px;
}

.u-h-506 {
  height: 506px;
}

.u-w-507 {
  width: 507px;
}

.u-h-507 {
  height: 507px;
}

.u-w-508 {
  width: 508px;
}

.u-h-508 {
  height: 508px;
}

.u-w-509 {
  width: 509px;
}

.u-h-509 {
  height: 509px;
}

.u-w-510 {
  width: 510px;
}

.u-h-510 {
  height: 510px;
}

.u-w-511 {
  width: 511px;
}

.u-h-511 {
  height: 511px;
}

.u-w-512 {
  width: 512px;
}

.u-h-512 {
  height: 512px;
}

.u-w-513 {
  width: 513px;
}

.u-h-513 {
  height: 513px;
}

.u-w-514 {
  width: 514px;
}

.u-h-514 {
  height: 514px;
}

.u-w-515 {
  width: 515px;
}

.u-h-515 {
  height: 515px;
}

.u-w-516 {
  width: 516px;
}

.u-h-516 {
  height: 516px;
}

.u-w-517 {
  width: 517px;
}

.u-h-517 {
  height: 517px;
}

.u-w-518 {
  width: 518px;
}

.u-h-518 {
  height: 518px;
}

.u-w-519 {
  width: 519px;
}

.u-h-519 {
  height: 519px;
}

.u-w-520 {
  width: 520px;
}

.u-h-520 {
  height: 520px;
}

.u-w-521 {
  width: 521px;
}

.u-h-521 {
  height: 521px;
}

.u-w-522 {
  width: 522px;
}

.u-h-522 {
  height: 522px;
}

.u-w-523 {
  width: 523px;
}

.u-h-523 {
  height: 523px;
}

.u-w-524 {
  width: 524px;
}

.u-h-524 {
  height: 524px;
}

.u-w-525 {
  width: 525px;
}

.u-h-525 {
  height: 525px;
}

.u-w-526 {
  width: 526px;
}

.u-h-526 {
  height: 526px;
}

.u-w-527 {
  width: 527px;
}

.u-h-527 {
  height: 527px;
}

.u-w-528 {
  width: 528px;
}

.u-h-528 {
  height: 528px;
}

.u-w-529 {
  width: 529px;
}

.u-h-529 {
  height: 529px;
}

.u-w-530 {
  width: 530px;
}

.u-h-530 {
  height: 530px;
}

.u-w-531 {
  width: 531px;
}

.u-h-531 {
  height: 531px;
}

.u-w-532 {
  width: 532px;
}

.u-h-532 {
  height: 532px;
}

.u-w-533 {
  width: 533px;
}

.u-h-533 {
  height: 533px;
}

.u-w-534 {
  width: 534px;
}

.u-h-534 {
  height: 534px;
}

.u-w-535 {
  width: 535px;
}

.u-h-535 {
  height: 535px;
}

.u-w-536 {
  width: 536px;
}

.u-h-536 {
  height: 536px;
}

.u-w-537 {
  width: 537px;
}

.u-h-537 {
  height: 537px;
}

.u-w-538 {
  width: 538px;
}

.u-h-538 {
  height: 538px;
}

.u-w-539 {
  width: 539px;
}

.u-h-539 {
  height: 539px;
}

.u-w-540 {
  width: 540px;
}

.u-h-540 {
  height: 540px;
}

.u-w-541 {
  width: 541px;
}

.u-h-541 {
  height: 541px;
}

.u-w-542 {
  width: 542px;
}

.u-h-542 {
  height: 542px;
}

.u-w-543 {
  width: 543px;
}

.u-h-543 {
  height: 543px;
}

.u-w-544 {
  width: 544px;
}

.u-h-544 {
  height: 544px;
}

.u-w-545 {
  width: 545px;
}

.u-h-545 {
  height: 545px;
}

.u-w-546 {
  width: 546px;
}

.u-h-546 {
  height: 546px;
}

.u-w-547 {
  width: 547px;
}

.u-h-547 {
  height: 547px;
}

.u-w-548 {
  width: 548px;
}

.u-h-548 {
  height: 548px;
}

.u-w-549 {
  width: 549px;
}

.u-h-549 {
  height: 549px;
}

.u-w-550 {
  width: 550px;
}

.u-h-550 {
  height: 550px;
}

.u-w-551 {
  width: 551px;
}

.u-h-551 {
  height: 551px;
}

.u-w-552 {
  width: 552px;
}

.u-h-552 {
  height: 552px;
}

.u-w-553 {
  width: 553px;
}

.u-h-553 {
  height: 553px;
}

.u-w-554 {
  width: 554px;
}

.u-h-554 {
  height: 554px;
}

.u-w-555 {
  width: 555px;
}

.u-h-555 {
  height: 555px;
}

.u-w-556 {
  width: 556px;
}

.u-h-556 {
  height: 556px;
}

.u-w-557 {
  width: 557px;
}

.u-h-557 {
  height: 557px;
}

.u-w-558 {
  width: 558px;
}

.u-h-558 {
  height: 558px;
}

.u-w-559 {
  width: 559px;
}

.u-h-559 {
  height: 559px;
}

.u-w-560 {
  width: 560px;
}

.u-h-560 {
  height: 560px;
}

.u-w-561 {
  width: 561px;
}

.u-h-561 {
  height: 561px;
}

.u-w-562 {
  width: 562px;
}

.u-h-562 {
  height: 562px;
}

.u-w-563 {
  width: 563px;
}

.u-h-563 {
  height: 563px;
}

.u-w-564 {
  width: 564px;
}

.u-h-564 {
  height: 564px;
}

.u-w-565 {
  width: 565px;
}

.u-h-565 {
  height: 565px;
}

.u-w-566 {
  width: 566px;
}

.u-h-566 {
  height: 566px;
}

.u-w-567 {
  width: 567px;
}

.u-h-567 {
  height: 567px;
}

.u-w-568 {
  width: 568px;
}

.u-h-568 {
  height: 568px;
}

.u-w-569 {
  width: 569px;
}

.u-h-569 {
  height: 569px;
}

.u-w-570 {
  width: 570px;
}

.u-h-570 {
  height: 570px;
}

.u-w-571 {
  width: 571px;
}

.u-h-571 {
  height: 571px;
}

.u-w-572 {
  width: 572px;
}

.u-h-572 {
  height: 572px;
}

.u-w-573 {
  width: 573px;
}

.u-h-573 {
  height: 573px;
}

.u-w-574 {
  width: 574px;
}

.u-h-574 {
  height: 574px;
}

.u-w-575 {
  width: 575px;
}

.u-h-575 {
  height: 575px;
}

.u-w-576 {
  width: 576px;
}

.u-h-576 {
  height: 576px;
}

.u-w-577 {
  width: 577px;
}

.u-h-577 {
  height: 577px;
}

.u-w-578 {
  width: 578px;
}

.u-h-578 {
  height: 578px;
}

.u-w-579 {
  width: 579px;
}

.u-h-579 {
  height: 579px;
}

.u-w-580 {
  width: 580px;
}

.u-h-580 {
  height: 580px;
}

.u-w-581 {
  width: 581px;
}

.u-h-581 {
  height: 581px;
}

.u-w-582 {
  width: 582px;
}

.u-h-582 {
  height: 582px;
}

.u-w-583 {
  width: 583px;
}

.u-h-583 {
  height: 583px;
}

.u-w-584 {
  width: 584px;
}

.u-h-584 {
  height: 584px;
}

.u-w-585 {
  width: 585px;
}

.u-h-585 {
  height: 585px;
}

.u-w-586 {
  width: 586px;
}

.u-h-586 {
  height: 586px;
}

.u-w-587 {
  width: 587px;
}

.u-h-587 {
  height: 587px;
}

.u-w-588 {
  width: 588px;
}

.u-h-588 {
  height: 588px;
}

.u-w-589 {
  width: 589px;
}

.u-h-589 {
  height: 589px;
}

.u-w-590 {
  width: 590px;
}

.u-h-590 {
  height: 590px;
}

.u-w-591 {
  width: 591px;
}

.u-h-591 {
  height: 591px;
}

.u-w-592 {
  width: 592px;
}

.u-h-592 {
  height: 592px;
}

.u-w-593 {
  width: 593px;
}

.u-h-593 {
  height: 593px;
}

.u-w-594 {
  width: 594px;
}

.u-h-594 {
  height: 594px;
}

.u-w-595 {
  width: 595px;
}

.u-h-595 {
  height: 595px;
}

.u-w-596 {
  width: 596px;
}

.u-h-596 {
  height: 596px;
}

.u-w-597 {
  width: 597px;
}

.u-h-597 {
  height: 597px;
}

.u-w-598 {
  width: 598px;
}

.u-h-598 {
  height: 598px;
}

.u-w-599 {
  width: 599px;
}

.u-h-599 {
  height: 599px;
}

.u-w-600 {
  width: 600px;
}

.u-h-600 {
  height: 600px;
}

.u-w-601 {
  width: 601px;
}

.u-h-601 {
  height: 601px;
}

.u-w-602 {
  width: 602px;
}

.u-h-602 {
  height: 602px;
}

.u-w-603 {
  width: 603px;
}

.u-h-603 {
  height: 603px;
}

.u-w-604 {
  width: 604px;
}

.u-h-604 {
  height: 604px;
}

.u-w-605 {
  width: 605px;
}

.u-h-605 {
  height: 605px;
}

.u-w-606 {
  width: 606px;
}

.u-h-606 {
  height: 606px;
}

.u-w-607 {
  width: 607px;
}

.u-h-607 {
  height: 607px;
}

.u-w-608 {
  width: 608px;
}

.u-h-608 {
  height: 608px;
}

.u-w-609 {
  width: 609px;
}

.u-h-609 {
  height: 609px;
}

.u-w-610 {
  width: 610px;
}

.u-h-610 {
  height: 610px;
}

.u-w-611 {
  width: 611px;
}

.u-h-611 {
  height: 611px;
}

.u-w-612 {
  width: 612px;
}

.u-h-612 {
  height: 612px;
}

.u-w-613 {
  width: 613px;
}

.u-h-613 {
  height: 613px;
}

.u-w-614 {
  width: 614px;
}

.u-h-614 {
  height: 614px;
}

.u-w-615 {
  width: 615px;
}

.u-h-615 {
  height: 615px;
}

.u-w-616 {
  width: 616px;
}

.u-h-616 {
  height: 616px;
}

.u-w-617 {
  width: 617px;
}

.u-h-617 {
  height: 617px;
}

.u-w-618 {
  width: 618px;
}

.u-h-618 {
  height: 618px;
}

.u-w-619 {
  width: 619px;
}

.u-h-619 {
  height: 619px;
}

.u-w-620 {
  width: 620px;
}

.u-h-620 {
  height: 620px;
}

.u-w-621 {
  width: 621px;
}

.u-h-621 {
  height: 621px;
}

.u-w-622 {
  width: 622px;
}

.u-h-622 {
  height: 622px;
}

.u-w-623 {
  width: 623px;
}

.u-h-623 {
  height: 623px;
}

.u-w-624 {
  width: 624px;
}

.u-h-624 {
  height: 624px;
}

.u-w-625 {
  width: 625px;
}

.u-h-625 {
  height: 625px;
}

.u-w-626 {
  width: 626px;
}

.u-h-626 {
  height: 626px;
}

.u-w-627 {
  width: 627px;
}

.u-h-627 {
  height: 627px;
}

.u-w-628 {
  width: 628px;
}

.u-h-628 {
  height: 628px;
}

.u-w-629 {
  width: 629px;
}

.u-h-629 {
  height: 629px;
}

.u-w-630 {
  width: 630px;
}

.u-h-630 {
  height: 630px;
}

.u-w-631 {
  width: 631px;
}

.u-h-631 {
  height: 631px;
}

.u-w-632 {
  width: 632px;
}

.u-h-632 {
  height: 632px;
}

.u-w-633 {
  width: 633px;
}

.u-h-633 {
  height: 633px;
}

.u-w-634 {
  width: 634px;
}

.u-h-634 {
  height: 634px;
}

.u-w-635 {
  width: 635px;
}

.u-h-635 {
  height: 635px;
}

.u-w-636 {
  width: 636px;
}

.u-h-636 {
  height: 636px;
}

.u-w-637 {
  width: 637px;
}

.u-h-637 {
  height: 637px;
}

.u-w-638 {
  width: 638px;
}

.u-h-638 {
  height: 638px;
}

.u-w-639 {
  width: 639px;
}

.u-h-639 {
  height: 639px;
}

.u-w-640 {
  width: 640px;
}

.u-h-640 {
  height: 640px;
}

.u-w-641 {
  width: 641px;
}

.u-h-641 {
  height: 641px;
}

.u-w-642 {
  width: 642px;
}

.u-h-642 {
  height: 642px;
}

.u-w-643 {
  width: 643px;
}

.u-h-643 {
  height: 643px;
}

.u-w-644 {
  width: 644px;
}

.u-h-644 {
  height: 644px;
}

.u-w-645 {
  width: 645px;
}

.u-h-645 {
  height: 645px;
}

.u-w-646 {
  width: 646px;
}

.u-h-646 {
  height: 646px;
}

.u-w-647 {
  width: 647px;
}

.u-h-647 {
  height: 647px;
}

.u-w-648 {
  width: 648px;
}

.u-h-648 {
  height: 648px;
}

.u-w-649 {
  width: 649px;
}

.u-h-649 {
  height: 649px;
}

.u-w-650 {
  width: 650px;
}

.u-h-650 {
  height: 650px;
}

.u-w-651 {
  width: 651px;
}

.u-h-651 {
  height: 651px;
}

.u-w-652 {
  width: 652px;
}

.u-h-652 {
  height: 652px;
}

.u-w-653 {
  width: 653px;
}

.u-h-653 {
  height: 653px;
}

.u-w-654 {
  width: 654px;
}

.u-h-654 {
  height: 654px;
}

.u-w-655 {
  width: 655px;
}

.u-h-655 {
  height: 655px;
}

.u-w-656 {
  width: 656px;
}

.u-h-656 {
  height: 656px;
}

.u-w-657 {
  width: 657px;
}

.u-h-657 {
  height: 657px;
}

.u-w-658 {
  width: 658px;
}

.u-h-658 {
  height: 658px;
}

.u-w-659 {
  width: 659px;
}

.u-h-659 {
  height: 659px;
}

.u-w-660 {
  width: 660px;
}

.u-h-660 {
  height: 660px;
}

.u-w-661 {
  width: 661px;
}

.u-h-661 {
  height: 661px;
}

.u-w-662 {
  width: 662px;
}

.u-h-662 {
  height: 662px;
}

.u-w-663 {
  width: 663px;
}

.u-h-663 {
  height: 663px;
}

.u-w-664 {
  width: 664px;
}

.u-h-664 {
  height: 664px;
}

.u-w-665 {
  width: 665px;
}

.u-h-665 {
  height: 665px;
}

.u-w-666 {
  width: 666px;
}

.u-h-666 {
  height: 666px;
}

.u-w-667 {
  width: 667px;
}

.u-h-667 {
  height: 667px;
}

.u-w-668 {
  width: 668px;
}

.u-h-668 {
  height: 668px;
}

.u-w-669 {
  width: 669px;
}

.u-h-669 {
  height: 669px;
}

.u-w-670 {
  width: 670px;
}

.u-h-670 {
  height: 670px;
}

.u-w-671 {
  width: 671px;
}

.u-h-671 {
  height: 671px;
}

.u-w-672 {
  width: 672px;
}

.u-h-672 {
  height: 672px;
}

.u-w-673 {
  width: 673px;
}

.u-h-673 {
  height: 673px;
}

.u-w-674 {
  width: 674px;
}

.u-h-674 {
  height: 674px;
}

.u-w-675 {
  width: 675px;
}

.u-h-675 {
  height: 675px;
}

.u-w-676 {
  width: 676px;
}

.u-h-676 {
  height: 676px;
}

.u-w-677 {
  width: 677px;
}

.u-h-677 {
  height: 677px;
}

.u-w-678 {
  width: 678px;
}

.u-h-678 {
  height: 678px;
}

.u-w-679 {
  width: 679px;
}

.u-h-679 {
  height: 679px;
}

.u-w-680 {
  width: 680px;
}

.u-h-680 {
  height: 680px;
}

.u-w-681 {
  width: 681px;
}

.u-h-681 {
  height: 681px;
}

.u-w-682 {
  width: 682px;
}

.u-h-682 {
  height: 682px;
}

.u-w-683 {
  width: 683px;
}

.u-h-683 {
  height: 683px;
}

.u-w-684 {
  width: 684px;
}

.u-h-684 {
  height: 684px;
}

.u-w-685 {
  width: 685px;
}

.u-h-685 {
  height: 685px;
}

.u-w-686 {
  width: 686px;
}

.u-h-686 {
  height: 686px;
}

.u-w-687 {
  width: 687px;
}

.u-h-687 {
  height: 687px;
}

.u-w-688 {
  width: 688px;
}

.u-h-688 {
  height: 688px;
}

.u-w-689 {
  width: 689px;
}

.u-h-689 {
  height: 689px;
}

.u-w-690 {
  width: 690px;
}

.u-h-690 {
  height: 690px;
}

.u-w-691 {
  width: 691px;
}

.u-h-691 {
  height: 691px;
}

.u-w-692 {
  width: 692px;
}

.u-h-692 {
  height: 692px;
}

.u-w-693 {
  width: 693px;
}

.u-h-693 {
  height: 693px;
}

.u-w-694 {
  width: 694px;
}

.u-h-694 {
  height: 694px;
}

.u-w-695 {
  width: 695px;
}

.u-h-695 {
  height: 695px;
}

.u-w-696 {
  width: 696px;
}

.u-h-696 {
  height: 696px;
}

.u-w-697 {
  width: 697px;
}

.u-h-697 {
  height: 697px;
}

.u-w-698 {
  width: 698px;
}

.u-h-698 {
  height: 698px;
}

.u-w-699 {
  width: 699px;
}

.u-h-699 {
  height: 699px;
}

.u-w-700 {
  width: 700px;
}

.u-h-700 {
  height: 700px;
}

.u-w-701 {
  width: 701px;
}

.u-h-701 {
  height: 701px;
}

.u-w-702 {
  width: 702px;
}

.u-h-702 {
  height: 702px;
}

.u-w-703 {
  width: 703px;
}

.u-h-703 {
  height: 703px;
}

.u-w-704 {
  width: 704px;
}

.u-h-704 {
  height: 704px;
}

.u-w-705 {
  width: 705px;
}

.u-h-705 {
  height: 705px;
}

.u-w-706 {
  width: 706px;
}

.u-h-706 {
  height: 706px;
}

.u-w-707 {
  width: 707px;
}

.u-h-707 {
  height: 707px;
}

.u-w-708 {
  width: 708px;
}

.u-h-708 {
  height: 708px;
}

.u-w-709 {
  width: 709px;
}

.u-h-709 {
  height: 709px;
}

.u-w-710 {
  width: 710px;
}

.u-h-710 {
  height: 710px;
}

.u-w-711 {
  width: 711px;
}

.u-h-711 {
  height: 711px;
}

.u-w-712 {
  width: 712px;
}

.u-h-712 {
  height: 712px;
}

.u-w-713 {
  width: 713px;
}

.u-h-713 {
  height: 713px;
}

.u-w-714 {
  width: 714px;
}

.u-h-714 {
  height: 714px;
}

.u-w-715 {
  width: 715px;
}

.u-h-715 {
  height: 715px;
}

.u-w-716 {
  width: 716px;
}

.u-h-716 {
  height: 716px;
}

.u-w-717 {
  width: 717px;
}

.u-h-717 {
  height: 717px;
}

.u-w-718 {
  width: 718px;
}

.u-h-718 {
  height: 718px;
}

.u-w-719 {
  width: 719px;
}

.u-h-719 {
  height: 719px;
}

.u-w-720 {
  width: 720px;
}

.u-h-720 {
  height: 720px;
}

.u-w-721 {
  width: 721px;
}

.u-h-721 {
  height: 721px;
}

.u-w-722 {
  width: 722px;
}

.u-h-722 {
  height: 722px;
}

.u-w-723 {
  width: 723px;
}

.u-h-723 {
  height: 723px;
}

.u-w-724 {
  width: 724px;
}

.u-h-724 {
  height: 724px;
}

.u-w-725 {
  width: 725px;
}

.u-h-725 {
  height: 725px;
}

.u-w-726 {
  width: 726px;
}

.u-h-726 {
  height: 726px;
}

.u-w-727 {
  width: 727px;
}

.u-h-727 {
  height: 727px;
}

.u-w-728 {
  width: 728px;
}

.u-h-728 {
  height: 728px;
}

.u-w-729 {
  width: 729px;
}

.u-h-729 {
  height: 729px;
}

.u-w-730 {
  width: 730px;
}

.u-h-730 {
  height: 730px;
}

.u-w-731 {
  width: 731px;
}

.u-h-731 {
  height: 731px;
}

.u-w-732 {
  width: 732px;
}

.u-h-732 {
  height: 732px;
}

.u-w-733 {
  width: 733px;
}

.u-h-733 {
  height: 733px;
}

.u-w-734 {
  width: 734px;
}

.u-h-734 {
  height: 734px;
}

.u-w-735 {
  width: 735px;
}

.u-h-735 {
  height: 735px;
}

.u-w-736 {
  width: 736px;
}

.u-h-736 {
  height: 736px;
}

.u-w-737 {
  width: 737px;
}

.u-h-737 {
  height: 737px;
}

.u-w-738 {
  width: 738px;
}

.u-h-738 {
  height: 738px;
}

.u-w-739 {
  width: 739px;
}

.u-h-739 {
  height: 739px;
}

.u-w-740 {
  width: 740px;
}

.u-h-740 {
  height: 740px;
}

.u-w-741 {
  width: 741px;
}

.u-h-741 {
  height: 741px;
}

.u-w-742 {
  width: 742px;
}

.u-h-742 {
  height: 742px;
}

.u-w-743 {
  width: 743px;
}

.u-h-743 {
  height: 743px;
}

.u-w-744 {
  width: 744px;
}

.u-h-744 {
  height: 744px;
}

.u-w-745 {
  width: 745px;
}

.u-h-745 {
  height: 745px;
}

.u-w-746 {
  width: 746px;
}

.u-h-746 {
  height: 746px;
}

.u-w-747 {
  width: 747px;
}

.u-h-747 {
  height: 747px;
}

.u-w-748 {
  width: 748px;
}

.u-h-748 {
  height: 748px;
}

.u-w-749 {
  width: 749px;
}

.u-h-749 {
  height: 749px;
}

.u-w-750 {
  width: 750px;
}

.u-h-750 {
  height: 750px;
}

.u-w-751 {
  width: 751px;
}

.u-h-751 {
  height: 751px;
}

.u-w-752 {
  width: 752px;
}

.u-h-752 {
  height: 752px;
}

.u-w-753 {
  width: 753px;
}

.u-h-753 {
  height: 753px;
}

.u-w-754 {
  width: 754px;
}

.u-h-754 {
  height: 754px;
}

.u-w-755 {
  width: 755px;
}

.u-h-755 {
  height: 755px;
}

.u-w-756 {
  width: 756px;
}

.u-h-756 {
  height: 756px;
}

.u-w-757 {
  width: 757px;
}

.u-h-757 {
  height: 757px;
}

.u-w-758 {
  width: 758px;
}

.u-h-758 {
  height: 758px;
}

.u-w-759 {
  width: 759px;
}

.u-h-759 {
  height: 759px;
}

.u-w-760 {
  width: 760px;
}

.u-h-760 {
  height: 760px;
}

.u-w-761 {
  width: 761px;
}

.u-h-761 {
  height: 761px;
}

.u-w-762 {
  width: 762px;
}

.u-h-762 {
  height: 762px;
}

.u-w-763 {
  width: 763px;
}

.u-h-763 {
  height: 763px;
}

.u-w-764 {
  width: 764px;
}

.u-h-764 {
  height: 764px;
}

.u-w-765 {
  width: 765px;
}

.u-h-765 {
  height: 765px;
}

.u-w-766 {
  width: 766px;
}

.u-h-766 {
  height: 766px;
}

.u-w-767 {
  width: 767px;
}

.u-h-767 {
  height: 767px;
}

.u-w-768 {
  width: 768px;
}

.u-h-768 {
  height: 768px;
}

.u-w-769 {
  width: 769px;
}

.u-h-769 {
  height: 769px;
}

.u-w-770 {
  width: 770px;
}

.u-h-770 {
  height: 770px;
}

.u-w-771 {
  width: 771px;
}

.u-h-771 {
  height: 771px;
}

.u-w-772 {
  width: 772px;
}

.u-h-772 {
  height: 772px;
}

.u-w-773 {
  width: 773px;
}

.u-h-773 {
  height: 773px;
}

.u-w-774 {
  width: 774px;
}

.u-h-774 {
  height: 774px;
}

.u-w-775 {
  width: 775px;
}

.u-h-775 {
  height: 775px;
}

.u-w-776 {
  width: 776px;
}

.u-h-776 {
  height: 776px;
}

.u-w-777 {
  width: 777px;
}

.u-h-777 {
  height: 777px;
}

.u-w-778 {
  width: 778px;
}

.u-h-778 {
  height: 778px;
}

.u-w-779 {
  width: 779px;
}

.u-h-779 {
  height: 779px;
}

.u-w-780 {
  width: 780px;
}

.u-h-780 {
  height: 780px;
}

.u-w-781 {
  width: 781px;
}

.u-h-781 {
  height: 781px;
}

.u-w-782 {
  width: 782px;
}

.u-h-782 {
  height: 782px;
}

.u-w-783 {
  width: 783px;
}

.u-h-783 {
  height: 783px;
}

.u-w-784 {
  width: 784px;
}

.u-h-784 {
  height: 784px;
}

.u-w-785 {
  width: 785px;
}

.u-h-785 {
  height: 785px;
}

.u-w-786 {
  width: 786px;
}

.u-h-786 {
  height: 786px;
}

.u-w-787 {
  width: 787px;
}

.u-h-787 {
  height: 787px;
}

.u-w-788 {
  width: 788px;
}

.u-h-788 {
  height: 788px;
}

.u-w-789 {
  width: 789px;
}

.u-h-789 {
  height: 789px;
}

.u-w-790 {
  width: 790px;
}

.u-h-790 {
  height: 790px;
}

.u-w-791 {
  width: 791px;
}

.u-h-791 {
  height: 791px;
}

.u-w-792 {
  width: 792px;
}

.u-h-792 {
  height: 792px;
}

.u-w-793 {
  width: 793px;
}

.u-h-793 {
  height: 793px;
}

.u-w-794 {
  width: 794px;
}

.u-h-794 {
  height: 794px;
}

.u-w-795 {
  width: 795px;
}

.u-h-795 {
  height: 795px;
}

.u-w-796 {
  width: 796px;
}

.u-h-796 {
  height: 796px;
}

.u-w-797 {
  width: 797px;
}

.u-h-797 {
  height: 797px;
}

.u-w-798 {
  width: 798px;
}

.u-h-798 {
  height: 798px;
}

.u-w-799 {
  width: 799px;
}

.u-h-799 {
  height: 799px;
}

.u-w-800 {
  width: 800px;
}

.u-h-800 {
  height: 800px;
}

.u-w-801 {
  width: 801px;
}

.u-h-801 {
  height: 801px;
}

.u-w-802 {
  width: 802px;
}

.u-h-802 {
  height: 802px;
}

.u-w-803 {
  width: 803px;
}

.u-h-803 {
  height: 803px;
}

.u-w-804 {
  width: 804px;
}

.u-h-804 {
  height: 804px;
}

.u-w-805 {
  width: 805px;
}

.u-h-805 {
  height: 805px;
}

.u-w-806 {
  width: 806px;
}

.u-h-806 {
  height: 806px;
}

.u-w-807 {
  width: 807px;
}

.u-h-807 {
  height: 807px;
}

.u-w-808 {
  width: 808px;
}

.u-h-808 {
  height: 808px;
}

.u-w-809 {
  width: 809px;
}

.u-h-809 {
  height: 809px;
}

.u-w-810 {
  width: 810px;
}

.u-h-810 {
  height: 810px;
}

.u-w-811 {
  width: 811px;
}

.u-h-811 {
  height: 811px;
}

.u-w-812 {
  width: 812px;
}

.u-h-812 {
  height: 812px;
}

.u-w-813 {
  width: 813px;
}

.u-h-813 {
  height: 813px;
}

.u-w-814 {
  width: 814px;
}

.u-h-814 {
  height: 814px;
}

.u-w-815 {
  width: 815px;
}

.u-h-815 {
  height: 815px;
}

.u-w-816 {
  width: 816px;
}

.u-h-816 {
  height: 816px;
}

.u-w-817 {
  width: 817px;
}

.u-h-817 {
  height: 817px;
}

.u-w-818 {
  width: 818px;
}

.u-h-818 {
  height: 818px;
}

.u-w-819 {
  width: 819px;
}

.u-h-819 {
  height: 819px;
}

.u-w-820 {
  width: 820px;
}

.u-h-820 {
  height: 820px;
}

.u-w-821 {
  width: 821px;
}

.u-h-821 {
  height: 821px;
}

.u-w-822 {
  width: 822px;
}

.u-h-822 {
  height: 822px;
}

.u-w-823 {
  width: 823px;
}

.u-h-823 {
  height: 823px;
}

.u-w-824 {
  width: 824px;
}

.u-h-824 {
  height: 824px;
}

.u-w-825 {
  width: 825px;
}

.u-h-825 {
  height: 825px;
}

.u-w-826 {
  width: 826px;
}

.u-h-826 {
  height: 826px;
}

.u-w-827 {
  width: 827px;
}

.u-h-827 {
  height: 827px;
}

.u-w-828 {
  width: 828px;
}

.u-h-828 {
  height: 828px;
}

.u-w-829 {
  width: 829px;
}

.u-h-829 {
  height: 829px;
}

.u-w-830 {
  width: 830px;
}

.u-h-830 {
  height: 830px;
}

.u-w-831 {
  width: 831px;
}

.u-h-831 {
  height: 831px;
}

.u-w-832 {
  width: 832px;
}

.u-h-832 {
  height: 832px;
}

.u-w-833 {
  width: 833px;
}

.u-h-833 {
  height: 833px;
}

.u-w-834 {
  width: 834px;
}

.u-h-834 {
  height: 834px;
}

.u-w-835 {
  width: 835px;
}

.u-h-835 {
  height: 835px;
}

.u-w-836 {
  width: 836px;
}

.u-h-836 {
  height: 836px;
}

.u-w-837 {
  width: 837px;
}

.u-h-837 {
  height: 837px;
}

.u-w-838 {
  width: 838px;
}

.u-h-838 {
  height: 838px;
}

.u-w-839 {
  width: 839px;
}

.u-h-839 {
  height: 839px;
}

.u-w-840 {
  width: 840px;
}

.u-h-840 {
  height: 840px;
}

.u-w-841 {
  width: 841px;
}

.u-h-841 {
  height: 841px;
}

.u-w-842 {
  width: 842px;
}

.u-h-842 {
  height: 842px;
}

.u-w-843 {
  width: 843px;
}

.u-h-843 {
  height: 843px;
}

.u-w-844 {
  width: 844px;
}

.u-h-844 {
  height: 844px;
}

.u-w-845 {
  width: 845px;
}

.u-h-845 {
  height: 845px;
}

.u-w-846 {
  width: 846px;
}

.u-h-846 {
  height: 846px;
}

.u-w-847 {
  width: 847px;
}

.u-h-847 {
  height: 847px;
}

.u-w-848 {
  width: 848px;
}

.u-h-848 {
  height: 848px;
}

.u-w-849 {
  width: 849px;
}

.u-h-849 {
  height: 849px;
}

.u-w-850 {
  width: 850px;
}

.u-h-850 {
  height: 850px;
}

.u-w-851 {
  width: 851px;
}

.u-h-851 {
  height: 851px;
}

.u-w-852 {
  width: 852px;
}

.u-h-852 {
  height: 852px;
}

.u-w-853 {
  width: 853px;
}

.u-h-853 {
  height: 853px;
}

.u-w-854 {
  width: 854px;
}

.u-h-854 {
  height: 854px;
}

.u-w-855 {
  width: 855px;
}

.u-h-855 {
  height: 855px;
}

.u-w-856 {
  width: 856px;
}

.u-h-856 {
  height: 856px;
}

.u-w-857 {
  width: 857px;
}

.u-h-857 {
  height: 857px;
}

.u-w-858 {
  width: 858px;
}

.u-h-858 {
  height: 858px;
}

.u-w-859 {
  width: 859px;
}

.u-h-859 {
  height: 859px;
}

.u-w-860 {
  width: 860px;
}

.u-h-860 {
  height: 860px;
}

.u-w-861 {
  width: 861px;
}

.u-h-861 {
  height: 861px;
}

.u-w-862 {
  width: 862px;
}

.u-h-862 {
  height: 862px;
}

.u-w-863 {
  width: 863px;
}

.u-h-863 {
  height: 863px;
}

.u-w-864 {
  width: 864px;
}

.u-h-864 {
  height: 864px;
}

.u-w-865 {
  width: 865px;
}

.u-h-865 {
  height: 865px;
}

.u-w-866 {
  width: 866px;
}

.u-h-866 {
  height: 866px;
}

.u-w-867 {
  width: 867px;
}

.u-h-867 {
  height: 867px;
}

.u-w-868 {
  width: 868px;
}

.u-h-868 {
  height: 868px;
}

.u-w-869 {
  width: 869px;
}

.u-h-869 {
  height: 869px;
}

.u-w-870 {
  width: 870px;
}

.u-h-870 {
  height: 870px;
}

.u-w-871 {
  width: 871px;
}

.u-h-871 {
  height: 871px;
}

.u-w-872 {
  width: 872px;
}

.u-h-872 {
  height: 872px;
}

.u-w-873 {
  width: 873px;
}

.u-h-873 {
  height: 873px;
}

.u-w-874 {
  width: 874px;
}

.u-h-874 {
  height: 874px;
}

.u-w-875 {
  width: 875px;
}

.u-h-875 {
  height: 875px;
}

.u-w-876 {
  width: 876px;
}

.u-h-876 {
  height: 876px;
}

.u-w-877 {
  width: 877px;
}

.u-h-877 {
  height: 877px;
}

.u-w-878 {
  width: 878px;
}

.u-h-878 {
  height: 878px;
}

.u-w-879 {
  width: 879px;
}

.u-h-879 {
  height: 879px;
}

.u-w-880 {
  width: 880px;
}

.u-h-880 {
  height: 880px;
}

.u-w-881 {
  width: 881px;
}

.u-h-881 {
  height: 881px;
}

.u-w-882 {
  width: 882px;
}

.u-h-882 {
  height: 882px;
}

.u-w-883 {
  width: 883px;
}

.u-h-883 {
  height: 883px;
}

.u-w-884 {
  width: 884px;
}

.u-h-884 {
  height: 884px;
}

.u-w-885 {
  width: 885px;
}

.u-h-885 {
  height: 885px;
}

.u-w-886 {
  width: 886px;
}

.u-h-886 {
  height: 886px;
}

.u-w-887 {
  width: 887px;
}

.u-h-887 {
  height: 887px;
}

.u-w-888 {
  width: 888px;
}

.u-h-888 {
  height: 888px;
}

.u-w-889 {
  width: 889px;
}

.u-h-889 {
  height: 889px;
}

.u-w-890 {
  width: 890px;
}

.u-h-890 {
  height: 890px;
}

.u-w-891 {
  width: 891px;
}

.u-h-891 {
  height: 891px;
}

.u-w-892 {
  width: 892px;
}

.u-h-892 {
  height: 892px;
}

.u-w-893 {
  width: 893px;
}

.u-h-893 {
  height: 893px;
}

.u-w-894 {
  width: 894px;
}

.u-h-894 {
  height: 894px;
}

.u-w-895 {
  width: 895px;
}

.u-h-895 {
  height: 895px;
}

.u-w-896 {
  width: 896px;
}

.u-h-896 {
  height: 896px;
}

.u-w-897 {
  width: 897px;
}

.u-h-897 {
  height: 897px;
}

.u-w-898 {
  width: 898px;
}

.u-h-898 {
  height: 898px;
}

.u-w-899 {
  width: 899px;
}

.u-h-899 {
  height: 899px;
}

.u-w-900 {
  width: 900px;
}

.u-h-900 {
  height: 900px;
}

.u-w-901 {
  width: 901px;
}

.u-h-901 {
  height: 901px;
}

.u-w-902 {
  width: 902px;
}

.u-h-902 {
  height: 902px;
}

.u-w-903 {
  width: 903px;
}

.u-h-903 {
  height: 903px;
}

.u-w-904 {
  width: 904px;
}

.u-h-904 {
  height: 904px;
}

.u-w-905 {
  width: 905px;
}

.u-h-905 {
  height: 905px;
}

.u-w-906 {
  width: 906px;
}

.u-h-906 {
  height: 906px;
}

.u-w-907 {
  width: 907px;
}

.u-h-907 {
  height: 907px;
}

.u-w-908 {
  width: 908px;
}

.u-h-908 {
  height: 908px;
}

.u-w-909 {
  width: 909px;
}

.u-h-909 {
  height: 909px;
}

.u-w-910 {
  width: 910px;
}

.u-h-910 {
  height: 910px;
}

.u-w-911 {
  width: 911px;
}

.u-h-911 {
  height: 911px;
}

.u-w-912 {
  width: 912px;
}

.u-h-912 {
  height: 912px;
}

.u-w-913 {
  width: 913px;
}

.u-h-913 {
  height: 913px;
}

.u-w-914 {
  width: 914px;
}

.u-h-914 {
  height: 914px;
}

.u-w-915 {
  width: 915px;
}

.u-h-915 {
  height: 915px;
}

.u-w-916 {
  width: 916px;
}

.u-h-916 {
  height: 916px;
}

.u-w-917 {
  width: 917px;
}

.u-h-917 {
  height: 917px;
}

.u-w-918 {
  width: 918px;
}

.u-h-918 {
  height: 918px;
}

.u-w-919 {
  width: 919px;
}

.u-h-919 {
  height: 919px;
}

.u-w-920 {
  width: 920px;
}

.u-h-920 {
  height: 920px;
}

.u-w-921 {
  width: 921px;
}

.u-h-921 {
  height: 921px;
}

.u-w-922 {
  width: 922px;
}

.u-h-922 {
  height: 922px;
}

.u-w-923 {
  width: 923px;
}

.u-h-923 {
  height: 923px;
}

.u-w-924 {
  width: 924px;
}

.u-h-924 {
  height: 924px;
}

.u-w-925 {
  width: 925px;
}

.u-h-925 {
  height: 925px;
}

.u-w-926 {
  width: 926px;
}

.u-h-926 {
  height: 926px;
}

.u-w-927 {
  width: 927px;
}

.u-h-927 {
  height: 927px;
}

.u-w-928 {
  width: 928px;
}

.u-h-928 {
  height: 928px;
}

.u-w-929 {
  width: 929px;
}

.u-h-929 {
  height: 929px;
}

.u-w-930 {
  width: 930px;
}

.u-h-930 {
  height: 930px;
}

.u-w-931 {
  width: 931px;
}

.u-h-931 {
  height: 931px;
}

.u-w-932 {
  width: 932px;
}

.u-h-932 {
  height: 932px;
}

.u-w-933 {
  width: 933px;
}

.u-h-933 {
  height: 933px;
}

.u-w-934 {
  width: 934px;
}

.u-h-934 {
  height: 934px;
}

.u-w-935 {
  width: 935px;
}

.u-h-935 {
  height: 935px;
}

.u-w-936 {
  width: 936px;
}

.u-h-936 {
  height: 936px;
}

.u-w-937 {
  width: 937px;
}

.u-h-937 {
  height: 937px;
}

.u-w-938 {
  width: 938px;
}

.u-h-938 {
  height: 938px;
}

.u-w-939 {
  width: 939px;
}

.u-h-939 {
  height: 939px;
}

.u-w-940 {
  width: 940px;
}

.u-h-940 {
  height: 940px;
}

.u-w-941 {
  width: 941px;
}

.u-h-941 {
  height: 941px;
}

.u-w-942 {
  width: 942px;
}

.u-h-942 {
  height: 942px;
}

.u-w-943 {
  width: 943px;
}

.u-h-943 {
  height: 943px;
}

.u-w-944 {
  width: 944px;
}

.u-h-944 {
  height: 944px;
}

.u-w-945 {
  width: 945px;
}

.u-h-945 {
  height: 945px;
}

.u-w-946 {
  width: 946px;
}

.u-h-946 {
  height: 946px;
}

.u-w-947 {
  width: 947px;
}

.u-h-947 {
  height: 947px;
}

.u-w-948 {
  width: 948px;
}

.u-h-948 {
  height: 948px;
}

.u-w-949 {
  width: 949px;
}

.u-h-949 {
  height: 949px;
}

.u-w-950 {
  width: 950px;
}

.u-h-950 {
  height: 950px;
}

.u-w-951 {
  width: 951px;
}

.u-h-951 {
  height: 951px;
}

.u-w-952 {
  width: 952px;
}

.u-h-952 {
  height: 952px;
}

.u-w-953 {
  width: 953px;
}

.u-h-953 {
  height: 953px;
}

.u-w-954 {
  width: 954px;
}

.u-h-954 {
  height: 954px;
}

.u-w-955 {
  width: 955px;
}

.u-h-955 {
  height: 955px;
}

.u-w-956 {
  width: 956px;
}

.u-h-956 {
  height: 956px;
}

.u-w-957 {
  width: 957px;
}

.u-h-957 {
  height: 957px;
}

.u-w-958 {
  width: 958px;
}

.u-h-958 {
  height: 958px;
}

.u-w-959 {
  width: 959px;
}

.u-h-959 {
  height: 959px;
}

.u-w-960 {
  width: 960px;
}

.u-h-960 {
  height: 960px;
}

.u-w-961 {
  width: 961px;
}

.u-h-961 {
  height: 961px;
}

.u-w-962 {
  width: 962px;
}

.u-h-962 {
  height: 962px;
}

.u-w-963 {
  width: 963px;
}

.u-h-963 {
  height: 963px;
}

.u-w-964 {
  width: 964px;
}

.u-h-964 {
  height: 964px;
}

.u-w-965 {
  width: 965px;
}

.u-h-965 {
  height: 965px;
}

.u-w-966 {
  width: 966px;
}

.u-h-966 {
  height: 966px;
}

.u-w-967 {
  width: 967px;
}

.u-h-967 {
  height: 967px;
}

.u-w-968 {
  width: 968px;
}

.u-h-968 {
  height: 968px;
}

.u-w-969 {
  width: 969px;
}

.u-h-969 {
  height: 969px;
}

.u-w-970 {
  width: 970px;
}

.u-h-970 {
  height: 970px;
}

.u-w-971 {
  width: 971px;
}

.u-h-971 {
  height: 971px;
}

.u-w-972 {
  width: 972px;
}

.u-h-972 {
  height: 972px;
}

.u-w-973 {
  width: 973px;
}

.u-h-973 {
  height: 973px;
}

.u-w-974 {
  width: 974px;
}

.u-h-974 {
  height: 974px;
}

.u-w-975 {
  width: 975px;
}

.u-h-975 {
  height: 975px;
}

.u-w-976 {
  width: 976px;
}

.u-h-976 {
  height: 976px;
}

.u-w-977 {
  width: 977px;
}

.u-h-977 {
  height: 977px;
}

.u-w-978 {
  width: 978px;
}

.u-h-978 {
  height: 978px;
}

.u-w-979 {
  width: 979px;
}

.u-h-979 {
  height: 979px;
}

.u-w-980 {
  width: 980px;
}

.u-h-980 {
  height: 980px;
}

.u-w-981 {
  width: 981px;
}

.u-h-981 {
  height: 981px;
}

.u-w-982 {
  width: 982px;
}

.u-h-982 {
  height: 982px;
}

.u-w-983 {
  width: 983px;
}

.u-h-983 {
  height: 983px;
}

.u-w-984 {
  width: 984px;
}

.u-h-984 {
  height: 984px;
}

.u-w-985 {
  width: 985px;
}

.u-h-985 {
  height: 985px;
}

.u-w-986 {
  width: 986px;
}

.u-h-986 {
  height: 986px;
}

.u-w-987 {
  width: 987px;
}

.u-h-987 {
  height: 987px;
}

.u-w-988 {
  width: 988px;
}

.u-h-988 {
  height: 988px;
}

.u-w-989 {
  width: 989px;
}

.u-h-989 {
  height: 989px;
}

.u-w-990 {
  width: 990px;
}

.u-h-990 {
  height: 990px;
}

.u-w-991 {
  width: 991px;
}

.u-h-991 {
  height: 991px;
}

.u-w-992 {
  width: 992px;
}

.u-h-992 {
  height: 992px;
}

.u-w-993 {
  width: 993px;
}

.u-h-993 {
  height: 993px;
}

.u-w-994 {
  width: 994px;
}

.u-h-994 {
  height: 994px;
}

.u-w-995 {
  width: 995px;
}

.u-h-995 {
  height: 995px;
}

.u-w-996 {
  width: 996px;
}

.u-h-996 {
  height: 996px;
}

.u-w-997 {
  width: 997px;
}

.u-h-997 {
  height: 997px;
}

.u-w-998 {
  width: 998px;
}

.u-h-998 {
  height: 998px;
}

.u-w-999 {
  width: 999px;
}

.u-h-999 {
  height: 999px;
}

.u-w-1000 {
  width: 1000px;
}

.u-h-1000 {
  height: 1000px;
}

.u-align-x-start {
  align-items: flex-start;
}

.u-align-x-center {
  align-items: center;
}

.u-align-x-end {
  align-items: flex-end;
}

.u-align-y-start {
  justify-content: flex-start;
}

.u-align-y-center {
  justify-content: center;
}

.u-align-y-end {
  justify-content: flex-end;
}

.u-scroll-y {
  overflow-y: scroll;
}

.u-link {
  cursor: pointer;
}

[v-root]::before {
  content: "";
  background: #364059;
  display: block;
  height: 290px;
  margin-bottom: -290px;
}

@media screen and (min-width: 1024px) {
  [v-root]::before {
    height: 470px;
    margin-bottom: -470px;
  }
}

[v-login] {
  background-color: #364059;
}

[app-forgot] {
  background-color: #364059;
}

[v-setpassword] {
  background-color: #364059;
}

[app-recovery] {
  background-color: #364059;
}

@media screen and (min-width: 1140px) {
  .o-main__right {
    flex-basis: 380px;
  }
}

.c-avatar--button {
  margin: -6px;
}

.c-avatar--comment {
  margin-top: -0.5rem;
}

bs-datepicker-container {
  z-index: 99999 !important;
}

.apexcharts-title-text {
  font-weight: 600;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
