@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --black: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 5px; }

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 10px;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 5px;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #222;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 5px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #222; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-black {
  background-color: #000 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #222 !important; }

.border-top {
  border-top: 1px solid #222 !important; }

.border-right {
  border-right: 1px solid #222 !important; }

.border-bottom {
  border-bottom: 1px solid #222 !important; }

.border-left {
  border-left: 1px solid #222 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-black {
  border-color: #000 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-0_5 {
  margin: 5px !important; }

.mt-0_5,
.my-0_5 {
  margin-top: 5px !important; }

.mr-0_5,
.mx-0_5 {
  margin-right: 5px !important; }

.mb-0_5,
.my-0_5 {
  margin-bottom: 5px !important; }

.ml-0_5,
.mx-0_5 {
  margin-left: 5px !important; }

.m-1 {
  margin: 10px !important; }

.mt-1,
.my-1 {
  margin-top: 10px !important; }

.mr-1,
.mx-1 {
  margin-right: 10px !important; }

.mb-1,
.my-1 {
  margin-bottom: 10px !important; }

.ml-1,
.mx-1 {
  margin-left: 10px !important; }

.m-1_5 {
  margin: 15px !important; }

.mt-1_5,
.my-1_5 {
  margin-top: 15px !important; }

.mr-1_5,
.mx-1_5 {
  margin-right: 15px !important; }

.mb-1_5,
.my-1_5 {
  margin-bottom: 15px !important; }

.ml-1_5,
.mx-1_5 {
  margin-left: 15px !important; }

.m-2 {
  margin: 20px !important; }

.mt-2,
.my-2 {
  margin-top: 20px !important; }

.mr-2,
.mx-2 {
  margin-right: 20px !important; }

.mb-2,
.my-2 {
  margin-bottom: 20px !important; }

.ml-2,
.mx-2 {
  margin-left: 20px !important; }

.m-3 {
  margin: 30px !important; }

.mt-3,
.my-3 {
  margin-top: 30px !important; }

.mr-3,
.mx-3 {
  margin-right: 30px !important; }

.mb-3,
.my-3 {
  margin-bottom: 30px !important; }

.ml-3,
.mx-3 {
  margin-left: 30px !important; }

.m-3_5 {
  margin: 35px !important; }

.mt-3_5,
.my-3_5 {
  margin-top: 35px !important; }

.mr-3_5,
.mx-3_5 {
  margin-right: 35px !important; }

.mb-3_5,
.my-3_5 {
  margin-bottom: 35px !important; }

.ml-3_5,
.mx-3_5 {
  margin-left: 35px !important; }

.m-4 {
  margin: 40px !important; }

.mt-4,
.my-4 {
  margin-top: 40px !important; }

.mr-4,
.mx-4 {
  margin-right: 40px !important; }

.mb-4,
.my-4 {
  margin-bottom: 40px !important; }

.ml-4,
.mx-4 {
  margin-left: 40px !important; }

.m-4_5 {
  margin: 45px !important; }

.mt-4_5,
.my-4_5 {
  margin-top: 45px !important; }

.mr-4_5,
.mx-4_5 {
  margin-right: 45px !important; }

.mb-4_5,
.my-4_5 {
  margin-bottom: 45px !important; }

.ml-4_5,
.mx-4_5 {
  margin-left: 45px !important; }

.m-5 {
  margin: 50px !important; }

.mt-5,
.my-5 {
  margin-top: 50px !important; }

.mr-5,
.mx-5 {
  margin-right: 50px !important; }

.mb-5,
.my-5 {
  margin-bottom: 50px !important; }

.ml-5,
.mx-5 {
  margin-left: 50px !important; }

.m-6 {
  margin: 60px !important; }

.mt-6,
.my-6 {
  margin-top: 60px !important; }

.mr-6,
.mx-6 {
  margin-right: 60px !important; }

.mb-6,
.my-6 {
  margin-bottom: 60px !important; }

.ml-6,
.mx-6 {
  margin-left: 60px !important; }

.m-7 {
  margin: 70px !important; }

.mt-7,
.my-7 {
  margin-top: 70px !important; }

.mr-7,
.mx-7 {
  margin-right: 70px !important; }

.mb-7,
.my-7 {
  margin-bottom: 70px !important; }

.ml-7,
.mx-7 {
  margin-left: 70px !important; }

.m-7_5 {
  margin: 75px !important; }

.mt-7_5,
.my-7_5 {
  margin-top: 75px !important; }

.mr-7_5,
.mx-7_5 {
  margin-right: 75px !important; }

.mb-7_5,
.my-7_5 {
  margin-bottom: 75px !important; }

.ml-7_5,
.mx-7_5 {
  margin-left: 75px !important; }

.m-8 {
  margin: 80px !important; }

.mt-8,
.my-8 {
  margin-top: 80px !important; }

.mr-8,
.mx-8 {
  margin-right: 80px !important; }

.mb-8,
.my-8 {
  margin-bottom: 80px !important; }

.ml-8,
.mx-8 {
  margin-left: 80px !important; }

.m-9 {
  margin: 90px !important; }

.mt-9,
.my-9 {
  margin-top: 90px !important; }

.mr-9,
.mx-9 {
  margin-right: 90px !important; }

.mb-9,
.my-9 {
  margin-bottom: 90px !important; }

.ml-9,
.mx-9 {
  margin-left: 90px !important; }

.m-10 {
  margin: 100px !important; }

.mt-10,
.my-10 {
  margin-top: 100px !important; }

.mr-10,
.mx-10 {
  margin-right: 100px !important; }

.mb-10,
.my-10 {
  margin-bottom: 100px !important; }

.ml-10,
.mx-10 {
  margin-left: 100px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-0_5 {
  padding: 5px !important; }

.pt-0_5,
.py-0_5 {
  padding-top: 5px !important; }

.pr-0_5,
.px-0_5 {
  padding-right: 5px !important; }

.pb-0_5,
.py-0_5 {
  padding-bottom: 5px !important; }

.pl-0_5,
.px-0_5 {
  padding-left: 5px !important; }

.p-1 {
  padding: 10px !important; }

.pt-1,
.py-1 {
  padding-top: 10px !important; }

.pr-1,
.px-1 {
  padding-right: 10px !important; }

.pb-1,
.py-1 {
  padding-bottom: 10px !important; }

.pl-1,
.px-1 {
  padding-left: 10px !important; }

.p-1_5 {
  padding: 15px !important; }

.pt-1_5,
.py-1_5 {
  padding-top: 15px !important; }

.pr-1_5,
.px-1_5 {
  padding-right: 15px !important; }

.pb-1_5,
.py-1_5 {
  padding-bottom: 15px !important; }

.pl-1_5,
.px-1_5 {
  padding-left: 15px !important; }

.p-2 {
  padding: 20px !important; }

.pt-2,
.py-2 {
  padding-top: 20px !important; }

.pr-2,
.px-2 {
  padding-right: 20px !important; }

.pb-2,
.py-2 {
  padding-bottom: 20px !important; }

.pl-2,
.px-2 {
  padding-left: 20px !important; }

.p-3 {
  padding: 30px !important; }

.pt-3,
.py-3 {
  padding-top: 30px !important; }

.pr-3,
.px-3 {
  padding-right: 30px !important; }

.pb-3,
.py-3 {
  padding-bottom: 30px !important; }

.pl-3,
.px-3 {
  padding-left: 30px !important; }

.p-3_5 {
  padding: 35px !important; }

.pt-3_5,
.py-3_5 {
  padding-top: 35px !important; }

.pr-3_5,
.px-3_5 {
  padding-right: 35px !important; }

.pb-3_5,
.py-3_5 {
  padding-bottom: 35px !important; }

.pl-3_5,
.px-3_5 {
  padding-left: 35px !important; }

.p-4 {
  padding: 40px !important; }

.pt-4,
.py-4 {
  padding-top: 40px !important; }

.pr-4,
.px-4 {
  padding-right: 40px !important; }

.pb-4,
.py-4 {
  padding-bottom: 40px !important; }

.pl-4,
.px-4 {
  padding-left: 40px !important; }

.p-4_5 {
  padding: 45px !important; }

.pt-4_5,
.py-4_5 {
  padding-top: 45px !important; }

.pr-4_5,
.px-4_5 {
  padding-right: 45px !important; }

.pb-4_5,
.py-4_5 {
  padding-bottom: 45px !important; }

.pl-4_5,
.px-4_5 {
  padding-left: 45px !important; }

.p-5 {
  padding: 50px !important; }

.pt-5,
.py-5 {
  padding-top: 50px !important; }

.pr-5,
.px-5 {
  padding-right: 50px !important; }

.pb-5,
.py-5 {
  padding-bottom: 50px !important; }

.pl-5,
.px-5 {
  padding-left: 50px !important; }

.p-6 {
  padding: 60px !important; }

.pt-6,
.py-6 {
  padding-top: 60px !important; }

.pr-6,
.px-6 {
  padding-right: 60px !important; }

.pb-6,
.py-6 {
  padding-bottom: 60px !important; }

.pl-6,
.px-6 {
  padding-left: 60px !important; }

.p-7 {
  padding: 70px !important; }

.pt-7,
.py-7 {
  padding-top: 70px !important; }

.pr-7,
.px-7 {
  padding-right: 70px !important; }

.pb-7,
.py-7 {
  padding-bottom: 70px !important; }

.pl-7,
.px-7 {
  padding-left: 70px !important; }

.p-7_5 {
  padding: 75px !important; }

.pt-7_5,
.py-7_5 {
  padding-top: 75px !important; }

.pr-7_5,
.px-7_5 {
  padding-right: 75px !important; }

.pb-7_5,
.py-7_5 {
  padding-bottom: 75px !important; }

.pl-7_5,
.px-7_5 {
  padding-left: 75px !important; }

.p-8 {
  padding: 80px !important; }

.pt-8,
.py-8 {
  padding-top: 80px !important; }

.pr-8,
.px-8 {
  padding-right: 80px !important; }

.pb-8,
.py-8 {
  padding-bottom: 80px !important; }

.pl-8,
.px-8 {
  padding-left: 80px !important; }

.p-9 {
  padding: 90px !important; }

.pt-9,
.py-9 {
  padding-top: 90px !important; }

.pr-9,
.px-9 {
  padding-right: 90px !important; }

.pb-9,
.py-9 {
  padding-bottom: 90px !important; }

.pl-9,
.px-9 {
  padding-left: 90px !important; }

.p-10 {
  padding: 100px !important; }

.pt-10,
.py-10 {
  padding-top: 100px !important; }

.pr-10,
.px-10 {
  padding-right: 100px !important; }

.pb-10,
.py-10 {
  padding-bottom: 100px !important; }

.pl-10,
.px-10 {
  padding-left: 100px !important; }

.m-n1 {
  margin: -10px !important; }

.mt-n1,
.my-n1 {
  margin-top: -10px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -10px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -10px !important; }

.m-n1_5 {
  margin: -10px !important; }

.mt-n1_5,
.my-n1_5 {
  margin-top: -10px !important; }

.mr-n1_5,
.mx-n1_5 {
  margin-right: -10px !important; }

.mb-n1_5,
.my-n1_5 {
  margin-bottom: -10px !important; }

.ml-n1_5,
.mx-n1_5 {
  margin-left: -10px !important; }

.m-n2 {
  margin: -10px !important; }

.mt-n2,
.my-n2 {
  margin-top: -10px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -10px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -10px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -10px !important; }

.m-n3 {
  margin: -10px !important; }

.mt-n3,
.my-n3 {
  margin-top: -10px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -10px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -10px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -10px !important; }

.m-n3_5 {
  margin: -10px !important; }

.mt-n3_5,
.my-n3_5 {
  margin-top: -10px !important; }

.mr-n3_5,
.mx-n3_5 {
  margin-right: -10px !important; }

.mb-n3_5,
.my-n3_5 {
  margin-bottom: -10px !important; }

.ml-n3_5,
.mx-n3_5 {
  margin-left: -10px !important; }

.m-n4 {
  margin: -10px !important; }

.mt-n4,
.my-n4 {
  margin-top: -10px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -10px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -10px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -10px !important; }

.m-n4_5 {
  margin: -10px !important; }

.mt-n4_5,
.my-n4_5 {
  margin-top: -10px !important; }

.mr-n4_5,
.mx-n4_5 {
  margin-right: -10px !important; }

.mb-n4_5,
.my-n4_5 {
  margin-bottom: -10px !important; }

.ml-n4_5,
.mx-n4_5 {
  margin-left: -10px !important; }

.m-n5 {
  margin: -10px !important; }

.mt-n5,
.my-n5 {
  margin-top: -10px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -10px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -10px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -10px !important; }

.m-n6 {
  margin: -10px !important; }

.mt-n6,
.my-n6 {
  margin-top: -10px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -10px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -10px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -10px !important; }

.m-n7 {
  margin: -10px !important; }

.mt-n7,
.my-n7 {
  margin-top: -10px !important; }

.mr-n7,
.mx-n7 {
  margin-right: -10px !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -10px !important; }

.ml-n7,
.mx-n7 {
  margin-left: -10px !important; }

.m-n7_5 {
  margin: -10px !important; }

.mt-n7_5,
.my-n7_5 {
  margin-top: -10px !important; }

.mr-n7_5,
.mx-n7_5 {
  margin-right: -10px !important; }

.mb-n7_5,
.my-n7_5 {
  margin-bottom: -10px !important; }

.ml-n7_5,
.mx-n7_5 {
  margin-left: -10px !important; }

.m-n8 {
  margin: -10px !important; }

.mt-n8,
.my-n8 {
  margin-top: -10px !important; }

.mr-n8,
.mx-n8 {
  margin-right: -10px !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -10px !important; }

.ml-n8,
.mx-n8 {
  margin-left: -10px !important; }

.m-n9 {
  margin: -10px !important; }

.mt-n9,
.my-n9 {
  margin-top: -10px !important; }

.mr-n9,
.mx-n9 {
  margin-right: -10px !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -10px !important; }

.ml-n9,
.mx-n9 {
  margin-left: -10px !important; }

.m-n10 {
  margin: -10px !important; }

.mt-n10,
.my-n10 {
  margin-top: -10px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -10px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -10px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -10px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-0_5 {
    margin: 5px !important; }
  .mt-sm-0_5,
  .my-sm-0_5 {
    margin-top: 5px !important; }
  .mr-sm-0_5,
  .mx-sm-0_5 {
    margin-right: 5px !important; }
  .mb-sm-0_5,
  .my-sm-0_5 {
    margin-bottom: 5px !important; }
  .ml-sm-0_5,
  .mx-sm-0_5 {
    margin-left: 5px !important; }
  .m-sm-1 {
    margin: 10px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important; }
  .m-sm-1_5 {
    margin: 15px !important; }
  .mt-sm-1_5,
  .my-sm-1_5 {
    margin-top: 15px !important; }
  .mr-sm-1_5,
  .mx-sm-1_5 {
    margin-right: 15px !important; }
  .mb-sm-1_5,
  .my-sm-1_5 {
    margin-bottom: 15px !important; }
  .ml-sm-1_5,
  .mx-sm-1_5 {
    margin-left: 15px !important; }
  .m-sm-2 {
    margin: 20px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important; }
  .m-sm-3 {
    margin: 30px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important; }
  .m-sm-3_5 {
    margin: 35px !important; }
  .mt-sm-3_5,
  .my-sm-3_5 {
    margin-top: 35px !important; }
  .mr-sm-3_5,
  .mx-sm-3_5 {
    margin-right: 35px !important; }
  .mb-sm-3_5,
  .my-sm-3_5 {
    margin-bottom: 35px !important; }
  .ml-sm-3_5,
  .mx-sm-3_5 {
    margin-left: 35px !important; }
  .m-sm-4 {
    margin: 40px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important; }
  .m-sm-4_5 {
    margin: 45px !important; }
  .mt-sm-4_5,
  .my-sm-4_5 {
    margin-top: 45px !important; }
  .mr-sm-4_5,
  .mx-sm-4_5 {
    margin-right: 45px !important; }
  .mb-sm-4_5,
  .my-sm-4_5 {
    margin-bottom: 45px !important; }
  .ml-sm-4_5,
  .mx-sm-4_5 {
    margin-left: 45px !important; }
  .m-sm-5 {
    margin: 50px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important; }
  .m-sm-6 {
    margin: 60px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 60px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 60px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 60px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 60px !important; }
  .m-sm-7 {
    margin: 70px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 70px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 70px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 70px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 70px !important; }
  .m-sm-7_5 {
    margin: 75px !important; }
  .mt-sm-7_5,
  .my-sm-7_5 {
    margin-top: 75px !important; }
  .mr-sm-7_5,
  .mx-sm-7_5 {
    margin-right: 75px !important; }
  .mb-sm-7_5,
  .my-sm-7_5 {
    margin-bottom: 75px !important; }
  .ml-sm-7_5,
  .mx-sm-7_5 {
    margin-left: 75px !important; }
  .m-sm-8 {
    margin: 80px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 80px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 80px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 80px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 80px !important; }
  .m-sm-9 {
    margin: 90px !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 90px !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 90px !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 90px !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 90px !important; }
  .m-sm-10 {
    margin: 100px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 100px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 100px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 100px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 100px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-0_5 {
    padding: 5px !important; }
  .pt-sm-0_5,
  .py-sm-0_5 {
    padding-top: 5px !important; }
  .pr-sm-0_5,
  .px-sm-0_5 {
    padding-right: 5px !important; }
  .pb-sm-0_5,
  .py-sm-0_5 {
    padding-bottom: 5px !important; }
  .pl-sm-0_5,
  .px-sm-0_5 {
    padding-left: 5px !important; }
  .p-sm-1 {
    padding: 10px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important; }
  .p-sm-1_5 {
    padding: 15px !important; }
  .pt-sm-1_5,
  .py-sm-1_5 {
    padding-top: 15px !important; }
  .pr-sm-1_5,
  .px-sm-1_5 {
    padding-right: 15px !important; }
  .pb-sm-1_5,
  .py-sm-1_5 {
    padding-bottom: 15px !important; }
  .pl-sm-1_5,
  .px-sm-1_5 {
    padding-left: 15px !important; }
  .p-sm-2 {
    padding: 20px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important; }
  .p-sm-3 {
    padding: 30px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important; }
  .p-sm-3_5 {
    padding: 35px !important; }
  .pt-sm-3_5,
  .py-sm-3_5 {
    padding-top: 35px !important; }
  .pr-sm-3_5,
  .px-sm-3_5 {
    padding-right: 35px !important; }
  .pb-sm-3_5,
  .py-sm-3_5 {
    padding-bottom: 35px !important; }
  .pl-sm-3_5,
  .px-sm-3_5 {
    padding-left: 35px !important; }
  .p-sm-4 {
    padding: 40px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important; }
  .p-sm-4_5 {
    padding: 45px !important; }
  .pt-sm-4_5,
  .py-sm-4_5 {
    padding-top: 45px !important; }
  .pr-sm-4_5,
  .px-sm-4_5 {
    padding-right: 45px !important; }
  .pb-sm-4_5,
  .py-sm-4_5 {
    padding-bottom: 45px !important; }
  .pl-sm-4_5,
  .px-sm-4_5 {
    padding-left: 45px !important; }
  .p-sm-5 {
    padding: 50px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important; }
  .p-sm-6 {
    padding: 60px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 60px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 60px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 60px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 60px !important; }
  .p-sm-7 {
    padding: 70px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 70px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 70px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 70px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 70px !important; }
  .p-sm-7_5 {
    padding: 75px !important; }
  .pt-sm-7_5,
  .py-sm-7_5 {
    padding-top: 75px !important; }
  .pr-sm-7_5,
  .px-sm-7_5 {
    padding-right: 75px !important; }
  .pb-sm-7_5,
  .py-sm-7_5 {
    padding-bottom: 75px !important; }
  .pl-sm-7_5,
  .px-sm-7_5 {
    padding-left: 75px !important; }
  .p-sm-8 {
    padding: 80px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 80px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 80px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 80px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 80px !important; }
  .p-sm-9 {
    padding: 90px !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 90px !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 90px !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 90px !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 90px !important; }
  .p-sm-10 {
    padding: 100px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 100px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 100px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 100px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 100px !important; }
  .m-sm-n1 {
    margin: -10px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -10px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -10px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -10px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -10px !important; }
  .m-sm-n1_5 {
    margin: -10px !important; }
  .mt-sm-n1_5,
  .my-sm-n1_5 {
    margin-top: -10px !important; }
  .mr-sm-n1_5,
  .mx-sm-n1_5 {
    margin-right: -10px !important; }
  .mb-sm-n1_5,
  .my-sm-n1_5 {
    margin-bottom: -10px !important; }
  .ml-sm-n1_5,
  .mx-sm-n1_5 {
    margin-left: -10px !important; }
  .m-sm-n2 {
    margin: -10px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -10px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -10px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -10px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -10px !important; }
  .m-sm-n3 {
    margin: -10px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -10px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -10px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -10px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -10px !important; }
  .m-sm-n3_5 {
    margin: -10px !important; }
  .mt-sm-n3_5,
  .my-sm-n3_5 {
    margin-top: -10px !important; }
  .mr-sm-n3_5,
  .mx-sm-n3_5 {
    margin-right: -10px !important; }
  .mb-sm-n3_5,
  .my-sm-n3_5 {
    margin-bottom: -10px !important; }
  .ml-sm-n3_5,
  .mx-sm-n3_5 {
    margin-left: -10px !important; }
  .m-sm-n4 {
    margin: -10px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -10px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -10px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -10px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -10px !important; }
  .m-sm-n4_5 {
    margin: -10px !important; }
  .mt-sm-n4_5,
  .my-sm-n4_5 {
    margin-top: -10px !important; }
  .mr-sm-n4_5,
  .mx-sm-n4_5 {
    margin-right: -10px !important; }
  .mb-sm-n4_5,
  .my-sm-n4_5 {
    margin-bottom: -10px !important; }
  .ml-sm-n4_5,
  .mx-sm-n4_5 {
    margin-left: -10px !important; }
  .m-sm-n5 {
    margin: -10px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -10px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -10px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -10px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -10px !important; }
  .m-sm-n6 {
    margin: -10px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -10px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -10px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -10px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -10px !important; }
  .m-sm-n7 {
    margin: -10px !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -10px !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -10px !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -10px !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -10px !important; }
  .m-sm-n7_5 {
    margin: -10px !important; }
  .mt-sm-n7_5,
  .my-sm-n7_5 {
    margin-top: -10px !important; }
  .mr-sm-n7_5,
  .mx-sm-n7_5 {
    margin-right: -10px !important; }
  .mb-sm-n7_5,
  .my-sm-n7_5 {
    margin-bottom: -10px !important; }
  .ml-sm-n7_5,
  .mx-sm-n7_5 {
    margin-left: -10px !important; }
  .m-sm-n8 {
    margin: -10px !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -10px !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -10px !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -10px !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -10px !important; }
  .m-sm-n9 {
    margin: -10px !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -10px !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -10px !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -10px !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -10px !important; }
  .m-sm-n10 {
    margin: -10px !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10px !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10px !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10px !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-0_5 {
    margin: 5px !important; }
  .mt-md-0_5,
  .my-md-0_5 {
    margin-top: 5px !important; }
  .mr-md-0_5,
  .mx-md-0_5 {
    margin-right: 5px !important; }
  .mb-md-0_5,
  .my-md-0_5 {
    margin-bottom: 5px !important; }
  .ml-md-0_5,
  .mx-md-0_5 {
    margin-left: 5px !important; }
  .m-md-1 {
    margin: 10px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important; }
  .m-md-1_5 {
    margin: 15px !important; }
  .mt-md-1_5,
  .my-md-1_5 {
    margin-top: 15px !important; }
  .mr-md-1_5,
  .mx-md-1_5 {
    margin-right: 15px !important; }
  .mb-md-1_5,
  .my-md-1_5 {
    margin-bottom: 15px !important; }
  .ml-md-1_5,
  .mx-md-1_5 {
    margin-left: 15px !important; }
  .m-md-2 {
    margin: 20px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important; }
  .m-md-3 {
    margin: 30px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important; }
  .m-md-3_5 {
    margin: 35px !important; }
  .mt-md-3_5,
  .my-md-3_5 {
    margin-top: 35px !important; }
  .mr-md-3_5,
  .mx-md-3_5 {
    margin-right: 35px !important; }
  .mb-md-3_5,
  .my-md-3_5 {
    margin-bottom: 35px !important; }
  .ml-md-3_5,
  .mx-md-3_5 {
    margin-left: 35px !important; }
  .m-md-4 {
    margin: 40px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important; }
  .m-md-4_5 {
    margin: 45px !important; }
  .mt-md-4_5,
  .my-md-4_5 {
    margin-top: 45px !important; }
  .mr-md-4_5,
  .mx-md-4_5 {
    margin-right: 45px !important; }
  .mb-md-4_5,
  .my-md-4_5 {
    margin-bottom: 45px !important; }
  .ml-md-4_5,
  .mx-md-4_5 {
    margin-left: 45px !important; }
  .m-md-5 {
    margin: 50px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important; }
  .m-md-6 {
    margin: 60px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 60px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 60px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 60px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 60px !important; }
  .m-md-7 {
    margin: 70px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 70px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 70px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 70px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 70px !important; }
  .m-md-7_5 {
    margin: 75px !important; }
  .mt-md-7_5,
  .my-md-7_5 {
    margin-top: 75px !important; }
  .mr-md-7_5,
  .mx-md-7_5 {
    margin-right: 75px !important; }
  .mb-md-7_5,
  .my-md-7_5 {
    margin-bottom: 75px !important; }
  .ml-md-7_5,
  .mx-md-7_5 {
    margin-left: 75px !important; }
  .m-md-8 {
    margin: 80px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 80px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 80px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 80px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 80px !important; }
  .m-md-9 {
    margin: 90px !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 90px !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 90px !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 90px !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 90px !important; }
  .m-md-10 {
    margin: 100px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 100px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 100px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 100px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 100px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-0_5 {
    padding: 5px !important; }
  .pt-md-0_5,
  .py-md-0_5 {
    padding-top: 5px !important; }
  .pr-md-0_5,
  .px-md-0_5 {
    padding-right: 5px !important; }
  .pb-md-0_5,
  .py-md-0_5 {
    padding-bottom: 5px !important; }
  .pl-md-0_5,
  .px-md-0_5 {
    padding-left: 5px !important; }
  .p-md-1 {
    padding: 10px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important; }
  .p-md-1_5 {
    padding: 15px !important; }
  .pt-md-1_5,
  .py-md-1_5 {
    padding-top: 15px !important; }
  .pr-md-1_5,
  .px-md-1_5 {
    padding-right: 15px !important; }
  .pb-md-1_5,
  .py-md-1_5 {
    padding-bottom: 15px !important; }
  .pl-md-1_5,
  .px-md-1_5 {
    padding-left: 15px !important; }
  .p-md-2 {
    padding: 20px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important; }
  .p-md-3 {
    padding: 30px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important; }
  .p-md-3_5 {
    padding: 35px !important; }
  .pt-md-3_5,
  .py-md-3_5 {
    padding-top: 35px !important; }
  .pr-md-3_5,
  .px-md-3_5 {
    padding-right: 35px !important; }
  .pb-md-3_5,
  .py-md-3_5 {
    padding-bottom: 35px !important; }
  .pl-md-3_5,
  .px-md-3_5 {
    padding-left: 35px !important; }
  .p-md-4 {
    padding: 40px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important; }
  .p-md-4_5 {
    padding: 45px !important; }
  .pt-md-4_5,
  .py-md-4_5 {
    padding-top: 45px !important; }
  .pr-md-4_5,
  .px-md-4_5 {
    padding-right: 45px !important; }
  .pb-md-4_5,
  .py-md-4_5 {
    padding-bottom: 45px !important; }
  .pl-md-4_5,
  .px-md-4_5 {
    padding-left: 45px !important; }
  .p-md-5 {
    padding: 50px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important; }
  .p-md-6 {
    padding: 60px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 60px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 60px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 60px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 60px !important; }
  .p-md-7 {
    padding: 70px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 70px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 70px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 70px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 70px !important; }
  .p-md-7_5 {
    padding: 75px !important; }
  .pt-md-7_5,
  .py-md-7_5 {
    padding-top: 75px !important; }
  .pr-md-7_5,
  .px-md-7_5 {
    padding-right: 75px !important; }
  .pb-md-7_5,
  .py-md-7_5 {
    padding-bottom: 75px !important; }
  .pl-md-7_5,
  .px-md-7_5 {
    padding-left: 75px !important; }
  .p-md-8 {
    padding: 80px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 80px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 80px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 80px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 80px !important; }
  .p-md-9 {
    padding: 90px !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 90px !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 90px !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 90px !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 90px !important; }
  .p-md-10 {
    padding: 100px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 100px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 100px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 100px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 100px !important; }
  .m-md-n1 {
    margin: -10px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important; }
  .m-md-n1_5 {
    margin: -10px !important; }
  .mt-md-n1_5,
  .my-md-n1_5 {
    margin-top: -10px !important; }
  .mr-md-n1_5,
  .mx-md-n1_5 {
    margin-right: -10px !important; }
  .mb-md-n1_5,
  .my-md-n1_5 {
    margin-bottom: -10px !important; }
  .ml-md-n1_5,
  .mx-md-n1_5 {
    margin-left: -10px !important; }
  .m-md-n2 {
    margin: -10px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -10px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -10px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -10px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -10px !important; }
  .m-md-n3 {
    margin: -10px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -10px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -10px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -10px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -10px !important; }
  .m-md-n3_5 {
    margin: -10px !important; }
  .mt-md-n3_5,
  .my-md-n3_5 {
    margin-top: -10px !important; }
  .mr-md-n3_5,
  .mx-md-n3_5 {
    margin-right: -10px !important; }
  .mb-md-n3_5,
  .my-md-n3_5 {
    margin-bottom: -10px !important; }
  .ml-md-n3_5,
  .mx-md-n3_5 {
    margin-left: -10px !important; }
  .m-md-n4 {
    margin: -10px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -10px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -10px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -10px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -10px !important; }
  .m-md-n4_5 {
    margin: -10px !important; }
  .mt-md-n4_5,
  .my-md-n4_5 {
    margin-top: -10px !important; }
  .mr-md-n4_5,
  .mx-md-n4_5 {
    margin-right: -10px !important; }
  .mb-md-n4_5,
  .my-md-n4_5 {
    margin-bottom: -10px !important; }
  .ml-md-n4_5,
  .mx-md-n4_5 {
    margin-left: -10px !important; }
  .m-md-n5 {
    margin: -10px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -10px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -10px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -10px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -10px !important; }
  .m-md-n6 {
    margin: -10px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -10px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -10px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -10px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -10px !important; }
  .m-md-n7 {
    margin: -10px !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -10px !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -10px !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -10px !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -10px !important; }
  .m-md-n7_5 {
    margin: -10px !important; }
  .mt-md-n7_5,
  .my-md-n7_5 {
    margin-top: -10px !important; }
  .mr-md-n7_5,
  .mx-md-n7_5 {
    margin-right: -10px !important; }
  .mb-md-n7_5,
  .my-md-n7_5 {
    margin-bottom: -10px !important; }
  .ml-md-n7_5,
  .mx-md-n7_5 {
    margin-left: -10px !important; }
  .m-md-n8 {
    margin: -10px !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -10px !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -10px !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -10px !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -10px !important; }
  .m-md-n9 {
    margin: -10px !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -10px !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -10px !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -10px !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -10px !important; }
  .m-md-n10 {
    margin: -10px !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10px !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10px !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10px !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-0_5 {
    margin: 5px !important; }
  .mt-lg-0_5,
  .my-lg-0_5 {
    margin-top: 5px !important; }
  .mr-lg-0_5,
  .mx-lg-0_5 {
    margin-right: 5px !important; }
  .mb-lg-0_5,
  .my-lg-0_5 {
    margin-bottom: 5px !important; }
  .ml-lg-0_5,
  .mx-lg-0_5 {
    margin-left: 5px !important; }
  .m-lg-1 {
    margin: 10px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important; }
  .m-lg-1_5 {
    margin: 15px !important; }
  .mt-lg-1_5,
  .my-lg-1_5 {
    margin-top: 15px !important; }
  .mr-lg-1_5,
  .mx-lg-1_5 {
    margin-right: 15px !important; }
  .mb-lg-1_5,
  .my-lg-1_5 {
    margin-bottom: 15px !important; }
  .ml-lg-1_5,
  .mx-lg-1_5 {
    margin-left: 15px !important; }
  .m-lg-2 {
    margin: 20px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important; }
  .m-lg-3 {
    margin: 30px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important; }
  .m-lg-3_5 {
    margin: 35px !important; }
  .mt-lg-3_5,
  .my-lg-3_5 {
    margin-top: 35px !important; }
  .mr-lg-3_5,
  .mx-lg-3_5 {
    margin-right: 35px !important; }
  .mb-lg-3_5,
  .my-lg-3_5 {
    margin-bottom: 35px !important; }
  .ml-lg-3_5,
  .mx-lg-3_5 {
    margin-left: 35px !important; }
  .m-lg-4 {
    margin: 40px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important; }
  .m-lg-4_5 {
    margin: 45px !important; }
  .mt-lg-4_5,
  .my-lg-4_5 {
    margin-top: 45px !important; }
  .mr-lg-4_5,
  .mx-lg-4_5 {
    margin-right: 45px !important; }
  .mb-lg-4_5,
  .my-lg-4_5 {
    margin-bottom: 45px !important; }
  .ml-lg-4_5,
  .mx-lg-4_5 {
    margin-left: 45px !important; }
  .m-lg-5 {
    margin: 50px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important; }
  .m-lg-6 {
    margin: 60px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 60px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 60px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 60px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 60px !important; }
  .m-lg-7 {
    margin: 70px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 70px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 70px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 70px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 70px !important; }
  .m-lg-7_5 {
    margin: 75px !important; }
  .mt-lg-7_5,
  .my-lg-7_5 {
    margin-top: 75px !important; }
  .mr-lg-7_5,
  .mx-lg-7_5 {
    margin-right: 75px !important; }
  .mb-lg-7_5,
  .my-lg-7_5 {
    margin-bottom: 75px !important; }
  .ml-lg-7_5,
  .mx-lg-7_5 {
    margin-left: 75px !important; }
  .m-lg-8 {
    margin: 80px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 80px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 80px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 80px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 80px !important; }
  .m-lg-9 {
    margin: 90px !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 90px !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 90px !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 90px !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 90px !important; }
  .m-lg-10 {
    margin: 100px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 100px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 100px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 100px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 100px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-0_5 {
    padding: 5px !important; }
  .pt-lg-0_5,
  .py-lg-0_5 {
    padding-top: 5px !important; }
  .pr-lg-0_5,
  .px-lg-0_5 {
    padding-right: 5px !important; }
  .pb-lg-0_5,
  .py-lg-0_5 {
    padding-bottom: 5px !important; }
  .pl-lg-0_5,
  .px-lg-0_5 {
    padding-left: 5px !important; }
  .p-lg-1 {
    padding: 10px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important; }
  .p-lg-1_5 {
    padding: 15px !important; }
  .pt-lg-1_5,
  .py-lg-1_5 {
    padding-top: 15px !important; }
  .pr-lg-1_5,
  .px-lg-1_5 {
    padding-right: 15px !important; }
  .pb-lg-1_5,
  .py-lg-1_5 {
    padding-bottom: 15px !important; }
  .pl-lg-1_5,
  .px-lg-1_5 {
    padding-left: 15px !important; }
  .p-lg-2 {
    padding: 20px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important; }
  .p-lg-3 {
    padding: 30px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important; }
  .p-lg-3_5 {
    padding: 35px !important; }
  .pt-lg-3_5,
  .py-lg-3_5 {
    padding-top: 35px !important; }
  .pr-lg-3_5,
  .px-lg-3_5 {
    padding-right: 35px !important; }
  .pb-lg-3_5,
  .py-lg-3_5 {
    padding-bottom: 35px !important; }
  .pl-lg-3_5,
  .px-lg-3_5 {
    padding-left: 35px !important; }
  .p-lg-4 {
    padding: 40px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important; }
  .p-lg-4_5 {
    padding: 45px !important; }
  .pt-lg-4_5,
  .py-lg-4_5 {
    padding-top: 45px !important; }
  .pr-lg-4_5,
  .px-lg-4_5 {
    padding-right: 45px !important; }
  .pb-lg-4_5,
  .py-lg-4_5 {
    padding-bottom: 45px !important; }
  .pl-lg-4_5,
  .px-lg-4_5 {
    padding-left: 45px !important; }
  .p-lg-5 {
    padding: 50px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important; }
  .p-lg-6 {
    padding: 60px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 60px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 60px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 60px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 60px !important; }
  .p-lg-7 {
    padding: 70px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 70px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 70px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 70px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 70px !important; }
  .p-lg-7_5 {
    padding: 75px !important; }
  .pt-lg-7_5,
  .py-lg-7_5 {
    padding-top: 75px !important; }
  .pr-lg-7_5,
  .px-lg-7_5 {
    padding-right: 75px !important; }
  .pb-lg-7_5,
  .py-lg-7_5 {
    padding-bottom: 75px !important; }
  .pl-lg-7_5,
  .px-lg-7_5 {
    padding-left: 75px !important; }
  .p-lg-8 {
    padding: 80px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 80px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 80px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 80px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 80px !important; }
  .p-lg-9 {
    padding: 90px !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 90px !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 90px !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 90px !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 90px !important; }
  .p-lg-10 {
    padding: 100px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 100px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 100px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 100px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 100px !important; }
  .m-lg-n1 {
    margin: -10px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important; }
  .m-lg-n1_5 {
    margin: -10px !important; }
  .mt-lg-n1_5,
  .my-lg-n1_5 {
    margin-top: -10px !important; }
  .mr-lg-n1_5,
  .mx-lg-n1_5 {
    margin-right: -10px !important; }
  .mb-lg-n1_5,
  .my-lg-n1_5 {
    margin-bottom: -10px !important; }
  .ml-lg-n1_5,
  .mx-lg-n1_5 {
    margin-left: -10px !important; }
  .m-lg-n2 {
    margin: -10px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -10px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -10px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -10px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -10px !important; }
  .m-lg-n3 {
    margin: -10px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -10px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -10px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -10px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -10px !important; }
  .m-lg-n3_5 {
    margin: -10px !important; }
  .mt-lg-n3_5,
  .my-lg-n3_5 {
    margin-top: -10px !important; }
  .mr-lg-n3_5,
  .mx-lg-n3_5 {
    margin-right: -10px !important; }
  .mb-lg-n3_5,
  .my-lg-n3_5 {
    margin-bottom: -10px !important; }
  .ml-lg-n3_5,
  .mx-lg-n3_5 {
    margin-left: -10px !important; }
  .m-lg-n4 {
    margin: -10px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -10px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -10px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -10px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -10px !important; }
  .m-lg-n4_5 {
    margin: -10px !important; }
  .mt-lg-n4_5,
  .my-lg-n4_5 {
    margin-top: -10px !important; }
  .mr-lg-n4_5,
  .mx-lg-n4_5 {
    margin-right: -10px !important; }
  .mb-lg-n4_5,
  .my-lg-n4_5 {
    margin-bottom: -10px !important; }
  .ml-lg-n4_5,
  .mx-lg-n4_5 {
    margin-left: -10px !important; }
  .m-lg-n5 {
    margin: -10px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -10px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -10px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -10px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -10px !important; }
  .m-lg-n6 {
    margin: -10px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -10px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -10px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -10px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -10px !important; }
  .m-lg-n7 {
    margin: -10px !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -10px !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -10px !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -10px !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -10px !important; }
  .m-lg-n7_5 {
    margin: -10px !important; }
  .mt-lg-n7_5,
  .my-lg-n7_5 {
    margin-top: -10px !important; }
  .mr-lg-n7_5,
  .mx-lg-n7_5 {
    margin-right: -10px !important; }
  .mb-lg-n7_5,
  .my-lg-n7_5 {
    margin-bottom: -10px !important; }
  .ml-lg-n7_5,
  .mx-lg-n7_5 {
    margin-left: -10px !important; }
  .m-lg-n8 {
    margin: -10px !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -10px !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -10px !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -10px !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -10px !important; }
  .m-lg-n9 {
    margin: -10px !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -10px !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -10px !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -10px !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -10px !important; }
  .m-lg-n10 {
    margin: -10px !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10px !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10px !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10px !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-0_5 {
    margin: 5px !important; }
  .mt-xl-0_5,
  .my-xl-0_5 {
    margin-top: 5px !important; }
  .mr-xl-0_5,
  .mx-xl-0_5 {
    margin-right: 5px !important; }
  .mb-xl-0_5,
  .my-xl-0_5 {
    margin-bottom: 5px !important; }
  .ml-xl-0_5,
  .mx-xl-0_5 {
    margin-left: 5px !important; }
  .m-xl-1 {
    margin: 10px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 10px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 10px !important; }
  .m-xl-1_5 {
    margin: 15px !important; }
  .mt-xl-1_5,
  .my-xl-1_5 {
    margin-top: 15px !important; }
  .mr-xl-1_5,
  .mx-xl-1_5 {
    margin-right: 15px !important; }
  .mb-xl-1_5,
  .my-xl-1_5 {
    margin-bottom: 15px !important; }
  .ml-xl-1_5,
  .mx-xl-1_5 {
    margin-left: 15px !important; }
  .m-xl-2 {
    margin: 20px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 20px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 20px !important; }
  .m-xl-3 {
    margin: 30px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important; }
  .m-xl-3_5 {
    margin: 35px !important; }
  .mt-xl-3_5,
  .my-xl-3_5 {
    margin-top: 35px !important; }
  .mr-xl-3_5,
  .mx-xl-3_5 {
    margin-right: 35px !important; }
  .mb-xl-3_5,
  .my-xl-3_5 {
    margin-bottom: 35px !important; }
  .ml-xl-3_5,
  .mx-xl-3_5 {
    margin-left: 35px !important; }
  .m-xl-4 {
    margin: 40px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 40px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 40px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 40px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 40px !important; }
  .m-xl-4_5 {
    margin: 45px !important; }
  .mt-xl-4_5,
  .my-xl-4_5 {
    margin-top: 45px !important; }
  .mr-xl-4_5,
  .mx-xl-4_5 {
    margin-right: 45px !important; }
  .mb-xl-4_5,
  .my-xl-4_5 {
    margin-bottom: 45px !important; }
  .ml-xl-4_5,
  .mx-xl-4_5 {
    margin-left: 45px !important; }
  .m-xl-5 {
    margin: 50px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 50px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 50px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 50px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 50px !important; }
  .m-xl-6 {
    margin: 60px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 60px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 60px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 60px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 60px !important; }
  .m-xl-7 {
    margin: 70px !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 70px !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 70px !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 70px !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 70px !important; }
  .m-xl-7_5 {
    margin: 75px !important; }
  .mt-xl-7_5,
  .my-xl-7_5 {
    margin-top: 75px !important; }
  .mr-xl-7_5,
  .mx-xl-7_5 {
    margin-right: 75px !important; }
  .mb-xl-7_5,
  .my-xl-7_5 {
    margin-bottom: 75px !important; }
  .ml-xl-7_5,
  .mx-xl-7_5 {
    margin-left: 75px !important; }
  .m-xl-8 {
    margin: 80px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 80px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 80px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 80px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 80px !important; }
  .m-xl-9 {
    margin: 90px !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 90px !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 90px !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 90px !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 90px !important; }
  .m-xl-10 {
    margin: 100px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 100px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 100px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 100px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 100px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-0_5 {
    padding: 5px !important; }
  .pt-xl-0_5,
  .py-xl-0_5 {
    padding-top: 5px !important; }
  .pr-xl-0_5,
  .px-xl-0_5 {
    padding-right: 5px !important; }
  .pb-xl-0_5,
  .py-xl-0_5 {
    padding-bottom: 5px !important; }
  .pl-xl-0_5,
  .px-xl-0_5 {
    padding-left: 5px !important; }
  .p-xl-1 {
    padding: 10px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 10px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 10px !important; }
  .p-xl-1_5 {
    padding: 15px !important; }
  .pt-xl-1_5,
  .py-xl-1_5 {
    padding-top: 15px !important; }
  .pr-xl-1_5,
  .px-xl-1_5 {
    padding-right: 15px !important; }
  .pb-xl-1_5,
  .py-xl-1_5 {
    padding-bottom: 15px !important; }
  .pl-xl-1_5,
  .px-xl-1_5 {
    padding-left: 15px !important; }
  .p-xl-2 {
    padding: 20px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 20px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 20px !important; }
  .p-xl-3 {
    padding: 30px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important; }
  .p-xl-3_5 {
    padding: 35px !important; }
  .pt-xl-3_5,
  .py-xl-3_5 {
    padding-top: 35px !important; }
  .pr-xl-3_5,
  .px-xl-3_5 {
    padding-right: 35px !important; }
  .pb-xl-3_5,
  .py-xl-3_5 {
    padding-bottom: 35px !important; }
  .pl-xl-3_5,
  .px-xl-3_5 {
    padding-left: 35px !important; }
  .p-xl-4 {
    padding: 40px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 40px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 40px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 40px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 40px !important; }
  .p-xl-4_5 {
    padding: 45px !important; }
  .pt-xl-4_5,
  .py-xl-4_5 {
    padding-top: 45px !important; }
  .pr-xl-4_5,
  .px-xl-4_5 {
    padding-right: 45px !important; }
  .pb-xl-4_5,
  .py-xl-4_5 {
    padding-bottom: 45px !important; }
  .pl-xl-4_5,
  .px-xl-4_5 {
    padding-left: 45px !important; }
  .p-xl-5 {
    padding: 50px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 50px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 50px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 50px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 50px !important; }
  .p-xl-6 {
    padding: 60px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 60px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 60px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 60px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 60px !important; }
  .p-xl-7 {
    padding: 70px !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 70px !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 70px !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 70px !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 70px !important; }
  .p-xl-7_5 {
    padding: 75px !important; }
  .pt-xl-7_5,
  .py-xl-7_5 {
    padding-top: 75px !important; }
  .pr-xl-7_5,
  .px-xl-7_5 {
    padding-right: 75px !important; }
  .pb-xl-7_5,
  .py-xl-7_5 {
    padding-bottom: 75px !important; }
  .pl-xl-7_5,
  .px-xl-7_5 {
    padding-left: 75px !important; }
  .p-xl-8 {
    padding: 80px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 80px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 80px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 80px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 80px !important; }
  .p-xl-9 {
    padding: 90px !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 90px !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 90px !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 90px !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 90px !important; }
  .p-xl-10 {
    padding: 100px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 100px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 100px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 100px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 100px !important; }
  .m-xl-n1 {
    margin: -10px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -10px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -10px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -10px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -10px !important; }
  .m-xl-n1_5 {
    margin: -10px !important; }
  .mt-xl-n1_5,
  .my-xl-n1_5 {
    margin-top: -10px !important; }
  .mr-xl-n1_5,
  .mx-xl-n1_5 {
    margin-right: -10px !important; }
  .mb-xl-n1_5,
  .my-xl-n1_5 {
    margin-bottom: -10px !important; }
  .ml-xl-n1_5,
  .mx-xl-n1_5 {
    margin-left: -10px !important; }
  .m-xl-n2 {
    margin: -10px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -10px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -10px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -10px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -10px !important; }
  .m-xl-n3 {
    margin: -10px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -10px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -10px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -10px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -10px !important; }
  .m-xl-n3_5 {
    margin: -10px !important; }
  .mt-xl-n3_5,
  .my-xl-n3_5 {
    margin-top: -10px !important; }
  .mr-xl-n3_5,
  .mx-xl-n3_5 {
    margin-right: -10px !important; }
  .mb-xl-n3_5,
  .my-xl-n3_5 {
    margin-bottom: -10px !important; }
  .ml-xl-n3_5,
  .mx-xl-n3_5 {
    margin-left: -10px !important; }
  .m-xl-n4 {
    margin: -10px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -10px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -10px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -10px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -10px !important; }
  .m-xl-n4_5 {
    margin: -10px !important; }
  .mt-xl-n4_5,
  .my-xl-n4_5 {
    margin-top: -10px !important; }
  .mr-xl-n4_5,
  .mx-xl-n4_5 {
    margin-right: -10px !important; }
  .mb-xl-n4_5,
  .my-xl-n4_5 {
    margin-bottom: -10px !important; }
  .ml-xl-n4_5,
  .mx-xl-n4_5 {
    margin-left: -10px !important; }
  .m-xl-n5 {
    margin: -10px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -10px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -10px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -10px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -10px !important; }
  .m-xl-n6 {
    margin: -10px !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -10px !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -10px !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -10px !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -10px !important; }
  .m-xl-n7 {
    margin: -10px !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -10px !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -10px !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -10px !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -10px !important; }
  .m-xl-n7_5 {
    margin: -10px !important; }
  .mt-xl-n7_5,
  .my-xl-n7_5 {
    margin-top: -10px !important; }
  .mr-xl-n7_5,
  .mx-xl-n7_5 {
    margin-right: -10px !important; }
  .mb-xl-n7_5,
  .my-xl-n7_5 {
    margin-bottom: -10px !important; }
  .ml-xl-n7_5,
  .mx-xl-n7_5 {
    margin-left: -10px !important; }
  .m-xl-n8 {
    margin: -10px !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -10px !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -10px !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -10px !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -10px !important; }
  .m-xl-n9 {
    margin: -10px !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -10px !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -10px !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -10px !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -10px !important; }
  .m-xl-n10 {
    margin: -10px !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10px !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10px !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10px !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-black {
  color: #000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-body {
  color: #222 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition-timing-function: ease; }

.animated.slower {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  transition-timing-function: ease; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 60px; }
  @media (min-width: 992px) {
    body {
      padding-top: 80px; } }

.px {
  font-size: 16px; }

.disabled {
  color: #ccc;
  pointer-events: none; }
  .disabled img {
    opacity: 0.4; }

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 10000; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-items: center; }
  #loader .loading .donutSpinner {
    display: inline-block;
    border: 4px solid #ffe6e6;
    border-left-color: #5851ec;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: donut-spin 1.2s linear infinite;
            animation: donut-spin 1.2s linear infinite; }

@-webkit-keyframes donut-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

a {
  transform: all ease-out; }
  a:hover {
    opacity: 0.8; }

.text-lg {
  font-size: 19px;
  line-height: 1.4;
  font-weight: normal; }
  @media (min-width: 768px) {
    .text-lg {
      font-size: 20px; } }

.text {
  font-size: 15px;
  line-height: 1.8; }

.text-sm {
  font-size: 13px;
  line-height: 2; }

.text-xs {
  font-size: 12px;
  line-height: 1.6; }

.text-xxs {
  font-size: 11px;
  line-height: 1.45; }

.text-xxxs {
  font-size: 10px;
  line-height: 1.45; }

.container {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 920px; }
  @media (min-width: 768px) {
    .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
      padding-left: 20px;
      padding-right: 20px;
      max-width: inherit; } }

@media (min-width: 768px) {
  .container-mini {
    max-width: 900px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; } }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.box-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 97px;
  border: 1px solid #222;
  padding: 10px 20px; }
  @media (min-width: 768px) {
    .box-logo {
      height: 120px; } }

#linkTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
  cursor: pointer;
  opacity: 0; }
  #linkTop.view {
    opacity: 1; }
  #linkTop a {
    display: block; }
  #linkTop:hover {
    opacity: 0.8; }

body.open #sideBar {
  transform: translateX(0); }

body.open #overlay {
  opacity: 1;
  visibility: inherit; }

body.open #burger .horizontal {
  transition: all 0.3s;
  opacity: 0; }

body.open #burger .diagonal.part-1 {
  transition: all 0.3s;
  transform: rotate(135deg);
  margin-top: 5px; }

body.open #burger .diagonal.part-2 {
  transition: all 0.3s;
  transform: rotate(-135deg);
  margin-top: -8px; }

#globalHeader {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background-color: #fff;
  position: fixed;
  height: 60px;
  overflow: hidden;
  z-index: 10;
  padding: 17px 0;
  top: 0; }
  #globalHeader .container-fluid, #globalHeader .container-sm, #globalHeader .container-md, #globalHeader .container-lg, #globalHeader .container-xl {
    padding: 0 17px; }
  #globalHeader .logo {
    margin: 0; }
    @media screen and (max-width: 350px) {
      #globalHeader .logo img {
        width: 245px; } }
  @media (min-width: 992px) {
    #globalHeader {
      height: 80px;
      display: flex;
      align-items: center;
      overflow: visible; }
      #globalHeader .container-fluid, #globalHeader .container-sm, #globalHeader .container-md, #globalHeader .container-lg, #globalHeader .container-xl {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 1240px;
        padding-left: 20px;
        padding-right: 20px; }
      #globalHeader .header-nav {
        display: flex;
        margin-left: 0;
        margin-right: 0; }
        #globalHeader .header-nav .col-auto {
          padding-left: 0;
          padding-right: 0;
          margin-right: 38.2px; }
      #globalHeader .r-block {
        display: flex;
        align-items: center;
        width: 602px;
        justify-content: space-between;
        margin-top: 2px; }
        #globalHeader .r-block .lang {
          margin: 0 -7px;
          align-items: flex-start; }
          #globalHeader .r-block .lang .row {
            margin: 0 -7px; }
          #globalHeader .r-block .lang .col-auto {
            padding: 0 7px; }
            #globalHeader .r-block .lang .col-auto a {
              display: flex;
              align-items: center; }
      #globalHeader .popup {
        position: relative; }
        #globalHeader .popup .popup__inner {
          position: absolute;
          display: none;
          z-index: 1000;
          top: 0;
          left: 50%;
          transform: translate(-50%, 0);
          padding-top: 26px;
          min-width: 246px; }
          #globalHeader .popup .popup__inner .popup-close {
            z-index: 1001;
            position: absolute;
            top: 38px;
            right: 13px;
            cursor: pointer;
            transition: all 0.2s; }
            #globalHeader .popup .popup__inner .popup-close:hover {
              opacity: 0.6; }
          #globalHeader .popup .popup__inner nav {
            border: 1px solid #222;
            background: #fff;
            padding: 25px; }
            #globalHeader .popup .popup__inner nav a:nth-child(2) img {
              width: 98.666666667px; }
            #globalHeader .popup .popup__inner nav a:nth-child(2) img {
              width: 62px;
              height: 12px; }
            #globalHeader .popup .popup__inner nav a:nth-child(3) img {
              height: 12px;
              width: 89px; }
          #globalHeader .popup .popup__inner a {
            display: block;
            margin-bottom: 20px; }
            #globalHeader .popup .popup__inner a:last-child {
              margin-bottom: 0; } }

#burger {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 100%;
  top: 22px;
  right: 18px;
  height: 20px;
  width: 20px; }
  #burger .spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #000; }
  #burger .horizontal {
    transition: all 0.3s;
    position: relative;
    float: left;
    margin-top: 6px; }
  #burger .diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    float: left; }
  #burger .diagonal.part-2 {
    transition: all 0.3s;
    position: relative;
    float: left;
    margin-top: 6px; }

#sideBar {
  width: 285px;
  height: 100%;
  background: #fff;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 60px 30px 30px;
  transform: translateX(285px);
  transition: transform 285ms ease-in-out; }
  #sideBar .main-nav {
    list-style: none;
    padding: 10px 0 0;
    margin-bottom: 20px; }
    #sideBar .main-nav li {
      padding: 0;
      line-height: 1; }
      #sideBar .main-nav li.ttl {
        padding: 10px 0; }
      #sideBar .main-nav li a {
        display: block;
        padding: 10px 0; }
  #sideBar hr {
    width: 37px;
    padding: 0;
    margin: 10px 0 10px;
    border-top: 1px solid #222; }
  #sideBar .lang {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px -10px 0; }
    #sideBar .lang li {
      line-height: 1;
      padding: 0 10px; }
      #sideBar .lang li a {
        display: block; }
  #sideBar .bottom {
    position: absolute;
    width: 100%;
    padding: 0 30px 30px;
    bottom: 0;
    left: 0;
    font-size: 10px; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in; }

.global-footer {
  margin-top: 120px;
  border-top: 1px solid #222;
  text-align: center;
  padding: 60px 0 40px; }
  .global-footer img {
    display: inline-block;
    max-width: 100%;
    height: auto; }
  .global-footer a > img:hover {
    opacity: 0.7;
    transition: all 0.2s; }
  .global-footer .global-footer__nav a {
    display: block;
    margin-bottom: 40px; }
  .global-footer .global-footer__lang {
    display: flex;
    flex-wrap: auto;
    justify-content: center;
    margin-bottom: 60px; }
    .global-footer .global-footer__lang .global-footer__lang__nav {
      padding: 0 13px; }
  .global-footer .global-footer__banner {
    margin-bottom: 60px; }
    .global-footer .global-footer__banner .global-footer__banner__item {
      margin-bottom: 40px; }
  .global-footer .global-footer__about .global-footer__about__logo {
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      .global-footer .global-footer__about .global-footer__about__logo img {
        width: 470px; } }
  .global-footer .global-footer__about .global-footer__about__nav {
    margin-bottom: 60px; }
    .global-footer .global-footer__about .global-footer__about__nav a {
      font-size: 0.813rem;
      display: block;
      margin-bottom: 40px;
      color: #222; }
      .global-footer .global-footer__about .global-footer__about__nav a:last-child {
        margin-bottom: 0; }
  .global-footer .copyright {
    font-size: 0.688rem; }
  @media (min-width: 1200px) {
    .global-footer {
      margin-top: 240px;
      text-align: left;
      padding: 80px 0; }
      .global-footer .container-fluid, .global-footer .container-sm, .global-footer .container-md, .global-footer .container-lg, .global-footer .container-xl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1240px; }
      .global-footer .global-footer-content:first-child {
        order: 2; }
      .global-footer .global-footer-content:last-child {
        order: 1;
        width: 470px; }
      .global-footer .global-footer__banner {
        margin-bottom: 0;
        display: flex;
        margin-left: -8px;
        margin-right: -8px; }
        .global-footer .global-footer__banner .global-footer__banner__item {
          margin-bottom: 0;
          padding-left: 8px;
          padding-right: 8px; }
          .global-footer .global-footer__banner .global-footer__banner__item img {
            width: 190px; }
      .global-footer .global-footer-navs {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 70px; }
      .global-footer .global-footer__nav {
        display: flex;
        align-items: flex-start; }
        .global-footer .global-footer__nav a {
          margin-right: 38.2px;
          margin-bottom: 0; }
      .global-footer .global-footer__lang {
        margin-bottom: 0;
        align-items: center;
        margin: 0 -7px; }
        .global-footer .global-footer__lang .global-footer__lang__nav {
          padding: 0 7px; }
      .global-footer .global-footer__about .global-footer__about__logo {
        margin-bottom: 40px; }
      .global-footer .global-footer__about .global-footer__about__nav {
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .global-footer .global-footer__about .global-footer__about__nav a {
          font-size: 0.75rem;
          margin-bottom: 0;
          margin-right: 10px; }
          .global-footer .global-footer__about .global-footer__about__nav a:last-child {
            margin-right: 0; }
      .global-footer .copyright {
        font-size: 0.75rem;
        letter-spacing: 0.022rem; } }

.page {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .page {
      margin-top: 60px; } }

.page-title {
  text-align: center;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .page-title {
      text-align: left;
      margin-bottom: 100px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      font-weight: 300; } }

#topConcept {
  padding: 60px 0; }
  @media (min-width: 768px) {
    #topConcept {
      padding: 120px 0; } }
  #topConcept h1 {
    text-align: center;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      #topConcept h1 {
        text-align: left;
        margin-bottom: 120px; }
        #topConcept h1 img {
          width: 390px; } }
  #topConcept h2 {
    text-align: center;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      #topConcept h2 {
        margin-bottom: 45px;
        font-size: 67px; }
        #topConcept h2 span {
          font-size: 50px; } }
  @media (min-width: 768px) {
    #topConcept .section-inner {
      max-width: 860px;
      margin: 0 auto; } }
  #topConcept .text {
    margin-bottom: 0;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      #topConcept .text {
        font-size: 16px;
        font-size: 4.26667vw; } }
    @media (min-width: 768px) {
      #topConcept .text {
        font-size: 18px;
        line-height: 2.3; } }
  @media screen and (max-width: 768px) {
    #topConcept .text-lg {
      font-size: 25px;
      font-size: 6.66667vw; } }
  @media (min-width: 768px) {
    #topConcept .text-lg {
      font-size: 36px; } }
  #topConcept .text-lg span {
    vertical-align: text-top; }
    @media screen and (max-width: 768px) {
      #topConcept .text-lg span {
        font-size: 11px;
        font-size: 2.93333vw; } }
    @media (min-width: 768px) {
      #topConcept .text-lg span {
        font-size: 10px;
        position: relative;
        top: 10px;
        left: -20px; } }
  #topConcept .text-sm {
    margin-top: 15px;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      #topConcept .text-sm {
        font-size: 11px;
        font-size: 2.93333vw; } }
    @media (min-width: 768px) {
      #topConcept .text-sm {
        text-align: right; } }

#topProducts {
  background-image: url(../img/sp/product-bg.png);
  background-size: cover;
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  #topProducts a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  @media (min-width: 768px) {
    #topProducts {
      height: 683px;
      background-image: url(../img/pc/product-bg.jpg); }
      #topProducts h1 img {
        width: 1210px; } }

#topFaetures {
  padding: 60px 0 0; }
  @media (min-width: 768px) {
    #topFaetures {
      padding: 120px 0; } }
  #topFaetures h1,
  #topFaetures h2 {
    text-align: center; }
  #topFaetures h1 {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      #topFaetures h1 {
        text-align: left;
        margin-bottom: 120px; }
        #topFaetures h1 img {
          width: 346px; } }
  @media (min-width: 768px) {
    #topFaetures .features-content .sec-title .sec-title__inner img {
      width: 180px; } }
  @media (min-width: 768px) {
    #topFaetures .dantotsu-logo img {
      width: 324px; } }
  @media (min-width: 768px) {
    #topFaetures .dantotsu-text {
      width: 600px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    #topFaetures .figure-block {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      width: 600px;
      margin-left: auto;
      margin-right: auto; }
      #topFaetures .figure-block div:first-child {
        flex: 1 0 auto;
        margin-right: 20px; }
      #topFaetures .figure-block img {
        width: 260px; } }
  #topFaetures .sec-title {
    padding: 20px 0;
    border-top: 2px solid #222; }
  #topFaetures .text {
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      #topFaetures .text {
        font-size: 15px;
        font-size: 4vw; } }
  #topFaetures .text-sm {
    line-height: 2; }
    @media screen and (max-width: 768px) {
      #topFaetures .text-sm {
        font-size: 13px;
        font-size: 3.46667vw; } }
  #topFaetures .text-xs {
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      #topFaetures .text-xs {
        font-size: 12px;
        font-size: 3.2vw; } }
  @media screen and (max-width: 768px) {
    #topFaetures .text-lg {
      font-size: 17px;
      font-size: 4.53333vw; } }
  #topFaetures .features-content {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      #topFaetures .features-content {
        margin-bottom: 110px; }
        #topFaetures .features-content .sec-title .sec-title__inner img {
          width: 180px; } }
    #topFaetures .features-content:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    #topFaetures .features-content--02 .sec-title .sec-title__inner img {
      width: 120px; } }
  #topFaetures .features-content--03 .sec-title {
    border-top: 0;
    padding: 0;
    margin-top: -20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #topFaetures .features-content--03 .sec-title {
        font-size: 49px;
        font-size: 13.06667vw;
        letter-spacing: -4px; } }
    @media (min-width: 768px) {
      #topFaetures .features-content--03 .sec-title {
        margin-top: -40px;
        margin-bottom: 30px;
        font-size: 63px;
        text-align: left !important;
        display: block;
        max-width: 860px;
        margin-left: auto;
        margin-right: auto; } }
  @media (min-width: 768px) {
    #topFaetures .features-content--03 .kikubari-list {
      justify-content: space-between; }
      #topFaetures .features-content--03 .kikubari-list .col-12.col-md-auto {
        max-width: 260px; }
      #topFaetures .features-content--03 .kikubari-list img {
        max-width: 240px; }
      #topFaetures .features-content--03 .kikubari-list .text-lg {
        font-size: 18px; } }
  @media (min-width: 768px) {
    #topFaetures .sustainable-figure {
      display: flex;
      align-items: flex-end; }
      #topFaetures .sustainable-figure div:first-child {
        flex: 1 0 auto;
        margin-right: 40px; } }
  @media (min-width: 768px) {
    #topFaetures .kankyo {
      display: flex;
      justify-content: space-between; }
      #topFaetures .kankyo img {
        width: 280px; } }
  @media (min-width: 768px) {
    #topFaetures .kankyo-title {
      margin-bottom: 80px; }
      #topFaetures .kankyo-title > div {
        display: flex;
        align-items: flex-end; }
      #topFaetures .kankyo-title h3 img {
        width: 411px; }
      #topFaetures .kankyo-title .text-xs {
        font-size: 14px;
        margin-left: 10px;
        margin-bottom: 5px !important; } }
  @media (min-width: 768px) {
    #topFaetures .tokusei {
      display: flex;
      align-items: flex-end;
      margin-bottom: 120px; }
      #topFaetures .tokusei div:first-child {
        order: 2;
        flex: 1 0 auto; }
        #topFaetures .tokusei div:first-child img {
          width: 300px; }
      #topFaetures .tokusei .tokusei-text {
        order: 1;
        margin-right: 20px; } }
  #topFaetures .howto {
    cursor: pointer; }
    #topFaetures .howto i img {
      transform: rotate(-180deg);
      transition: all 0.2s ease-in; }
    #topFaetures .howto.collapsed i img {
      transition: all 0.2s ease-in;
      transform: rotate(0deg); }
    @media (min-width: 768px) {
      #topFaetures .howto {
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 620px;
        margin-left: auto;
        margin-right: auto; }
        #topFaetures .howto i {
          margin-left: 10px; }
          #topFaetures .howto i img {
            width: 16px; } }
  @media (min-width: 768px) {
    #topFaetures .howto-list {
      width: 620px;
      margin-left: auto;
      margin-right: auto; }
      #topFaetures .howto-list img.houto-list__step {
        width: 130px; }
      #topFaetures .howto-list h4.text-lg {
        font-size: 14px; }
      #topFaetures .howto-list .img-iron {
        width: 138px; } }

#topSpecialMovie {
  padding: 60px 0; }
  @media (min-width: 768px) {
    #topSpecialMovie {
      padding: 0 0 120px; } }
  #topSpecialMovie h1 {
    text-align: center;
    margin-bottom: 60px; }

#topNews {
  padding: 60px 0 0; }
  @media (min-width: 768px) {
    #topNews {
      padding: 120px 0 0; } }
  #topNews h1 {
    text-align: center;
    margin-bottom: 30px; }
  #topNews .news {
    padding-bottom: 70px;
    border-bottom: 1px solid #222;
    margin-bottom: 50px; }
    #topNews .news:last-child {
      margin-bottom: 0; }
    #topNews .news .news__title {
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        #topNews .news .news__title {
          font-size: 19px;
          font-size: 5.06667vw; } }

.sec-title {
  font-weight: 300; }
  @media screen and (max-width: 768px) {
    .sec-title {
      font-size: 45px;
      font-size: 12vw; } }
  @media (min-width: 768px) {
    .sec-title {
      font-size: 70px;
      display: flex;
      letter-spacing: -1.58px;
      justify-content: space-between; } }
  .sec-title .sec-title__inner {
    margin-top: 15px; }
    @media (min-width: 768px) {
      .sec-title .sec-title__inner {
        margin-top: 10px; } }

#topProductLineUp a {
  display: block;
  transition: all 0.2s; }
  #topProductLineUp a:hover {
    opacity: 0.8; }

#topNews .page-title {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    #topNews .page-title {
      margin-bottom: 120px; } }

@media (min-width: 768px) {
  #topNews .news-lists {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -45px; } }

@media (min-width: 768px) {
  #topNews .news-lists .col-md-4.col-12 {
    padding-left: 30px;
    padding-right: 30px; } }

#topNews .news {
  color: #222;
  display: block;
  padding-bottom: 80px;
  margin-bottom: 45px; }
  #topNews .news:last-child {
    padding-bottom: 80px;
    margin-bottom: 45px;
    border-bottom: 1px solid #222; }
  @media (min-width: 768px) {
    #topNews .news {
      padding-bottom: 90px;
      margin-bottom: 80px; } }
  #topNews .news .news__thumb {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      #topNews .news .news__thumb {
        margin-bottom: 20px; } }
  @media (min-width: 768px) {
    #topNews .news .news__title {
      font-size: 18px; } }
  #topNews .news .news__time {
    font-size: 13px; }
    @media (min-width: 768px) {
      #topNews .news .news__time {
        font-size: 15px; } }

#productsPage .page-title {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    #productsPage .page-title {
      margin-bottom: 20px; } }
  #productsPage .page-title img {
    width: 265px; }
    @media (min-width: 768px) {
      #productsPage .page-title img {
        width: 405px; } }

#productsPage .product {
  margin-bottom: 0;
  padding-top: 70px;
  margin-top: -10px; }
  @media (min-width: 768px) {
    #productsPage .product {
      padding-top: 80px;
      margin-bottom: 40px;
      margin-top: 0; } }

#productsPage section h2 {
  font-weight: 400;
  border-bottom: 2px solid #222;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  #productsPage section h2 div {
    font-size: 20px; }

#productsPage section .product-picture {
  position: relative; }
  @media (min-width: 768px) {
    #productsPage section .product-picture {
      margin-bottom: 100px; } }
  #productsPage section .product-picture > img {
    width: 375px; }
    @media (min-width: 768px) {
      #productsPage section .product-picture > img {
        width: 550px; } }

#productsPage section aside {
  margin-top: 20px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    #productsPage section aside {
      position: absolute;
      right: 0;
      width: 266px;
      margin: 0;
      bottom: -20px; }
      #productsPage section aside [class^="col"] {
        padding: 0; }
        #productsPage section aside [class^="col"]:first-child {
          margin-right: 15px; }
      #productsPage section aside img {
        width: 105px; } }
  #productsPage section aside .text-top {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      #productsPage section aside .text-top {
        font-size: 13px; } }
  #productsPage section aside .text-bottom {
    font-size: 11px;
    line-height: 1.6; }

@media (min-width: 768px) {
  #productsPage section .products-variation {
    max-width: 860px;
    width: 100%;
    margin: 0 auto; } }

#newsPage .page-title img {
  width: 158px; }
  @media (min-width: 768px) {
    #newsPage .page-title img {
      width: 243px; } }

.news {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }
  .news:last-child .news__inner {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
  .news .news__inner {
    border-bottom: 1px solid #222;
    padding-bottom: 60px;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .news .news__inner {
        padding-bottom: 110px;
        margin-bottom: 110px; } }
  .news .news__time {
    font-size: 0.813rem;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #222;
    display: inline-block;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .news .news__time {
        font-size: 1rem; } }
  .news .news__title {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .news .news__title {
        font-size: 23px;
        font-size: 6.13333vw; } }
    @media (min-width: 768px) {
      .news .news__title {
        font-size: 2.125rem; } }
  .news .news__thumb {
    margin-bottom: 20px; }
  .news .news__description {
    font-size: 0.938rem;
    line-height: 1.8; }
  .news .news__link {
    color: #000;
    word-break: break-all; }

@media (min-width: 768px) {
  #storeListPage .page-title img {
    width: 388px; } }

#storeListPage .container-mini {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  #storeListPage .container-mini > .row {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -60px; }
    @media (min-width: 768px) {
      #storeListPage .container-mini > .row {
        margin-left: -40px;
        margin-right: -40px;
        margin-bottom: -80px; } }
    #storeListPage .container-mini > .row > [class*="col-"] {
      padding-left: 30px;
      padding-right: 30px; }
      @media (min-width: 768px) {
        #storeListPage .container-mini > .row > [class*="col-"] {
          padding-left: 40px;
          padding-right: 40px; } }

#storeListPage .store {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    #storeListPage .store {
      margin-bottom: 80px; } }
  #storeListPage .store a {
    color: #222; }
  @media (min-width: 768px) {
    #storeListPage .store .text-sm {
      font-size: 16px; } }
  @media (min-width: 768px) {
    #storeListPage .store .text-xxs {
      font-size: 13px; } }
  #storeListPage .store .store-collapse-btn {
    cursor: pointer;
    transition: all 0.2s; }
    #storeListPage .store .store-collapse-btn:hover {
      opacity: 0.8; }

#storeListPage .box-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 97px;
  border: 1px solid #222;
  padding: 10px 20px; }
  @media (min-width: 768px) {
    #storeListPage .box-logo {
      height: 120px; } }

#storeListPage .store-collapse-btn i img {
  transform: rotate(-180deg);
  transition: all 0.2s ease-in; }

#storeListPage .store-collapse-btn.collapsed i img {
  transition: all 0.2s ease-in;
  transform: rotate(0deg); }
