@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap);
@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: Arial, arial, Helvetica, "helvetica", Noto Sans TC, "Noto Sans TC", 微軟正黑體, "微軟正黑體", Microsoft JhengHei, "Microsoft JhengHei", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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: #2727d2;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #1b1b91;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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; }

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: #333;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .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; }

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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

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; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

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; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 540px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 710px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1366px) {
    .container {
      max-width: 1300px; } }
  @media (min-width: 1680px) {
    .container {
      max-width: 1540px; } }
  @media (min-width: 1920px) {
    .container {
      max-width: 1740px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          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-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-ssm-1, .col-ssm-2, .col-ssm-3, .col-ssm-4, .col-ssm-5, .col-ssm-6, .col-ssm-7, .col-ssm-8, .col-ssm-9, .col-ssm-10, .col-ssm-11, .col-ssm-12, .col-ssm,
.col-ssm-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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-exl-1, .col-exl-2, .col-exl-3, .col-exl-4, .col-exl-5, .col-exl-6, .col-exl-7, .col-exl-8, .col-exl-9, .col-exl-10, .col-exl-11, .col-exl-12, .col-exl,
.col-exl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-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: 350) {
  .col-xs {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 540px) {
  .col-ssm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-ssm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-ssm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-ssm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-ssm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-ssm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-ssm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-ssm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-ssm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-ssm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-ssm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-ssm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-ssm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-ssm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-ssm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-ssm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-ssm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-ssm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-ssm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-ssm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-ssm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-ssm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-ssm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-ssm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-ssm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-ssm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-ssm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-ssm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-ssm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-ssm-0 {
    margin-left: 0; }
  .offset-ssm-1 {
    margin-left: 8.33333%; }
  .offset-ssm-2 {
    margin-left: 16.66667%; }
  .offset-ssm-3 {
    margin-left: 25%; }
  .offset-ssm-4 {
    margin-left: 33.33333%; }
  .offset-ssm-5 {
    margin-left: 41.66667%; }
  .offset-ssm-6 {
    margin-left: 50%; }
  .offset-ssm-7 {
    margin-left: 58.33333%; }
  .offset-ssm-8 {
    margin-left: 66.66667%; }
  .offset-ssm-9 {
    margin-left: 75%; }
  .offset-ssm-10 {
    margin-left: 83.33333%; }
  .offset-ssm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 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: 992px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 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: 1200px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 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: 1366px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 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%; } }

@media (min-width: 1680px) {
  .col-xxl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1920px) {
  .col-exl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-exl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-exl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-exl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-exl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-exl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-exl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-exl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-exl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-exl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-exl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-exl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-exl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-exl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-exl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-exl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-exl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-exl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-exl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-exl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-exl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-exl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-exl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-exl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-exl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-exl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-exl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-exl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-exl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-exl-0 {
    margin-left: 0; }
  .offset-exl-1 {
    margin-left: 8.33333%; }
  .offset-exl-2 {
    margin-left: 16.66667%; }
  .offset-exl-3 {
    margin-left: 25%; }
  .offset-exl-4 {
    margin-left: 33.33333%; }
  .offset-exl-5 {
    margin-left: 41.66667%; }
  .offset-exl-6 {
    margin-left: 50%; }
  .offset-exl-7 {
    margin-left: 58.33333%; }
  .offset-exl-8 {
    margin-left: 66.66667%; }
  .offset-exl-9 {
    margin-left: 75%; }
  .offset-exl-10 {
    margin-left: 83.33333%; }
  .offset-exl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ccc; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc; }
  .table tbody + tbody {
    border-top: 2px solid #ccc; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #ccc; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ccc; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #333;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c3c3f2; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8f8fe8; }

.table-hover .table-primary:hover {
  background-color: #aeaeed; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #aeaeed; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c6c6c6; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #959595; }

.table-hover .table-secondary:hover {
  background-color: #b9b9b9; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #b9b9b9; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bdd8bd; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #85b685; }

.table-hover .table-success:hover {
  background-color: #adcfad; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #adcfad; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bdfbfb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #85f7f7; }

.table-hover .table-info:hover {
  background-color: #a5fafa; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a5fafa; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f9f9bc; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f5f583; }

.table-hover .table-warning:hover {
  background-color: #f7f7a5; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #f7f7a5; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8c0c0; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f28989; }

.table-hover .table-danger:hover {
  background-color: #f5a9a9; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f5a9a9; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #c6c6c6; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #959595; }

.table-hover .table-light:hover {
  background-color: #b9b9b9; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #b9b9b9; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #959595; }

.table-hover .table-dark:hover {
  background-color: #b9b9b9; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9b9b9; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #333;
  border-color: #464646; }

.table .thead-light th {
  color: #333;
  background-color: #fcfcfc;
  border-color: #ccc; }

.table-dark {
  color: #fff;
  background-color: #333; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #464646; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 349.98) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xs > .table-bordered {
      border: 0; } }

@media (max-width: 539.98px) {
  .table-responsive-ssm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-ssm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1365.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1679.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 1919.98px) {
  .table-responsive-exl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-exl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #ccc;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1200px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1366px) {
  .modal-xl {
    max-width: 1140px; } }

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

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

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

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

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

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

.border {
  border: 1px solid #ccc; }

.border-top {
  border-top: 1px solid #ccc; }

.border-right {
  border-right: 1px solid #ccc; }

.border-bottom {
  border-bottom: 1px solid #ccc; }

.border-left {
  border-left: 1px solid #ccc; }

.border-0 {
  border: 0; }

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

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

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

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

.border-primary {
  border-color: #2727d2; }

.border-secondary {
  border-color: #333; }

.border-success {
  border-color: #147214; }

.border-info {
  border-color: #15f0f0; }

.border-warning {
  border-color: #ebeb10; }

.border-danger {
  border-color: #e61d1d; }

.border-light {
  border-color: #333; }

.border-dark {
  border-color: #333; }

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

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

.rounded {
  border-radius: 0.25rem; }

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

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

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

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

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

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

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

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

.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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 350) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 540px) {
  .d-ssm-none {
    display: none !important; }
  .d-ssm-inline {
    display: inline !important; }
  .d-ssm-inline-block {
    display: inline-block !important; }
  .d-ssm-block {
    display: block !important; }
  .d-ssm-table {
    display: table !important; }
  .d-ssm-table-row {
    display: table-row !important; }
  .d-ssm-table-cell {
    display: table-cell !important; }
  .d-ssm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-ssm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1366px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1680px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1920px) {
  .d-exl-none {
    display: none !important; }
  .d-exl-inline {
    display: inline !important; }
  .d-exl-inline-block {
    display: inline-block !important; }
  .d-exl-block {
    display: block !important; }
  .d-exl-table {
    display: table !important; }
  .d-exl-table-row {
    display: table-row !important; }
  .d-exl-table-cell {
    display: table-cell !important; }
  .d-exl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-exl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important; }

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

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

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 350) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xs-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xs-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xs-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xs-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xs-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xs-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xs-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xs-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xs-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xs-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xs-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xs-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xs-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xs-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xs-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xs-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xs-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xs-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 540px) {
  .flex-ssm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-ssm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-ssm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-ssm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-ssm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-ssm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-ssm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-ssm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-ssm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-ssm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-ssm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-ssm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-ssm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-ssm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-ssm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-ssm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-ssm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-ssm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-ssm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-ssm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-ssm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-ssm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-ssm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-ssm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-ssm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-ssm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-ssm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-ssm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-ssm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-ssm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-ssm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-ssm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-ssm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-ssm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1366px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1680px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1920px) {
  .flex-exl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-exl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-exl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-exl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-exl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-exl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-exl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-exl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-exl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-exl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-exl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-exl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-exl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-exl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-exl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-exl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-exl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-exl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-exl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-exl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-exl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-exl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-exl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-exl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-exl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-exl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-exl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-exl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-exl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-exl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-exl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-exl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-exl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-exl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

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

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

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

@media (min-width: 350) {
  .float-xs-left {
    float: left !important; }
  .float-xs-right {
    float: right !important; }
  .float-xs-none {
    float: none !important; } }

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.position-static {
  position: static; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.position-fixed {
  position: fixed; }

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

.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; } }

.w-25 {
  width: 25%; }

.w-50 {
  width: 50%; }

.w-75 {
  width: 75%; }

.w-100 {
  width: 100%; }

.w-auto {
  width: auto; }

.h-25 {
  height: 25%; }

.h-50 {
  height: 50%; }

.h-75 {
  height: 75%; }

.h-100 {
  height: 100%; }

.h-auto {
  height: auto; }

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

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

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

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

.vw-100 {
  width: 100vw; }

.vh-100 {
  height: 100vh; }

.m-0 {
  margin: 0; }

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

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

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

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

.m-1 {
  margin: 0.25rem; }

.mt-1,
.my-1 {
  margin-top: 0.25rem; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem; }

.m-2 {
  margin: 0.5rem; }

.mt-2,
.my-2 {
  margin-top: 0.5rem; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem; }

.m-3 {
  margin: 1rem; }

.mt-3,
.my-3 {
  margin-top: 1rem; }

.mr-3,
.mx-3 {
  margin-right: 1rem; }

.mb-3,
.my-3 {
  margin-bottom: 1rem; }

.ml-3,
.mx-3 {
  margin-left: 1rem; }

.m-4 {
  margin: 1.5rem; }

.mt-4,
.my-4 {
  margin-top: 1.5rem; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem; }

.m-5 {
  margin: 3rem; }

.mt-5,
.my-5 {
  margin-top: 3rem; }

.mr-5,
.mx-5 {
  margin-right: 3rem; }

.mb-5,
.my-5 {
  margin-bottom: 3rem; }

.ml-5,
.mx-5 {
  margin-left: 3rem; }

.p-0 {
  padding: 0; }

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

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

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

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

.p-1 {
  padding: 0.25rem; }

.pt-1,
.py-1 {
  padding-top: 0.25rem; }

.pr-1,
.px-1 {
  padding-right: 0.25rem; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem; }

.pl-1,
.px-1 {
  padding-left: 0.25rem; }

.p-2 {
  padding: 0.5rem; }

.pt-2,
.py-2 {
  padding-top: 0.5rem; }

.pr-2,
.px-2 {
  padding-right: 0.5rem; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem; }

.pl-2,
.px-2 {
  padding-left: 0.5rem; }

.p-3 {
  padding: 1rem; }

.pt-3,
.py-3 {
  padding-top: 1rem; }

.pr-3,
.px-3 {
  padding-right: 1rem; }

.pb-3,
.py-3 {
  padding-bottom: 1rem; }

.pl-3,
.px-3 {
  padding-left: 1rem; }

.p-4 {
  padding: 1.5rem; }

.pt-4,
.py-4 {
  padding-top: 1.5rem; }

.pr-4,
.px-4 {
  padding-right: 1.5rem; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem; }

.pl-4,
.px-4 {
  padding-left: 1.5rem; }

.p-5 {
  padding: 3rem; }

.pt-5,
.py-5 {
  padding-top: 3rem; }

.pr-5,
.px-5 {
  padding-right: 3rem; }

.pb-5,
.py-5 {
  padding-bottom: 3rem; }

.pl-5,
.px-5 {
  padding-left: 3rem; }

.m-n1 {
  margin: -0.25rem; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem; }

.m-n2 {
  margin: -0.5rem; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem; }

.m-n3 {
  margin: -1rem; }

.mt-n3,
.my-n3 {
  margin-top: -1rem; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem; }

.m-n4 {
  margin: -1.5rem; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem; }

.m-n5 {
  margin: -3rem; }

.mt-n5,
.my-n5 {
  margin-top: -3rem; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem; }

.m-auto {
  margin: auto; }

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

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

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

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

@media (min-width: 350) {
  .m-xs-0 {
    margin: 0; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0; }
  .m-xs-1 {
    margin: 0.25rem; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem; }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem; }
  .m-xs-2 {
    margin: 0.5rem; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem; }
  .m-xs-3 {
    margin: 1rem; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem; }
  .m-xs-4 {
    margin: 1.5rem; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem; }
  .m-xs-5 {
    margin: 3rem; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem; }
  .p-xs-0 {
    padding: 0; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0; }
  .p-xs-1 {
    padding: 0.25rem; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem; }
  .p-xs-2 {
    padding: 0.5rem; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem; }
  .p-xs-3 {
    padding: 1rem; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem; }
  .p-xs-4 {
    padding: 1.5rem; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem; }
  .p-xs-5 {
    padding: 3rem; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem; }
  .m-xs-n1 {
    margin: -0.25rem; }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem; }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem; }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem; }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem; }
  .m-xs-n2 {
    margin: -0.5rem; }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem; }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem; }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem; }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem; }
  .m-xs-n3 {
    margin: -1rem; }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem; }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem; }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem; }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem; }
  .m-xs-n4 {
    margin: -1.5rem; }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem; }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem; }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem; }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem; }
  .m-xs-n5 {
    margin: -3rem; }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem; }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem; }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem; }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem; }
  .m-xs-auto {
    margin: auto; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto; }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto; } }

@media (min-width: 540px) {
  .m-ssm-0 {
    margin: 0; }
  .mt-ssm-0,
  .my-ssm-0 {
    margin-top: 0; }
  .mr-ssm-0,
  .mx-ssm-0 {
    margin-right: 0; }
  .mb-ssm-0,
  .my-ssm-0 {
    margin-bottom: 0; }
  .ml-ssm-0,
  .mx-ssm-0 {
    margin-left: 0; }
  .m-ssm-1 {
    margin: 0.25rem; }
  .mt-ssm-1,
  .my-ssm-1 {
    margin-top: 0.25rem; }
  .mr-ssm-1,
  .mx-ssm-1 {
    margin-right: 0.25rem; }
  .mb-ssm-1,
  .my-ssm-1 {
    margin-bottom: 0.25rem; }
  .ml-ssm-1,
  .mx-ssm-1 {
    margin-left: 0.25rem; }
  .m-ssm-2 {
    margin: 0.5rem; }
  .mt-ssm-2,
  .my-ssm-2 {
    margin-top: 0.5rem; }
  .mr-ssm-2,
  .mx-ssm-2 {
    margin-right: 0.5rem; }
  .mb-ssm-2,
  .my-ssm-2 {
    margin-bottom: 0.5rem; }
  .ml-ssm-2,
  .mx-ssm-2 {
    margin-left: 0.5rem; }
  .m-ssm-3 {
    margin: 1rem; }
  .mt-ssm-3,
  .my-ssm-3 {
    margin-top: 1rem; }
  .mr-ssm-3,
  .mx-ssm-3 {
    margin-right: 1rem; }
  .mb-ssm-3,
  .my-ssm-3 {
    margin-bottom: 1rem; }
  .ml-ssm-3,
  .mx-ssm-3 {
    margin-left: 1rem; }
  .m-ssm-4 {
    margin: 1.5rem; }
  .mt-ssm-4,
  .my-ssm-4 {
    margin-top: 1.5rem; }
  .mr-ssm-4,
  .mx-ssm-4 {
    margin-right: 1.5rem; }
  .mb-ssm-4,
  .my-ssm-4 {
    margin-bottom: 1.5rem; }
  .ml-ssm-4,
  .mx-ssm-4 {
    margin-left: 1.5rem; }
  .m-ssm-5 {
    margin: 3rem; }
  .mt-ssm-5,
  .my-ssm-5 {
    margin-top: 3rem; }
  .mr-ssm-5,
  .mx-ssm-5 {
    margin-right: 3rem; }
  .mb-ssm-5,
  .my-ssm-5 {
    margin-bottom: 3rem; }
  .ml-ssm-5,
  .mx-ssm-5 {
    margin-left: 3rem; }
  .p-ssm-0 {
    padding: 0; }
  .pt-ssm-0,
  .py-ssm-0 {
    padding-top: 0; }
  .pr-ssm-0,
  .px-ssm-0 {
    padding-right: 0; }
  .pb-ssm-0,
  .py-ssm-0 {
    padding-bottom: 0; }
  .pl-ssm-0,
  .px-ssm-0 {
    padding-left: 0; }
  .p-ssm-1 {
    padding: 0.25rem; }
  .pt-ssm-1,
  .py-ssm-1 {
    padding-top: 0.25rem; }
  .pr-ssm-1,
  .px-ssm-1 {
    padding-right: 0.25rem; }
  .pb-ssm-1,
  .py-ssm-1 {
    padding-bottom: 0.25rem; }
  .pl-ssm-1,
  .px-ssm-1 {
    padding-left: 0.25rem; }
  .p-ssm-2 {
    padding: 0.5rem; }
  .pt-ssm-2,
  .py-ssm-2 {
    padding-top: 0.5rem; }
  .pr-ssm-2,
  .px-ssm-2 {
    padding-right: 0.5rem; }
  .pb-ssm-2,
  .py-ssm-2 {
    padding-bottom: 0.5rem; }
  .pl-ssm-2,
  .px-ssm-2 {
    padding-left: 0.5rem; }
  .p-ssm-3 {
    padding: 1rem; }
  .pt-ssm-3,
  .py-ssm-3 {
    padding-top: 1rem; }
  .pr-ssm-3,
  .px-ssm-3 {
    padding-right: 1rem; }
  .pb-ssm-3,
  .py-ssm-3 {
    padding-bottom: 1rem; }
  .pl-ssm-3,
  .px-ssm-3 {
    padding-left: 1rem; }
  .p-ssm-4 {
    padding: 1.5rem; }
  .pt-ssm-4,
  .py-ssm-4 {
    padding-top: 1.5rem; }
  .pr-ssm-4,
  .px-ssm-4 {
    padding-right: 1.5rem; }
  .pb-ssm-4,
  .py-ssm-4 {
    padding-bottom: 1.5rem; }
  .pl-ssm-4,
  .px-ssm-4 {
    padding-left: 1.5rem; }
  .p-ssm-5 {
    padding: 3rem; }
  .pt-ssm-5,
  .py-ssm-5 {
    padding-top: 3rem; }
  .pr-ssm-5,
  .px-ssm-5 {
    padding-right: 3rem; }
  .pb-ssm-5,
  .py-ssm-5 {
    padding-bottom: 3rem; }
  .pl-ssm-5,
  .px-ssm-5 {
    padding-left: 3rem; }
  .m-ssm-n1 {
    margin: -0.25rem; }
  .mt-ssm-n1,
  .my-ssm-n1 {
    margin-top: -0.25rem; }
  .mr-ssm-n1,
  .mx-ssm-n1 {
    margin-right: -0.25rem; }
  .mb-ssm-n1,
  .my-ssm-n1 {
    margin-bottom: -0.25rem; }
  .ml-ssm-n1,
  .mx-ssm-n1 {
    margin-left: -0.25rem; }
  .m-ssm-n2 {
    margin: -0.5rem; }
  .mt-ssm-n2,
  .my-ssm-n2 {
    margin-top: -0.5rem; }
  .mr-ssm-n2,
  .mx-ssm-n2 {
    margin-right: -0.5rem; }
  .mb-ssm-n2,
  .my-ssm-n2 {
    margin-bottom: -0.5rem; }
  .ml-ssm-n2,
  .mx-ssm-n2 {
    margin-left: -0.5rem; }
  .m-ssm-n3 {
    margin: -1rem; }
  .mt-ssm-n3,
  .my-ssm-n3 {
    margin-top: -1rem; }
  .mr-ssm-n3,
  .mx-ssm-n3 {
    margin-right: -1rem; }
  .mb-ssm-n3,
  .my-ssm-n3 {
    margin-bottom: -1rem; }
  .ml-ssm-n3,
  .mx-ssm-n3 {
    margin-left: -1rem; }
  .m-ssm-n4 {
    margin: -1.5rem; }
  .mt-ssm-n4,
  .my-ssm-n4 {
    margin-top: -1.5rem; }
  .mr-ssm-n4,
  .mx-ssm-n4 {
    margin-right: -1.5rem; }
  .mb-ssm-n4,
  .my-ssm-n4 {
    margin-bottom: -1.5rem; }
  .ml-ssm-n4,
  .mx-ssm-n4 {
    margin-left: -1.5rem; }
  .m-ssm-n5 {
    margin: -3rem; }
  .mt-ssm-n5,
  .my-ssm-n5 {
    margin-top: -3rem; }
  .mr-ssm-n5,
  .mx-ssm-n5 {
    margin-right: -3rem; }
  .mb-ssm-n5,
  .my-ssm-n5 {
    margin-bottom: -3rem; }
  .ml-ssm-n5,
  .mx-ssm-n5 {
    margin-left: -3rem; }
  .m-ssm-auto {
    margin: auto; }
  .mt-ssm-auto,
  .my-ssm-auto {
    margin-top: auto; }
  .mr-ssm-auto,
  .mx-ssm-auto {
    margin-right: auto; }
  .mb-ssm-auto,
  .my-ssm-auto {
    margin-bottom: auto; }
  .ml-ssm-auto,
  .mx-ssm-auto {
    margin-left: auto; } }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0; }
  .m-sm-1 {
    margin: 0.25rem; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem; }
  .m-sm-2 {
    margin: 0.5rem; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem; }
  .m-sm-3 {
    margin: 1rem; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem; }
  .m-sm-4 {
    margin: 1.5rem; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem; }
  .m-sm-5 {
    margin: 3rem; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem; }
  .p-sm-0 {
    padding: 0; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0; }
  .p-sm-1 {
    padding: 0.25rem; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem; }
  .p-sm-2 {
    padding: 0.5rem; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem; }
  .p-sm-3 {
    padding: 1rem; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem; }
  .p-sm-4 {
    padding: 1.5rem; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem; }
  .p-sm-5 {
    padding: 3rem; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem; }
  .m-sm-n1 {
    margin: -0.25rem; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem; }
  .m-sm-n2 {
    margin: -0.5rem; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem; }
  .m-sm-n3 {
    margin: -1rem; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem; }
  .m-sm-n4 {
    margin: -1.5rem; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem; }
  .m-sm-n5 {
    margin: -3rem; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem; }
  .m-sm-auto {
    margin: auto; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto; } }

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0; }
  .m-md-1 {
    margin: 0.25rem; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem; }
  .m-md-2 {
    margin: 0.5rem; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem; }
  .m-md-3 {
    margin: 1rem; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem; }
  .m-md-4 {
    margin: 1.5rem; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem; }
  .m-md-5 {
    margin: 3rem; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem; }
  .p-md-0 {
    padding: 0; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0; }
  .p-md-1 {
    padding: 0.25rem; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem; }
  .p-md-2 {
    padding: 0.5rem; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem; }
  .p-md-3 {
    padding: 1rem; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem; }
  .p-md-4 {
    padding: 1.5rem; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem; }
  .p-md-5 {
    padding: 3rem; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem; }
  .m-md-n1 {
    margin: -0.25rem; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem; }
  .m-md-n2 {
    margin: -0.5rem; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem; }
  .m-md-n3 {
    margin: -1rem; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem; }
  .m-md-n4 {
    margin: -1.5rem; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem; }
  .m-md-n5 {
    margin: -3rem; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem; }
  .m-md-auto {
    margin: auto; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0; }
  .m-lg-1 {
    margin: 0.25rem; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem; }
  .m-lg-2 {
    margin: 0.5rem; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem; }
  .m-lg-3 {
    margin: 1rem; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem; }
  .m-lg-4 {
    margin: 1.5rem; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem; }
  .m-lg-5 {
    margin: 3rem; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem; }
  .p-lg-0 {
    padding: 0; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0; }
  .p-lg-1 {
    padding: 0.25rem; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem; }
  .p-lg-2 {
    padding: 0.5rem; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem; }
  .p-lg-3 {
    padding: 1rem; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem; }
  .p-lg-4 {
    padding: 1.5rem; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem; }
  .p-lg-5 {
    padding: 3rem; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem; }
  .m-lg-n1 {
    margin: -0.25rem; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem; }
  .m-lg-n2 {
    margin: -0.5rem; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem; }
  .m-lg-n3 {
    margin: -1rem; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem; }
  .m-lg-n4 {
    margin: -1.5rem; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem; }
  .m-lg-n5 {
    margin: -3rem; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem; }
  .m-lg-auto {
    margin: auto; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto; } }

@media (min-width: 1366px) {
  .m-xl-0 {
    margin: 0; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0; }
  .m-xl-1 {
    margin: 0.25rem; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem; }
  .m-xl-2 {
    margin: 0.5rem; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem; }
  .m-xl-3 {
    margin: 1rem; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem; }
  .m-xl-4 {
    margin: 1.5rem; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem; }
  .m-xl-5 {
    margin: 3rem; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem; }
  .p-xl-0 {
    padding: 0; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0; }
  .p-xl-1 {
    padding: 0.25rem; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem; }
  .p-xl-2 {
    padding: 0.5rem; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem; }
  .p-xl-3 {
    padding: 1rem; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem; }
  .p-xl-4 {
    padding: 1.5rem; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem; }
  .p-xl-5 {
    padding: 3rem; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem; }
  .m-xl-n1 {
    margin: -0.25rem; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem; }
  .m-xl-n2 {
    margin: -0.5rem; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem; }
  .m-xl-n3 {
    margin: -1rem; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem; }
  .m-xl-n4 {
    margin: -1.5rem; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem; }
  .m-xl-n5 {
    margin: -3rem; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem; }
  .m-xl-auto {
    margin: auto; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto; } }

@media (min-width: 1680px) {
  .m-xxl-0 {
    margin: 0; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0; }
  .m-xxl-1 {
    margin: 0.25rem; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem; }
  .m-xxl-2 {
    margin: 0.5rem; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem; }
  .m-xxl-3 {
    margin: 1rem; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem; }
  .m-xxl-4 {
    margin: 1.5rem; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem; }
  .m-xxl-5 {
    margin: 3rem; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem; }
  .p-xxl-0 {
    padding: 0; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0; }
  .p-xxl-1 {
    padding: 0.25rem; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem; }
  .p-xxl-2 {
    padding: 0.5rem; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem; }
  .p-xxl-3 {
    padding: 1rem; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem; }
  .p-xxl-4 {
    padding: 1.5rem; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem; }
  .p-xxl-5 {
    padding: 3rem; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem; }
  .m-xxl-n1 {
    margin: -0.25rem; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem; }
  .m-xxl-n2 {
    margin: -0.5rem; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem; }
  .m-xxl-n3 {
    margin: -1rem; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem; }
  .m-xxl-n4 {
    margin: -1.5rem; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem; }
  .m-xxl-n5 {
    margin: -3rem; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem; }
  .m-xxl-auto {
    margin: auto; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto; } }

@media (min-width: 1920px) {
  .m-exl-0 {
    margin: 0; }
  .mt-exl-0,
  .my-exl-0 {
    margin-top: 0; }
  .mr-exl-0,
  .mx-exl-0 {
    margin-right: 0; }
  .mb-exl-0,
  .my-exl-0 {
    margin-bottom: 0; }
  .ml-exl-0,
  .mx-exl-0 {
    margin-left: 0; }
  .m-exl-1 {
    margin: 0.25rem; }
  .mt-exl-1,
  .my-exl-1 {
    margin-top: 0.25rem; }
  .mr-exl-1,
  .mx-exl-1 {
    margin-right: 0.25rem; }
  .mb-exl-1,
  .my-exl-1 {
    margin-bottom: 0.25rem; }
  .ml-exl-1,
  .mx-exl-1 {
    margin-left: 0.25rem; }
  .m-exl-2 {
    margin: 0.5rem; }
  .mt-exl-2,
  .my-exl-2 {
    margin-top: 0.5rem; }
  .mr-exl-2,
  .mx-exl-2 {
    margin-right: 0.5rem; }
  .mb-exl-2,
  .my-exl-2 {
    margin-bottom: 0.5rem; }
  .ml-exl-2,
  .mx-exl-2 {
    margin-left: 0.5rem; }
  .m-exl-3 {
    margin: 1rem; }
  .mt-exl-3,
  .my-exl-3 {
    margin-top: 1rem; }
  .mr-exl-3,
  .mx-exl-3 {
    margin-right: 1rem; }
  .mb-exl-3,
  .my-exl-3 {
    margin-bottom: 1rem; }
  .ml-exl-3,
  .mx-exl-3 {
    margin-left: 1rem; }
  .m-exl-4 {
    margin: 1.5rem; }
  .mt-exl-4,
  .my-exl-4 {
    margin-top: 1.5rem; }
  .mr-exl-4,
  .mx-exl-4 {
    margin-right: 1.5rem; }
  .mb-exl-4,
  .my-exl-4 {
    margin-bottom: 1.5rem; }
  .ml-exl-4,
  .mx-exl-4 {
    margin-left: 1.5rem; }
  .m-exl-5 {
    margin: 3rem; }
  .mt-exl-5,
  .my-exl-5 {
    margin-top: 3rem; }
  .mr-exl-5,
  .mx-exl-5 {
    margin-right: 3rem; }
  .mb-exl-5,
  .my-exl-5 {
    margin-bottom: 3rem; }
  .ml-exl-5,
  .mx-exl-5 {
    margin-left: 3rem; }
  .p-exl-0 {
    padding: 0; }
  .pt-exl-0,
  .py-exl-0 {
    padding-top: 0; }
  .pr-exl-0,
  .px-exl-0 {
    padding-right: 0; }
  .pb-exl-0,
  .py-exl-0 {
    padding-bottom: 0; }
  .pl-exl-0,
  .px-exl-0 {
    padding-left: 0; }
  .p-exl-1 {
    padding: 0.25rem; }
  .pt-exl-1,
  .py-exl-1 {
    padding-top: 0.25rem; }
  .pr-exl-1,
  .px-exl-1 {
    padding-right: 0.25rem; }
  .pb-exl-1,
  .py-exl-1 {
    padding-bottom: 0.25rem; }
  .pl-exl-1,
  .px-exl-1 {
    padding-left: 0.25rem; }
  .p-exl-2 {
    padding: 0.5rem; }
  .pt-exl-2,
  .py-exl-2 {
    padding-top: 0.5rem; }
  .pr-exl-2,
  .px-exl-2 {
    padding-right: 0.5rem; }
  .pb-exl-2,
  .py-exl-2 {
    padding-bottom: 0.5rem; }
  .pl-exl-2,
  .px-exl-2 {
    padding-left: 0.5rem; }
  .p-exl-3 {
    padding: 1rem; }
  .pt-exl-3,
  .py-exl-3 {
    padding-top: 1rem; }
  .pr-exl-3,
  .px-exl-3 {
    padding-right: 1rem; }
  .pb-exl-3,
  .py-exl-3 {
    padding-bottom: 1rem; }
  .pl-exl-3,
  .px-exl-3 {
    padding-left: 1rem; }
  .p-exl-4 {
    padding: 1.5rem; }
  .pt-exl-4,
  .py-exl-4 {
    padding-top: 1.5rem; }
  .pr-exl-4,
  .px-exl-4 {
    padding-right: 1.5rem; }
  .pb-exl-4,
  .py-exl-4 {
    padding-bottom: 1.5rem; }
  .pl-exl-4,
  .px-exl-4 {
    padding-left: 1.5rem; }
  .p-exl-5 {
    padding: 3rem; }
  .pt-exl-5,
  .py-exl-5 {
    padding-top: 3rem; }
  .pr-exl-5,
  .px-exl-5 {
    padding-right: 3rem; }
  .pb-exl-5,
  .py-exl-5 {
    padding-bottom: 3rem; }
  .pl-exl-5,
  .px-exl-5 {
    padding-left: 3rem; }
  .m-exl-n1 {
    margin: -0.25rem; }
  .mt-exl-n1,
  .my-exl-n1 {
    margin-top: -0.25rem; }
  .mr-exl-n1,
  .mx-exl-n1 {
    margin-right: -0.25rem; }
  .mb-exl-n1,
  .my-exl-n1 {
    margin-bottom: -0.25rem; }
  .ml-exl-n1,
  .mx-exl-n1 {
    margin-left: -0.25rem; }
  .m-exl-n2 {
    margin: -0.5rem; }
  .mt-exl-n2,
  .my-exl-n2 {
    margin-top: -0.5rem; }
  .mr-exl-n2,
  .mx-exl-n2 {
    margin-right: -0.5rem; }
  .mb-exl-n2,
  .my-exl-n2 {
    margin-bottom: -0.5rem; }
  .ml-exl-n2,
  .mx-exl-n2 {
    margin-left: -0.5rem; }
  .m-exl-n3 {
    margin: -1rem; }
  .mt-exl-n3,
  .my-exl-n3 {
    margin-top: -1rem; }
  .mr-exl-n3,
  .mx-exl-n3 {
    margin-right: -1rem; }
  .mb-exl-n3,
  .my-exl-n3 {
    margin-bottom: -1rem; }
  .ml-exl-n3,
  .mx-exl-n3 {
    margin-left: -1rem; }
  .m-exl-n4 {
    margin: -1.5rem; }
  .mt-exl-n4,
  .my-exl-n4 {
    margin-top: -1.5rem; }
  .mr-exl-n4,
  .mx-exl-n4 {
    margin-right: -1.5rem; }
  .mb-exl-n4,
  .my-exl-n4 {
    margin-bottom: -1.5rem; }
  .ml-exl-n4,
  .mx-exl-n4 {
    margin-left: -1.5rem; }
  .m-exl-n5 {
    margin: -3rem; }
  .mt-exl-n5,
  .my-exl-n5 {
    margin-top: -3rem; }
  .mr-exl-n5,
  .mx-exl-n5 {
    margin-right: -3rem; }
  .mb-exl-n5,
  .my-exl-n5 {
    margin-bottom: -3rem; }
  .ml-exl-n5,
  .mx-exl-n5 {
    margin-left: -3rem; }
  .m-exl-auto {
    margin: auto; }
  .mt-exl-auto,
  .my-exl-auto {
    margin-top: auto; }
  .mr-exl-auto,
  .mx-exl-auto {
    margin-right: auto; }
  .mb-exl-auto,
  .my-exl-auto {
    margin-bottom: auto; }
  .ml-exl-auto,
  .mx-exl-auto {
    margin-left: auto; } }

.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;
  -o-text-overflow: ellipsis;
     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: 350) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; } }

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

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

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

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

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

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

@media (min-width: 1920px) {
  .text-exl-left {
    text-align: left !important; }
  .text-exl-right {
    text-align: right !important; }
  .text-exl-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: #2727d2 !important; }

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

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

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

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

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

.text-info {
  color: #15f0f0 !important; }

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

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

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

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

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

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

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

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

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

.text-body {
  color: #333 !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-break: break-word !important;
  overflow-wrap: break-word !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.text-base {
  color: #4d4f5c; }

.text-second {
  color: #5570e3; }

.text-white {
  color: white; }

.bg-main {
  background-color: #f6f8fd; }

html, body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none; }
  @media (max-width: 1024px) {
    html, body {
      font-size: 15px; } }
  @media (max-width: 480px) {
    html, body {
      font-size: 14px; } }

.body {
  position: relative;
  background-color: #fff;
  font-size: 27px;
  line-height: 1.5;
  min-height: 100vh; }

p {
  margin-bottom: 0; }

a {
  color: #ffb100;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none;
    color: #4d4f5c; }
  @media all and (min-width: 1025px) {
    a:hover {
      color: #4d4f5c; } }

.pic img {
  max-width: 100%; }

input:focus, textarea:focus, button:focus {
  outline: 0; }

.pointer {
  cursor: pointer; }

.btn {
  min-width: 196px;
  padding: 12px 8px;
  color: white; }
  @media (min-width: 1200px) {
    .btn:hover, .btn:focus, .btn:active {
      opacity: .7; } }
  @media (max-width: 1199.98px) {
    .btn {
      min-width: 140px;
      max-width: 100%; } }

.btn__primary {
  background-color: #ffb100;
  border: 1px solid #ffb100;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 12px 8px;
  text-align: center5; }

.btn__secondary {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: rgba(0, 191, 120, 0.48);
  border: 1px solid rgba(0, 191, 120, 0.48);
  padding: 12px 8px;
  text-align: center; }

.btn__back {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #8d8d8d;
  border: 1px solid #8d8d8d;
  padding: 12px 8px;
  text-align: center; }

.editor__wrap {
  overflow: auto; }
  .editor__wrap img {
    max-width: 100%; }

.grid-space-0 {
  margin-right: -15px;
  margin-left: -15px; }
  .grid-space-0 > .col,
  .grid-space-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.form__item .qs-controls {
  padding: 6px 0;
  background-color: #9cddbe; }

.form__item .qs-square {
  height: 2em; }

.form__item .qs-overlay {
  background: rgba(39, 78, 59, 0.8); }
  .form__item .qs-overlay .qs-overlay-year {
    padding-bottom: 4px;
    margin-bottom: 10px;
    font-size: 16px; }
    .form__item .qs-overlay .qs-overlay-year::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.75);
      font-size: 16px; }
    .form__item .qs-overlay .qs-overlay-year::-moz-placeholder {
      color: rgba(255, 255, 255, 0.75);
      font-size: 16px; }
    .form__item .qs-overlay .qs-overlay-year:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.75);
      font-size: 16px; }
    .form__item .qs-overlay .qs-overlay-year::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.75);
      font-size: 16px; }
    .form__item .qs-overlay .qs-overlay-year::placeholder {
      color: rgba(255, 255, 255, 0.75);
      font-size: 16px; }
  .form__item .qs-overlay .qs-overlay-month {
    opacity: .7;
    font-size: 20px; }
  .form__item .qs-overlay .qs-submit {
    margin-top: 5px;
    padding: 4px 40px; }

.dropdown {
  position: relative; }

.dropdown-menu {
  width: 240px;
  position: absolute;
  top: 100%;
  display: none;
  background-color: white; }
  @media (max-width: 1199.98px) {
    .dropdown-menu {
      background-color: rgba(255, 255, 255, 0.75); } }
  .dropdown-menu.show {
    display: block;
    z-index: 2; }
  .dropdown-menu:not(.right) {
    left: 0; }
  .dropdown-menu.right {
    right: 0; }

.mheader__navbar .dropdown-menu .dropdown-menu:not(.right) {
  top: 0;
  left: 100% !important;
  right: auto; }

.mheader__navbar .dropdown-menu .dropdown-menu.right {
  top: 0;
  right: 100% !important;
  left: auto; }

.mega-menu-wrap {
  position: relative;
  width: 100%; }
  .mega-menu-wrap ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }

.mega-menu.dropdown {
  position: static; }

.mega-menu .dropdown-menu {
  background-color: white; }

.mega-menu--wide .dropdown-menu, .mega-menu--full .dropdown-menu {
  width: 100%; }

.mainheader {
  width: 100%;
  background-color: rgba(238, 238, 238, 0.16);
  height: auto;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.128);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.128);
  position: relative;
  z-index: 1; }

.mainheader-mainmenu-wrap {
  width: 100%;
  padding: 50px 124px 52px 102px; }
  @media (max-width: 1679.98px) {
    .mainheader-mainmenu-wrap {
      padding: 40px 64px 42px 64px; } }
  @media (max-width: 1199.98px) {
    .mainheader-mainmenu-wrap {
      padding: 20px 32px; } }
  @media (max-width: 991.98px) {
    .mainheader-mainmenu-wrap {
      padding: 12px 14px; } }

.mheader__ci img {
  display: block;
  width: 488px;
  padding: 0 .5rem; }
  @media (max-width: 1199.98px) {
    .mheader__ci img {
      width: 320px; } }
  @media (max-width: 991.98px) {
    .mheader__ci img {
      width: 240px; } }
  @media (max-width: 539.98px) {
    .mheader__ci img {
      width: 160px;
      padding: 0; } }
  @media (max-width: 349.98) {
    .mheader__ci img {
      width: 148px; } }

.btn-mainmenu-mobile {
  width: 32px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px; }
  @media (max-width: 539.98px) {
    .btn-mainmenu-mobile {
      top: 1rem;
      right: 0; } }
  .btn-mainmenu-mobile > span {
    display: block; }
  .btn-mainmenu-mobile .btn-mainmenu-mobile__bar {
    display: block;
    width: 32px;
    height: 3px;
    background-color: black;
    margin-bottom: 8px;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease; }
    @media (max-width: 539.98px) {
      .btn-mainmenu-mobile .btn-mainmenu-mobile__bar {
        width: 32px;
        height: 3px;
        margin-bottom: 10px; } }
    .btn-mainmenu-mobile .btn-mainmenu-mobile__bar:last-child {
      margin-bottom: 0; }
  .btn-mainmenu-mobile .btn-mainmenu-mobile__cross {
    margin-bottom: 4px;
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    opacity: 0; }
    @media (max-width: 539.98px) {
      .btn-mainmenu-mobile .btn-mainmenu-mobile__cross {
        width: 32px;
        height: 32px; } }
    .btn-mainmenu-mobile .btn-mainmenu-mobile__cross span {
      display: block;
      width: 39px;
      height: 3px;
      background-color: white;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      position: absolute;
      bottom: calc(50% - 1px);
      right: 0; }
      .btn-mainmenu-mobile .btn-mainmenu-mobile__cross span:last-child {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      @media (max-width: 539.98px) {
        .btn-mainmenu-mobile .btn-mainmenu-mobile__cross span {
          width: 32px;
          height: 3px; } }

.mainmenu__list {
  color: #1a1a1a;
  letter-spacing: 1px;
  font-size: 28px; }
  @media (max-width: 1679.98px) {
    .mainmenu__list {
      font-size: 24px; } }
  @media (max-width: 1199.98px) {
    .mainmenu__list {
      font-size: 20px; } }
  @media (max-width: 991.98px) {
    .mainmenu__list {
      font-size: 16px; } }
  @media (max-width: 539.98px) {
    .mainmenu__list {
      font-size: 14px;
      letter-spacing: 0; } }
  @media (max-width: 349.98) {
    .mainmenu__list {
      font-size: 13px; } }

.button__wrap .icon {
  margin-right: 20px; }
  @media (max-width: 1679.98px) {
    .button__wrap .icon {
      width: 32px;
      height: 32px;
      margin-right: 12px; } }
  @media (max-width: 1199.98px) {
    .button__wrap .icon {
      width: 20px;
      height: 20px;
      margin-right: 4px; } }
  @media (max-width: 991.98px) {
    .button__wrap .icon {
      width: 16px;
      height: 16px; } }

.btn__sign {
  border: 0;
  margin-left: 92px; }
  @media (min-width: 1200px) {
    .btn__sign:hover, .btn__sign:focus, .btn__sign:active {
      opacity: .75; } }
  @media (max-width: 1679.98px) {
    .btn__sign {
      margin-left: 48px; } }
  @media (max-width: 1199.98px) {
    .btn__sign {
      margin-left: 16px; } }
  @media (max-width: 539.98px) {
    .btn__sign {
      margin-left: 8px; } }
  .btn__sign button {
    background-color: transparent;
    color: rgba(26, 26, 26, 0.56); }

.sign__name {
  color: rgba(26, 26, 26, 0.56); }
  @media (max-width: 539.98px) {
    .sign__name {
      max-width: 88px; } }

.home__wrap {
  min-height: 100vh;
  background-color: white;
  font-size: 27px; }
  @media (max-width: 1679.98px) {
    .home__wrap {
      font-size: 24px; } }
  @media (max-width: 991.98px) {
    .home__wrap {
      font-size: 20px; } }

.home__top {
  position: relative;
  background: url(../images/home/bg.jpg) center no-repeat;
  height: 914px;
  background-size: 1920px 914px; }
  @media (min-width: 1920px) {
    .home__top {
      background-size: 2305px; } }
  @media (max-width: 1919.98px) {
    .home__top {
      height: 720px;
      background-size: 1700px 810px; } }
  @media (max-width: 1679.98px) {
    .home__top {
      height: 640px; } }
  @media (max-width: 1365.98px) {
    .home__top {
      height: 480px; } }

.heading {
  color: #ffb100; }

.login__form {
  width: 840px;
  height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 192px 136px 0;
  font-size: 28px; }
  @media (max-width: 1919.98px) {
    .login__form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 64px;
      font-size: 24px; } }
  @media (max-width: 1679.98px) {
    .login__form {
      padding: 0 32px;
      font-size: 24px; } }
  @media (max-width: 991.98px) {
    .login__form {
      font-size: 20px; } }
  .login__form .form__content {
    display: block;
    width: 100%; }
  .login__form .heading {
    font-size: 44px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 112px; }
    @media (max-width: 1919.98px) {
      .login__form .heading {
        margin-bottom: 48px; } }
    @media (max-width: 1679.98px) {
      .login__form .heading {
        font-size: 40px;
        margin-bottom: 28px; } }
    @media (max-width: 991.98px) {
      .login__form .heading {
        font-size: 32px;
        margin-bottom: 20px; } }
  .login__form .input-group {
    position: relative; }
    .login__form .input-group:not(:last-of-type) {
      margin-bottom: 34px; }
  .login__form .form-control {
    width: 100%;
    line-height: 1.4em;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 26px 92px 26px 34px;
    border-radius: 26px;
    border: 1px solid #ffb100; }
    .login__form .form-control:placeholder {
      color: placeholder; }
    @media (max-width: 1679.98px) {
      .login__form .form-control {
        padding: 16px 72px 16px 20px;
        border-radius: 16px; } }
  .login__form .btn {
    margin-top: 62px;
    width: 100%;
    border-radius: 26px;
    height: 94px;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    @media (max-width: 1679.98px) {
      .login__form .btn {
        height: 70px;
        border-radius: 16px;
        margin-top: 40px; } }
    @media (max-width: 1679.98px) {
      .login__form .btn {
        height: 64px; } }

.home__news {
  padding-bottom: 134px; }
  .home__news .heading {
    padding: 96px 16px 0;
    margin-bottom: 84px;
    font-size: 66px;
    line-height: 1.5em;
    font-weight: 900;
    letter-spacing: 6px;
    text-align: center; }
    @media (max-width: 1365.98px) {
      .home__news .heading {
        font-size: 60px;
        padding-top: 64px;
        margin-bottom: 48px; } }
    @media (max-width: 991.98px) {
      .home__news .heading {
        font-size: 40px;
        padding-top: 48px;
        margin-bottom: 32px; } }

.news__list {
  color: #4d4f5c;
  padding: 0 116px; }
  @media (max-width: 1679.98px) {
    .news__list {
      padding: 0 64px; } }
  @media (max-width: 991.98px) {
    .news__list {
      padding: 0 32px; } }

.news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0 54px;
  background-color: white; }
  @media (max-width: 991.98px) {
    .news__item {
      display: block; } }
  .news__item:not(:last-child) {
    margin-bottom: 3px; }
  .news__item .date {
    margin-top: 6px;
    padding-left: 65px;
    width: 334px; }
    @media (max-width: 1679.98px) {
      .news__item .date {
        width: 280px; } }
    @media (max-width: 1199.98px) {
      .news__item .date {
        padding-left: 24px;
        width: 180px; } }
    @media (max-width: 991.98px) {
      .news__item .date {
        width: 100%; } }
  .news__item .context {
    width: calc(100% - 334px);
    line-height: 60px;
    font-weight: 300;
    padding-right: 134px; }
    @media (max-width: 1679.98px) {
      .news__item .context {
        width: calc(100% - 280px);
        padding-right: 64px; } }
    @media (max-width: 1199.98px) {
      .news__item .context {
        width: calc(100% - 180px);
        padding-right: 32px; } }
    @media (max-width: 991.98px) {
      .news__item .context {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        line-height: 44px; } }
    .news__item .context .title {
      line-height: 44px;
      font-weight: 500;
      margin-bottom: 32px; }
      @media (max-width: 991.98px) {
        .news__item .context .title {
          margin-top: 20px;
          margin-bottom: 16px; } }

