@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Average+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap");
@import url(d:\xampp-group\xampp7.4\htdocs\Myweb7.4\laravel-kangshan-church\public\scss\icomoon\style.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none !important;
}

.clearfix {
  clear: both;
}

.c-fff, .c-fff > * {
  color: #DBE5F5;
}

.c-bk, .c-bk > * {
  color: #000;
}

.c-gray-dark, .c-gray-dark > * {
  color: #3e3a39;
}

.c-gray-darker, .c-gray-darker > * {
  color: #201919;
}

.c-gray, .c-gray > * {
  color: #95989A;
}

.c-gray-light, .c-gray-light > * {
  color: #b8b8b8;
}

.c-default, .c-default > * {
  color: #A5CCEA;
}

.c-default-dark, .c-default-dark > * {
  color: #A5CCEA;
}

.c-primary, .c-primary > * {
  color: #FFEF00;
}

.c-highlight, .c-highlight > * {
  color: #FBF9D6;
}

.c-highlight-dark, .c-highlight-dark > * {
  color: #f8c433;
}

.c-success, .c-success > * {
  color: #5975be;
}

.c-bg-fff {
  background: #DBE5F5;
}

.c-bg-bk {
  background: #000;
  color: #DBE5F5;
}

.c-bg-gray-darker {
  background: #201919;
  color: #DBE5F5;
}

.c-bg-gray-dark {
  background: #3e3a39;
  color: #DBE5F5;
}

.c-bg-gray {
  background: #95989A;
  color: #DBE5F5;
}

.c-bg-gray-light {
  background: #b8b8b8;
}

.c-bg-gray-lighter {
  background: #d8d9d9;
}

.c-bg-default {
  background: #A5CCEA;
}

.c-bg-primary {
  background: #FFEF00;
  color: #DBE5F5;
}

.c-bg-highlight {
  background: #FBF9D6;
  color: #DBE5F5;
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #00a8b5;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #008abf;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 320px;
  --breakpoint-xssm: 375px;
  --breakpoint-xsm: 414px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-x: 1100px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1280px;
  --breakpoint-xxsl: 1400px;
  --breakpoint-xxxl: 1500px;
  --breakpoint-xxxxl: 1600px;
  --font-family-sans-serif: "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Regular", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif;
  --font-family-monospace: "Microsoft JhengHei", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Regular", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #000;
}

[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: 2.5px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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;
}

dfn {
  font-style: italic;
}

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: #A5CCEA;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #67a9dc;
  text-decoration: none;
}

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: "Microsoft JhengHei", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  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;
}

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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 2.5px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 5px;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #000;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 2.5px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-xssm-1, .col-xssm-2, .col-xssm-3, .col-xssm-4, .col-xssm-5, .col-xssm-6, .col-xssm-7, .col-xssm-8, .col-xssm-9, .col-xssm-10, .col-xssm-11, .col-xssm-12, .col-xssm,
.col-xssm-auto, .col-xsm-1, .col-xsm-2, .col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8, .col-xsm-9, .col-xsm-10, .col-xsm-11, .col-xsm-12, .col-xsm,
.col-xsm-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-x-1, .col-x-2, .col-x-3, .col-x-4, .col-x-5, .col-x-6, .col-x-7, .col-x-8, .col-x-9, .col-x-10, .col-x-11, .col-x-12, .col-x,
.col-x-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-xxsl-1, .col-xxsl-2, .col-xxsl-3, .col-xxsl-4, .col-xxsl-5, .col-xxsl-6, .col-xxsl-7, .col-xxsl-8, .col-xxsl-9, .col-xxsl-10, .col-xxsl-11, .col-xxsl-12, .col-xxsl,
.col-xxsl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto, .col-xxxxl-1, .col-xxxxl-2, .col-xxxxl-3, .col-xxxxl-4, .col-xxxxl-5, .col-xxxxl-6, .col-xxxxl-7, .col-xxxxl-8, .col-xxxxl-9, .col-xxxxl-10, .col-xxxxl-11, .col-xxxxl-12, .col-xxxxl,
.col-xxxxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -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: 320px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -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: 375px) {
  .col-xssm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xssm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xssm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xssm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xssm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xssm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xssm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xssm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xssm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xssm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xssm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xssm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xssm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xssm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xssm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xssm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xssm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xssm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xssm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xssm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xssm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xssm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xssm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xssm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xssm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xssm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xssm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xssm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xssm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xssm-0 {
    margin-left: 0;
  }
  .offset-xssm-1 {
    margin-left: 8.33333%;
  }
  .offset-xssm-2 {
    margin-left: 16.66667%;
  }
  .offset-xssm-3 {
    margin-left: 25%;
  }
  .offset-xssm-4 {
    margin-left: 33.33333%;
  }
  .offset-xssm-5 {
    margin-left: 41.66667%;
  }
  .offset-xssm-6 {
    margin-left: 50%;
  }
  .offset-xssm-7 {
    margin-left: 58.33333%;
  }
  .offset-xssm-8 {
    margin-left: 66.66667%;
  }
  .offset-xssm-9 {
    margin-left: 75%;
  }
  .offset-xssm-10 {
    margin-left: 83.33333%;
  }
  .offset-xssm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 414px) {
  .col-xsm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xsm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xsm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xsm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xsm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xsm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xsm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xsm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xsm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xsm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xsm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xsm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xsm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xsm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xsm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xsm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xsm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xsm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xsm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xsm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xsm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xsm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xsm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xsm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xsm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xsm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xsm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xsm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xsm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xsm-0 {
    margin-left: 0;
  }
  .offset-xsm-1 {
    margin-left: 8.33333%;
  }
  .offset-xsm-2 {
    margin-left: 16.66667%;
  }
  .offset-xsm-3 {
    margin-left: 25%;
  }
  .offset-xsm-4 {
    margin-left: 33.33333%;
  }
  .offset-xsm-5 {
    margin-left: 41.66667%;
  }
  .offset-xsm-6 {
    margin-left: 50%;
  }
  .offset-xsm-7 {
    margin-left: 58.33333%;
  }
  .offset-xsm-8 {
    margin-left: 66.66667%;
  }
  .offset-xsm-9 {
    margin-left: 75%;
  }
  .offset-xsm-10 {
    margin-left: 83.33333%;
  }
  .offset-xsm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -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: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -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: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -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: 1100px) {
  .col-x {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-x-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-x-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-x-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-x-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-x-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-x-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-x-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-x-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-x-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-x-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-x-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-x-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-x-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-x-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-x-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-x-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-x-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-x-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-x-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-x-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-x-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-x-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-x-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-x-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-x-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-x-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-x-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-x-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-x-0 {
    margin-left: 0;
  }
  .offset-x-1 {
    margin-left: 8.33333%;
  }
  .offset-x-2 {
    margin-left: 16.66667%;
  }
  .offset-x-3 {
    margin-left: 25%;
  }
  .offset-x-4 {
    margin-left: 33.33333%;
  }
  .offset-x-5 {
    margin-left: 41.66667%;
  }
  .offset-x-6 {
    margin-left: 50%;
  }
  .offset-x-7 {
    margin-left: 58.33333%;
  }
  .offset-x-8 {
    margin-left: 66.66667%;
  }
  .offset-x-9 {
    margin-left: 75%;
  }
  .offset-x-10 {
    margin-left: 83.33333%;
  }
  .offset-x-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -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: 1280px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -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: 1400px) {
  .col-xxsl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxsl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxsl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxsl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxsl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxsl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxsl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxsl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxsl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxsl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxsl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxsl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxsl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxsl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxsl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxsl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxsl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxsl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxsl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxsl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxsl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxsl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxsl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxsl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxsl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxsl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxsl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxsl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxsl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxsl-0 {
    margin-left: 0;
  }
  .offset-xxsl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxsl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxsl-3 {
    margin-left: 25%;
  }
  .offset-xxsl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxsl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxsl-6 {
    margin-left: 50%;
  }
  .offset-xxsl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxsl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxsl-9 {
    margin-left: 75%;
  }
  .offset-xxsl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxsl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1500px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1600px) {
  .col-xxxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxxxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxxxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxxxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxxxl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 5px;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #000;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.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 {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8deed;
}

.table-hover .table-success:hover {
  background-color: #a4d5e8;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a4d5e8;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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: #000;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #000;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 319.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}

@media (max-width: 374.98px) {
  .table-responsive-xssm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xssm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 413.98px) {
  .table-responsive-xsm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xsm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1099.98px) {
  .table-responsive-x {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-x > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1279.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxsl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxsl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1499.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1599.98px) {
  .table-responsive-xxxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxxxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #ced4da;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ced4da;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #ced4da;
  opacity: 1;
}

.form-control::placeholder {
  color: #ced4da;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(6px + 1px);
  padding-bottom: calc(6px + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #008abf;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 138, 191, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #008abf;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #008abf;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 138, 191, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 138, 191, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008abf;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #008abf;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #40caff;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #00aff2;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 138, 191, 0.25);
          box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 138, 191, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #008abf;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 138, 191, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 138, 191, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #008abf;
  border-color: #008abf;
}

.btn-success:hover {
  color: #fff;
  background-color: #006e99;
  border-color: #00658c;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 138, 191, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 138, 191, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #008abf;
  border-color: #008abf;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00658c;
  border-color: #005c7f;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 138, 191, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 138, 191, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #008abf;
  background-color: transparent;
  background-image: none;
  border-color: #008abf;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #008abf;
  border-color: #008abf;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 138, 191, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 138, 191, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #008abf;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #008abf;
  border-color: #008abf;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 138, 191, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 138, 191, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #A5CCEA;
  background-color: transparent;
}

.btn-link:hover {
  color: #67a9dc;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 2.5px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #000;
  border-color: #dee2e6 #dee2e6 #000;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5px 5px;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 5px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 319.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 320px) {
  .navbar-expand-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xs .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}

@media (max-width: 374.98px) {
  .navbar-expand-xssm > .container,
  .navbar-expand-xssm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 375px) {
  .navbar-expand-xssm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xssm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xssm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xssm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xssm > .container,
  .navbar-expand-xssm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xssm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xssm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 413.98px) {
  .navbar-expand-xsm > .container,
  .navbar-expand-xsm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 414px) {
  .navbar-expand-xsm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xsm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xsm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xsm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xsm > .container,
  .navbar-expand-xsm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xsm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xsm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1099.98px) {
  .navbar-expand-x > .container,
  .navbar-expand-x > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1100px) {
  .navbar-expand-x {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-x .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-x .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-x .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-x > .container,
  .navbar-expand-x > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-x .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-x .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1279.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1280px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  .navbar-expand-xxsl > .container,
  .navbar-expand-xxsl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxsl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxsl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxsl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxsl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxsl > .container,
  .navbar-expand-xxsl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxsl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxsl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1499.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1500px) {
  .navbar-expand-xxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1599.98px) {
  .navbar-expand-xxxxl > .container,
  .navbar-expand-xxxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1600px) {
  .navbar-expand-xxxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxxxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxxl > .container,
  .navbar-expand-xxxxl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxxxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxxxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid transparent;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid transparent;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #A5CCEA;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #67a9dc;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #008abf;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00658c;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #004863;
  background-color: #cce8f2;
  border-color: #b8deed;
}

.alert-success hr {
  border-top-color: #a4d5e8;
}

.alert-success .alert-link {
  color: #002330;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #004863;
  background-color: #b8deed;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #004863;
  background-color: #a4d5e8;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #004863;
  border-color: #004863;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  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;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.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: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Regular", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Regular", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #008abf !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00658c !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #008abf !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 320px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 375px) {
  .d-xssm-none {
    display: none !important;
  }
  .d-xssm-inline {
    display: inline !important;
  }
  .d-xssm-inline-block {
    display: inline-block !important;
  }
  .d-xssm-block {
    display: block !important;
  }
  .d-xssm-table {
    display: table !important;
  }
  .d-xssm-table-row {
    display: table-row !important;
  }
  .d-xssm-table-cell {
    display: table-cell !important;
  }
  .d-xssm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xssm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 414px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xsm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1100px) {
  .d-x-none {
    display: none !important;
  }
  .d-x-inline {
    display: inline !important;
  }
  .d-x-inline-block {
    display: inline-block !important;
  }
  .d-x-block {
    display: block !important;
  }
  .d-x-table {
    display: table !important;
  }
  .d-x-table-row {
    display: table-row !important;
  }
  .d-x-table-cell {
    display: table-cell !important;
  }
  .d-x-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-x-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxsl-none {
    display: none !important;
  }
  .d-xxsl-inline {
    display: inline !important;
  }
  .d-xxsl-inline-block {
    display: inline-block !important;
  }
  .d-xxsl-block {
    display: block !important;
  }
  .d-xxsl-table {
    display: table !important;
  }
  .d-xxsl-table-row {
    display: table-row !important;
  }
  .d-xxsl-table-cell {
    display: table-cell !important;
  }
  .d-xxsl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxsl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1500px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1600px) {
  .d-xxxxl-none {
    display: none !important;
  }
  .d-xxxxl-inline {
    display: inline !important;
  }
  .d-xxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxl-block {
    display: block !important;
  }
  .d-xxxxl-table {
    display: table !important;
  }
  .d-xxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxxl-inline-flex {
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !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;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: 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;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 320px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xs-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xs-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 375px) {
  .flex-xssm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xssm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xssm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xssm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xssm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xssm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xssm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xssm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xssm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xssm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xssm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xssm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xssm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xssm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xssm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xssm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xssm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xssm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xssm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xssm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xssm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xssm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xssm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xssm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xssm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xssm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xssm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xssm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xssm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xssm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xssm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xssm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xssm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xssm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 414px) {
  .flex-xsm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xsm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xsm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xsm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xsm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xsm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xsm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xsm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xsm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xsm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xsm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xsm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xsm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xsm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xsm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xsm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xsm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xsm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xsm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xsm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xsm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xsm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xsm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xsm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xsm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xsm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xsm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xsm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xsm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xsm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xsm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xsm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xsm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xsm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1100px) {
  .flex-x-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-x-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-x-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-x-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-x-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-x-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-x-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-x-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-x-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-x-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-x-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-x-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-x-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-x-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-x-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-x-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-x-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-x-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-x-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-x-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-x-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-x-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-x-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-x-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-x-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-x-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-x-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-x-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-x-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-x-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-x-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-x-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-x-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-x-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxsl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxsl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxsl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxsl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxsl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxsl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxsl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxsl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxsl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxsl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxsl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxsl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxsl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxsl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxsl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxsl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxsl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxsl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxsl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxsl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxsl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxsl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxsl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxsl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxsl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxsl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxsl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxsl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxsl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxsl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxsl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxsl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxsl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxsl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1500px) {
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  .flex-xxxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxxxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxxxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxxxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-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: 320px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
}

@media (min-width: 375px) {
  .float-xssm-left {
    float: left !important;
  }
  .float-xssm-right {
    float: right !important;
  }
  .float-xssm-none {
    float: none !important;
  }
}

@media (min-width: 414px) {
  .float-xsm-left {
    float: left !important;
  }
  .float-xsm-right {
    float: right !important;
  }
  .float-xsm-none {
    float: none !important;
  }
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1100px) {
  .float-x-left {
    float: left !important;
  }
  .float-x-right {
    float: right !important;
  }
  .float-x-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1280px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}

@media (min-width: 1400px) {
  .float-xxsl-left {
    float: left !important;
  }
  .float-xxsl-right {
    float: right !important;
  }
  .float-xxsl-none {
    float: none !important;
  }
}

@media (min-width: 1500px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}

@media (min-width: 1600px) {
  .float-xxxxl-left {
    float: left !important;
  }
  .float-xxxxl-right {
    float: right !important;
  }
  .float-xxxxl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 5px !important;
}

.mt-1,
.my-1 {
  margin-top: 5px !important;
}

.mr-1,
.mx-1 {
  margin-right: 5px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 5px !important;
}

.ml-1,
.mx-1 {
  margin-left: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.mt-2,
.my-2 {
  margin-top: 10px !important;
}

.mr-2,
.mx-2 {
  margin-right: 10px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 10px !important;
}

.ml-2,
.mx-2 {
  margin-left: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.mt-3,
.my-3 {
  margin-top: 15px !important;
}

.mr-3,
.mx-3 {
  margin-right: 15px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 15px !important;
}

.ml-3,
.mx-3 {
  margin-left: 15px !important;
}

.m-4 {
  margin: 20px !important;
}

.mt-4,
.my-4 {
  margin-top: 20px !important;
}

.mr-4,
.mx-4 {
  margin-right: 20px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 20px !important;
}

.ml-4,
.mx-4 {
  margin-left: 20px !important;
}

.m-5 {
  margin: 25px !important;
}

.mt-5,
.my-5 {
  margin-top: 25px !important;
}

.mr-5,
.mx-5 {
  margin-right: 25px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 25px !important;
}

.ml-5,
.mx-5 {
  margin-left: 25px !important;
}

.m-6 {
  margin: 30px !important;
}

.mt-6,
.my-6 {
  margin-top: 30px !important;
}

.mr-6,
.mx-6 {
  margin-right: 30px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 30px !important;
}

.ml-6,
.mx-6 {
  margin-left: 30px !important;
}

.m-7 {
  margin: 35px !important;
}

.mt-7,
.my-7 {
  margin-top: 35px !important;
}

.mr-7,
.mx-7 {
  margin-right: 35px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 35px !important;
}

.ml-7,
.mx-7 {
  margin-left: 35px !important;
}

.m-8 {
  margin: 40px !important;
}

.mt-8,
.my-8 {
  margin-top: 40px !important;
}

.mr-8,
.mx-8 {
  margin-right: 40px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 40px !important;
}

.ml-8,
.mx-8 {
  margin-left: 40px !important;
}

.m-9 {
  margin: 45px !important;
}

.mt-9,
.my-9 {
  margin-top: 45px !important;
}

.mr-9,
.mx-9 {
  margin-right: 45px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 45px !important;
}

.ml-9,
.mx-9 {
  margin-left: 45px !important;
}

.m-10 {
  margin: 50px !important;
}

.mt-10,
.my-10 {
  margin-top: 50px !important;
}

.mr-10,
.mx-10 {
  margin-right: 50px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 50px !important;
}

.ml-10,
.mx-10 {
  margin-left: 50px !important;
}

.m-11 {
  margin: 55px !important;
}

.mt-11,
.my-11 {
  margin-top: 55px !important;
}

.mr-11,
.mx-11 {
  margin-right: 55px !important;
}

.mb-11,
.my-11 {
  margin-bottom: 55px !important;
}

.ml-11,
.mx-11 {
  margin-left: 55px !important;
}

.m-15 {
  margin: 75px !important;
}

.mt-15,
.my-15 {
  margin-top: 75px !important;
}

.mr-15,
.mx-15 {
  margin-right: 75px !important;
}

.mb-15,
.my-15 {
  margin-bottom: 75px !important;
}

.ml-15,
.mx-15 {
  margin-left: 75px !important;
}

.m-20 {
  margin: 100px !important;
}

.mt-20,
.my-20 {
  margin-top: 100px !important;
}

.mr-20,
.mx-20 {
  margin-right: 100px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 100px !important;
}

.ml-20,
.mx-20 {
  margin-left: 100px !important;
}

.m-21 {
  margin: 105px !important;
}

.mt-21,
.my-21 {
  margin-top: 105px !important;
}

.mr-21,
.mx-21 {
  margin-right: 105px !important;
}

.mb-21,
.my-21 {
  margin-bottom: 105px !important;
}

.ml-21,
.mx-21 {
  margin-left: 105px !important;
}

.m-22 {
  margin: 110px !important;
}

.mt-22,
.my-22 {
  margin-top: 110px !important;
}

.mr-22,
.mx-22 {
  margin-right: 110px !important;
}

.mb-22,
.my-22 {
  margin-bottom: 110px !important;
}

.ml-22,
.mx-22 {
  margin-left: 110px !important;
}

.m-23 {
  margin: 115px !important;
}

.mt-23,
.my-23 {
  margin-top: 115px !important;
}

.mr-23,
.mx-23 {
  margin-right: 115px !important;
}

.mb-23,
.my-23 {
  margin-bottom: 115px !important;
}

.ml-23,
.mx-23 {
  margin-left: 115px !important;
}

.m-24 {
  margin: 120px !important;
}

.mt-24,
.my-24 {
  margin-top: 120px !important;
}

.mr-24,
.mx-24 {
  margin-right: 120px !important;
}

.mb-24,
.my-24 {
  margin-bottom: 120px !important;
}

.ml-24,
.mx-24 {
  margin-left: 120px !important;
}

.m-25 {
  margin: 125px !important;
}

.mt-25,
.my-25 {
  margin-top: 125px !important;
}

.mr-25,
.mx-25 {
  margin-right: 125px !important;
}

.mb-25,
.my-25 {
  margin-bottom: 125px !important;
}

.ml-25,
.mx-25 {
  margin-left: 125px !important;
}

.m-30 {
  margin: 150px !important;
}

.mt-30,
.my-30 {
  margin-top: 150px !important;
}

.mr-30,
.mx-30 {
  margin-right: 150px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 150px !important;
}

.ml-30,
.mx-30 {
  margin-left: 150px !important;
}

.m-40 {
  margin: 200px !important;
}

.mt-40,
.my-40 {
  margin-top: 200px !important;
}

.mr-40,
.mx-40 {
  margin-right: 200px !important;
}

.mb-40,
.my-40 {
  margin-bottom: 200px !important;
}

.ml-40,
.mx-40 {
  margin-left: 200px !important;
}

.m-45 {
  margin: 225px !important;
}

.mt-45,
.my-45 {
  margin-top: 225px !important;
}

.mr-45,
.mx-45 {
  margin-right: 225px !important;
}

.mb-45,
.my-45 {
  margin-bottom: 225px !important;
}

.ml-45,
.mx-45 {
  margin-left: 225px !important;
}

.m-50 {
  margin: 250px !important;
}

.mt-50,
.my-50 {
  margin-top: 250px !important;
}

.mr-50,
.mx-50 {
  margin-right: 250px !important;
}

.mb-50,
.my-50 {
  margin-bottom: 250px !important;
}

.ml-50,
.mx-50 {
  margin-left: 250px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 5px !important;
}

.pt-1,
.py-1 {
  padding-top: 5px !important;
}

.pr-1,
.px-1 {
  padding-right: 5px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 5px !important;
}

.pl-1,
.px-1 {
  padding-left: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.pt-2,
.py-2 {
  padding-top: 10px !important;
}

.pr-2,
.px-2 {
  padding-right: 10px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 10px !important;
}

.pl-2,
.px-2 {
  padding-left: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.pt-3,
.py-3 {
  padding-top: 15px !important;
}

.pr-3,
.px-3 {
  padding-right: 15px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 15px !important;
}

.pl-3,
.px-3 {
  padding-left: 15px !important;
}

.p-4 {
  padding: 20px !important;
}

.pt-4,
.py-4 {
  padding-top: 20px !important;
}

.pr-4,
.px-4 {
  padding-right: 20px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 20px !important;
}

.pl-4,
.px-4 {
  padding-left: 20px !important;
}

.p-5 {
  padding: 25px !important;
}

.pt-5,
.py-5 {
  padding-top: 25px !important;
}

.pr-5,
.px-5 {
  padding-right: 25px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 25px !important;
}

.pl-5,
.px-5 {
  padding-left: 25px !important;
}

.p-6 {
  padding: 30px !important;
}

.pt-6,
.py-6 {
  padding-top: 30px !important;
}

.pr-6,
.px-6 {
  padding-right: 30px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 30px !important;
}

.pl-6,
.px-6 {
  padding-left: 30px !important;
}

.p-7 {
  padding: 35px !important;
}

.pt-7,
.py-7 {
  padding-top: 35px !important;
}

.pr-7,
.px-7 {
  padding-right: 35px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 35px !important;
}

.pl-7,
.px-7 {
  padding-left: 35px !important;
}

.p-8 {
  padding: 40px !important;
}

.pt-8,
.py-8 {
  padding-top: 40px !important;
}

.pr-8,
.px-8 {
  padding-right: 40px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 40px !important;
}

.pl-8,
.px-8 {
  padding-left: 40px !important;
}

.p-9 {
  padding: 45px !important;
}

.pt-9,
.py-9 {
  padding-top: 45px !important;
}

.pr-9,
.px-9 {
  padding-right: 45px !important;
}

.pb-9,
.py-9 {
  padding-bottom: 45px !important;
}

.pl-9,
.px-9 {
  padding-left: 45px !important;
}

.p-10 {
  padding: 50px !important;
}

.pt-10,
.py-10 {
  padding-top: 50px !important;
}

.pr-10,
.px-10 {
  padding-right: 50px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 50px !important;
}

.pl-10,
.px-10 {
  padding-left: 50px !important;
}

.p-11 {
  padding: 55px !important;
}

.pt-11,
.py-11 {
  padding-top: 55px !important;
}

.pr-11,
.px-11 {
  padding-right: 55px !important;
}

.pb-11,
.py-11 {
  padding-bottom: 55px !important;
}

.pl-11,
.px-11 {
  padding-left: 55px !important;
}

.p-15 {
  padding: 75px !important;
}

.pt-15,
.py-15 {
  padding-top: 75px !important;
}

.pr-15,
.px-15 {
  padding-right: 75px !important;
}

.pb-15,
.py-15 {
  padding-bottom: 75px !important;
}

.pl-15,
.px-15 {
  padding-left: 75px !important;
}

.p-20 {
  padding: 100px !important;
}

.pt-20,
.py-20 {
  padding-top: 100px !important;
}

.pr-20,
.px-20 {
  padding-right: 100px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 100px !important;
}

.pl-20,
.px-20 {
  padding-left: 100px !important;
}

.p-21 {
  padding: 105px !important;
}

.pt-21,
.py-21 {
  padding-top: 105px !important;
}

.pr-21,
.px-21 {
  padding-right: 105px !important;
}

.pb-21,
.py-21 {
  padding-bottom: 105px !important;
}

.pl-21,
.px-21 {
  padding-left: 105px !important;
}

.p-22 {
  padding: 110px !important;
}

.pt-22,
.py-22 {
  padding-top: 110px !important;
}

.pr-22,
.px-22 {
  padding-right: 110px !important;
}

.pb-22,
.py-22 {
  padding-bottom: 110px !important;
}

.pl-22,
.px-22 {
  padding-left: 110px !important;
}

.p-23 {
  padding: 115px !important;
}

.pt-23,
.py-23 {
  padding-top: 115px !important;
}

.pr-23,
.px-23 {
  padding-right: 115px !important;
}

.pb-23,
.py-23 {
  padding-bottom: 115px !important;
}

.pl-23,
.px-23 {
  padding-left: 115px !important;
}

.p-24 {
  padding: 120px !important;
}

.pt-24,
.py-24 {
  padding-top: 120px !important;
}

.pr-24,
.px-24 {
  padding-right: 120px !important;
}

.pb-24,
.py-24 {
  padding-bottom: 120px !important;
}

.pl-24,
.px-24 {
  padding-left: 120px !important;
}

.p-25 {
  padding: 125px !important;
}

.pt-25,
.py-25 {
  padding-top: 125px !important;
}

.pr-25,
.px-25 {
  padding-right: 125px !important;
}

.pb-25,
.py-25 {
  padding-bottom: 125px !important;
}

.pl-25,
.px-25 {
  padding-left: 125px !important;
}

.p-30 {
  padding: 150px !important;
}

.pt-30,
.py-30 {
  padding-top: 150px !important;
}

.pr-30,
.px-30 {
  padding-right: 150px !important;
}

.pb-30,
.py-30 {
  padding-bottom: 150px !important;
}

.pl-30,
.px-30 {
  padding-left: 150px !important;
}

.p-40 {
  padding: 200px !important;
}

.pt-40,
.py-40 {
  padding-top: 200px !important;
}

.pr-40,
.px-40 {
  padding-right: 200px !important;
}

.pb-40,
.py-40 {
  padding-bottom: 200px !important;
}

.pl-40,
.px-40 {
  padding-left: 200px !important;
}

.p-45 {
  padding: 225px !important;
}

.pt-45,
.py-45 {
  padding-top: 225px !important;
}

.pr-45,
.px-45 {
  padding-right: 225px !important;
}

.pb-45,
.py-45 {
  padding-bottom: 225px !important;
}

.pl-45,
.px-45 {
  padding-left: 225px !important;
}

.p-50 {
  padding: 250px !important;
}

.pt-50,
.py-50 {
  padding-top: 250px !important;
}

.pr-50,
.px-50 {
  padding-right: 250px !important;
}

.pb-50,
.py-50 {
  padding-bottom: 250px !important;
}

.pl-50,
.px-50 {
  padding-left: 250px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 320px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 5px !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 5px !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 5px !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 5px !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 5px !important;
  }
  .m-xs-2 {
    margin: 10px !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 10px !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 10px !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 10px !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 10px !important;
  }
  .m-xs-3 {
    margin: 15px !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 15px !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 15px !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 15px !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 15px !important;
  }
  .m-xs-4 {
    margin: 20px !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 20px !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 20px !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 20px !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 20px !important;
  }
  .m-xs-5 {
    margin: 25px !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 25px !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 25px !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 25px !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 25px !important;
  }
  .m-xs-6 {
    margin: 30px !important;
  }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 30px !important;
  }
  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 30px !important;
  }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 30px !important;
  }
  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 30px !important;
  }
  .m-xs-7 {
    margin: 35px !important;
  }
  .mt-xs-7,
  .my-xs-7 {
    margin-top: 35px !important;
  }
  .mr-xs-7,
  .mx-xs-7 {
    margin-right: 35px !important;
  }
  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 35px !important;
  }
  .ml-xs-7,
  .mx-xs-7 {
    margin-left: 35px !important;
  }
  .m-xs-8 {
    margin: 40px !important;
  }
  .mt-xs-8,
  .my-xs-8 {
    margin-top: 40px !important;
  }
  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 40px !important;
  }
  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 40px !important;
  }
  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 40px !important;
  }
  .m-xs-9 {
    margin: 45px !important;
  }
  .mt-xs-9,
  .my-xs-9 {
    margin-top: 45px !important;
  }
  .mr-xs-9,
  .mx-xs-9 {
    margin-right: 45px !important;
  }
  .mb-xs-9,
  .my-xs-9 {
    margin-bottom: 45px !important;
  }
  .ml-xs-9,
  .mx-xs-9 {
    margin-left: 45px !important;
  }
  .m-xs-10 {
    margin: 50px !important;
  }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 50px !important;
  }
  .mr-xs-10,
  .mx-xs-10 {
    margin-right: 50px !important;
  }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 50px !important;
  }
  .ml-xs-10,
  .mx-xs-10 {
    margin-left: 50px !important;
  }
  .m-xs-11 {
    margin: 55px !important;
  }
  .mt-xs-11,
  .my-xs-11 {
    margin-top: 55px !important;
  }
  .mr-xs-11,
  .mx-xs-11 {
    margin-right: 55px !important;
  }
  .mb-xs-11,
  .my-xs-11 {
    margin-bottom: 55px !important;
  }
  .ml-xs-11,
  .mx-xs-11 {
    margin-left: 55px !important;
  }
  .m-xs-15 {
    margin: 75px !important;
  }
  .mt-xs-15,
  .my-xs-15 {
    margin-top: 75px !important;
  }
  .mr-xs-15,
  .mx-xs-15 {
    margin-right: 75px !important;
  }
  .mb-xs-15,
  .my-xs-15 {
    margin-bottom: 75px !important;
  }
  .ml-xs-15,
  .mx-xs-15 {
    margin-left: 75px !important;
  }
  .m-xs-20 {
    margin: 100px !important;
  }
  .mt-xs-20,
  .my-xs-20 {
    margin-top: 100px !important;
  }
  .mr-xs-20,
  .mx-xs-20 {
    margin-right: 100px !important;
  }
  .mb-xs-20,
  .my-xs-20 {
    margin-bottom: 100px !important;
  }
  .ml-xs-20,
  .mx-xs-20 {
    margin-left: 100px !important;
  }
  .m-xs-21 {
    margin: 105px !important;
  }
  .mt-xs-21,
  .my-xs-21 {
    margin-top: 105px !important;
  }
  .mr-xs-21,
  .mx-xs-21 {
    margin-right: 105px !important;
  }
  .mb-xs-21,
  .my-xs-21 {
    margin-bottom: 105px !important;
  }
  .ml-xs-21,
  .mx-xs-21 {
    margin-left: 105px !important;
  }
  .m-xs-22 {
    margin: 110px !important;
  }
  .mt-xs-22,
  .my-xs-22 {
    margin-top: 110px !important;
  }
  .mr-xs-22,
  .mx-xs-22 {
    margin-right: 110px !important;
  }
  .mb-xs-22,
  .my-xs-22 {
    margin-bottom: 110px !important;
  }
  .ml-xs-22,
  .mx-xs-22 {
    margin-left: 110px !important;
  }
  .m-xs-23 {
    margin: 115px !important;
  }
  .mt-xs-23,
  .my-xs-23 {
    margin-top: 115px !important;
  }
  .mr-xs-23,
  .mx-xs-23 {
    margin-right: 115px !important;
  }
  .mb-xs-23,
  .my-xs-23 {
    margin-bottom: 115px !important;
  }
  .ml-xs-23,
  .mx-xs-23 {
    margin-left: 115px !important;
  }
  .m-xs-24 {
    margin: 120px !important;
  }
  .mt-xs-24,
  .my-xs-24 {
    margin-top: 120px !important;
  }
  .mr-xs-24,
  .mx-xs-24 {
    margin-right: 120px !important;
  }
  .mb-xs-24,
  .my-xs-24 {
    margin-bottom: 120px !important;
  }
  .ml-xs-24,
  .mx-xs-24 {
    margin-left: 120px !important;
  }
  .m-xs-25 {
    margin: 125px !important;
  }
  .mt-xs-25,
  .my-xs-25 {
    margin-top: 125px !important;
  }
  .mr-xs-25,
  .mx-xs-25 {
    margin-right: 125px !important;
  }
  .mb-xs-25,
  .my-xs-25 {
    margin-bottom: 125px !important;
  }
  .ml-xs-25,
  .mx-xs-25 {
    margin-left: 125px !important;
  }
  .m-xs-30 {
    margin: 150px !important;
  }
  .mt-xs-30,
  .my-xs-30 {
    margin-top: 150px !important;
  }
  .mr-xs-30,
  .mx-xs-30 {
    margin-right: 150px !important;
  }
  .mb-xs-30,
  .my-xs-30 {
    margin-bottom: 150px !important;
  }
  .ml-xs-30,
  .mx-xs-30 {
    margin-left: 150px !important;
  }
  .m-xs-40 {
    margin: 200px !important;
  }
  .mt-xs-40,
  .my-xs-40 {
    margin-top: 200px !important;
  }
  .mr-xs-40,
  .mx-xs-40 {
    margin-right: 200px !important;
  }
  .mb-xs-40,
  .my-xs-40 {
    margin-bottom: 200px !important;
  }
  .ml-xs-40,
  .mx-xs-40 {
    margin-left: 200px !important;
  }
  .m-xs-45 {
    margin: 225px !important;
  }
  .mt-xs-45,
  .my-xs-45 {
    margin-top: 225px !important;
  }
  .mr-xs-45,
  .mx-xs-45 {
    margin-right: 225px !important;
  }
  .mb-xs-45,
  .my-xs-45 {
    margin-bottom: 225px !important;
  }
  .ml-xs-45,
  .mx-xs-45 {
    margin-left: 225px !important;
  }
  .m-xs-50 {
    margin: 250px !important;
  }
  .mt-xs-50,
  .my-xs-50 {
    margin-top: 250px !important;
  }
  .mr-xs-50,
  .mx-xs-50 {
    margin-right: 250px !important;
  }
  .mb-xs-50,
  .my-xs-50 {
    margin-bottom: 250px !important;
  }
  .ml-xs-50,
  .mx-xs-50 {
    margin-left: 250px !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 5px !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 5px !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 5px !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 5px !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 5px !important;
  }
  .p-xs-2 {
    padding: 10px !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 10px !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 10px !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 10px !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 10px !important;
  }
  .p-xs-3 {
    padding: 15px !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 15px !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 15px !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 15px !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 15px !important;
  }
  .p-xs-4 {
    padding: 20px !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 20px !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 20px !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 20px !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 20px !important;
  }
  .p-xs-5 {
    padding: 25px !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 25px !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 25px !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 25px !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 25px !important;
  }
  .p-xs-6 {
    padding: 30px !important;
  }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 30px !important;
  }
  .pr-xs-6,
  .px-xs-6 {
    padding-right: 30px !important;
  }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 30px !important;
  }
  .pl-xs-6,
  .px-xs-6 {
    padding-left: 30px !important;
  }
  .p-xs-7 {
    padding: 35px !important;
  }
  .pt-xs-7,
  .py-xs-7 {
    padding-top: 35px !important;
  }
  .pr-xs-7,
  .px-xs-7 {
    padding-right: 35px !important;
  }
  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 35px !important;
  }
  .pl-xs-7,
  .px-xs-7 {
    padding-left: 35px !important;
  }
  .p-xs-8 {
    padding: 40px !important;
  }
  .pt-xs-8,
  .py-xs-8 {
    padding-top: 40px !important;
  }
  .pr-xs-8,
  .px-xs-8 {
    padding-right: 40px !important;
  }
  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 40px !important;
  }
  .pl-xs-8,
  .px-xs-8 {
    padding-left: 40px !important;
  }
  .p-xs-9 {
    padding: 45px !important;
  }
  .pt-xs-9,
  .py-xs-9 {
    padding-top: 45px !important;
  }
  .pr-xs-9,
  .px-xs-9 {
    padding-right: 45px !important;
  }
  .pb-xs-9,
  .py-xs-9 {
    padding-bottom: 45px !important;
  }
  .pl-xs-9,
  .px-xs-9 {
    padding-left: 45px !important;
  }
  .p-xs-10 {
    padding: 50px !important;
  }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 50px !important;
  }
  .pr-xs-10,
  .px-xs-10 {
    padding-right: 50px !important;
  }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 50px !important;
  }
  .pl-xs-10,
  .px-xs-10 {
    padding-left: 50px !important;
  }
  .p-xs-11 {
    padding: 55px !important;
  }
  .pt-xs-11,
  .py-xs-11 {
    padding-top: 55px !important;
  }
  .pr-xs-11,
  .px-xs-11 {
    padding-right: 55px !important;
  }
  .pb-xs-11,
  .py-xs-11 {
    padding-bottom: 55px !important;
  }
  .pl-xs-11,
  .px-xs-11 {
    padding-left: 55px !important;
  }
  .p-xs-15 {
    padding: 75px !important;
  }
  .pt-xs-15,
  .py-xs-15 {
    padding-top: 75px !important;
  }
  .pr-xs-15,
  .px-xs-15 {
    padding-right: 75px !important;
  }
  .pb-xs-15,
  .py-xs-15 {
    padding-bottom: 75px !important;
  }
  .pl-xs-15,
  .px-xs-15 {
    padding-left: 75px !important;
  }
  .p-xs-20 {
    padding: 100px !important;
  }
  .pt-xs-20,
  .py-xs-20 {
    padding-top: 100px !important;
  }
  .pr-xs-20,
  .px-xs-20 {
    padding-right: 100px !important;
  }
  .pb-xs-20,
  .py-xs-20 {
    padding-bottom: 100px !important;
  }
  .pl-xs-20,
  .px-xs-20 {
    padding-left: 100px !important;
  }
  .p-xs-21 {
    padding: 105px !important;
  }
  .pt-xs-21,
  .py-xs-21 {
    padding-top: 105px !important;
  }
  .pr-xs-21,
  .px-xs-21 {
    padding-right: 105px !important;
  }
  .pb-xs-21,
  .py-xs-21 {
    padding-bottom: 105px !important;
  }
  .pl-xs-21,
  .px-xs-21 {
    padding-left: 105px !important;
  }
  .p-xs-22 {
    padding: 110px !important;
  }
  .pt-xs-22,
  .py-xs-22 {
    padding-top: 110px !important;
  }
  .pr-xs-22,
  .px-xs-22 {
    padding-right: 110px !important;
  }
  .pb-xs-22,
  .py-xs-22 {
    padding-bottom: 110px !important;
  }
  .pl-xs-22,
  .px-xs-22 {
    padding-left: 110px !important;
  }
  .p-xs-23 {
    padding: 115px !important;
  }
  .pt-xs-23,
  .py-xs-23 {
    padding-top: 115px !important;
  }
  .pr-xs-23,
  .px-xs-23 {
    padding-right: 115px !important;
  }
  .pb-xs-23,
  .py-xs-23 {
    padding-bottom: 115px !important;
  }
  .pl-xs-23,
  .px-xs-23 {
    padding-left: 115px !important;
  }
  .p-xs-24 {
    padding: 120px !important;
  }
  .pt-xs-24,
  .py-xs-24 {
    padding-top: 120px !important;
  }
  .pr-xs-24,
  .px-xs-24 {
    padding-right: 120px !important;
  }
  .pb-xs-24,
  .py-xs-24 {
    padding-bottom: 120px !important;
  }
  .pl-xs-24,
  .px-xs-24 {
    padding-left: 120px !important;
  }
  .p-xs-25 {
    padding: 125px !important;
  }
  .pt-xs-25,
  .py-xs-25 {
    padding-top: 125px !important;
  }
  .pr-xs-25,
  .px-xs-25 {
    padding-right: 125px !important;
  }
  .pb-xs-25,
  .py-xs-25 {
    padding-bottom: 125px !important;
  }
  .pl-xs-25,
  .px-xs-25 {
    padding-left: 125px !important;
  }
  .p-xs-30 {
    padding: 150px !important;
  }
  .pt-xs-30,
  .py-xs-30 {
    padding-top: 150px !important;
  }
  .pr-xs-30,
  .px-xs-30 {
    padding-right: 150px !important;
  }
  .pb-xs-30,
  .py-xs-30 {
    padding-bottom: 150px !important;
  }
  .pl-xs-30,
  .px-xs-30 {
    padding-left: 150px !important;
  }
  .p-xs-40 {
    padding: 200px !important;
  }
  .pt-xs-40,
  .py-xs-40 {
    padding-top: 200px !important;
  }
  .pr-xs-40,
  .px-xs-40 {
    padding-right: 200px !important;
  }
  .pb-xs-40,
  .py-xs-40 {
    padding-bottom: 200px !important;
  }
  .pl-xs-40,
  .px-xs-40 {
    padding-left: 200px !important;
  }
  .p-xs-45 {
    padding: 225px !important;
  }
  .pt-xs-45,
  .py-xs-45 {
    padding-top: 225px !important;
  }
  .pr-xs-45,
  .px-xs-45 {
    padding-right: 225px !important;
  }
  .pb-xs-45,
  .py-xs-45 {
    padding-bottom: 225px !important;
  }
  .pl-xs-45,
  .px-xs-45 {
    padding-left: 225px !important;
  }
  .p-xs-50 {
    padding: 250px !important;
  }
  .pt-xs-50,
  .py-xs-50 {
    padding-top: 250px !important;
  }
  .pr-xs-50,
  .px-xs-50 {
    padding-right: 250px !important;
  }
  .pb-xs-50,
  .py-xs-50 {
    padding-bottom: 250px !important;
  }
  .pl-xs-50,
  .px-xs-50 {
    padding-left: 250px !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 375px) {
  .m-xssm-0 {
    margin: 0 !important;
  }
  .mt-xssm-0,
  .my-xssm-0 {
    margin-top: 0 !important;
  }
  .mr-xssm-0,
  .mx-xssm-0 {
    margin-right: 0 !important;
  }
  .mb-xssm-0,
  .my-xssm-0 {
    margin-bottom: 0 !important;
  }
  .ml-xssm-0,
  .mx-xssm-0 {
    margin-left: 0 !important;
  }
  .m-xssm-1 {
    margin: 5px !important;
  }
  .mt-xssm-1,
  .my-xssm-1 {
    margin-top: 5px !important;
  }
  .mr-xssm-1,
  .mx-xssm-1 {
    margin-right: 5px !important;
  }
  .mb-xssm-1,
  .my-xssm-1 {
    margin-bottom: 5px !important;
  }
  .ml-xssm-1,
  .mx-xssm-1 {
    margin-left: 5px !important;
  }
  .m-xssm-2 {
    margin: 10px !important;
  }
  .mt-xssm-2,
  .my-xssm-2 {
    margin-top: 10px !important;
  }
  .mr-xssm-2,
  .mx-xssm-2 {
    margin-right: 10px !important;
  }
  .mb-xssm-2,
  .my-xssm-2 {
    margin-bottom: 10px !important;
  }
  .ml-xssm-2,
  .mx-xssm-2 {
    margin-left: 10px !important;
  }
  .m-xssm-3 {
    margin: 15px !important;
  }
  .mt-xssm-3,
  .my-xssm-3 {
    margin-top: 15px !important;
  }
  .mr-xssm-3,
  .mx-xssm-3 {
    margin-right: 15px !important;
  }
  .mb-xssm-3,
  .my-xssm-3 {
    margin-bottom: 15px !important;
  }
  .ml-xssm-3,
  .mx-xssm-3 {
    margin-left: 15px !important;
  }
  .m-xssm-4 {
    margin: 20px !important;
  }
  .mt-xssm-4,
  .my-xssm-4 {
    margin-top: 20px !important;
  }
  .mr-xssm-4,
  .mx-xssm-4 {
    margin-right: 20px !important;
  }
  .mb-xssm-4,
  .my-xssm-4 {
    margin-bottom: 20px !important;
  }
  .ml-xssm-4,
  .mx-xssm-4 {
    margin-left: 20px !important;
  }
  .m-xssm-5 {
    margin: 25px !important;
  }
  .mt-xssm-5,
  .my-xssm-5 {
    margin-top: 25px !important;
  }
  .mr-xssm-5,
  .mx-xssm-5 {
    margin-right: 25px !important;
  }
  .mb-xssm-5,
  .my-xssm-5 {
    margin-bottom: 25px !important;
  }
  .ml-xssm-5,
  .mx-xssm-5 {
    margin-left: 25px !important;
  }
  .m-xssm-6 {
    margin: 30px !important;
  }
  .mt-xssm-6,
  .my-xssm-6 {
    margin-top: 30px !important;
  }
  .mr-xssm-6,
  .mx-xssm-6 {
    margin-right: 30px !important;
  }
  .mb-xssm-6,
  .my-xssm-6 {
    margin-bottom: 30px !important;
  }
  .ml-xssm-6,
  .mx-xssm-6 {
    margin-left: 30px !important;
  }
  .m-xssm-7 {
    margin: 35px !important;
  }
  .mt-xssm-7,
  .my-xssm-7 {
    margin-top: 35px !important;
  }
  .mr-xssm-7,
  .mx-xssm-7 {
    margin-right: 35px !important;
  }
  .mb-xssm-7,
  .my-xssm-7 {
    margin-bottom: 35px !important;
  }
  .ml-xssm-7,
  .mx-xssm-7 {
    margin-left: 35px !important;
  }
  .m-xssm-8 {
    margin: 40px !important;
  }
  .mt-xssm-8,
  .my-xssm-8 {
    margin-top: 40px !important;
  }
  .mr-xssm-8,
  .mx-xssm-8 {
    margin-right: 40px !important;
  }
  .mb-xssm-8,
  .my-xssm-8 {
    margin-bottom: 40px !important;
  }
  .ml-xssm-8,
  .mx-xssm-8 {
    margin-left: 40px !important;
  }
  .m-xssm-9 {
    margin: 45px !important;
  }
  .mt-xssm-9,
  .my-xssm-9 {
    margin-top: 45px !important;
  }
  .mr-xssm-9,
  .mx-xssm-9 {
    margin-right: 45px !important;
  }
  .mb-xssm-9,
  .my-xssm-9 {
    margin-bottom: 45px !important;
  }
  .ml-xssm-9,
  .mx-xssm-9 {
    margin-left: 45px !important;
  }
  .m-xssm-10 {
    margin: 50px !important;
  }
  .mt-xssm-10,
  .my-xssm-10 {
    margin-top: 50px !important;
  }
  .mr-xssm-10,
  .mx-xssm-10 {
    margin-right: 50px !important;
  }
  .mb-xssm-10,
  .my-xssm-10 {
    margin-bottom: 50px !important;
  }
  .ml-xssm-10,
  .mx-xssm-10 {
    margin-left: 50px !important;
  }
  .m-xssm-11 {
    margin: 55px !important;
  }
  .mt-xssm-11,
  .my-xssm-11 {
    margin-top: 55px !important;
  }
  .mr-xssm-11,
  .mx-xssm-11 {
    margin-right: 55px !important;
  }
  .mb-xssm-11,
  .my-xssm-11 {
    margin-bottom: 55px !important;
  }
  .ml-xssm-11,
  .mx-xssm-11 {
    margin-left: 55px !important;
  }
  .m-xssm-15 {
    margin: 75px !important;
  }
  .mt-xssm-15,
  .my-xssm-15 {
    margin-top: 75px !important;
  }
  .mr-xssm-15,
  .mx-xssm-15 {
    margin-right: 75px !important;
  }
  .mb-xssm-15,
  .my-xssm-15 {
    margin-bottom: 75px !important;
  }
  .ml-xssm-15,
  .mx-xssm-15 {
    margin-left: 75px !important;
  }
  .m-xssm-20 {
    margin: 100px !important;
  }
  .mt-xssm-20,
  .my-xssm-20 {
    margin-top: 100px !important;
  }
  .mr-xssm-20,
  .mx-xssm-20 {
    margin-right: 100px !important;
  }
  .mb-xssm-20,
  .my-xssm-20 {
    margin-bottom: 100px !important;
  }
  .ml-xssm-20,
  .mx-xssm-20 {
    margin-left: 100px !important;
  }
  .m-xssm-21 {
    margin: 105px !important;
  }
  .mt-xssm-21,
  .my-xssm-21 {
    margin-top: 105px !important;
  }
  .mr-xssm-21,
  .mx-xssm-21 {
    margin-right: 105px !important;
  }
  .mb-xssm-21,
  .my-xssm-21 {
    margin-bottom: 105px !important;
  }
  .ml-xssm-21,
  .mx-xssm-21 {
    margin-left: 105px !important;
  }
  .m-xssm-22 {
    margin: 110px !important;
  }
  .mt-xssm-22,
  .my-xssm-22 {
    margin-top: 110px !important;
  }
  .mr-xssm-22,
  .mx-xssm-22 {
    margin-right: 110px !important;
  }
  .mb-xssm-22,
  .my-xssm-22 {
    margin-bottom: 110px !important;
  }
  .ml-xssm-22,
  .mx-xssm-22 {
    margin-left: 110px !important;
  }
  .m-xssm-23 {
    margin: 115px !important;
  }
  .mt-xssm-23,
  .my-xssm-23 {
    margin-top: 115px !important;
  }
  .mr-xssm-23,
  .mx-xssm-23 {
    margin-right: 115px !important;
  }
  .mb-xssm-23,
  .my-xssm-23 {
    margin-bottom: 115px !important;
  }
  .ml-xssm-23,
  .mx-xssm-23 {
    margin-left: 115px !important;
  }
  .m-xssm-24 {
    margin: 120px !important;
  }
  .mt-xssm-24,
  .my-xssm-24 {
    margin-top: 120px !important;
  }
  .mr-xssm-24,
  .mx-xssm-24 {
    margin-right: 120px !important;
  }
  .mb-xssm-24,
  .my-xssm-24 {
    margin-bottom: 120px !important;
  }
  .ml-xssm-24,
  .mx-xssm-24 {
    margin-left: 120px !important;
  }
  .m-xssm-25 {
    margin: 125px !important;
  }
  .mt-xssm-25,
  .my-xssm-25 {
    margin-top: 125px !important;
  }
  .mr-xssm-25,
  .mx-xssm-25 {
    margin-right: 125px !important;
  }
  .mb-xssm-25,
  .my-xssm-25 {
    margin-bottom: 125px !important;
  }
  .ml-xssm-25,
  .mx-xssm-25 {
    margin-left: 125px !important;
  }
  .m-xssm-30 {
    margin: 150px !important;
  }
  .mt-xssm-30,
  .my-xssm-30 {
    margin-top: 150px !important;
  }
  .mr-xssm-30,
  .mx-xssm-30 {
    margin-right: 150px !important;
  }
  .mb-xssm-30,
  .my-xssm-30 {
    margin-bottom: 150px !important;
  }
  .ml-xssm-30,
  .mx-xssm-30 {
    margin-left: 150px !important;
  }
  .m-xssm-40 {
    margin: 200px !important;
  }
  .mt-xssm-40,
  .my-xssm-40 {
    margin-top: 200px !important;
  }
  .mr-xssm-40,
  .mx-xssm-40 {
    margin-right: 200px !important;
  }
  .mb-xssm-40,
  .my-xssm-40 {
    margin-bottom: 200px !important;
  }
  .ml-xssm-40,
  .mx-xssm-40 {
    margin-left: 200px !important;
  }
  .m-xssm-45 {
    margin: 225px !important;
  }
  .mt-xssm-45,
  .my-xssm-45 {
    margin-top: 225px !important;
  }
  .mr-xssm-45,
  .mx-xssm-45 {
    margin-right: 225px !important;
  }
  .mb-xssm-45,
  .my-xssm-45 {
    margin-bottom: 225px !important;
  }
  .ml-xssm-45,
  .mx-xssm-45 {
    margin-left: 225px !important;
  }
  .m-xssm-50 {
    margin: 250px !important;
  }
  .mt-xssm-50,
  .my-xssm-50 {
    margin-top: 250px !important;
  }
  .mr-xssm-50,
  .mx-xssm-50 {
    margin-right: 250px !important;
  }
  .mb-xssm-50,
  .my-xssm-50 {
    margin-bottom: 250px !important;
  }
  .ml-xssm-50,
  .mx-xssm-50 {
    margin-left: 250px !important;
  }
  .p-xssm-0 {
    padding: 0 !important;
  }
  .pt-xssm-0,
  .py-xssm-0 {
    padding-top: 0 !important;
  }
  .pr-xssm-0,
  .px-xssm-0 {
    padding-right: 0 !important;
  }
  .pb-xssm-0,
  .py-xssm-0 {
    padding-bottom: 0 !important;
  }
  .pl-xssm-0,
  .px-xssm-0 {
    padding-left: 0 !important;
  }
  .p-xssm-1 {
    padding: 5px !important;
  }
  .pt-xssm-1,
  .py-xssm-1 {
    padding-top: 5px !important;
  }
  .pr-xssm-1,
  .px-xssm-1 {
    padding-right: 5px !important;
  }
  .pb-xssm-1,
  .py-xssm-1 {
    padding-bottom: 5px !important;
  }
  .pl-xssm-1,
  .px-xssm-1 {
    padding-left: 5px !important;
  }
  .p-xssm-2 {
    padding: 10px !important;
  }
  .pt-xssm-2,
  .py-xssm-2 {
    padding-top: 10px !important;
  }
  .pr-xssm-2,
  .px-xssm-2 {
    padding-right: 10px !important;
  }
  .pb-xssm-2,
  .py-xssm-2 {
    padding-bottom: 10px !important;
  }
  .pl-xssm-2,
  .px-xssm-2 {
    padding-left: 10px !important;
  }
  .p-xssm-3 {
    padding: 15px !important;
  }
  .pt-xssm-3,
  .py-xssm-3 {
    padding-top: 15px !important;
  }
  .pr-xssm-3,
  .px-xssm-3 {
    padding-right: 15px !important;
  }
  .pb-xssm-3,
  .py-xssm-3 {
    padding-bottom: 15px !important;
  }
  .pl-xssm-3,
  .px-xssm-3 {
    padding-left: 15px !important;
  }
  .p-xssm-4 {
    padding: 20px !important;
  }
  .pt-xssm-4,
  .py-xssm-4 {
    padding-top: 20px !important;
  }
  .pr-xssm-4,
  .px-xssm-4 {
    padding-right: 20px !important;
  }
  .pb-xssm-4,
  .py-xssm-4 {
    padding-bottom: 20px !important;
  }
  .pl-xssm-4,
  .px-xssm-4 {
    padding-left: 20px !important;
  }
  .p-xssm-5 {
    padding: 25px !important;
  }
  .pt-xssm-5,
  .py-xssm-5 {
    padding-top: 25px !important;
  }
  .pr-xssm-5,
  .px-xssm-5 {
    padding-right: 25px !important;
  }
  .pb-xssm-5,
  .py-xssm-5 {
    padding-bottom: 25px !important;
  }
  .pl-xssm-5,
  .px-xssm-5 {
    padding-left: 25px !important;
  }
  .p-xssm-6 {
    padding: 30px !important;
  }
  .pt-xssm-6,
  .py-xssm-6 {
    padding-top: 30px !important;
  }
  .pr-xssm-6,
  .px-xssm-6 {
    padding-right: 30px !important;
  }
  .pb-xssm-6,
  .py-xssm-6 {
    padding-bottom: 30px !important;
  }
  .pl-xssm-6,
  .px-xssm-6 {
    padding-left: 30px !important;
  }
  .p-xssm-7 {
    padding: 35px !important;
  }
  .pt-xssm-7,
  .py-xssm-7 {
    padding-top: 35px !important;
  }
  .pr-xssm-7,
  .px-xssm-7 {
    padding-right: 35px !important;
  }
  .pb-xssm-7,
  .py-xssm-7 {
    padding-bottom: 35px !important;
  }
  .pl-xssm-7,
  .px-xssm-7 {
    padding-left: 35px !important;
  }
  .p-xssm-8 {
    padding: 40px !important;
  }
  .pt-xssm-8,
  .py-xssm-8 {
    padding-top: 40px !important;
  }
  .pr-xssm-8,
  .px-xssm-8 {
    padding-right: 40px !important;
  }
  .pb-xssm-8,
  .py-xssm-8 {
    padding-bottom: 40px !important;
  }
  .pl-xssm-8,
  .px-xssm-8 {
    padding-left: 40px !important;
  }
  .p-xssm-9 {
    padding: 45px !important;
  }
  .pt-xssm-9,
  .py-xssm-9 {
    padding-top: 45px !important;
  }
  .pr-xssm-9,
  .px-xssm-9 {
    padding-right: 45px !important;
  }
  .pb-xssm-9,
  .py-xssm-9 {
    padding-bottom: 45px !important;
  }
  .pl-xssm-9,
  .px-xssm-9 {
    padding-left: 45px !important;
  }
  .p-xssm-10 {
    padding: 50px !important;
  }
  .pt-xssm-10,
  .py-xssm-10 {
    padding-top: 50px !important;
  }
  .pr-xssm-10,
  .px-xssm-10 {
    padding-right: 50px !important;
  }
  .pb-xssm-10,
  .py-xssm-10 {
    padding-bottom: 50px !important;
  }
  .pl-xssm-10,
  .px-xssm-10 {
    padding-left: 50px !important;
  }
  .p-xssm-11 {
    padding: 55px !important;
  }
  .pt-xssm-11,
  .py-xssm-11 {
    padding-top: 55px !important;
  }
  .pr-xssm-11,
  .px-xssm-11 {
    padding-right: 55px !important;
  }
  .pb-xssm-11,
  .py-xssm-11 {
    padding-bottom: 55px !important;
  }
  .pl-xssm-11,
  .px-xssm-11 {
    padding-left: 55px !important;
  }
  .p-xssm-15 {
    padding: 75px !important;
  }
  .pt-xssm-15,
  .py-xssm-15 {
    padding-top: 75px !important;
  }
  .pr-xssm-15,
  .px-xssm-15 {
    padding-right: 75px !important;
  }
  .pb-xssm-15,
  .py-xssm-15 {
    padding-bottom: 75px !important;
  }
  .pl-xssm-15,
  .px-xssm-15 {
    padding-left: 75px !important;
  }
  .p-xssm-20 {
    padding: 100px !important;
  }
  .pt-xssm-20,
  .py-xssm-20 {
    padding-top: 100px !important;
  }
  .pr-xssm-20,
  .px-xssm-20 {
    padding-right: 100px !important;
  }
  .pb-xssm-20,
  .py-xssm-20 {
    padding-bottom: 100px !important;
  }
  .pl-xssm-20,
  .px-xssm-20 {
    padding-left: 100px !important;
  }
  .p-xssm-21 {
    padding: 105px !important;
  }
  .pt-xssm-21,
  .py-xssm-21 {
    padding-top: 105px !important;
  }
  .pr-xssm-21,
  .px-xssm-21 {
    padding-right: 105px !important;
  }
  .pb-xssm-21,
  .py-xssm-21 {
    padding-bottom: 105px !important;
  }
  .pl-xssm-21,
  .px-xssm-21 {
    padding-left: 105px !important;
  }
  .p-xssm-22 {
    padding: 110px !important;
  }
  .pt-xssm-22,
  .py-xssm-22 {
    padding-top: 110px !important;
  }
  .pr-xssm-22,
  .px-xssm-22 {
    padding-right: 110px !important;
  }
  .pb-xssm-22,
  .py-xssm-22 {
    padding-bottom: 110px !important;
  }
  .pl-xssm-22,
  .px-xssm-22 {
    padding-left: 110px !important;
  }
  .p-xssm-23 {
    padding: 115px !important;
  }
  .pt-xssm-23,
  .py-xssm-23 {
    padding-top: 115px !important;
  }
  .pr-xssm-23,
  .px-xssm-23 {
    padding-right: 115px !important;
  }
  .pb-xssm-23,
  .py-xssm-23 {
    padding-bottom: 115px !important;
  }
  .pl-xssm-23,
  .px-xssm-23 {
    padding-left: 115px !important;
  }
  .p-xssm-24 {
    padding: 120px !important;
  }
  .pt-xssm-24,
  .py-xssm-24 {
    padding-top: 120px !important;
  }
  .pr-xssm-24,
  .px-xssm-24 {
    padding-right: 120px !important;
  }
  .pb-xssm-24,
  .py-xssm-24 {
    padding-bottom: 120px !important;
  }
  .pl-xssm-24,
  .px-xssm-24 {
    padding-left: 120px !important;
  }
  .p-xssm-25 {
    padding: 125px !important;
  }
  .pt-xssm-25,
  .py-xssm-25 {
    padding-top: 125px !important;
  }
  .pr-xssm-25,
  .px-xssm-25 {
    padding-right: 125px !important;
  }
  .pb-xssm-25,
  .py-xssm-25 {
    padding-bottom: 125px !important;
  }
  .pl-xssm-25,
  .px-xssm-25 {
    padding-left: 125px !important;
  }
  .p-xssm-30 {
    padding: 150px !important;
  }
  .pt-xssm-30,
  .py-xssm-30 {
    padding-top: 150px !important;
  }
  .pr-xssm-30,
  .px-xssm-30 {
    padding-right: 150px !important;
  }
  .pb-xssm-30,
  .py-xssm-30 {
    padding-bottom: 150px !important;
  }
  .pl-xssm-30,
  .px-xssm-30 {
    padding-left: 150px !important;
  }
  .p-xssm-40 {
    padding: 200px !important;
  }
  .pt-xssm-40,
  .py-xssm-40 {
    padding-top: 200px !important;
  }
  .pr-xssm-40,
  .px-xssm-40 {
    padding-right: 200px !important;
  }
  .pb-xssm-40,
  .py-xssm-40 {
    padding-bottom: 200px !important;
  }
  .pl-xssm-40,
  .px-xssm-40 {
    padding-left: 200px !important;
  }
  .p-xssm-45 {
    padding: 225px !important;
  }
  .pt-xssm-45,
  .py-xssm-45 {
    padding-top: 225px !important;
  }
  .pr-xssm-45,
  .px-xssm-45 {
    padding-right: 225px !important;
  }
  .pb-xssm-45,
  .py-xssm-45 {
    padding-bottom: 225px !important;
  }
  .pl-xssm-45,
  .px-xssm-45 {
    padding-left: 225px !important;
  }
  .p-xssm-50 {
    padding: 250px !important;
  }
  .pt-xssm-50,
  .py-xssm-50 {
    padding-top: 250px !important;
  }
  .pr-xssm-50,
  .px-xssm-50 {
    padding-right: 250px !important;
  }
  .pb-xssm-50,
  .py-xssm-50 {
    padding-bottom: 250px !important;
  }
  .pl-xssm-50,
  .px-xssm-50 {
    padding-left: 250px !important;
  }
  .m-xssm-auto {
    margin: auto !important;
  }
  .mt-xssm-auto,
  .my-xssm-auto {
    margin-top: auto !important;
  }
  .mr-xssm-auto,
  .mx-xssm-auto {
    margin-right: auto !important;
  }
  .mb-xssm-auto,
  .my-xssm-auto {
    margin-bottom: auto !important;
  }
  .ml-xssm-auto,
  .mx-xssm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 414px) {
  .m-xsm-0 {
    margin: 0 !important;
  }
  .mt-xsm-0,
  .my-xsm-0 {
    margin-top: 0 !important;
  }
  .mr-xsm-0,
  .mx-xsm-0 {
    margin-right: 0 !important;
  }
  .mb-xsm-0,
  .my-xsm-0 {
    margin-bottom: 0 !important;
  }
  .ml-xsm-0,
  .mx-xsm-0 {
    margin-left: 0 !important;
  }
  .m-xsm-1 {
    margin: 5px !important;
  }
  .mt-xsm-1,
  .my-xsm-1 {
    margin-top: 5px !important;
  }
  .mr-xsm-1,
  .mx-xsm-1 {
    margin-right: 5px !important;
  }
  .mb-xsm-1,
  .my-xsm-1 {
    margin-bottom: 5px !important;
  }
  .ml-xsm-1,
  .mx-xsm-1 {
    margin-left: 5px !important;
  }
  .m-xsm-2 {
    margin: 10px !important;
  }
  .mt-xsm-2,
  .my-xsm-2 {
    margin-top: 10px !important;
  }
  .mr-xsm-2,
  .mx-xsm-2 {
    margin-right: 10px !important;
  }
  .mb-xsm-2,
  .my-xsm-2 {
    margin-bottom: 10px !important;
  }
  .ml-xsm-2,
  .mx-xsm-2 {
    margin-left: 10px !important;
  }
  .m-xsm-3 {
    margin: 15px !important;
  }
  .mt-xsm-3,
  .my-xsm-3 {
    margin-top: 15px !important;
  }
  .mr-xsm-3,
  .mx-xsm-3 {
    margin-right: 15px !important;
  }
  .mb-xsm-3,
  .my-xsm-3 {
    margin-bottom: 15px !important;
  }
  .ml-xsm-3,
  .mx-xsm-3 {
    margin-left: 15px !important;
  }
  .m-xsm-4 {
    margin: 20px !important;
  }
  .mt-xsm-4,
  .my-xsm-4 {
    margin-top: 20px !important;
  }
  .mr-xsm-4,
  .mx-xsm-4 {
    margin-right: 20px !important;
  }
  .mb-xsm-4,
  .my-xsm-4 {
    margin-bottom: 20px !important;
  }
  .ml-xsm-4,
  .mx-xsm-4 {
    margin-left: 20px !important;
  }
  .m-xsm-5 {
    margin: 25px !important;
  }
  .mt-xsm-5,
  .my-xsm-5 {
    margin-top: 25px !important;
  }
  .mr-xsm-5,
  .mx-xsm-5 {
    margin-right: 25px !important;
  }
  .mb-xsm-5,
  .my-xsm-5 {
    margin-bottom: 25px !important;
  }
  .ml-xsm-5,
  .mx-xsm-5 {
    margin-left: 25px !important;
  }
  .m-xsm-6 {
    margin: 30px !important;
  }
  .mt-xsm-6,
  .my-xsm-6 {
    margin-top: 30px !important;
  }
  .mr-xsm-6,
  .mx-xsm-6 {
    margin-right: 30px !important;
  }
  .mb-xsm-6,
  .my-xsm-6 {
    margin-bottom: 30px !important;
  }
  .ml-xsm-6,
  .mx-xsm-6 {
    margin-left: 30px !important;
  }
  .m-xsm-7 {
    margin: 35px !important;
  }
  .mt-xsm-7,
  .my-xsm-7 {
    margin-top: 35px !important;
  }
  .mr-xsm-7,
  .mx-xsm-7 {
    margin-right: 35px !important;
  }
  .mb-xsm-7,
  .my-xsm-7 {
    margin-bottom: 35px !important;
  }
  .ml-xsm-7,
  .mx-xsm-7 {
    margin-left: 35px !important;
  }
  .m-xsm-8 {
    margin: 40px !important;
  }
  .mt-xsm-8,
  .my-xsm-8 {
    margin-top: 40px !important;
  }
  .mr-xsm-8,
  .mx-xsm-8 {
    margin-right: 40px !important;
  }
  .mb-xsm-8,
  .my-xsm-8 {
    margin-bottom: 40px !important;
  }
  .ml-xsm-8,
  .mx-xsm-8 {
    margin-left: 40px !important;
  }
  .m-xsm-9 {
    margin: 45px !important;
  }
  .mt-xsm-9,
  .my-xsm-9 {
    margin-top: 45px !important;
  }
  .mr-xsm-9,
  .mx-xsm-9 {
    margin-right: 45px !important;
  }
  .mb-xsm-9,
  .my-xsm-9 {
    margin-bottom: 45px !important;
  }
  .ml-xsm-9,
  .mx-xsm-9 {
    margin-left: 45px !important;
  }
  .m-xsm-10 {
    margin: 50px !important;
  }
  .mt-xsm-10,
  .my-xsm-10 {
    margin-top: 50px !important;
  }
  .mr-xsm-10,
  .mx-xsm-10 {
    margin-right: 50px !important;
  }
  .mb-xsm-10,
  .my-xsm-10 {
    margin-bottom: 50px !important;
  }
  .ml-xsm-10,
  .mx-xsm-10 {
    margin-left: 50px !important;
  }
  .m-xsm-11 {
    margin: 55px !important;
  }
  .mt-xsm-11,
  .my-xsm-11 {
    margin-top: 55px !important;
  }
  .mr-xsm-11,
  .mx-xsm-11 {
    margin-right: 55px !important;
  }
  .mb-xsm-11,
  .my-xsm-11 {
    margin-bottom: 55px !important;
  }
  .ml-xsm-11,
  .mx-xsm-11 {
    margin-left: 55px !important;
  }
  .m-xsm-15 {
    margin: 75px !important;
  }
  .mt-xsm-15,
  .my-xsm-15 {
    margin-top: 75px !important;
  }
  .mr-xsm-15,
  .mx-xsm-15 {
    margin-right: 75px !important;
  }
  .mb-xsm-15,
  .my-xsm-15 {
    margin-bottom: 75px !important;
  }
  .ml-xsm-15,
  .mx-xsm-15 {
    margin-left: 75px !important;
  }
  .m-xsm-20 {
    margin: 100px !important;
  }
  .mt-xsm-20,
  .my-xsm-20 {
    margin-top: 100px !important;
  }
  .mr-xsm-20,
  .mx-xsm-20 {
    margin-right: 100px !important;
  }
  .mb-xsm-20,
  .my-xsm-20 {
    margin-bottom: 100px !important;
  }
  .ml-xsm-20,
  .mx-xsm-20 {
    margin-left: 100px !important;
  }
  .m-xsm-21 {
    margin: 105px !important;
  }
  .mt-xsm-21,
  .my-xsm-21 {
    margin-top: 105px !important;
  }
  .mr-xsm-21,
  .mx-xsm-21 {
    margin-right: 105px !important;
  }
  .mb-xsm-21,
  .my-xsm-21 {
    margin-bottom: 105px !important;
  }
  .ml-xsm-21,
  .mx-xsm-21 {
    margin-left: 105px !important;
  }
  .m-xsm-22 {
    margin: 110px !important;
  }
  .mt-xsm-22,
  .my-xsm-22 {
    margin-top: 110px !important;
  }
  .mr-xsm-22,
  .mx-xsm-22 {
    margin-right: 110px !important;
  }
  .mb-xsm-22,
  .my-xsm-22 {
    margin-bottom: 110px !important;
  }
  .ml-xsm-22,
  .mx-xsm-22 {
    margin-left: 110px !important;
  }
  .m-xsm-23 {
    margin: 115px !important;
  }
  .mt-xsm-23,
  .my-xsm-23 {
    margin-top: 115px !important;
  }
  .mr-xsm-23,
  .mx-xsm-23 {
    margin-right: 115px !important;
  }
  .mb-xsm-23,
  .my-xsm-23 {
    margin-bottom: 115px !important;
  }
  .ml-xsm-23,
  .mx-xsm-23 {
    margin-left: 115px !important;
  }
  .m-xsm-24 {
    margin: 120px !important;
  }
  .mt-xsm-24,
  .my-xsm-24 {
    margin-top: 120px !important;
  }
  .mr-xsm-24,
  .mx-xsm-24 {
    margin-right: 120px !important;
  }
  .mb-xsm-24,
  .my-xsm-24 {
    margin-bottom: 120px !important;
  }
  .ml-xsm-24,
  .mx-xsm-24 {
    margin-left: 120px !important;
  }
  .m-xsm-25 {
    margin: 125px !important;
  }
  .mt-xsm-25,
  .my-xsm-25 {
    margin-top: 125px !important;
  }
  .mr-xsm-25,
  .mx-xsm-25 {
    margin-right: 125px !important;
  }
  .mb-xsm-25,
  .my-xsm-25 {
    margin-bottom: 125px !important;
  }
  .ml-xsm-25,
  .mx-xsm-25 {
    margin-left: 125px !important;
  }
  .m-xsm-30 {
    margin: 150px !important;
  }
  .mt-xsm-30,
  .my-xsm-30 {
    margin-top: 150px !important;
  }
  .mr-xsm-30,
  .mx-xsm-30 {
    margin-right: 150px !important;
  }
  .mb-xsm-30,
  .my-xsm-30 {
    margin-bottom: 150px !important;
  }
  .ml-xsm-30,
  .mx-xsm-30 {
    margin-left: 150px !important;
  }
  .m-xsm-40 {
    margin: 200px !important;
  }
  .mt-xsm-40,
  .my-xsm-40 {
    margin-top: 200px !important;
  }
  .mr-xsm-40,
  .mx-xsm-40 {
    margin-right: 200px !important;
  }
  .mb-xsm-40,
  .my-xsm-40 {
    margin-bottom: 200px !important;
  }
  .ml-xsm-40,
  .mx-xsm-40 {
    margin-left: 200px !important;
  }
  .m-xsm-45 {
    margin: 225px !important;
  }
  .mt-xsm-45,
  .my-xsm-45 {
    margin-top: 225px !important;
  }
  .mr-xsm-45,
  .mx-xsm-45 {
    margin-right: 225px !important;
  }
  .mb-xsm-45,
  .my-xsm-45 {
    margin-bottom: 225px !important;
  }
  .ml-xsm-45,
  .mx-xsm-45 {
    margin-left: 225px !important;
  }
  .m-xsm-50 {
    margin: 250px !important;
  }
  .mt-xsm-50,
  .my-xsm-50 {
    margin-top: 250px !important;
  }
  .mr-xsm-50,
  .mx-xsm-50 {
    margin-right: 250px !important;
  }
  .mb-xsm-50,
  .my-xsm-50 {
    margin-bottom: 250px !important;
  }
  .ml-xsm-50,
  .mx-xsm-50 {
    margin-left: 250px !important;
  }
  .p-xsm-0 {
    padding: 0 !important;
  }
  .pt-xsm-0,
  .py-xsm-0 {
    padding-top: 0 !important;
  }
  .pr-xsm-0,
  .px-xsm-0 {
    padding-right: 0 !important;
  }
  .pb-xsm-0,
  .py-xsm-0 {
    padding-bottom: 0 !important;
  }
  .pl-xsm-0,
  .px-xsm-0 {
    padding-left: 0 !important;
  }
  .p-xsm-1 {
    padding: 5px !important;
  }
  .pt-xsm-1,
  .py-xsm-1 {
    padding-top: 5px !important;
  }
  .pr-xsm-1,
  .px-xsm-1 {
    padding-right: 5px !important;
  }
  .pb-xsm-1,
  .py-xsm-1 {
    padding-bottom: 5px !important;
  }
  .pl-xsm-1,
  .px-xsm-1 {
    padding-left: 5px !important;
  }
  .p-xsm-2 {
    padding: 10px !important;
  }
  .pt-xsm-2,
  .py-xsm-2 {
    padding-top: 10px !important;
  }
  .pr-xsm-2,
  .px-xsm-2 {
    padding-right: 10px !important;
  }
  .pb-xsm-2,
  .py-xsm-2 {
    padding-bottom: 10px !important;
  }
  .pl-xsm-2,
  .px-xsm-2 {
    padding-left: 10px !important;
  }
  .p-xsm-3 {
    padding: 15px !important;
  }
  .pt-xsm-3,
  .py-xsm-3 {
    padding-top: 15px !important;
  }
  .pr-xsm-3,
  .px-xsm-3 {
    padding-right: 15px !important;
  }
  .pb-xsm-3,
  .py-xsm-3 {
    padding-bottom: 15px !important;
  }
  .pl-xsm-3,
  .px-xsm-3 {
    padding-left: 15px !important;
  }
  .p-xsm-4 {
    padding: 20px !important;
  }
  .pt-xsm-4,
  .py-xsm-4 {
    padding-top: 20px !important;
  }
  .pr-xsm-4,
  .px-xsm-4 {
    padding-right: 20px !important;
  }
  .pb-xsm-4,
  .py-xsm-4 {
    padding-bottom: 20px !important;
  }
  .pl-xsm-4,
  .px-xsm-4 {
    padding-left: 20px !important;
  }
  .p-xsm-5 {
    padding: 25px !important;
  }
  .pt-xsm-5,
  .py-xsm-5 {
    padding-top: 25px !important;
  }
  .pr-xsm-5,
  .px-xsm-5 {
    padding-right: 25px !important;
  }
  .pb-xsm-5,
  .py-xsm-5 {
    padding-bottom: 25px !important;
  }
  .pl-xsm-5,
  .px-xsm-5 {
    padding-left: 25px !important;
  }
  .p-xsm-6 {
    padding: 30px !important;
  }
  .pt-xsm-6,
  .py-xsm-6 {
    padding-top: 30px !important;
  }
  .pr-xsm-6,
  .px-xsm-6 {
    padding-right: 30px !important;
  }
  .pb-xsm-6,
  .py-xsm-6 {
    padding-bottom: 30px !important;
  }
  .pl-xsm-6,
  .px-xsm-6 {
    padding-left: 30px !important;
  }
  .p-xsm-7 {
    padding: 35px !important;
  }
  .pt-xsm-7,
  .py-xsm-7 {
    padding-top: 35px !important;
  }
  .pr-xsm-7,
  .px-xsm-7 {
    padding-right: 35px !important;
  }
  .pb-xsm-7,
  .py-xsm-7 {
    padding-bottom: 35px !important;
  }
  .pl-xsm-7,
  .px-xsm-7 {
    padding-left: 35px !important;
  }
  .p-xsm-8 {
    padding: 40px !important;
  }
  .pt-xsm-8,
  .py-xsm-8 {
    padding-top: 40px !important;
  }
  .pr-xsm-8,
  .px-xsm-8 {
    padding-right: 40px !important;
  }
  .pb-xsm-8,
  .py-xsm-8 {
    padding-bottom: 40px !important;
  }
  .pl-xsm-8,
  .px-xsm-8 {
    padding-left: 40px !important;
  }
  .p-xsm-9 {
    padding: 45px !important;
  }
  .pt-xsm-9,
  .py-xsm-9 {
    padding-top: 45px !important;
  }
  .pr-xsm-9,
  .px-xsm-9 {
    padding-right: 45px !important;
  }
  .pb-xsm-9,
  .py-xsm-9 {
    padding-bottom: 45px !important;
  }
  .pl-xsm-9,
  .px-xsm-9 {
    padding-left: 45px !important;
  }
  .p-xsm-10 {
    padding: 50px !important;
  }
  .pt-xsm-10,
  .py-xsm-10 {
    padding-top: 50px !important;
  }
  .pr-xsm-10,
  .px-xsm-10 {
    padding-right: 50px !important;
  }
  .pb-xsm-10,
  .py-xsm-10 {
    padding-bottom: 50px !important;
  }
  .pl-xsm-10,
  .px-xsm-10 {
    padding-left: 50px !important;
  }
  .p-xsm-11 {
    padding: 55px !important;
  }
  .pt-xsm-11,
  .py-xsm-11 {
    padding-top: 55px !important;
  }
  .pr-xsm-11,
  .px-xsm-11 {
    padding-right: 55px !important;
  }
  .pb-xsm-11,
  .py-xsm-11 {
    padding-bottom: 55px !important;
  }
  .pl-xsm-11,
  .px-xsm-11 {
    padding-left: 55px !important;
  }
  .p-xsm-15 {
    padding: 75px !important;
  }
  .pt-xsm-15,
  .py-xsm-15 {
    padding-top: 75px !important;
  }
  .pr-xsm-15,
  .px-xsm-15 {
    padding-right: 75px !important;
  }
  .pb-xsm-15,
  .py-xsm-15 {
    padding-bottom: 75px !important;
  }
  .pl-xsm-15,
  .px-xsm-15 {
    padding-left: 75px !important;
  }
  .p-xsm-20 {
    padding: 100px !important;
  }
  .pt-xsm-20,
  .py-xsm-20 {
    padding-top: 100px !important;
  }
  .pr-xsm-20,
  .px-xsm-20 {
    padding-right: 100px !important;
  }
  .pb-xsm-20,
  .py-xsm-20 {
    padding-bottom: 100px !important;
  }
  .pl-xsm-20,
  .px-xsm-20 {
    padding-left: 100px !important;
  }
  .p-xsm-21 {
    padding: 105px !important;
  }
  .pt-xsm-21,
  .py-xsm-21 {
    padding-top: 105px !important;
  }
  .pr-xsm-21,
  .px-xsm-21 {
    padding-right: 105px !important;
  }
  .pb-xsm-21,
  .py-xsm-21 {
    padding-bottom: 105px !important;
  }
  .pl-xsm-21,
  .px-xsm-21 {
    padding-left: 105px !important;
  }
  .p-xsm-22 {
    padding: 110px !important;
  }
  .pt-xsm-22,
  .py-xsm-22 {
    padding-top: 110px !important;
  }
  .pr-xsm-22,
  .px-xsm-22 {
    padding-right: 110px !important;
  }
  .pb-xsm-22,
  .py-xsm-22 {
    padding-bottom: 110px !important;
  }
  .pl-xsm-22,
  .px-xsm-22 {
    padding-left: 110px !important;
  }
  .p-xsm-23 {
    padding: 115px !important;
  }
  .pt-xsm-23,
  .py-xsm-23 {
    padding-top: 115px !important;
  }
  .pr-xsm-23,
  .px-xsm-23 {
    padding-right: 115px !important;
  }
  .pb-xsm-23,
  .py-xsm-23 {
    padding-bottom: 115px !important;
  }
  .pl-xsm-23,
  .px-xsm-23 {
    padding-left: 115px !important;
  }
  .p-xsm-24 {
    padding: 120px !important;
  }
  .pt-xsm-24,
  .py-xsm-24 {
    padding-top: 120px !important;
  }
  .pr-xsm-24,
  .px-xsm-24 {
    padding-right: 120px !important;
  }
  .pb-xsm-24,
  .py-xsm-24 {
    padding-bottom: 120px !important;
  }
  .pl-xsm-24,
  .px-xsm-24 {
    padding-left: 120px !important;
  }
  .p-xsm-25 {
    padding: 125px !important;
  }
  .pt-xsm-25,
  .py-xsm-25 {
    padding-top: 125px !important;
  }
  .pr-xsm-25,
  .px-xsm-25 {
    padding-right: 125px !important;
  }
  .pb-xsm-25,
  .py-xsm-25 {
    padding-bottom: 125px !important;
  }
  .pl-xsm-25,
  .px-xsm-25 {
    padding-left: 125px !important;
  }
  .p-xsm-30 {
    padding: 150px !important;
  }
  .pt-xsm-30,
  .py-xsm-30 {
    padding-top: 150px !important;
  }
  .pr-xsm-30,
  .px-xsm-30 {
    padding-right: 150px !important;
  }
  .pb-xsm-30,
  .py-xsm-30 {
    padding-bottom: 150px !important;
  }
  .pl-xsm-30,
  .px-xsm-30 {
    padding-left: 150px !important;
  }
  .p-xsm-40 {
    padding: 200px !important;
  }
  .pt-xsm-40,
  .py-xsm-40 {
    padding-top: 200px !important;
  }
  .pr-xsm-40,
  .px-xsm-40 {
    padding-right: 200px !important;
  }
  .pb-xsm-40,
  .py-xsm-40 {
    padding-bottom: 200px !important;
  }
  .pl-xsm-40,
  .px-xsm-40 {
    padding-left: 200px !important;
  }
  .p-xsm-45 {
    padding: 225px !important;
  }
  .pt-xsm-45,
  .py-xsm-45 {
    padding-top: 225px !important;
  }
  .pr-xsm-45,
  .px-xsm-45 {
    padding-right: 225px !important;
  }
  .pb-xsm-45,
  .py-xsm-45 {
    padding-bottom: 225px !important;
  }
  .pl-xsm-45,
  .px-xsm-45 {
    padding-left: 225px !important;
  }
  .p-xsm-50 {
    padding: 250px !important;
  }
  .pt-xsm-50,
  .py-xsm-50 {
    padding-top: 250px !important;
  }
  .pr-xsm-50,
  .px-xsm-50 {
    padding-right: 250px !important;
  }
  .pb-xsm-50,
  .py-xsm-50 {
    padding-bottom: 250px !important;
  }
  .pl-xsm-50,
  .px-xsm-50 {
    padding-left: 250px !important;
  }
  .m-xsm-auto {
    margin: auto !important;
  }
  .mt-xsm-auto,
  .my-xsm-auto {
    margin-top: auto !important;
  }
  .mr-xsm-auto,
  .mx-xsm-auto {
    margin-right: auto !important;
  }
  .mb-xsm-auto,
  .my-xsm-auto {
    margin-bottom: auto !important;
  }
  .ml-xsm-auto,
  .mx-xsm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 5px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5px !important;
  }
  .m-sm-2 {
    margin: 10px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px !important;
  }
  .m-sm-3 {
    margin: 15px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 15px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 15px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 15px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 15px !important;
  }
  .m-sm-4 {
    margin: 20px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 20px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 20px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 20px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 20px !important;
  }
  .m-sm-5 {
    margin: 25px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 25px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 25px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 25px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 25px !important;
  }
  .m-sm-6 {
    margin: 30px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 30px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 30px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 30px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 30px !important;
  }
  .m-sm-7 {
    margin: 35px !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 35px !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 35px !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 35px !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 35px !important;
  }
  .m-sm-8 {
    margin: 40px !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 40px !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 40px !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 40px !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 40px !important;
  }
  .m-sm-9 {
    margin: 45px !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 45px !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 45px !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 45px !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 45px !important;
  }
  .m-sm-10 {
    margin: 50px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 50px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 50px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 50px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 50px !important;
  }
  .m-sm-11 {
    margin: 55px !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 55px !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 55px !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 55px !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 55px !important;
  }
  .m-sm-15 {
    margin: 75px !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 75px !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 75px !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 75px !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 75px !important;
  }
  .m-sm-20 {
    margin: 100px !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 100px !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 100px !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 100px !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 100px !important;
  }
  .m-sm-21 {
    margin: 105px !important;
  }
  .mt-sm-21,
  .my-sm-21 {
    margin-top: 105px !important;
  }
  .mr-sm-21,
  .mx-sm-21 {
    margin-right: 105px !important;
  }
  .mb-sm-21,
  .my-sm-21 {
    margin-bottom: 105px !important;
  }
  .ml-sm-21,
  .mx-sm-21 {
    margin-left: 105px !important;
  }
  .m-sm-22 {
    margin: 110px !important;
  }
  .mt-sm-22,
  .my-sm-22 {
    margin-top: 110px !important;
  }
  .mr-sm-22,
  .mx-sm-22 {
    margin-right: 110px !important;
  }
  .mb-sm-22,
  .my-sm-22 {
    margin-bottom: 110px !important;
  }
  .ml-sm-22,
  .mx-sm-22 {
    margin-left: 110px !important;
  }
  .m-sm-23 {
    margin: 115px !important;
  }
  .mt-sm-23,
  .my-sm-23 {
    margin-top: 115px !important;
  }
  .mr-sm-23,
  .mx-sm-23 {
    margin-right: 115px !important;
  }
  .mb-sm-23,
  .my-sm-23 {
    margin-bottom: 115px !important;
  }
  .ml-sm-23,
  .mx-sm-23 {
    margin-left: 115px !important;
  }
  .m-sm-24 {
    margin: 120px !important;
  }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 120px !important;
  }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 120px !important;
  }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 120px !important;
  }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 120px !important;
  }
  .m-sm-25 {
    margin: 125px !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 125px !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 125px !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 125px !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 125px !important;
  }
  .m-sm-30 {
    margin: 150px !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 150px !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 150px !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 150px !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 150px !important;
  }
  .m-sm-40 {
    margin: 200px !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 200px !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 200px !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 200px !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 200px !important;
  }
  .m-sm-45 {
    margin: 225px !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 225px !important;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 225px !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 225px !important;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 225px !important;
  }
  .m-sm-50 {
    margin: 250px !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 250px !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 250px !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 250px !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 250px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 5px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px !important;
  }
  .p-sm-2 {
    padding: 10px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important;
  }
  .p-sm-3 {
    padding: 15px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 15px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 15px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 15px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 15px !important;
  }
  .p-sm-4 {
    padding: 20px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 20px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 20px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 20px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 20px !important;
  }
  .p-sm-5 {
    padding: 25px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 25px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 25px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 25px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 25px !important;
  }
  .p-sm-6 {
    padding: 30px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 30px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 30px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 30px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 30px !important;
  }
  .p-sm-7 {
    padding: 35px !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 35px !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 35px !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 35px !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 35px !important;
  }
  .p-sm-8 {
    padding: 40px !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 40px !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 40px !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 40px !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 40px !important;
  }
  .p-sm-9 {
    padding: 45px !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 45px !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 45px !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 45px !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 45px !important;
  }
  .p-sm-10 {
    padding: 50px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 50px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 50px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 50px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 50px !important;
  }
  .p-sm-11 {
    padding: 55px !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 55px !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 55px !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 55px !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 55px !important;
  }
  .p-sm-15 {
    padding: 75px !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 75px !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 75px !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 75px !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 75px !important;
  }
  .p-sm-20 {
    padding: 100px !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 100px !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 100px !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 100px !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 100px !important;
  }
  .p-sm-21 {
    padding: 105px !important;
  }
  .pt-sm-21,
  .py-sm-21 {
    padding-top: 105px !important;
  }
  .pr-sm-21,
  .px-sm-21 {
    padding-right: 105px !important;
  }
  .pb-sm-21,
  .py-sm-21 {
    padding-bottom: 105px !important;
  }
  .pl-sm-21,
  .px-sm-21 {
    padding-left: 105px !important;
  }
  .p-sm-22 {
    padding: 110px !important;
  }
  .pt-sm-22,
  .py-sm-22 {
    padding-top: 110px !important;
  }
  .pr-sm-22,
  .px-sm-22 {
    padding-right: 110px !important;
  }
  .pb-sm-22,
  .py-sm-22 {
    padding-bottom: 110px !important;
  }
  .pl-sm-22,
  .px-sm-22 {
    padding-left: 110px !important;
  }
  .p-sm-23 {
    padding: 115px !important;
  }
  .pt-sm-23,
  .py-sm-23 {
    padding-top: 115px !important;
  }
  .pr-sm-23,
  .px-sm-23 {
    padding-right: 115px !important;
  }
  .pb-sm-23,
  .py-sm-23 {
    padding-bottom: 115px !important;
  }
  .pl-sm-23,
  .px-sm-23 {
    padding-left: 115px !important;
  }
  .p-sm-24 {
    padding: 120px !important;
  }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 120px !important;
  }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 120px !important;
  }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 120px !important;
  }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 120px !important;
  }
  .p-sm-25 {
    padding: 125px !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 125px !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 125px !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 125px !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 125px !important;
  }
  .p-sm-30 {
    padding: 150px !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 150px !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 150px !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 150px !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 150px !important;
  }
  .p-sm-40 {
    padding: 200px !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 200px !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 200px !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 200px !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 200px !important;
  }
  .p-sm-45 {
    padding: 225px !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 225px !important;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 225px !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 225px !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 225px !important;
  }
  .p-sm-50 {
    padding: 250px !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 250px !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 250px !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 250px !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 250px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 5px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5px !important;
  }
  .m-md-2 {
    margin: 10px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px !important;
  }
  .m-md-3 {
    margin: 15px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 15px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 15px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 15px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 15px !important;
  }
  .m-md-4 {
    margin: 20px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 20px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 20px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 20px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 20px !important;
  }
  .m-md-5 {
    margin: 25px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 25px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 25px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 25px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 25px !important;
  }
  .m-md-6 {
    margin: 30px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 30px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 30px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 30px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 30px !important;
  }
  .m-md-7 {
    margin: 35px !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 35px !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 35px !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 35px !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 35px !important;
  }
  .m-md-8 {
    margin: 40px !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 40px !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 40px !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 40px !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 40px !important;
  }
  .m-md-9 {
    margin: 45px !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 45px !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 45px !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 45px !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 45px !important;
  }
  .m-md-10 {
    margin: 50px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 50px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 50px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 50px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 50px !important;
  }
  .m-md-11 {
    margin: 55px !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 55px !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 55px !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 55px !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 55px !important;
  }
  .m-md-15 {
    margin: 75px !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 75px !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 75px !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 75px !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 75px !important;
  }
  .m-md-20 {
    margin: 100px !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 100px !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 100px !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 100px !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 100px !important;
  }
  .m-md-21 {
    margin: 105px !important;
  }
  .mt-md-21,
  .my-md-21 {
    margin-top: 105px !important;
  }
  .mr-md-21,
  .mx-md-21 {
    margin-right: 105px !important;
  }
  .mb-md-21,
  .my-md-21 {
    margin-bottom: 105px !important;
  }
  .ml-md-21,
  .mx-md-21 {
    margin-left: 105px !important;
  }
  .m-md-22 {
    margin: 110px !important;
  }
  .mt-md-22,
  .my-md-22 {
    margin-top: 110px !important;
  }
  .mr-md-22,
  .mx-md-22 {
    margin-right: 110px !important;
  }
  .mb-md-22,
  .my-md-22 {
    margin-bottom: 110px !important;
  }
  .ml-md-22,
  .mx-md-22 {
    margin-left: 110px !important;
  }
  .m-md-23 {
    margin: 115px !important;
  }
  .mt-md-23,
  .my-md-23 {
    margin-top: 115px !important;
  }
  .mr-md-23,
  .mx-md-23 {
    margin-right: 115px !important;
  }
  .mb-md-23,
  .my-md-23 {
    margin-bottom: 115px !important;
  }
  .ml-md-23,
  .mx-md-23 {
    margin-left: 115px !important;
  }
  .m-md-24 {
    margin: 120px !important;
  }
  .mt-md-24,
  .my-md-24 {
    margin-top: 120px !important;
  }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 120px !important;
  }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 120px !important;
  }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 120px !important;
  }
  .m-md-25 {
    margin: 125px !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 125px !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 125px !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 125px !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 125px !important;
  }
  .m-md-30 {
    margin: 150px !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 150px !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 150px !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 150px !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 150px !important;
  }
  .m-md-40 {
    margin: 200px !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 200px !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 200px !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 200px !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 200px !important;
  }
  .m-md-45 {
    margin: 225px !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 225px !important;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 225px !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 225px !important;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 225px !important;
  }
  .m-md-50 {
    margin: 250px !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 250px !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 250px !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 250px !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 250px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 5px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px !important;
  }
  .p-md-2 {
    padding: 10px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important;
  }
  .p-md-3 {
    padding: 15px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 15px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 15px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 15px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 15px !important;
  }
  .p-md-4 {
    padding: 20px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 20px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 20px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 20px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 20px !important;
  }
  .p-md-5 {
    padding: 25px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 25px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 25px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 25px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 25px !important;
  }
  .p-md-6 {
    padding: 30px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 30px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 30px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 30px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 30px !important;
  }
  .p-md-7 {
    padding: 35px !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 35px !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 35px !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 35px !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 35px !important;
  }
  .p-md-8 {
    padding: 40px !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 40px !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 40px !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 40px !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 40px !important;
  }
  .p-md-9 {
    padding: 45px !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 45px !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 45px !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 45px !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 45px !important;
  }
  .p-md-10 {
    padding: 50px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 50px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 50px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 50px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 50px !important;
  }
  .p-md-11 {
    padding: 55px !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 55px !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 55px !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 55px !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 55px !important;
  }
  .p-md-15 {
    padding: 75px !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 75px !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 75px !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 75px !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 75px !important;
  }
  .p-md-20 {
    padding: 100px !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 100px !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 100px !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 100px !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 100px !important;
  }
  .p-md-21 {
    padding: 105px !important;
  }
  .pt-md-21,
  .py-md-21 {
    padding-top: 105px !important;
  }
  .pr-md-21,
  .px-md-21 {
    padding-right: 105px !important;
  }
  .pb-md-21,
  .py-md-21 {
    padding-bottom: 105px !important;
  }
  .pl-md-21,
  .px-md-21 {
    padding-left: 105px !important;
  }
  .p-md-22 {
    padding: 110px !important;
  }
  .pt-md-22,
  .py-md-22 {
    padding-top: 110px !important;
  }
  .pr-md-22,
  .px-md-22 {
    padding-right: 110px !important;
  }
  .pb-md-22,
  .py-md-22 {
    padding-bottom: 110px !important;
  }
  .pl-md-22,
  .px-md-22 {
    padding-left: 110px !important;
  }
  .p-md-23 {
    padding: 115px !important;
  }
  .pt-md-23,
  .py-md-23 {
    padding-top: 115px !important;
  }
  .pr-md-23,
  .px-md-23 {
    padding-right: 115px !important;
  }
  .pb-md-23,
  .py-md-23 {
    padding-bottom: 115px !important;
  }
  .pl-md-23,
  .px-md-23 {
    padding-left: 115px !important;
  }
  .p-md-24 {
    padding: 120px !important;
  }
  .pt-md-24,
  .py-md-24 {
    padding-top: 120px !important;
  }
  .pr-md-24,
  .px-md-24 {
    padding-right: 120px !important;
  }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 120px !important;
  }
  .pl-md-24,
  .px-md-24 {
    padding-left: 120px !important;
  }
  .p-md-25 {
    padding: 125px !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 125px !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 125px !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 125px !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 125px !important;
  }
  .p-md-30 {
    padding: 150px !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 150px !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 150px !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 150px !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 150px !important;
  }
  .p-md-40 {
    padding: 200px !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 200px !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 200px !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 200px !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 200px !important;
  }
  .p-md-45 {
    padding: 225px !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 225px !important;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 225px !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 225px !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 225px !important;
  }
  .p-md-50 {
    padding: 250px !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 250px !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 250px !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 250px !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 250px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 5px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5px !important;
  }
  .m-lg-2 {
    margin: 10px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px !important;
  }
  .m-lg-3 {
    margin: 15px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 15px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 15px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 15px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 15px !important;
  }
  .m-lg-4 {
    margin: 20px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 20px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 20px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 20px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 20px !important;
  }
  .m-lg-5 {
    margin: 25px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 25px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 25px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 25px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 25px !important;
  }
  .m-lg-6 {
    margin: 30px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 30px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 30px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 30px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 30px !important;
  }
  .m-lg-7 {
    margin: 35px !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 35px !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 35px !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 35px !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 35px !important;
  }
  .m-lg-8 {
    margin: 40px !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 40px !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 40px !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 40px !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 40px !important;
  }
  .m-lg-9 {
    margin: 45px !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 45px !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 45px !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 45px !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 45px !important;
  }
  .m-lg-10 {
    margin: 50px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 50px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 50px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 50px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 50px !important;
  }
  .m-lg-11 {
    margin: 55px !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 55px !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 55px !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 55px !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 55px !important;
  }
  .m-lg-15 {
    margin: 75px !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 75px !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 75px !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 75px !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 75px !important;
  }
  .m-lg-20 {
    margin: 100px !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 100px !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 100px !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 100px !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 100px !important;
  }
  .m-lg-21 {
    margin: 105px !important;
  }
  .mt-lg-21,
  .my-lg-21 {
    margin-top: 105px !important;
  }
  .mr-lg-21,
  .mx-lg-21 {
    margin-right: 105px !important;
  }
  .mb-lg-21,
  .my-lg-21 {
    margin-bottom: 105px !important;
  }
  .ml-lg-21,
  .mx-lg-21 {
    margin-left: 105px !important;
  }
  .m-lg-22 {
    margin: 110px !important;
  }
  .mt-lg-22,
  .my-lg-22 {
    margin-top: 110px !important;
  }
  .mr-lg-22,
  .mx-lg-22 {
    margin-right: 110px !important;
  }
  .mb-lg-22,
  .my-lg-22 {
    margin-bottom: 110px !important;
  }
  .ml-lg-22,
  .mx-lg-22 {
    margin-left: 110px !important;
  }
  .m-lg-23 {
    margin: 115px !important;
  }
  .mt-lg-23,
  .my-lg-23 {
    margin-top: 115px !important;
  }
  .mr-lg-23,
  .mx-lg-23 {
    margin-right: 115px !important;
  }
  .mb-lg-23,
  .my-lg-23 {
    margin-bottom: 115px !important;
  }
  .ml-lg-23,
  .mx-lg-23 {
    margin-left: 115px !important;
  }
  .m-lg-24 {
    margin: 120px !important;
  }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 120px !important;
  }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 120px !important;
  }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 120px !important;
  }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 120px !important;
  }
  .m-lg-25 {
    margin: 125px !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 125px !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 125px !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 125px !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 125px !important;
  }
  .m-lg-30 {
    margin: 150px !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 150px !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 150px !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 150px !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 150px !important;
  }
  .m-lg-40 {
    margin: 200px !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 200px !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 200px !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 200px !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 200px !important;
  }
  .m-lg-45 {
    margin: 225px !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 225px !important;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 225px !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 225px !important;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 225px !important;
  }
  .m-lg-50 {
    margin: 250px !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 250px !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 250px !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 250px !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 250px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 5px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5px !important;
  }
  .p-lg-2 {
    padding: 10px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px !important;
  }
  .p-lg-3 {
    padding: 15px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 15px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 15px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 15px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 15px !important;
  }
  .p-lg-4 {
    padding: 20px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 20px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 20px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 20px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 20px !important;
  }
  .p-lg-5 {
    padding: 25px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 25px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 25px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 25px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 25px !important;
  }
  .p-lg-6 {
    padding: 30px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 30px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 30px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 30px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 30px !important;
  }
  .p-lg-7 {
    padding: 35px !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 35px !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 35px !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 35px !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 35px !important;
  }
  .p-lg-8 {
    padding: 40px !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 40px !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 40px !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 40px !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 40px !important;
  }
  .p-lg-9 {
    padding: 45px !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 45px !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 45px !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 45px !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 45px !important;
  }
  .p-lg-10 {
    padding: 50px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 50px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 50px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 50px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 50px !important;
  }
  .p-lg-11 {
    padding: 55px !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 55px !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 55px !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 55px !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 55px !important;
  }
  .p-lg-15 {
    padding: 75px !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 75px !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 75px !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 75px !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 75px !important;
  }
  .p-lg-20 {
    padding: 100px !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 100px !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 100px !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 100px !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 100px !important;
  }
  .p-lg-21 {
    padding: 105px !important;
  }
  .pt-lg-21,
  .py-lg-21 {
    padding-top: 105px !important;
  }
  .pr-lg-21,
  .px-lg-21 {
    padding-right: 105px !important;
  }
  .pb-lg-21,
  .py-lg-21 {
    padding-bottom: 105px !important;
  }
  .pl-lg-21,
  .px-lg-21 {
    padding-left: 105px !important;
  }
  .p-lg-22 {
    padding: 110px !important;
  }
  .pt-lg-22,
  .py-lg-22 {
    padding-top: 110px !important;
  }
  .pr-lg-22,
  .px-lg-22 {
    padding-right: 110px !important;
  }
  .pb-lg-22,
  .py-lg-22 {
    padding-bottom: 110px !important;
  }
  .pl-lg-22,
  .px-lg-22 {
    padding-left: 110px !important;
  }
  .p-lg-23 {
    padding: 115px !important;
  }
  .pt-lg-23,
  .py-lg-23 {
    padding-top: 115px !important;
  }
  .pr-lg-23,
  .px-lg-23 {
    padding-right: 115px !important;
  }
  .pb-lg-23,
  .py-lg-23 {
    padding-bottom: 115px !important;
  }
  .pl-lg-23,
  .px-lg-23 {
    padding-left: 115px !important;
  }
  .p-lg-24 {
    padding: 120px !important;
  }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 120px !important;
  }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 120px !important;
  }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 120px !important;
  }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 120px !important;
  }
  .p-lg-25 {
    padding: 125px !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 125px !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 125px !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 125px !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 125px !important;
  }
  .p-lg-30 {
    padding: 150px !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 150px !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 150px !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 150px !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 150px !important;
  }
  .p-lg-40 {
    padding: 200px !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 200px !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 200px !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 200px !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 200px !important;
  }
  .p-lg-45 {
    padding: 225px !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 225px !important;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 225px !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 225px !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 225px !important;
  }
  .p-lg-50 {
    padding: 250px !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 250px !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 250px !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 250px !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 250px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1100px) {
  .m-x-0 {
    margin: 0 !important;
  }
  .mt-x-0,
  .my-x-0 {
    margin-top: 0 !important;
  }
  .mr-x-0,
  .mx-x-0 {
    margin-right: 0 !important;
  }
  .mb-x-0,
  .my-x-0 {
    margin-bottom: 0 !important;
  }
  .ml-x-0,
  .mx-x-0 {
    margin-left: 0 !important;
  }
  .m-x-1 {
    margin: 5px !important;
  }
  .mt-x-1,
  .my-x-1 {
    margin-top: 5px !important;
  }
  .mr-x-1,
  .mx-x-1 {
    margin-right: 5px !important;
  }
  .mb-x-1,
  .my-x-1 {
    margin-bottom: 5px !important;
  }
  .ml-x-1,
  .mx-x-1 {
    margin-left: 5px !important;
  }
  .m-x-2 {
    margin: 10px !important;
  }
  .mt-x-2,
  .my-x-2 {
    margin-top: 10px !important;
  }
  .mr-x-2,
  .mx-x-2 {
    margin-right: 10px !important;
  }
  .mb-x-2,
  .my-x-2 {
    margin-bottom: 10px !important;
  }
  .ml-x-2,
  .mx-x-2 {
    margin-left: 10px !important;
  }
  .m-x-3 {
    margin: 15px !important;
  }
  .mt-x-3,
  .my-x-3 {
    margin-top: 15px !important;
  }
  .mr-x-3,
  .mx-x-3 {
    margin-right: 15px !important;
  }
  .mb-x-3,
  .my-x-3 {
    margin-bottom: 15px !important;
  }
  .ml-x-3,
  .mx-x-3 {
    margin-left: 15px !important;
  }
  .m-x-4 {
    margin: 20px !important;
  }
  .mt-x-4,
  .my-x-4 {
    margin-top: 20px !important;
  }
  .mr-x-4,
  .mx-x-4 {
    margin-right: 20px !important;
  }
  .mb-x-4,
  .my-x-4 {
    margin-bottom: 20px !important;
  }
  .ml-x-4,
  .mx-x-4 {
    margin-left: 20px !important;
  }
  .m-x-5 {
    margin: 25px !important;
  }
  .mt-x-5,
  .my-x-5 {
    margin-top: 25px !important;
  }
  .mr-x-5,
  .mx-x-5 {
    margin-right: 25px !important;
  }
  .mb-x-5,
  .my-x-5 {
    margin-bottom: 25px !important;
  }
  .ml-x-5,
  .mx-x-5 {
    margin-left: 25px !important;
  }
  .m-x-6 {
    margin: 30px !important;
  }
  .mt-x-6,
  .my-x-6 {
    margin-top: 30px !important;
  }
  .mr-x-6,
  .mx-x-6 {
    margin-right: 30px !important;
  }
  .mb-x-6,
  .my-x-6 {
    margin-bottom: 30px !important;
  }
  .ml-x-6,
  .mx-x-6 {
    margin-left: 30px !important;
  }
  .m-x-7 {
    margin: 35px !important;
  }
  .mt-x-7,
  .my-x-7 {
    margin-top: 35px !important;
  }
  .mr-x-7,
  .mx-x-7 {
    margin-right: 35px !important;
  }
  .mb-x-7,
  .my-x-7 {
    margin-bottom: 35px !important;
  }
  .ml-x-7,
  .mx-x-7 {
    margin-left: 35px !important;
  }
  .m-x-8 {
    margin: 40px !important;
  }
  .mt-x-8,
  .my-x-8 {
    margin-top: 40px !important;
  }
  .mr-x-8,
  .mx-x-8 {
    margin-right: 40px !important;
  }
  .mb-x-8,
  .my-x-8 {
    margin-bottom: 40px !important;
  }
  .ml-x-8,
  .mx-x-8 {
    margin-left: 40px !important;
  }
  .m-x-9 {
    margin: 45px !important;
  }
  .mt-x-9,
  .my-x-9 {
    margin-top: 45px !important;
  }
  .mr-x-9,
  .mx-x-9 {
    margin-right: 45px !important;
  }
  .mb-x-9,
  .my-x-9 {
    margin-bottom: 45px !important;
  }
  .ml-x-9,
  .mx-x-9 {
    margin-left: 45px !important;
  }
  .m-x-10 {
    margin: 50px !important;
  }
  .mt-x-10,
  .my-x-10 {
    margin-top: 50px !important;
  }
  .mr-x-10,
  .mx-x-10 {
    margin-right: 50px !important;
  }
  .mb-x-10,
  .my-x-10 {
    margin-bottom: 50px !important;
  }
  .ml-x-10,
  .mx-x-10 {
    margin-left: 50px !important;
  }
  .m-x-11 {
    margin: 55px !important;
  }
  .mt-x-11,
  .my-x-11 {
    margin-top: 55px !important;
  }
  .mr-x-11,
  .mx-x-11 {
    margin-right: 55px !important;
  }
  .mb-x-11,
  .my-x-11 {
    margin-bottom: 55px !important;
  }
  .ml-x-11,
  .mx-x-11 {
    margin-left: 55px !important;
  }
  .m-x-15 {
    margin: 75px !important;
  }
  .mt-x-15,
  .my-x-15 {
    margin-top: 75px !important;
  }
  .mr-x-15,
  .mx-x-15 {
    margin-right: 75px !important;
  }
  .mb-x-15,
  .my-x-15 {
    margin-bottom: 75px !important;
  }
  .ml-x-15,
  .mx-x-15 {
    margin-left: 75px !important;
  }
  .m-x-20 {
    margin: 100px !important;
  }
  .mt-x-20,
  .my-x-20 {
    margin-top: 100px !important;
  }
  .mr-x-20,
  .mx-x-20 {
    margin-right: 100px !important;
  }
  .mb-x-20,
  .my-x-20 {
    margin-bottom: 100px !important;
  }
  .ml-x-20,
  .mx-x-20 {
    margin-left: 100px !important;
  }
  .m-x-21 {
    margin: 105px !important;
  }
  .mt-x-21,
  .my-x-21 {
    margin-top: 105px !important;
  }
  .mr-x-21,
  .mx-x-21 {
    margin-right: 105px !important;
  }
  .mb-x-21,
  .my-x-21 {
    margin-bottom: 105px !important;
  }
  .ml-x-21,
  .mx-x-21 {
    margin-left: 105px !important;
  }
  .m-x-22 {
    margin: 110px !important;
  }
  .mt-x-22,
  .my-x-22 {
    margin-top: 110px !important;
  }
  .mr-x-22,
  .mx-x-22 {
    margin-right: 110px !important;
  }
  .mb-x-22,
  .my-x-22 {
    margin-bottom: 110px !important;
  }
  .ml-x-22,
  .mx-x-22 {
    margin-left: 110px !important;
  }
  .m-x-23 {
    margin: 115px !important;
  }
  .mt-x-23,
  .my-x-23 {
    margin-top: 115px !important;
  }
  .mr-x-23,
  .mx-x-23 {
    margin-right: 115px !important;
  }
  .mb-x-23,
  .my-x-23 {
    margin-bottom: 115px !important;
  }
  .ml-x-23,
  .mx-x-23 {
    margin-left: 115px !important;
  }
  .m-x-24 {
    margin: 120px !important;
  }
  .mt-x-24,
  .my-x-24 {
    margin-top: 120px !important;
  }
  .mr-x-24,
  .mx-x-24 {
    margin-right: 120px !important;
  }
  .mb-x-24,
  .my-x-24 {
    margin-bottom: 120px !important;
  }
  .ml-x-24,
  .mx-x-24 {
    margin-left: 120px !important;
  }
  .m-x-25 {
    margin: 125px !important;
  }
  .mt-x-25,
  .my-x-25 {
    margin-top: 125px !important;
  }
  .mr-x-25,
  .mx-x-25 {
    margin-right: 125px !important;
  }
  .mb-x-25,
  .my-x-25 {
    margin-bottom: 125px !important;
  }
  .ml-x-25,
  .mx-x-25 {
    margin-left: 125px !important;
  }
  .m-x-30 {
    margin: 150px !important;
  }
  .mt-x-30,
  .my-x-30 {
    margin-top: 150px !important;
  }
  .mr-x-30,
  .mx-x-30 {
    margin-right: 150px !important;
  }
  .mb-x-30,
  .my-x-30 {
    margin-bottom: 150px !important;
  }
  .ml-x-30,
  .mx-x-30 {
    margin-left: 150px !important;
  }
  .m-x-40 {
    margin: 200px !important;
  }
  .mt-x-40,
  .my-x-40 {
    margin-top: 200px !important;
  }
  .mr-x-40,
  .mx-x-40 {
    margin-right: 200px !important;
  }
  .mb-x-40,
  .my-x-40 {
    margin-bottom: 200px !important;
  }
  .ml-x-40,
  .mx-x-40 {
    margin-left: 200px !important;
  }
  .m-x-45 {
    margin: 225px !important;
  }
  .mt-x-45,
  .my-x-45 {
    margin-top: 225px !important;
  }
  .mr-x-45,
  .mx-x-45 {
    margin-right: 225px !important;
  }
  .mb-x-45,
  .my-x-45 {
    margin-bottom: 225px !important;
  }
  .ml-x-45,
  .mx-x-45 {
    margin-left: 225px !important;
  }
  .m-x-50 {
    margin: 250px !important;
  }
  .mt-x-50,
  .my-x-50 {
    margin-top: 250px !important;
  }
  .mr-x-50,
  .mx-x-50 {
    margin-right: 250px !important;
  }
  .mb-x-50,
  .my-x-50 {
    margin-bottom: 250px !important;
  }
  .ml-x-50,
  .mx-x-50 {
    margin-left: 250px !important;
  }
  .p-x-0 {
    padding: 0 !important;
  }
  .pt-x-0,
  .py-x-0 {
    padding-top: 0 !important;
  }
  .pr-x-0,
  .px-x-0 {
    padding-right: 0 !important;
  }
  .pb-x-0,
  .py-x-0 {
    padding-bottom: 0 !important;
  }
  .pl-x-0,
  .px-x-0 {
    padding-left: 0 !important;
  }
  .p-x-1 {
    padding: 5px !important;
  }
  .pt-x-1,
  .py-x-1 {
    padding-top: 5px !important;
  }
  .pr-x-1,
  .px-x-1 {
    padding-right: 5px !important;
  }
  .pb-x-1,
  .py-x-1 {
    padding-bottom: 5px !important;
  }
  .pl-x-1,
  .px-x-1 {
    padding-left: 5px !important;
  }
  .p-x-2 {
    padding: 10px !important;
  }
  .pt-x-2,
  .py-x-2 {
    padding-top: 10px !important;
  }
  .pr-x-2,
  .px-x-2 {
    padding-right: 10px !important;
  }
  .pb-x-2,
  .py-x-2 {
    padding-bottom: 10px !important;
  }
  .pl-x-2,
  .px-x-2 {
    padding-left: 10px !important;
  }
  .p-x-3 {
    padding: 15px !important;
  }
  .pt-x-3,
  .py-x-3 {
    padding-top: 15px !important;
  }
  .pr-x-3,
  .px-x-3 {
    padding-right: 15px !important;
  }
  .pb-x-3,
  .py-x-3 {
    padding-bottom: 15px !important;
  }
  .pl-x-3,
  .px-x-3 {
    padding-left: 15px !important;
  }
  .p-x-4 {
    padding: 20px !important;
  }
  .pt-x-4,
  .py-x-4 {
    padding-top: 20px !important;
  }
  .pr-x-4,
  .px-x-4 {
    padding-right: 20px !important;
  }
  .pb-x-4,
  .py-x-4 {
    padding-bottom: 20px !important;
  }
  .pl-x-4,
  .px-x-4 {
    padding-left: 20px !important;
  }
  .p-x-5 {
    padding: 25px !important;
  }
  .pt-x-5,
  .py-x-5 {
    padding-top: 25px !important;
  }
  .pr-x-5,
  .px-x-5 {
    padding-right: 25px !important;
  }
  .pb-x-5,
  .py-x-5 {
    padding-bottom: 25px !important;
  }
  .pl-x-5,
  .px-x-5 {
    padding-left: 25px !important;
  }
  .p-x-6 {
    padding: 30px !important;
  }
  .pt-x-6,
  .py-x-6 {
    padding-top: 30px !important;
  }
  .pr-x-6,
  .px-x-6 {
    padding-right: 30px !important;
  }
  .pb-x-6,
  .py-x-6 {
    padding-bottom: 30px !important;
  }
  .pl-x-6,
  .px-x-6 {
    padding-left: 30px !important;
  }
  .p-x-7 {
    padding: 35px !important;
  }
  .pt-x-7,
  .py-x-7 {
    padding-top: 35px !important;
  }
  .pr-x-7,
  .px-x-7 {
    padding-right: 35px !important;
  }
  .pb-x-7,
  .py-x-7 {
    padding-bottom: 35px !important;
  }
  .pl-x-7,
  .px-x-7 {
    padding-left: 35px !important;
  }
  .p-x-8 {
    padding: 40px !important;
  }
  .pt-x-8,
  .py-x-8 {
    padding-top: 40px !important;
  }
  .pr-x-8,
  .px-x-8 {
    padding-right: 40px !important;
  }
  .pb-x-8,
  .py-x-8 {
    padding-bottom: 40px !important;
  }
  .pl-x-8,
  .px-x-8 {
    padding-left: 40px !important;
  }
  .p-x-9 {
    padding: 45px !important;
  }
  .pt-x-9,
  .py-x-9 {
    padding-top: 45px !important;
  }
  .pr-x-9,
  .px-x-9 {
    padding-right: 45px !important;
  }
  .pb-x-9,
  .py-x-9 {
    padding-bottom: 45px !important;
  }
  .pl-x-9,
  .px-x-9 {
    padding-left: 45px !important;
  }
  .p-x-10 {
    padding: 50px !important;
  }
  .pt-x-10,
  .py-x-10 {
    padding-top: 50px !important;
  }
  .pr-x-10,
  .px-x-10 {
    padding-right: 50px !important;
  }
  .pb-x-10,
  .py-x-10 {
    padding-bottom: 50px !important;
  }
  .pl-x-10,
  .px-x-10 {
    padding-left: 50px !important;
  }
  .p-x-11 {
    padding: 55px !important;
  }
  .pt-x-11,
  .py-x-11 {
    padding-top: 55px !important;
  }
  .pr-x-11,
  .px-x-11 {
    padding-right: 55px !important;
  }
  .pb-x-11,
  .py-x-11 {
    padding-bottom: 55px !important;
  }
  .pl-x-11,
  .px-x-11 {
    padding-left: 55px !important;
  }
  .p-x-15 {
    padding: 75px !important;
  }
  .pt-x-15,
  .py-x-15 {
    padding-top: 75px !important;
  }
  .pr-x-15,
  .px-x-15 {
    padding-right: 75px !important;
  }
  .pb-x-15,
  .py-x-15 {
    padding-bottom: 75px !important;
  }
  .pl-x-15,
  .px-x-15 {
    padding-left: 75px !important;
  }
  .p-x-20 {
    padding: 100px !important;
  }
  .pt-x-20,
  .py-x-20 {
    padding-top: 100px !important;
  }
  .pr-x-20,
  .px-x-20 {
    padding-right: 100px !important;
  }
  .pb-x-20,
  .py-x-20 {
    padding-bottom: 100px !important;
  }
  .pl-x-20,
  .px-x-20 {
    padding-left: 100px !important;
  }
  .p-x-21 {
    padding: 105px !important;
  }
  .pt-x-21,
  .py-x-21 {
    padding-top: 105px !important;
  }
  .pr-x-21,
  .px-x-21 {
    padding-right: 105px !important;
  }
  .pb-x-21,
  .py-x-21 {
    padding-bottom: 105px !important;
  }
  .pl-x-21,
  .px-x-21 {
    padding-left: 105px !important;
  }
  .p-x-22 {
    padding: 110px !important;
  }
  .pt-x-22,
  .py-x-22 {
    padding-top: 110px !important;
  }
  .pr-x-22,
  .px-x-22 {
    padding-right: 110px !important;
  }
  .pb-x-22,
  .py-x-22 {
    padding-bottom: 110px !important;
  }
  .pl-x-22,
  .px-x-22 {
    padding-left: 110px !important;
  }
  .p-x-23 {
    padding: 115px !important;
  }
  .pt-x-23,
  .py-x-23 {
    padding-top: 115px !important;
  }
  .pr-x-23,
  .px-x-23 {
    padding-right: 115px !important;
  }
  .pb-x-23,
  .py-x-23 {
    padding-bottom: 115px !important;
  }
  .pl-x-23,
  .px-x-23 {
    padding-left: 115px !important;
  }
  .p-x-24 {
    padding: 120px !important;
  }
  .pt-x-24,
  .py-x-24 {
    padding-top: 120px !important;
  }
  .pr-x-24,
  .px-x-24 {
    padding-right: 120px !important;
  }
  .pb-x-24,
  .py-x-24 {
    padding-bottom: 120px !important;
  }
  .pl-x-24,
  .px-x-24 {
    padding-left: 120px !important;
  }
  .p-x-25 {
    padding: 125px !important;
  }
  .pt-x-25,
  .py-x-25 {
    padding-top: 125px !important;
  }
  .pr-x-25,
  .px-x-25 {
    padding-right: 125px !important;
  }
  .pb-x-25,
  .py-x-25 {
    padding-bottom: 125px !important;
  }
  .pl-x-25,
  .px-x-25 {
    padding-left: 125px !important;
  }
  .p-x-30 {
    padding: 150px !important;
  }
  .pt-x-30,
  .py-x-30 {
    padding-top: 150px !important;
  }
  .pr-x-30,
  .px-x-30 {
    padding-right: 150px !important;
  }
  .pb-x-30,
  .py-x-30 {
    padding-bottom: 150px !important;
  }
  .pl-x-30,
  .px-x-30 {
    padding-left: 150px !important;
  }
  .p-x-40 {
    padding: 200px !important;
  }
  .pt-x-40,
  .py-x-40 {
    padding-top: 200px !important;
  }
  .pr-x-40,
  .px-x-40 {
    padding-right: 200px !important;
  }
  .pb-x-40,
  .py-x-40 {
    padding-bottom: 200px !important;
  }
  .pl-x-40,
  .px-x-40 {
    padding-left: 200px !important;
  }
  .p-x-45 {
    padding: 225px !important;
  }
  .pt-x-45,
  .py-x-45 {
    padding-top: 225px !important;
  }
  .pr-x-45,
  .px-x-45 {
    padding-right: 225px !important;
  }
  .pb-x-45,
  .py-x-45 {
    padding-bottom: 225px !important;
  }
  .pl-x-45,
  .px-x-45 {
    padding-left: 225px !important;
  }
  .p-x-50 {
    padding: 250px !important;
  }
  .pt-x-50,
  .py-x-50 {
    padding-top: 250px !important;
  }
  .pr-x-50,
  .px-x-50 {
    padding-right: 250px !important;
  }
  .pb-x-50,
  .py-x-50 {
    padding-bottom: 250px !important;
  }
  .pl-x-50,
  .px-x-50 {
    padding-left: 250px !important;
  }
  .m-x-auto {
    margin: auto !important;
  }
  .mt-x-auto,
  .my-x-auto {
    margin-top: auto !important;
  }
  .mr-x-auto,
  .mx-x-auto {
    margin-right: auto !important;
  }
  .mb-x-auto,
  .my-x-auto {
    margin-bottom: auto !important;
  }
  .ml-x-auto,
  .mx-x-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 5px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 5px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 5px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 5px !important;
  }
  .m-xl-2 {
    margin: 10px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 10px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 10px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 10px !important;
  }
  .m-xl-3 {
    margin: 15px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 15px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 15px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 15px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 15px !important;
  }
  .m-xl-4 {
    margin: 20px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 20px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 20px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 20px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 20px !important;
  }
  .m-xl-5 {
    margin: 25px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 25px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 25px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 25px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 25px !important;
  }
  .m-xl-6 {
    margin: 30px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 30px !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 30px !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 30px !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 30px !important;
  }
  .m-xl-7 {
    margin: 35px !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 35px !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 35px !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 35px !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 35px !important;
  }
  .m-xl-8 {
    margin: 40px !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 40px !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 40px !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 40px !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 40px !important;
  }
  .m-xl-9 {
    margin: 45px !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 45px !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 45px !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 45px !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 45px !important;
  }
  .m-xl-10 {
    margin: 50px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 50px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 50px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 50px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 50px !important;
  }
  .m-xl-11 {
    margin: 55px !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 55px !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 55px !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 55px !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 55px !important;
  }
  .m-xl-15 {
    margin: 75px !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 75px !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 75px !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 75px !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 75px !important;
  }
  .m-xl-20 {
    margin: 100px !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 100px !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 100px !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 100px !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 100px !important;
  }
  .m-xl-21 {
    margin: 105px !important;
  }
  .mt-xl-21,
  .my-xl-21 {
    margin-top: 105px !important;
  }
  .mr-xl-21,
  .mx-xl-21 {
    margin-right: 105px !important;
  }
  .mb-xl-21,
  .my-xl-21 {
    margin-bottom: 105px !important;
  }
  .ml-xl-21,
  .mx-xl-21 {
    margin-left: 105px !important;
  }
  .m-xl-22 {
    margin: 110px !important;
  }
  .mt-xl-22,
  .my-xl-22 {
    margin-top: 110px !important;
  }
  .mr-xl-22,
  .mx-xl-22 {
    margin-right: 110px !important;
  }
  .mb-xl-22,
  .my-xl-22 {
    margin-bottom: 110px !important;
  }
  .ml-xl-22,
  .mx-xl-22 {
    margin-left: 110px !important;
  }
  .m-xl-23 {
    margin: 115px !important;
  }
  .mt-xl-23,
  .my-xl-23 {
    margin-top: 115px !important;
  }
  .mr-xl-23,
  .mx-xl-23 {
    margin-right: 115px !important;
  }
  .mb-xl-23,
  .my-xl-23 {
    margin-bottom: 115px !important;
  }
  .ml-xl-23,
  .mx-xl-23 {
    margin-left: 115px !important;
  }
  .m-xl-24 {
    margin: 120px !important;
  }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 120px !important;
  }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 120px !important;
  }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 120px !important;
  }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 120px !important;
  }
  .m-xl-25 {
    margin: 125px !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 125px !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 125px !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 125px !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 125px !important;
  }
  .m-xl-30 {
    margin: 150px !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 150px !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 150px !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 150px !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 150px !important;
  }
  .m-xl-40 {
    margin: 200px !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 200px !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 200px !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 200px !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 200px !important;
  }
  .m-xl-45 {
    margin: 225px !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 225px !important;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 225px !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 225px !important;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 225px !important;
  }
  .m-xl-50 {
    margin: 250px !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 250px !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 250px !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 250px !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 250px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 5px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 5px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 5px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 5px !important;
  }
  .p-xl-2 {
    padding: 10px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 10px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 10px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 10px !important;
  }
  .p-xl-3 {
    padding: 15px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 15px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 15px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 15px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 15px !important;
  }
  .p-xl-4 {
    padding: 20px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 20px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 20px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 20px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 20px !important;
  }
  .p-xl-5 {
    padding: 25px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 25px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 25px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 25px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 25px !important;
  }
  .p-xl-6 {
    padding: 30px !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 30px !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 30px !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 30px !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 30px !important;
  }
  .p-xl-7 {
    padding: 35px !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 35px !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 35px !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 35px !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 35px !important;
  }
  .p-xl-8 {
    padding: 40px !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 40px !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 40px !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 40px !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 40px !important;
  }
  .p-xl-9 {
    padding: 45px !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 45px !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 45px !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 45px !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 45px !important;
  }
  .p-xl-10 {
    padding: 50px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 50px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 50px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 50px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 50px !important;
  }
  .p-xl-11 {
    padding: 55px !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 55px !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 55px !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 55px !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 55px !important;
  }
  .p-xl-15 {
    padding: 75px !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 75px !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 75px !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 75px !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 75px !important;
  }
  .p-xl-20 {
    padding: 100px !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 100px !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 100px !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 100px !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 100px !important;
  }
  .p-xl-21 {
    padding: 105px !important;
  }
  .pt-xl-21,
  .py-xl-21 {
    padding-top: 105px !important;
  }
  .pr-xl-21,
  .px-xl-21 {
    padding-right: 105px !important;
  }
  .pb-xl-21,
  .py-xl-21 {
    padding-bottom: 105px !important;
  }
  .pl-xl-21,
  .px-xl-21 {
    padding-left: 105px !important;
  }
  .p-xl-22 {
    padding: 110px !important;
  }
  .pt-xl-22,
  .py-xl-22 {
    padding-top: 110px !important;
  }
  .pr-xl-22,
  .px-xl-22 {
    padding-right: 110px !important;
  }
  .pb-xl-22,
  .py-xl-22 {
    padding-bottom: 110px !important;
  }
  .pl-xl-22,
  .px-xl-22 {
    padding-left: 110px !important;
  }
  .p-xl-23 {
    padding: 115px !important;
  }
  .pt-xl-23,
  .py-xl-23 {
    padding-top: 115px !important;
  }
  .pr-xl-23,
  .px-xl-23 {
    padding-right: 115px !important;
  }
  .pb-xl-23,
  .py-xl-23 {
    padding-bottom: 115px !important;
  }
  .pl-xl-23,
  .px-xl-23 {
    padding-left: 115px !important;
  }
  .p-xl-24 {
    padding: 120px !important;
  }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 120px !important;
  }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 120px !important;
  }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 120px !important;
  }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 120px !important;
  }
  .p-xl-25 {
    padding: 125px !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 125px !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 125px !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 125px !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 125px !important;
  }
  .p-xl-30 {
    padding: 150px !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 150px !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 150px !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 150px !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 150px !important;
  }
  .p-xl-40 {
    padding: 200px !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 200px !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 200px !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 200px !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 200px !important;
  }
  .p-xl-45 {
    padding: 225px !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 225px !important;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 225px !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 225px !important;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 225px !important;
  }
  .p-xl-50 {
    padding: 250px !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 250px !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 250px !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 250px !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 250px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 5px !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 5px !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 5px !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 5px !important;
  }
  .m-xxl-2 {
    margin: 10px !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 10px !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 10px !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 10px !important;
  }
  .m-xxl-3 {
    margin: 15px !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 15px !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 15px !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 15px !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 15px !important;
  }
  .m-xxl-4 {
    margin: 20px !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 20px !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 20px !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 20px !important;
  }
  .m-xxl-5 {
    margin: 25px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 25px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 25px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 25px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 25px !important;
  }
  .m-xxl-6 {
    margin: 30px !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 30px !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 30px !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 30px !important;
  }
  .m-xxl-7 {
    margin: 35px !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 35px !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 35px !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 35px !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 35px !important;
  }
  .m-xxl-8 {
    margin: 40px !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 40px !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 40px !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 40px !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 40px !important;
  }
  .m-xxl-9 {
    margin: 45px !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 45px !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 45px !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 45px !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 45px !important;
  }
  .m-xxl-10 {
    margin: 50px !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 50px !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 50px !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 50px !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 50px !important;
  }
  .m-xxl-11 {
    margin: 55px !important;
  }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 55px !important;
  }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 55px !important;
  }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 55px !important;
  }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 55px !important;
  }
  .m-xxl-15 {
    margin: 75px !important;
  }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 75px !important;
  }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 75px !important;
  }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 75px !important;
  }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 75px !important;
  }
  .m-xxl-20 {
    margin: 100px !important;
  }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 100px !important;
  }
  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 100px !important;
  }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 100px !important;
  }
  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 100px !important;
  }
  .m-xxl-21 {
    margin: 105px !important;
  }
  .mt-xxl-21,
  .my-xxl-21 {
    margin-top: 105px !important;
  }
  .mr-xxl-21,
  .mx-xxl-21 {
    margin-right: 105px !important;
  }
  .mb-xxl-21,
  .my-xxl-21 {
    margin-bottom: 105px !important;
  }
  .ml-xxl-21,
  .mx-xxl-21 {
    margin-left: 105px !important;
  }
  .m-xxl-22 {
    margin: 110px !important;
  }
  .mt-xxl-22,
  .my-xxl-22 {
    margin-top: 110px !important;
  }
  .mr-xxl-22,
  .mx-xxl-22 {
    margin-right: 110px !important;
  }
  .mb-xxl-22,
  .my-xxl-22 {
    margin-bottom: 110px !important;
  }
  .ml-xxl-22,
  .mx-xxl-22 {
    margin-left: 110px !important;
  }
  .m-xxl-23 {
    margin: 115px !important;
  }
  .mt-xxl-23,
  .my-xxl-23 {
    margin-top: 115px !important;
  }
  .mr-xxl-23,
  .mx-xxl-23 {
    margin-right: 115px !important;
  }
  .mb-xxl-23,
  .my-xxl-23 {
    margin-bottom: 115px !important;
  }
  .ml-xxl-23,
  .mx-xxl-23 {
    margin-left: 115px !important;
  }
  .m-xxl-24 {
    margin: 120px !important;
  }
  .mt-xxl-24,
  .my-xxl-24 {
    margin-top: 120px !important;
  }
  .mr-xxl-24,
  .mx-xxl-24 {
    margin-right: 120px !important;
  }
  .mb-xxl-24,
  .my-xxl-24 {
    margin-bottom: 120px !important;
  }
  .ml-xxl-24,
  .mx-xxl-24 {
    margin-left: 120px !important;
  }
  .m-xxl-25 {
    margin: 125px !important;
  }
  .mt-xxl-25,
  .my-xxl-25 {
    margin-top: 125px !important;
  }
  .mr-xxl-25,
  .mx-xxl-25 {
    margin-right: 125px !important;
  }
  .mb-xxl-25,
  .my-xxl-25 {
    margin-bottom: 125px !important;
  }
  .ml-xxl-25,
  .mx-xxl-25 {
    margin-left: 125px !important;
  }
  .m-xxl-30 {
    margin: 150px !important;
  }
  .mt-xxl-30,
  .my-xxl-30 {
    margin-top: 150px !important;
  }
  .mr-xxl-30,
  .mx-xxl-30 {
    margin-right: 150px !important;
  }
  .mb-xxl-30,
  .my-xxl-30 {
    margin-bottom: 150px !important;
  }
  .ml-xxl-30,
  .mx-xxl-30 {
    margin-left: 150px !important;
  }
  .m-xxl-40 {
    margin: 200px !important;
  }
  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 200px !important;
  }
  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 200px !important;
  }
  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 200px !important;
  }
  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 200px !important;
  }
  .m-xxl-45 {
    margin: 225px !important;
  }
  .mt-xxl-45,
  .my-xxl-45 {
    margin-top: 225px !important;
  }
  .mr-xxl-45,
  .mx-xxl-45 {
    margin-right: 225px !important;
  }
  .mb-xxl-45,
  .my-xxl-45 {
    margin-bottom: 225px !important;
  }
  .ml-xxl-45,
  .mx-xxl-45 {
    margin-left: 225px !important;
  }
  .m-xxl-50 {
    margin: 250px !important;
  }
  .mt-xxl-50,
  .my-xxl-50 {
    margin-top: 250px !important;
  }
  .mr-xxl-50,
  .mx-xxl-50 {
    margin-right: 250px !important;
  }
  .mb-xxl-50,
  .my-xxl-50 {
    margin-bottom: 250px !important;
  }
  .ml-xxl-50,
  .mx-xxl-50 {
    margin-left: 250px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 5px !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 5px !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 5px !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 5px !important;
  }
  .p-xxl-2 {
    padding: 10px !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 10px !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 10px !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 10px !important;
  }
  .p-xxl-3 {
    padding: 15px !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 15px !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 15px !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 15px !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 15px !important;
  }
  .p-xxl-4 {
    padding: 20px !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 20px !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 20px !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 20px !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 20px !important;
  }
  .p-xxl-5 {
    padding: 25px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 25px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 25px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 25px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 25px !important;
  }
  .p-xxl-6 {
    padding: 30px !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 30px !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 30px !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 30px !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 30px !important;
  }
  .p-xxl-7 {
    padding: 35px !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 35px !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 35px !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 35px !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 35px !important;
  }
  .p-xxl-8 {
    padding: 40px !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 40px !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 40px !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 40px !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 40px !important;
  }
  .p-xxl-9 {
    padding: 45px !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 45px !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 45px !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 45px !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 45px !important;
  }
  .p-xxl-10 {
    padding: 50px !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 50px !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 50px !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 50px !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 50px !important;
  }
  .p-xxl-11 {
    padding: 55px !important;
  }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 55px !important;
  }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 55px !important;
  }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 55px !important;
  }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 55px !important;
  }
  .p-xxl-15 {
    padding: 75px !important;
  }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 75px !important;
  }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 75px !important;
  }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 75px !important;
  }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 75px !important;
  }
  .p-xxl-20 {
    padding: 100px !important;
  }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 100px !important;
  }
  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 100px !important;
  }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 100px !important;
  }
  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 100px !important;
  }
  .p-xxl-21 {
    padding: 105px !important;
  }
  .pt-xxl-21,
  .py-xxl-21 {
    padding-top: 105px !important;
  }
  .pr-xxl-21,
  .px-xxl-21 {
    padding-right: 105px !important;
  }
  .pb-xxl-21,
  .py-xxl-21 {
    padding-bottom: 105px !important;
  }
  .pl-xxl-21,
  .px-xxl-21 {
    padding-left: 105px !important;
  }
  .p-xxl-22 {
    padding: 110px !important;
  }
  .pt-xxl-22,
  .py-xxl-22 {
    padding-top: 110px !important;
  }
  .pr-xxl-22,
  .px-xxl-22 {
    padding-right: 110px !important;
  }
  .pb-xxl-22,
  .py-xxl-22 {
    padding-bottom: 110px !important;
  }
  .pl-xxl-22,
  .px-xxl-22 {
    padding-left: 110px !important;
  }
  .p-xxl-23 {
    padding: 115px !important;
  }
  .pt-xxl-23,
  .py-xxl-23 {
    padding-top: 115px !important;
  }
  .pr-xxl-23,
  .px-xxl-23 {
    padding-right: 115px !important;
  }
  .pb-xxl-23,
  .py-xxl-23 {
    padding-bottom: 115px !important;
  }
  .pl-xxl-23,
  .px-xxl-23 {
    padding-left: 115px !important;
  }
  .p-xxl-24 {
    padding: 120px !important;
  }
  .pt-xxl-24,
  .py-xxl-24 {
    padding-top: 120px !important;
  }
  .pr-xxl-24,
  .px-xxl-24 {
    padding-right: 120px !important;
  }
  .pb-xxl-24,
  .py-xxl-24 {
    padding-bottom: 120px !important;
  }
  .pl-xxl-24,
  .px-xxl-24 {
    padding-left: 120px !important;
  }
  .p-xxl-25 {
    padding: 125px !important;
  }
  .pt-xxl-25,
  .py-xxl-25 {
    padding-top: 125px !important;
  }
  .pr-xxl-25,
  .px-xxl-25 {
    padding-right: 125px !important;
  }
  .pb-xxl-25,
  .py-xxl-25 {
    padding-bottom: 125px !important;
  }
  .pl-xxl-25,
  .px-xxl-25 {
    padding-left: 125px !important;
  }
  .p-xxl-30 {
    padding: 150px !important;
  }
  .pt-xxl-30,
  .py-xxl-30 {
    padding-top: 150px !important;
  }
  .pr-xxl-30,
  .px-xxl-30 {
    padding-right: 150px !important;
  }
  .pb-xxl-30,
  .py-xxl-30 {
    padding-bottom: 150px !important;
  }
  .pl-xxl-30,
  .px-xxl-30 {
    padding-left: 150px !important;
  }
  .p-xxl-40 {
    padding: 200px !important;
  }
  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 200px !important;
  }
  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 200px !important;
  }
  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 200px !important;
  }
  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 200px !important;
  }
  .p-xxl-45 {
    padding: 225px !important;
  }
  .pt-xxl-45,
  .py-xxl-45 {
    padding-top: 225px !important;
  }
  .pr-xxl-45,
  .px-xxl-45 {
    padding-right: 225px !important;
  }
  .pb-xxl-45,
  .py-xxl-45 {
    padding-bottom: 225px !important;
  }
  .pl-xxl-45,
  .px-xxl-45 {
    padding-left: 225px !important;
  }
  .p-xxl-50 {
    padding: 250px !important;
  }
  .pt-xxl-50,
  .py-xxl-50 {
    padding-top: 250px !important;
  }
  .pr-xxl-50,
  .px-xxl-50 {
    padding-right: 250px !important;
  }
  .pb-xxl-50,
  .py-xxl-50 {
    padding-bottom: 250px !important;
  }
  .pl-xxl-50,
  .px-xxl-50 {
    padding-left: 250px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .m-xxsl-0 {
    margin: 0 !important;
  }
  .mt-xxsl-0,
  .my-xxsl-0 {
    margin-top: 0 !important;
  }
  .mr-xxsl-0,
  .mx-xxsl-0 {
    margin-right: 0 !important;
  }
  .mb-xxsl-0,
  .my-xxsl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxsl-0,
  .mx-xxsl-0 {
    margin-left: 0 !important;
  }
  .m-xxsl-1 {
    margin: 5px !important;
  }
  .mt-xxsl-1,
  .my-xxsl-1 {
    margin-top: 5px !important;
  }
  .mr-xxsl-1,
  .mx-xxsl-1 {
    margin-right: 5px !important;
  }
  .mb-xxsl-1,
  .my-xxsl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xxsl-1,
  .mx-xxsl-1 {
    margin-left: 5px !important;
  }
  .m-xxsl-2 {
    margin: 10px !important;
  }
  .mt-xxsl-2,
  .my-xxsl-2 {
    margin-top: 10px !important;
  }
  .mr-xxsl-2,
  .mx-xxsl-2 {
    margin-right: 10px !important;
  }
  .mb-xxsl-2,
  .my-xxsl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xxsl-2,
  .mx-xxsl-2 {
    margin-left: 10px !important;
  }
  .m-xxsl-3 {
    margin: 15px !important;
  }
  .mt-xxsl-3,
  .my-xxsl-3 {
    margin-top: 15px !important;
  }
  .mr-xxsl-3,
  .mx-xxsl-3 {
    margin-right: 15px !important;
  }
  .mb-xxsl-3,
  .my-xxsl-3 {
    margin-bottom: 15px !important;
  }
  .ml-xxsl-3,
  .mx-xxsl-3 {
    margin-left: 15px !important;
  }
  .m-xxsl-4 {
    margin: 20px !important;
  }
  .mt-xxsl-4,
  .my-xxsl-4 {
    margin-top: 20px !important;
  }
  .mr-xxsl-4,
  .mx-xxsl-4 {
    margin-right: 20px !important;
  }
  .mb-xxsl-4,
  .my-xxsl-4 {
    margin-bottom: 20px !important;
  }
  .ml-xxsl-4,
  .mx-xxsl-4 {
    margin-left: 20px !important;
  }
  .m-xxsl-5 {
    margin: 25px !important;
  }
  .mt-xxsl-5,
  .my-xxsl-5 {
    margin-top: 25px !important;
  }
  .mr-xxsl-5,
  .mx-xxsl-5 {
    margin-right: 25px !important;
  }
  .mb-xxsl-5,
  .my-xxsl-5 {
    margin-bottom: 25px !important;
  }
  .ml-xxsl-5,
  .mx-xxsl-5 {
    margin-left: 25px !important;
  }
  .m-xxsl-6 {
    margin: 30px !important;
  }
  .mt-xxsl-6,
  .my-xxsl-6 {
    margin-top: 30px !important;
  }
  .mr-xxsl-6,
  .mx-xxsl-6 {
    margin-right: 30px !important;
  }
  .mb-xxsl-6,
  .my-xxsl-6 {
    margin-bottom: 30px !important;
  }
  .ml-xxsl-6,
  .mx-xxsl-6 {
    margin-left: 30px !important;
  }
  .m-xxsl-7 {
    margin: 35px !important;
  }
  .mt-xxsl-7,
  .my-xxsl-7 {
    margin-top: 35px !important;
  }
  .mr-xxsl-7,
  .mx-xxsl-7 {
    margin-right: 35px !important;
  }
  .mb-xxsl-7,
  .my-xxsl-7 {
    margin-bottom: 35px !important;
  }
  .ml-xxsl-7,
  .mx-xxsl-7 {
    margin-left: 35px !important;
  }
  .m-xxsl-8 {
    margin: 40px !important;
  }
  .mt-xxsl-8,
  .my-xxsl-8 {
    margin-top: 40px !important;
  }
  .mr-xxsl-8,
  .mx-xxsl-8 {
    margin-right: 40px !important;
  }
  .mb-xxsl-8,
  .my-xxsl-8 {
    margin-bottom: 40px !important;
  }
  .ml-xxsl-8,
  .mx-xxsl-8 {
    margin-left: 40px !important;
  }
  .m-xxsl-9 {
    margin: 45px !important;
  }
  .mt-xxsl-9,
  .my-xxsl-9 {
    margin-top: 45px !important;
  }
  .mr-xxsl-9,
  .mx-xxsl-9 {
    margin-right: 45px !important;
  }
  .mb-xxsl-9,
  .my-xxsl-9 {
    margin-bottom: 45px !important;
  }
  .ml-xxsl-9,
  .mx-xxsl-9 {
    margin-left: 45px !important;
  }
  .m-xxsl-10 {
    margin: 50px !important;
  }
  .mt-xxsl-10,
  .my-xxsl-10 {
    margin-top: 50px !important;
  }
  .mr-xxsl-10,
  .mx-xxsl-10 {
    margin-right: 50px !important;
  }
  .mb-xxsl-10,
  .my-xxsl-10 {
    margin-bottom: 50px !important;
  }
  .ml-xxsl-10,
  .mx-xxsl-10 {
    margin-left: 50px !important;
  }
  .m-xxsl-11 {
    margin: 55px !important;
  }
  .mt-xxsl-11,
  .my-xxsl-11 {
    margin-top: 55px !important;
  }
  .mr-xxsl-11,
  .mx-xxsl-11 {
    margin-right: 55px !important;
  }
  .mb-xxsl-11,
  .my-xxsl-11 {
    margin-bottom: 55px !important;
  }
  .ml-xxsl-11,
  .mx-xxsl-11 {
    margin-left: 55px !important;
  }
  .m-xxsl-15 {
    margin: 75px !important;
  }
  .mt-xxsl-15,
  .my-xxsl-15 {
    margin-top: 75px !important;
  }
  .mr-xxsl-15,
  .mx-xxsl-15 {
    margin-right: 75px !important;
  }
  .mb-xxsl-15,
  .my-xxsl-15 {
    margin-bottom: 75px !important;
  }
  .ml-xxsl-15,
  .mx-xxsl-15 {
    margin-left: 75px !important;
  }
  .m-xxsl-20 {
    margin: 100px !important;
  }
  .mt-xxsl-20,
  .my-xxsl-20 {
    margin-top: 100px !important;
  }
  .mr-xxsl-20,
  .mx-xxsl-20 {
    margin-right: 100px !important;
  }
  .mb-xxsl-20,
  .my-xxsl-20 {
    margin-bottom: 100px !important;
  }
  .ml-xxsl-20,
  .mx-xxsl-20 {
    margin-left: 100px !important;
  }
  .m-xxsl-21 {
    margin: 105px !important;
  }
  .mt-xxsl-21,
  .my-xxsl-21 {
    margin-top: 105px !important;
  }
  .mr-xxsl-21,
  .mx-xxsl-21 {
    margin-right: 105px !important;
  }
  .mb-xxsl-21,
  .my-xxsl-21 {
    margin-bottom: 105px !important;
  }
  .ml-xxsl-21,
  .mx-xxsl-21 {
    margin-left: 105px !important;
  }
  .m-xxsl-22 {
    margin: 110px !important;
  }
  .mt-xxsl-22,
  .my-xxsl-22 {
    margin-top: 110px !important;
  }
  .mr-xxsl-22,
  .mx-xxsl-22 {
    margin-right: 110px !important;
  }
  .mb-xxsl-22,
  .my-xxsl-22 {
    margin-bottom: 110px !important;
  }
  .ml-xxsl-22,
  .mx-xxsl-22 {
    margin-left: 110px !important;
  }
  .m-xxsl-23 {
    margin: 115px !important;
  }
  .mt-xxsl-23,
  .my-xxsl-23 {
    margin-top: 115px !important;
  }
  .mr-xxsl-23,
  .mx-xxsl-23 {
    margin-right: 115px !important;
  }
  .mb-xxsl-23,
  .my-xxsl-23 {
    margin-bottom: 115px !important;
  }
  .ml-xxsl-23,
  .mx-xxsl-23 {
    margin-left: 115px !important;
  }
  .m-xxsl-24 {
    margin: 120px !important;
  }
  .mt-xxsl-24,
  .my-xxsl-24 {
    margin-top: 120px !important;
  }
  .mr-xxsl-24,
  .mx-xxsl-24 {
    margin-right: 120px !important;
  }
  .mb-xxsl-24,
  .my-xxsl-24 {
    margin-bottom: 120px !important;
  }
  .ml-xxsl-24,
  .mx-xxsl-24 {
    margin-left: 120px !important;
  }
  .m-xxsl-25 {
    margin: 125px !important;
  }
  .mt-xxsl-25,
  .my-xxsl-25 {
    margin-top: 125px !important;
  }
  .mr-xxsl-25,
  .mx-xxsl-25 {
    margin-right: 125px !important;
  }
  .mb-xxsl-25,
  .my-xxsl-25 {
    margin-bottom: 125px !important;
  }
  .ml-xxsl-25,
  .mx-xxsl-25 {
    margin-left: 125px !important;
  }
  .m-xxsl-30 {
    margin: 150px !important;
  }
  .mt-xxsl-30,
  .my-xxsl-30 {
    margin-top: 150px !important;
  }
  .mr-xxsl-30,
  .mx-xxsl-30 {
    margin-right: 150px !important;
  }
  .mb-xxsl-30,
  .my-xxsl-30 {
    margin-bottom: 150px !important;
  }
  .ml-xxsl-30,
  .mx-xxsl-30 {
    margin-left: 150px !important;
  }
  .m-xxsl-40 {
    margin: 200px !important;
  }
  .mt-xxsl-40,
  .my-xxsl-40 {
    margin-top: 200px !important;
  }
  .mr-xxsl-40,
  .mx-xxsl-40 {
    margin-right: 200px !important;
  }
  .mb-xxsl-40,
  .my-xxsl-40 {
    margin-bottom: 200px !important;
  }
  .ml-xxsl-40,
  .mx-xxsl-40 {
    margin-left: 200px !important;
  }
  .m-xxsl-45 {
    margin: 225px !important;
  }
  .mt-xxsl-45,
  .my-xxsl-45 {
    margin-top: 225px !important;
  }
  .mr-xxsl-45,
  .mx-xxsl-45 {
    margin-right: 225px !important;
  }
  .mb-xxsl-45,
  .my-xxsl-45 {
    margin-bottom: 225px !important;
  }
  .ml-xxsl-45,
  .mx-xxsl-45 {
    margin-left: 225px !important;
  }
  .m-xxsl-50 {
    margin: 250px !important;
  }
  .mt-xxsl-50,
  .my-xxsl-50 {
    margin-top: 250px !important;
  }
  .mr-xxsl-50,
  .mx-xxsl-50 {
    margin-right: 250px !important;
  }
  .mb-xxsl-50,
  .my-xxsl-50 {
    margin-bottom: 250px !important;
  }
  .ml-xxsl-50,
  .mx-xxsl-50 {
    margin-left: 250px !important;
  }
  .p-xxsl-0 {
    padding: 0 !important;
  }
  .pt-xxsl-0,
  .py-xxsl-0 {
    padding-top: 0 !important;
  }
  .pr-xxsl-0,
  .px-xxsl-0 {
    padding-right: 0 !important;
  }
  .pb-xxsl-0,
  .py-xxsl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxsl-0,
  .px-xxsl-0 {
    padding-left: 0 !important;
  }
  .p-xxsl-1 {
    padding: 5px !important;
  }
  .pt-xxsl-1,
  .py-xxsl-1 {
    padding-top: 5px !important;
  }
  .pr-xxsl-1,
  .px-xxsl-1 {
    padding-right: 5px !important;
  }
  .pb-xxsl-1,
  .py-xxsl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xxsl-1,
  .px-xxsl-1 {
    padding-left: 5px !important;
  }
  .p-xxsl-2 {
    padding: 10px !important;
  }
  .pt-xxsl-2,
  .py-xxsl-2 {
    padding-top: 10px !important;
  }
  .pr-xxsl-2,
  .px-xxsl-2 {
    padding-right: 10px !important;
  }
  .pb-xxsl-2,
  .py-xxsl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xxsl-2,
  .px-xxsl-2 {
    padding-left: 10px !important;
  }
  .p-xxsl-3 {
    padding: 15px !important;
  }
  .pt-xxsl-3,
  .py-xxsl-3 {
    padding-top: 15px !important;
  }
  .pr-xxsl-3,
  .px-xxsl-3 {
    padding-right: 15px !important;
  }
  .pb-xxsl-3,
  .py-xxsl-3 {
    padding-bottom: 15px !important;
  }
  .pl-xxsl-3,
  .px-xxsl-3 {
    padding-left: 15px !important;
  }
  .p-xxsl-4 {
    padding: 20px !important;
  }
  .pt-xxsl-4,
  .py-xxsl-4 {
    padding-top: 20px !important;
  }
  .pr-xxsl-4,
  .px-xxsl-4 {
    padding-right: 20px !important;
  }
  .pb-xxsl-4,
  .py-xxsl-4 {
    padding-bottom: 20px !important;
  }
  .pl-xxsl-4,
  .px-xxsl-4 {
    padding-left: 20px !important;
  }
  .p-xxsl-5 {
    padding: 25px !important;
  }
  .pt-xxsl-5,
  .py-xxsl-5 {
    padding-top: 25px !important;
  }
  .pr-xxsl-5,
  .px-xxsl-5 {
    padding-right: 25px !important;
  }
  .pb-xxsl-5,
  .py-xxsl-5 {
    padding-bottom: 25px !important;
  }
  .pl-xxsl-5,
  .px-xxsl-5 {
    padding-left: 25px !important;
  }
  .p-xxsl-6 {
    padding: 30px !important;
  }
  .pt-xxsl-6,
  .py-xxsl-6 {
    padding-top: 30px !important;
  }
  .pr-xxsl-6,
  .px-xxsl-6 {
    padding-right: 30px !important;
  }
  .pb-xxsl-6,
  .py-xxsl-6 {
    padding-bottom: 30px !important;
  }
  .pl-xxsl-6,
  .px-xxsl-6 {
    padding-left: 30px !important;
  }
  .p-xxsl-7 {
    padding: 35px !important;
  }
  .pt-xxsl-7,
  .py-xxsl-7 {
    padding-top: 35px !important;
  }
  .pr-xxsl-7,
  .px-xxsl-7 {
    padding-right: 35px !important;
  }
  .pb-xxsl-7,
  .py-xxsl-7 {
    padding-bottom: 35px !important;
  }
  .pl-xxsl-7,
  .px-xxsl-7 {
    padding-left: 35px !important;
  }
  .p-xxsl-8 {
    padding: 40px !important;
  }
  .pt-xxsl-8,
  .py-xxsl-8 {
    padding-top: 40px !important;
  }
  .pr-xxsl-8,
  .px-xxsl-8 {
    padding-right: 40px !important;
  }
  .pb-xxsl-8,
  .py-xxsl-8 {
    padding-bottom: 40px !important;
  }
  .pl-xxsl-8,
  .px-xxsl-8 {
    padding-left: 40px !important;
  }
  .p-xxsl-9 {
    padding: 45px !important;
  }
  .pt-xxsl-9,
  .py-xxsl-9 {
    padding-top: 45px !important;
  }
  .pr-xxsl-9,
  .px-xxsl-9 {
    padding-right: 45px !important;
  }
  .pb-xxsl-9,
  .py-xxsl-9 {
    padding-bottom: 45px !important;
  }
  .pl-xxsl-9,
  .px-xxsl-9 {
    padding-left: 45px !important;
  }
  .p-xxsl-10 {
    padding: 50px !important;
  }
  .pt-xxsl-10,
  .py-xxsl-10 {
    padding-top: 50px !important;
  }
  .pr-xxsl-10,
  .px-xxsl-10 {
    padding-right: 50px !important;
  }
  .pb-xxsl-10,
  .py-xxsl-10 {
    padding-bottom: 50px !important;
  }
  .pl-xxsl-10,
  .px-xxsl-10 {
    padding-left: 50px !important;
  }
  .p-xxsl-11 {
    padding: 55px !important;
  }
  .pt-xxsl-11,
  .py-xxsl-11 {
    padding-top: 55px !important;
  }
  .pr-xxsl-11,
  .px-xxsl-11 {
    padding-right: 55px !important;
  }
  .pb-xxsl-11,
  .py-xxsl-11 {
    padding-bottom: 55px !important;
  }
  .pl-xxsl-11,
  .px-xxsl-11 {
    padding-left: 55px !important;
  }
  .p-xxsl-15 {
    padding: 75px !important;
  }
  .pt-xxsl-15,
  .py-xxsl-15 {
    padding-top: 75px !important;
  }
  .pr-xxsl-15,
  .px-xxsl-15 {
    padding-right: 75px !important;
  }
  .pb-xxsl-15,
  .py-xxsl-15 {
    padding-bottom: 75px !important;
  }
  .pl-xxsl-15,
  .px-xxsl-15 {
    padding-left: 75px !important;
  }
  .p-xxsl-20 {
    padding: 100px !important;
  }
  .pt-xxsl-20,
  .py-xxsl-20 {
    padding-top: 100px !important;
  }
  .pr-xxsl-20,
  .px-xxsl-20 {
    padding-right: 100px !important;
  }
  .pb-xxsl-20,
  .py-xxsl-20 {
    padding-bottom: 100px !important;
  }
  .pl-xxsl-20,
  .px-xxsl-20 {
    padding-left: 100px !important;
  }
  .p-xxsl-21 {
    padding: 105px !important;
  }
  .pt-xxsl-21,
  .py-xxsl-21 {
    padding-top: 105px !important;
  }
  .pr-xxsl-21,
  .px-xxsl-21 {
    padding-right: 105px !important;
  }
  .pb-xxsl-21,
  .py-xxsl-21 {
    padding-bottom: 105px !important;
  }
  .pl-xxsl-21,
  .px-xxsl-21 {
    padding-left: 105px !important;
  }
  .p-xxsl-22 {
    padding: 110px !important;
  }
  .pt-xxsl-22,
  .py-xxsl-22 {
    padding-top: 110px !important;
  }
  .pr-xxsl-22,
  .px-xxsl-22 {
    padding-right: 110px !important;
  }
  .pb-xxsl-22,
  .py-xxsl-22 {
    padding-bottom: 110px !important;
  }
  .pl-xxsl-22,
  .px-xxsl-22 {
    padding-left: 110px !important;
  }
  .p-xxsl-23 {
    padding: 115px !important;
  }
  .pt-xxsl-23,
  .py-xxsl-23 {
    padding-top: 115px !important;
  }
  .pr-xxsl-23,
  .px-xxsl-23 {
    padding-right: 115px !important;
  }
  .pb-xxsl-23,
  .py-xxsl-23 {
    padding-bottom: 115px !important;
  }
  .pl-xxsl-23,
  .px-xxsl-23 {
    padding-left: 115px !important;
  }
  .p-xxsl-24 {
    padding: 120px !important;
  }
  .pt-xxsl-24,
  .py-xxsl-24 {
    padding-top: 120px !important;
  }
  .pr-xxsl-24,
  .px-xxsl-24 {
    padding-right: 120px !important;
  }
  .pb-xxsl-24,
  .py-xxsl-24 {
    padding-bottom: 120px !important;
  }
  .pl-xxsl-24,
  .px-xxsl-24 {
    padding-left: 120px !important;
  }
  .p-xxsl-25 {
    padding: 125px !important;
  }
  .pt-xxsl-25,
  .py-xxsl-25 {
    padding-top: 125px !important;
  }
  .pr-xxsl-25,
  .px-xxsl-25 {
    padding-right: 125px !important;
  }
  .pb-xxsl-25,
  .py-xxsl-25 {
    padding-bottom: 125px !important;
  }
  .pl-xxsl-25,
  .px-xxsl-25 {
    padding-left: 125px !important;
  }
  .p-xxsl-30 {
    padding: 150px !important;
  }
  .pt-xxsl-30,
  .py-xxsl-30 {
    padding-top: 150px !important;
  }
  .pr-xxsl-30,
  .px-xxsl-30 {
    padding-right: 150px !important;
  }
  .pb-xxsl-30,
  .py-xxsl-30 {
    padding-bottom: 150px !important;
  }
  .pl-xxsl-30,
  .px-xxsl-30 {
    padding-left: 150px !important;
  }
  .p-xxsl-40 {
    padding: 200px !important;
  }
  .pt-xxsl-40,
  .py-xxsl-40 {
    padding-top: 200px !important;
  }
  .pr-xxsl-40,
  .px-xxsl-40 {
    padding-right: 200px !important;
  }
  .pb-xxsl-40,
  .py-xxsl-40 {
    padding-bottom: 200px !important;
  }
  .pl-xxsl-40,
  .px-xxsl-40 {
    padding-left: 200px !important;
  }
  .p-xxsl-45 {
    padding: 225px !important;
  }
  .pt-xxsl-45,
  .py-xxsl-45 {
    padding-top: 225px !important;
  }
  .pr-xxsl-45,
  .px-xxsl-45 {
    padding-right: 225px !important;
  }
  .pb-xxsl-45,
  .py-xxsl-45 {
    padding-bottom: 225px !important;
  }
  .pl-xxsl-45,
  .px-xxsl-45 {
    padding-left: 225px !important;
  }
  .p-xxsl-50 {
    padding: 250px !important;
  }
  .pt-xxsl-50,
  .py-xxsl-50 {
    padding-top: 250px !important;
  }
  .pr-xxsl-50,
  .px-xxsl-50 {
    padding-right: 250px !important;
  }
  .pb-xxsl-50,
  .py-xxsl-50 {
    padding-bottom: 250px !important;
  }
  .pl-xxsl-50,
  .px-xxsl-50 {
    padding-left: 250px !important;
  }
  .m-xxsl-auto {
    margin: auto !important;
  }
  .mt-xxsl-auto,
  .my-xxsl-auto {
    margin-top: auto !important;
  }
  .mr-xxsl-auto,
  .mx-xxsl-auto {
    margin-right: auto !important;
  }
  .mb-xxsl-auto,
  .my-xxsl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxsl-auto,
  .mx-xxsl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1500px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 5px !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 5px !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 5px !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 5px !important;
  }
  .m-xxxl-2 {
    margin: 10px !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 10px !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 10px !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 10px !important;
  }
  .m-xxxl-3 {
    margin: 15px !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 15px !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 15px !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 15px !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 15px !important;
  }
  .m-xxxl-4 {
    margin: 20px !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 20px !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 20px !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 20px !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 20px !important;
  }
  .m-xxxl-5 {
    margin: 25px !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 25px !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 25px !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 25px !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 25px !important;
  }
  .m-xxxl-6 {
    margin: 30px !important;
  }
  .mt-xxxl-6,
  .my-xxxl-6 {
    margin-top: 30px !important;
  }
  .mr-xxxl-6,
  .mx-xxxl-6 {
    margin-right: 30px !important;
  }
  .mb-xxxl-6,
  .my-xxxl-6 {
    margin-bottom: 30px !important;
  }
  .ml-xxxl-6,
  .mx-xxxl-6 {
    margin-left: 30px !important;
  }
  .m-xxxl-7 {
    margin: 35px !important;
  }
  .mt-xxxl-7,
  .my-xxxl-7 {
    margin-top: 35px !important;
  }
  .mr-xxxl-7,
  .mx-xxxl-7 {
    margin-right: 35px !important;
  }
  .mb-xxxl-7,
  .my-xxxl-7 {
    margin-bottom: 35px !important;
  }
  .ml-xxxl-7,
  .mx-xxxl-7 {
    margin-left: 35px !important;
  }
  .m-xxxl-8 {
    margin: 40px !important;
  }
  .mt-xxxl-8,
  .my-xxxl-8 {
    margin-top: 40px !important;
  }
  .mr-xxxl-8,
  .mx-xxxl-8 {
    margin-right: 40px !important;
  }
  .mb-xxxl-8,
  .my-xxxl-8 {
    margin-bottom: 40px !important;
  }
  .ml-xxxl-8,
  .mx-xxxl-8 {
    margin-left: 40px !important;
  }
  .m-xxxl-9 {
    margin: 45px !important;
  }
  .mt-xxxl-9,
  .my-xxxl-9 {
    margin-top: 45px !important;
  }
  .mr-xxxl-9,
  .mx-xxxl-9 {
    margin-right: 45px !important;
  }
  .mb-xxxl-9,
  .my-xxxl-9 {
    margin-bottom: 45px !important;
  }
  .ml-xxxl-9,
  .mx-xxxl-9 {
    margin-left: 45px !important;
  }
  .m-xxxl-10 {
    margin: 50px !important;
  }
  .mt-xxxl-10,
  .my-xxxl-10 {
    margin-top: 50px !important;
  }
  .mr-xxxl-10,
  .mx-xxxl-10 {
    margin-right: 50px !important;
  }
  .mb-xxxl-10,
  .my-xxxl-10 {
    margin-bottom: 50px !important;
  }
  .ml-xxxl-10,
  .mx-xxxl-10 {
    margin-left: 50px !important;
  }
  .m-xxxl-11 {
    margin: 55px !important;
  }
  .mt-xxxl-11,
  .my-xxxl-11 {
    margin-top: 55px !important;
  }
  .mr-xxxl-11,
  .mx-xxxl-11 {
    margin-right: 55px !important;
  }
  .mb-xxxl-11,
  .my-xxxl-11 {
    margin-bottom: 55px !important;
  }
  .ml-xxxl-11,
  .mx-xxxl-11 {
    margin-left: 55px !important;
  }
  .m-xxxl-15 {
    margin: 75px !important;
  }
  .mt-xxxl-15,
  .my-xxxl-15 {
    margin-top: 75px !important;
  }
  .mr-xxxl-15,
  .mx-xxxl-15 {
    margin-right: 75px !important;
  }
  .mb-xxxl-15,
  .my-xxxl-15 {
    margin-bottom: 75px !important;
  }
  .ml-xxxl-15,
  .mx-xxxl-15 {
    margin-left: 75px !important;
  }
  .m-xxxl-20 {
    margin: 100px !important;
  }
  .mt-xxxl-20,
  .my-xxxl-20 {
    margin-top: 100px !important;
  }
  .mr-xxxl-20,
  .mx-xxxl-20 {
    margin-right: 100px !important;
  }
  .mb-xxxl-20,
  .my-xxxl-20 {
    margin-bottom: 100px !important;
  }
  .ml-xxxl-20,
  .mx-xxxl-20 {
    margin-left: 100px !important;
  }
  .m-xxxl-21 {
    margin: 105px !important;
  }
  .mt-xxxl-21,
  .my-xxxl-21 {
    margin-top: 105px !important;
  }
  .mr-xxxl-21,
  .mx-xxxl-21 {
    margin-right: 105px !important;
  }
  .mb-xxxl-21,
  .my-xxxl-21 {
    margin-bottom: 105px !important;
  }
  .ml-xxxl-21,
  .mx-xxxl-21 {
    margin-left: 105px !important;
  }
  .m-xxxl-22 {
    margin: 110px !important;
  }
  .mt-xxxl-22,
  .my-xxxl-22 {
    margin-top: 110px !important;
  }
  .mr-xxxl-22,
  .mx-xxxl-22 {
    margin-right: 110px !important;
  }
  .mb-xxxl-22,
  .my-xxxl-22 {
    margin-bottom: 110px !important;
  }
  .ml-xxxl-22,
  .mx-xxxl-22 {
    margin-left: 110px !important;
  }
  .m-xxxl-23 {
    margin: 115px !important;
  }
  .mt-xxxl-23,
  .my-xxxl-23 {
    margin-top: 115px !important;
  }
  .mr-xxxl-23,
  .mx-xxxl-23 {
    margin-right: 115px !important;
  }
  .mb-xxxl-23,
  .my-xxxl-23 {
    margin-bottom: 115px !important;
  }
  .ml-xxxl-23,
  .mx-xxxl-23 {
    margin-left: 115px !important;
  }
  .m-xxxl-24 {
    margin: 120px !important;
  }
  .mt-xxxl-24,
  .my-xxxl-24 {
    margin-top: 120px !important;
  }
  .mr-xxxl-24,
  .mx-xxxl-24 {
    margin-right: 120px !important;
  }
  .mb-xxxl-24,
  .my-xxxl-24 {
    margin-bottom: 120px !important;
  }
  .ml-xxxl-24,
  .mx-xxxl-24 {
    margin-left: 120px !important;
  }
  .m-xxxl-25 {
    margin: 125px !important;
  }
  .mt-xxxl-25,
  .my-xxxl-25 {
    margin-top: 125px !important;
  }
  .mr-xxxl-25,
  .mx-xxxl-25 {
    margin-right: 125px !important;
  }
  .mb-xxxl-25,
  .my-xxxl-25 {
    margin-bottom: 125px !important;
  }
  .ml-xxxl-25,
  .mx-xxxl-25 {
    margin-left: 125px !important;
  }
  .m-xxxl-30 {
    margin: 150px !important;
  }
  .mt-xxxl-30,
  .my-xxxl-30 {
    margin-top: 150px !important;
  }
  .mr-xxxl-30,
  .mx-xxxl-30 {
    margin-right: 150px !important;
  }
  .mb-xxxl-30,
  .my-xxxl-30 {
    margin-bottom: 150px !important;
  }
  .ml-xxxl-30,
  .mx-xxxl-30 {
    margin-left: 150px !important;
  }
  .m-xxxl-40 {
    margin: 200px !important;
  }
  .mt-xxxl-40,
  .my-xxxl-40 {
    margin-top: 200px !important;
  }
  .mr-xxxl-40,
  .mx-xxxl-40 {
    margin-right: 200px !important;
  }
  .mb-xxxl-40,
  .my-xxxl-40 {
    margin-bottom: 200px !important;
  }
  .ml-xxxl-40,
  .mx-xxxl-40 {
    margin-left: 200px !important;
  }
  .m-xxxl-45 {
    margin: 225px !important;
  }
  .mt-xxxl-45,
  .my-xxxl-45 {
    margin-top: 225px !important;
  }
  .mr-xxxl-45,
  .mx-xxxl-45 {
    margin-right: 225px !important;
  }
  .mb-xxxl-45,
  .my-xxxl-45 {
    margin-bottom: 225px !important;
  }
  .ml-xxxl-45,
  .mx-xxxl-45 {
    margin-left: 225px !important;
  }
  .m-xxxl-50 {
    margin: 250px !important;
  }
  .mt-xxxl-50,
  .my-xxxl-50 {
    margin-top: 250px !important;
  }
  .mr-xxxl-50,
  .mx-xxxl-50 {
    margin-right: 250px !important;
  }
  .mb-xxxl-50,
  .my-xxxl-50 {
    margin-bottom: 250px !important;
  }
  .ml-xxxl-50,
  .mx-xxxl-50 {
    margin-left: 250px !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 5px !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 5px !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 5px !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 5px !important;
  }
  .p-xxxl-2 {
    padding: 10px !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 10px !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 10px !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 10px !important;
  }
  .p-xxxl-3 {
    padding: 15px !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 15px !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 15px !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 15px !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 15px !important;
  }
  .p-xxxl-4 {
    padding: 20px !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 20px !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 20px !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 20px !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 20px !important;
  }
  .p-xxxl-5 {
    padding: 25px !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 25px !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 25px !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 25px !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 25px !important;
  }
  .p-xxxl-6 {
    padding: 30px !important;
  }
  .pt-xxxl-6,
  .py-xxxl-6 {
    padding-top: 30px !important;
  }
  .pr-xxxl-6,
  .px-xxxl-6 {
    padding-right: 30px !important;
  }
  .pb-xxxl-6,
  .py-xxxl-6 {
    padding-bottom: 30px !important;
  }
  .pl-xxxl-6,
  .px-xxxl-6 {
    padding-left: 30px !important;
  }
  .p-xxxl-7 {
    padding: 35px !important;
  }
  .pt-xxxl-7,
  .py-xxxl-7 {
    padding-top: 35px !important;
  }
  .pr-xxxl-7,
  .px-xxxl-7 {
    padding-right: 35px !important;
  }
  .pb-xxxl-7,
  .py-xxxl-7 {
    padding-bottom: 35px !important;
  }
  .pl-xxxl-7,
  .px-xxxl-7 {
    padding-left: 35px !important;
  }
  .p-xxxl-8 {
    padding: 40px !important;
  }
  .pt-xxxl-8,
  .py-xxxl-8 {
    padding-top: 40px !important;
  }
  .pr-xxxl-8,
  .px-xxxl-8 {
    padding-right: 40px !important;
  }
  .pb-xxxl-8,
  .py-xxxl-8 {
    padding-bottom: 40px !important;
  }
  .pl-xxxl-8,
  .px-xxxl-8 {
    padding-left: 40px !important;
  }
  .p-xxxl-9 {
    padding: 45px !important;
  }
  .pt-xxxl-9,
  .py-xxxl-9 {
    padding-top: 45px !important;
  }
  .pr-xxxl-9,
  .px-xxxl-9 {
    padding-right: 45px !important;
  }
  .pb-xxxl-9,
  .py-xxxl-9 {
    padding-bottom: 45px !important;
  }
  .pl-xxxl-9,
  .px-xxxl-9 {
    padding-left: 45px !important;
  }
  .p-xxxl-10 {
    padding: 50px !important;
  }
  .pt-xxxl-10,
  .py-xxxl-10 {
    padding-top: 50px !important;
  }
  .pr-xxxl-10,
  .px-xxxl-10 {
    padding-right: 50px !important;
  }
  .pb-xxxl-10,
  .py-xxxl-10 {
    padding-bottom: 50px !important;
  }
  .pl-xxxl-10,
  .px-xxxl-10 {
    padding-left: 50px !important;
  }
  .p-xxxl-11 {
    padding: 55px !important;
  }
  .pt-xxxl-11,
  .py-xxxl-11 {
    padding-top: 55px !important;
  }
  .pr-xxxl-11,
  .px-xxxl-11 {
    padding-right: 55px !important;
  }
  .pb-xxxl-11,
  .py-xxxl-11 {
    padding-bottom: 55px !important;
  }
  .pl-xxxl-11,
  .px-xxxl-11 {
    padding-left: 55px !important;
  }
  .p-xxxl-15 {
    padding: 75px !important;
  }
  .pt-xxxl-15,
  .py-xxxl-15 {
    padding-top: 75px !important;
  }
  .pr-xxxl-15,
  .px-xxxl-15 {
    padding-right: 75px !important;
  }
  .pb-xxxl-15,
  .py-xxxl-15 {
    padding-bottom: 75px !important;
  }
  .pl-xxxl-15,
  .px-xxxl-15 {
    padding-left: 75px !important;
  }
  .p-xxxl-20 {
    padding: 100px !important;
  }
  .pt-xxxl-20,
  .py-xxxl-20 {
    padding-top: 100px !important;
  }
  .pr-xxxl-20,
  .px-xxxl-20 {
    padding-right: 100px !important;
  }
  .pb-xxxl-20,
  .py-xxxl-20 {
    padding-bottom: 100px !important;
  }
  .pl-xxxl-20,
  .px-xxxl-20 {
    padding-left: 100px !important;
  }
  .p-xxxl-21 {
    padding: 105px !important;
  }
  .pt-xxxl-21,
  .py-xxxl-21 {
    padding-top: 105px !important;
  }
  .pr-xxxl-21,
  .px-xxxl-21 {
    padding-right: 105px !important;
  }
  .pb-xxxl-21,
  .py-xxxl-21 {
    padding-bottom: 105px !important;
  }
  .pl-xxxl-21,
  .px-xxxl-21 {
    padding-left: 105px !important;
  }
  .p-xxxl-22 {
    padding: 110px !important;
  }
  .pt-xxxl-22,
  .py-xxxl-22 {
    padding-top: 110px !important;
  }
  .pr-xxxl-22,
  .px-xxxl-22 {
    padding-right: 110px !important;
  }
  .pb-xxxl-22,
  .py-xxxl-22 {
    padding-bottom: 110px !important;
  }
  .pl-xxxl-22,
  .px-xxxl-22 {
    padding-left: 110px !important;
  }
  .p-xxxl-23 {
    padding: 115px !important;
  }
  .pt-xxxl-23,
  .py-xxxl-23 {
    padding-top: 115px !important;
  }
  .pr-xxxl-23,
  .px-xxxl-23 {
    padding-right: 115px !important;
  }
  .pb-xxxl-23,
  .py-xxxl-23 {
    padding-bottom: 115px !important;
  }
  .pl-xxxl-23,
  .px-xxxl-23 {
    padding-left: 115px !important;
  }
  .p-xxxl-24 {
    padding: 120px !important;
  }
  .pt-xxxl-24,
  .py-xxxl-24 {
    padding-top: 120px !important;
  }
  .pr-xxxl-24,
  .px-xxxl-24 {
    padding-right: 120px !important;
  }
  .pb-xxxl-24,
  .py-xxxl-24 {
    padding-bottom: 120px !important;
  }
  .pl-xxxl-24,
  .px-xxxl-24 {
    padding-left: 120px !important;
  }
  .p-xxxl-25 {
    padding: 125px !important;
  }
  .pt-xxxl-25,
  .py-xxxl-25 {
    padding-top: 125px !important;
  }
  .pr-xxxl-25,
  .px-xxxl-25 {
    padding-right: 125px !important;
  }
  .pb-xxxl-25,
  .py-xxxl-25 {
    padding-bottom: 125px !important;
  }
  .pl-xxxl-25,
  .px-xxxl-25 {
    padding-left: 125px !important;
  }
  .p-xxxl-30 {
    padding: 150px !important;
  }
  .pt-xxxl-30,
  .py-xxxl-30 {
    padding-top: 150px !important;
  }
  .pr-xxxl-30,
  .px-xxxl-30 {
    padding-right: 150px !important;
  }
  .pb-xxxl-30,
  .py-xxxl-30 {
    padding-bottom: 150px !important;
  }
  .pl-xxxl-30,
  .px-xxxl-30 {
    padding-left: 150px !important;
  }
  .p-xxxl-40 {
    padding: 200px !important;
  }
  .pt-xxxl-40,
  .py-xxxl-40 {
    padding-top: 200px !important;
  }
  .pr-xxxl-40,
  .px-xxxl-40 {
    padding-right: 200px !important;
  }
  .pb-xxxl-40,
  .py-xxxl-40 {
    padding-bottom: 200px !important;
  }
  .pl-xxxl-40,
  .px-xxxl-40 {
    padding-left: 200px !important;
  }
  .p-xxxl-45 {
    padding: 225px !important;
  }
  .pt-xxxl-45,
  .py-xxxl-45 {
    padding-top: 225px !important;
  }
  .pr-xxxl-45,
  .px-xxxl-45 {
    padding-right: 225px !important;
  }
  .pb-xxxl-45,
  .py-xxxl-45 {
    padding-bottom: 225px !important;
  }
  .pl-xxxl-45,
  .px-xxxl-45 {
    padding-left: 225px !important;
  }
  .p-xxxl-50 {
    padding: 250px !important;
  }
  .pt-xxxl-50,
  .py-xxxl-50 {
    padding-top: 250px !important;
  }
  .pr-xxxl-50,
  .px-xxxl-50 {
    padding-right: 250px !important;
  }
  .pb-xxxl-50,
  .py-xxxl-50 {
    padding-bottom: 250px !important;
  }
  .pl-xxxl-50,
  .px-xxxl-50 {
    padding-left: 250px !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1600px) {
  .m-xxxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxxl-0,
  .my-xxxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxxl-0,
  .mx-xxxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxxl-0,
  .my-xxxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxxl-0,
  .mx-xxxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxxl-1 {
    margin: 5px !important;
  }
  .mt-xxxxl-1,
  .my-xxxxl-1 {
    margin-top: 5px !important;
  }
  .mr-xxxxl-1,
  .mx-xxxxl-1 {
    margin-right: 5px !important;
  }
  .mb-xxxxl-1,
  .my-xxxxl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xxxxl-1,
  .mx-xxxxl-1 {
    margin-left: 5px !important;
  }
  .m-xxxxl-2 {
    margin: 10px !important;
  }
  .mt-xxxxl-2,
  .my-xxxxl-2 {
    margin-top: 10px !important;
  }
  .mr-xxxxl-2,
  .mx-xxxxl-2 {
    margin-right: 10px !important;
  }
  .mb-xxxxl-2,
  .my-xxxxl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xxxxl-2,
  .mx-xxxxl-2 {
    margin-left: 10px !important;
  }
  .m-xxxxl-3 {
    margin: 15px !important;
  }
  .mt-xxxxl-3,
  .my-xxxxl-3 {
    margin-top: 15px !important;
  }
  .mr-xxxxl-3,
  .mx-xxxxl-3 {
    margin-right: 15px !important;
  }
  .mb-xxxxl-3,
  .my-xxxxl-3 {
    margin-bottom: 15px !important;
  }
  .ml-xxxxl-3,
  .mx-xxxxl-3 {
    margin-left: 15px !important;
  }
  .m-xxxxl-4 {
    margin: 20px !important;
  }
  .mt-xxxxl-4,
  .my-xxxxl-4 {
    margin-top: 20px !important;
  }
  .mr-xxxxl-4,
  .mx-xxxxl-4 {
    margin-right: 20px !important;
  }
  .mb-xxxxl-4,
  .my-xxxxl-4 {
    margin-bottom: 20px !important;
  }
  .ml-xxxxl-4,
  .mx-xxxxl-4 {
    margin-left: 20px !important;
  }
  .m-xxxxl-5 {
    margin: 25px !important;
  }
  .mt-xxxxl-5,
  .my-xxxxl-5 {
    margin-top: 25px !important;
  }
  .mr-xxxxl-5,
  .mx-xxxxl-5 {
    margin-right: 25px !important;
  }
  .mb-xxxxl-5,
  .my-xxxxl-5 {
    margin-bottom: 25px !important;
  }
  .ml-xxxxl-5,
  .mx-xxxxl-5 {
    margin-left: 25px !important;
  }
  .m-xxxxl-6 {
    margin: 30px !important;
  }
  .mt-xxxxl-6,
  .my-xxxxl-6 {
    margin-top: 30px !important;
  }
  .mr-xxxxl-6,
  .mx-xxxxl-6 {
    margin-right: 30px !important;
  }
  .mb-xxxxl-6,
  .my-xxxxl-6 {
    margin-bottom: 30px !important;
  }
  .ml-xxxxl-6,
  .mx-xxxxl-6 {
    margin-left: 30px !important;
  }
  .m-xxxxl-7 {
    margin: 35px !important;
  }
  .mt-xxxxl-7,
  .my-xxxxl-7 {
    margin-top: 35px !important;
  }
  .mr-xxxxl-7,
  .mx-xxxxl-7 {
    margin-right: 35px !important;
  }
  .mb-xxxxl-7,
  .my-xxxxl-7 {
    margin-bottom: 35px !important;
  }
  .ml-xxxxl-7,
  .mx-xxxxl-7 {
    margin-left: 35px !important;
  }
  .m-xxxxl-8 {
    margin: 40px !important;
  }
  .mt-xxxxl-8,
  .my-xxxxl-8 {
    margin-top: 40px !important;
  }
  .mr-xxxxl-8,
  .mx-xxxxl-8 {
    margin-right: 40px !important;
  }
  .mb-xxxxl-8,
  .my-xxxxl-8 {
    margin-bottom: 40px !important;
  }
  .ml-xxxxl-8,
  .mx-xxxxl-8 {
    margin-left: 40px !important;
  }
  .m-xxxxl-9 {
    margin: 45px !important;
  }
  .mt-xxxxl-9,
  .my-xxxxl-9 {
    margin-top: 45px !important;
  }
  .mr-xxxxl-9,
  .mx-xxxxl-9 {
    margin-right: 45px !important;
  }
  .mb-xxxxl-9,
  .my-xxxxl-9 {
    margin-bottom: 45px !important;
  }
  .ml-xxxxl-9,
  .mx-xxxxl-9 {
    margin-left: 45px !important;
  }
  .m-xxxxl-10 {
    margin: 50px !important;
  }
  .mt-xxxxl-10,
  .my-xxxxl-10 {
    margin-top: 50px !important;
  }
  .mr-xxxxl-10,
  .mx-xxxxl-10 {
    margin-right: 50px !important;
  }
  .mb-xxxxl-10,
  .my-xxxxl-10 {
    margin-bottom: 50px !important;
  }
  .ml-xxxxl-10,
  .mx-xxxxl-10 {
    margin-left: 50px !important;
  }
  .m-xxxxl-11 {
    margin: 55px !important;
  }
  .mt-xxxxl-11,
  .my-xxxxl-11 {
    margin-top: 55px !important;
  }
  .mr-xxxxl-11,
  .mx-xxxxl-11 {
    margin-right: 55px !important;
  }
  .mb-xxxxl-11,
  .my-xxxxl-11 {
    margin-bottom: 55px !important;
  }
  .ml-xxxxl-11,
  .mx-xxxxl-11 {
    margin-left: 55px !important;
  }
  .m-xxxxl-15 {
    margin: 75px !important;
  }
  .mt-xxxxl-15,
  .my-xxxxl-15 {
    margin-top: 75px !important;
  }
  .mr-xxxxl-15,
  .mx-xxxxl-15 {
    margin-right: 75px !important;
  }
  .mb-xxxxl-15,
  .my-xxxxl-15 {
    margin-bottom: 75px !important;
  }
  .ml-xxxxl-15,
  .mx-xxxxl-15 {
    margin-left: 75px !important;
  }
  .m-xxxxl-20 {
    margin: 100px !important;
  }
  .mt-xxxxl-20,
  .my-xxxxl-20 {
    margin-top: 100px !important;
  }
  .mr-xxxxl-20,
  .mx-xxxxl-20 {
    margin-right: 100px !important;
  }
  .mb-xxxxl-20,
  .my-xxxxl-20 {
    margin-bottom: 100px !important;
  }
  .ml-xxxxl-20,
  .mx-xxxxl-20 {
    margin-left: 100px !important;
  }
  .m-xxxxl-21 {
    margin: 105px !important;
  }
  .mt-xxxxl-21,
  .my-xxxxl-21 {
    margin-top: 105px !important;
  }
  .mr-xxxxl-21,
  .mx-xxxxl-21 {
    margin-right: 105px !important;
  }
  .mb-xxxxl-21,
  .my-xxxxl-21 {
    margin-bottom: 105px !important;
  }
  .ml-xxxxl-21,
  .mx-xxxxl-21 {
    margin-left: 105px !important;
  }
  .m-xxxxl-22 {
    margin: 110px !important;
  }
  .mt-xxxxl-22,
  .my-xxxxl-22 {
    margin-top: 110px !important;
  }
  .mr-xxxxl-22,
  .mx-xxxxl-22 {
    margin-right: 110px !important;
  }
  .mb-xxxxl-22,
  .my-xxxxl-22 {
    margin-bottom: 110px !important;
  }
  .ml-xxxxl-22,
  .mx-xxxxl-22 {
    margin-left: 110px !important;
  }
  .m-xxxxl-23 {
    margin: 115px !important;
  }
  .mt-xxxxl-23,
  .my-xxxxl-23 {
    margin-top: 115px !important;
  }
  .mr-xxxxl-23,
  .mx-xxxxl-23 {
    margin-right: 115px !important;
  }
  .mb-xxxxl-23,
  .my-xxxxl-23 {
    margin-bottom: 115px !important;
  }
  .ml-xxxxl-23,
  .mx-xxxxl-23 {
    margin-left: 115px !important;
  }
  .m-xxxxl-24 {
    margin: 120px !important;
  }
  .mt-xxxxl-24,
  .my-xxxxl-24 {
    margin-top: 120px !important;
  }
  .mr-xxxxl-24,
  .mx-xxxxl-24 {
    margin-right: 120px !important;
  }
  .mb-xxxxl-24,
  .my-xxxxl-24 {
    margin-bottom: 120px !important;
  }
  .ml-xxxxl-24,
  .mx-xxxxl-24 {
    margin-left: 120px !important;
  }
  .m-xxxxl-25 {
    margin: 125px !important;
  }
  .mt-xxxxl-25,
  .my-xxxxl-25 {
    margin-top: 125px !important;
  }
  .mr-xxxxl-25,
  .mx-xxxxl-25 {
    margin-right: 125px !important;
  }
  .mb-xxxxl-25,
  .my-xxxxl-25 {
    margin-bottom: 125px !important;
  }
  .ml-xxxxl-25,
  .mx-xxxxl-25 {
    margin-left: 125px !important;
  }
  .m-xxxxl-30 {
    margin: 150px !important;
  }
  .mt-xxxxl-30,
  .my-xxxxl-30 {
    margin-top: 150px !important;
  }
  .mr-xxxxl-30,
  .mx-xxxxl-30 {
    margin-right: 150px !important;
  }
  .mb-xxxxl-30,
  .my-xxxxl-30 {
    margin-bottom: 150px !important;
  }
  .ml-xxxxl-30,
  .mx-xxxxl-30 {
    margin-left: 150px !important;
  }
  .m-xxxxl-40 {
    margin: 200px !important;
  }
  .mt-xxxxl-40,
  .my-xxxxl-40 {
    margin-top: 200px !important;
  }
  .mr-xxxxl-40,
  .mx-xxxxl-40 {
    margin-right: 200px !important;
  }
  .mb-xxxxl-40,
  .my-xxxxl-40 {
    margin-bottom: 200px !important;
  }
  .ml-xxxxl-40,
  .mx-xxxxl-40 {
    margin-left: 200px !important;
  }
  .m-xxxxl-45 {
    margin: 225px !important;
  }
  .mt-xxxxl-45,
  .my-xxxxl-45 {
    margin-top: 225px !important;
  }
  .mr-xxxxl-45,
  .mx-xxxxl-45 {
    margin-right: 225px !important;
  }
  .mb-xxxxl-45,
  .my-xxxxl-45 {
    margin-bottom: 225px !important;
  }
  .ml-xxxxl-45,
  .mx-xxxxl-45 {
    margin-left: 225px !important;
  }
  .m-xxxxl-50 {
    margin: 250px !important;
  }
  .mt-xxxxl-50,
  .my-xxxxl-50 {
    margin-top: 250px !important;
  }
  .mr-xxxxl-50,
  .mx-xxxxl-50 {
    margin-right: 250px !important;
  }
  .mb-xxxxl-50,
  .my-xxxxl-50 {
    margin-bottom: 250px !important;
  }
  .ml-xxxxl-50,
  .mx-xxxxl-50 {
    margin-left: 250px !important;
  }
  .p-xxxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxxl-0,
  .py-xxxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxxl-0,
  .px-xxxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxxl-0,
  .py-xxxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxxl-0,
  .px-xxxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxxl-1 {
    padding: 5px !important;
  }
  .pt-xxxxl-1,
  .py-xxxxl-1 {
    padding-top: 5px !important;
  }
  .pr-xxxxl-1,
  .px-xxxxl-1 {
    padding-right: 5px !important;
  }
  .pb-xxxxl-1,
  .py-xxxxl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xxxxl-1,
  .px-xxxxl-1 {
    padding-left: 5px !important;
  }
  .p-xxxxl-2 {
    padding: 10px !important;
  }
  .pt-xxxxl-2,
  .py-xxxxl-2 {
    padding-top: 10px !important;
  }
  .pr-xxxxl-2,
  .px-xxxxl-2 {
    padding-right: 10px !important;
  }
  .pb-xxxxl-2,
  .py-xxxxl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xxxxl-2,
  .px-xxxxl-2 {
    padding-left: 10px !important;
  }
  .p-xxxxl-3 {
    padding: 15px !important;
  }
  .pt-xxxxl-3,
  .py-xxxxl-3 {
    padding-top: 15px !important;
  }
  .pr-xxxxl-3,
  .px-xxxxl-3 {
    padding-right: 15px !important;
  }
  .pb-xxxxl-3,
  .py-xxxxl-3 {
    padding-bottom: 15px !important;
  }
  .pl-xxxxl-3,
  .px-xxxxl-3 {
    padding-left: 15px !important;
  }
  .p-xxxxl-4 {
    padding: 20px !important;
  }
  .pt-xxxxl-4,
  .py-xxxxl-4 {
    padding-top: 20px !important;
  }
  .pr-xxxxl-4,
  .px-xxxxl-4 {
    padding-right: 20px !important;
  }
  .pb-xxxxl-4,
  .py-xxxxl-4 {
    padding-bottom: 20px !important;
  }
  .pl-xxxxl-4,
  .px-xxxxl-4 {
    padding-left: 20px !important;
  }
  .p-xxxxl-5 {
    padding: 25px !important;
  }
  .pt-xxxxl-5,
  .py-xxxxl-5 {
    padding-top: 25px !important;
  }
  .pr-xxxxl-5,
  .px-xxxxl-5 {
    padding-right: 25px !important;
  }
  .pb-xxxxl-5,
  .py-xxxxl-5 {
    padding-bottom: 25px !important;
  }
  .pl-xxxxl-5,
  .px-xxxxl-5 {
    padding-left: 25px !important;
  }
  .p-xxxxl-6 {
    padding: 30px !important;
  }
  .pt-xxxxl-6,
  .py-xxxxl-6 {
    padding-top: 30px !important;
  }
  .pr-xxxxl-6,
  .px-xxxxl-6 {
    padding-right: 30px !important;
  }
  .pb-xxxxl-6,
  .py-xxxxl-6 {
    padding-bottom: 30px !important;
  }
  .pl-xxxxl-6,
  .px-xxxxl-6 {
    padding-left: 30px !important;
  }
  .p-xxxxl-7 {
    padding: 35px !important;
  }
  .pt-xxxxl-7,
  .py-xxxxl-7 {
    padding-top: 35px !important;
  }
  .pr-xxxxl-7,
  .px-xxxxl-7 {
    padding-right: 35px !important;
  }
  .pb-xxxxl-7,
  .py-xxxxl-7 {
    padding-bottom: 35px !important;
  }
  .pl-xxxxl-7,
  .px-xxxxl-7 {
    padding-left: 35px !important;
  }
  .p-xxxxl-8 {
    padding: 40px !important;
  }
  .pt-xxxxl-8,
  .py-xxxxl-8 {
    padding-top: 40px !important;
  }
  .pr-xxxxl-8,
  .px-xxxxl-8 {
    padding-right: 40px !important;
  }
  .pb-xxxxl-8,
  .py-xxxxl-8 {
    padding-bottom: 40px !important;
  }
  .pl-xxxxl-8,
  .px-xxxxl-8 {
    padding-left: 40px !important;
  }
  .p-xxxxl-9 {
    padding: 45px !important;
  }
  .pt-xxxxl-9,
  .py-xxxxl-9 {
    padding-top: 45px !important;
  }
  .pr-xxxxl-9,
  .px-xxxxl-9 {
    padding-right: 45px !important;
  }
  .pb-xxxxl-9,
  .py-xxxxl-9 {
    padding-bottom: 45px !important;
  }
  .pl-xxxxl-9,
  .px-xxxxl-9 {
    padding-left: 45px !important;
  }
  .p-xxxxl-10 {
    padding: 50px !important;
  }
  .pt-xxxxl-10,
  .py-xxxxl-10 {
    padding-top: 50px !important;
  }
  .pr-xxxxl-10,
  .px-xxxxl-10 {
    padding-right: 50px !important;
  }
  .pb-xxxxl-10,
  .py-xxxxl-10 {
    padding-bottom: 50px !important;
  }
  .pl-xxxxl-10,
  .px-xxxxl-10 {
    padding-left: 50px !important;
  }
  .p-xxxxl-11 {
    padding: 55px !important;
  }
  .pt-xxxxl-11,
  .py-xxxxl-11 {
    padding-top: 55px !important;
  }
  .pr-xxxxl-11,
  .px-xxxxl-11 {
    padding-right: 55px !important;
  }
  .pb-xxxxl-11,
  .py-xxxxl-11 {
    padding-bottom: 55px !important;
  }
  .pl-xxxxl-11,
  .px-xxxxl-11 {
    padding-left: 55px !important;
  }
  .p-xxxxl-15 {
    padding: 75px !important;
  }
  .pt-xxxxl-15,
  .py-xxxxl-15 {
    padding-top: 75px !important;
  }
  .pr-xxxxl-15,
  .px-xxxxl-15 {
    padding-right: 75px !important;
  }
  .pb-xxxxl-15,
  .py-xxxxl-15 {
    padding-bottom: 75px !important;
  }
  .pl-xxxxl-15,
  .px-xxxxl-15 {
    padding-left: 75px !important;
  }
  .p-xxxxl-20 {
    padding: 100px !important;
  }
  .pt-xxxxl-20,
  .py-xxxxl-20 {
    padding-top: 100px !important;
  }
  .pr-xxxxl-20,
  .px-xxxxl-20 {
    padding-right: 100px !important;
  }
  .pb-xxxxl-20,
  .py-xxxxl-20 {
    padding-bottom: 100px !important;
  }
  .pl-xxxxl-20,
  .px-xxxxl-20 {
    padding-left: 100px !important;
  }
  .p-xxxxl-21 {
    padding: 105px !important;
  }
  .pt-xxxxl-21,
  .py-xxxxl-21 {
    padding-top: 105px !important;
  }
  .pr-xxxxl-21,
  .px-xxxxl-21 {
    padding-right: 105px !important;
  }
  .pb-xxxxl-21,
  .py-xxxxl-21 {
    padding-bottom: 105px !important;
  }
  .pl-xxxxl-21,
  .px-xxxxl-21 {
    padding-left: 105px !important;
  }
  .p-xxxxl-22 {
    padding: 110px !important;
  }
  .pt-xxxxl-22,
  .py-xxxxl-22 {
    padding-top: 110px !important;
  }
  .pr-xxxxl-22,
  .px-xxxxl-22 {
    padding-right: 110px !important;
  }
  .pb-xxxxl-22,
  .py-xxxxl-22 {
    padding-bottom: 110px !important;
  }
  .pl-xxxxl-22,
  .px-xxxxl-22 {
    padding-left: 110px !important;
  }
  .p-xxxxl-23 {
    padding: 115px !important;
  }
  .pt-xxxxl-23,
  .py-xxxxl-23 {
    padding-top: 115px !important;
  }
  .pr-xxxxl-23,
  .px-xxxxl-23 {
    padding-right: 115px !important;
  }
  .pb-xxxxl-23,
  .py-xxxxl-23 {
    padding-bottom: 115px !important;
  }
  .pl-xxxxl-23,
  .px-xxxxl-23 {
    padding-left: 115px !important;
  }
  .p-xxxxl-24 {
    padding: 120px !important;
  }
  .pt-xxxxl-24,
  .py-xxxxl-24 {
    padding-top: 120px !important;
  }
  .pr-xxxxl-24,
  .px-xxxxl-24 {
    padding-right: 120px !important;
  }
  .pb-xxxxl-24,
  .py-xxxxl-24 {
    padding-bottom: 120px !important;
  }
  .pl-xxxxl-24,
  .px-xxxxl-24 {
    padding-left: 120px !important;
  }
  .p-xxxxl-25 {
    padding: 125px !important;
  }
  .pt-xxxxl-25,
  .py-xxxxl-25 {
    padding-top: 125px !important;
  }
  .pr-xxxxl-25,
  .px-xxxxl-25 {
    padding-right: 125px !important;
  }
  .pb-xxxxl-25,
  .py-xxxxl-25 {
    padding-bottom: 125px !important;
  }
  .pl-xxxxl-25,
  .px-xxxxl-25 {
    padding-left: 125px !important;
  }
  .p-xxxxl-30 {
    padding: 150px !important;
  }
  .pt-xxxxl-30,
  .py-xxxxl-30 {
    padding-top: 150px !important;
  }
  .pr-xxxxl-30,
  .px-xxxxl-30 {
    padding-right: 150px !important;
  }
  .pb-xxxxl-30,
  .py-xxxxl-30 {
    padding-bottom: 150px !important;
  }
  .pl-xxxxl-30,
  .px-xxxxl-30 {
    padding-left: 150px !important;
  }
  .p-xxxxl-40 {
    padding: 200px !important;
  }
  .pt-xxxxl-40,
  .py-xxxxl-40 {
    padding-top: 200px !important;
  }
  .pr-xxxxl-40,
  .px-xxxxl-40 {
    padding-right: 200px !important;
  }
  .pb-xxxxl-40,
  .py-xxxxl-40 {
    padding-bottom: 200px !important;
  }
  .pl-xxxxl-40,
  .px-xxxxl-40 {
    padding-left: 200px !important;
  }
  .p-xxxxl-45 {
    padding: 225px !important;
  }
  .pt-xxxxl-45,
  .py-xxxxl-45 {
    padding-top: 225px !important;
  }
  .pr-xxxxl-45,
  .px-xxxxl-45 {
    padding-right: 225px !important;
  }
  .pb-xxxxl-45,
  .py-xxxxl-45 {
    padding-bottom: 225px !important;
  }
  .pl-xxxxl-45,
  .px-xxxxl-45 {
    padding-left: 225px !important;
  }
  .p-xxxxl-50 {
    padding: 250px !important;
  }
  .pt-xxxxl-50,
  .py-xxxxl-50 {
    padding-top: 250px !important;
  }
  .pr-xxxxl-50,
  .px-xxxxl-50 {
    padding-right: 250px !important;
  }
  .pb-xxxxl-50,
  .py-xxxxl-50 {
    padding-bottom: 250px !important;
  }
  .pl-xxxxl-50,
  .px-xxxxl-50 {
    padding-left: 250px !important;
  }
  .m-xxxxl-auto {
    margin: auto !important;
  }
  .mt-xxxxl-auto,
  .my-xxxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxxl-auto,
  .mx-xxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxl-auto,
  .my-xxxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxxl-auto,
  .mx-xxxxl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: "Microsoft JhengHei", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 320px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 375px) {
  .text-xssm-left {
    text-align: left !important;
  }
  .text-xssm-right {
    text-align: right !important;
  }
  .text-xssm-center {
    text-align: center !important;
  }
}

@media (min-width: 414px) {
  .text-xsm-left {
    text-align: left !important;
  }
  .text-xsm-right {
    text-align: right !important;
  }
  .text-xsm-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1100px) {
  .text-x-left {
    text-align: left !important;
  }
  .text-x-right {
    text-align: right !important;
  }
  .text-x-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .text-xxsl-left {
    text-align: left !important;
  }
  .text-xxsl-right {
    text-align: right !important;
  }
  .text-xxsl-center {
    text-align: center !important;
  }
}

@media (min-width: 1500px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .text-xxxxl-left {
    text-align: left !important;
  }
  .text-xxxxl-right {
    text-align: right !important;
  }
  .text-xxxxl-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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #008abf !important;
}

a.text-success:hover, a.text-success:focus {
  color: #00658c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.swiper-container {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .swiper-container {
    padding: 0 60px;
  }
}

@media (max-width: 767.98px) {
  .swiper-container {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    display: none;
  }
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/public/img/swiper/arrow-left.png");
}

.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-container-rtl .swiper-button-next::after {
  content: '';
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/public/img/swiper/arrow-right.png");
}

.swiper-container .swiper-button-next::after,
.swiper-container .swiper-container-rtl .swiper-button-prev::after {
  content: '';
}

.slide-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide-box .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DBE5F5;
}

.slide-box .swiper-slide a img {
  width: 100%;
}

.slide-box .swiper-slide a .slide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide-box .swiper-slide a h4 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.slide-box .swiper-slide a p {
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
}

.slick-slide {
  margin: 10px;
}

.slick-prev,
.slick-next {
  width: 30px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-prev {
  left: -5%;
  background-image: url(../../public/images/features/left-arrow.png);
}

.slick-prev:hover, .slick-prev:focus {
  background-image: url(../../public/images/features/left-arrow.png);
}

.slick-next {
  right: -5%;
  background-image: url(../../public/images/features/right-arrow.png);
}

.slick-next:hover, .slick-next:focus {
  background-image: url(../../public/images/features/right-arrow.png);
}

.slider-nav {
  width: 60vw;
}

@media (max-width: 1199.98px) {
  .slider-nav {
    width: 80vw;
  }
}

@media (max-width: 991.98px) {
  .slider-nav {
    width: 90vw;
  }
}

.slider-nav .slick-slide .bg_img {
  width: 100%;
  height: 180px;
  position: relative;
}

@media (max-width: 1599.98px) {
  .slider-nav .slick-slide .bg_img {
    height: 110px;
  }
}

@media (max-width: 767.98px) {
  .slider-nav .slick-slide .bg_img {
    height: 130px;
  }
}

.slider-nav .slick-slide .bg_img::before {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 991.98px) {
  .slider-nav .slick-slide .bg_img::before {
    display: none;
  }
}

.slider-nav .slick-slide.slick-current .bg_img::before {
  display: none;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
  width: 50px;
  height: 70px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-nav .slick-prev::before,
.slider-nav .slick-next::before {
  display: none;
}

.slider-nav .slick-prev {
  left: -13%;
  background-image: url(../../public/images/features/left-arrow.png);
}

.slider-nav .slick-next {
  right: -13%;
  background-image: url(../../images/features/left-arrow.png);
}

.slider-for {
  width: 60vw;
}

.slider-for .slick-track {
  width: 100% !important;
}

.slider-for .slick-slide {
  width: 100% !important;
}

.slider-for.fluid {
  width: 100vw;
}

.slider-for.fluid .slick-slide {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.slider-for .bg_img {
  width: 100%;
  height: 500px;
}

.slider-for .bg_img iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1399.98px) {
  .slider-for .bg_img {
    height: 400px;
  }
}

@media (max-width: 991.98px) {
  .slider-for .bg_img {
    height: 329px;
  }
}

@media (max-width: 767.98px) {
  .slider-for .bg_img {
    height: 190px;
  }
}

@media (max-width: 1199.98px) {
  .slider-for {
    width: 80vw;
  }
}

@media (max-width: 767.98px) {
  .slider-for {
    width: 98vw;
  }
}

.slider-for .slick-prev:before,
.slider-for .slick-next:before {
  font-size: 30px;
}

.slider-for .slick-prev {
  left: -35px;
}

.slider-for img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #B2B2B2;
}

.slider-nav slick-slide:hover {
  cursor: pointer;
}

.modal-dialog {
  margin-top: 10vh;
  margin-left: 25vw;
  margin-right: 25vw;
}

@media (max-width: 1099.98px) {
  .modal-dialog {
    margin-top: 25vh;
    margin-left: 10vw;
    margin-right: 10vw;
  }
}

@media (max-width: 767.98px) {
  .modal-dialog {
    margin-top: 5vh;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}

.modal {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 none;
  border-radius: 0;
  margin-left: 1px;
}

.modal-content .modal-body {
  padding: 0;
}

@media (max-width: 991.98px) {
  .modal-content .modal-body {
    padding-top: 100px;
  }
}

.modal-content .modal-body iframe {
  margin-bottom: -5px;
}

.modal-content .modal-header {
  border: 0 none;
  padding: 5px;
}

.modal-content .modal-header .close {
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  right: -500px;
  text-shadow: none;
  top: -2vh;
  z-index: 1;
}

@media (max-width: 1399.98px) {
  .modal-content .modal-header .close {
    right: -17vw;
  }
}

@media (max-width: 1279.98px) {
  .modal-content .modal-header .close {
    right: -13vw;
  }
}

@media (max-width: 1099.98px) {
  .modal-content .modal-header .close {
    right: -35vw;
    top: -25px;
  }
}

@media (max-width: 991.98px) {
  .modal-content .modal-header .close {
    right: -20vw;
    top: -25px;
  }
}

@media (max-width: 767.98px) {
  .modal-content .modal-header .close {
    right: 5vw;
    top: 10vh;
  }
}

.modal-backdrop {
  display: none;
}

/* inherit height from window */
/* ---- grid ---- */
.layout-box {
  margin: 0 auto;
  max-width: 100%;
  height: calc(620px + (5px * 6));
  overflow: hidden !important;
}

@media (max-width: 1099.98px) {
  .layout-box {
    overflow-x: auto !important;
  }
}

@media (max-width: 767.98px) {
  .layout-box {
    height: calc(345px + (5px * 2));
  }
}

@media (max-width: 374.98px) {
  .layout-box {
    height: calc(300px + (5px * 2));
  }
}

.grid {
  margin: 0 auto;
  background: #DDD;
  height: calc(600px + (5px * 6));
  /* inherit height from body */
}

@media (max-width: 767.98px) {
  .grid {
    height: calc(345px + (5px * 2));
  }
}

@media (max-width: 374.98px) {
  .grid {
    height: calc(300px + (5px * 2));
  }
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-item {
  float: left;
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  margin: 5px;
}

.grid-item .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 65%;
  opacity: 0;
}

.grid-item .mask h2 {
  font-size: 12px;
  color: #000;
  width: calc(100%);
  padding: 0 10%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background: transparent;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.grid-item .mask p {
  color: #000;
  background: transparent;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

@media (max-width: 767.98px) {
  .grid-item {
    width: 345px;
    height: 345px;
  }
}

@media (max-width: 374.98px) {
  .grid-item {
    width: 300px;
    height: 300px;
  }
}

.grid-item-2 {
  width: 410px;
  height: 200px;
}

.grid-item-2 .mask {
  top: 60%;
}

.grid-item-2 .mask h2 {
  font-size: 12px;
}

.grid-item-2 .mask p {
  display: none;
}

@media (max-width: 767.98px) {
  .grid-item-2 {
    width: 345px;
    height: 345px;
  }
}

@media (max-width: 374.98px) {
  .grid-item-2 {
    width: 300px;
    height: 300px;
  }
}

.grid-item-3 {
  width: 410px;
  height: 410px;
}

.grid-item-3 .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 80%;
}

.grid-item-3 .mask h2 {
  font-size: 20px;
  width: calc(100%);
  padding: 0 10%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.grid-item-3 .mask p {
  display: inline-block;
  width: calc(100%);
  padding: 0 10%;
}

@media (max-width: 767.98px) {
  .grid-item-3 {
    width: 345px;
    height: 345px;
  }
}

@media (max-width: 374.98px) {
  .grid-item-3 {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .grid-item .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 20%;
  }
  .grid-item .mask h2 {
    width: calc(100%);
    padding: 0 20%;
  }
  .grid-item .mask p {
    color: #fff;
    width: calc(100%);
    padding: 0 10%;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.grid-item .grid-item-img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.grid-item:hover > .grid-item-img {
  -webkit-transform: scale(2) rotate(10deg);
  transform: scale(2) rotate(10deg);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.grid-item:hover .mask {
  opacity: 1;
}

.grid-item:hover .mask h2,
.grid-item:hover .mask p,
.grid-item:hover .mask a.btn {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.arrow {
  position: relative;
  width: 100%;
  z-index: 20;
}

@media (max-width: 1099.98px) {
  .arrow {
    display: none;
  }
}

.arrow i {
  color: #a5a5a5;
  font-size: 50px;
}

.arrow a {
  position: absolute;
  top: calc((650px / 2) - 0px);
  margin: 3%;
  cursor: pointer;
}

@media (max-width: 374.98px) {
  .arrow a {
    top: calc((700px / 2) - 25px);
    margin: 1%;
  }
}

.arrow a:hover i {
  color: #858585;
}

.arrow .left {
  left: 0%;
  background-position: left top;
}

.arrow .right {
  right: 0%;
  background-position: right top;
}

.mfp-img {
  max-height: 80vh !important;
}

@media (max-width: 991.98px) {
  .mfp-img {
    max-height: auto;
  }
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

.blueimp-gallery .indicator {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.blueimp-gallery .indicator li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #000;
          box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}

/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: transparent;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

/*----RWD-iframe----*/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header .logo,
header .menu-toggle-group {
  position: fixed;
  z-index: 99;
  top: 30px;
}

@media (max-width: 1199.98px) {
  header .logo,
  header .menu-toggle-group {
    top: 30px;
  }
}

@media (max-width: 767.98px) {
  header .logo,
  header .menu-toggle-group {
    top: 15px;
  }
}

header .logo {
  left: 30px;
}

@media (max-width: 1199.98px) {
  header .logo {
    left: 30px;
    top: 20px;
  }
}

@media (max-width: 767.98px) {
  header .logo {
    left: 15px;
    top: 5px;
  }
}

header .logo svg {
  width: 40px;
  height: 60px;
}

@media (max-width: 1199.98px) {
  header .logo svg {
    width: 30px;
  }
}

@media (max-width: 767.98px) {
  header .logo svg {
    height: 40px;
  }
}

.menu-toggle-group {
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: start;
}

.menu-toggle-group .menu-toggle {
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-toggle-group .menu-toggle span {
  color: #fff;
}

.menu-toggle-group .menu-toggle-close {
  display: none;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu-toggle-group.active .menu-toggle {
  opacity: 0;
  display: none;
}

.menu-toggle-group.active .menu-toggle-close {
  opacity: 1;
  display: inline-block;
}

@media (max-width: 1199.98px) {
  .menu-toggle-group {
    right: 30px;
  }
}

@media (max-width: 767.98px) {
  .menu-toggle-group {
    right: 15px;
  }
}

.menu-toggle-group a svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}

@media (max-width: 767.98px) {
  .menu-toggle-group a svg {
    width: 20px;
    height: 20px;
  }
}

.menu-toggle-group a:last-of-type {
  margin-left: 32px;
}

@media (max-width: 767.98px) {
  .menu-toggle-group a:last-of-type {
    margin-left: 20px;
  }
}

.menu-group {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0.3, 0, 1) 0.4s;
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0, 1) 0.4s;
}

.menu-group::before {
  opacity: 0;
  background-color: rgba(24, 24, 24, 0.99);
  content: "";
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0.3, 0, 1) 0.4s;
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0, 1) 0.4s;
}

@media (max-width: 767.98px) {
  .menu-group {
    overflow: auto;
    height: calc(100vh);
  }
}

.menu-group.active {
  opacity: 1;
  visibility: visible;
}

.menu-group.active::before {
  -webkit-transition: opacity 0.6s cubic-bezier(0.7, 0.3, 0, 1) 0.4s;
  transition: opacity 0.6s cubic-bezier(0.7, 0.3, 0, 1) 0.4s;
  opacity: 1;
}

.menu-group.active .menu-list {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.7, 0.3, 0, 1) 0.8s;
  transition: opacity 0.4s cubic-bezier(0.7, 0.3, 0, 1) 0.8s;
}

.menu-group .menu-list {
  margin: 100px auto;
  max-width: 30vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.7, 0.3, 0, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.7, 0.3, 0, 1) 0.4s;
}

@media (max-width: 1599.98px) {
  .menu-group .menu-list {
    max-width: 50vw;
  }
}

@media (max-width: 991.98px) {
  .menu-group .menu-list {
    max-width: 70vw;
  }
}

@media (max-width: 767.98px) {
  .menu-group .menu-list {
    max-width: 100%;
  }
}

.menu-group .menu-list > li {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .menu-group .menu-list > li {
    margin-bottom: 10px;
  }
}

.menu-group .menu-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .menu-group .menu-list > li > a {
    font-size: 16px;
    padding: 10px 5px;
  }
}

.menu-group .menu-list > li > a:after {
  display: block;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  margin-left: 15px;
}

.menu-group .menu-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .menu-group .menu-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.menu-group .menu-list ul li a {
  display: inline-block;
  font-size: 14px;
  color: rgba(206, 206, 206, 0.8);
  padding: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu-group .menu-list ul li a:hover {
  color: white;
}

#canvas {
  /* make the canvas wrapper fits the window */
}

.plane {
  /* define the size of your plane */
  width: 80%;
  max-width: 1400px;
  height: 80vh;
  position: relative;
  top: 10vh;
  margin: 0 auto;
  overflow: hidden;
  display: none;
}

.plane img {
  /* hide the img element */
  display: none;
}

/*** in case of error show the image ***/
.no-curtains .plane {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no-curtains .plane img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  padding: 25px 140px 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1199.98px) {
  footer {
    padding: 25px 20px 50px;
  }
}

@media (max-width: 991.98px) {
  footer {
    padding: 25px 20px 25px;
  }
}

@media (max-width: 767.98px) {
  footer {
    padding: 10px 10px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer::before {
  position: absolute;
  top: 0;
  left: 50px;
  content: '';
  width: calc(100% - 100px);
  height: 1px;
  background-color: rgba(220, 227, 242, 0.5);
}

footer .logo svg {
  width: 70px;
  height: 70px;
}

@media (max-width: 991.98px) {
  footer .logo svg {
    width: 30px;
    height: 60px;
  }
}

.footer-group {
  width: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: rgba(220, 227, 242, 0.8);
}

@media (max-width: 991.98px) {
  .footer-group {
    font-size: 16px;
  }
}

.footer-group .footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .footer-group .footer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.footer-group .footer-text span {
  margin: 0 15px;
}

@media (max-width: 991.98px) {
  .footer-group .footer-text span {
    margin: 0 5px;
  }
}

@media (max-width: 767.98px) {
  .footer-group .footer-text span {
    margin-top: 10px;
  }
}

.footer-group .footer-copyright {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991.98px) {
  .footer-group .footer-copyright {
    margin-top: 25px;
  }
}

@media (max-width: 767.98px) {
  .footer-group .footer-copyright {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .footer-group .footer-copyright span {
    margin-top: 10px;
  }
}

.footer-group .footer-copyright .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .footer-group .footer-copyright .footer-link {
    margin-top: 10px;
  }
}

.footer-group .footer-copyright .footer-link a + * {
  margin-left: 10px;
}

.footer-group .footer-copyright .footer-link a svg {
  width: 40px;
  height: 25px;
  fill: #DCE3F2;
}

.fixed_btn {
  position: fixed;
  z-index: 10;
  right: 90px;
  bottom: 130px;
  display: none;
  visibility: hidden;
}

.fixed_btn .topBtn {
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fixed_btn.active {
  display: inline-block;
  visibility: visible;
}

.fixed_btn.active .topBtn {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1199.98px) {
  .fixed_btn {
    right: 50px;
  }
}

@media (max-width: 767.98px) {
  .fixed_btn {
    right: 20px;
    bottom: 50px;
  }
}

.more {
  display: inline-block;
  border: 1px solid rgba(165, 204, 234, 0.7);
  border-radius: 50px;
  font-size: 1rem;
  color: #A5CCEA;
  padding: 5px 60px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1199.98px) {
  .more {
    margin-top: 100px;
  }
}

@media (max-width: 991.98px) {
  .more {
    margin-top: 50px;
    font-size: 20px;
    padding: 5px 45px;
  }
}

@media (max-width: 767.98px) {
  .more {
    font-size: 12px;
  }
}

.more:hover {
  background-color: #A5CCEA;
  color: #000;
}

.topBtn {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topBtn:hover {
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
          box-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
}

.topBtn svg {
  width: 20px;
  height: 20px;
}

.topBtn svg * {
  fill: #5f5f5f;
}

.btn-simple-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-btn {
  color: #DBE5F5;
  padding: 6px 20px;
  border: 1px solid #DBE5F5;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom-btn:hover {
  background-color: #DBE5F5;
  color: #000;
}

.custom-btn:hover svg * {
  fill: #000;
}

.custom-btn svg {
  margin-right: 15px;
  width: 20px;
  height: 20px;
}

.custom-btn svg * {
  -webkit-transition: all .3s;
  transition: all .3s;
  fill: #DBE5F5;
}

.svg_services {
  padding: 20px;
  border-radius: 100px;
  background-color: #646464;
}

.svg_services svg {
  width: 50px;
  height: 50px;
}

.svg_services svg > * {
  fill: #fff;
}

.hover_list li a {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.hover_list li a:hover {
  background: #fff !important;
}

.hover_list li a:hover svg > * {
  fill: #000;
}

.page_loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
  background: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_loader.hidding {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  opacity: 0;
}

.page_loader.hide {
  display: none;
  visibility: hidden;
}

.page_loader .loader_group {
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.page_loader .loader_logo {
  width: 100px;
}

@media (max-width: 767.98px) {
  .page_loader .loader_logo {
    width: 60px;
    height: 60px;
  }
}

.page_loader .loader_logo svg {
  width: 100px;
  height: 100px;
}

@media (max-width: 767.98px) {
  .page_loader .loader_logo svg {
    width: 60px;
    height: 60px;
  }
}

.page_loader .loader_logo svg * {
  fill: #fff;
}

.page_loader .loader_title {
  margin-bottom: 100px;
  font-size: 20px;
  letter-spacing: 5px;
  font-family: 'Noto Serif TC', serif;
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  .page_loader .loader_title {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: normal;
  }
}

.line_clamp_1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line_clamp_3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.verification_code {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 76px;
}

.v-code {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .v-code {
    width: 100%;
  }
}

.v-code iframe {
  width: 100%;
}

@media (max-width: 767.98px) {
  .v-code .g-recaptcha {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media (max-width: 374.98px) {
  .v-code .g-recaptcha {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

.city-selector-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.city-selector-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  .city-selector-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.city-selector-set .form-group {
  margin-bottom: 0 !important;
  margin-right: 5px;
}

@media (max-width: 767.98px) {
  .city-selector-set .form-group {
    margin-right: 0;
    margin-top: 5px;
    display: inline-block;
  }
}

.grecaptcha-badge {
  display: none;
}

.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_img_cb {
  background-position: center bottom !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_img_cb_room {
  background-position: center bottom 0% !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_img_ct {
  background-position: center top 35% !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_img_c_t {
  background-position: center top !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_img_contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.img_oneToone {
  position: relative;
  width: 100%;
  /* desired width */
}

.img_oneToone:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}

.img_oneToone_0667 {
  position: relative;
  width: 100%;
}

.img_oneToone_0667:before {
  content: "";
  display: block;
  padding-top: 66.7%;
}

.img_oneToone_content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.pagination-group {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.98px) {
  .pagination-group {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .pagination-group .pagination {
    display: none;
  }
}

.pagination-group .pagination li a {
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
}

.pagination-group .pagination li:hover a, .pagination-group .pagination li.active a {
  border-color: #fff;
  background-color: #000;
  color: #fff;
}

.pagination-group .pagination-r {
  width: 70%;
  display: none;
}

@media (max-width: 767.98px) {
  .pagination-group .pagination-r {
    display: inline-block;
  }
}

.pagination-group .pagination-r select {
  text-align: center;
  background-color: #fff;
  color: #000;
}

.gmap iframe {
  width: 100%;
  display: block;
}

@media (max-width: 1199.98px) {
  .gmap iframe {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .gmap iframe {
    height: 200px;
  }
}

.gmap iframe.clicked {
  pointer-events: auto;
}

.bg_gray {
  background-color: #dddddd;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes down_arow {
  from {
    top: 0;
  }
  to {
    top: 15px;
  }
}

@keyframes down_arow {
  from {
    top: 0;
  }
  to {
    top: 15px;
  }
}

@-webkit-keyframes tag_deg {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  66% {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes tag_deg {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  66% {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes line_height {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@keyframes line_height {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@-webkit-keyframes fadeInForMoon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes fadeInForMoon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

@-webkit-keyframes fadeInUpForMoon {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInUpForMoon {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInDownForMoon {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInDownForMoon {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes loadUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes loadUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

.scroll {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-05s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-11s {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.delay-12s {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-13s {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.delay-14s {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-15s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-16s {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-17s {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.delay-18s {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-19s {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.fadeInUp,
.fadeInUpLast,
.fadeInLeft,
.fadeInRight,
.fadeInUpForCube {
  opacity: 0;
}

.fadeInUp.animate__animated,
.fadeInUpLast.animate__animated,
.fadeInLeft.animate__animated,
.fadeInRight.animate__animated,
.fadeInUpForCube.animate__animated {
  opacity: 1;
}

.backInLeft,
.backInRight {
  opacity: 0;
}

.backInLeft.animate__animated,
.backInRight.animate__animated {
  opacity: 1;
}

.animate__fadeInForMoon {
  -webkit-animation-name: fadeInForMoon;
          animation-name: fadeInForMoon;
}

.animate__fadeInUpForMoon {
  -webkit-animation-name: fadeInUpForMoon;
          animation-name: fadeInUpForMoon;
}

.animate__fadeInDownForMoon {
  -webkit-animation-name: fadeInDownForMoon;
          animation-name: fadeInDownForMoon;
}

.zoomInRight {
  opacity: 0;
}

.zoomInRight.animate__animated {
  opacity: 1;
}

.index-line.line-animate::before {
  height: 100%;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: line_height;
          animation-name: line_height;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.loading {
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-animation-name: loadUp;
          animation-name: loadUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: 3s;
          animation-timing-function: 3s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.blurMovie {
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: 1.5s;
          animation-timing-function: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@media (max-width: 480px) {
  .hidden-xxs {
    display: none;
  }
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
}

@media (max-width: 992px) {
  .hidden-sm {
    display: none;
  }
}

@media (max-width: 1200px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 300;
  line-height: 1;
  font-size: 65%;
}

h1, .h1 {
  font-family: "Libre Baskerville", Helvetica, Arial, sans-serif;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

h2, .h2,
h3, .h3 {
  font-family: "Libre Baskerville", Helvetica, Arial, sans-serif;
  margin-top: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

h1, .h1, .f-h1 {
  font-size: 55px;
}

h2, .h2, .f-h2 {
  font-size: 40px;
}

@media (min-width: 992px) {
  h2, .h2, .f-h2 {
    font-size: 48px;
  }
}

h3, .h3, .f-h3 {
  font-size: 30px;
}

@media (min-width: 992px) {
  h3, .h3, .f-h3 {
    font-size: 40px;
  }
}

h4, .h4, .f-h4 {
  font-size: 30px;
}

h5, .h5, .f-h5 {
  font-size: 24px;
}

h6, .h6, .f-h6 {
  font-size: 20px;
}

.f-l {
  text-align: left;
}

.f-r {
  text-align: right;
}

.f-c {
  text-align: center;
}

.f-j {
  text-align: justify;
}

.f-n {
  white-space: nowrap;
}

.f-low {
  text-transform: lowercase;
}

.f-upp {
  text-transform: uppercase;
}

.f-cap {
  text-transform: capitalize;
}

b {
  font-weight: 500;
}

strong {
  font-weight: 700;
}

.f-shadow {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
}

.f-xs {
  font-size: 12px;
  line-height: 1;
}

@media (min-width: 992px) {
  .f-lg {
    font-size: 17px;
  }
}

.f-space-xs {
  letter-spacing: .2em;
  padding-left: .2em;
}

.f-space-lg {
  letter-spacing: .5em;
  padding-left: .5em;
}

body {
  position: relative;
  font-family: "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Regular", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-size: 14px;
  line-height: 2;
  overflow-x: hidden;
  width: 100%;
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-color: #000;
}

body * {
  font-family: "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Regular", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: serif, "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Regular", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif !important;
}

body h1 *,
body h2 *,
body h3 *,
body h4 *,
body h5 *,
body h6 * {
  font-family: serif, "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Regular", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif !important;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #201919;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 0;
  overflow: visible;
  background: rgba(0, 0, 0, 0);
}

.cboxIframe {
  background-color: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

#cboxClose {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 9991;
  opacity: 0;
  top: 0;
  right: 0;
  background-color: #201919;
  border: none;
}

#cboxClose:hover {
  opacity: .7;
}

#cboxClose:after {
  visibility: visible;
  clear: both;
  content: "\e912";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  z-index: 9991;
  font-size: 25px;
  line-height: 40px;
  text-indent: initial;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #DBE5F5;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#header {
  position: fixed;
  left: 0;
  right: 0;
  color: #DBE5F5;
  z-index: 999;
}

#header a {
  color: #DBE5F5;
}

#header .header__menu {
  position: relative;
}

@media (max-width: 1200px) {
  #header {
    height: 55px;
  }
}

@media (max-width: 768px) {
  #header {
    height: 59px;
  }
}

/*---------------------------------
    menu-btn
-----------------------------------*/
.open,
.close {
  cursor: pointer;
  color: #DBE5F5;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: .7s;
  transition: .7s;
  z-index: 999;
  overflow: hidden;
}

.open i,
.close i {
  font-size: 35px;
  line-height: 35px;
}

.open svg,
.close svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}

.select .open,
.close {
  display: none;
}

.open,
.select .close {
  display: inline-block;
}

#menu-btn {
  display: inline-block;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 990;
  text-align: center;
  padding-top: 20px;
  padding-right: 25px;
  height: 59px;
}

@media (max-width: 768px) {
  #menu-btn {
    padding-top: 10px;
    padding-right: 15px;
  }
}

#menu-btn a {
  color: #DBE5F5;
  font-size: 55px;
  line-height: 1;
  cursor: pointer;
}

body.select {
  overflow: hidden;
}

body.select .open {
  display: none;
}

body.select .close {
  display: inline-block;
}

body.select #menu {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

/*---------------------------------
    logo
-----------------------------------*/
#logo {
  position: absolute;
  left: 0;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
  z-index: 999;
}

@media (max-width: 768px) {
  #logo {
    padding: 0 5px;
    height: 59px;
  }
}

#logo a {
  display: inline-block;
  padding: 11.25px 18.75px;
}

@media (max-width: 768px) {
  #logo a {
    padding: 0 17.5px;
  }
}

#logo img {
  padding-top: .5em;
  height: 50px;
}

/*---------------------------------
    menu
-----------------------------------*/
#menu {
  position: fixed;
  display: inline-block;
  padding-top: 5px;
  text-transform: uppercase;
  z-index: 9999;
}

#menu .submenu {
  text-transform: capitalize;
}

.menu {
  -webkit-transform: 0.5s;
  transform: 0.5s;
  position: fixed;
  -webkit-box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.7);
          box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  background-color: #000;
  padding: 50px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  opacity: 0;
  display: none;
}

@media (max-width: 768px) {
  .menu {
    bottom: 0;
  }
}

.menu ul {
  position: relative;
}

@media (min-width: 992px) {
  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu ul li {
  position: relative;
  text-align: center;
  padding: 15px 10px 0;
}

@media (min-width: 1200px) {
  .menu ul li {
    padding: 15px 20px 0;
  }
}

.menu ul li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 5px;
  cursor: pointer;
  position: relative;
  display: block;
  margin: auto;
  text-decoration: none;
  color: #DBE5F5;
  padding: 10px 15px 13px;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu ul li a {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 992px) {
  .menu ul li a {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .menu ul li a {
    padding: 10px 20px 13px;
  }
}

.menu ul li:last-of-type:after {
  border-right: none;
}

.menu ul li {
  /*第二層選單*/
}

@media (max-width: 992px) {
  .menu ul li {
    width: 100%;
  }
}

.menu ul li .submenu ul {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu ul li .submenu ul {
    -webkit-transition: none;
    transition: none;
  }
}

.menu ul li .submenu li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  padding: 0;
  border: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu ul li .submenu li {
    -webkit-transition: none;
    transition: none;
  }
}

.menu ul li .submenu li a {
  width: 100%;
  display: inline-block;
  line-height: 2;
  font-weight: 300;
  font-size: 1rem;
  padding: 10px;
}

@media (max-width: 992px) {
  .menu ul li .submenu li a {
    font-size: 12px;
    padding: 5px;
  }
}

.select .menu {
  display: inline-block;
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

body {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  color: #DBE5F5;
}

body.about {
  background-image: url("../img/bg-about.jpg");
}

body.news {
  background-image: url("../img/bg-news.jpg");
}

body.share {
  background-image: url("../img/bg-share.jpg");
}

body.study {
  background-image: url("../img/bg-study.jpg");
}

body.office {
  background-image: url("../img/bg-office.jpg");
}

body.contact {
  background-image: url("../img/bg-contact.jpg");
}

#bn {
  position: relative;
  height: 65vh;
  padding-top: 25vh;
  color: #DBE5F5;
  text-align: center;
}

@media (max-width: 1399.98px) {
  #bn {
    padding-top: 15vh;
    height: 60vh;
  }
}

@media (max-width: 1199.98px) {
  #bn {
    padding-top: 10vh;
    height: 400px;
  }
}

@media (max-width: 991.98px) {
  #bn {
    padding: 15vh 0 5vh;
    height: 40vh;
    margin-bottom: 5vh;
  }
}

@media (max-width: 767.98px) {
  #bn {
    padding: 40px 0 0;
    height: auto;
    margin-bottom: 0;
  }
}

#bn.page-detail {
  height: initial;
}

#bn.page-detail::after {
  display: none;
}

#bn:after {
  clear: both;
  content: ' ';
  visibility: visible;
  display: block;
  border-left: 1px solid rgba(219, 229, 245, 0.5);
  height: 20vh;
  position: absolute;
  left: 50%;
  bottom: 3vh;
}

@media (max-width: 1399.98px) {
  #bn:after {
    bottom: 2vh;
  }
}

@media (max-width: 1199.98px) {
  #bn:after {
    bottom: 0;
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  #bn:after {
    display: none;
  }
}

@media (max-width: 992px) {
  #bn h2 {
    font-size: 24px;
  }
  #bn h3 {
    font-size: 30px;
  }
}

footer {
  margin-top: 10vh;
}

@media (max-width: 992px) {
  footer {
    padding-top: 5vh;
  }
  footer:before {
    width: 90%;
    left: 5%;
    right: 5%;
  }
}

footer .footer-text,
footer .footer-copyright {
  font-size: 1rem;
}

@media (max-width: 992px) {
  footer .footer-text,
  footer .footer-copyright {
    font-size: 12px;
  }
  footer .footer-text span,
  footer .footer-copyright span {
    margin-top: 0;
  }
}

footer .footer-group .footer-copyright {
  margin-top: 20px;
}

.submenu-l {
  background-image: url("../img/submenu-l.png");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: left top;
  padding-top: 5vh;
  padding-left: 15px;
}

.submenu-l ul li {
  position: relative;
  font-size: 17px;
  margin: 25px 0;
  padding-left: 45px;
}

.submenu-l ul li a {
  color: #DBE5F5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.submenu-l ul li a:hover {
  color: #fff;
}

.submenu-l ul li:before {
  clear: both;
  content: ' ';
  visibility: visible;
  display: block;
  border-bottom: 1px solid rgba(219, 229, 245, 0.5);
  position: absolute;
  left: 0;
  top: 15px;
  width: 30px;
}

.submenu-l ul li.active {
  padding-left: 75px;
}

.submenu-l ul li.active:before {
  width: 60px;
  border-bottom: 1px solid #FFEF00;
}

.content {
  padding-top: 6vh;
}

@media (max-width: 1199.98px) {
  .content {
    min-height: calc(100vh - (405px + 300px + 80px));
  }
}

@media (max-width: 991.98px) {
  .content {
    padding-top: 0;
    min-height: calc(100vh - (310px + 145px + 102px));
  }
}

@media (max-width: 767.98px) {
  .content {
    padding-top: 0;
    min-height: calc(100vh - (310px + 210px + 102px));
  }
}

hr {
  border-top: 1px solid #f8c433 !important;
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

hr.fff {
  border-top: 1px solid rgba(219, 229, 245, 0.5) !important;
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

p img {
  max-width: 100%;
}

.list {
  color: #000;
}

.list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list ul li {
  padding: 0 15px;
  margin-bottom: 30px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .list ul li img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list ul li .list__pic {
    display: inline-block;
    width: 250px;
  }
  .list ul li .list__pic img {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .list ul li .list__pic {
    width: 250px;
  }
}

.list__cnt {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: left;
  background-color: #DBE5F5;
  margin-bottom: 30px;
  padding: 0 15px 15px;
  font-size: 0.875rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  .list__cnt {
    -webkit-transition: none;
    transition: none;
  }
}

.list__cnt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 15px;
}

.list__cnt ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list__cnt ul li {
  padding-bottom: 5px;
}

.list__cnt ul li i {
  width: 2em;
}

.list__cnt ul li strong {
  width: 5em;
}

.list__cnt h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 30px;
  color: #5975be;
}

@media (min-width: 1200px) {
  .list__cnt h3 {
    font-size: 40px;
  }
}

.list__cnt h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 24px;
  color: #5975be;
}

@media (max-width: 992px) {
  .list__cnt h4 {
    font-size: 20px;
  }
}

.list__cnt h5 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #5975be;
  font-weight: bold;
}

.list__cnt p {
  line-height: 1.8;
}

.list__cnt a {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.list__cnt .date {
  font-size: 12px;
}

.list__cnt img {
  width: 100%;
}

.list2 .list__cnt {
  padding-bottom: 0px;
}

.list__cnt__img {
  position: relative;
  background-color: #000;
  margin-left: -15px;
  margin-right: -15px;
}

.list__cnt__img img {
  background-size: cover;
}

.list.video ul li .list__cnt__img img {
  opacity: .7;
}

.list.video ul li .list__cnt__img:after {
  clear: both;
  content: ' ';
  visibility: visible;
  display: block;
  background-image: url("../img/youtube.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.list.media .flex-direction-nav {
  padding-bottom: 0;
}

.list.media .list__cnt__media {
  position: relative;
}

.list.media .list__cnt__media iframe,
.list.media .list__cnt__media img {
  height: 500px;
  width: 100%;
}

.list.media .list__cnt__media ul {
  padding-bottom: 0;
}

.list.media .list__cnt__media ul li {
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.list.media .list__cnt__media ul li a {
  left: auto;
  right: auto;
}

.list__date {
  color: #000;
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
}

.list-news2 {
  text-align: center;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-news2.information {
  padding-right: 33%;
}

@media (max-width: 991.98px) {
  .list-news2.information {
    padding-right: initial;
  }
}

.list-news2.information li {
  width: 35%;
}

@media (max-width: 1399.98px) {
  .list-news2.information li {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .list-news2.information li {
    width: 33%;
  }
}

@media (max-width: 767.98px) {
  .list-news2.information li {
    width: 90%;
  }
}

.list-news2.information li a span {
  text-align: center;
  padding: 10px 25px;
}

.list-news2 li {
  margin-top: 15px;
  padding: 0 15px;
  width: 40%;
}

.list-news2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-news2 li a span {
  text-align: left;
  color: #DBE5F5;
  padding: 5px 0;
  display: inline-block;
  border-bottom: 1px solid rgba(219, 229, 245, 0.5);
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-news2 li a:hover span {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.list-news2 li a:hover svg * {
  fill: #fff;
}

.list-news2 li a svg {
  margin-left: 20px;
  width: 30px;
  height: 30px;
}

.list-news2 li a svg * {
  -webkit-transition: all .3s;
  transition: all .3s;
  fill: #DBE5F5;
}

.list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 15px;
}

.list3 li {
  width: 100%;
}

.list3 li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(219, 229, 245, 0.7);
}

.list3 li div {
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list3 li div:last-of-type {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.list3 .list3__th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  border-bottom: 2px solid #DBE5F5;
}

.list3 .list3__th div:last-of-type {
  padding-left: 150px;
}

.list3 .list__cnt {
  background-color: rgba(0, 0, 0, 0);
}

.list3 .list__cnt h5 {
  color: #DBE5F5;
  text-align: center;
}

.list-btn {
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #DBE5F5;
  color: #DBE5F5;
  padding: 8px 50px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .list-btn {
    line-height: 1.2;
  }
}

.list-btn.active {
  background-color: #DBE5F5;
  color: #000;
}

.list-btn.active:hover {
  background-color: #DBE5F5;
  color: #000;
}

.list-btn:hover {
  color: #DBE5F5;
  background-color: rgba(219, 229, 245, 0.3);
}

.imgList-box-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.imgList-box-group a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% / 3 - 40px);
  margin: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.imgList-box-group a:hover .list-box-img {
  -webkit-box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.7);
          box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.7);
}

@media (max-width: 1399.98px) {
  .imgList-box-group a {
    width: calc(100% / 3 - 10px);
    margin: 5px;
  }
}

@media (max-width: 1199.98px) {
  .imgList-box-group a {
    width: calc(100% / 2 - 40px);
    margin: 20px;
  }
}

@media (max-width: 767.98px) {
  .imgList-box-group a {
    width: calc(100% - 20px);
    margin: 20px 10px;
  }
}

.imgList-box-group .list-box-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1399.98px) {
  .imgList-box-group .list-box-img {
    height: 180px;
  }
}

@media (max-width: 1199.98px) {
  .imgList-box-group .list-box-img {
    height: 240px;
  }
}

@media (max-width: 767.98px) {
  .imgList-box-group .list-box-img {
    height: 270px;
  }
}

.imgList-box-group h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.list-box-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.list-box-group.short > a:nth-child(5), .list-box-group.short > a:nth-child(8), .list-box-group.short .box:nth-child(5), .list-box-group.short .box:nth-child(8) {
  margin: 20px;
}

@media (max-width: 1399.98px) {
  .list-box-group.short > a:nth-child(5), .list-box-group.short > a:nth-child(8), .list-box-group.short .box:nth-child(5), .list-box-group.short .box:nth-child(8) {
    margin: 5px;
  }
}

@media (max-width: 1199.98px) {
  .list-box-group.short > a:nth-child(5), .list-box-group.short > a:nth-child(8), .list-box-group.short .box:nth-child(5), .list-box-group.short .box:nth-child(8) {
    margin: 20px;
  }
}

@media (max-width: 767.98px) {
  .list-box-group.short > a:nth-child(5), .list-box-group.short > a:nth-child(8), .list-box-group.short .box:nth-child(5), .list-box-group.short .box:nth-child(8) {
    margin: 20px 10px;
  }
}

.list-box-group.short > a .list-box-img, .list-box-group.short .box .list-box-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 1px 12px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 12px 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1399.98px) {
  .list-box-group.short > a .list-box-img, .list-box-group.short .box .list-box-img {
    height: 180px;
  }
}

@media (max-width: 1199.98px) {
  .list-box-group.short > a .list-box-img, .list-box-group.short .box .list-box-img {
    height: 240px;
  }
}

@media (max-width: 767.98px) {
  .list-box-group.short > a .list-box-img, .list-box-group.short .box .list-box-img {
    height: 270px;
  }
}

.list-box-group.short > a .short-btn-group, .list-box-group.short .box .short-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-box-group.short > a .list-box-content, .list-box-group.short .box .list-box-content {
  width: calc(100%);
  margin: 0;
}

.list-box-group.short > a .list-box-content h4, .list-box-group.short .box .list-box-content h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: calc(28px * 1);
}

.list-box-group.short > a .list-box-content .box-readMore, .list-box-group.short .box .list-box-content .box-readMore {
  margin-top: 0;
}

.list-box-group > a, .list-box-group .box {
  width: calc(100% / 3 - 40px);
  margin: 20px;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.list-box-group > a:hover, .list-box-group .box:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.7);
          box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.7);
}

.list-box-group > a:nth-child(5), .list-box-group > a:nth-child(8), .list-box-group .box:nth-child(5), .list-box-group .box:nth-child(8) {
  margin-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 1399.98px) {
  .list-box-group > a:nth-child(5), .list-box-group > a:nth-child(8), .list-box-group .box:nth-child(5), .list-box-group .box:nth-child(8) {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199.98px) {
  .list-box-group > a:nth-child(5), .list-box-group > a:nth-child(8), .list-box-group .box:nth-child(5), .list-box-group .box:nth-child(8) {
    margin: 20px;
  }
}

@media (max-width: 767.98px) {
  .list-box-group > a:nth-child(5), .list-box-group > a:nth-child(8), .list-box-group .box:nth-child(5), .list-box-group .box:nth-child(8) {
    margin: 20px 10px;
  }
}

@media (max-width: 1399.98px) {
  .list-box-group > a, .list-box-group .box {
    width: calc(100% / 3 - 10px);
    margin: 5px;
  }
}

@media (max-width: 1199.98px) {
  .list-box-group > a, .list-box-group .box {
    width: calc(100% / 2 - 40px);
    margin: 20px;
  }
}

@media (max-width: 767.98px) {
  .list-box-group > a, .list-box-group .box {
    width: calc(100% - 20px);
    margin: 20px 10px;
  }
}

.list-box-group .list-box-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 1px 12px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 12px 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1399.98px) {
  .list-box-group .list-box-img {
    height: 180px;
  }
}

@media (max-width: 1199.98px) {
  .list-box-group .list-box-img {
    height: 240px;
  }
}

@media (max-width: 767.98px) {
  .list-box-group .list-box-img {
    height: 270px;
  }
}

.list-box-group .list-box-content {
  position: relative;
  background-color: #fff;
  width: calc(100% - 20px);
  margin: 10px;
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}

.list-box-group .list-box-content .date {
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  color: #000;
}

.list-box-group .list-box-content h4 {
  margin-top: 15px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #002395;
}

.list-box-group .list-box-content p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: calc(20px * 3);
}

.list-box-group .list-box-content .box-readMore {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.list-box-group .list-box-content .box-readMore.forRemittance {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-box-group .list-box-content .box-readMore.forRemittance .remittance-btn {
  position: relative;
  z-index: 99;
  font-weight: bold;
  color: #002395;
}

.list-box-group .list-box-content .box-readMore.forRemittance a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.list-box-group .list-box-content .box-readMore.forRemittance a:hover {
  font-weight: bold;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.list-box-group .list-box-content .box-readMore .plus {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #000;
  margin-right: 10px;
}

.list-box-group .list-box-content .box-readMore .plus svg {
  width: 15px;
  height: 15px;
}

.list-box-group .list-box-content .box-readMore .plus svg * {
  fill: #fff;
}

.list-box-group .list-box-content .box-readMore span {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.download-group {
  margin-right: 34%;
  margin-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  .download-group {
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .download-group {
    margin-bottom: 0;
  }
}

.download-group .download-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
  border-bottom: 1px solid #DBE5F5;
}

@media (max-width: 767.98px) {
  .download-group .download-btn-group {
    padding: 20px;
  }
}

.download-group .download-btn-group a {
  line-height: 1.2;
}

.download-group .download-btn-group a:last-of-type {
  margin-left: 20px;
}

@media (max-width: 767.98px) {
  .download-group .download-btn-group a {
    padding: 5px 25px;
  }
}

.download-group .download-list {
  margin-top: 70px;
  width: 50%;
}

@media (max-width: 767.98px) {
  .download-group .download-list {
    margin-top: 30px;
    width: 80%;
  }
}

.download-group .download-list a {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.download-group .download-list a span {
  text-align: left;
  color: #DBE5F5;
  padding: 5px 0;
  display: inline-block;
  border-bottom: 1px solid rgba(219, 229, 245, 0.5);
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.download-group .download-list a:hover span {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.download-group .download-list a:hover svg * {
  fill: #fff;
}

.download-group .download-list a svg {
  margin-left: 20px;
  width: 30px;
  height: 30px;
}

.download-group .download-list a svg * {
  -webkit-transition: all .3s;
  transition: all .3s;
  fill: #DBE5F5;
}

.files-table {
  width: 100%;
}

@media (max-width: 991.98px) {
  .files-table {
    padding-right: initial;
  }
}

.files-table * {
  color: #DBE5F5;
  white-space: nowrap;
}

.files-table thead tr {
  border-bottom: 2px solid #DBE5F5;
}

.files-table thead tr th {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
}

.files-table thead tr th.file-title {
  text-align: center;
}

.files-table thead tr th svg {
  width: 25px;
  height: 25px;
}

.files-table thead tr th svg * {
  fill: #DBE5F5;
}

.files-table tbody tr {
  cursor: pointer;
  border-bottom: 1px solid rgba(219, 229, 245, 0.7);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.files-table tbody tr:nth-child(even) {
  border-bottom: 2px solid #DBE5F5;
}

.files-table tbody tr:hover {
  background-color: #DBE5F5;
}

.files-table tbody tr:hover td {
  color: #000;
}

.files-table tbody tr td {
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
}

.files-table tbody tr td a {
  display: inline-block;
}

.files-table tbody tr td a img {
  width: 30px;
}

.list-pages {
  opacity: .5;
  width: 300px;
  margin: 50px auto 120px;
}

.list-pages:after {
  clear: both;
  content: ' ';
  visibility: visible;
  display: block;
}

.list-pages:after::after {
  display: block;
  clear: both;
  content: "";
}

.list-pages select {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 99em;
  overflow: hidden;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/select-arrows.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  text-align: center;
  color: #201919;
  background-color: #DBE5F5;
  font-weight: 400;
  padding: 0 12px;
  border: 1px solid #201919;
  height: 35px;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
}

@media screen and (prefers-reduced-motion: reduce) {
  .list-pages select {
    -webkit-transition: none;
    transition: none;
  }
}

.list-pages select:hover {
  background-color: #d8d9d9;
}

.list-pages a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #201919;
  display: inline-block;
  height: 35px;
  width: 100%;
  line-height: 35px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .list-pages a {
    -webkit-transition: none;
    transition: none;
  }
}

.list-pages a i {
  line-height: 35px;
}

@media (min-width: 992px) {
  .list-pages a:hover {
    opacity: .8;
  }
}

.list-back {
  text-align: right;
  float: right;
  margin-top: 200px;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .list-back {
    margin-top: 100px;
  }
}

.list-back a {
  color: #DBE5F5;
  padding: 6px 20px;
  display: inline-block;
  border: 1px solid rgba(219, 229, 245, 0.5);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.list-back a:hover {
  background-color: #DBE5F5;
  color: #000;
}

.list-back a:hover svg * {
  fill: #000;
}

.list-back a svg {
  margin-right: 15px;
  width: 20px;
  height: 20px;
}

.list-back a svg * {
  -webkit-transition: all .3s;
  transition: all .3s;
  fill: #DBE5F5;
}

.detail .detail__header {
  padding-bottom: 30px;
}

.detail .detail__social {
  padding-right: 15px;
  padding-top: 2.5em;
  font-size: 20px;
}

.detail .detail__img {
  padding-bottom: 30px;
}

.detail .detail__img img {
  width: 100%;
}

.detail .detail-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .detail .detail-title {
    margin: 40px 0;
  }
}

.detail .detail-title h1 {
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
}

.detail .detail-title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.detail .detail-title-sub .share-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

.detail .detail-title-sub .share-btn-group a {
  margin-left: 10px;
  color: #DBE5F5;
}

.detail .detail-title-sub .share-btn-group a svg {
  width: 25px;
  height: 25px;
}

.detail .detail-title-sub .share-btn-group a svg * {
  fill: #DBE5F5;
}

.detail .detail-title-sub .share-btn-group a:hover {
  opacity: .7;
}

.detail-box {
  background-color: #DBE5F5;
  color: #000;
  padding: 30px 45px;
}

@media (max-width: 768px) {
  .detail-box {
    padding: 15px;
  }
}

.detail-box .box-group {
  width: 100%;
  overflow-x: auto;
}

.detail-box h6 {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
  background-image: url("../img/form-title.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.detail-box table {
  width: 100%;
}

.detail-box table th,
.detail-box table td {
  color: #3e3a39;
  text-align: center;
  white-space: nowrap;
}

.detail-box table thead th {
  border-bottom: 2px solid #000;
}

.detail-box table td {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-weight: 300;
}

.detail-box table tfoot td {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: none;
  text-align: left;
}

.form h4 {
  background-image: url("../img/form-title.png");
  background-repeat: no-repeat;
  background-position: center center;
}

label {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form {
  background-color: rgba(0, 7, 49, 0.5);
  border: 1px solid rgba(219, 229, 245, 0.5);
  padding: 30px;
}

@media (min-width: 1200px) {
  .form {
    margin-left: 75px;
    margin-right: 75px;
    padding: 30px 45px 45px;
  }
}

.form-group {
  margin-bottom: 10px;
}

.form-group:after {
  clear: both;
  content: ' ';
  visibility: visible;
  display: block;
}

@media (min-width: 768px) {
  .form-group.col-sm-6:nth-of-type(2), .form-group.col-sm-6:last-of-type {
    padding-left: 0;
  }
}

.form__title {
  text-align: left;
}

.form-control {
  padding: 5px 12px;
  border-radius: 0;
  height: auto;
  border: none;
  border-bottom: 1px solid rgba(219, 229, 245, 0.7);
  background-color: rgba(0, 0, 0, 0);
  color: #DBE5F5;
}

.form-control:active {
  background-color: rgba(0, 0, 0, 0);
}

.form-control:focus {
  color: #fff;
}

textarea.form-control {
  margin-top: 5px;
  border: 1px solid rgba(219, 229, 245, 0.7);
}

.input-group .input-group-addon input {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.input-group .input-group-addon input li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.radio-inline,
.form-horizontal .radio,
.form-horizontal .checkbox {
  padding-top: 0;
}

.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-left: 0;
  margin-right: 1em;
}

.form-control-feedback {
  display: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  font-size: 12px;
  line-height: 1em;
  top: 0.6em;
  right: 2em;
  padding: 3px 8px;
  text-align: center;
  background-color: #FBF9D6;
  color: #DBE5F5;
  opacity: 0;
}

.has-error.has-feedback label {
  margin-top: 1px;
}

@media (min-width: 992px) {
  .has-error.has-feedback .form-control {
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .has-error.has-feedback .form-control-feedback {
    display: block;
    z-index: 10;
  }
}

.has-error.has-feedback .tooltip {
  opacity: 1;
}

.has-error.has-feedback.radio-group:after {
  display: none;
}

.has-error.has-feedback.radio-group .tooltip {
  position: static;
}

.has-feedback {
  position: relative;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38;
  height: 38;
  line-height: 38;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45;
  height: 45;
  line-height: 45;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30;
  height: 30;
  line-height: 30;
}

.has-feedback:after {
  clear: both;
  content: ' ';
  visibility: visible;
  display: block;
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: -10px;
  line-height: 38;
}

.has-feedback label {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 2em;
  right: 15px;
  padding-top: 4px;
  display: none;
}

.input-group-lg.has-feedback:after {
  line-height: 45;
}

.input-group-lg.has-feedback label {
  line-height: 45;
  padding: 0;
}

.about2 {
  padding: 15px 30px;
  position: relative;
}

@media (max-width: 767.98px) {
  .about2 {
    padding: 10px;
  }
}

.about2 h6 {
  color: #A5CCEA;
}

.about2 span {
  color: #FBF9D6;
}

.about2 img {
  width: 100%;
}

.about2 img.w-auto {
  height: auto;
}

@media (max-width: 767.98px) {
  .about2 img {
    width: 100%;
    margin: 10px 0;
  }
}

@media (min-width: 768px) {
  .about2 .row p,
  .about2 .row h6 {
    text-align: left;
  }
}

.img-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (max-width: 767.98px) {
  .img-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.img-two img {
  width: auto;
  height: 160px;
}

@media (max-width: 1399.98px) {
  .img-two img {
    height: 130px;
  }
}

@media (max-width: 767.98px) {
  .img-two img {
    max-width: 100%;
    height: auto;
  }
}

.img-two img:last-child {
  margin-left: 10px;
}

@media (max-width: 767.98px) {
  .people-img {
    width: 200px !important;
    margin: 15px 0;
  }
}

.about2-border:before {
  clear: both;
  content: ' ';
  visibility: visible;
  display: block;
  background: #9900C1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#9900C1), color-stop(50%, #83E8D0));
  background: linear-gradient(to right, #9900C1 0%, #83E8D0 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$g-left', endColorstr='$g-right',GradientType=1 );
  /* IE6-9 */
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.about2-border:after {
  clear: both;
  content: ' ';
  visibility: visible;
  display: block;
  z-index: -1;
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #000;
}

@media (min-width: 768px) {
  .about2-border {
    padding: 12px 30px 17px;
  }
}

.office3 li {
  position: relative;
  margin-bottom: 45px;
  text-align: center;
}

@media (min-width: 992px) {
  .office3 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
  }
  .office3 li:nth-of-type(2n) {
    left: 15%;
  }
}

.office3 li:after {
  clear: both;
  content: ' ';
  visibility: visible;
  display: block;
  position: absolute;
  bottom: 25px;
  border-bottom: 1px solid rgba(248, 196, 51, 0.7);
  left: 0;
  right: 45px;
  z-index: -1;
}

.office3 li .office3__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.office3 li .office3__img img {
  background-size: cover;
}

.office3 li .office3__name {
  padding: 30px;
}

@media (min-width: 992px) {
  .office3 li .office3__name {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
  .office3 li .office3__name p {
    width: 100%;
    font-size: 17px;
  }
}

.img-list {
  width: 100%;
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 0;
          column-gap: 0;
}

@media (max-width: 1199.98px) {
  .img-list {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 767.98px) {
  .img-list {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.img-list .img-list-column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.img-list a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background-color: #fff;
}

.img-list a img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .img-list a {
    margin: 10px 0;
  }
}

.vedio-box {
  border: 1px solid #DBE5F5;
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  .vedio-box {
    margin: 15px 0;
    margin-bottom: 30px;
  }
}

.vedio-box iframe, .vedio-box video {
  width: 100%;
  height: 50vh;
}

@media (max-width: 1199.98px) {
  .vedio-box iframe, .vedio-box video {
    width: 80%;
    height: 30vh;
  }
}

@media (max-width: 767.98px) {
  .vedio-box iframe, .vedio-box video {
    width: 100%;
  }
}

#yReplayBox {
  display: none;
}

@media (max-width: 767.98px) {
  .contact h4 {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .contact {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .contact {
    padding: 15px;
  }
}

.contact .form__title {
  margin-top: 50px;
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .contact .form__title {
    margin-top: 15px;
    font-size: 14px;
  }
}

.contact .form-control:focus {
  background-color: transparent;
  outline: none;
}

.contact .form__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .form__cnt > * {
  width: 100%;
}

.contact .input-two-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .contact .input-two-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact .input-two-group > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767.98px) {
  .contact .input-two-group > div {
    width: 100%;
  }
}

.contact .input-two-group > div:last-of-type {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .contact .input-two-group > div:last-of-type {
    margin-left: 0;
  }
}

.contact .form__txt {
  margin-bottom: 0;
}

.contact button {
  width: initial !important;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 45px;
  padding: 5px 50px;
  background-color: transparent;
}

@media (max-width: 767.98px) {
  .contact button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.contact .list-back {
  margin-right: 75px;
}

@media (max-width: 1199.98px) {
  .contact .list-back {
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .live h4 {
    font-size: 22px;
  }
}

* {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}

/* Error Page */
.error .clip .shadow {
  height: 180px;
  /*Contrall*/
}

.error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}

.error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}

.error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}

.error h2 {
  font-size: 32px;
}

.error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}

.error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
}

.error .container-error-404 .clip {
  display: inline-block;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}

.error .clip .shadow {
  overflow: hidden;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8) !important;
          box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8) !important;
}

.error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(173, 173, 173, 0.8)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}

.error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}

.error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.error .clip:nth-of-type(2) .digit {
  left: -10%;
}

.error .clip:nth-of-type(1) .digit {
  right: -20%;
}

.error .clip:nth-of-type(3) .digit {
  left: -20%;
}

.error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}

.error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}

.error .triangle {
  position: absolute;
  z-index: 999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}

/* Error Page */
@media (max-width: 767px) {
  /* Error Page */
  .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  .error h2 {
    font-size: 24px;
  }
  .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .error .container-error-404 {
    height: 150px;
  }
  /* Error Page */
}

/*--------------------------------------------Framework --------------------------------*/
.overlay {
  position: relative;
  z-index: 20;
}

/*done*/
.ground-color {
  background: white;
}

/*done*/
.item-bg-color {
  background: #EAEAEA;
}

/*done*/
/* Padding Section*/
.padding-top {
  padding-top: 10px;
}

/*done*/
.padding-bottom {
  padding-bottom: 10px;
}

/*done*/
.padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-all {
  padding: 10px;
}

/*done*/
.no-padding-left {
  padding-left: 0px;
}

/*done*/
.no-padding-right {
  padding-right: 0px;
}

/*done*/
.no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.no-padding {
  padding: 0px;
}

/*done*/
/* Padding Section*/
/* Margin section */
.margin-top {
  margin-top: 10px;
}

/*done*/
.margin-bottom {
  margin-bottom: 10px;
}

/*done*/
.margin-right {
  margin-right: 10px;
}

/*done*/
.margin-left {
  margin-left: 10px;
}

/*done*/
.margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}

/*done*/
.margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*done*/
.margin-all {
  margin: 10px;
}

/*done*/
.no-margin {
  margin: 0px;
}

/*done*/
.no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.inside-col-shrink {
  margin: 0px 20px;
}

/*done - For the inside sections that has also Title section*/
/* Margin section */
hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}

/*--------------------------------------------FrameWork------------------------*/
/*# sourceMappingURL=page.css.map */