@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&display=swap");
@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff); }

@font-face {
  font-family: 'nowayregular';
  src: url("webfonts/noway-regular-webfont.eot");
  src: url("webfonts/noway-regular-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/noway-regular-webfont.woff2") format("woff2"), url("webfonts/noway-regular-webfont.woff") format("woff"), url("webfonts/noway-regular-webfont.ttf") format("truetype"), url("webfonts/noway-regular-webfont.svg#nowayregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'nowaylight';
  src: url("webfonts/noway-light-webfont.eot");
  src: url("webfonts/noway-light-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/noway-light-webfont.woff2") format("woff2"), url("webfonts/noway-light-webfont.woff") format("woff"), url("webfonts/noway-light-webfont.ttf") format("truetype"), url("webfonts/noway-light-webfont.svg#nowaylight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'nowaymedium';
  src: url("webfonts/noway-medium-webfont.eot");
  src: url("webfonts/noway-medium-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/noway-medium-webfont.woff2") format("woff2"), url("webfonts/noway-medium-webfont.woff") format("woff"), url("webfonts/noway-medium-webfont.ttf") format("truetype"), url("webfonts/noway-medium-webfont.svg#nowaymedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'nowaybold';
  src: url("webfonts/noway-bold-webfont.eot");
  src: url("webfonts/noway-bold-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/noway-bold-webfont.woff2") format("woff2"), url("webfonts/noway-bold-webfont.woff") format("woff"), url("webfonts/noway-bold-webfont.ttf") format("truetype"), url("webfonts/noway-bold-webfont.svg#nowaybold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noway_icons';
  src: url("webfonts/noway-icons-webfont.eot");
  src: url("webfonts/noway-icons-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/noway-icons-webfont.woff2") format("woff2"), url("webfonts/noway-icons-webfont.woff") format("woff"), url("webfonts/noway-icons-webfont.ttf") format("truetype"), url("webfonts/noway-icons-webfont.svg#noway_icons") format("svg");
  font-weight: normal;
  font-style: normal; }

:root {
  --blue: #35A0D8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #BC6418;
  --yellow: #ffe100;
  --green: #215b42;
  --teal: #72c8c9;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #F5F4F1;
  --gray-dark: #727272;
  --dark-blue: #103952;
  --light-blue: #DEEAF0;
  --bright-yellow: #D9C139;
  --light-yellow: #f4eec7;
  --black: #000;
  --primary: #156993;
  --secondary: #35A0D8;
  --success: #215b42;
  --info: #BC6418;
  --warning: #BC6418;
  --danger: #dc3545;
  --light: #F5F4F1;
  --dark: #727272;
  --light-green: rgba(33, 91, 66, 0.8);
  --deep-purple: #2B2E34;
  --light-yellow: #f4eec7;
  --bright-yellow: #D9C139;
  --light-blue: #DEEAF0;
  --blue: #35A0D8;
  --dark-blue: #103952;
  --black: #000;
  --teal: #72c8c9;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1160px;
  --font-family-sans-serif: "nowayregular", sans-serif;
  --font-family-monospace: "nowayregular", serif; }

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

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

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

body {
  margin: 0;
  font-family: "nowayregular", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212529;
  text-align: left;
  background-color: #ffffff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #156993;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0b3950;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: "nowayregular", serif;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "nowaylight", serif;
  font-weight: 400;
  line-height: 1.5; }

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

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

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

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

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

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

.lead {
  font-size: 1.5625rem;
  font-weight: 200; }

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

.display-2 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.5; }

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #7f7f7f; }

small,
.small {
  font-size: 89%;
  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: 1rem;
  font-size: 1.40625rem; }

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

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

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0; }
  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: 840px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 1100px; } }
  @media (min-width: 1160px) {
    .container {
      max-width: 1200px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .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-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 {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #fcfcfb; }

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

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

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

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

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

.table-light-green,
.table-light-green > th,
.table-light-green > td {
  background-color: rgba(209, 221, 216, 0.944); }

.table-light-green th,
.table-light-green td,
.table-light-green thead th,
.table-light-green tbody + tbody {
  border-color: rgba(162, 186, 176, 0.896); }

.table-hover .table-light-green:hover {
  background-color: rgba(194, 210, 204, 0.944); }
  .table-hover .table-light-green:hover > td,
  .table-hover .table-light-green:hover > th {
    background-color: rgba(194, 210, 204, 0.944); }

.table-deep-purple,
.table-deep-purple > th,
.table-deep-purple > td {
  background-color: #c4c4c6; }

.table-deep-purple th,
.table-deep-purple td,
.table-deep-purple thead th,
.table-deep-purple tbody + tbody {
  border-color: #919295; }

.table-hover .table-deep-purple:hover {
  background-color: #b7b7b9; }
  .table-hover .table-deep-purple:hover > td,
  .table-hover .table-deep-purple:hover > th {
    background-color: #b7b7b9; }

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

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

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

.table-bright-yellow,
.table-bright-yellow > th,
.table-bright-yellow > td {
  background-color: #f4eec8; }

.table-bright-yellow th,
.table-bright-yellow td,
.table-bright-yellow thead th,
.table-bright-yellow tbody + tbody {
  border-color: #ebdf98; }

.table-hover .table-bright-yellow:hover {
  background-color: #f0e7b3; }
  .table-hover .table-bright-yellow:hover > td,
  .table-hover .table-bright-yellow:hover > th {
    background-color: #f0e7b3; }

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

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

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

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #c6e4f4; }

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #96ceeb; }

.table-hover .table-blue:hover {
  background-color: #b1daf0; }
  .table-hover .table-blue:hover > td,
  .table-hover .table-blue:hover > th {
    background-color: #b1daf0; }

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

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

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

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #d8f0f0; }

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

.table-hover .table-teal:hover {
  background-color: #c6e9e9; }
  .table-hover .table-teal:hover > td,
  .table-hover .table-teal:hover > th {
    background-color: #c6e9e9; }

.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: #ffffff;
  background-color: #727272;
  border-color: #858585; }

.table .thead-light th {
  color: #7f7f7f;
  background-color: #e9ecef;
  border-color: #dee2e6; }

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.8em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #7f7f7f;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #7f7f7f; }
  .form-control:focus {
    color: #7f7f7f;
    background-color: #ffffff;
    border-color: #43afe4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(21, 105, 147, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #7f7f7f;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.8; }

.col-form-label-lg {
  padding-top: calc(2rem + 1px);
  padding-bottom: calc(2rem + 1px);
  font-size: 1.40625rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.8;
  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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0; }

.form-control-lg {
  height: calc(1.5em + 4rem + 2px);
  padding: 2rem 5rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0; }

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: flex;
  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,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  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: 89%;
  color: #215b42; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #ffffff;
  background-color: rgba(33, 91, 66, 0.9);
  border-radius: 0px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #215b42;
  padding-right: calc(1.8em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23215b42' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.45em + 0.1875rem) center;
  background-size: calc(0.9em + 0.375rem) calc(0.9em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #215b42;
    box-shadow: 0 0 0 0.2rem rgba(33, 91, 66, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.8em + 0.75rem);
  background-position: top calc(0.45em + 0.1875rem) right calc(0.45em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #215b42;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23727272' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23215b42' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.9em + 0.375rem) calc(0.9em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #215b42;
    box-shadow: 0 0 0 0.2rem rgba(33, 91, 66, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #215b42; }

.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: #215b42; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #215b42; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #2f805d;
  background-color: #2f805d; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(33, 91, 66, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #215b42; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #215b42; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #215b42;
  box-shadow: 0 0 0 0.2rem rgba(33, 91, 66, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 89%;
  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: 1.125rem;
  line-height: 1.8;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.8em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.45em + 0.1875rem) center;
  background-size: calc(0.9em + 0.375rem) calc(0.9em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.8em + 0.75rem);
  background-position: top calc(0.45em + 0.1875rem) right calc(0.45em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23727272' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 1.75rem/calc(0.9em + 0.375rem) calc(0.9em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.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 {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.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:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      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: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.8rem 1.9rem;
  font-size: 1.125rem;
  line-height: 1.8;
  border-radius: 0px;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(21, 105, 147, 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: #ffffff;
  background-color: #156993;
  border-color: #156993; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #105172;
    border-color: #0f4966; }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #105172;
    border-color: #0f4966;
    box-shadow: 0 0 0 0.2rem rgba(56, 128, 163, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #156993;
    border-color: #156993; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0f4966;
    border-color: #0d415b; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(56, 128, 163, 0.5); }

.btn-secondary {
  color: #ffffff;
  background-color: #35A0D8;
  border-color: #35A0D8; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #258cc1;
    border-color: #2384b7; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
    background-color: #258cc1;
    border-color: #2384b7;
    box-shadow: 0 0 0 0.2rem rgba(83, 174, 222, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #35A0D8;
    border-color: #35A0D8; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #2384b7;
    border-color: #217cac; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(83, 174, 222, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #215b42;
  border-color: #215b42; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #173f2e;
    border-color: #133627; }
  .btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #173f2e;
    border-color: #133627;
    box-shadow: 0 0 0 0.2rem rgba(66, 116, 94, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #215b42;
    border-color: #215b42; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #133627;
    border-color: #102c20; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(66, 116, 94, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #BC6418;
  border-color: #BC6418; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #9a5214;
    border-color: #8f4c12; }
  .btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: #9a5214;
    border-color: #8f4c12;
    box-shadow: 0 0 0 0.2rem rgba(198, 123, 59, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #BC6418;
    border-color: #BC6418; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #8f4c12;
    border-color: #834611; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(198, 123, 59, 0.5); }

.btn-warning {
  color: #ffffff;
  background-color: #BC6418;
  border-color: #BC6418; }
  .btn-warning:hover {
    color: #ffffff;
    background-color: #9a5214;
    border-color: #8f4c12; }
  .btn-warning:focus, .btn-warning.focus {
    color: #ffffff;
    background-color: #9a5214;
    border-color: #8f4c12;
    box-shadow: 0 0 0 0.2rem rgba(198, 123, 59, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #ffffff;
    background-color: #BC6418;
    border-color: #BC6418; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #8f4c12;
    border-color: #834611; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(198, 123, 59, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    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: #ffffff;
    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 {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #000;
  background-color: #F5F4F1;
  border-color: #F5F4F1; }
  .btn-light:hover {
    color: #000;
    background-color: #e5e2db;
    border-color: #e0ddd3; }
  .btn-light:focus, .btn-light.focus {
    color: #000;
    background-color: #e5e2db;
    border-color: #e0ddd3;
    box-shadow: 0 0 0 0.2rem rgba(208, 207, 205, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #000;
    background-color: #F5F4F1;
    border-color: #F5F4F1; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #e0ddd3;
    border-color: #dad7cc; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(208, 207, 205, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #727272;
  border-color: #727272; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #5f5f5f;
    border-color: #595959; }
  .btn-dark:focus, .btn-dark.focus {
    color: #ffffff;
    background-color: #5f5f5f;
    border-color: #595959;
    box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #727272;
    border-color: #727272; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #595959;
    border-color: #525252; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5); }

.btn-light-green {
  color: #ffffff;
  background-color: rgba(33, 91, 66, 0.8);
  border-color: rgba(33, 91, 66, 0.8); }
  .btn-light-green:hover {
    color: #ffffff;
    background-color: rgba(23, 63, 46, 0.8);
    border-color: rgba(19, 54, 39, 0.8); }
  .btn-light-green:focus, .btn-light-green.focus {
    color: #ffffff;
    background-color: rgba(23, 63, 46, 0.8);
    border-color: rgba(19, 54, 39, 0.8);
    box-shadow: 0 0 0 0.2rem rgba(79, 125, 106, 0.5); }
  .btn-light-green.disabled, .btn-light-green:disabled {
    color: #ffffff;
    background-color: rgba(33, 91, 66, 0.8);
    border-color: rgba(33, 91, 66, 0.8); }
  .btn-light-green:not(:disabled):not(.disabled):active, .btn-light-green:not(:disabled):not(.disabled).active,
  .show > .btn-light-green.dropdown-toggle {
    color: #ffffff;
    background-color: rgba(19, 54, 39, 0.8);
    border-color: rgba(16, 44, 32, 0.8); }
    .btn-light-green:not(:disabled):not(.disabled):active:focus, .btn-light-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(79, 125, 106, 0.5); }

.btn-deep-purple {
  color: #ffffff;
  background-color: #2B2E34;
  border-color: #2B2E34; }
  .btn-deep-purple:hover {
    color: #ffffff;
    background-color: #1a1b1f;
    border-color: #141518; }
  .btn-deep-purple:focus, .btn-deep-purple.focus {
    color: #ffffff;
    background-color: #1a1b1f;
    border-color: #141518;
    box-shadow: 0 0 0 0.2rem rgba(75, 77, 82, 0.5); }
  .btn-deep-purple.disabled, .btn-deep-purple:disabled {
    color: #ffffff;
    background-color: #2B2E34;
    border-color: #2B2E34; }
  .btn-deep-purple:not(:disabled):not(.disabled):active, .btn-deep-purple:not(:disabled):not(.disabled).active,
  .show > .btn-deep-purple.dropdown-toggle {
    color: #ffffff;
    background-color: #141518;
    border-color: #0e0f11; }
    .btn-deep-purple:not(:disabled):not(.disabled):active:focus, .btn-deep-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-deep-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(75, 77, 82, 0.5); }

.btn-light-yellow {
  color: #000;
  background-color: #f4eec7;
  border-color: #f4eec7; }
  .btn-light-yellow:hover {
    color: #000;
    background-color: #eee4a7;
    border-color: #ece19c; }
  .btn-light-yellow:focus, .btn-light-yellow.focus {
    color: #000;
    background-color: #eee4a7;
    border-color: #ece19c;
    box-shadow: 0 0 0 0.2rem rgba(207, 202, 169, 0.5); }
  .btn-light-yellow.disabled, .btn-light-yellow:disabled {
    color: #000;
    background-color: #f4eec7;
    border-color: #f4eec7; }
  .btn-light-yellow:not(:disabled):not(.disabled):active, .btn-light-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-light-yellow.dropdown-toggle {
    color: #000;
    background-color: #ece19c;
    border-color: #eade92; }
    .btn-light-yellow:not(:disabled):not(.disabled):active:focus, .btn-light-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(207, 202, 169, 0.5); }

.btn-bright-yellow {
  color: #000;
  background-color: #D9C139;
  border-color: #D9C139; }
  .btn-bright-yellow:hover {
    color: #000;
    background-color: #c6ae26;
    border-color: #bba424; }
  .btn-bright-yellow:focus, .btn-bright-yellow.focus {
    color: #000;
    background-color: #c6ae26;
    border-color: #bba424;
    box-shadow: 0 0 0 0.2rem rgba(184, 164, 48, 0.5); }
  .btn-bright-yellow.disabled, .btn-bright-yellow:disabled {
    color: #000;
    background-color: #D9C139;
    border-color: #D9C139; }
  .btn-bright-yellow:not(:disabled):not(.disabled):active, .btn-bright-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-bright-yellow.dropdown-toggle {
    color: #000;
    background-color: #bba424;
    border-color: #b09b22; }
    .btn-bright-yellow:not(:disabled):not(.disabled):active:focus, .btn-bright-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bright-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(184, 164, 48, 0.5); }

.btn-light-blue {
  color: #000;
  background-color: #DEEAF0;
  border-color: #DEEAF0; }
  .btn-light-blue:hover {
    color: #000;
    background-color: #c4d9e4;
    border-color: #bbd4e0; }
  .btn-light-blue:focus, .btn-light-blue.focus {
    color: #000;
    background-color: #c4d9e4;
    border-color: #bbd4e0;
    box-shadow: 0 0 0 0.2rem rgba(189, 199, 204, 0.5); }
  .btn-light-blue.disabled, .btn-light-blue:disabled {
    color: #000;
    background-color: #DEEAF0;
    border-color: #DEEAF0; }
  .btn-light-blue:not(:disabled):not(.disabled):active, .btn-light-blue:not(:disabled):not(.disabled).active,
  .show > .btn-light-blue.dropdown-toggle {
    color: #000;
    background-color: #bbd4e0;
    border-color: #b2cedc; }
    .btn-light-blue:not(:disabled):not(.disabled):active:focus, .btn-light-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 199, 204, 0.5); }

.btn-blue {
  color: #ffffff;
  background-color: #35A0D8;
  border-color: #35A0D8; }
  .btn-blue:hover {
    color: #ffffff;
    background-color: #258cc1;
    border-color: #2384b7; }
  .btn-blue:focus, .btn-blue.focus {
    color: #ffffff;
    background-color: #258cc1;
    border-color: #2384b7;
    box-shadow: 0 0 0 0.2rem rgba(83, 174, 222, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #ffffff;
    background-color: #35A0D8;
    border-color: #35A0D8; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #2384b7;
    border-color: #217cac; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(83, 174, 222, 0.5); }

.btn-dark-blue {
  color: #ffffff;
  background-color: #103952;
  border-color: #103952; }
  .btn-dark-blue:hover {
    color: #ffffff;
    background-color: #0a2332;
    border-color: #081b27; }
  .btn-dark-blue:focus, .btn-dark-blue.focus {
    color: #ffffff;
    background-color: #0a2332;
    border-color: #081b27;
    box-shadow: 0 0 0 0.2rem rgba(52, 87, 108, 0.5); }
  .btn-dark-blue.disabled, .btn-dark-blue:disabled {
    color: #ffffff;
    background-color: #103952;
    border-color: #103952; }
  .btn-dark-blue:not(:disabled):not(.disabled):active, .btn-dark-blue:not(:disabled):not(.disabled).active,
  .show > .btn-dark-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #081b27;
    border-color: #06141d; }
    .btn-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-dark-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 87, 108, 0.5); }

.btn-black {
  color: #ffffff;
  background-color: #000;
  border-color: #000; }
  .btn-black:hover {
    color: #ffffff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    color: #ffffff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #ffffff;
    background-color: #000;
    border-color: #000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-teal {
  color: #000;
  background-color: #72c8c9;
  border-color: #72c8c9; }
  .btn-teal:hover {
    color: #000;
    background-color: #56bdbe;
    border-color: #4dbabb; }
  .btn-teal:focus, .btn-teal.focus {
    color: #000;
    background-color: #56bdbe;
    border-color: #4dbabb;
    box-shadow: 0 0 0 0.2rem rgba(97, 170, 171, 0.5); }
  .btn-teal.disabled, .btn-teal:disabled {
    color: #000;
    background-color: #72c8c9;
    border-color: #72c8c9; }
  .btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active,
  .show > .btn-teal.dropdown-toggle {
    color: #000;
    background-color: #4dbabb;
    border-color: #46b4b6; }
    .btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(97, 170, 171, 0.5); }

.btn-outline-primary {
  color: #156993;
  border-color: #156993; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #156993;
    border-color: #156993; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(21, 105, 147, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #156993;
    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: #ffffff;
    background-color: #156993;
    border-color: #156993; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(21, 105, 147, 0.5); }

.btn-outline-secondary {
  color: #35A0D8;
  border-color: #35A0D8; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #35A0D8;
    border-color: #35A0D8; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(53, 160, 216, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #35A0D8;
    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: #ffffff;
    background-color: #35A0D8;
    border-color: #35A0D8; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(53, 160, 216, 0.5); }

.btn-outline-success {
  color: #215b42;
  border-color: #215b42; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #215b42;
    border-color: #215b42; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 91, 66, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #215b42;
    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: #ffffff;
    background-color: #215b42;
    border-color: #215b42; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(33, 91, 66, 0.5); }

.btn-outline-info {
  color: #BC6418;
  border-color: #BC6418; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #BC6418;
    border-color: #BC6418; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(188, 100, 24, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #BC6418;
    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: #ffffff;
    background-color: #BC6418;
    border-color: #BC6418; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(188, 100, 24, 0.5); }

.btn-outline-warning {
  color: #BC6418;
  border-color: #BC6418; }
  .btn-outline-warning:hover {
    color: #ffffff;
    background-color: #BC6418;
    border-color: #BC6418; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(188, 100, 24, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #BC6418;
    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: #ffffff;
    background-color: #BC6418;
    border-color: #BC6418; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(188, 100, 24, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    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: #ffffff;
    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 {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #F5F4F1;
  border-color: #F5F4F1; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #F5F4F1;
    border-color: #F5F4F1; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 244, 241, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #F5F4F1;
    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: #000;
    background-color: #F5F4F1;
    border-color: #F5F4F1; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(245, 244, 241, 0.5); }

.btn-outline-dark {
  color: #727272;
  border-color: #727272; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #727272;
    border-color: #727272; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(114, 114, 114, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #727272;
    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: #ffffff;
    background-color: #727272;
    border-color: #727272; }
    .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 {
      box-shadow: 0 0 0 0.2rem rgba(114, 114, 114, 0.5); }

.btn-outline-light-green {
  color: rgba(33, 91, 66, 0.8);
  border-color: rgba(33, 91, 66, 0.8); }
  .btn-outline-light-green:hover {
    color: #ffffff;
    background-color: rgba(33, 91, 66, 0.8);
    border-color: rgba(33, 91, 66, 0.8); }
  .btn-outline-light-green:focus, .btn-outline-light-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 91, 66, 0.5); }
  .btn-outline-light-green.disabled, .btn-outline-light-green:disabled {
    color: rgba(33, 91, 66, 0.8);
    background-color: transparent; }
  .btn-outline-light-green:not(:disabled):not(.disabled):active, .btn-outline-light-green:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-green.dropdown-toggle {
    color: #ffffff;
    background-color: rgba(33, 91, 66, 0.8);
    border-color: rgba(33, 91, 66, 0.8); }
    .btn-outline-light-green:not(:disabled):not(.disabled):active:focus, .btn-outline-light-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(33, 91, 66, 0.5); }

.btn-outline-deep-purple {
  color: #2B2E34;
  border-color: #2B2E34; }
  .btn-outline-deep-purple:hover {
    color: #ffffff;
    background-color: #2B2E34;
    border-color: #2B2E34; }
  .btn-outline-deep-purple:focus, .btn-outline-deep-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 46, 52, 0.5); }
  .btn-outline-deep-purple.disabled, .btn-outline-deep-purple:disabled {
    color: #2B2E34;
    background-color: transparent; }
  .btn-outline-deep-purple:not(:disabled):not(.disabled):active, .btn-outline-deep-purple:not(:disabled):not(.disabled).active,
  .show > .btn-outline-deep-purple.dropdown-toggle {
    color: #ffffff;
    background-color: #2B2E34;
    border-color: #2B2E34; }
    .btn-outline-deep-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-deep-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-deep-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 46, 52, 0.5); }

.btn-outline-light-yellow {
  color: #f4eec7;
  border-color: #f4eec7; }
  .btn-outline-light-yellow:hover {
    color: #000;
    background-color: #f4eec7;
    border-color: #f4eec7; }
  .btn-outline-light-yellow:focus, .btn-outline-light-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 238, 199, 0.5); }
  .btn-outline-light-yellow.disabled, .btn-outline-light-yellow:disabled {
    color: #f4eec7;
    background-color: transparent; }
  .btn-outline-light-yellow:not(:disabled):not(.disabled):active, .btn-outline-light-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-yellow.dropdown-toggle {
    color: #000;
    background-color: #f4eec7;
    border-color: #f4eec7; }
    .btn-outline-light-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-light-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(244, 238, 199, 0.5); }

.btn-outline-bright-yellow {
  color: #D9C139;
  border-color: #D9C139; }
  .btn-outline-bright-yellow:hover {
    color: #000;
    background-color: #D9C139;
    border-color: #D9C139; }
  .btn-outline-bright-yellow:focus, .btn-outline-bright-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 193, 57, 0.5); }
  .btn-outline-bright-yellow.disabled, .btn-outline-bright-yellow:disabled {
    color: #D9C139;
    background-color: transparent; }
  .btn-outline-bright-yellow:not(:disabled):not(.disabled):active, .btn-outline-bright-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-outline-bright-yellow.dropdown-toggle {
    color: #000;
    background-color: #D9C139;
    border-color: #D9C139; }
    .btn-outline-bright-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-bright-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-bright-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(217, 193, 57, 0.5); }

.btn-outline-light-blue {
  color: #DEEAF0;
  border-color: #DEEAF0; }
  .btn-outline-light-blue:hover {
    color: #000;
    background-color: #DEEAF0;
    border-color: #DEEAF0; }
  .btn-outline-light-blue:focus, .btn-outline-light-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 234, 240, 0.5); }
  .btn-outline-light-blue.disabled, .btn-outline-light-blue:disabled {
    color: #DEEAF0;
    background-color: transparent; }
  .btn-outline-light-blue:not(:disabled):not(.disabled):active, .btn-outline-light-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-blue.dropdown-toggle {
    color: #000;
    background-color: #DEEAF0;
    border-color: #DEEAF0; }
    .btn-outline-light-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-light-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 234, 240, 0.5); }

.btn-outline-blue {
  color: #35A0D8;
  border-color: #35A0D8; }
  .btn-outline-blue:hover {
    color: #ffffff;
    background-color: #35A0D8;
    border-color: #35A0D8; }
  .btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(53, 160, 216, 0.5); }
  .btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #35A0D8;
    background-color: transparent; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #35A0D8;
    border-color: #35A0D8; }
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(53, 160, 216, 0.5); }

.btn-outline-dark-blue {
  color: #103952;
  border-color: #103952; }
  .btn-outline-dark-blue:hover {
    color: #ffffff;
    background-color: #103952;
    border-color: #103952; }
  .btn-outline-dark-blue:focus, .btn-outline-dark-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 57, 82, 0.5); }
  .btn-outline-dark-blue.disabled, .btn-outline-dark-blue:disabled {
    color: #103952;
    background-color: transparent; }
  .btn-outline-dark-blue:not(:disabled):not(.disabled):active, .btn-outline-dark-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #103952;
    border-color: #103952; }
    .btn-outline-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(16, 57, 82, 0.5); }

.btn-outline-black {
  color: #000;
  border-color: #000; }
  .btn-outline-black:hover {
    color: #ffffff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #ffffff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-teal {
  color: #72c8c9;
  border-color: #72c8c9; }
  .btn-outline-teal:hover {
    color: #000;
    background-color: #72c8c9;
    border-color: #72c8c9; }
  .btn-outline-teal:focus, .btn-outline-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(114, 200, 201, 0.5); }
  .btn-outline-teal.disabled, .btn-outline-teal:disabled {
    color: #72c8c9;
    background-color: transparent; }
  .btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal.dropdown-toggle {
    color: #000;
    background-color: #72c8c9;
    border-color: #72c8c9; }
    .btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(114, 200, 201, 0.5); }

.btn-link {
  font-weight: 400;
  color: #156993;
  text-decoration: none; }
  .btn-link:hover {
    color: #0b3950;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 2rem 5rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0; }

.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 {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 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: #F5F4F1; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #156993; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  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: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 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-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.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: 1.425rem;
  padding-left: 1.425rem; }
  .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: 3.75rem;
  padding-left: 3.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .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: flex;
    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: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .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: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #7f7f7f;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 4rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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 {
  padding: 2rem 5rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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 {
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.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: 2.025rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.5125rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #156993;
    background-color: #156993; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(21, 105, 147, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #43afe4; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #70c2eb;
    border-color: #70c2eb; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.5125rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.5125rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' 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 {
  border-color: #156993;
  background-color: #156993; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(21, 105, 147, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(21, 105, 147, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(21, 105, 147, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.5125rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 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; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(21, 105, 147, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.8em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #7f7f7f;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23727272' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0px;
  appearance: none; }
  .custom-select:focus {
    border-color: #43afe4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(21, 105, 147, 0.25); }
    .custom-select:focus::-ms-value {
      color: #7f7f7f;
      background-color: #ffffff; }
  .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 {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #7f7f7f; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.125rem; }

.custom-select-lg {
  height: calc(1.5em + 4rem + 2px);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 5rem;
  font-size: 1.40625rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.8em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.8em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #43afe4;
    box-shadow: 0 0 0 0.2rem rgba(21, 105, 147, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.8em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  color: #7f7f7f;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.8em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.8;
    color: #7f7f7f;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0px 0px 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(21, 105, 147, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(21, 105, 147, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(21, 105, 147, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #156993;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #70c2eb; }
  .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: #156993;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #70c2eb; }
  .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: #156993;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #70c2eb; }
  .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-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  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;
    pointer-events: none;
    cursor: default; }

.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: 0px;
    border-top-right-radius: 0px; }
    .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: #7f7f7f;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #156993; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.24687rem;
  padding-bottom: 0.24687rem;
  margin-right: 4rem;
  font-size: 1.40625rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.40625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 3rem;
        padding-left: 3rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 3rem;
        padding-left: 3rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 3rem;
        padding-left: 3rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1159.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1160px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 3rem;
        padding-left: 3rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 3rem;
      padding-left: 3rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    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,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' 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: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.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: #ffffff; }

.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,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' 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: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0px - 1px);
      border-top-right-radius: calc(0px - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0px - 1px);
      border-bottom-left-radius: calc(0px - 1px); }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem; }

.card-title {
  margin-bottom: 0.5rem; }

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 2rem; }

.card-header {
  padding: 0.5rem 2rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0px - 1px) calc(0px - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.5rem 2rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0px - 1px) calc(0px - 1px); }

.card-header-tabs {
  margin-right: -1rem;
  margin-bottom: -0.5rem;
  margin-left: -1rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -1rem;
  margin-left: -1rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0px - 1px);
  border-top-right-radius: calc(0px - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0px - 1px);
  border-bottom-left-radius: calc(0px - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.5rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0px; }

.breadcrumb-item {
  display: flex; }
  .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: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0px; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #156993;
  background-color: #ffffff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0b3950;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(21, 105, 147, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #156993;
  border-color: #156993; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.40625rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.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: 0px;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .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: #ffffff;
  background-color: #156993; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #ffffff;
    background-color: #0f4966; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(21, 105, 147, 0.5); }

.badge-secondary {
  color: #ffffff;
  background-color: #35A0D8; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #ffffff;
    background-color: #2384b7; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(53, 160, 216, 0.5); }

.badge-success {
  color: #ffffff;
  background-color: #215b42; }
  a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #133627; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 91, 66, 0.5); }

.badge-info {
  color: #ffffff;
  background-color: #BC6418; }
  a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #8f4c12; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(188, 100, 24, 0.5); }

.badge-warning {
  color: #ffffff;
  background-color: #BC6418; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #ffffff;
    background-color: #8f4c12; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(188, 100, 24, 0.5); }

.badge-danger {
  color: #ffffff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #000;
  background-color: #F5F4F1; }
  a.badge-light:hover, a.badge-light:focus {
    color: #000;
    background-color: #e0ddd3; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 244, 241, 0.5); }

.badge-dark {
  color: #ffffff;
  background-color: #727272; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: #595959; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(114, 114, 114, 0.5); }

.badge-light-green {
  color: #ffffff;
  background-color: rgba(33, 91, 66, 0.8); }
  a.badge-light-green:hover, a.badge-light-green:focus {
    color: #ffffff;
    background-color: rgba(19, 54, 39, 0.8); }
  a.badge-light-green:focus, a.badge-light-green.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 91, 66, 0.5); }

.badge-deep-purple {
  color: #ffffff;
  background-color: #2B2E34; }
  a.badge-deep-purple:hover, a.badge-deep-purple:focus {
    color: #ffffff;
    background-color: #141518; }
  a.badge-deep-purple:focus, a.badge-deep-purple.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(43, 46, 52, 0.5); }

.badge-light-yellow {
  color: #000;
  background-color: #f4eec7; }
  a.badge-light-yellow:hover, a.badge-light-yellow:focus {
    color: #000;
    background-color: #ece19c; }
  a.badge-light-yellow:focus, a.badge-light-yellow.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(244, 238, 199, 0.5); }

.badge-bright-yellow {
  color: #000;
  background-color: #D9C139; }
  a.badge-bright-yellow:hover, a.badge-bright-yellow:focus {
    color: #000;
    background-color: #bba424; }
  a.badge-bright-yellow:focus, a.badge-bright-yellow.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(217, 193, 57, 0.5); }

.badge-light-blue {
  color: #000;
  background-color: #DEEAF0; }
  a.badge-light-blue:hover, a.badge-light-blue:focus {
    color: #000;
    background-color: #bbd4e0; }
  a.badge-light-blue:focus, a.badge-light-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(222, 234, 240, 0.5); }

.badge-blue {
  color: #ffffff;
  background-color: #35A0D8; }
  a.badge-blue:hover, a.badge-blue:focus {
    color: #ffffff;
    background-color: #2384b7; }
  a.badge-blue:focus, a.badge-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(53, 160, 216, 0.5); }

.badge-dark-blue {
  color: #ffffff;
  background-color: #103952; }
  a.badge-dark-blue:hover, a.badge-dark-blue:focus {
    color: #ffffff;
    background-color: #081b27; }
  a.badge-dark-blue:focus, a.badge-dark-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(16, 57, 82, 0.5); }

.badge-black {
  color: #ffffff;
  background-color: #000; }
  a.badge-black:hover, a.badge-black:focus {
    color: #ffffff;
    background-color: black; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-teal {
  color: #000;
  background-color: #72c8c9; }
  a.badge-teal:hover, a.badge-teal:focus {
    color: #000;
    background-color: #4dbabb; }
  a.badge-teal:focus, a.badge-teal.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(114, 200, 201, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0; }
  @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: 0px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4.1875rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #0b374c;
  background-color: #d0e1e9;
  border-color: #bdd5e1; }
  .alert-primary hr {
    border-top-color: #abcad9; }
  .alert-primary .alert-link {
    color: #05171f; }

.alert-secondary {
  color: #1c5370;
  background-color: #d7ecf7;
  border-color: #c6e4f4; }
  .alert-secondary hr {
    border-top-color: #b1daf0; }
  .alert-secondary .alert-link {
    color: #123547; }

.alert-success {
  color: #112f22;
  background-color: #d3ded9;
  border-color: #c1d1ca; }
  .alert-success hr {
    border-top-color: #b2c6bd; }
  .alert-success .alert-link {
    color: #030a07; }

.alert-info {
  color: #62340c;
  background-color: #f2e0d1;
  border-color: #ecd4be; }
  .alert-info hr {
    border-top-color: #e6c7aa; }
  .alert-info .alert-link {
    color: #351c06; }

.alert-warning {
  color: #62340c;
  background-color: #f2e0d1;
  border-color: #ecd4be; }
  .alert-warning hr {
    border-top-color: #e6c7aa; }
  .alert-warning .alert-link {
    color: #351c06; }

.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: #7f7f7d;
  background-color: #fdfdfc;
  border-color: #fcfcfb; }
  .alert-light hr {
    border-top-color: #f1f1ec; }
  .alert-light .alert-link {
    color: #656564; }

.alert-dark {
  color: #3b3b3b;
  background-color: #e3e3e3;
  border-color: #d8d8d8; }
  .alert-dark hr {
    border-top-color: #cbcbcb; }
  .alert-dark .alert-link {
    color: #222222; }

.alert-light-green {
  color: rgba(14, 38, 28, 0.896);
  background-color: rgba(223, 232, 228, 0.96);
  border-color: rgba(209, 221, 216, 0.944); }
  .alert-light-green hr {
    border-top-color: rgba(194, 210, 204, 0.944); }
  .alert-light-green .alert-link {
    color: rgba(0, 1, 1, 0.896); }

.alert-deep-purple {
  color: #16181b;
  background-color: #d5d5d6;
  border-color: #c4c4c6; }
  .alert-deep-purple hr {
    border-top-color: #b7b7b9; }
  .alert-deep-purple .alert-link {
    color: black; }

.alert-light-yellow {
  color: #7f7c67;
  background-color: #fdfcf4;
  border-color: #fcfaef; }
  .alert-light-yellow hr {
    border-top-color: #f8f3da; }
  .alert-light-yellow .alert-link {
    color: #636150; }

.alert-bright-yellow {
  color: #71641e;
  background-color: #f7f3d7;
  border-color: #f4eec8; }
  .alert-bright-yellow hr {
    border-top-color: #f0e7b3; }
  .alert-bright-yellow .alert-link {
    color: #494013; }

.alert-light-blue {
  color: #737a7d;
  background-color: #f8fbfc;
  border-color: #f6f9fb; }
  .alert-light-blue hr {
    border-top-color: #e4edf3; }
  .alert-light-blue .alert-link {
    color: #5b6062; }

.alert-blue {
  color: #1c5370;
  background-color: #d7ecf7;
  border-color: #c6e4f4; }
  .alert-blue hr {
    border-top-color: #b1daf0; }
  .alert-blue .alert-link {
    color: #123547; }

.alert-dark-blue {
  color: #081e2b;
  background-color: #cfd7dc;
  border-color: #bcc8cf; }
  .alert-dark-blue hr {
    border-top-color: #adbcc4; }
  .alert-dark-blue .alert-link {
    color: black; }

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: black; }

.alert-teal {
  color: #3b6869;
  background-color: #e3f4f4;
  border-color: #d8f0f0; }
  .alert-teal hr {
    border-top-color: #c6e9e9; }
  .alert-teal .alert-link {
    color: #294848; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.84375rem;
  background-color: #e9ecef;
  border-radius: 0px; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #156993;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      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 {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0px; }

.list-group-item-action {
  width: 100%;
  color: #7f7f7f;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #7f7f7f;
    text-decoration: none;
    background-color: #F5F4F1; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #156993;
    border-color: #156993; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0px;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0px;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0px;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1160px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #0b374c;
  background-color: #bdd5e1; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0b374c;
    background-color: #abcad9; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #0b374c;
    border-color: #0b374c; }

.list-group-item-secondary {
  color: #1c5370;
  background-color: #c6e4f4; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #1c5370;
    background-color: #b1daf0; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #1c5370;
    border-color: #1c5370; }

.list-group-item-success {
  color: #112f22;
  background-color: #c1d1ca; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #112f22;
    background-color: #b2c6bd; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #112f22;
    border-color: #112f22; }

.list-group-item-info {
  color: #62340c;
  background-color: #ecd4be; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #62340c;
    background-color: #e6c7aa; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #62340c;
    border-color: #62340c; }

.list-group-item-warning {
  color: #62340c;
  background-color: #ecd4be; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #62340c;
    background-color: #e6c7aa; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #62340c;
    border-color: #62340c; }

.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: #ffffff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #7f7f7d;
  background-color: #fcfcfb; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7f7f7d;
    background-color: #f1f1ec; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #7f7f7d;
    border-color: #7f7f7d; }

.list-group-item-dark {
  color: #3b3b3b;
  background-color: #d8d8d8; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #3b3b3b;
    background-color: #cbcbcb; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #3b3b3b;
    border-color: #3b3b3b; }

.list-group-item-light-green {
  color: rgba(14, 38, 28, 0.896);
  background-color: rgba(209, 221, 216, 0.944); }
  .list-group-item-light-green.list-group-item-action:hover, .list-group-item-light-green.list-group-item-action:focus {
    color: rgba(14, 38, 28, 0.896);
    background-color: rgba(194, 210, 204, 0.944); }
  .list-group-item-light-green.list-group-item-action.active {
    color: #ffffff;
    background-color: rgba(14, 38, 28, 0.896);
    border-color: rgba(14, 38, 28, 0.896); }

.list-group-item-deep-purple {
  color: #16181b;
  background-color: #c4c4c6; }
  .list-group-item-deep-purple.list-group-item-action:hover, .list-group-item-deep-purple.list-group-item-action:focus {
    color: #16181b;
    background-color: #b7b7b9; }
  .list-group-item-deep-purple.list-group-item-action.active {
    color: #ffffff;
    background-color: #16181b;
    border-color: #16181b; }

.list-group-item-light-yellow {
  color: #7f7c67;
  background-color: #fcfaef; }
  .list-group-item-light-yellow.list-group-item-action:hover, .list-group-item-light-yellow.list-group-item-action:focus {
    color: #7f7c67;
    background-color: #f8f3da; }
  .list-group-item-light-yellow.list-group-item-action.active {
    color: #ffffff;
    background-color: #7f7c67;
    border-color: #7f7c67; }

.list-group-item-bright-yellow {
  color: #71641e;
  background-color: #f4eec8; }
  .list-group-item-bright-yellow.list-group-item-action:hover, .list-group-item-bright-yellow.list-group-item-action:focus {
    color: #71641e;
    background-color: #f0e7b3; }
  .list-group-item-bright-yellow.list-group-item-action.active {
    color: #ffffff;
    background-color: #71641e;
    border-color: #71641e; }

.list-group-item-light-blue {
  color: #737a7d;
  background-color: #f6f9fb; }
  .list-group-item-light-blue.list-group-item-action:hover, .list-group-item-light-blue.list-group-item-action:focus {
    color: #737a7d;
    background-color: #e4edf3; }
  .list-group-item-light-blue.list-group-item-action.active {
    color: #ffffff;
    background-color: #737a7d;
    border-color: #737a7d; }

.list-group-item-blue {
  color: #1c5370;
  background-color: #c6e4f4; }
  .list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
    color: #1c5370;
    background-color: #b1daf0; }
  .list-group-item-blue.list-group-item-action.active {
    color: #ffffff;
    background-color: #1c5370;
    border-color: #1c5370; }

.list-group-item-dark-blue {
  color: #081e2b;
  background-color: #bcc8cf; }
  .list-group-item-dark-blue.list-group-item-action:hover, .list-group-item-dark-blue.list-group-item-action:focus {
    color: #081e2b;
    background-color: #adbcc4; }
  .list-group-item-dark-blue.list-group-item-action.active {
    color: #ffffff;
    background-color: #081e2b;
    border-color: #081e2b; }

.list-group-item-black {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #ffffff;
    background-color: black;
    border-color: black; }

.list-group-item-teal {
  color: #3b6869;
  background-color: #d8f0f0; }
  .list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
    color: #3b6869;
    background-color: #c6e9e9; }
  .list-group-item-teal.list-group-item-action.active {
    color: #ffffff;
    background-color: #3b6869;
    border-color: #3b6869; }

.close {
  float: right;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

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

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0; }

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .modal-footer > * {
    margin: 0.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-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "nowayregular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  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: 1.125rem;
  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: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "nowayregular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  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: 1.125rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.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: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.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: #156993 !important; }

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

.bg-secondary {
  background-color: #35A0D8 !important; }

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

.bg-success {
  background-color: #215b42 !important; }

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

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

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

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #8f4c12 !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: #F5F4F1 !important; }

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

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

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

.bg-light-green {
  background-color: rgba(33, 91, 66, 0.8) !important; }

a.bg-light-green:hover, a.bg-light-green:focus,
button.bg-light-green:hover,
button.bg-light-green:focus {
  background-color: rgba(19, 54, 39, 0.8) !important; }

.bg-deep-purple {
  background-color: #2B2E34 !important; }

a.bg-deep-purple:hover, a.bg-deep-purple:focus,
button.bg-deep-purple:hover,
button.bg-deep-purple:focus {
  background-color: #141518 !important; }

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

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

.bg-bright-yellow {
  background-color: #D9C139 !important; }

a.bg-bright-yellow:hover, a.bg-bright-yellow:focus,
button.bg-bright-yellow:hover,
button.bg-bright-yellow:focus {
  background-color: #bba424 !important; }

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

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

.bg-blue {
  background-color: #35A0D8 !important; }

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #2384b7 !important; }

.bg-dark-blue {
  background-color: #103952 !important; }

a.bg-dark-blue:hover, a.bg-dark-blue:focus,
button.bg-dark-blue:hover,
button.bg-dark-blue:focus {
  background-color: #081b27 !important; }

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

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

.bg-teal {
  background-color: #72c8c9 !important; }

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #4dbabb !important; }

.bg-white {
  background-color: #ffffff !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: #156993 !important; }

.border-secondary {
  border-color: #35A0D8 !important; }

.border-success {
  border-color: #215b42 !important; }

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

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

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

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

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

.border-light-green {
  border-color: rgba(33, 91, 66, 0.8) !important; }

.border-deep-purple {
  border-color: #2B2E34 !important; }

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

.border-bright-yellow {
  border-color: #D9C139 !important; }

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

.border-blue {
  border-color: #35A0D8 !important; }

.border-dark-blue {
  border-color: #103952 !important; }

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

.border-teal {
  border-color: #72c8c9 !important; }

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

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

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

.rounded-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important; }

.rounded-right {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

.rounded-bottom {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

.rounded-left {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

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

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

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

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

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

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

.position-sticky {
  position: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important; }

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

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

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

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

.m-2 {
  margin: 0.9rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.9rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.9rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.9rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.9rem !important; }

.m-3 {
  margin: 1rem !important; }

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

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

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

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

.m-4 {
  margin: 2.3rem !important; }

.mt-4,
.my-4 {
  margin-top: 2.3rem !important; }

.mr-4,
.mx-4 {
  margin-right: 2.3rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 2.3rem !important; }

.ml-4,
.mx-4 {
  margin-left: 2.3rem !important; }

.m-5 {
  margin: 3rem !important; }

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

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

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

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

.m-35 {
  margin: 1.7rem !important; }

.mt-35,
.my-35 {
  margin-top: 1.7rem !important; }

.mr-35,
.mx-35 {
  margin-right: 1.7rem !important; }

.mb-35,
.my-35 {
  margin-bottom: 1.7rem !important; }

.ml-35,
.mx-35 {
  margin-left: 1.7rem !important; }

.m-6 {
  margin: 3.7rem !important; }

.mt-6,
.my-6 {
  margin-top: 3.7rem !important; }

.mr-6,
.mx-6 {
  margin-right: 3.7rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 3.7rem !important; }

.ml-6,
.mx-6 {
  margin-left: 3.7rem !important; }

.m-7 {
  margin: 4rem !important; }

.mt-7,
.my-7 {
  margin-top: 4rem !important; }

.mr-7,
.mx-7 {
  margin-right: 4rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 4rem !important; }

.ml-7,
.mx-7 {
  margin-left: 4rem !important; }

.m-8 {
  margin: 4.5rem !important; }

.mt-8,
.my-8 {
  margin-top: 4.5rem !important; }

.mr-8,
.mx-8 {
  margin-right: 4.5rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 4.5rem !important; }

.ml-8,
.mx-8 {
  margin-left: 4.5rem !important; }

.m-9 {
  margin: 5rem !important; }

.mt-9,
.my-9 {
  margin-top: 5rem !important; }

.mr-9,
.mx-9 {
  margin-right: 5rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 5rem !important; }

.ml-9,
.mx-9 {
  margin-left: 5rem !important; }

.m-10 {
  margin: 5.5rem !important; }

.mt-10,
.my-10 {
  margin-top: 5.5rem !important; }

.mr-10,
.mx-10 {
  margin-right: 5.5rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 5.5rem !important; }

.ml-10,
.mx-10 {
  margin-left: 5.5rem !important; }

.m-120 {
  margin: 7.3rem !important; }

.mt-120,
.my-120 {
  margin-top: 7.3rem !important; }

.mr-120,
.mx-120 {
  margin-right: 7.3rem !important; }

.mb-120,
.my-120 {
  margin-bottom: 7.3rem !important; }

.ml-120,
.mx-120 {
  margin-left: 7.3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-111 {
  margin: 11px !important; }

.mt-111,
.my-111 {
  margin-top: 11px !important; }

.mr-111,
.mx-111 {
  margin-right: 11px !important; }

.mb-111,
.my-111 {
  margin-bottom: 11px !important; }

.ml-111,
.mx-111 {
  margin-left: 11px !important; }

.m-112 {
  margin: 12px !important; }

.mt-112,
.my-112 {
  margin-top: 12px !important; }

.mr-112,
.mx-112 {
  margin-right: 12px !important; }

.mb-112,
.my-112 {
  margin-bottom: 12px !important; }

.ml-112,
.mx-112 {
  margin-left: 12px !important; }

.m-113 {
  margin: 13px !important; }

.mt-113,
.my-113 {
  margin-top: 13px !important; }

.mr-113,
.mx-113 {
  margin-right: 13px !important; }

.mb-113,
.my-113 {
  margin-bottom: 13px !important; }

.ml-113,
.mx-113 {
  margin-left: 13px !important; }

.m-114 {
  margin: 14px !important; }

.mt-114,
.my-114 {
  margin-top: 14px !important; }

.mr-114,
.mx-114 {
  margin-right: 14px !important; }

.mb-114,
.my-114 {
  margin-bottom: 14px !important; }

.ml-114,
.mx-114 {
  margin-left: 14px !important; }

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

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

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

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

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

.m-116 {
  margin: 16px !important; }

.mt-116,
.my-116 {
  margin-top: 16px !important; }

.mr-116,
.mx-116 {
  margin-right: 16px !important; }

.mb-116,
.my-116 {
  margin-bottom: 16px !important; }

.ml-116,
.mx-116 {
  margin-left: 16px !important; }

.m-117 {
  margin: 17px !important; }

.mt-117,
.my-117 {
  margin-top: 17px !important; }

.mr-117,
.mx-117 {
  margin-right: 17px !important; }

.mb-117,
.my-117 {
  margin-bottom: 17px !important; }

.ml-117,
.mx-117 {
  margin-left: 17px !important; }

.m-118 {
  margin: 18px !important; }

.mt-118,
.my-118 {
  margin-top: 18px !important; }

.mr-118,
.mx-118 {
  margin-right: 18px !important; }

.mb-118,
.my-118 {
  margin-bottom: 18px !important; }

.ml-118,
.mx-118 {
  margin-left: 18px !important; }

.m-119 {
  margin: 19px !important; }

.mt-119,
.my-119 {
  margin-top: 19px !important; }

.mr-119,
.mx-119 {
  margin-right: 19px !important; }

.mb-119,
.my-119 {
  margin-bottom: 19px !important; }

.ml-119,
.mx-119 {
  margin-left: 19px !important; }

.m-121 {
  margin: 21px !important; }

.mt-121,
.my-121 {
  margin-top: 21px !important; }

.mr-121,
.mx-121 {
  margin-right: 21px !important; }

.mb-121,
.my-121 {
  margin-bottom: 21px !important; }

.ml-121,
.mx-121 {
  margin-left: 21px !important; }

.m-122 {
  margin: 22px !important; }

.mt-122,
.my-122 {
  margin-top: 22px !important; }

.mr-122,
.mx-122 {
  margin-right: 22px !important; }

.mb-122,
.my-122 {
  margin-bottom: 22px !important; }

.ml-122,
.mx-122 {
  margin-left: 22px !important; }

.m-123 {
  margin: 23px !important; }

.mt-123,
.my-123 {
  margin-top: 23px !important; }

.mr-123,
.mx-123 {
  margin-right: 23px !important; }

.mb-123,
.my-123 {
  margin-bottom: 23px !important; }

.ml-123,
.mx-123 {
  margin-left: 23px !important; }

.m-124 {
  margin: 24px !important; }

.mt-124,
.my-124 {
  margin-top: 24px !important; }

.mr-124,
.mx-124 {
  margin-right: 24px !important; }

.mb-124,
.my-124 {
  margin-bottom: 24px !important; }

.ml-124,
.mx-124 {
  margin-left: 24px !important; }

.m-125 {
  margin: 25px !important; }

.mt-125,
.my-125 {
  margin-top: 25px !important; }

.mr-125,
.mx-125 {
  margin-right: 25px !important; }

.mb-125,
.my-125 {
  margin-bottom: 25px !important; }

.ml-125,
.mx-125 {
  margin-left: 25px !important; }

.m-126 {
  margin: 26px !important; }

.mt-126,
.my-126 {
  margin-top: 26px !important; }

.mr-126,
.mx-126 {
  margin-right: 26px !important; }

.mb-126,
.my-126 {
  margin-bottom: 26px !important; }

.ml-126,
.mx-126 {
  margin-left: 26px !important; }

.m-127 {
  margin: 27px !important; }

.mt-127,
.my-127 {
  margin-top: 27px !important; }

.mr-127,
.mx-127 {
  margin-right: 27px !important; }

.mb-127,
.my-127 {
  margin-bottom: 27px !important; }

.ml-127,
.mx-127 {
  margin-left: 27px !important; }

.m-128 {
  margin: 28px !important; }

.mt-128,
.my-128 {
  margin-top: 28px !important; }

.mr-128,
.mx-128 {
  margin-right: 28px !important; }

.mb-128,
.my-128 {
  margin-bottom: 28px !important; }

.ml-128,
.mx-128 {
  margin-left: 28px !important; }

.m-129 {
  margin: 29px !important; }

.mt-129,
.my-129 {
  margin-top: 29px !important; }

.mr-129,
.mx-129 {
  margin-right: 29px !important; }

.mb-129,
.my-129 {
  margin-bottom: 29px !important; }

.ml-129,
.mx-129 {
  margin-left: 29px !important; }

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

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

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

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

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

.m-131 {
  margin: 31px !important; }

.mt-131,
.my-131 {
  margin-top: 31px !important; }

.mr-131,
.mx-131 {
  margin-right: 31px !important; }

.mb-131,
.my-131 {
  margin-bottom: 31px !important; }

.ml-131,
.mx-131 {
  margin-left: 31px !important; }

.m-132 {
  margin: 32px !important; }

.mt-132,
.my-132 {
  margin-top: 32px !important; }

.mr-132,
.mx-132 {
  margin-right: 32px !important; }

.mb-132,
.my-132 {
  margin-bottom: 32px !important; }

.ml-132,
.mx-132 {
  margin-left: 32px !important; }

.m-133 {
  margin: 33px !important; }

.mt-133,
.my-133 {
  margin-top: 33px !important; }

.mr-133,
.mx-133 {
  margin-right: 33px !important; }

.mb-133,
.my-133 {
  margin-bottom: 33px !important; }

.ml-133,
.mx-133 {
  margin-left: 33px !important; }

.m-134 {
  margin: 34px !important; }

.mt-134,
.my-134 {
  margin-top: 34px !important; }

.mr-134,
.mx-134 {
  margin-right: 34px !important; }

.mb-134,
.my-134 {
  margin-bottom: 34px !important; }

.ml-134,
.mx-134 {
  margin-left: 34px !important; }

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

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

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

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

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

.m-136 {
  margin: 36px !important; }

.mt-136,
.my-136 {
  margin-top: 36px !important; }

.mr-136,
.mx-136 {
  margin-right: 36px !important; }

.mb-136,
.my-136 {
  margin-bottom: 36px !important; }

.ml-136,
.mx-136 {
  margin-left: 36px !important; }

.m-137 {
  margin: 37px !important; }

.mt-137,
.my-137 {
  margin-top: 37px !important; }

.mr-137,
.mx-137 {
  margin-right: 37px !important; }

.mb-137,
.my-137 {
  margin-bottom: 37px !important; }

.ml-137,
.mx-137 {
  margin-left: 37px !important; }

.m-138 {
  margin: 38px !important; }

.mt-138,
.my-138 {
  margin-top: 38px !important; }

.mr-138,
.mx-138 {
  margin-right: 38px !important; }

.mb-138,
.my-138 {
  margin-bottom: 38px !important; }

.ml-138,
.mx-138 {
  margin-left: 38px !important; }

.m-139 {
  margin: 39px !important; }

.mt-139,
.my-139 {
  margin-top: 39px !important; }

.mr-139,
.mx-139 {
  margin-right: 39px !important; }

.mb-139,
.my-139 {
  margin-bottom: 39px !important; }

.ml-139,
.mx-139 {
  margin-left: 39px !important; }

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

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

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

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

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

.m-141 {
  margin: 41px !important; }

.mt-141,
.my-141 {
  margin-top: 41px !important; }

.mr-141,
.mx-141 {
  margin-right: 41px !important; }

.mb-141,
.my-141 {
  margin-bottom: 41px !important; }

.ml-141,
.mx-141 {
  margin-left: 41px !important; }

.m-142 {
  margin: 42px !important; }

.mt-142,
.my-142 {
  margin-top: 42px !important; }

.mr-142,
.mx-142 {
  margin-right: 42px !important; }

.mb-142,
.my-142 {
  margin-bottom: 42px !important; }

.ml-142,
.mx-142 {
  margin-left: 42px !important; }

.m-143 {
  margin: 43px !important; }

.mt-143,
.my-143 {
  margin-top: 43px !important; }

.mr-143,
.mx-143 {
  margin-right: 43px !important; }

.mb-143,
.my-143 {
  margin-bottom: 43px !important; }

.ml-143,
.mx-143 {
  margin-left: 43px !important; }

.m-144 {
  margin: 44px !important; }

.mt-144,
.my-144 {
  margin-top: 44px !important; }

.mr-144,
.mx-144 {
  margin-right: 44px !important; }

.mb-144,
.my-144 {
  margin-bottom: 44px !important; }

.ml-144,
.mx-144 {
  margin-left: 44px !important; }

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

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

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

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

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

.m-146 {
  margin: 46px !important; }

.mt-146,
.my-146 {
  margin-top: 46px !important; }

.mr-146,
.mx-146 {
  margin-right: 46px !important; }

.mb-146,
.my-146 {
  margin-bottom: 46px !important; }

.ml-146,
.mx-146 {
  margin-left: 46px !important; }

.m-147 {
  margin: 47px !important; }

.mt-147,
.my-147 {
  margin-top: 47px !important; }

.mr-147,
.mx-147 {
  margin-right: 47px !important; }

.mb-147,
.my-147 {
  margin-bottom: 47px !important; }

.ml-147,
.mx-147 {
  margin-left: 47px !important; }

.m-148 {
  margin: 48px !important; }

.mt-148,
.my-148 {
  margin-top: 48px !important; }

.mr-148,
.mx-148 {
  margin-right: 48px !important; }

.mb-148,
.my-148 {
  margin-bottom: 48px !important; }

.ml-148,
.mx-148 {
  margin-left: 48px !important; }

.m-149 {
  margin: 49px !important; }

.mt-149,
.my-149 {
  margin-top: 49px !important; }

.mr-149,
.mx-149 {
  margin-right: 49px !important; }

.mb-149,
.my-149 {
  margin-bottom: 49px !important; }

.ml-149,
.mx-149 {
  margin-left: 49px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-170,
.mx-170 {
  margin-left: 70px !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: 0.25rem !important; }

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

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

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

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

.p-2 {
  padding: 0.9rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.9rem !important; }

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

.pb-2,
.py-2 {
  padding-bottom: 0.9rem !important; }

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

.p-3 {
  padding: 1rem !important; }

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

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

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

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

.p-4 {
  padding: 2.3rem !important; }

.pt-4,
.py-4 {
  padding-top: 2.3rem !important; }

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

.pb-4,
.py-4 {
  padding-bottom: 2.3rem !important; }

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

.p-5 {
  padding: 3rem !important; }

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

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

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

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

.p-35 {
  padding: 1.7rem !important; }

.pt-35,
.py-35 {
  padding-top: 1.7rem !important; }

.pr-35,
.px-35 {
  padding-right: 1.7rem !important; }

.pb-35,
.py-35 {
  padding-bottom: 1.7rem !important; }

.pl-35,
.px-35 {
  padding-left: 1.7rem !important; }

.p-6 {
  padding: 3.7rem !important; }

.pt-6,
.py-6 {
  padding-top: 3.7rem !important; }

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

.pb-6,
.py-6 {
  padding-bottom: 3.7rem !important; }

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

.p-7 {
  padding: 4rem !important; }

.pt-7,
.py-7 {
  padding-top: 4rem !important; }

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

.pb-7,
.py-7 {
  padding-bottom: 4rem !important; }

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

.p-8 {
  padding: 4.5rem !important; }

.pt-8,
.py-8 {
  padding-top: 4.5rem !important; }

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

.pb-8,
.py-8 {
  padding-bottom: 4.5rem !important; }

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

.p-9 {
  padding: 5rem !important; }

.pt-9,
.py-9 {
  padding-top: 5rem !important; }

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

.pb-9,
.py-9 {
  padding-bottom: 5rem !important; }

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

.p-10 {
  padding: 5.5rem !important; }

.pt-10,
.py-10 {
  padding-top: 5.5rem !important; }

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

.pb-10,
.py-10 {
  padding-bottom: 5.5rem !important; }

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

.p-120 {
  padding: 7.3rem !important; }

.pt-120,
.py-120 {
  padding-top: 7.3rem !important; }

.pr-120,
.px-120 {
  padding-right: 7.3rem !important; }

.pb-120,
.py-120 {
  padding-bottom: 7.3rem !important; }

.pl-120,
.px-120 {
  padding-left: 7.3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-111 {
  padding: 11px !important; }

.pt-111,
.py-111 {
  padding-top: 11px !important; }

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

.pb-111,
.py-111 {
  padding-bottom: 11px !important; }

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

.p-112 {
  padding: 12px !important; }

.pt-112,
.py-112 {
  padding-top: 12px !important; }

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

.pb-112,
.py-112 {
  padding-bottom: 12px !important; }

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

.p-113 {
  padding: 13px !important; }

.pt-113,
.py-113 {
  padding-top: 13px !important; }

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

.pb-113,
.py-113 {
  padding-bottom: 13px !important; }

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

.p-114 {
  padding: 14px !important; }

.pt-114,
.py-114 {
  padding-top: 14px !important; }

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

.pb-114,
.py-114 {
  padding-bottom: 14px !important; }

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

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

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

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

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

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

.p-116 {
  padding: 16px !important; }

.pt-116,
.py-116 {
  padding-top: 16px !important; }

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

.pb-116,
.py-116 {
  padding-bottom: 16px !important; }

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

.p-117 {
  padding: 17px !important; }

.pt-117,
.py-117 {
  padding-top: 17px !important; }

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

.pb-117,
.py-117 {
  padding-bottom: 17px !important; }

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

.p-118 {
  padding: 18px !important; }

.pt-118,
.py-118 {
  padding-top: 18px !important; }

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

.pb-118,
.py-118 {
  padding-bottom: 18px !important; }

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

.p-119 {
  padding: 19px !important; }

.pt-119,
.py-119 {
  padding-top: 19px !important; }

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

.pb-119,
.py-119 {
  padding-bottom: 19px !important; }

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

.p-121 {
  padding: 21px !important; }

.pt-121,
.py-121 {
  padding-top: 21px !important; }

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

.pb-121,
.py-121 {
  padding-bottom: 21px !important; }

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

.p-122 {
  padding: 22px !important; }

.pt-122,
.py-122 {
  padding-top: 22px !important; }

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

.pb-122,
.py-122 {
  padding-bottom: 22px !important; }

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

.p-123 {
  padding: 23px !important; }

.pt-123,
.py-123 {
  padding-top: 23px !important; }

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

.pb-123,
.py-123 {
  padding-bottom: 23px !important; }

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

.p-124 {
  padding: 24px !important; }

.pt-124,
.py-124 {
  padding-top: 24px !important; }

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

.pb-124,
.py-124 {
  padding-bottom: 24px !important; }

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

.p-125 {
  padding: 25px !important; }

.pt-125,
.py-125 {
  padding-top: 25px !important; }

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

.pb-125,
.py-125 {
  padding-bottom: 25px !important; }

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

.p-126 {
  padding: 26px !important; }

.pt-126,
.py-126 {
  padding-top: 26px !important; }

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

.pb-126,
.py-126 {
  padding-bottom: 26px !important; }

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

.p-127 {
  padding: 27px !important; }

.pt-127,
.py-127 {
  padding-top: 27px !important; }

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

.pb-127,
.py-127 {
  padding-bottom: 27px !important; }

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

.p-128 {
  padding: 28px !important; }

.pt-128,
.py-128 {
  padding-top: 28px !important; }

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

.pb-128,
.py-128 {
  padding-bottom: 28px !important; }

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

.p-129 {
  padding: 29px !important; }

.pt-129,
.py-129 {
  padding-top: 29px !important; }

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

.pb-129,
.py-129 {
  padding-bottom: 29px !important; }

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

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

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

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

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

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

.p-131 {
  padding: 31px !important; }

.pt-131,
.py-131 {
  padding-top: 31px !important; }

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

.pb-131,
.py-131 {
  padding-bottom: 31px !important; }

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

.p-132 {
  padding: 32px !important; }

.pt-132,
.py-132 {
  padding-top: 32px !important; }

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

.pb-132,
.py-132 {
  padding-bottom: 32px !important; }

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

.p-133 {
  padding: 33px !important; }

.pt-133,
.py-133 {
  padding-top: 33px !important; }

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

.pb-133,
.py-133 {
  padding-bottom: 33px !important; }

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

.p-134 {
  padding: 34px !important; }

.pt-134,
.py-134 {
  padding-top: 34px !important; }

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

.pb-134,
.py-134 {
  padding-bottom: 34px !important; }

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

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

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

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

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

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

.p-136 {
  padding: 36px !important; }

.pt-136,
.py-136 {
  padding-top: 36px !important; }

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

.pb-136,
.py-136 {
  padding-bottom: 36px !important; }

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

.p-137 {
  padding: 37px !important; }

.pt-137,
.py-137 {
  padding-top: 37px !important; }

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

.pb-137,
.py-137 {
  padding-bottom: 37px !important; }

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

.p-138 {
  padding: 38px !important; }

.pt-138,
.py-138 {
  padding-top: 38px !important; }

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

.pb-138,
.py-138 {
  padding-bottom: 38px !important; }

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

.p-139 {
  padding: 39px !important; }

.pt-139,
.py-139 {
  padding-top: 39px !important; }

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

.pb-139,
.py-139 {
  padding-bottom: 39px !important; }

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

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

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

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

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

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

.p-141 {
  padding: 41px !important; }

.pt-141,
.py-141 {
  padding-top: 41px !important; }

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

.pb-141,
.py-141 {
  padding-bottom: 41px !important; }

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

.p-142 {
  padding: 42px !important; }

.pt-142,
.py-142 {
  padding-top: 42px !important; }

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

.pb-142,
.py-142 {
  padding-bottom: 42px !important; }

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

.p-143 {
  padding: 43px !important; }

.pt-143,
.py-143 {
  padding-top: 43px !important; }

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

.pb-143,
.py-143 {
  padding-bottom: 43px !important; }

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

.p-144 {
  padding: 44px !important; }

.pt-144,
.py-144 {
  padding-top: 44px !important; }

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

.pb-144,
.py-144 {
  padding-bottom: 44px !important; }

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

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

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

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

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

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

.p-146 {
  padding: 46px !important; }

.pt-146,
.py-146 {
  padding-top: 46px !important; }

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

.pb-146,
.py-146 {
  padding-bottom: 46px !important; }

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

.p-147 {
  padding: 47px !important; }

.pt-147,
.py-147 {
  padding-top: 47px !important; }

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

.pb-147,
.py-147 {
  padding-bottom: 47px !important; }

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

.p-148 {
  padding: 48px !important; }

.pt-148,
.py-148 {
  padding-top: 48px !important; }

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

.pb-148,
.py-148 {
  padding-bottom: 48px !important; }

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

.p-149 {
  padding: 49px !important; }

.pt-149,
.py-149 {
  padding-top: 49px !important; }

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

.pb-149,
.py-149 {
  padding-bottom: 49px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n2 {
  margin: -0.9rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.9rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.9rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.9rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.9rem !important; }

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

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

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

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

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

.m-n4 {
  margin: -2.3rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -2.3rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -2.3rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -2.3rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -2.3rem !important; }

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

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

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

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

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

.m-n35 {
  margin: -1.7rem !important; }

.mt-n35,
.my-n35 {
  margin-top: -1.7rem !important; }

.mr-n35,
.mx-n35 {
  margin-right: -1.7rem !important; }

.mb-n35,
.my-n35 {
  margin-bottom: -1.7rem !important; }

.ml-n35,
.mx-n35 {
  margin-left: -1.7rem !important; }

.m-n6 {
  margin: -3.7rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -3.7rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -3.7rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -3.7rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -3.7rem !important; }

.m-n7 {
  margin: -4rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -4rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -4rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -4rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -4rem !important; }

.m-n8 {
  margin: -4.5rem !important; }

.mt-n8,
.my-n8 {
  margin-top: -4.5rem !important; }

.mr-n8,
.mx-n8 {
  margin-right: -4.5rem !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -4.5rem !important; }

.ml-n8,
.mx-n8 {
  margin-left: -4.5rem !important; }

.m-n9 {
  margin: -5rem !important; }

.mt-n9,
.my-n9 {
  margin-top: -5rem !important; }

.mr-n9,
.mx-n9 {
  margin-right: -5rem !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -5rem !important; }

.ml-n9,
.mx-n9 {
  margin-left: -5rem !important; }

.m-n10 {
  margin: -5.5rem !important; }

.mt-n10,
.my-n10 {
  margin-top: -5.5rem !important; }

.mr-n10,
.mx-n10 {
  margin-right: -5.5rem !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -5.5rem !important; }

.ml-n10,
.mx-n10 {
  margin-left: -5.5rem !important; }

.m-n120 {
  margin: -7.3rem !important; }

.mt-n120,
.my-n120 {
  margin-top: -7.3rem !important; }

.mr-n120,
.mx-n120 {
  margin-right: -7.3rem !important; }

.mb-n120,
.my-n120 {
  margin-bottom: -7.3rem !important; }

.ml-n120,
.mx-n120 {
  margin-left: -7.3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n111 {
  margin: -11px !important; }

.mt-n111,
.my-n111 {
  margin-top: -11px !important; }

.mr-n111,
.mx-n111 {
  margin-right: -11px !important; }

.mb-n111,
.my-n111 {
  margin-bottom: -11px !important; }

.ml-n111,
.mx-n111 {
  margin-left: -11px !important; }

.m-n112 {
  margin: -12px !important; }

.mt-n112,
.my-n112 {
  margin-top: -12px !important; }

.mr-n112,
.mx-n112 {
  margin-right: -12px !important; }

.mb-n112,
.my-n112 {
  margin-bottom: -12px !important; }

.ml-n112,
.mx-n112 {
  margin-left: -12px !important; }

.m-n113 {
  margin: -13px !important; }

.mt-n113,
.my-n113 {
  margin-top: -13px !important; }

.mr-n113,
.mx-n113 {
  margin-right: -13px !important; }

.mb-n113,
.my-n113 {
  margin-bottom: -13px !important; }

.ml-n113,
.mx-n113 {
  margin-left: -13px !important; }

.m-n114 {
  margin: -14px !important; }

.mt-n114,
.my-n114 {
  margin-top: -14px !important; }

.mr-n114,
.mx-n114 {
  margin-right: -14px !important; }

.mb-n114,
.my-n114 {
  margin-bottom: -14px !important; }

.ml-n114,
.mx-n114 {
  margin-left: -14px !important; }

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

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

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

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

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

.m-n116 {
  margin: -16px !important; }

.mt-n116,
.my-n116 {
  margin-top: -16px !important; }

.mr-n116,
.mx-n116 {
  margin-right: -16px !important; }

.mb-n116,
.my-n116 {
  margin-bottom: -16px !important; }

.ml-n116,
.mx-n116 {
  margin-left: -16px !important; }

.m-n117 {
  margin: -17px !important; }

.mt-n117,
.my-n117 {
  margin-top: -17px !important; }

.mr-n117,
.mx-n117 {
  margin-right: -17px !important; }

.mb-n117,
.my-n117 {
  margin-bottom: -17px !important; }

.ml-n117,
.mx-n117 {
  margin-left: -17px !important; }

.m-n118 {
  margin: -18px !important; }

.mt-n118,
.my-n118 {
  margin-top: -18px !important; }

.mr-n118,
.mx-n118 {
  margin-right: -18px !important; }

.mb-n118,
.my-n118 {
  margin-bottom: -18px !important; }

.ml-n118,
.mx-n118 {
  margin-left: -18px !important; }

.m-n119 {
  margin: -19px !important; }

.mt-n119,
.my-n119 {
  margin-top: -19px !important; }

.mr-n119,
.mx-n119 {
  margin-right: -19px !important; }

.mb-n119,
.my-n119 {
  margin-bottom: -19px !important; }

.ml-n119,
.mx-n119 {
  margin-left: -19px !important; }

.m-n121 {
  margin: -21px !important; }

.mt-n121,
.my-n121 {
  margin-top: -21px !important; }

.mr-n121,
.mx-n121 {
  margin-right: -21px !important; }

.mb-n121,
.my-n121 {
  margin-bottom: -21px !important; }

.ml-n121,
.mx-n121 {
  margin-left: -21px !important; }

.m-n122 {
  margin: -22px !important; }

.mt-n122,
.my-n122 {
  margin-top: -22px !important; }

.mr-n122,
.mx-n122 {
  margin-right: -22px !important; }

.mb-n122,
.my-n122 {
  margin-bottom: -22px !important; }

.ml-n122,
.mx-n122 {
  margin-left: -22px !important; }

.m-n123 {
  margin: -23px !important; }

.mt-n123,
.my-n123 {
  margin-top: -23px !important; }

.mr-n123,
.mx-n123 {
  margin-right: -23px !important; }

.mb-n123,
.my-n123 {
  margin-bottom: -23px !important; }

.ml-n123,
.mx-n123 {
  margin-left: -23px !important; }

.m-n124 {
  margin: -24px !important; }

.mt-n124,
.my-n124 {
  margin-top: -24px !important; }

.mr-n124,
.mx-n124 {
  margin-right: -24px !important; }

.mb-n124,
.my-n124 {
  margin-bottom: -24px !important; }

.ml-n124,
.mx-n124 {
  margin-left: -24px !important; }

.m-n125 {
  margin: -25px !important; }

.mt-n125,
.my-n125 {
  margin-top: -25px !important; }

.mr-n125,
.mx-n125 {
  margin-right: -25px !important; }

.mb-n125,
.my-n125 {
  margin-bottom: -25px !important; }

.ml-n125,
.mx-n125 {
  margin-left: -25px !important; }

.m-n126 {
  margin: -26px !important; }

.mt-n126,
.my-n126 {
  margin-top: -26px !important; }

.mr-n126,
.mx-n126 {
  margin-right: -26px !important; }

.mb-n126,
.my-n126 {
  margin-bottom: -26px !important; }

.ml-n126,
.mx-n126 {
  margin-left: -26px !important; }

.m-n127 {
  margin: -27px !important; }

.mt-n127,
.my-n127 {
  margin-top: -27px !important; }

.mr-n127,
.mx-n127 {
  margin-right: -27px !important; }

.mb-n127,
.my-n127 {
  margin-bottom: -27px !important; }

.ml-n127,
.mx-n127 {
  margin-left: -27px !important; }

.m-n128 {
  margin: -28px !important; }

.mt-n128,
.my-n128 {
  margin-top: -28px !important; }

.mr-n128,
.mx-n128 {
  margin-right: -28px !important; }

.mb-n128,
.my-n128 {
  margin-bottom: -28px !important; }

.ml-n128,
.mx-n128 {
  margin-left: -28px !important; }

.m-n129 {
  margin: -29px !important; }

.mt-n129,
.my-n129 {
  margin-top: -29px !important; }

.mr-n129,
.mx-n129 {
  margin-right: -29px !important; }

.mb-n129,
.my-n129 {
  margin-bottom: -29px !important; }

.ml-n129,
.mx-n129 {
  margin-left: -29px !important; }

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

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

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

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

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

.m-n131 {
  margin: -31px !important; }

.mt-n131,
.my-n131 {
  margin-top: -31px !important; }

.mr-n131,
.mx-n131 {
  margin-right: -31px !important; }

.mb-n131,
.my-n131 {
  margin-bottom: -31px !important; }

.ml-n131,
.mx-n131 {
  margin-left: -31px !important; }

.m-n132 {
  margin: -32px !important; }

.mt-n132,
.my-n132 {
  margin-top: -32px !important; }

.mr-n132,
.mx-n132 {
  margin-right: -32px !important; }

.mb-n132,
.my-n132 {
  margin-bottom: -32px !important; }

.ml-n132,
.mx-n132 {
  margin-left: -32px !important; }

.m-n133 {
  margin: -33px !important; }

.mt-n133,
.my-n133 {
  margin-top: -33px !important; }

.mr-n133,
.mx-n133 {
  margin-right: -33px !important; }

.mb-n133,
.my-n133 {
  margin-bottom: -33px !important; }

.ml-n133,
.mx-n133 {
  margin-left: -33px !important; }

.m-n134 {
  margin: -34px !important; }

.mt-n134,
.my-n134 {
  margin-top: -34px !important; }

.mr-n134,
.mx-n134 {
  margin-right: -34px !important; }

.mb-n134,
.my-n134 {
  margin-bottom: -34px !important; }

.ml-n134,
.mx-n134 {
  margin-left: -34px !important; }

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

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

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

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

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

.m-n136 {
  margin: -36px !important; }

.mt-n136,
.my-n136 {
  margin-top: -36px !important; }

.mr-n136,
.mx-n136 {
  margin-right: -36px !important; }

.mb-n136,
.my-n136 {
  margin-bottom: -36px !important; }

.ml-n136,
.mx-n136 {
  margin-left: -36px !important; }

.m-n137 {
  margin: -37px !important; }

.mt-n137,
.my-n137 {
  margin-top: -37px !important; }

.mr-n137,
.mx-n137 {
  margin-right: -37px !important; }

.mb-n137,
.my-n137 {
  margin-bottom: -37px !important; }

.ml-n137,
.mx-n137 {
  margin-left: -37px !important; }

.m-n138 {
  margin: -38px !important; }

.mt-n138,
.my-n138 {
  margin-top: -38px !important; }

.mr-n138,
.mx-n138 {
  margin-right: -38px !important; }

.mb-n138,
.my-n138 {
  margin-bottom: -38px !important; }

.ml-n138,
.mx-n138 {
  margin-left: -38px !important; }

.m-n139 {
  margin: -39px !important; }

.mt-n139,
.my-n139 {
  margin-top: -39px !important; }

.mr-n139,
.mx-n139 {
  margin-right: -39px !important; }

.mb-n139,
.my-n139 {
  margin-bottom: -39px !important; }

.ml-n139,
.mx-n139 {
  margin-left: -39px !important; }

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

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

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

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

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

.m-n141 {
  margin: -41px !important; }

.mt-n141,
.my-n141 {
  margin-top: -41px !important; }

.mr-n141,
.mx-n141 {
  margin-right: -41px !important; }

.mb-n141,
.my-n141 {
  margin-bottom: -41px !important; }

.ml-n141,
.mx-n141 {
  margin-left: -41px !important; }

.m-n142 {
  margin: -42px !important; }

.mt-n142,
.my-n142 {
  margin-top: -42px !important; }

.mr-n142,
.mx-n142 {
  margin-right: -42px !important; }

.mb-n142,
.my-n142 {
  margin-bottom: -42px !important; }

.ml-n142,
.mx-n142 {
  margin-left: -42px !important; }

.m-n143 {
  margin: -43px !important; }

.mt-n143,
.my-n143 {
  margin-top: -43px !important; }

.mr-n143,
.mx-n143 {
  margin-right: -43px !important; }

.mb-n143,
.my-n143 {
  margin-bottom: -43px !important; }

.ml-n143,
.mx-n143 {
  margin-left: -43px !important; }

.m-n144 {
  margin: -44px !important; }

.mt-n144,
.my-n144 {
  margin-top: -44px !important; }

.mr-n144,
.mx-n144 {
  margin-right: -44px !important; }

.mb-n144,
.my-n144 {
  margin-bottom: -44px !important; }

.ml-n144,
.mx-n144 {
  margin-left: -44px !important; }

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

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

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

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

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

.m-n146 {
  margin: -46px !important; }

.mt-n146,
.my-n146 {
  margin-top: -46px !important; }

.mr-n146,
.mx-n146 {
  margin-right: -46px !important; }

.mb-n146,
.my-n146 {
  margin-bottom: -46px !important; }

.ml-n146,
.mx-n146 {
  margin-left: -46px !important; }

.m-n147 {
  margin: -47px !important; }

.mt-n147,
.my-n147 {
  margin-top: -47px !important; }

.mr-n147,
.mx-n147 {
  margin-right: -47px !important; }

.mb-n147,
.my-n147 {
  margin-bottom: -47px !important; }

.ml-n147,
.mx-n147 {
  margin-left: -47px !important; }

.m-n148 {
  margin: -48px !important; }

.mt-n148,
.my-n148 {
  margin-top: -48px !important; }

.mr-n148,
.mx-n148 {
  margin-right: -48px !important; }

.mb-n148,
.my-n148 {
  margin-bottom: -48px !important; }

.ml-n148,
.mx-n148 {
  margin-left: -48px !important; }

.m-n149 {
  margin: -49px !important; }

.mt-n149,
.my-n149 {
  margin-top: -49px !important; }

.mr-n149,
.mx-n149 {
  margin-right: -49px !important; }

.mb-n149,
.my-n149 {
  margin-bottom: -49px !important; }

.ml-n149,
.mx-n149 {
  margin-left: -49px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.9rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.9rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.9rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.9rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.9rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 2.3rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2.3rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2.3rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2.3rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2.3rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .m-sm-35 {
    margin: 1.7rem !important; }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 1.7rem !important; }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 1.7rem !important; }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 1.7rem !important; }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 1.7rem !important; }
  .m-sm-6 {
    margin: 3.7rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3.7rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3.7rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3.7rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3.7rem !important; }
  .m-sm-7 {
    margin: 4rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 4rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 4rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 4rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 4rem !important; }
  .m-sm-8 {
    margin: 4.5rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 4.5rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 4.5rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 4.5rem !important; }
  .m-sm-9 {
    margin: 5rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 5rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 5rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 5rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 5rem !important; }
  .m-sm-10 {
    margin: 5.5rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 5.5rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 5.5rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 5.5rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 5.5rem !important; }
  .m-sm-120 {
    margin: 7.3rem !important; }
  .mt-sm-120,
  .my-sm-120 {
    margin-top: 7.3rem !important; }
  .mr-sm-120,
  .mx-sm-120 {
    margin-right: 7.3rem !important; }
  .mb-sm-120,
  .my-sm-120 {
    margin-bottom: 7.3rem !important; }
  .ml-sm-120,
  .mx-sm-120 {
    margin-left: 7.3rem !important; }
  .m-sm-101 {
    margin: 1px !important; }
  .mt-sm-101,
  .my-sm-101 {
    margin-top: 1px !important; }
  .mr-sm-101,
  .mx-sm-101 {
    margin-right: 1px !important; }
  .mb-sm-101,
  .my-sm-101 {
    margin-bottom: 1px !important; }
  .ml-sm-101,
  .mx-sm-101 {
    margin-left: 1px !important; }
  .m-sm-102 {
    margin: 2px !important; }
  .mt-sm-102,
  .my-sm-102 {
    margin-top: 2px !important; }
  .mr-sm-102,
  .mx-sm-102 {
    margin-right: 2px !important; }
  .mb-sm-102,
  .my-sm-102 {
    margin-bottom: 2px !important; }
  .ml-sm-102,
  .mx-sm-102 {
    margin-left: 2px !important; }
  .m-sm-103 {
    margin: 3px !important; }
  .mt-sm-103,
  .my-sm-103 {
    margin-top: 3px !important; }
  .mr-sm-103,
  .mx-sm-103 {
    margin-right: 3px !important; }
  .mb-sm-103,
  .my-sm-103 {
    margin-bottom: 3px !important; }
  .ml-sm-103,
  .mx-sm-103 {
    margin-left: 3px !important; }
  .m-sm-104 {
    margin: 4px !important; }
  .mt-sm-104,
  .my-sm-104 {
    margin-top: 4px !important; }
  .mr-sm-104,
  .mx-sm-104 {
    margin-right: 4px !important; }
  .mb-sm-104,
  .my-sm-104 {
    margin-bottom: 4px !important; }
  .ml-sm-104,
  .mx-sm-104 {
    margin-left: 4px !important; }
  .m-sm-105 {
    margin: 5px !important; }
  .mt-sm-105,
  .my-sm-105 {
    margin-top: 5px !important; }
  .mr-sm-105,
  .mx-sm-105 {
    margin-right: 5px !important; }
  .mb-sm-105,
  .my-sm-105 {
    margin-bottom: 5px !important; }
  .ml-sm-105,
  .mx-sm-105 {
    margin-left: 5px !important; }
  .m-sm-106 {
    margin: 6px !important; }
  .mt-sm-106,
  .my-sm-106 {
    margin-top: 6px !important; }
  .mr-sm-106,
  .mx-sm-106 {
    margin-right: 6px !important; }
  .mb-sm-106,
  .my-sm-106 {
    margin-bottom: 6px !important; }
  .ml-sm-106,
  .mx-sm-106 {
    margin-left: 6px !important; }
  .m-sm-107 {
    margin: 7px !important; }
  .mt-sm-107,
  .my-sm-107 {
    margin-top: 7px !important; }
  .mr-sm-107,
  .mx-sm-107 {
    margin-right: 7px !important; }
  .mb-sm-107,
  .my-sm-107 {
    margin-bottom: 7px !important; }
  .ml-sm-107,
  .mx-sm-107 {
    margin-left: 7px !important; }
  .m-sm-108 {
    margin: 8px !important; }
  .mt-sm-108,
  .my-sm-108 {
    margin-top: 8px !important; }
  .mr-sm-108,
  .mx-sm-108 {
    margin-right: 8px !important; }
  .mb-sm-108,
  .my-sm-108 {
    margin-bottom: 8px !important; }
  .ml-sm-108,
  .mx-sm-108 {
    margin-left: 8px !important; }
  .m-sm-109 {
    margin: 9px !important; }
  .mt-sm-109,
  .my-sm-109 {
    margin-top: 9px !important; }
  .mr-sm-109,
  .mx-sm-109 {
    margin-right: 9px !important; }
  .mb-sm-109,
  .my-sm-109 {
    margin-bottom: 9px !important; }
  .ml-sm-109,
  .mx-sm-109 {
    margin-left: 9px !important; }
  .m-sm-110 {
    margin: 10px !important; }
  .mt-sm-110,
  .my-sm-110 {
    margin-top: 10px !important; }
  .mr-sm-110,
  .mx-sm-110 {
    margin-right: 10px !important; }
  .mb-sm-110,
  .my-sm-110 {
    margin-bottom: 10px !important; }
  .ml-sm-110,
  .mx-sm-110 {
    margin-left: 10px !important; }
  .m-sm-111 {
    margin: 11px !important; }
  .mt-sm-111,
  .my-sm-111 {
    margin-top: 11px !important; }
  .mr-sm-111,
  .mx-sm-111 {
    margin-right: 11px !important; }
  .mb-sm-111,
  .my-sm-111 {
    margin-bottom: 11px !important; }
  .ml-sm-111,
  .mx-sm-111 {
    margin-left: 11px !important; }
  .m-sm-112 {
    margin: 12px !important; }
  .mt-sm-112,
  .my-sm-112 {
    margin-top: 12px !important; }
  .mr-sm-112,
  .mx-sm-112 {
    margin-right: 12px !important; }
  .mb-sm-112,
  .my-sm-112 {
    margin-bottom: 12px !important; }
  .ml-sm-112,
  .mx-sm-112 {
    margin-left: 12px !important; }
  .m-sm-113 {
    margin: 13px !important; }
  .mt-sm-113,
  .my-sm-113 {
    margin-top: 13px !important; }
  .mr-sm-113,
  .mx-sm-113 {
    margin-right: 13px !important; }
  .mb-sm-113,
  .my-sm-113 {
    margin-bottom: 13px !important; }
  .ml-sm-113,
  .mx-sm-113 {
    margin-left: 13px !important; }
  .m-sm-114 {
    margin: 14px !important; }
  .mt-sm-114,
  .my-sm-114 {
    margin-top: 14px !important; }
  .mr-sm-114,
  .mx-sm-114 {
    margin-right: 14px !important; }
  .mb-sm-114,
  .my-sm-114 {
    margin-bottom: 14px !important; }
  .ml-sm-114,
  .mx-sm-114 {
    margin-left: 14px !important; }
  .m-sm-115 {
    margin: 15px !important; }
  .mt-sm-115,
  .my-sm-115 {
    margin-top: 15px !important; }
  .mr-sm-115,
  .mx-sm-115 {
    margin-right: 15px !important; }
  .mb-sm-115,
  .my-sm-115 {
    margin-bottom: 15px !important; }
  .ml-sm-115,
  .mx-sm-115 {
    margin-left: 15px !important; }
  .m-sm-116 {
    margin: 16px !important; }
  .mt-sm-116,
  .my-sm-116 {
    margin-top: 16px !important; }
  .mr-sm-116,
  .mx-sm-116 {
    margin-right: 16px !important; }
  .mb-sm-116,
  .my-sm-116 {
    margin-bottom: 16px !important; }
  .ml-sm-116,
  .mx-sm-116 {
    margin-left: 16px !important; }
  .m-sm-117 {
    margin: 17px !important; }
  .mt-sm-117,
  .my-sm-117 {
    margin-top: 17px !important; }
  .mr-sm-117,
  .mx-sm-117 {
    margin-right: 17px !important; }
  .mb-sm-117,
  .my-sm-117 {
    margin-bottom: 17px !important; }
  .ml-sm-117,
  .mx-sm-117 {
    margin-left: 17px !important; }
  .m-sm-118 {
    margin: 18px !important; }
  .mt-sm-118,
  .my-sm-118 {
    margin-top: 18px !important; }
  .mr-sm-118,
  .mx-sm-118 {
    margin-right: 18px !important; }
  .mb-sm-118,
  .my-sm-118 {
    margin-bottom: 18px !important; }
  .ml-sm-118,
  .mx-sm-118 {
    margin-left: 18px !important; }
  .m-sm-119 {
    margin: 19px !important; }
  .mt-sm-119,
  .my-sm-119 {
    margin-top: 19px !important; }
  .mr-sm-119,
  .mx-sm-119 {
    margin-right: 19px !important; }
  .mb-sm-119,
  .my-sm-119 {
    margin-bottom: 19px !important; }
  .ml-sm-119,
  .mx-sm-119 {
    margin-left: 19px !important; }
  .m-sm-121 {
    margin: 21px !important; }
  .mt-sm-121,
  .my-sm-121 {
    margin-top: 21px !important; }
  .mr-sm-121,
  .mx-sm-121 {
    margin-right: 21px !important; }
  .mb-sm-121,
  .my-sm-121 {
    margin-bottom: 21px !important; }
  .ml-sm-121,
  .mx-sm-121 {
    margin-left: 21px !important; }
  .m-sm-122 {
    margin: 22px !important; }
  .mt-sm-122,
  .my-sm-122 {
    margin-top: 22px !important; }
  .mr-sm-122,
  .mx-sm-122 {
    margin-right: 22px !important; }
  .mb-sm-122,
  .my-sm-122 {
    margin-bottom: 22px !important; }
  .ml-sm-122,
  .mx-sm-122 {
    margin-left: 22px !important; }
  .m-sm-123 {
    margin: 23px !important; }
  .mt-sm-123,
  .my-sm-123 {
    margin-top: 23px !important; }
  .mr-sm-123,
  .mx-sm-123 {
    margin-right: 23px !important; }
  .mb-sm-123,
  .my-sm-123 {
    margin-bottom: 23px !important; }
  .ml-sm-123,
  .mx-sm-123 {
    margin-left: 23px !important; }
  .m-sm-124 {
    margin: 24px !important; }
  .mt-sm-124,
  .my-sm-124 {
    margin-top: 24px !important; }
  .mr-sm-124,
  .mx-sm-124 {
    margin-right: 24px !important; }
  .mb-sm-124,
  .my-sm-124 {
    margin-bottom: 24px !important; }
  .ml-sm-124,
  .mx-sm-124 {
    margin-left: 24px !important; }
  .m-sm-125 {
    margin: 25px !important; }
  .mt-sm-125,
  .my-sm-125 {
    margin-top: 25px !important; }
  .mr-sm-125,
  .mx-sm-125 {
    margin-right: 25px !important; }
  .mb-sm-125,
  .my-sm-125 {
    margin-bottom: 25px !important; }
  .ml-sm-125,
  .mx-sm-125 {
    margin-left: 25px !important; }
  .m-sm-126 {
    margin: 26px !important; }
  .mt-sm-126,
  .my-sm-126 {
    margin-top: 26px !important; }
  .mr-sm-126,
  .mx-sm-126 {
    margin-right: 26px !important; }
  .mb-sm-126,
  .my-sm-126 {
    margin-bottom: 26px !important; }
  .ml-sm-126,
  .mx-sm-126 {
    margin-left: 26px !important; }
  .m-sm-127 {
    margin: 27px !important; }
  .mt-sm-127,
  .my-sm-127 {
    margin-top: 27px !important; }
  .mr-sm-127,
  .mx-sm-127 {
    margin-right: 27px !important; }
  .mb-sm-127,
  .my-sm-127 {
    margin-bottom: 27px !important; }
  .ml-sm-127,
  .mx-sm-127 {
    margin-left: 27px !important; }
  .m-sm-128 {
    margin: 28px !important; }
  .mt-sm-128,
  .my-sm-128 {
    margin-top: 28px !important; }
  .mr-sm-128,
  .mx-sm-128 {
    margin-right: 28px !important; }
  .mb-sm-128,
  .my-sm-128 {
    margin-bottom: 28px !important; }
  .ml-sm-128,
  .mx-sm-128 {
    margin-left: 28px !important; }
  .m-sm-129 {
    margin: 29px !important; }
  .mt-sm-129,
  .my-sm-129 {
    margin-top: 29px !important; }
  .mr-sm-129,
  .mx-sm-129 {
    margin-right: 29px !important; }
  .mb-sm-129,
  .my-sm-129 {
    margin-bottom: 29px !important; }
  .ml-sm-129,
  .mx-sm-129 {
    margin-left: 29px !important; }
  .m-sm-130 {
    margin: 30px !important; }
  .mt-sm-130,
  .my-sm-130 {
    margin-top: 30px !important; }
  .mr-sm-130,
  .mx-sm-130 {
    margin-right: 30px !important; }
  .mb-sm-130,
  .my-sm-130 {
    margin-bottom: 30px !important; }
  .ml-sm-130,
  .mx-sm-130 {
    margin-left: 30px !important; }
  .m-sm-131 {
    margin: 31px !important; }
  .mt-sm-131,
  .my-sm-131 {
    margin-top: 31px !important; }
  .mr-sm-131,
  .mx-sm-131 {
    margin-right: 31px !important; }
  .mb-sm-131,
  .my-sm-131 {
    margin-bottom: 31px !important; }
  .ml-sm-131,
  .mx-sm-131 {
    margin-left: 31px !important; }
  .m-sm-132 {
    margin: 32px !important; }
  .mt-sm-132,
  .my-sm-132 {
    margin-top: 32px !important; }
  .mr-sm-132,
  .mx-sm-132 {
    margin-right: 32px !important; }
  .mb-sm-132,
  .my-sm-132 {
    margin-bottom: 32px !important; }
  .ml-sm-132,
  .mx-sm-132 {
    margin-left: 32px !important; }
  .m-sm-133 {
    margin: 33px !important; }
  .mt-sm-133,
  .my-sm-133 {
    margin-top: 33px !important; }
  .mr-sm-133,
  .mx-sm-133 {
    margin-right: 33px !important; }
  .mb-sm-133,
  .my-sm-133 {
    margin-bottom: 33px !important; }
  .ml-sm-133,
  .mx-sm-133 {
    margin-left: 33px !important; }
  .m-sm-134 {
    margin: 34px !important; }
  .mt-sm-134,
  .my-sm-134 {
    margin-top: 34px !important; }
  .mr-sm-134,
  .mx-sm-134 {
    margin-right: 34px !important; }
  .mb-sm-134,
  .my-sm-134 {
    margin-bottom: 34px !important; }
  .ml-sm-134,
  .mx-sm-134 {
    margin-left: 34px !important; }
  .m-sm-135 {
    margin: 35px !important; }
  .mt-sm-135,
  .my-sm-135 {
    margin-top: 35px !important; }
  .mr-sm-135,
  .mx-sm-135 {
    margin-right: 35px !important; }
  .mb-sm-135,
  .my-sm-135 {
    margin-bottom: 35px !important; }
  .ml-sm-135,
  .mx-sm-135 {
    margin-left: 35px !important; }
  .m-sm-136 {
    margin: 36px !important; }
  .mt-sm-136,
  .my-sm-136 {
    margin-top: 36px !important; }
  .mr-sm-136,
  .mx-sm-136 {
    margin-right: 36px !important; }
  .mb-sm-136,
  .my-sm-136 {
    margin-bottom: 36px !important; }
  .ml-sm-136,
  .mx-sm-136 {
    margin-left: 36px !important; }
  .m-sm-137 {
    margin: 37px !important; }
  .mt-sm-137,
  .my-sm-137 {
    margin-top: 37px !important; }
  .mr-sm-137,
  .mx-sm-137 {
    margin-right: 37px !important; }
  .mb-sm-137,
  .my-sm-137 {
    margin-bottom: 37px !important; }
  .ml-sm-137,
  .mx-sm-137 {
    margin-left: 37px !important; }
  .m-sm-138 {
    margin: 38px !important; }
  .mt-sm-138,
  .my-sm-138 {
    margin-top: 38px !important; }
  .mr-sm-138,
  .mx-sm-138 {
    margin-right: 38px !important; }
  .mb-sm-138,
  .my-sm-138 {
    margin-bottom: 38px !important; }
  .ml-sm-138,
  .mx-sm-138 {
    margin-left: 38px !important; }
  .m-sm-139 {
    margin: 39px !important; }
  .mt-sm-139,
  .my-sm-139 {
    margin-top: 39px !important; }
  .mr-sm-139,
  .mx-sm-139 {
    margin-right: 39px !important; }
  .mb-sm-139,
  .my-sm-139 {
    margin-bottom: 39px !important; }
  .ml-sm-139,
  .mx-sm-139 {
    margin-left: 39px !important; }
  .m-sm-140 {
    margin: 40px !important; }
  .mt-sm-140,
  .my-sm-140 {
    margin-top: 40px !important; }
  .mr-sm-140,
  .mx-sm-140 {
    margin-right: 40px !important; }
  .mb-sm-140,
  .my-sm-140 {
    margin-bottom: 40px !important; }
  .ml-sm-140,
  .mx-sm-140 {
    margin-left: 40px !important; }
  .m-sm-141 {
    margin: 41px !important; }
  .mt-sm-141,
  .my-sm-141 {
    margin-top: 41px !important; }
  .mr-sm-141,
  .mx-sm-141 {
    margin-right: 41px !important; }
  .mb-sm-141,
  .my-sm-141 {
    margin-bottom: 41px !important; }
  .ml-sm-141,
  .mx-sm-141 {
    margin-left: 41px !important; }
  .m-sm-142 {
    margin: 42px !important; }
  .mt-sm-142,
  .my-sm-142 {
    margin-top: 42px !important; }
  .mr-sm-142,
  .mx-sm-142 {
    margin-right: 42px !important; }
  .mb-sm-142,
  .my-sm-142 {
    margin-bottom: 42px !important; }
  .ml-sm-142,
  .mx-sm-142 {
    margin-left: 42px !important; }
  .m-sm-143 {
    margin: 43px !important; }
  .mt-sm-143,
  .my-sm-143 {
    margin-top: 43px !important; }
  .mr-sm-143,
  .mx-sm-143 {
    margin-right: 43px !important; }
  .mb-sm-143,
  .my-sm-143 {
    margin-bottom: 43px !important; }
  .ml-sm-143,
  .mx-sm-143 {
    margin-left: 43px !important; }
  .m-sm-144 {
    margin: 44px !important; }
  .mt-sm-144,
  .my-sm-144 {
    margin-top: 44px !important; }
  .mr-sm-144,
  .mx-sm-144 {
    margin-right: 44px !important; }
  .mb-sm-144,
  .my-sm-144 {
    margin-bottom: 44px !important; }
  .ml-sm-144,
  .mx-sm-144 {
    margin-left: 44px !important; }
  .m-sm-145 {
    margin: 45px !important; }
  .mt-sm-145,
  .my-sm-145 {
    margin-top: 45px !important; }
  .mr-sm-145,
  .mx-sm-145 {
    margin-right: 45px !important; }
  .mb-sm-145,
  .my-sm-145 {
    margin-bottom: 45px !important; }
  .ml-sm-145,
  .mx-sm-145 {
    margin-left: 45px !important; }
  .m-sm-146 {
    margin: 46px !important; }
  .mt-sm-146,
  .my-sm-146 {
    margin-top: 46px !important; }
  .mr-sm-146,
  .mx-sm-146 {
    margin-right: 46px !important; }
  .mb-sm-146,
  .my-sm-146 {
    margin-bottom: 46px !important; }
  .ml-sm-146,
  .mx-sm-146 {
    margin-left: 46px !important; }
  .m-sm-147 {
    margin: 47px !important; }
  .mt-sm-147,
  .my-sm-147 {
    margin-top: 47px !important; }
  .mr-sm-147,
  .mx-sm-147 {
    margin-right: 47px !important; }
  .mb-sm-147,
  .my-sm-147 {
    margin-bottom: 47px !important; }
  .ml-sm-147,
  .mx-sm-147 {
    margin-left: 47px !important; }
  .m-sm-148 {
    margin: 48px !important; }
  .mt-sm-148,
  .my-sm-148 {
    margin-top: 48px !important; }
  .mr-sm-148,
  .mx-sm-148 {
    margin-right: 48px !important; }
  .mb-sm-148,
  .my-sm-148 {
    margin-bottom: 48px !important; }
  .ml-sm-148,
  .mx-sm-148 {
    margin-left: 48px !important; }
  .m-sm-149 {
    margin: 49px !important; }
  .mt-sm-149,
  .my-sm-149 {
    margin-top: 49px !important; }
  .mr-sm-149,
  .mx-sm-149 {
    margin-right: 49px !important; }
  .mb-sm-149,
  .my-sm-149 {
    margin-bottom: 49px !important; }
  .ml-sm-149,
  .mx-sm-149 {
    margin-left: 49px !important; }
  .m-sm-150 {
    margin: 40px !important; }
  .mt-sm-150,
  .my-sm-150 {
    margin-top: 40px !important; }
  .mr-sm-150,
  .mx-sm-150 {
    margin-right: 40px !important; }
  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 40px !important; }
  .ml-sm-150,
  .mx-sm-150 {
    margin-left: 40px !important; }
  .m-sm-190 {
    margin: 90px !important; }
  .mt-sm-190,
  .my-sm-190 {
    margin-top: 90px !important; }
  .mr-sm-190,
  .mx-sm-190 {
    margin-right: 90px !important; }
  .mb-sm-190,
  .my-sm-190 {
    margin-bottom: 90px !important; }
  .ml-sm-190,
  .mx-sm-190 {
    margin-left: 90px !important; }
  .m-sm-160 {
    margin: 60px !important; }
  .mt-sm-160,
  .my-sm-160 {
    margin-top: 60px !important; }
  .mr-sm-160,
  .mx-sm-160 {
    margin-right: 60px !important; }
  .mb-sm-160,
  .my-sm-160 {
    margin-bottom: 60px !important; }
  .ml-sm-160,
  .mx-sm-160 {
    margin-left: 60px !important; }
  .m-sm-170 {
    margin: 70px !important; }
  .mt-sm-170,
  .my-sm-170 {
    margin-top: 70px !important; }
  .mr-sm-170,
  .mx-sm-170 {
    margin-right: 70px !important; }
  .mb-sm-170,
  .my-sm-170 {
    margin-bottom: 70px !important; }
  .ml-sm-170,
  .mx-sm-170 {
    margin-left: 70px !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: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.9rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.9rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.9rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.9rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.9rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 2.3rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2.3rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2.3rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2.3rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2.3rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .p-sm-35 {
    padding: 1.7rem !important; }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 1.7rem !important; }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 1.7rem !important; }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 1.7rem !important; }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 1.7rem !important; }
  .p-sm-6 {
    padding: 3.7rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3.7rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3.7rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3.7rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3.7rem !important; }
  .p-sm-7 {
    padding: 4rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 4rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 4rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 4rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 4rem !important; }
  .p-sm-8 {
    padding: 4.5rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 4.5rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 4.5rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 4.5rem !important; }
  .p-sm-9 {
    padding: 5rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 5rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 5rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 5rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 5rem !important; }
  .p-sm-10 {
    padding: 5.5rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 5.5rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 5.5rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 5.5rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 5.5rem !important; }
  .p-sm-120 {
    padding: 7.3rem !important; }
  .pt-sm-120,
  .py-sm-120 {
    padding-top: 7.3rem !important; }
  .pr-sm-120,
  .px-sm-120 {
    padding-right: 7.3rem !important; }
  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 7.3rem !important; }
  .pl-sm-120,
  .px-sm-120 {
    padding-left: 7.3rem !important; }
  .p-sm-101 {
    padding: 1px !important; }
  .pt-sm-101,
  .py-sm-101 {
    padding-top: 1px !important; }
  .pr-sm-101,
  .px-sm-101 {
    padding-right: 1px !important; }
  .pb-sm-101,
  .py-sm-101 {
    padding-bottom: 1px !important; }
  .pl-sm-101,
  .px-sm-101 {
    padding-left: 1px !important; }
  .p-sm-102 {
    padding: 2px !important; }
  .pt-sm-102,
  .py-sm-102 {
    padding-top: 2px !important; }
  .pr-sm-102,
  .px-sm-102 {
    padding-right: 2px !important; }
  .pb-sm-102,
  .py-sm-102 {
    padding-bottom: 2px !important; }
  .pl-sm-102,
  .px-sm-102 {
    padding-left: 2px !important; }
  .p-sm-103 {
    padding: 3px !important; }
  .pt-sm-103,
  .py-sm-103 {
    padding-top: 3px !important; }
  .pr-sm-103,
  .px-sm-103 {
    padding-right: 3px !important; }
  .pb-sm-103,
  .py-sm-103 {
    padding-bottom: 3px !important; }
  .pl-sm-103,
  .px-sm-103 {
    padding-left: 3px !important; }
  .p-sm-104 {
    padding: 4px !important; }
  .pt-sm-104,
  .py-sm-104 {
    padding-top: 4px !important; }
  .pr-sm-104,
  .px-sm-104 {
    padding-right: 4px !important; }
  .pb-sm-104,
  .py-sm-104 {
    padding-bottom: 4px !important; }
  .pl-sm-104,
  .px-sm-104 {
    padding-left: 4px !important; }
  .p-sm-105 {
    padding: 5px !important; }
  .pt-sm-105,
  .py-sm-105 {
    padding-top: 5px !important; }
  .pr-sm-105,
  .px-sm-105 {
    padding-right: 5px !important; }
  .pb-sm-105,
  .py-sm-105 {
    padding-bottom: 5px !important; }
  .pl-sm-105,
  .px-sm-105 {
    padding-left: 5px !important; }
  .p-sm-106 {
    padding: 6px !important; }
  .pt-sm-106,
  .py-sm-106 {
    padding-top: 6px !important; }
  .pr-sm-106,
  .px-sm-106 {
    padding-right: 6px !important; }
  .pb-sm-106,
  .py-sm-106 {
    padding-bottom: 6px !important; }
  .pl-sm-106,
  .px-sm-106 {
    padding-left: 6px !important; }
  .p-sm-107 {
    padding: 7px !important; }
  .pt-sm-107,
  .py-sm-107 {
    padding-top: 7px !important; }
  .pr-sm-107,
  .px-sm-107 {
    padding-right: 7px !important; }
  .pb-sm-107,
  .py-sm-107 {
    padding-bottom: 7px !important; }
  .pl-sm-107,
  .px-sm-107 {
    padding-left: 7px !important; }
  .p-sm-108 {
    padding: 8px !important; }
  .pt-sm-108,
  .py-sm-108 {
    padding-top: 8px !important; }
  .pr-sm-108,
  .px-sm-108 {
    padding-right: 8px !important; }
  .pb-sm-108,
  .py-sm-108 {
    padding-bottom: 8px !important; }
  .pl-sm-108,
  .px-sm-108 {
    padding-left: 8px !important; }
  .p-sm-109 {
    padding: 9px !important; }
  .pt-sm-109,
  .py-sm-109 {
    padding-top: 9px !important; }
  .pr-sm-109,
  .px-sm-109 {
    padding-right: 9px !important; }
  .pb-sm-109,
  .py-sm-109 {
    padding-bottom: 9px !important; }
  .pl-sm-109,
  .px-sm-109 {
    padding-left: 9px !important; }
  .p-sm-110 {
    padding: 10px !important; }
  .pt-sm-110,
  .py-sm-110 {
    padding-top: 10px !important; }
  .pr-sm-110,
  .px-sm-110 {
    padding-right: 10px !important; }
  .pb-sm-110,
  .py-sm-110 {
    padding-bottom: 10px !important; }
  .pl-sm-110,
  .px-sm-110 {
    padding-left: 10px !important; }
  .p-sm-111 {
    padding: 11px !important; }
  .pt-sm-111,
  .py-sm-111 {
    padding-top: 11px !important; }
  .pr-sm-111,
  .px-sm-111 {
    padding-right: 11px !important; }
  .pb-sm-111,
  .py-sm-111 {
    padding-bottom: 11px !important; }
  .pl-sm-111,
  .px-sm-111 {
    padding-left: 11px !important; }
  .p-sm-112 {
    padding: 12px !important; }
  .pt-sm-112,
  .py-sm-112 {
    padding-top: 12px !important; }
  .pr-sm-112,
  .px-sm-112 {
    padding-right: 12px !important; }
  .pb-sm-112,
  .py-sm-112 {
    padding-bottom: 12px !important; }
  .pl-sm-112,
  .px-sm-112 {
    padding-left: 12px !important; }
  .p-sm-113 {
    padding: 13px !important; }
  .pt-sm-113,
  .py-sm-113 {
    padding-top: 13px !important; }
  .pr-sm-113,
  .px-sm-113 {
    padding-right: 13px !important; }
  .pb-sm-113,
  .py-sm-113 {
    padding-bottom: 13px !important; }
  .pl-sm-113,
  .px-sm-113 {
    padding-left: 13px !important; }
  .p-sm-114 {
    padding: 14px !important; }
  .pt-sm-114,
  .py-sm-114 {
    padding-top: 14px !important; }
  .pr-sm-114,
  .px-sm-114 {
    padding-right: 14px !important; }
  .pb-sm-114,
  .py-sm-114 {
    padding-bottom: 14px !important; }
  .pl-sm-114,
  .px-sm-114 {
    padding-left: 14px !important; }
  .p-sm-115 {
    padding: 15px !important; }
  .pt-sm-115,
  .py-sm-115 {
    padding-top: 15px !important; }
  .pr-sm-115,
  .px-sm-115 {
    padding-right: 15px !important; }
  .pb-sm-115,
  .py-sm-115 {
    padding-bottom: 15px !important; }
  .pl-sm-115,
  .px-sm-115 {
    padding-left: 15px !important; }
  .p-sm-116 {
    padding: 16px !important; }
  .pt-sm-116,
  .py-sm-116 {
    padding-top: 16px !important; }
  .pr-sm-116,
  .px-sm-116 {
    padding-right: 16px !important; }
  .pb-sm-116,
  .py-sm-116 {
    padding-bottom: 16px !important; }
  .pl-sm-116,
  .px-sm-116 {
    padding-left: 16px !important; }
  .p-sm-117 {
    padding: 17px !important; }
  .pt-sm-117,
  .py-sm-117 {
    padding-top: 17px !important; }
  .pr-sm-117,
  .px-sm-117 {
    padding-right: 17px !important; }
  .pb-sm-117,
  .py-sm-117 {
    padding-bottom: 17px !important; }
  .pl-sm-117,
  .px-sm-117 {
    padding-left: 17px !important; }
  .p-sm-118 {
    padding: 18px !important; }
  .pt-sm-118,
  .py-sm-118 {
    padding-top: 18px !important; }
  .pr-sm-118,
  .px-sm-118 {
    padding-right: 18px !important; }
  .pb-sm-118,
  .py-sm-118 {
    padding-bottom: 18px !important; }
  .pl-sm-118,
  .px-sm-118 {
    padding-left: 18px !important; }
  .p-sm-119 {
    padding: 19px !important; }
  .pt-sm-119,
  .py-sm-119 {
    padding-top: 19px !important; }
  .pr-sm-119,
  .px-sm-119 {
    padding-right: 19px !important; }
  .pb-sm-119,
  .py-sm-119 {
    padding-bottom: 19px !important; }
  .pl-sm-119,
  .px-sm-119 {
    padding-left: 19px !important; }
  .p-sm-121 {
    padding: 21px !important; }
  .pt-sm-121,
  .py-sm-121 {
    padding-top: 21px !important; }
  .pr-sm-121,
  .px-sm-121 {
    padding-right: 21px !important; }
  .pb-sm-121,
  .py-sm-121 {
    padding-bottom: 21px !important; }
  .pl-sm-121,
  .px-sm-121 {
    padding-left: 21px !important; }
  .p-sm-122 {
    padding: 22px !important; }
  .pt-sm-122,
  .py-sm-122 {
    padding-top: 22px !important; }
  .pr-sm-122,
  .px-sm-122 {
    padding-right: 22px !important; }
  .pb-sm-122,
  .py-sm-122 {
    padding-bottom: 22px !important; }
  .pl-sm-122,
  .px-sm-122 {
    padding-left: 22px !important; }
  .p-sm-123 {
    padding: 23px !important; }
  .pt-sm-123,
  .py-sm-123 {
    padding-top: 23px !important; }
  .pr-sm-123,
  .px-sm-123 {
    padding-right: 23px !important; }
  .pb-sm-123,
  .py-sm-123 {
    padding-bottom: 23px !important; }
  .pl-sm-123,
  .px-sm-123 {
    padding-left: 23px !important; }
  .p-sm-124 {
    padding: 24px !important; }
  .pt-sm-124,
  .py-sm-124 {
    padding-top: 24px !important; }
  .pr-sm-124,
  .px-sm-124 {
    padding-right: 24px !important; }
  .pb-sm-124,
  .py-sm-124 {
    padding-bottom: 24px !important; }
  .pl-sm-124,
  .px-sm-124 {
    padding-left: 24px !important; }
  .p-sm-125 {
    padding: 25px !important; }
  .pt-sm-125,
  .py-sm-125 {
    padding-top: 25px !important; }
  .pr-sm-125,
  .px-sm-125 {
    padding-right: 25px !important; }
  .pb-sm-125,
  .py-sm-125 {
    padding-bottom: 25px !important; }
  .pl-sm-125,
  .px-sm-125 {
    padding-left: 25px !important; }
  .p-sm-126 {
    padding: 26px !important; }
  .pt-sm-126,
  .py-sm-126 {
    padding-top: 26px !important; }
  .pr-sm-126,
  .px-sm-126 {
    padding-right: 26px !important; }
  .pb-sm-126,
  .py-sm-126 {
    padding-bottom: 26px !important; }
  .pl-sm-126,
  .px-sm-126 {
    padding-left: 26px !important; }
  .p-sm-127 {
    padding: 27px !important; }
  .pt-sm-127,
  .py-sm-127 {
    padding-top: 27px !important; }
  .pr-sm-127,
  .px-sm-127 {
    padding-right: 27px !important; }
  .pb-sm-127,
  .py-sm-127 {
    padding-bottom: 27px !important; }
  .pl-sm-127,
  .px-sm-127 {
    padding-left: 27px !important; }
  .p-sm-128 {
    padding: 28px !important; }
  .pt-sm-128,
  .py-sm-128 {
    padding-top: 28px !important; }
  .pr-sm-128,
  .px-sm-128 {
    padding-right: 28px !important; }
  .pb-sm-128,
  .py-sm-128 {
    padding-bottom: 28px !important; }
  .pl-sm-128,
  .px-sm-128 {
    padding-left: 28px !important; }
  .p-sm-129 {
    padding: 29px !important; }
  .pt-sm-129,
  .py-sm-129 {
    padding-top: 29px !important; }
  .pr-sm-129,
  .px-sm-129 {
    padding-right: 29px !important; }
  .pb-sm-129,
  .py-sm-129 {
    padding-bottom: 29px !important; }
  .pl-sm-129,
  .px-sm-129 {
    padding-left: 29px !important; }
  .p-sm-130 {
    padding: 30px !important; }
  .pt-sm-130,
  .py-sm-130 {
    padding-top: 30px !important; }
  .pr-sm-130,
  .px-sm-130 {
    padding-right: 30px !important; }
  .pb-sm-130,
  .py-sm-130 {
    padding-bottom: 30px !important; }
  .pl-sm-130,
  .px-sm-130 {
    padding-left: 30px !important; }
  .p-sm-131 {
    padding: 31px !important; }
  .pt-sm-131,
  .py-sm-131 {
    padding-top: 31px !important; }
  .pr-sm-131,
  .px-sm-131 {
    padding-right: 31px !important; }
  .pb-sm-131,
  .py-sm-131 {
    padding-bottom: 31px !important; }
  .pl-sm-131,
  .px-sm-131 {
    padding-left: 31px !important; }
  .p-sm-132 {
    padding: 32px !important; }
  .pt-sm-132,
  .py-sm-132 {
    padding-top: 32px !important; }
  .pr-sm-132,
  .px-sm-132 {
    padding-right: 32px !important; }
  .pb-sm-132,
  .py-sm-132 {
    padding-bottom: 32px !important; }
  .pl-sm-132,
  .px-sm-132 {
    padding-left: 32px !important; }
  .p-sm-133 {
    padding: 33px !important; }
  .pt-sm-133,
  .py-sm-133 {
    padding-top: 33px !important; }
  .pr-sm-133,
  .px-sm-133 {
    padding-right: 33px !important; }
  .pb-sm-133,
  .py-sm-133 {
    padding-bottom: 33px !important; }
  .pl-sm-133,
  .px-sm-133 {
    padding-left: 33px !important; }
  .p-sm-134 {
    padding: 34px !important; }
  .pt-sm-134,
  .py-sm-134 {
    padding-top: 34px !important; }
  .pr-sm-134,
  .px-sm-134 {
    padding-right: 34px !important; }
  .pb-sm-134,
  .py-sm-134 {
    padding-bottom: 34px !important; }
  .pl-sm-134,
  .px-sm-134 {
    padding-left: 34px !important; }
  .p-sm-135 {
    padding: 35px !important; }
  .pt-sm-135,
  .py-sm-135 {
    padding-top: 35px !important; }
  .pr-sm-135,
  .px-sm-135 {
    padding-right: 35px !important; }
  .pb-sm-135,
  .py-sm-135 {
    padding-bottom: 35px !important; }
  .pl-sm-135,
  .px-sm-135 {
    padding-left: 35px !important; }
  .p-sm-136 {
    padding: 36px !important; }
  .pt-sm-136,
  .py-sm-136 {
    padding-top: 36px !important; }
  .pr-sm-136,
  .px-sm-136 {
    padding-right: 36px !important; }
  .pb-sm-136,
  .py-sm-136 {
    padding-bottom: 36px !important; }
  .pl-sm-136,
  .px-sm-136 {
    padding-left: 36px !important; }
  .p-sm-137 {
    padding: 37px !important; }
  .pt-sm-137,
  .py-sm-137 {
    padding-top: 37px !important; }
  .pr-sm-137,
  .px-sm-137 {
    padding-right: 37px !important; }
  .pb-sm-137,
  .py-sm-137 {
    padding-bottom: 37px !important; }
  .pl-sm-137,
  .px-sm-137 {
    padding-left: 37px !important; }
  .p-sm-138 {
    padding: 38px !important; }
  .pt-sm-138,
  .py-sm-138 {
    padding-top: 38px !important; }
  .pr-sm-138,
  .px-sm-138 {
    padding-right: 38px !important; }
  .pb-sm-138,
  .py-sm-138 {
    padding-bottom: 38px !important; }
  .pl-sm-138,
  .px-sm-138 {
    padding-left: 38px !important; }
  .p-sm-139 {
    padding: 39px !important; }
  .pt-sm-139,
  .py-sm-139 {
    padding-top: 39px !important; }
  .pr-sm-139,
  .px-sm-139 {
    padding-right: 39px !important; }
  .pb-sm-139,
  .py-sm-139 {
    padding-bottom: 39px !important; }
  .pl-sm-139,
  .px-sm-139 {
    padding-left: 39px !important; }
  .p-sm-140 {
    padding: 40px !important; }
  .pt-sm-140,
  .py-sm-140 {
    padding-top: 40px !important; }
  .pr-sm-140,
  .px-sm-140 {
    padding-right: 40px !important; }
  .pb-sm-140,
  .py-sm-140 {
    padding-bottom: 40px !important; }
  .pl-sm-140,
  .px-sm-140 {
    padding-left: 40px !important; }
  .p-sm-141 {
    padding: 41px !important; }
  .pt-sm-141,
  .py-sm-141 {
    padding-top: 41px !important; }
  .pr-sm-141,
  .px-sm-141 {
    padding-right: 41px !important; }
  .pb-sm-141,
  .py-sm-141 {
    padding-bottom: 41px !important; }
  .pl-sm-141,
  .px-sm-141 {
    padding-left: 41px !important; }
  .p-sm-142 {
    padding: 42px !important; }
  .pt-sm-142,
  .py-sm-142 {
    padding-top: 42px !important; }
  .pr-sm-142,
  .px-sm-142 {
    padding-right: 42px !important; }
  .pb-sm-142,
  .py-sm-142 {
    padding-bottom: 42px !important; }
  .pl-sm-142,
  .px-sm-142 {
    padding-left: 42px !important; }
  .p-sm-143 {
    padding: 43px !important; }
  .pt-sm-143,
  .py-sm-143 {
    padding-top: 43px !important; }
  .pr-sm-143,
  .px-sm-143 {
    padding-right: 43px !important; }
  .pb-sm-143,
  .py-sm-143 {
    padding-bottom: 43px !important; }
  .pl-sm-143,
  .px-sm-143 {
    padding-left: 43px !important; }
  .p-sm-144 {
    padding: 44px !important; }
  .pt-sm-144,
  .py-sm-144 {
    padding-top: 44px !important; }
  .pr-sm-144,
  .px-sm-144 {
    padding-right: 44px !important; }
  .pb-sm-144,
  .py-sm-144 {
    padding-bottom: 44px !important; }
  .pl-sm-144,
  .px-sm-144 {
    padding-left: 44px !important; }
  .p-sm-145 {
    padding: 45px !important; }
  .pt-sm-145,
  .py-sm-145 {
    padding-top: 45px !important; }
  .pr-sm-145,
  .px-sm-145 {
    padding-right: 45px !important; }
  .pb-sm-145,
  .py-sm-145 {
    padding-bottom: 45px !important; }
  .pl-sm-145,
  .px-sm-145 {
    padding-left: 45px !important; }
  .p-sm-146 {
    padding: 46px !important; }
  .pt-sm-146,
  .py-sm-146 {
    padding-top: 46px !important; }
  .pr-sm-146,
  .px-sm-146 {
    padding-right: 46px !important; }
  .pb-sm-146,
  .py-sm-146 {
    padding-bottom: 46px !important; }
  .pl-sm-146,
  .px-sm-146 {
    padding-left: 46px !important; }
  .p-sm-147 {
    padding: 47px !important; }
  .pt-sm-147,
  .py-sm-147 {
    padding-top: 47px !important; }
  .pr-sm-147,
  .px-sm-147 {
    padding-right: 47px !important; }
  .pb-sm-147,
  .py-sm-147 {
    padding-bottom: 47px !important; }
  .pl-sm-147,
  .px-sm-147 {
    padding-left: 47px !important; }
  .p-sm-148 {
    padding: 48px !important; }
  .pt-sm-148,
  .py-sm-148 {
    padding-top: 48px !important; }
  .pr-sm-148,
  .px-sm-148 {
    padding-right: 48px !important; }
  .pb-sm-148,
  .py-sm-148 {
    padding-bottom: 48px !important; }
  .pl-sm-148,
  .px-sm-148 {
    padding-left: 48px !important; }
  .p-sm-149 {
    padding: 49px !important; }
  .pt-sm-149,
  .py-sm-149 {
    padding-top: 49px !important; }
  .pr-sm-149,
  .px-sm-149 {
    padding-right: 49px !important; }
  .pb-sm-149,
  .py-sm-149 {
    padding-bottom: 49px !important; }
  .pl-sm-149,
  .px-sm-149 {
    padding-left: 49px !important; }
  .p-sm-150 {
    padding: 40px !important; }
  .pt-sm-150,
  .py-sm-150 {
    padding-top: 40px !important; }
  .pr-sm-150,
  .px-sm-150 {
    padding-right: 40px !important; }
  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 40px !important; }
  .pl-sm-150,
  .px-sm-150 {
    padding-left: 40px !important; }
  .p-sm-190 {
    padding: 90px !important; }
  .pt-sm-190,
  .py-sm-190 {
    padding-top: 90px !important; }
  .pr-sm-190,
  .px-sm-190 {
    padding-right: 90px !important; }
  .pb-sm-190,
  .py-sm-190 {
    padding-bottom: 90px !important; }
  .pl-sm-190,
  .px-sm-190 {
    padding-left: 90px !important; }
  .p-sm-160 {
    padding: 60px !important; }
  .pt-sm-160,
  .py-sm-160 {
    padding-top: 60px !important; }
  .pr-sm-160,
  .px-sm-160 {
    padding-right: 60px !important; }
  .pb-sm-160,
  .py-sm-160 {
    padding-bottom: 60px !important; }
  .pl-sm-160,
  .px-sm-160 {
    padding-left: 60px !important; }
  .p-sm-170 {
    padding: 70px !important; }
  .pt-sm-170,
  .py-sm-170 {
    padding-top: 70px !important; }
  .pr-sm-170,
  .px-sm-170 {
    padding-right: 70px !important; }
  .pb-sm-170,
  .py-sm-170 {
    padding-bottom: 70px !important; }
  .pl-sm-170,
  .px-sm-170 {
    padding-left: 70px !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.9rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.9rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.9rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.9rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.9rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -2.3rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2.3rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2.3rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2.3rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2.3rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-n35 {
    margin: -1.7rem !important; }
  .mt-sm-n35,
  .my-sm-n35 {
    margin-top: -1.7rem !important; }
  .mr-sm-n35,
  .mx-sm-n35 {
    margin-right: -1.7rem !important; }
  .mb-sm-n35,
  .my-sm-n35 {
    margin-bottom: -1.7rem !important; }
  .ml-sm-n35,
  .mx-sm-n35 {
    margin-left: -1.7rem !important; }
  .m-sm-n6 {
    margin: -3.7rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -3.7rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -3.7rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -3.7rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -3.7rem !important; }
  .m-sm-n7 {
    margin: -4rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -4rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -4rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -4rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -4rem !important; }
  .m-sm-n8 {
    margin: -4.5rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -4.5rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -4.5rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -4.5rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -4.5rem !important; }
  .m-sm-n9 {
    margin: -5rem !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -5rem !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -5rem !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -5rem !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -5rem !important; }
  .m-sm-n10 {
    margin: -5.5rem !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -5.5rem !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -5.5rem !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -5.5rem !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -5.5rem !important; }
  .m-sm-n120 {
    margin: -7.3rem !important; }
  .mt-sm-n120,
  .my-sm-n120 {
    margin-top: -7.3rem !important; }
  .mr-sm-n120,
  .mx-sm-n120 {
    margin-right: -7.3rem !important; }
  .mb-sm-n120,
  .my-sm-n120 {
    margin-bottom: -7.3rem !important; }
  .ml-sm-n120,
  .mx-sm-n120 {
    margin-left: -7.3rem !important; }
  .m-sm-n101 {
    margin: -1px !important; }
  .mt-sm-n101,
  .my-sm-n101 {
    margin-top: -1px !important; }
  .mr-sm-n101,
  .mx-sm-n101 {
    margin-right: -1px !important; }
  .mb-sm-n101,
  .my-sm-n101 {
    margin-bottom: -1px !important; }
  .ml-sm-n101,
  .mx-sm-n101 {
    margin-left: -1px !important; }
  .m-sm-n102 {
    margin: -2px !important; }
  .mt-sm-n102,
  .my-sm-n102 {
    margin-top: -2px !important; }
  .mr-sm-n102,
  .mx-sm-n102 {
    margin-right: -2px !important; }
  .mb-sm-n102,
  .my-sm-n102 {
    margin-bottom: -2px !important; }
  .ml-sm-n102,
  .mx-sm-n102 {
    margin-left: -2px !important; }
  .m-sm-n103 {
    margin: -3px !important; }
  .mt-sm-n103,
  .my-sm-n103 {
    margin-top: -3px !important; }
  .mr-sm-n103,
  .mx-sm-n103 {
    margin-right: -3px !important; }
  .mb-sm-n103,
  .my-sm-n103 {
    margin-bottom: -3px !important; }
  .ml-sm-n103,
  .mx-sm-n103 {
    margin-left: -3px !important; }
  .m-sm-n104 {
    margin: -4px !important; }
  .mt-sm-n104,
  .my-sm-n104 {
    margin-top: -4px !important; }
  .mr-sm-n104,
  .mx-sm-n104 {
    margin-right: -4px !important; }
  .mb-sm-n104,
  .my-sm-n104 {
    margin-bottom: -4px !important; }
  .ml-sm-n104,
  .mx-sm-n104 {
    margin-left: -4px !important; }
  .m-sm-n105 {
    margin: -5px !important; }
  .mt-sm-n105,
  .my-sm-n105 {
    margin-top: -5px !important; }
  .mr-sm-n105,
  .mx-sm-n105 {
    margin-right: -5px !important; }
  .mb-sm-n105,
  .my-sm-n105 {
    margin-bottom: -5px !important; }
  .ml-sm-n105,
  .mx-sm-n105 {
    margin-left: -5px !important; }
  .m-sm-n106 {
    margin: -6px !important; }
  .mt-sm-n106,
  .my-sm-n106 {
    margin-top: -6px !important; }
  .mr-sm-n106,
  .mx-sm-n106 {
    margin-right: -6px !important; }
  .mb-sm-n106,
  .my-sm-n106 {
    margin-bottom: -6px !important; }
  .ml-sm-n106,
  .mx-sm-n106 {
    margin-left: -6px !important; }
  .m-sm-n107 {
    margin: -7px !important; }
  .mt-sm-n107,
  .my-sm-n107 {
    margin-top: -7px !important; }
  .mr-sm-n107,
  .mx-sm-n107 {
    margin-right: -7px !important; }
  .mb-sm-n107,
  .my-sm-n107 {
    margin-bottom: -7px !important; }
  .ml-sm-n107,
  .mx-sm-n107 {
    margin-left: -7px !important; }
  .m-sm-n108 {
    margin: -8px !important; }
  .mt-sm-n108,
  .my-sm-n108 {
    margin-top: -8px !important; }
  .mr-sm-n108,
  .mx-sm-n108 {
    margin-right: -8px !important; }
  .mb-sm-n108,
  .my-sm-n108 {
    margin-bottom: -8px !important; }
  .ml-sm-n108,
  .mx-sm-n108 {
    margin-left: -8px !important; }
  .m-sm-n109 {
    margin: -9px !important; }
  .mt-sm-n109,
  .my-sm-n109 {
    margin-top: -9px !important; }
  .mr-sm-n109,
  .mx-sm-n109 {
    margin-right: -9px !important; }
  .mb-sm-n109,
  .my-sm-n109 {
    margin-bottom: -9px !important; }
  .ml-sm-n109,
  .mx-sm-n109 {
    margin-left: -9px !important; }
  .m-sm-n110 {
    margin: -10px !important; }
  .mt-sm-n110,
  .my-sm-n110 {
    margin-top: -10px !important; }
  .mr-sm-n110,
  .mx-sm-n110 {
    margin-right: -10px !important; }
  .mb-sm-n110,
  .my-sm-n110 {
    margin-bottom: -10px !important; }
  .ml-sm-n110,
  .mx-sm-n110 {
    margin-left: -10px !important; }
  .m-sm-n111 {
    margin: -11px !important; }
  .mt-sm-n111,
  .my-sm-n111 {
    margin-top: -11px !important; }
  .mr-sm-n111,
  .mx-sm-n111 {
    margin-right: -11px !important; }
  .mb-sm-n111,
  .my-sm-n111 {
    margin-bottom: -11px !important; }
  .ml-sm-n111,
  .mx-sm-n111 {
    margin-left: -11px !important; }
  .m-sm-n112 {
    margin: -12px !important; }
  .mt-sm-n112,
  .my-sm-n112 {
    margin-top: -12px !important; }
  .mr-sm-n112,
  .mx-sm-n112 {
    margin-right: -12px !important; }
  .mb-sm-n112,
  .my-sm-n112 {
    margin-bottom: -12px !important; }
  .ml-sm-n112,
  .mx-sm-n112 {
    margin-left: -12px !important; }
  .m-sm-n113 {
    margin: -13px !important; }
  .mt-sm-n113,
  .my-sm-n113 {
    margin-top: -13px !important; }
  .mr-sm-n113,
  .mx-sm-n113 {
    margin-right: -13px !important; }
  .mb-sm-n113,
  .my-sm-n113 {
    margin-bottom: -13px !important; }
  .ml-sm-n113,
  .mx-sm-n113 {
    margin-left: -13px !important; }
  .m-sm-n114 {
    margin: -14px !important; }
  .mt-sm-n114,
  .my-sm-n114 {
    margin-top: -14px !important; }
  .mr-sm-n114,
  .mx-sm-n114 {
    margin-right: -14px !important; }
  .mb-sm-n114,
  .my-sm-n114 {
    margin-bottom: -14px !important; }
  .ml-sm-n114,
  .mx-sm-n114 {
    margin-left: -14px !important; }
  .m-sm-n115 {
    margin: -15px !important; }
  .mt-sm-n115,
  .my-sm-n115 {
    margin-top: -15px !important; }
  .mr-sm-n115,
  .mx-sm-n115 {
    margin-right: -15px !important; }
  .mb-sm-n115,
  .my-sm-n115 {
    margin-bottom: -15px !important; }
  .ml-sm-n115,
  .mx-sm-n115 {
    margin-left: -15px !important; }
  .m-sm-n116 {
    margin: -16px !important; }
  .mt-sm-n116,
  .my-sm-n116 {
    margin-top: -16px !important; }
  .mr-sm-n116,
  .mx-sm-n116 {
    margin-right: -16px !important; }
  .mb-sm-n116,
  .my-sm-n116 {
    margin-bottom: -16px !important; }
  .ml-sm-n116,
  .mx-sm-n116 {
    margin-left: -16px !important; }
  .m-sm-n117 {
    margin: -17px !important; }
  .mt-sm-n117,
  .my-sm-n117 {
    margin-top: -17px !important; }
  .mr-sm-n117,
  .mx-sm-n117 {
    margin-right: -17px !important; }
  .mb-sm-n117,
  .my-sm-n117 {
    margin-bottom: -17px !important; }
  .ml-sm-n117,
  .mx-sm-n117 {
    margin-left: -17px !important; }
  .m-sm-n118 {
    margin: -18px !important; }
  .mt-sm-n118,
  .my-sm-n118 {
    margin-top: -18px !important; }
  .mr-sm-n118,
  .mx-sm-n118 {
    margin-right: -18px !important; }
  .mb-sm-n118,
  .my-sm-n118 {
    margin-bottom: -18px !important; }
  .ml-sm-n118,
  .mx-sm-n118 {
    margin-left: -18px !important; }
  .m-sm-n119 {
    margin: -19px !important; }
  .mt-sm-n119,
  .my-sm-n119 {
    margin-top: -19px !important; }
  .mr-sm-n119,
  .mx-sm-n119 {
    margin-right: -19px !important; }
  .mb-sm-n119,
  .my-sm-n119 {
    margin-bottom: -19px !important; }
  .ml-sm-n119,
  .mx-sm-n119 {
    margin-left: -19px !important; }
  .m-sm-n121 {
    margin: -21px !important; }
  .mt-sm-n121,
  .my-sm-n121 {
    margin-top: -21px !important; }
  .mr-sm-n121,
  .mx-sm-n121 {
    margin-right: -21px !important; }
  .mb-sm-n121,
  .my-sm-n121 {
    margin-bottom: -21px !important; }
  .ml-sm-n121,
  .mx-sm-n121 {
    margin-left: -21px !important; }
  .m-sm-n122 {
    margin: -22px !important; }
  .mt-sm-n122,
  .my-sm-n122 {
    margin-top: -22px !important; }
  .mr-sm-n122,
  .mx-sm-n122 {
    margin-right: -22px !important; }
  .mb-sm-n122,
  .my-sm-n122 {
    margin-bottom: -22px !important; }
  .ml-sm-n122,
  .mx-sm-n122 {
    margin-left: -22px !important; }
  .m-sm-n123 {
    margin: -23px !important; }
  .mt-sm-n123,
  .my-sm-n123 {
    margin-top: -23px !important; }
  .mr-sm-n123,
  .mx-sm-n123 {
    margin-right: -23px !important; }
  .mb-sm-n123,
  .my-sm-n123 {
    margin-bottom: -23px !important; }
  .ml-sm-n123,
  .mx-sm-n123 {
    margin-left: -23px !important; }
  .m-sm-n124 {
    margin: -24px !important; }
  .mt-sm-n124,
  .my-sm-n124 {
    margin-top: -24px !important; }
  .mr-sm-n124,
  .mx-sm-n124 {
    margin-right: -24px !important; }
  .mb-sm-n124,
  .my-sm-n124 {
    margin-bottom: -24px !important; }
  .ml-sm-n124,
  .mx-sm-n124 {
    margin-left: -24px !important; }
  .m-sm-n125 {
    margin: -25px !important; }
  .mt-sm-n125,
  .my-sm-n125 {
    margin-top: -25px !important; }
  .mr-sm-n125,
  .mx-sm-n125 {
    margin-right: -25px !important; }
  .mb-sm-n125,
  .my-sm-n125 {
    margin-bottom: -25px !important; }
  .ml-sm-n125,
  .mx-sm-n125 {
    margin-left: -25px !important; }
  .m-sm-n126 {
    margin: -26px !important; }
  .mt-sm-n126,
  .my-sm-n126 {
    margin-top: -26px !important; }
  .mr-sm-n126,
  .mx-sm-n126 {
    margin-right: -26px !important; }
  .mb-sm-n126,
  .my-sm-n126 {
    margin-bottom: -26px !important; }
  .ml-sm-n126,
  .mx-sm-n126 {
    margin-left: -26px !important; }
  .m-sm-n127 {
    margin: -27px !important; }
  .mt-sm-n127,
  .my-sm-n127 {
    margin-top: -27px !important; }
  .mr-sm-n127,
  .mx-sm-n127 {
    margin-right: -27px !important; }
  .mb-sm-n127,
  .my-sm-n127 {
    margin-bottom: -27px !important; }
  .ml-sm-n127,
  .mx-sm-n127 {
    margin-left: -27px !important; }
  .m-sm-n128 {
    margin: -28px !important; }
  .mt-sm-n128,
  .my-sm-n128 {
    margin-top: -28px !important; }
  .mr-sm-n128,
  .mx-sm-n128 {
    margin-right: -28px !important; }
  .mb-sm-n128,
  .my-sm-n128 {
    margin-bottom: -28px !important; }
  .ml-sm-n128,
  .mx-sm-n128 {
    margin-left: -28px !important; }
  .m-sm-n129 {
    margin: -29px !important; }
  .mt-sm-n129,
  .my-sm-n129 {
    margin-top: -29px !important; }
  .mr-sm-n129,
  .mx-sm-n129 {
    margin-right: -29px !important; }
  .mb-sm-n129,
  .my-sm-n129 {
    margin-bottom: -29px !important; }
  .ml-sm-n129,
  .mx-sm-n129 {
    margin-left: -29px !important; }
  .m-sm-n130 {
    margin: -30px !important; }
  .mt-sm-n130,
  .my-sm-n130 {
    margin-top: -30px !important; }
  .mr-sm-n130,
  .mx-sm-n130 {
    margin-right: -30px !important; }
  .mb-sm-n130,
  .my-sm-n130 {
    margin-bottom: -30px !important; }
  .ml-sm-n130,
  .mx-sm-n130 {
    margin-left: -30px !important; }
  .m-sm-n131 {
    margin: -31px !important; }
  .mt-sm-n131,
  .my-sm-n131 {
    margin-top: -31px !important; }
  .mr-sm-n131,
  .mx-sm-n131 {
    margin-right: -31px !important; }
  .mb-sm-n131,
  .my-sm-n131 {
    margin-bottom: -31px !important; }
  .ml-sm-n131,
  .mx-sm-n131 {
    margin-left: -31px !important; }
  .m-sm-n132 {
    margin: -32px !important; }
  .mt-sm-n132,
  .my-sm-n132 {
    margin-top: -32px !important; }
  .mr-sm-n132,
  .mx-sm-n132 {
    margin-right: -32px !important; }
  .mb-sm-n132,
  .my-sm-n132 {
    margin-bottom: -32px !important; }
  .ml-sm-n132,
  .mx-sm-n132 {
    margin-left: -32px !important; }
  .m-sm-n133 {
    margin: -33px !important; }
  .mt-sm-n133,
  .my-sm-n133 {
    margin-top: -33px !important; }
  .mr-sm-n133,
  .mx-sm-n133 {
    margin-right: -33px !important; }
  .mb-sm-n133,
  .my-sm-n133 {
    margin-bottom: -33px !important; }
  .ml-sm-n133,
  .mx-sm-n133 {
    margin-left: -33px !important; }
  .m-sm-n134 {
    margin: -34px !important; }
  .mt-sm-n134,
  .my-sm-n134 {
    margin-top: -34px !important; }
  .mr-sm-n134,
  .mx-sm-n134 {
    margin-right: -34px !important; }
  .mb-sm-n134,
  .my-sm-n134 {
    margin-bottom: -34px !important; }
  .ml-sm-n134,
  .mx-sm-n134 {
    margin-left: -34px !important; }
  .m-sm-n135 {
    margin: -35px !important; }
  .mt-sm-n135,
  .my-sm-n135 {
    margin-top: -35px !important; }
  .mr-sm-n135,
  .mx-sm-n135 {
    margin-right: -35px !important; }
  .mb-sm-n135,
  .my-sm-n135 {
    margin-bottom: -35px !important; }
  .ml-sm-n135,
  .mx-sm-n135 {
    margin-left: -35px !important; }
  .m-sm-n136 {
    margin: -36px !important; }
  .mt-sm-n136,
  .my-sm-n136 {
    margin-top: -36px !important; }
  .mr-sm-n136,
  .mx-sm-n136 {
    margin-right: -36px !important; }
  .mb-sm-n136,
  .my-sm-n136 {
    margin-bottom: -36px !important; }
  .ml-sm-n136,
  .mx-sm-n136 {
    margin-left: -36px !important; }
  .m-sm-n137 {
    margin: -37px !important; }
  .mt-sm-n137,
  .my-sm-n137 {
    margin-top: -37px !important; }
  .mr-sm-n137,
  .mx-sm-n137 {
    margin-right: -37px !important; }
  .mb-sm-n137,
  .my-sm-n137 {
    margin-bottom: -37px !important; }
  .ml-sm-n137,
  .mx-sm-n137 {
    margin-left: -37px !important; }
  .m-sm-n138 {
    margin: -38px !important; }
  .mt-sm-n138,
  .my-sm-n138 {
    margin-top: -38px !important; }
  .mr-sm-n138,
  .mx-sm-n138 {
    margin-right: -38px !important; }
  .mb-sm-n138,
  .my-sm-n138 {
    margin-bottom: -38px !important; }
  .ml-sm-n138,
  .mx-sm-n138 {
    margin-left: -38px !important; }
  .m-sm-n139 {
    margin: -39px !important; }
  .mt-sm-n139,
  .my-sm-n139 {
    margin-top: -39px !important; }
  .mr-sm-n139,
  .mx-sm-n139 {
    margin-right: -39px !important; }
  .mb-sm-n139,
  .my-sm-n139 {
    margin-bottom: -39px !important; }
  .ml-sm-n139,
  .mx-sm-n139 {
    margin-left: -39px !important; }
  .m-sm-n140 {
    margin: -40px !important; }
  .mt-sm-n140,
  .my-sm-n140 {
    margin-top: -40px !important; }
  .mr-sm-n140,
  .mx-sm-n140 {
    margin-right: -40px !important; }
  .mb-sm-n140,
  .my-sm-n140 {
    margin-bottom: -40px !important; }
  .ml-sm-n140,
  .mx-sm-n140 {
    margin-left: -40px !important; }
  .m-sm-n141 {
    margin: -41px !important; }
  .mt-sm-n141,
  .my-sm-n141 {
    margin-top: -41px !important; }
  .mr-sm-n141,
  .mx-sm-n141 {
    margin-right: -41px !important; }
  .mb-sm-n141,
  .my-sm-n141 {
    margin-bottom: -41px !important; }
  .ml-sm-n141,
  .mx-sm-n141 {
    margin-left: -41px !important; }
  .m-sm-n142 {
    margin: -42px !important; }
  .mt-sm-n142,
  .my-sm-n142 {
    margin-top: -42px !important; }
  .mr-sm-n142,
  .mx-sm-n142 {
    margin-right: -42px !important; }
  .mb-sm-n142,
  .my-sm-n142 {
    margin-bottom: -42px !important; }
  .ml-sm-n142,
  .mx-sm-n142 {
    margin-left: -42px !important; }
  .m-sm-n143 {
    margin: -43px !important; }
  .mt-sm-n143,
  .my-sm-n143 {
    margin-top: -43px !important; }
  .mr-sm-n143,
  .mx-sm-n143 {
    margin-right: -43px !important; }
  .mb-sm-n143,
  .my-sm-n143 {
    margin-bottom: -43px !important; }
  .ml-sm-n143,
  .mx-sm-n143 {
    margin-left: -43px !important; }
  .m-sm-n144 {
    margin: -44px !important; }
  .mt-sm-n144,
  .my-sm-n144 {
    margin-top: -44px !important; }
  .mr-sm-n144,
  .mx-sm-n144 {
    margin-right: -44px !important; }
  .mb-sm-n144,
  .my-sm-n144 {
    margin-bottom: -44px !important; }
  .ml-sm-n144,
  .mx-sm-n144 {
    margin-left: -44px !important; }
  .m-sm-n145 {
    margin: -45px !important; }
  .mt-sm-n145,
  .my-sm-n145 {
    margin-top: -45px !important; }
  .mr-sm-n145,
  .mx-sm-n145 {
    margin-right: -45px !important; }
  .mb-sm-n145,
  .my-sm-n145 {
    margin-bottom: -45px !important; }
  .ml-sm-n145,
  .mx-sm-n145 {
    margin-left: -45px !important; }
  .m-sm-n146 {
    margin: -46px !important; }
  .mt-sm-n146,
  .my-sm-n146 {
    margin-top: -46px !important; }
  .mr-sm-n146,
  .mx-sm-n146 {
    margin-right: -46px !important; }
  .mb-sm-n146,
  .my-sm-n146 {
    margin-bottom: -46px !important; }
  .ml-sm-n146,
  .mx-sm-n146 {
    margin-left: -46px !important; }
  .m-sm-n147 {
    margin: -47px !important; }
  .mt-sm-n147,
  .my-sm-n147 {
    margin-top: -47px !important; }
  .mr-sm-n147,
  .mx-sm-n147 {
    margin-right: -47px !important; }
  .mb-sm-n147,
  .my-sm-n147 {
    margin-bottom: -47px !important; }
  .ml-sm-n147,
  .mx-sm-n147 {
    margin-left: -47px !important; }
  .m-sm-n148 {
    margin: -48px !important; }
  .mt-sm-n148,
  .my-sm-n148 {
    margin-top: -48px !important; }
  .mr-sm-n148,
  .mx-sm-n148 {
    margin-right: -48px !important; }
  .mb-sm-n148,
  .my-sm-n148 {
    margin-bottom: -48px !important; }
  .ml-sm-n148,
  .mx-sm-n148 {
    margin-left: -48px !important; }
  .m-sm-n149 {
    margin: -49px !important; }
  .mt-sm-n149,
  .my-sm-n149 {
    margin-top: -49px !important; }
  .mr-sm-n149,
  .mx-sm-n149 {
    margin-right: -49px !important; }
  .mb-sm-n149,
  .my-sm-n149 {
    margin-bottom: -49px !important; }
  .ml-sm-n149,
  .mx-sm-n149 {
    margin-left: -49px !important; }
  .m-sm-n150 {
    margin: -40px !important; }
  .mt-sm-n150,
  .my-sm-n150 {
    margin-top: -40px !important; }
  .mr-sm-n150,
  .mx-sm-n150 {
    margin-right: -40px !important; }
  .mb-sm-n150,
  .my-sm-n150 {
    margin-bottom: -40px !important; }
  .ml-sm-n150,
  .mx-sm-n150 {
    margin-left: -40px !important; }
  .m-sm-n190 {
    margin: -90px !important; }
  .mt-sm-n190,
  .my-sm-n190 {
    margin-top: -90px !important; }
  .mr-sm-n190,
  .mx-sm-n190 {
    margin-right: -90px !important; }
  .mb-sm-n190,
  .my-sm-n190 {
    margin-bottom: -90px !important; }
  .ml-sm-n190,
  .mx-sm-n190 {
    margin-left: -90px !important; }
  .m-sm-n160 {
    margin: -60px !important; }
  .mt-sm-n160,
  .my-sm-n160 {
    margin-top: -60px !important; }
  .mr-sm-n160,
  .mx-sm-n160 {
    margin-right: -60px !important; }
  .mb-sm-n160,
  .my-sm-n160 {
    margin-bottom: -60px !important; }
  .ml-sm-n160,
  .mx-sm-n160 {
    margin-left: -60px !important; }
  .m-sm-n170 {
    margin: -70px !important; }
  .mt-sm-n170,
  .my-sm-n170 {
    margin-top: -70px !important; }
  .mr-sm-n170,
  .mx-sm-n170 {
    margin-right: -70px !important; }
  .mb-sm-n170,
  .my-sm-n170 {
    margin-bottom: -70px !important; }
  .ml-sm-n170,
  .mx-sm-n170 {
    margin-left: -70px !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: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.9rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.9rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.9rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.9rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.9rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 2.3rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2.3rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2.3rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2.3rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2.3rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .m-md-35 {
    margin: 1.7rem !important; }
  .mt-md-35,
  .my-md-35 {
    margin-top: 1.7rem !important; }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 1.7rem !important; }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 1.7rem !important; }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 1.7rem !important; }
  .m-md-6 {
    margin: 3.7rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3.7rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3.7rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3.7rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3.7rem !important; }
  .m-md-7 {
    margin: 4rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 4rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 4rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 4rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 4rem !important; }
  .m-md-8 {
    margin: 4.5rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 4.5rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 4.5rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 4.5rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 4.5rem !important; }
  .m-md-9 {
    margin: 5rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 5rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 5rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 5rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 5rem !important; }
  .m-md-10 {
    margin: 5.5rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 5.5rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 5.5rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 5.5rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 5.5rem !important; }
  .m-md-120 {
    margin: 7.3rem !important; }
  .mt-md-120,
  .my-md-120 {
    margin-top: 7.3rem !important; }
  .mr-md-120,
  .mx-md-120 {
    margin-right: 7.3rem !important; }
  .mb-md-120,
  .my-md-120 {
    margin-bottom: 7.3rem !important; }
  .ml-md-120,
  .mx-md-120 {
    margin-left: 7.3rem !important; }
  .m-md-101 {
    margin: 1px !important; }
  .mt-md-101,
  .my-md-101 {
    margin-top: 1px !important; }
  .mr-md-101,
  .mx-md-101 {
    margin-right: 1px !important; }
  .mb-md-101,
  .my-md-101 {
    margin-bottom: 1px !important; }
  .ml-md-101,
  .mx-md-101 {
    margin-left: 1px !important; }
  .m-md-102 {
    margin: 2px !important; }
  .mt-md-102,
  .my-md-102 {
    margin-top: 2px !important; }
  .mr-md-102,
  .mx-md-102 {
    margin-right: 2px !important; }
  .mb-md-102,
  .my-md-102 {
    margin-bottom: 2px !important; }
  .ml-md-102,
  .mx-md-102 {
    margin-left: 2px !important; }
  .m-md-103 {
    margin: 3px !important; }
  .mt-md-103,
  .my-md-103 {
    margin-top: 3px !important; }
  .mr-md-103,
  .mx-md-103 {
    margin-right: 3px !important; }
  .mb-md-103,
  .my-md-103 {
    margin-bottom: 3px !important; }
  .ml-md-103,
  .mx-md-103 {
    margin-left: 3px !important; }
  .m-md-104 {
    margin: 4px !important; }
  .mt-md-104,
  .my-md-104 {
    margin-top: 4px !important; }
  .mr-md-104,
  .mx-md-104 {
    margin-right: 4px !important; }
  .mb-md-104,
  .my-md-104 {
    margin-bottom: 4px !important; }
  .ml-md-104,
  .mx-md-104 {
    margin-left: 4px !important; }
  .m-md-105 {
    margin: 5px !important; }
  .mt-md-105,
  .my-md-105 {
    margin-top: 5px !important; }
  .mr-md-105,
  .mx-md-105 {
    margin-right: 5px !important; }
  .mb-md-105,
  .my-md-105 {
    margin-bottom: 5px !important; }
  .ml-md-105,
  .mx-md-105 {
    margin-left: 5px !important; }
  .m-md-106 {
    margin: 6px !important; }
  .mt-md-106,
  .my-md-106 {
    margin-top: 6px !important; }
  .mr-md-106,
  .mx-md-106 {
    margin-right: 6px !important; }
  .mb-md-106,
  .my-md-106 {
    margin-bottom: 6px !important; }
  .ml-md-106,
  .mx-md-106 {
    margin-left: 6px !important; }
  .m-md-107 {
    margin: 7px !important; }
  .mt-md-107,
  .my-md-107 {
    margin-top: 7px !important; }
  .mr-md-107,
  .mx-md-107 {
    margin-right: 7px !important; }
  .mb-md-107,
  .my-md-107 {
    margin-bottom: 7px !important; }
  .ml-md-107,
  .mx-md-107 {
    margin-left: 7px !important; }
  .m-md-108 {
    margin: 8px !important; }
  .mt-md-108,
  .my-md-108 {
    margin-top: 8px !important; }
  .mr-md-108,
  .mx-md-108 {
    margin-right: 8px !important; }
  .mb-md-108,
  .my-md-108 {
    margin-bottom: 8px !important; }
  .ml-md-108,
  .mx-md-108 {
    margin-left: 8px !important; }
  .m-md-109 {
    margin: 9px !important; }
  .mt-md-109,
  .my-md-109 {
    margin-top: 9px !important; }
  .mr-md-109,
  .mx-md-109 {
    margin-right: 9px !important; }
  .mb-md-109,
  .my-md-109 {
    margin-bottom: 9px !important; }
  .ml-md-109,
  .mx-md-109 {
    margin-left: 9px !important; }
  .m-md-110 {
    margin: 10px !important; }
  .mt-md-110,
  .my-md-110 {
    margin-top: 10px !important; }
  .mr-md-110,
  .mx-md-110 {
    margin-right: 10px !important; }
  .mb-md-110,
  .my-md-110 {
    margin-bottom: 10px !important; }
  .ml-md-110,
  .mx-md-110 {
    margin-left: 10px !important; }
  .m-md-111 {
    margin: 11px !important; }
  .mt-md-111,
  .my-md-111 {
    margin-top: 11px !important; }
  .mr-md-111,
  .mx-md-111 {
    margin-right: 11px !important; }
  .mb-md-111,
  .my-md-111 {
    margin-bottom: 11px !important; }
  .ml-md-111,
  .mx-md-111 {
    margin-left: 11px !important; }
  .m-md-112 {
    margin: 12px !important; }
  .mt-md-112,
  .my-md-112 {
    margin-top: 12px !important; }
  .mr-md-112,
  .mx-md-112 {
    margin-right: 12px !important; }
  .mb-md-112,
  .my-md-112 {
    margin-bottom: 12px !important; }
  .ml-md-112,
  .mx-md-112 {
    margin-left: 12px !important; }
  .m-md-113 {
    margin: 13px !important; }
  .mt-md-113,
  .my-md-113 {
    margin-top: 13px !important; }
  .mr-md-113,
  .mx-md-113 {
    margin-right: 13px !important; }
  .mb-md-113,
  .my-md-113 {
    margin-bottom: 13px !important; }
  .ml-md-113,
  .mx-md-113 {
    margin-left: 13px !important; }
  .m-md-114 {
    margin: 14px !important; }
  .mt-md-114,
  .my-md-114 {
    margin-top: 14px !important; }
  .mr-md-114,
  .mx-md-114 {
    margin-right: 14px !important; }
  .mb-md-114,
  .my-md-114 {
    margin-bottom: 14px !important; }
  .ml-md-114,
  .mx-md-114 {
    margin-left: 14px !important; }
  .m-md-115 {
    margin: 15px !important; }
  .mt-md-115,
  .my-md-115 {
    margin-top: 15px !important; }
  .mr-md-115,
  .mx-md-115 {
    margin-right: 15px !important; }
  .mb-md-115,
  .my-md-115 {
    margin-bottom: 15px !important; }
  .ml-md-115,
  .mx-md-115 {
    margin-left: 15px !important; }
  .m-md-116 {
    margin: 16px !important; }
  .mt-md-116,
  .my-md-116 {
    margin-top: 16px !important; }
  .mr-md-116,
  .mx-md-116 {
    margin-right: 16px !important; }
  .mb-md-116,
  .my-md-116 {
    margin-bottom: 16px !important; }
  .ml-md-116,
  .mx-md-116 {
    margin-left: 16px !important; }
  .m-md-117 {
    margin: 17px !important; }
  .mt-md-117,
  .my-md-117 {
    margin-top: 17px !important; }
  .mr-md-117,
  .mx-md-117 {
    margin-right: 17px !important; }
  .mb-md-117,
  .my-md-117 {
    margin-bottom: 17px !important; }
  .ml-md-117,
  .mx-md-117 {
    margin-left: 17px !important; }
  .m-md-118 {
    margin: 18px !important; }
  .mt-md-118,
  .my-md-118 {
    margin-top: 18px !important; }
  .mr-md-118,
  .mx-md-118 {
    margin-right: 18px !important; }
  .mb-md-118,
  .my-md-118 {
    margin-bottom: 18px !important; }
  .ml-md-118,
  .mx-md-118 {
    margin-left: 18px !important; }
  .m-md-119 {
    margin: 19px !important; }
  .mt-md-119,
  .my-md-119 {
    margin-top: 19px !important; }
  .mr-md-119,
  .mx-md-119 {
    margin-right: 19px !important; }
  .mb-md-119,
  .my-md-119 {
    margin-bottom: 19px !important; }
  .ml-md-119,
  .mx-md-119 {
    margin-left: 19px !important; }
  .m-md-121 {
    margin: 21px !important; }
  .mt-md-121,
  .my-md-121 {
    margin-top: 21px !important; }
  .mr-md-121,
  .mx-md-121 {
    margin-right: 21px !important; }
  .mb-md-121,
  .my-md-121 {
    margin-bottom: 21px !important; }
  .ml-md-121,
  .mx-md-121 {
    margin-left: 21px !important; }
  .m-md-122 {
    margin: 22px !important; }
  .mt-md-122,
  .my-md-122 {
    margin-top: 22px !important; }
  .mr-md-122,
  .mx-md-122 {
    margin-right: 22px !important; }
  .mb-md-122,
  .my-md-122 {
    margin-bottom: 22px !important; }
  .ml-md-122,
  .mx-md-122 {
    margin-left: 22px !important; }
  .m-md-123 {
    margin: 23px !important; }
  .mt-md-123,
  .my-md-123 {
    margin-top: 23px !important; }
  .mr-md-123,
  .mx-md-123 {
    margin-right: 23px !important; }
  .mb-md-123,
  .my-md-123 {
    margin-bottom: 23px !important; }
  .ml-md-123,
  .mx-md-123 {
    margin-left: 23px !important; }
  .m-md-124 {
    margin: 24px !important; }
  .mt-md-124,
  .my-md-124 {
    margin-top: 24px !important; }
  .mr-md-124,
  .mx-md-124 {
    margin-right: 24px !important; }
  .mb-md-124,
  .my-md-124 {
    margin-bottom: 24px !important; }
  .ml-md-124,
  .mx-md-124 {
    margin-left: 24px !important; }
  .m-md-125 {
    margin: 25px !important; }
  .mt-md-125,
  .my-md-125 {
    margin-top: 25px !important; }
  .mr-md-125,
  .mx-md-125 {
    margin-right: 25px !important; }
  .mb-md-125,
  .my-md-125 {
    margin-bottom: 25px !important; }
  .ml-md-125,
  .mx-md-125 {
    margin-left: 25px !important; }
  .m-md-126 {
    margin: 26px !important; }
  .mt-md-126,
  .my-md-126 {
    margin-top: 26px !important; }
  .mr-md-126,
  .mx-md-126 {
    margin-right: 26px !important; }
  .mb-md-126,
  .my-md-126 {
    margin-bottom: 26px !important; }
  .ml-md-126,
  .mx-md-126 {
    margin-left: 26px !important; }
  .m-md-127 {
    margin: 27px !important; }
  .mt-md-127,
  .my-md-127 {
    margin-top: 27px !important; }
  .mr-md-127,
  .mx-md-127 {
    margin-right: 27px !important; }
  .mb-md-127,
  .my-md-127 {
    margin-bottom: 27px !important; }
  .ml-md-127,
  .mx-md-127 {
    margin-left: 27px !important; }
  .m-md-128 {
    margin: 28px !important; }
  .mt-md-128,
  .my-md-128 {
    margin-top: 28px !important; }
  .mr-md-128,
  .mx-md-128 {
    margin-right: 28px !important; }
  .mb-md-128,
  .my-md-128 {
    margin-bottom: 28px !important; }
  .ml-md-128,
  .mx-md-128 {
    margin-left: 28px !important; }
  .m-md-129 {
    margin: 29px !important; }
  .mt-md-129,
  .my-md-129 {
    margin-top: 29px !important; }
  .mr-md-129,
  .mx-md-129 {
    margin-right: 29px !important; }
  .mb-md-129,
  .my-md-129 {
    margin-bottom: 29px !important; }
  .ml-md-129,
  .mx-md-129 {
    margin-left: 29px !important; }
  .m-md-130 {
    margin: 30px !important; }
  .mt-md-130,
  .my-md-130 {
    margin-top: 30px !important; }
  .mr-md-130,
  .mx-md-130 {
    margin-right: 30px !important; }
  .mb-md-130,
  .my-md-130 {
    margin-bottom: 30px !important; }
  .ml-md-130,
  .mx-md-130 {
    margin-left: 30px !important; }
  .m-md-131 {
    margin: 31px !important; }
  .mt-md-131,
  .my-md-131 {
    margin-top: 31px !important; }
  .mr-md-131,
  .mx-md-131 {
    margin-right: 31px !important; }
  .mb-md-131,
  .my-md-131 {
    margin-bottom: 31px !important; }
  .ml-md-131,
  .mx-md-131 {
    margin-left: 31px !important; }
  .m-md-132 {
    margin: 32px !important; }
  .mt-md-132,
  .my-md-132 {
    margin-top: 32px !important; }
  .mr-md-132,
  .mx-md-132 {
    margin-right: 32px !important; }
  .mb-md-132,
  .my-md-132 {
    margin-bottom: 32px !important; }
  .ml-md-132,
  .mx-md-132 {
    margin-left: 32px !important; }
  .m-md-133 {
    margin: 33px !important; }
  .mt-md-133,
  .my-md-133 {
    margin-top: 33px !important; }
  .mr-md-133,
  .mx-md-133 {
    margin-right: 33px !important; }
  .mb-md-133,
  .my-md-133 {
    margin-bottom: 33px !important; }
  .ml-md-133,
  .mx-md-133 {
    margin-left: 33px !important; }
  .m-md-134 {
    margin: 34px !important; }
  .mt-md-134,
  .my-md-134 {
    margin-top: 34px !important; }
  .mr-md-134,
  .mx-md-134 {
    margin-right: 34px !important; }
  .mb-md-134,
  .my-md-134 {
    margin-bottom: 34px !important; }
  .ml-md-134,
  .mx-md-134 {
    margin-left: 34px !important; }
  .m-md-135 {
    margin: 35px !important; }
  .mt-md-135,
  .my-md-135 {
    margin-top: 35px !important; }
  .mr-md-135,
  .mx-md-135 {
    margin-right: 35px !important; }
  .mb-md-135,
  .my-md-135 {
    margin-bottom: 35px !important; }
  .ml-md-135,
  .mx-md-135 {
    margin-left: 35px !important; }
  .m-md-136 {
    margin: 36px !important; }
  .mt-md-136,
  .my-md-136 {
    margin-top: 36px !important; }
  .mr-md-136,
  .mx-md-136 {
    margin-right: 36px !important; }
  .mb-md-136,
  .my-md-136 {
    margin-bottom: 36px !important; }
  .ml-md-136,
  .mx-md-136 {
    margin-left: 36px !important; }
  .m-md-137 {
    margin: 37px !important; }
  .mt-md-137,
  .my-md-137 {
    margin-top: 37px !important; }
  .mr-md-137,
  .mx-md-137 {
    margin-right: 37px !important; }
  .mb-md-137,
  .my-md-137 {
    margin-bottom: 37px !important; }
  .ml-md-137,
  .mx-md-137 {
    margin-left: 37px !important; }
  .m-md-138 {
    margin: 38px !important; }
  .mt-md-138,
  .my-md-138 {
    margin-top: 38px !important; }
  .mr-md-138,
  .mx-md-138 {
    margin-right: 38px !important; }
  .mb-md-138,
  .my-md-138 {
    margin-bottom: 38px !important; }
  .ml-md-138,
  .mx-md-138 {
    margin-left: 38px !important; }
  .m-md-139 {
    margin: 39px !important; }
  .mt-md-139,
  .my-md-139 {
    margin-top: 39px !important; }
  .mr-md-139,
  .mx-md-139 {
    margin-right: 39px !important; }
  .mb-md-139,
  .my-md-139 {
    margin-bottom: 39px !important; }
  .ml-md-139,
  .mx-md-139 {
    margin-left: 39px !important; }
  .m-md-140 {
    margin: 40px !important; }
  .mt-md-140,
  .my-md-140 {
    margin-top: 40px !important; }
  .mr-md-140,
  .mx-md-140 {
    margin-right: 40px !important; }
  .mb-md-140,
  .my-md-140 {
    margin-bottom: 40px !important; }
  .ml-md-140,
  .mx-md-140 {
    margin-left: 40px !important; }
  .m-md-141 {
    margin: 41px !important; }
  .mt-md-141,
  .my-md-141 {
    margin-top: 41px !important; }
  .mr-md-141,
  .mx-md-141 {
    margin-right: 41px !important; }
  .mb-md-141,
  .my-md-141 {
    margin-bottom: 41px !important; }
  .ml-md-141,
  .mx-md-141 {
    margin-left: 41px !important; }
  .m-md-142 {
    margin: 42px !important; }
  .mt-md-142,
  .my-md-142 {
    margin-top: 42px !important; }
  .mr-md-142,
  .mx-md-142 {
    margin-right: 42px !important; }
  .mb-md-142,
  .my-md-142 {
    margin-bottom: 42px !important; }
  .ml-md-142,
  .mx-md-142 {
    margin-left: 42px !important; }
  .m-md-143 {
    margin: 43px !important; }
  .mt-md-143,
  .my-md-143 {
    margin-top: 43px !important; }
  .mr-md-143,
  .mx-md-143 {
    margin-right: 43px !important; }
  .mb-md-143,
  .my-md-143 {
    margin-bottom: 43px !important; }
  .ml-md-143,
  .mx-md-143 {
    margin-left: 43px !important; }
  .m-md-144 {
    margin: 44px !important; }
  .mt-md-144,
  .my-md-144 {
    margin-top: 44px !important; }
  .mr-md-144,
  .mx-md-144 {
    margin-right: 44px !important; }
  .mb-md-144,
  .my-md-144 {
    margin-bottom: 44px !important; }
  .ml-md-144,
  .mx-md-144 {
    margin-left: 44px !important; }
  .m-md-145 {
    margin: 45px !important; }
  .mt-md-145,
  .my-md-145 {
    margin-top: 45px !important; }
  .mr-md-145,
  .mx-md-145 {
    margin-right: 45px !important; }
  .mb-md-145,
  .my-md-145 {
    margin-bottom: 45px !important; }
  .ml-md-145,
  .mx-md-145 {
    margin-left: 45px !important; }
  .m-md-146 {
    margin: 46px !important; }
  .mt-md-146,
  .my-md-146 {
    margin-top: 46px !important; }
  .mr-md-146,
  .mx-md-146 {
    margin-right: 46px !important; }
  .mb-md-146,
  .my-md-146 {
    margin-bottom: 46px !important; }
  .ml-md-146,
  .mx-md-146 {
    margin-left: 46px !important; }
  .m-md-147 {
    margin: 47px !important; }
  .mt-md-147,
  .my-md-147 {
    margin-top: 47px !important; }
  .mr-md-147,
  .mx-md-147 {
    margin-right: 47px !important; }
  .mb-md-147,
  .my-md-147 {
    margin-bottom: 47px !important; }
  .ml-md-147,
  .mx-md-147 {
    margin-left: 47px !important; }
  .m-md-148 {
    margin: 48px !important; }
  .mt-md-148,
  .my-md-148 {
    margin-top: 48px !important; }
  .mr-md-148,
  .mx-md-148 {
    margin-right: 48px !important; }
  .mb-md-148,
  .my-md-148 {
    margin-bottom: 48px !important; }
  .ml-md-148,
  .mx-md-148 {
    margin-left: 48px !important; }
  .m-md-149 {
    margin: 49px !important; }
  .mt-md-149,
  .my-md-149 {
    margin-top: 49px !important; }
  .mr-md-149,
  .mx-md-149 {
    margin-right: 49px !important; }
  .mb-md-149,
  .my-md-149 {
    margin-bottom: 49px !important; }
  .ml-md-149,
  .mx-md-149 {
    margin-left: 49px !important; }
  .m-md-150 {
    margin: 40px !important; }
  .mt-md-150,
  .my-md-150 {
    margin-top: 40px !important; }
  .mr-md-150,
  .mx-md-150 {
    margin-right: 40px !important; }
  .mb-md-150,
  .my-md-150 {
    margin-bottom: 40px !important; }
  .ml-md-150,
  .mx-md-150 {
    margin-left: 40px !important; }
  .m-md-190 {
    margin: 90px !important; }
  .mt-md-190,
  .my-md-190 {
    margin-top: 90px !important; }
  .mr-md-190,
  .mx-md-190 {
    margin-right: 90px !important; }
  .mb-md-190,
  .my-md-190 {
    margin-bottom: 90px !important; }
  .ml-md-190,
  .mx-md-190 {
    margin-left: 90px !important; }
  .m-md-160 {
    margin: 60px !important; }
  .mt-md-160,
  .my-md-160 {
    margin-top: 60px !important; }
  .mr-md-160,
  .mx-md-160 {
    margin-right: 60px !important; }
  .mb-md-160,
  .my-md-160 {
    margin-bottom: 60px !important; }
  .ml-md-160,
  .mx-md-160 {
    margin-left: 60px !important; }
  .m-md-170 {
    margin: 70px !important; }
  .mt-md-170,
  .my-md-170 {
    margin-top: 70px !important; }
  .mr-md-170,
  .mx-md-170 {
    margin-right: 70px !important; }
  .mb-md-170,
  .my-md-170 {
    margin-bottom: 70px !important; }
  .ml-md-170,
  .mx-md-170 {
    margin-left: 70px !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: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.9rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.9rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.9rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.9rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.9rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 2.3rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2.3rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2.3rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2.3rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2.3rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .p-md-35 {
    padding: 1.7rem !important; }
  .pt-md-35,
  .py-md-35 {
    padding-top: 1.7rem !important; }
  .pr-md-35,
  .px-md-35 {
    padding-right: 1.7rem !important; }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 1.7rem !important; }
  .pl-md-35,
  .px-md-35 {
    padding-left: 1.7rem !important; }
  .p-md-6 {
    padding: 3.7rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3.7rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3.7rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3.7rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3.7rem !important; }
  .p-md-7 {
    padding: 4rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 4rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 4rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 4rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 4rem !important; }
  .p-md-8 {
    padding: 4.5rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 4.5rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 4.5rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 4.5rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 4.5rem !important; }
  .p-md-9 {
    padding: 5rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 5rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 5rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 5rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 5rem !important; }
  .p-md-10 {
    padding: 5.5rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 5.5rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 5.5rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 5.5rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 5.5rem !important; }
  .p-md-120 {
    padding: 7.3rem !important; }
  .pt-md-120,
  .py-md-120 {
    padding-top: 7.3rem !important; }
  .pr-md-120,
  .px-md-120 {
    padding-right: 7.3rem !important; }
  .pb-md-120,
  .py-md-120 {
    padding-bottom: 7.3rem !important; }
  .pl-md-120,
  .px-md-120 {
    padding-left: 7.3rem !important; }
  .p-md-101 {
    padding: 1px !important; }
  .pt-md-101,
  .py-md-101 {
    padding-top: 1px !important; }
  .pr-md-101,
  .px-md-101 {
    padding-right: 1px !important; }
  .pb-md-101,
  .py-md-101 {
    padding-bottom: 1px !important; }
  .pl-md-101,
  .px-md-101 {
    padding-left: 1px !important; }
  .p-md-102 {
    padding: 2px !important; }
  .pt-md-102,
  .py-md-102 {
    padding-top: 2px !important; }
  .pr-md-102,
  .px-md-102 {
    padding-right: 2px !important; }
  .pb-md-102,
  .py-md-102 {
    padding-bottom: 2px !important; }
  .pl-md-102,
  .px-md-102 {
    padding-left: 2px !important; }
  .p-md-103 {
    padding: 3px !important; }
  .pt-md-103,
  .py-md-103 {
    padding-top: 3px !important; }
  .pr-md-103,
  .px-md-103 {
    padding-right: 3px !important; }
  .pb-md-103,
  .py-md-103 {
    padding-bottom: 3px !important; }
  .pl-md-103,
  .px-md-103 {
    padding-left: 3px !important; }
  .p-md-104 {
    padding: 4px !important; }
  .pt-md-104,
  .py-md-104 {
    padding-top: 4px !important; }
  .pr-md-104,
  .px-md-104 {
    padding-right: 4px !important; }
  .pb-md-104,
  .py-md-104 {
    padding-bottom: 4px !important; }
  .pl-md-104,
  .px-md-104 {
    padding-left: 4px !important; }
  .p-md-105 {
    padding: 5px !important; }
  .pt-md-105,
  .py-md-105 {
    padding-top: 5px !important; }
  .pr-md-105,
  .px-md-105 {
    padding-right: 5px !important; }
  .pb-md-105,
  .py-md-105 {
    padding-bottom: 5px !important; }
  .pl-md-105,
  .px-md-105 {
    padding-left: 5px !important; }
  .p-md-106 {
    padding: 6px !important; }
  .pt-md-106,
  .py-md-106 {
    padding-top: 6px !important; }
  .pr-md-106,
  .px-md-106 {
    padding-right: 6px !important; }
  .pb-md-106,
  .py-md-106 {
    padding-bottom: 6px !important; }
  .pl-md-106,
  .px-md-106 {
    padding-left: 6px !important; }
  .p-md-107 {
    padding: 7px !important; }
  .pt-md-107,
  .py-md-107 {
    padding-top: 7px !important; }
  .pr-md-107,
  .px-md-107 {
    padding-right: 7px !important; }
  .pb-md-107,
  .py-md-107 {
    padding-bottom: 7px !important; }
  .pl-md-107,
  .px-md-107 {
    padding-left: 7px !important; }
  .p-md-108 {
    padding: 8px !important; }
  .pt-md-108,
  .py-md-108 {
    padding-top: 8px !important; }
  .pr-md-108,
  .px-md-108 {
    padding-right: 8px !important; }
  .pb-md-108,
  .py-md-108 {
    padding-bottom: 8px !important; }
  .pl-md-108,
  .px-md-108 {
    padding-left: 8px !important; }
  .p-md-109 {
    padding: 9px !important; }
  .pt-md-109,
  .py-md-109 {
    padding-top: 9px !important; }
  .pr-md-109,
  .px-md-109 {
    padding-right: 9px !important; }
  .pb-md-109,
  .py-md-109 {
    padding-bottom: 9px !important; }
  .pl-md-109,
  .px-md-109 {
    padding-left: 9px !important; }
  .p-md-110 {
    padding: 10px !important; }
  .pt-md-110,
  .py-md-110 {
    padding-top: 10px !important; }
  .pr-md-110,
  .px-md-110 {
    padding-right: 10px !important; }
  .pb-md-110,
  .py-md-110 {
    padding-bottom: 10px !important; }
  .pl-md-110,
  .px-md-110 {
    padding-left: 10px !important; }
  .p-md-111 {
    padding: 11px !important; }
  .pt-md-111,
  .py-md-111 {
    padding-top: 11px !important; }
  .pr-md-111,
  .px-md-111 {
    padding-right: 11px !important; }
  .pb-md-111,
  .py-md-111 {
    padding-bottom: 11px !important; }
  .pl-md-111,
  .px-md-111 {
    padding-left: 11px !important; }
  .p-md-112 {
    padding: 12px !important; }
  .pt-md-112,
  .py-md-112 {
    padding-top: 12px !important; }
  .pr-md-112,
  .px-md-112 {
    padding-right: 12px !important; }
  .pb-md-112,
  .py-md-112 {
    padding-bottom: 12px !important; }
  .pl-md-112,
  .px-md-112 {
    padding-left: 12px !important; }
  .p-md-113 {
    padding: 13px !important; }
  .pt-md-113,
  .py-md-113 {
    padding-top: 13px !important; }
  .pr-md-113,
  .px-md-113 {
    padding-right: 13px !important; }
  .pb-md-113,
  .py-md-113 {
    padding-bottom: 13px !important; }
  .pl-md-113,
  .px-md-113 {
    padding-left: 13px !important; }
  .p-md-114 {
    padding: 14px !important; }
  .pt-md-114,
  .py-md-114 {
    padding-top: 14px !important; }
  .pr-md-114,
  .px-md-114 {
    padding-right: 14px !important; }
  .pb-md-114,
  .py-md-114 {
    padding-bottom: 14px !important; }
  .pl-md-114,
  .px-md-114 {
    padding-left: 14px !important; }
  .p-md-115 {
    padding: 15px !important; }
  .pt-md-115,
  .py-md-115 {
    padding-top: 15px !important; }
  .pr-md-115,
  .px-md-115 {
    padding-right: 15px !important; }
  .pb-md-115,
  .py-md-115 {
    padding-bottom: 15px !important; }
  .pl-md-115,
  .px-md-115 {
    padding-left: 15px !important; }
  .p-md-116 {
    padding: 16px !important; }
  .pt-md-116,
  .py-md-116 {
    padding-top: 16px !important; }
  .pr-md-116,
  .px-md-116 {
    padding-right: 16px !important; }
  .pb-md-116,
  .py-md-116 {
    padding-bottom: 16px !important; }
  .pl-md-116,
  .px-md-116 {
    padding-left: 16px !important; }
  .p-md-117 {
    padding: 17px !important; }
  .pt-md-117,
  .py-md-117 {
    padding-top: 17px !important; }
  .pr-md-117,
  .px-md-117 {
    padding-right: 17px !important; }
  .pb-md-117,
  .py-md-117 {
    padding-bottom: 17px !important; }
  .pl-md-117,
  .px-md-117 {
    padding-left: 17px !important; }
  .p-md-118 {
    padding: 18px !important; }
  .pt-md-118,
  .py-md-118 {
    padding-top: 18px !important; }
  .pr-md-118,
  .px-md-118 {
    padding-right: 18px !important; }
  .pb-md-118,
  .py-md-118 {
    padding-bottom: 18px !important; }
  .pl-md-118,
  .px-md-118 {
    padding-left: 18px !important; }
  .p-md-119 {
    padding: 19px !important; }
  .pt-md-119,
  .py-md-119 {
    padding-top: 19px !important; }
  .pr-md-119,
  .px-md-119 {
    padding-right: 19px !important; }
  .pb-md-119,
  .py-md-119 {
    padding-bottom: 19px !important; }
  .pl-md-119,
  .px-md-119 {
    padding-left: 19px !important; }
  .p-md-121 {
    padding: 21px !important; }
  .pt-md-121,
  .py-md-121 {
    padding-top: 21px !important; }
  .pr-md-121,
  .px-md-121 {
    padding-right: 21px !important; }
  .pb-md-121,
  .py-md-121 {
    padding-bottom: 21px !important; }
  .pl-md-121,
  .px-md-121 {
    padding-left: 21px !important; }
  .p-md-122 {
    padding: 22px !important; }
  .pt-md-122,
  .py-md-122 {
    padding-top: 22px !important; }
  .pr-md-122,
  .px-md-122 {
    padding-right: 22px !important; }
  .pb-md-122,
  .py-md-122 {
    padding-bottom: 22px !important; }
  .pl-md-122,
  .px-md-122 {
    padding-left: 22px !important; }
  .p-md-123 {
    padding: 23px !important; }
  .pt-md-123,
  .py-md-123 {
    padding-top: 23px !important; }
  .pr-md-123,
  .px-md-123 {
    padding-right: 23px !important; }
  .pb-md-123,
  .py-md-123 {
    padding-bottom: 23px !important; }
  .pl-md-123,
  .px-md-123 {
    padding-left: 23px !important; }
  .p-md-124 {
    padding: 24px !important; }
  .pt-md-124,
  .py-md-124 {
    padding-top: 24px !important; }
  .pr-md-124,
  .px-md-124 {
    padding-right: 24px !important; }
  .pb-md-124,
  .py-md-124 {
    padding-bottom: 24px !important; }
  .pl-md-124,
  .px-md-124 {
    padding-left: 24px !important; }
  .p-md-125 {
    padding: 25px !important; }
  .pt-md-125,
  .py-md-125 {
    padding-top: 25px !important; }
  .pr-md-125,
  .px-md-125 {
    padding-right: 25px !important; }
  .pb-md-125,
  .py-md-125 {
    padding-bottom: 25px !important; }
  .pl-md-125,
  .px-md-125 {
    padding-left: 25px !important; }
  .p-md-126 {
    padding: 26px !important; }
  .pt-md-126,
  .py-md-126 {
    padding-top: 26px !important; }
  .pr-md-126,
  .px-md-126 {
    padding-right: 26px !important; }
  .pb-md-126,
  .py-md-126 {
    padding-bottom: 26px !important; }
  .pl-md-126,
  .px-md-126 {
    padding-left: 26px !important; }
  .p-md-127 {
    padding: 27px !important; }
  .pt-md-127,
  .py-md-127 {
    padding-top: 27px !important; }
  .pr-md-127,
  .px-md-127 {
    padding-right: 27px !important; }
  .pb-md-127,
  .py-md-127 {
    padding-bottom: 27px !important; }
  .pl-md-127,
  .px-md-127 {
    padding-left: 27px !important; }
  .p-md-128 {
    padding: 28px !important; }
  .pt-md-128,
  .py-md-128 {
    padding-top: 28px !important; }
  .pr-md-128,
  .px-md-128 {
    padding-right: 28px !important; }
  .pb-md-128,
  .py-md-128 {
    padding-bottom: 28px !important; }
  .pl-md-128,
  .px-md-128 {
    padding-left: 28px !important; }
  .p-md-129 {
    padding: 29px !important; }
  .pt-md-129,
  .py-md-129 {
    padding-top: 29px !important; }
  .pr-md-129,
  .px-md-129 {
    padding-right: 29px !important; }
  .pb-md-129,
  .py-md-129 {
    padding-bottom: 29px !important; }
  .pl-md-129,
  .px-md-129 {
    padding-left: 29px !important; }
  .p-md-130 {
    padding: 30px !important; }
  .pt-md-130,
  .py-md-130 {
    padding-top: 30px !important; }
  .pr-md-130,
  .px-md-130 {
    padding-right: 30px !important; }
  .pb-md-130,
  .py-md-130 {
    padding-bottom: 30px !important; }
  .pl-md-130,
  .px-md-130 {
    padding-left: 30px !important; }
  .p-md-131 {
    padding: 31px !important; }
  .pt-md-131,
  .py-md-131 {
    padding-top: 31px !important; }
  .pr-md-131,
  .px-md-131 {
    padding-right: 31px !important; }
  .pb-md-131,
  .py-md-131 {
    padding-bottom: 31px !important; }
  .pl-md-131,
  .px-md-131 {
    padding-left: 31px !important; }
  .p-md-132 {
    padding: 32px !important; }
  .pt-md-132,
  .py-md-132 {
    padding-top: 32px !important; }
  .pr-md-132,
  .px-md-132 {
    padding-right: 32px !important; }
  .pb-md-132,
  .py-md-132 {
    padding-bottom: 32px !important; }
  .pl-md-132,
  .px-md-132 {
    padding-left: 32px !important; }
  .p-md-133 {
    padding: 33px !important; }
  .pt-md-133,
  .py-md-133 {
    padding-top: 33px !important; }
  .pr-md-133,
  .px-md-133 {
    padding-right: 33px !important; }
  .pb-md-133,
  .py-md-133 {
    padding-bottom: 33px !important; }
  .pl-md-133,
  .px-md-133 {
    padding-left: 33px !important; }
  .p-md-134 {
    padding: 34px !important; }
  .pt-md-134,
  .py-md-134 {
    padding-top: 34px !important; }
  .pr-md-134,
  .px-md-134 {
    padding-right: 34px !important; }
  .pb-md-134,
  .py-md-134 {
    padding-bottom: 34px !important; }
  .pl-md-134,
  .px-md-134 {
    padding-left: 34px !important; }
  .p-md-135 {
    padding: 35px !important; }
  .pt-md-135,
  .py-md-135 {
    padding-top: 35px !important; }
  .pr-md-135,
  .px-md-135 {
    padding-right: 35px !important; }
  .pb-md-135,
  .py-md-135 {
    padding-bottom: 35px !important; }
  .pl-md-135,
  .px-md-135 {
    padding-left: 35px !important; }
  .p-md-136 {
    padding: 36px !important; }
  .pt-md-136,
  .py-md-136 {
    padding-top: 36px !important; }
  .pr-md-136,
  .px-md-136 {
    padding-right: 36px !important; }
  .pb-md-136,
  .py-md-136 {
    padding-bottom: 36px !important; }
  .pl-md-136,
  .px-md-136 {
    padding-left: 36px !important; }
  .p-md-137 {
    padding: 37px !important; }
  .pt-md-137,
  .py-md-137 {
    padding-top: 37px !important; }
  .pr-md-137,
  .px-md-137 {
    padding-right: 37px !important; }
  .pb-md-137,
  .py-md-137 {
    padding-bottom: 37px !important; }
  .pl-md-137,
  .px-md-137 {
    padding-left: 37px !important; }
  .p-md-138 {
    padding: 38px !important; }
  .pt-md-138,
  .py-md-138 {
    padding-top: 38px !important; }
  .pr-md-138,
  .px-md-138 {
    padding-right: 38px !important; }
  .pb-md-138,
  .py-md-138 {
    padding-bottom: 38px !important; }
  .pl-md-138,
  .px-md-138 {
    padding-left: 38px !important; }
  .p-md-139 {
    padding: 39px !important; }
  .pt-md-139,
  .py-md-139 {
    padding-top: 39px !important; }
  .pr-md-139,
  .px-md-139 {
    padding-right: 39px !important; }
  .pb-md-139,
  .py-md-139 {
    padding-bottom: 39px !important; }
  .pl-md-139,
  .px-md-139 {
    padding-left: 39px !important; }
  .p-md-140 {
    padding: 40px !important; }
  .pt-md-140,
  .py-md-140 {
    padding-top: 40px !important; }
  .pr-md-140,
  .px-md-140 {
    padding-right: 40px !important; }
  .pb-md-140,
  .py-md-140 {
    padding-bottom: 40px !important; }
  .pl-md-140,
  .px-md-140 {
    padding-left: 40px !important; }
  .p-md-141 {
    padding: 41px !important; }
  .pt-md-141,
  .py-md-141 {
    padding-top: 41px !important; }
  .pr-md-141,
  .px-md-141 {
    padding-right: 41px !important; }
  .pb-md-141,
  .py-md-141 {
    padding-bottom: 41px !important; }
  .pl-md-141,
  .px-md-141 {
    padding-left: 41px !important; }
  .p-md-142 {
    padding: 42px !important; }
  .pt-md-142,
  .py-md-142 {
    padding-top: 42px !important; }
  .pr-md-142,
  .px-md-142 {
    padding-right: 42px !important; }
  .pb-md-142,
  .py-md-142 {
    padding-bottom: 42px !important; }
  .pl-md-142,
  .px-md-142 {
    padding-left: 42px !important; }
  .p-md-143 {
    padding: 43px !important; }
  .pt-md-143,
  .py-md-143 {
    padding-top: 43px !important; }
  .pr-md-143,
  .px-md-143 {
    padding-right: 43px !important; }
  .pb-md-143,
  .py-md-143 {
    padding-bottom: 43px !important; }
  .pl-md-143,
  .px-md-143 {
    padding-left: 43px !important; }
  .p-md-144 {
    padding: 44px !important; }
  .pt-md-144,
  .py-md-144 {
    padding-top: 44px !important; }
  .pr-md-144,
  .px-md-144 {
    padding-right: 44px !important; }
  .pb-md-144,
  .py-md-144 {
    padding-bottom: 44px !important; }
  .pl-md-144,
  .px-md-144 {
    padding-left: 44px !important; }
  .p-md-145 {
    padding: 45px !important; }
  .pt-md-145,
  .py-md-145 {
    padding-top: 45px !important; }
  .pr-md-145,
  .px-md-145 {
    padding-right: 45px !important; }
  .pb-md-145,
  .py-md-145 {
    padding-bottom: 45px !important; }
  .pl-md-145,
  .px-md-145 {
    padding-left: 45px !important; }
  .p-md-146 {
    padding: 46px !important; }
  .pt-md-146,
  .py-md-146 {
    padding-top: 46px !important; }
  .pr-md-146,
  .px-md-146 {
    padding-right: 46px !important; }
  .pb-md-146,
  .py-md-146 {
    padding-bottom: 46px !important; }
  .pl-md-146,
  .px-md-146 {
    padding-left: 46px !important; }
  .p-md-147 {
    padding: 47px !important; }
  .pt-md-147,
  .py-md-147 {
    padding-top: 47px !important; }
  .pr-md-147,
  .px-md-147 {
    padding-right: 47px !important; }
  .pb-md-147,
  .py-md-147 {
    padding-bottom: 47px !important; }
  .pl-md-147,
  .px-md-147 {
    padding-left: 47px !important; }
  .p-md-148 {
    padding: 48px !important; }
  .pt-md-148,
  .py-md-148 {
    padding-top: 48px !important; }
  .pr-md-148,
  .px-md-148 {
    padding-right: 48px !important; }
  .pb-md-148,
  .py-md-148 {
    padding-bottom: 48px !important; }
  .pl-md-148,
  .px-md-148 {
    padding-left: 48px !important; }
  .p-md-149 {
    padding: 49px !important; }
  .pt-md-149,
  .py-md-149 {
    padding-top: 49px !important; }
  .pr-md-149,
  .px-md-149 {
    padding-right: 49px !important; }
  .pb-md-149,
  .py-md-149 {
    padding-bottom: 49px !important; }
  .pl-md-149,
  .px-md-149 {
    padding-left: 49px !important; }
  .p-md-150 {
    padding: 40px !important; }
  .pt-md-150,
  .py-md-150 {
    padding-top: 40px !important; }
  .pr-md-150,
  .px-md-150 {
    padding-right: 40px !important; }
  .pb-md-150,
  .py-md-150 {
    padding-bottom: 40px !important; }
  .pl-md-150,
  .px-md-150 {
    padding-left: 40px !important; }
  .p-md-190 {
    padding: 90px !important; }
  .pt-md-190,
  .py-md-190 {
    padding-top: 90px !important; }
  .pr-md-190,
  .px-md-190 {
    padding-right: 90px !important; }
  .pb-md-190,
  .py-md-190 {
    padding-bottom: 90px !important; }
  .pl-md-190,
  .px-md-190 {
    padding-left: 90px !important; }
  .p-md-160 {
    padding: 60px !important; }
  .pt-md-160,
  .py-md-160 {
    padding-top: 60px !important; }
  .pr-md-160,
  .px-md-160 {
    padding-right: 60px !important; }
  .pb-md-160,
  .py-md-160 {
    padding-bottom: 60px !important; }
  .pl-md-160,
  .px-md-160 {
    padding-left: 60px !important; }
  .p-md-170 {
    padding: 70px !important; }
  .pt-md-170,
  .py-md-170 {
    padding-top: 70px !important; }
  .pr-md-170,
  .px-md-170 {
    padding-right: 70px !important; }
  .pb-md-170,
  .py-md-170 {
    padding-bottom: 70px !important; }
  .pl-md-170,
  .px-md-170 {
    padding-left: 70px !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.9rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.9rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.9rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.9rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.9rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -2.3rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2.3rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2.3rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2.3rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2.3rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-n35 {
    margin: -1.7rem !important; }
  .mt-md-n35,
  .my-md-n35 {
    margin-top: -1.7rem !important; }
  .mr-md-n35,
  .mx-md-n35 {
    margin-right: -1.7rem !important; }
  .mb-md-n35,
  .my-md-n35 {
    margin-bottom: -1.7rem !important; }
  .ml-md-n35,
  .mx-md-n35 {
    margin-left: -1.7rem !important; }
  .m-md-n6 {
    margin: -3.7rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -3.7rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -3.7rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -3.7rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -3.7rem !important; }
  .m-md-n7 {
    margin: -4rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -4rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -4rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -4rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -4rem !important; }
  .m-md-n8 {
    margin: -4.5rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -4.5rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -4.5rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -4.5rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -4.5rem !important; }
  .m-md-n9 {
    margin: -5rem !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -5rem !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -5rem !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -5rem !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -5rem !important; }
  .m-md-n10 {
    margin: -5.5rem !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -5.5rem !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -5.5rem !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -5.5rem !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -5.5rem !important; }
  .m-md-n120 {
    margin: -7.3rem !important; }
  .mt-md-n120,
  .my-md-n120 {
    margin-top: -7.3rem !important; }
  .mr-md-n120,
  .mx-md-n120 {
    margin-right: -7.3rem !important; }
  .mb-md-n120,
  .my-md-n120 {
    margin-bottom: -7.3rem !important; }
  .ml-md-n120,
  .mx-md-n120 {
    margin-left: -7.3rem !important; }
  .m-md-n101 {
    margin: -1px !important; }
  .mt-md-n101,
  .my-md-n101 {
    margin-top: -1px !important; }
  .mr-md-n101,
  .mx-md-n101 {
    margin-right: -1px !important; }
  .mb-md-n101,
  .my-md-n101 {
    margin-bottom: -1px !important; }
  .ml-md-n101,
  .mx-md-n101 {
    margin-left: -1px !important; }
  .m-md-n102 {
    margin: -2px !important; }
  .mt-md-n102,
  .my-md-n102 {
    margin-top: -2px !important; }
  .mr-md-n102,
  .mx-md-n102 {
    margin-right: -2px !important; }
  .mb-md-n102,
  .my-md-n102 {
    margin-bottom: -2px !important; }
  .ml-md-n102,
  .mx-md-n102 {
    margin-left: -2px !important; }
  .m-md-n103 {
    margin: -3px !important; }
  .mt-md-n103,
  .my-md-n103 {
    margin-top: -3px !important; }
  .mr-md-n103,
  .mx-md-n103 {
    margin-right: -3px !important; }
  .mb-md-n103,
  .my-md-n103 {
    margin-bottom: -3px !important; }
  .ml-md-n103,
  .mx-md-n103 {
    margin-left: -3px !important; }
  .m-md-n104 {
    margin: -4px !important; }
  .mt-md-n104,
  .my-md-n104 {
    margin-top: -4px !important; }
  .mr-md-n104,
  .mx-md-n104 {
    margin-right: -4px !important; }
  .mb-md-n104,
  .my-md-n104 {
    margin-bottom: -4px !important; }
  .ml-md-n104,
  .mx-md-n104 {
    margin-left: -4px !important; }
  .m-md-n105 {
    margin: -5px !important; }
  .mt-md-n105,
  .my-md-n105 {
    margin-top: -5px !important; }
  .mr-md-n105,
  .mx-md-n105 {
    margin-right: -5px !important; }
  .mb-md-n105,
  .my-md-n105 {
    margin-bottom: -5px !important; }
  .ml-md-n105,
  .mx-md-n105 {
    margin-left: -5px !important; }
  .m-md-n106 {
    margin: -6px !important; }
  .mt-md-n106,
  .my-md-n106 {
    margin-top: -6px !important; }
  .mr-md-n106,
  .mx-md-n106 {
    margin-right: -6px !important; }
  .mb-md-n106,
  .my-md-n106 {
    margin-bottom: -6px !important; }
  .ml-md-n106,
  .mx-md-n106 {
    margin-left: -6px !important; }
  .m-md-n107 {
    margin: -7px !important; }
  .mt-md-n107,
  .my-md-n107 {
    margin-top: -7px !important; }
  .mr-md-n107,
  .mx-md-n107 {
    margin-right: -7px !important; }
  .mb-md-n107,
  .my-md-n107 {
    margin-bottom: -7px !important; }
  .ml-md-n107,
  .mx-md-n107 {
    margin-left: -7px !important; }
  .m-md-n108 {
    margin: -8px !important; }
  .mt-md-n108,
  .my-md-n108 {
    margin-top: -8px !important; }
  .mr-md-n108,
  .mx-md-n108 {
    margin-right: -8px !important; }
  .mb-md-n108,
  .my-md-n108 {
    margin-bottom: -8px !important; }
  .ml-md-n108,
  .mx-md-n108 {
    margin-left: -8px !important; }
  .m-md-n109 {
    margin: -9px !important; }
  .mt-md-n109,
  .my-md-n109 {
    margin-top: -9px !important; }
  .mr-md-n109,
  .mx-md-n109 {
    margin-right: -9px !important; }
  .mb-md-n109,
  .my-md-n109 {
    margin-bottom: -9px !important; }
  .ml-md-n109,
  .mx-md-n109 {
    margin-left: -9px !important; }
  .m-md-n110 {
    margin: -10px !important; }
  .mt-md-n110,
  .my-md-n110 {
    margin-top: -10px !important; }
  .mr-md-n110,
  .mx-md-n110 {
    margin-right: -10px !important; }
  .mb-md-n110,
  .my-md-n110 {
    margin-bottom: -10px !important; }
  .ml-md-n110,
  .mx-md-n110 {
    margin-left: -10px !important; }
  .m-md-n111 {
    margin: -11px !important; }
  .mt-md-n111,
  .my-md-n111 {
    margin-top: -11px !important; }
  .mr-md-n111,
  .mx-md-n111 {
    margin-right: -11px !important; }
  .mb-md-n111,
  .my-md-n111 {
    margin-bottom: -11px !important; }
  .ml-md-n111,
  .mx-md-n111 {
    margin-left: -11px !important; }
  .m-md-n112 {
    margin: -12px !important; }
  .mt-md-n112,
  .my-md-n112 {
    margin-top: -12px !important; }
  .mr-md-n112,
  .mx-md-n112 {
    margin-right: -12px !important; }
  .mb-md-n112,
  .my-md-n112 {
    margin-bottom: -12px !important; }
  .ml-md-n112,
  .mx-md-n112 {
    margin-left: -12px !important; }
  .m-md-n113 {
    margin: -13px !important; }
  .mt-md-n113,
  .my-md-n113 {
    margin-top: -13px !important; }
  .mr-md-n113,
  .mx-md-n113 {
    margin-right: -13px !important; }
  .mb-md-n113,
  .my-md-n113 {
    margin-bottom: -13px !important; }
  .ml-md-n113,
  .mx-md-n113 {
    margin-left: -13px !important; }
  .m-md-n114 {
    margin: -14px !important; }
  .mt-md-n114,
  .my-md-n114 {
    margin-top: -14px !important; }
  .mr-md-n114,
  .mx-md-n114 {
    margin-right: -14px !important; }
  .mb-md-n114,
  .my-md-n114 {
    margin-bottom: -14px !important; }
  .ml-md-n114,
  .mx-md-n114 {
    margin-left: -14px !important; }
  .m-md-n115 {
    margin: -15px !important; }
  .mt-md-n115,
  .my-md-n115 {
    margin-top: -15px !important; }
  .mr-md-n115,
  .mx-md-n115 {
    margin-right: -15px !important; }
  .mb-md-n115,
  .my-md-n115 {
    margin-bottom: -15px !important; }
  .ml-md-n115,
  .mx-md-n115 {
    margin-left: -15px !important; }
  .m-md-n116 {
    margin: -16px !important; }
  .mt-md-n116,
  .my-md-n116 {
    margin-top: -16px !important; }
  .mr-md-n116,
  .mx-md-n116 {
    margin-right: -16px !important; }
  .mb-md-n116,
  .my-md-n116 {
    margin-bottom: -16px !important; }
  .ml-md-n116,
  .mx-md-n116 {
    margin-left: -16px !important; }
  .m-md-n117 {
    margin: -17px !important; }
  .mt-md-n117,
  .my-md-n117 {
    margin-top: -17px !important; }
  .mr-md-n117,
  .mx-md-n117 {
    margin-right: -17px !important; }
  .mb-md-n117,
  .my-md-n117 {
    margin-bottom: -17px !important; }
  .ml-md-n117,
  .mx-md-n117 {
    margin-left: -17px !important; }
  .m-md-n118 {
    margin: -18px !important; }
  .mt-md-n118,
  .my-md-n118 {
    margin-top: -18px !important; }
  .mr-md-n118,
  .mx-md-n118 {
    margin-right: -18px !important; }
  .mb-md-n118,
  .my-md-n118 {
    margin-bottom: -18px !important; }
  .ml-md-n118,
  .mx-md-n118 {
    margin-left: -18px !important; }
  .m-md-n119 {
    margin: -19px !important; }
  .mt-md-n119,
  .my-md-n119 {
    margin-top: -19px !important; }
  .mr-md-n119,
  .mx-md-n119 {
    margin-right: -19px !important; }
  .mb-md-n119,
  .my-md-n119 {
    margin-bottom: -19px !important; }
  .ml-md-n119,
  .mx-md-n119 {
    margin-left: -19px !important; }
  .m-md-n121 {
    margin: -21px !important; }
  .mt-md-n121,
  .my-md-n121 {
    margin-top: -21px !important; }
  .mr-md-n121,
  .mx-md-n121 {
    margin-right: -21px !important; }
  .mb-md-n121,
  .my-md-n121 {
    margin-bottom: -21px !important; }
  .ml-md-n121,
  .mx-md-n121 {
    margin-left: -21px !important; }
  .m-md-n122 {
    margin: -22px !important; }
  .mt-md-n122,
  .my-md-n122 {
    margin-top: -22px !important; }
  .mr-md-n122,
  .mx-md-n122 {
    margin-right: -22px !important; }
  .mb-md-n122,
  .my-md-n122 {
    margin-bottom: -22px !important; }
  .ml-md-n122,
  .mx-md-n122 {
    margin-left: -22px !important; }
  .m-md-n123 {
    margin: -23px !important; }
  .mt-md-n123,
  .my-md-n123 {
    margin-top: -23px !important; }
  .mr-md-n123,
  .mx-md-n123 {
    margin-right: -23px !important; }
  .mb-md-n123,
  .my-md-n123 {
    margin-bottom: -23px !important; }
  .ml-md-n123,
  .mx-md-n123 {
    margin-left: -23px !important; }
  .m-md-n124 {
    margin: -24px !important; }
  .mt-md-n124,
  .my-md-n124 {
    margin-top: -24px !important; }
  .mr-md-n124,
  .mx-md-n124 {
    margin-right: -24px !important; }
  .mb-md-n124,
  .my-md-n124 {
    margin-bottom: -24px !important; }
  .ml-md-n124,
  .mx-md-n124 {
    margin-left: -24px !important; }
  .m-md-n125 {
    margin: -25px !important; }
  .mt-md-n125,
  .my-md-n125 {
    margin-top: -25px !important; }
  .mr-md-n125,
  .mx-md-n125 {
    margin-right: -25px !important; }
  .mb-md-n125,
  .my-md-n125 {
    margin-bottom: -25px !important; }
  .ml-md-n125,
  .mx-md-n125 {
    margin-left: -25px !important; }
  .m-md-n126 {
    margin: -26px !important; }
  .mt-md-n126,
  .my-md-n126 {
    margin-top: -26px !important; }
  .mr-md-n126,
  .mx-md-n126 {
    margin-right: -26px !important; }
  .mb-md-n126,
  .my-md-n126 {
    margin-bottom: -26px !important; }
  .ml-md-n126,
  .mx-md-n126 {
    margin-left: -26px !important; }
  .m-md-n127 {
    margin: -27px !important; }
  .mt-md-n127,
  .my-md-n127 {
    margin-top: -27px !important; }
  .mr-md-n127,
  .mx-md-n127 {
    margin-right: -27px !important; }
  .mb-md-n127,
  .my-md-n127 {
    margin-bottom: -27px !important; }
  .ml-md-n127,
  .mx-md-n127 {
    margin-left: -27px !important; }
  .m-md-n128 {
    margin: -28px !important; }
  .mt-md-n128,
  .my-md-n128 {
    margin-top: -28px !important; }
  .mr-md-n128,
  .mx-md-n128 {
    margin-right: -28px !important; }
  .mb-md-n128,
  .my-md-n128 {
    margin-bottom: -28px !important; }
  .ml-md-n128,
  .mx-md-n128 {
    margin-left: -28px !important; }
  .m-md-n129 {
    margin: -29px !important; }
  .mt-md-n129,
  .my-md-n129 {
    margin-top: -29px !important; }
  .mr-md-n129,
  .mx-md-n129 {
    margin-right: -29px !important; }
  .mb-md-n129,
  .my-md-n129 {
    margin-bottom: -29px !important; }
  .ml-md-n129,
  .mx-md-n129 {
    margin-left: -29px !important; }
  .m-md-n130 {
    margin: -30px !important; }
  .mt-md-n130,
  .my-md-n130 {
    margin-top: -30px !important; }
  .mr-md-n130,
  .mx-md-n130 {
    margin-right: -30px !important; }
  .mb-md-n130,
  .my-md-n130 {
    margin-bottom: -30px !important; }
  .ml-md-n130,
  .mx-md-n130 {
    margin-left: -30px !important; }
  .m-md-n131 {
    margin: -31px !important; }
  .mt-md-n131,
  .my-md-n131 {
    margin-top: -31px !important; }
  .mr-md-n131,
  .mx-md-n131 {
    margin-right: -31px !important; }
  .mb-md-n131,
  .my-md-n131 {
    margin-bottom: -31px !important; }
  .ml-md-n131,
  .mx-md-n131 {
    margin-left: -31px !important; }
  .m-md-n132 {
    margin: -32px !important; }
  .mt-md-n132,
  .my-md-n132 {
    margin-top: -32px !important; }
  .mr-md-n132,
  .mx-md-n132 {
    margin-right: -32px !important; }
  .mb-md-n132,
  .my-md-n132 {
    margin-bottom: -32px !important; }
  .ml-md-n132,
  .mx-md-n132 {
    margin-left: -32px !important; }
  .m-md-n133 {
    margin: -33px !important; }
  .mt-md-n133,
  .my-md-n133 {
    margin-top: -33px !important; }
  .mr-md-n133,
  .mx-md-n133 {
    margin-right: -33px !important; }
  .mb-md-n133,
  .my-md-n133 {
    margin-bottom: -33px !important; }
  .ml-md-n133,
  .mx-md-n133 {
    margin-left: -33px !important; }
  .m-md-n134 {
    margin: -34px !important; }
  .mt-md-n134,
  .my-md-n134 {
    margin-top: -34px !important; }
  .mr-md-n134,
  .mx-md-n134 {
    margin-right: -34px !important; }
  .mb-md-n134,
  .my-md-n134 {
    margin-bottom: -34px !important; }
  .ml-md-n134,
  .mx-md-n134 {
    margin-left: -34px !important; }
  .m-md-n135 {
    margin: -35px !important; }
  .mt-md-n135,
  .my-md-n135 {
    margin-top: -35px !important; }
  .mr-md-n135,
  .mx-md-n135 {
    margin-right: -35px !important; }
  .mb-md-n135,
  .my-md-n135 {
    margin-bottom: -35px !important; }
  .ml-md-n135,
  .mx-md-n135 {
    margin-left: -35px !important; }
  .m-md-n136 {
    margin: -36px !important; }
  .mt-md-n136,
  .my-md-n136 {
    margin-top: -36px !important; }
  .mr-md-n136,
  .mx-md-n136 {
    margin-right: -36px !important; }
  .mb-md-n136,
  .my-md-n136 {
    margin-bottom: -36px !important; }
  .ml-md-n136,
  .mx-md-n136 {
    margin-left: -36px !important; }
  .m-md-n137 {
    margin: -37px !important; }
  .mt-md-n137,
  .my-md-n137 {
    margin-top: -37px !important; }
  .mr-md-n137,
  .mx-md-n137 {
    margin-right: -37px !important; }
  .mb-md-n137,
  .my-md-n137 {
    margin-bottom: -37px !important; }
  .ml-md-n137,
  .mx-md-n137 {
    margin-left: -37px !important; }
  .m-md-n138 {
    margin: -38px !important; }
  .mt-md-n138,
  .my-md-n138 {
    margin-top: -38px !important; }
  .mr-md-n138,
  .mx-md-n138 {
    margin-right: -38px !important; }
  .mb-md-n138,
  .my-md-n138 {
    margin-bottom: -38px !important; }
  .ml-md-n138,
  .mx-md-n138 {
    margin-left: -38px !important; }
  .m-md-n139 {
    margin: -39px !important; }
  .mt-md-n139,
  .my-md-n139 {
    margin-top: -39px !important; }
  .mr-md-n139,
  .mx-md-n139 {
    margin-right: -39px !important; }
  .mb-md-n139,
  .my-md-n139 {
    margin-bottom: -39px !important; }
  .ml-md-n139,
  .mx-md-n139 {
    margin-left: -39px !important; }
  .m-md-n140 {
    margin: -40px !important; }
  .mt-md-n140,
  .my-md-n140 {
    margin-top: -40px !important; }
  .mr-md-n140,
  .mx-md-n140 {
    margin-right: -40px !important; }
  .mb-md-n140,
  .my-md-n140 {
    margin-bottom: -40px !important; }
  .ml-md-n140,
  .mx-md-n140 {
    margin-left: -40px !important; }
  .m-md-n141 {
    margin: -41px !important; }
  .mt-md-n141,
  .my-md-n141 {
    margin-top: -41px !important; }
  .mr-md-n141,
  .mx-md-n141 {
    margin-right: -41px !important; }
  .mb-md-n141,
  .my-md-n141 {
    margin-bottom: -41px !important; }
  .ml-md-n141,
  .mx-md-n141 {
    margin-left: -41px !important; }
  .m-md-n142 {
    margin: -42px !important; }
  .mt-md-n142,
  .my-md-n142 {
    margin-top: -42px !important; }
  .mr-md-n142,
  .mx-md-n142 {
    margin-right: -42px !important; }
  .mb-md-n142,
  .my-md-n142 {
    margin-bottom: -42px !important; }
  .ml-md-n142,
  .mx-md-n142 {
    margin-left: -42px !important; }
  .m-md-n143 {
    margin: -43px !important; }
  .mt-md-n143,
  .my-md-n143 {
    margin-top: -43px !important; }
  .mr-md-n143,
  .mx-md-n143 {
    margin-right: -43px !important; }
  .mb-md-n143,
  .my-md-n143 {
    margin-bottom: -43px !important; }
  .ml-md-n143,
  .mx-md-n143 {
    margin-left: -43px !important; }
  .m-md-n144 {
    margin: -44px !important; }
  .mt-md-n144,
  .my-md-n144 {
    margin-top: -44px !important; }
  .mr-md-n144,
  .mx-md-n144 {
    margin-right: -44px !important; }
  .mb-md-n144,
  .my-md-n144 {
    margin-bottom: -44px !important; }
  .ml-md-n144,
  .mx-md-n144 {
    margin-left: -44px !important; }
  .m-md-n145 {
    margin: -45px !important; }
  .mt-md-n145,
  .my-md-n145 {
    margin-top: -45px !important; }
  .mr-md-n145,
  .mx-md-n145 {
    margin-right: -45px !important; }
  .mb-md-n145,
  .my-md-n145 {
    margin-bottom: -45px !important; }
  .ml-md-n145,
  .mx-md-n145 {
    margin-left: -45px !important; }
  .m-md-n146 {
    margin: -46px !important; }
  .mt-md-n146,
  .my-md-n146 {
    margin-top: -46px !important; }
  .mr-md-n146,
  .mx-md-n146 {
    margin-right: -46px !important; }
  .mb-md-n146,
  .my-md-n146 {
    margin-bottom: -46px !important; }
  .ml-md-n146,
  .mx-md-n146 {
    margin-left: -46px !important; }
  .m-md-n147 {
    margin: -47px !important; }
  .mt-md-n147,
  .my-md-n147 {
    margin-top: -47px !important; }
  .mr-md-n147,
  .mx-md-n147 {
    margin-right: -47px !important; }
  .mb-md-n147,
  .my-md-n147 {
    margin-bottom: -47px !important; }
  .ml-md-n147,
  .mx-md-n147 {
    margin-left: -47px !important; }
  .m-md-n148 {
    margin: -48px !important; }
  .mt-md-n148,
  .my-md-n148 {
    margin-top: -48px !important; }
  .mr-md-n148,
  .mx-md-n148 {
    margin-right: -48px !important; }
  .mb-md-n148,
  .my-md-n148 {
    margin-bottom: -48px !important; }
  .ml-md-n148,
  .mx-md-n148 {
    margin-left: -48px !important; }
  .m-md-n149 {
    margin: -49px !important; }
  .mt-md-n149,
  .my-md-n149 {
    margin-top: -49px !important; }
  .mr-md-n149,
  .mx-md-n149 {
    margin-right: -49px !important; }
  .mb-md-n149,
  .my-md-n149 {
    margin-bottom: -49px !important; }
  .ml-md-n149,
  .mx-md-n149 {
    margin-left: -49px !important; }
  .m-md-n150 {
    margin: -40px !important; }
  .mt-md-n150,
  .my-md-n150 {
    margin-top: -40px !important; }
  .mr-md-n150,
  .mx-md-n150 {
    margin-right: -40px !important; }
  .mb-md-n150,
  .my-md-n150 {
    margin-bottom: -40px !important; }
  .ml-md-n150,
  .mx-md-n150 {
    margin-left: -40px !important; }
  .m-md-n190 {
    margin: -90px !important; }
  .mt-md-n190,
  .my-md-n190 {
    margin-top: -90px !important; }
  .mr-md-n190,
  .mx-md-n190 {
    margin-right: -90px !important; }
  .mb-md-n190,
  .my-md-n190 {
    margin-bottom: -90px !important; }
  .ml-md-n190,
  .mx-md-n190 {
    margin-left: -90px !important; }
  .m-md-n160 {
    margin: -60px !important; }
  .mt-md-n160,
  .my-md-n160 {
    margin-top: -60px !important; }
  .mr-md-n160,
  .mx-md-n160 {
    margin-right: -60px !important; }
  .mb-md-n160,
  .my-md-n160 {
    margin-bottom: -60px !important; }
  .ml-md-n160,
  .mx-md-n160 {
    margin-left: -60px !important; }
  .m-md-n170 {
    margin: -70px !important; }
  .mt-md-n170,
  .my-md-n170 {
    margin-top: -70px !important; }
  .mr-md-n170,
  .mx-md-n170 {
    margin-right: -70px !important; }
  .mb-md-n170,
  .my-md-n170 {
    margin-bottom: -70px !important; }
  .ml-md-n170,
  .mx-md-n170 {
    margin-left: -70px !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: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.9rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.9rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.9rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.9rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.9rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 2.3rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2.3rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2.3rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2.3rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2.3rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .m-lg-35 {
    margin: 1.7rem !important; }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 1.7rem !important; }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 1.7rem !important; }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 1.7rem !important; }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 1.7rem !important; }
  .m-lg-6 {
    margin: 3.7rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3.7rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3.7rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3.7rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3.7rem !important; }
  .m-lg-7 {
    margin: 4rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 4rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 4rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 4rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 4rem !important; }
  .m-lg-8 {
    margin: 4.5rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 4.5rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 4.5rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 4.5rem !important; }
  .m-lg-9 {
    margin: 5rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 5rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 5rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 5rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 5rem !important; }
  .m-lg-10 {
    margin: 5.5rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 5.5rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 5.5rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 5.5rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 5.5rem !important; }
  .m-lg-120 {
    margin: 7.3rem !important; }
  .mt-lg-120,
  .my-lg-120 {
    margin-top: 7.3rem !important; }
  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 7.3rem !important; }
  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 7.3rem !important; }
  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 7.3rem !important; }
  .m-lg-101 {
    margin: 1px !important; }
  .mt-lg-101,
  .my-lg-101 {
    margin-top: 1px !important; }
  .mr-lg-101,
  .mx-lg-101 {
    margin-right: 1px !important; }
  .mb-lg-101,
  .my-lg-101 {
    margin-bottom: 1px !important; }
  .ml-lg-101,
  .mx-lg-101 {
    margin-left: 1px !important; }
  .m-lg-102 {
    margin: 2px !important; }
  .mt-lg-102,
  .my-lg-102 {
    margin-top: 2px !important; }
  .mr-lg-102,
  .mx-lg-102 {
    margin-right: 2px !important; }
  .mb-lg-102,
  .my-lg-102 {
    margin-bottom: 2px !important; }
  .ml-lg-102,
  .mx-lg-102 {
    margin-left: 2px !important; }
  .m-lg-103 {
    margin: 3px !important; }
  .mt-lg-103,
  .my-lg-103 {
    margin-top: 3px !important; }
  .mr-lg-103,
  .mx-lg-103 {
    margin-right: 3px !important; }
  .mb-lg-103,
  .my-lg-103 {
    margin-bottom: 3px !important; }
  .ml-lg-103,
  .mx-lg-103 {
    margin-left: 3px !important; }
  .m-lg-104 {
    margin: 4px !important; }
  .mt-lg-104,
  .my-lg-104 {
    margin-top: 4px !important; }
  .mr-lg-104,
  .mx-lg-104 {
    margin-right: 4px !important; }
  .mb-lg-104,
  .my-lg-104 {
    margin-bottom: 4px !important; }
  .ml-lg-104,
  .mx-lg-104 {
    margin-left: 4px !important; }
  .m-lg-105 {
    margin: 5px !important; }
  .mt-lg-105,
  .my-lg-105 {
    margin-top: 5px !important; }
  .mr-lg-105,
  .mx-lg-105 {
    margin-right: 5px !important; }
  .mb-lg-105,
  .my-lg-105 {
    margin-bottom: 5px !important; }
  .ml-lg-105,
  .mx-lg-105 {
    margin-left: 5px !important; }
  .m-lg-106 {
    margin: 6px !important; }
  .mt-lg-106,
  .my-lg-106 {
    margin-top: 6px !important; }
  .mr-lg-106,
  .mx-lg-106 {
    margin-right: 6px !important; }
  .mb-lg-106,
  .my-lg-106 {
    margin-bottom: 6px !important; }
  .ml-lg-106,
  .mx-lg-106 {
    margin-left: 6px !important; }
  .m-lg-107 {
    margin: 7px !important; }
  .mt-lg-107,
  .my-lg-107 {
    margin-top: 7px !important; }
  .mr-lg-107,
  .mx-lg-107 {
    margin-right: 7px !important; }
  .mb-lg-107,
  .my-lg-107 {
    margin-bottom: 7px !important; }
  .ml-lg-107,
  .mx-lg-107 {
    margin-left: 7px !important; }
  .m-lg-108 {
    margin: 8px !important; }
  .mt-lg-108,
  .my-lg-108 {
    margin-top: 8px !important; }
  .mr-lg-108,
  .mx-lg-108 {
    margin-right: 8px !important; }
  .mb-lg-108,
  .my-lg-108 {
    margin-bottom: 8px !important; }
  .ml-lg-108,
  .mx-lg-108 {
    margin-left: 8px !important; }
  .m-lg-109 {
    margin: 9px !important; }
  .mt-lg-109,
  .my-lg-109 {
    margin-top: 9px !important; }
  .mr-lg-109,
  .mx-lg-109 {
    margin-right: 9px !important; }
  .mb-lg-109,
  .my-lg-109 {
    margin-bottom: 9px !important; }
  .ml-lg-109,
  .mx-lg-109 {
    margin-left: 9px !important; }
  .m-lg-110 {
    margin: 10px !important; }
  .mt-lg-110,
  .my-lg-110 {
    margin-top: 10px !important; }
  .mr-lg-110,
  .mx-lg-110 {
    margin-right: 10px !important; }
  .mb-lg-110,
  .my-lg-110 {
    margin-bottom: 10px !important; }
  .ml-lg-110,
  .mx-lg-110 {
    margin-left: 10px !important; }
  .m-lg-111 {
    margin: 11px !important; }
  .mt-lg-111,
  .my-lg-111 {
    margin-top: 11px !important; }
  .mr-lg-111,
  .mx-lg-111 {
    margin-right: 11px !important; }
  .mb-lg-111,
  .my-lg-111 {
    margin-bottom: 11px !important; }
  .ml-lg-111,
  .mx-lg-111 {
    margin-left: 11px !important; }
  .m-lg-112 {
    margin: 12px !important; }
  .mt-lg-112,
  .my-lg-112 {
    margin-top: 12px !important; }
  .mr-lg-112,
  .mx-lg-112 {
    margin-right: 12px !important; }
  .mb-lg-112,
  .my-lg-112 {
    margin-bottom: 12px !important; }
  .ml-lg-112,
  .mx-lg-112 {
    margin-left: 12px !important; }
  .m-lg-113 {
    margin: 13px !important; }
  .mt-lg-113,
  .my-lg-113 {
    margin-top: 13px !important; }
  .mr-lg-113,
  .mx-lg-113 {
    margin-right: 13px !important; }
  .mb-lg-113,
  .my-lg-113 {
    margin-bottom: 13px !important; }
  .ml-lg-113,
  .mx-lg-113 {
    margin-left: 13px !important; }
  .m-lg-114 {
    margin: 14px !important; }
  .mt-lg-114,
  .my-lg-114 {
    margin-top: 14px !important; }
  .mr-lg-114,
  .mx-lg-114 {
    margin-right: 14px !important; }
  .mb-lg-114,
  .my-lg-114 {
    margin-bottom: 14px !important; }
  .ml-lg-114,
  .mx-lg-114 {
    margin-left: 14px !important; }
  .m-lg-115 {
    margin: 15px !important; }
  .mt-lg-115,
  .my-lg-115 {
    margin-top: 15px !important; }
  .mr-lg-115,
  .mx-lg-115 {
    margin-right: 15px !important; }
  .mb-lg-115,
  .my-lg-115 {
    margin-bottom: 15px !important; }
  .ml-lg-115,
  .mx-lg-115 {
    margin-left: 15px !important; }
  .m-lg-116 {
    margin: 16px !important; }
  .mt-lg-116,
  .my-lg-116 {
    margin-top: 16px !important; }
  .mr-lg-116,
  .mx-lg-116 {
    margin-right: 16px !important; }
  .mb-lg-116,
  .my-lg-116 {
    margin-bottom: 16px !important; }
  .ml-lg-116,
  .mx-lg-116 {
    margin-left: 16px !important; }
  .m-lg-117 {
    margin: 17px !important; }
  .mt-lg-117,
  .my-lg-117 {
    margin-top: 17px !important; }
  .mr-lg-117,
  .mx-lg-117 {
    margin-right: 17px !important; }
  .mb-lg-117,
  .my-lg-117 {
    margin-bottom: 17px !important; }
  .ml-lg-117,
  .mx-lg-117 {
    margin-left: 17px !important; }
  .m-lg-118 {
    margin: 18px !important; }
  .mt-lg-118,
  .my-lg-118 {
    margin-top: 18px !important; }
  .mr-lg-118,
  .mx-lg-118 {
    margin-right: 18px !important; }
  .mb-lg-118,
  .my-lg-118 {
    margin-bottom: 18px !important; }
  .ml-lg-118,
  .mx-lg-118 {
    margin-left: 18px !important; }
  .m-lg-119 {
    margin: 19px !important; }
  .mt-lg-119,
  .my-lg-119 {
    margin-top: 19px !important; }
  .mr-lg-119,
  .mx-lg-119 {
    margin-right: 19px !important; }
  .mb-lg-119,
  .my-lg-119 {
    margin-bottom: 19px !important; }
  .ml-lg-119,
  .mx-lg-119 {
    margin-left: 19px !important; }
  .m-lg-121 {
    margin: 21px !important; }
  .mt-lg-121,
  .my-lg-121 {
    margin-top: 21px !important; }
  .mr-lg-121,
  .mx-lg-121 {
    margin-right: 21px !important; }
  .mb-lg-121,
  .my-lg-121 {
    margin-bottom: 21px !important; }
  .ml-lg-121,
  .mx-lg-121 {
    margin-left: 21px !important; }
  .m-lg-122 {
    margin: 22px !important; }
  .mt-lg-122,
  .my-lg-122 {
    margin-top: 22px !important; }
  .mr-lg-122,
  .mx-lg-122 {
    margin-right: 22px !important; }
  .mb-lg-122,
  .my-lg-122 {
    margin-bottom: 22px !important; }
  .ml-lg-122,
  .mx-lg-122 {
    margin-left: 22px !important; }
  .m-lg-123 {
    margin: 23px !important; }
  .mt-lg-123,
  .my-lg-123 {
    margin-top: 23px !important; }
  .mr-lg-123,
  .mx-lg-123 {
    margin-right: 23px !important; }
  .mb-lg-123,
  .my-lg-123 {
    margin-bottom: 23px !important; }
  .ml-lg-123,
  .mx-lg-123 {
    margin-left: 23px !important; }
  .m-lg-124 {
    margin: 24px !important; }
  .mt-lg-124,
  .my-lg-124 {
    margin-top: 24px !important; }
  .mr-lg-124,
  .mx-lg-124 {
    margin-right: 24px !important; }
  .mb-lg-124,
  .my-lg-124 {
    margin-bottom: 24px !important; }
  .ml-lg-124,
  .mx-lg-124 {
    margin-left: 24px !important; }
  .m-lg-125 {
    margin: 25px !important; }
  .mt-lg-125,
  .my-lg-125 {
    margin-top: 25px !important; }
  .mr-lg-125,
  .mx-lg-125 {
    margin-right: 25px !important; }
  .mb-lg-125,
  .my-lg-125 {
    margin-bottom: 25px !important; }
  .ml-lg-125,
  .mx-lg-125 {
    margin-left: 25px !important; }
  .m-lg-126 {
    margin: 26px !important; }
  .mt-lg-126,
  .my-lg-126 {
    margin-top: 26px !important; }
  .mr-lg-126,
  .mx-lg-126 {
    margin-right: 26px !important; }
  .mb-lg-126,
  .my-lg-126 {
    margin-bottom: 26px !important; }
  .ml-lg-126,
  .mx-lg-126 {
    margin-left: 26px !important; }
  .m-lg-127 {
    margin: 27px !important; }
  .mt-lg-127,
  .my-lg-127 {
    margin-top: 27px !important; }
  .mr-lg-127,
  .mx-lg-127 {
    margin-right: 27px !important; }
  .mb-lg-127,
  .my-lg-127 {
    margin-bottom: 27px !important; }
  .ml-lg-127,
  .mx-lg-127 {
    margin-left: 27px !important; }
  .m-lg-128 {
    margin: 28px !important; }
  .mt-lg-128,
  .my-lg-128 {
    margin-top: 28px !important; }
  .mr-lg-128,
  .mx-lg-128 {
    margin-right: 28px !important; }
  .mb-lg-128,
  .my-lg-128 {
    margin-bottom: 28px !important; }
  .ml-lg-128,
  .mx-lg-128 {
    margin-left: 28px !important; }
  .m-lg-129 {
    margin: 29px !important; }
  .mt-lg-129,
  .my-lg-129 {
    margin-top: 29px !important; }
  .mr-lg-129,
  .mx-lg-129 {
    margin-right: 29px !important; }
  .mb-lg-129,
  .my-lg-129 {
    margin-bottom: 29px !important; }
  .ml-lg-129,
  .mx-lg-129 {
    margin-left: 29px !important; }
  .m-lg-130 {
    margin: 30px !important; }
  .mt-lg-130,
  .my-lg-130 {
    margin-top: 30px !important; }
  .mr-lg-130,
  .mx-lg-130 {
    margin-right: 30px !important; }
  .mb-lg-130,
  .my-lg-130 {
    margin-bottom: 30px !important; }
  .ml-lg-130,
  .mx-lg-130 {
    margin-left: 30px !important; }
  .m-lg-131 {
    margin: 31px !important; }
  .mt-lg-131,
  .my-lg-131 {
    margin-top: 31px !important; }
  .mr-lg-131,
  .mx-lg-131 {
    margin-right: 31px !important; }
  .mb-lg-131,
  .my-lg-131 {
    margin-bottom: 31px !important; }
  .ml-lg-131,
  .mx-lg-131 {
    margin-left: 31px !important; }
  .m-lg-132 {
    margin: 32px !important; }
  .mt-lg-132,
  .my-lg-132 {
    margin-top: 32px !important; }
  .mr-lg-132,
  .mx-lg-132 {
    margin-right: 32px !important; }
  .mb-lg-132,
  .my-lg-132 {
    margin-bottom: 32px !important; }
  .ml-lg-132,
  .mx-lg-132 {
    margin-left: 32px !important; }
  .m-lg-133 {
    margin: 33px !important; }
  .mt-lg-133,
  .my-lg-133 {
    margin-top: 33px !important; }
  .mr-lg-133,
  .mx-lg-133 {
    margin-right: 33px !important; }
  .mb-lg-133,
  .my-lg-133 {
    margin-bottom: 33px !important; }
  .ml-lg-133,
  .mx-lg-133 {
    margin-left: 33px !important; }
  .m-lg-134 {
    margin: 34px !important; }
  .mt-lg-134,
  .my-lg-134 {
    margin-top: 34px !important; }
  .mr-lg-134,
  .mx-lg-134 {
    margin-right: 34px !important; }
  .mb-lg-134,
  .my-lg-134 {
    margin-bottom: 34px !important; }
  .ml-lg-134,
  .mx-lg-134 {
    margin-left: 34px !important; }
  .m-lg-135 {
    margin: 35px !important; }
  .mt-lg-135,
  .my-lg-135 {
    margin-top: 35px !important; }
  .mr-lg-135,
  .mx-lg-135 {
    margin-right: 35px !important; }
  .mb-lg-135,
  .my-lg-135 {
    margin-bottom: 35px !important; }
  .ml-lg-135,
  .mx-lg-135 {
    margin-left: 35px !important; }
  .m-lg-136 {
    margin: 36px !important; }
  .mt-lg-136,
  .my-lg-136 {
    margin-top: 36px !important; }
  .mr-lg-136,
  .mx-lg-136 {
    margin-right: 36px !important; }
  .mb-lg-136,
  .my-lg-136 {
    margin-bottom: 36px !important; }
  .ml-lg-136,
  .mx-lg-136 {
    margin-left: 36px !important; }
  .m-lg-137 {
    margin: 37px !important; }
  .mt-lg-137,
  .my-lg-137 {
    margin-top: 37px !important; }
  .mr-lg-137,
  .mx-lg-137 {
    margin-right: 37px !important; }
  .mb-lg-137,
  .my-lg-137 {
    margin-bottom: 37px !important; }
  .ml-lg-137,
  .mx-lg-137 {
    margin-left: 37px !important; }
  .m-lg-138 {
    margin: 38px !important; }
  .mt-lg-138,
  .my-lg-138 {
    margin-top: 38px !important; }
  .mr-lg-138,
  .mx-lg-138 {
    margin-right: 38px !important; }
  .mb-lg-138,
  .my-lg-138 {
    margin-bottom: 38px !important; }
  .ml-lg-138,
  .mx-lg-138 {
    margin-left: 38px !important; }
  .m-lg-139 {
    margin: 39px !important; }
  .mt-lg-139,
  .my-lg-139 {
    margin-top: 39px !important; }
  .mr-lg-139,
  .mx-lg-139 {
    margin-right: 39px !important; }
  .mb-lg-139,
  .my-lg-139 {
    margin-bottom: 39px !important; }
  .ml-lg-139,
  .mx-lg-139 {
    margin-left: 39px !important; }
  .m-lg-140 {
    margin: 40px !important; }
  .mt-lg-140,
  .my-lg-140 {
    margin-top: 40px !important; }
  .mr-lg-140,
  .mx-lg-140 {
    margin-right: 40px !important; }
  .mb-lg-140,
  .my-lg-140 {
    margin-bottom: 40px !important; }
  .ml-lg-140,
  .mx-lg-140 {
    margin-left: 40px !important; }
  .m-lg-141 {
    margin: 41px !important; }
  .mt-lg-141,
  .my-lg-141 {
    margin-top: 41px !important; }
  .mr-lg-141,
  .mx-lg-141 {
    margin-right: 41px !important; }
  .mb-lg-141,
  .my-lg-141 {
    margin-bottom: 41px !important; }
  .ml-lg-141,
  .mx-lg-141 {
    margin-left: 41px !important; }
  .m-lg-142 {
    margin: 42px !important; }
  .mt-lg-142,
  .my-lg-142 {
    margin-top: 42px !important; }
  .mr-lg-142,
  .mx-lg-142 {
    margin-right: 42px !important; }
  .mb-lg-142,
  .my-lg-142 {
    margin-bottom: 42px !important; }
  .ml-lg-142,
  .mx-lg-142 {
    margin-left: 42px !important; }
  .m-lg-143 {
    margin: 43px !important; }
  .mt-lg-143,
  .my-lg-143 {
    margin-top: 43px !important; }
  .mr-lg-143,
  .mx-lg-143 {
    margin-right: 43px !important; }
  .mb-lg-143,
  .my-lg-143 {
    margin-bottom: 43px !important; }
  .ml-lg-143,
  .mx-lg-143 {
    margin-left: 43px !important; }
  .m-lg-144 {
    margin: 44px !important; }
  .mt-lg-144,
  .my-lg-144 {
    margin-top: 44px !important; }
  .mr-lg-144,
  .mx-lg-144 {
    margin-right: 44px !important; }
  .mb-lg-144,
  .my-lg-144 {
    margin-bottom: 44px !important; }
  .ml-lg-144,
  .mx-lg-144 {
    margin-left: 44px !important; }
  .m-lg-145 {
    margin: 45px !important; }
  .mt-lg-145,
  .my-lg-145 {
    margin-top: 45px !important; }
  .mr-lg-145,
  .mx-lg-145 {
    margin-right: 45px !important; }
  .mb-lg-145,
  .my-lg-145 {
    margin-bottom: 45px !important; }
  .ml-lg-145,
  .mx-lg-145 {
    margin-left: 45px !important; }
  .m-lg-146 {
    margin: 46px !important; }
  .mt-lg-146,
  .my-lg-146 {
    margin-top: 46px !important; }
  .mr-lg-146,
  .mx-lg-146 {
    margin-right: 46px !important; }
  .mb-lg-146,
  .my-lg-146 {
    margin-bottom: 46px !important; }
  .ml-lg-146,
  .mx-lg-146 {
    margin-left: 46px !important; }
  .m-lg-147 {
    margin: 47px !important; }
  .mt-lg-147,
  .my-lg-147 {
    margin-top: 47px !important; }
  .mr-lg-147,
  .mx-lg-147 {
    margin-right: 47px !important; }
  .mb-lg-147,
  .my-lg-147 {
    margin-bottom: 47px !important; }
  .ml-lg-147,
  .mx-lg-147 {
    margin-left: 47px !important; }
  .m-lg-148 {
    margin: 48px !important; }
  .mt-lg-148,
  .my-lg-148 {
    margin-top: 48px !important; }
  .mr-lg-148,
  .mx-lg-148 {
    margin-right: 48px !important; }
  .mb-lg-148,
  .my-lg-148 {
    margin-bottom: 48px !important; }
  .ml-lg-148,
  .mx-lg-148 {
    margin-left: 48px !important; }
  .m-lg-149 {
    margin: 49px !important; }
  .mt-lg-149,
  .my-lg-149 {
    margin-top: 49px !important; }
  .mr-lg-149,
  .mx-lg-149 {
    margin-right: 49px !important; }
  .mb-lg-149,
  .my-lg-149 {
    margin-bottom: 49px !important; }
  .ml-lg-149,
  .mx-lg-149 {
    margin-left: 49px !important; }
  .m-lg-150 {
    margin: 40px !important; }
  .mt-lg-150,
  .my-lg-150 {
    margin-top: 40px !important; }
  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 40px !important; }
  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 40px !important; }
  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 40px !important; }
  .m-lg-190 {
    margin: 90px !important; }
  .mt-lg-190,
  .my-lg-190 {
    margin-top: 90px !important; }
  .mr-lg-190,
  .mx-lg-190 {
    margin-right: 90px !important; }
  .mb-lg-190,
  .my-lg-190 {
    margin-bottom: 90px !important; }
  .ml-lg-190,
  .mx-lg-190 {
    margin-left: 90px !important; }
  .m-lg-160 {
    margin: 60px !important; }
  .mt-lg-160,
  .my-lg-160 {
    margin-top: 60px !important; }
  .mr-lg-160,
  .mx-lg-160 {
    margin-right: 60px !important; }
  .mb-lg-160,
  .my-lg-160 {
    margin-bottom: 60px !important; }
  .ml-lg-160,
  .mx-lg-160 {
    margin-left: 60px !important; }
  .m-lg-170 {
    margin: 70px !important; }
  .mt-lg-170,
  .my-lg-170 {
    margin-top: 70px !important; }
  .mr-lg-170,
  .mx-lg-170 {
    margin-right: 70px !important; }
  .mb-lg-170,
  .my-lg-170 {
    margin-bottom: 70px !important; }
  .ml-lg-170,
  .mx-lg-170 {
    margin-left: 70px !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: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.9rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.9rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.9rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.9rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.9rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 2.3rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2.3rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2.3rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2.3rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2.3rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .p-lg-35 {
    padding: 1.7rem !important; }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 1.7rem !important; }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 1.7rem !important; }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 1.7rem !important; }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 1.7rem !important; }
  .p-lg-6 {
    padding: 3.7rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3.7rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3.7rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3.7rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3.7rem !important; }
  .p-lg-7 {
    padding: 4rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 4rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 4rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 4rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 4rem !important; }
  .p-lg-8 {
    padding: 4.5rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 4.5rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 4.5rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 4.5rem !important; }
  .p-lg-9 {
    padding: 5rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 5rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 5rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 5rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 5rem !important; }
  .p-lg-10 {
    padding: 5.5rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 5.5rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 5.5rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 5.5rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 5.5rem !important; }
  .p-lg-120 {
    padding: 7.3rem !important; }
  .pt-lg-120,
  .py-lg-120 {
    padding-top: 7.3rem !important; }
  .pr-lg-120,
  .px-lg-120 {
    padding-right: 7.3rem !important; }
  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 7.3rem !important; }
  .pl-lg-120,
  .px-lg-120 {
    padding-left: 7.3rem !important; }
  .p-lg-101 {
    padding: 1px !important; }
  .pt-lg-101,
  .py-lg-101 {
    padding-top: 1px !important; }
  .pr-lg-101,
  .px-lg-101 {
    padding-right: 1px !important; }
  .pb-lg-101,
  .py-lg-101 {
    padding-bottom: 1px !important; }
  .pl-lg-101,
  .px-lg-101 {
    padding-left: 1px !important; }
  .p-lg-102 {
    padding: 2px !important; }
  .pt-lg-102,
  .py-lg-102 {
    padding-top: 2px !important; }
  .pr-lg-102,
  .px-lg-102 {
    padding-right: 2px !important; }
  .pb-lg-102,
  .py-lg-102 {
    padding-bottom: 2px !important; }
  .pl-lg-102,
  .px-lg-102 {
    padding-left: 2px !important; }
  .p-lg-103 {
    padding: 3px !important; }
  .pt-lg-103,
  .py-lg-103 {
    padding-top: 3px !important; }
  .pr-lg-103,
  .px-lg-103 {
    padding-right: 3px !important; }
  .pb-lg-103,
  .py-lg-103 {
    padding-bottom: 3px !important; }
  .pl-lg-103,
  .px-lg-103 {
    padding-left: 3px !important; }
  .p-lg-104 {
    padding: 4px !important; }
  .pt-lg-104,
  .py-lg-104 {
    padding-top: 4px !important; }
  .pr-lg-104,
  .px-lg-104 {
    padding-right: 4px !important; }
  .pb-lg-104,
  .py-lg-104 {
    padding-bottom: 4px !important; }
  .pl-lg-104,
  .px-lg-104 {
    padding-left: 4px !important; }
  .p-lg-105 {
    padding: 5px !important; }
  .pt-lg-105,
  .py-lg-105 {
    padding-top: 5px !important; }
  .pr-lg-105,
  .px-lg-105 {
    padding-right: 5px !important; }
  .pb-lg-105,
  .py-lg-105 {
    padding-bottom: 5px !important; }
  .pl-lg-105,
  .px-lg-105 {
    padding-left: 5px !important; }
  .p-lg-106 {
    padding: 6px !important; }
  .pt-lg-106,
  .py-lg-106 {
    padding-top: 6px !important; }
  .pr-lg-106,
  .px-lg-106 {
    padding-right: 6px !important; }
  .pb-lg-106,
  .py-lg-106 {
    padding-bottom: 6px !important; }
  .pl-lg-106,
  .px-lg-106 {
    padding-left: 6px !important; }
  .p-lg-107 {
    padding: 7px !important; }
  .pt-lg-107,
  .py-lg-107 {
    padding-top: 7px !important; }
  .pr-lg-107,
  .px-lg-107 {
    padding-right: 7px !important; }
  .pb-lg-107,
  .py-lg-107 {
    padding-bottom: 7px !important; }
  .pl-lg-107,
  .px-lg-107 {
    padding-left: 7px !important; }
  .p-lg-108 {
    padding: 8px !important; }
  .pt-lg-108,
  .py-lg-108 {
    padding-top: 8px !important; }
  .pr-lg-108,
  .px-lg-108 {
    padding-right: 8px !important; }
  .pb-lg-108,
  .py-lg-108 {
    padding-bottom: 8px !important; }
  .pl-lg-108,
  .px-lg-108 {
    padding-left: 8px !important; }
  .p-lg-109 {
    padding: 9px !important; }
  .pt-lg-109,
  .py-lg-109 {
    padding-top: 9px !important; }
  .pr-lg-109,
  .px-lg-109 {
    padding-right: 9px !important; }
  .pb-lg-109,
  .py-lg-109 {
    padding-bottom: 9px !important; }
  .pl-lg-109,
  .px-lg-109 {
    padding-left: 9px !important; }
  .p-lg-110 {
    padding: 10px !important; }
  .pt-lg-110,
  .py-lg-110 {
    padding-top: 10px !important; }
  .pr-lg-110,
  .px-lg-110 {
    padding-right: 10px !important; }
  .pb-lg-110,
  .py-lg-110 {
    padding-bottom: 10px !important; }
  .pl-lg-110,
  .px-lg-110 {
    padding-left: 10px !important; }
  .p-lg-111 {
    padding: 11px !important; }
  .pt-lg-111,
  .py-lg-111 {
    padding-top: 11px !important; }
  .pr-lg-111,
  .px-lg-111 {
    padding-right: 11px !important; }
  .pb-lg-111,
  .py-lg-111 {
    padding-bottom: 11px !important; }
  .pl-lg-111,
  .px-lg-111 {
    padding-left: 11px !important; }
  .p-lg-112 {
    padding: 12px !important; }
  .pt-lg-112,
  .py-lg-112 {
    padding-top: 12px !important; }
  .pr-lg-112,
  .px-lg-112 {
    padding-right: 12px !important; }
  .pb-lg-112,
  .py-lg-112 {
    padding-bottom: 12px !important; }
  .pl-lg-112,
  .px-lg-112 {
    padding-left: 12px !important; }
  .p-lg-113 {
    padding: 13px !important; }
  .pt-lg-113,
  .py-lg-113 {
    padding-top: 13px !important; }
  .pr-lg-113,
  .px-lg-113 {
    padding-right: 13px !important; }
  .pb-lg-113,
  .py-lg-113 {
    padding-bottom: 13px !important; }
  .pl-lg-113,
  .px-lg-113 {
    padding-left: 13px !important; }
  .p-lg-114 {
    padding: 14px !important; }
  .pt-lg-114,
  .py-lg-114 {
    padding-top: 14px !important; }
  .pr-lg-114,
  .px-lg-114 {
    padding-right: 14px !important; }
  .pb-lg-114,
  .py-lg-114 {
    padding-bottom: 14px !important; }
  .pl-lg-114,
  .px-lg-114 {
    padding-left: 14px !important; }
  .p-lg-115 {
    padding: 15px !important; }
  .pt-lg-115,
  .py-lg-115 {
    padding-top: 15px !important; }
  .pr-lg-115,
  .px-lg-115 {
    padding-right: 15px !important; }
  .pb-lg-115,
  .py-lg-115 {
    padding-bottom: 15px !important; }
  .pl-lg-115,
  .px-lg-115 {
    padding-left: 15px !important; }
  .p-lg-116 {
    padding: 16px !important; }
  .pt-lg-116,
  .py-lg-116 {
    padding-top: 16px !important; }
  .pr-lg-116,
  .px-lg-116 {
    padding-right: 16px !important; }
  .pb-lg-116,
  .py-lg-116 {
    padding-bottom: 16px !important; }
  .pl-lg-116,
  .px-lg-116 {
    padding-left: 16px !important; }
  .p-lg-117 {
    padding: 17px !important; }
  .pt-lg-117,
  .py-lg-117 {
    padding-top: 17px !important; }
  .pr-lg-117,
  .px-lg-117 {
    padding-right: 17px !important; }
  .pb-lg-117,
  .py-lg-117 {
    padding-bottom: 17px !important; }
  .pl-lg-117,
  .px-lg-117 {
    padding-left: 17px !important; }
  .p-lg-118 {
    padding: 18px !important; }
  .pt-lg-118,
  .py-lg-118 {
    padding-top: 18px !important; }
  .pr-lg-118,
  .px-lg-118 {
    padding-right: 18px !important; }
  .pb-lg-118,
  .py-lg-118 {
    padding-bottom: 18px !important; }
  .pl-lg-118,
  .px-lg-118 {
    padding-left: 18px !important; }
  .p-lg-119 {
    padding: 19px !important; }
  .pt-lg-119,
  .py-lg-119 {
    padding-top: 19px !important; }
  .pr-lg-119,
  .px-lg-119 {
    padding-right: 19px !important; }
  .pb-lg-119,
  .py-lg-119 {
    padding-bottom: 19px !important; }
  .pl-lg-119,
  .px-lg-119 {
    padding-left: 19px !important; }
  .p-lg-121 {
    padding: 21px !important; }
  .pt-lg-121,
  .py-lg-121 {
    padding-top: 21px !important; }
  .pr-lg-121,
  .px-lg-121 {
    padding-right: 21px !important; }
  .pb-lg-121,
  .py-lg-121 {
    padding-bottom: 21px !important; }
  .pl-lg-121,
  .px-lg-121 {
    padding-left: 21px !important; }
  .p-lg-122 {
    padding: 22px !important; }
  .pt-lg-122,
  .py-lg-122 {
    padding-top: 22px !important; }
  .pr-lg-122,
  .px-lg-122 {
    padding-right: 22px !important; }
  .pb-lg-122,
  .py-lg-122 {
    padding-bottom: 22px !important; }
  .pl-lg-122,
  .px-lg-122 {
    padding-left: 22px !important; }
  .p-lg-123 {
    padding: 23px !important; }
  .pt-lg-123,
  .py-lg-123 {
    padding-top: 23px !important; }
  .pr-lg-123,
  .px-lg-123 {
    padding-right: 23px !important; }
  .pb-lg-123,
  .py-lg-123 {
    padding-bottom: 23px !important; }
  .pl-lg-123,
  .px-lg-123 {
    padding-left: 23px !important; }
  .p-lg-124 {
    padding: 24px !important; }
  .pt-lg-124,
  .py-lg-124 {
    padding-top: 24px !important; }
  .pr-lg-124,
  .px-lg-124 {
    padding-right: 24px !important; }
  .pb-lg-124,
  .py-lg-124 {
    padding-bottom: 24px !important; }
  .pl-lg-124,
  .px-lg-124 {
    padding-left: 24px !important; }
  .p-lg-125 {
    padding: 25px !important; }
  .pt-lg-125,
  .py-lg-125 {
    padding-top: 25px !important; }
  .pr-lg-125,
  .px-lg-125 {
    padding-right: 25px !important; }
  .pb-lg-125,
  .py-lg-125 {
    padding-bottom: 25px !important; }
  .pl-lg-125,
  .px-lg-125 {
    padding-left: 25px !important; }
  .p-lg-126 {
    padding: 26px !important; }
  .pt-lg-126,
  .py-lg-126 {
    padding-top: 26px !important; }
  .pr-lg-126,
  .px-lg-126 {
    padding-right: 26px !important; }
  .pb-lg-126,
  .py-lg-126 {
    padding-bottom: 26px !important; }
  .pl-lg-126,
  .px-lg-126 {
    padding-left: 26px !important; }
  .p-lg-127 {
    padding: 27px !important; }
  .pt-lg-127,
  .py-lg-127 {
    padding-top: 27px !important; }
  .pr-lg-127,
  .px-lg-127 {
    padding-right: 27px !important; }
  .pb-lg-127,
  .py-lg-127 {
    padding-bottom: 27px !important; }
  .pl-lg-127,
  .px-lg-127 {
    padding-left: 27px !important; }
  .p-lg-128 {
    padding: 28px !important; }
  .pt-lg-128,
  .py-lg-128 {
    padding-top: 28px !important; }
  .pr-lg-128,
  .px-lg-128 {
    padding-right: 28px !important; }
  .pb-lg-128,
  .py-lg-128 {
    padding-bottom: 28px !important; }
  .pl-lg-128,
  .px-lg-128 {
    padding-left: 28px !important; }
  .p-lg-129 {
    padding: 29px !important; }
  .pt-lg-129,
  .py-lg-129 {
    padding-top: 29px !important; }
  .pr-lg-129,
  .px-lg-129 {
    padding-right: 29px !important; }
  .pb-lg-129,
  .py-lg-129 {
    padding-bottom: 29px !important; }
  .pl-lg-129,
  .px-lg-129 {
    padding-left: 29px !important; }
  .p-lg-130 {
    padding: 30px !important; }
  .pt-lg-130,
  .py-lg-130 {
    padding-top: 30px !important; }
  .pr-lg-130,
  .px-lg-130 {
    padding-right: 30px !important; }
  .pb-lg-130,
  .py-lg-130 {
    padding-bottom: 30px !important; }
  .pl-lg-130,
  .px-lg-130 {
    padding-left: 30px !important; }
  .p-lg-131 {
    padding: 31px !important; }
  .pt-lg-131,
  .py-lg-131 {
    padding-top: 31px !important; }
  .pr-lg-131,
  .px-lg-131 {
    padding-right: 31px !important; }
  .pb-lg-131,
  .py-lg-131 {
    padding-bottom: 31px !important; }
  .pl-lg-131,
  .px-lg-131 {
    padding-left: 31px !important; }
  .p-lg-132 {
    padding: 32px !important; }
  .pt-lg-132,
  .py-lg-132 {
    padding-top: 32px !important; }
  .pr-lg-132,
  .px-lg-132 {
    padding-right: 32px !important; }
  .pb-lg-132,
  .py-lg-132 {
    padding-bottom: 32px !important; }
  .pl-lg-132,
  .px-lg-132 {
    padding-left: 32px !important; }
  .p-lg-133 {
    padding: 33px !important; }
  .pt-lg-133,
  .py-lg-133 {
    padding-top: 33px !important; }
  .pr-lg-133,
  .px-lg-133 {
    padding-right: 33px !important; }
  .pb-lg-133,
  .py-lg-133 {
    padding-bottom: 33px !important; }
  .pl-lg-133,
  .px-lg-133 {
    padding-left: 33px !important; }
  .p-lg-134 {
    padding: 34px !important; }
  .pt-lg-134,
  .py-lg-134 {
    padding-top: 34px !important; }
  .pr-lg-134,
  .px-lg-134 {
    padding-right: 34px !important; }
  .pb-lg-134,
  .py-lg-134 {
    padding-bottom: 34px !important; }
  .pl-lg-134,
  .px-lg-134 {
    padding-left: 34px !important; }
  .p-lg-135 {
    padding: 35px !important; }
  .pt-lg-135,
  .py-lg-135 {
    padding-top: 35px !important; }
  .pr-lg-135,
  .px-lg-135 {
    padding-right: 35px !important; }
  .pb-lg-135,
  .py-lg-135 {
    padding-bottom: 35px !important; }
  .pl-lg-135,
  .px-lg-135 {
    padding-left: 35px !important; }
  .p-lg-136 {
    padding: 36px !important; }
  .pt-lg-136,
  .py-lg-136 {
    padding-top: 36px !important; }
  .pr-lg-136,
  .px-lg-136 {
    padding-right: 36px !important; }
  .pb-lg-136,
  .py-lg-136 {
    padding-bottom: 36px !important; }
  .pl-lg-136,
  .px-lg-136 {
    padding-left: 36px !important; }
  .p-lg-137 {
    padding: 37px !important; }
  .pt-lg-137,
  .py-lg-137 {
    padding-top: 37px !important; }
  .pr-lg-137,
  .px-lg-137 {
    padding-right: 37px !important; }
  .pb-lg-137,
  .py-lg-137 {
    padding-bottom: 37px !important; }
  .pl-lg-137,
  .px-lg-137 {
    padding-left: 37px !important; }
  .p-lg-138 {
    padding: 38px !important; }
  .pt-lg-138,
  .py-lg-138 {
    padding-top: 38px !important; }
  .pr-lg-138,
  .px-lg-138 {
    padding-right: 38px !important; }
  .pb-lg-138,
  .py-lg-138 {
    padding-bottom: 38px !important; }
  .pl-lg-138,
  .px-lg-138 {
    padding-left: 38px !important; }
  .p-lg-139 {
    padding: 39px !important; }
  .pt-lg-139,
  .py-lg-139 {
    padding-top: 39px !important; }
  .pr-lg-139,
  .px-lg-139 {
    padding-right: 39px !important; }
  .pb-lg-139,
  .py-lg-139 {
    padding-bottom: 39px !important; }
  .pl-lg-139,
  .px-lg-139 {
    padding-left: 39px !important; }
  .p-lg-140 {
    padding: 40px !important; }
  .pt-lg-140,
  .py-lg-140 {
    padding-top: 40px !important; }
  .pr-lg-140,
  .px-lg-140 {
    padding-right: 40px !important; }
  .pb-lg-140,
  .py-lg-140 {
    padding-bottom: 40px !important; }
  .pl-lg-140,
  .px-lg-140 {
    padding-left: 40px !important; }
  .p-lg-141 {
    padding: 41px !important; }
  .pt-lg-141,
  .py-lg-141 {
    padding-top: 41px !important; }
  .pr-lg-141,
  .px-lg-141 {
    padding-right: 41px !important; }
  .pb-lg-141,
  .py-lg-141 {
    padding-bottom: 41px !important; }
  .pl-lg-141,
  .px-lg-141 {
    padding-left: 41px !important; }
  .p-lg-142 {
    padding: 42px !important; }
  .pt-lg-142,
  .py-lg-142 {
    padding-top: 42px !important; }
  .pr-lg-142,
  .px-lg-142 {
    padding-right: 42px !important; }
  .pb-lg-142,
  .py-lg-142 {
    padding-bottom: 42px !important; }
  .pl-lg-142,
  .px-lg-142 {
    padding-left: 42px !important; }
  .p-lg-143 {
    padding: 43px !important; }
  .pt-lg-143,
  .py-lg-143 {
    padding-top: 43px !important; }
  .pr-lg-143,
  .px-lg-143 {
    padding-right: 43px !important; }
  .pb-lg-143,
  .py-lg-143 {
    padding-bottom: 43px !important; }
  .pl-lg-143,
  .px-lg-143 {
    padding-left: 43px !important; }
  .p-lg-144 {
    padding: 44px !important; }
  .pt-lg-144,
  .py-lg-144 {
    padding-top: 44px !important; }
  .pr-lg-144,
  .px-lg-144 {
    padding-right: 44px !important; }
  .pb-lg-144,
  .py-lg-144 {
    padding-bottom: 44px !important; }
  .pl-lg-144,
  .px-lg-144 {
    padding-left: 44px !important; }
  .p-lg-145 {
    padding: 45px !important; }
  .pt-lg-145,
  .py-lg-145 {
    padding-top: 45px !important; }
  .pr-lg-145,
  .px-lg-145 {
    padding-right: 45px !important; }
  .pb-lg-145,
  .py-lg-145 {
    padding-bottom: 45px !important; }
  .pl-lg-145,
  .px-lg-145 {
    padding-left: 45px !important; }
  .p-lg-146 {
    padding: 46px !important; }
  .pt-lg-146,
  .py-lg-146 {
    padding-top: 46px !important; }
  .pr-lg-146,
  .px-lg-146 {
    padding-right: 46px !important; }
  .pb-lg-146,
  .py-lg-146 {
    padding-bottom: 46px !important; }
  .pl-lg-146,
  .px-lg-146 {
    padding-left: 46px !important; }
  .p-lg-147 {
    padding: 47px !important; }
  .pt-lg-147,
  .py-lg-147 {
    padding-top: 47px !important; }
  .pr-lg-147,
  .px-lg-147 {
    padding-right: 47px !important; }
  .pb-lg-147,
  .py-lg-147 {
    padding-bottom: 47px !important; }
  .pl-lg-147,
  .px-lg-147 {
    padding-left: 47px !important; }
  .p-lg-148 {
    padding: 48px !important; }
  .pt-lg-148,
  .py-lg-148 {
    padding-top: 48px !important; }
  .pr-lg-148,
  .px-lg-148 {
    padding-right: 48px !important; }
  .pb-lg-148,
  .py-lg-148 {
    padding-bottom: 48px !important; }
  .pl-lg-148,
  .px-lg-148 {
    padding-left: 48px !important; }
  .p-lg-149 {
    padding: 49px !important; }
  .pt-lg-149,
  .py-lg-149 {
    padding-top: 49px !important; }
  .pr-lg-149,
  .px-lg-149 {
    padding-right: 49px !important; }
  .pb-lg-149,
  .py-lg-149 {
    padding-bottom: 49px !important; }
  .pl-lg-149,
  .px-lg-149 {
    padding-left: 49px !important; }
  .p-lg-150 {
    padding: 40px !important; }
  .pt-lg-150,
  .py-lg-150 {
    padding-top: 40px !important; }
  .pr-lg-150,
  .px-lg-150 {
    padding-right: 40px !important; }
  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 40px !important; }
  .pl-lg-150,
  .px-lg-150 {
    padding-left: 40px !important; }
  .p-lg-190 {
    padding: 90px !important; }
  .pt-lg-190,
  .py-lg-190 {
    padding-top: 90px !important; }
  .pr-lg-190,
  .px-lg-190 {
    padding-right: 90px !important; }
  .pb-lg-190,
  .py-lg-190 {
    padding-bottom: 90px !important; }
  .pl-lg-190,
  .px-lg-190 {
    padding-left: 90px !important; }
  .p-lg-160 {
    padding: 60px !important; }
  .pt-lg-160,
  .py-lg-160 {
    padding-top: 60px !important; }
  .pr-lg-160,
  .px-lg-160 {
    padding-right: 60px !important; }
  .pb-lg-160,
  .py-lg-160 {
    padding-bottom: 60px !important; }
  .pl-lg-160,
  .px-lg-160 {
    padding-left: 60px !important; }
  .p-lg-170 {
    padding: 70px !important; }
  .pt-lg-170,
  .py-lg-170 {
    padding-top: 70px !important; }
  .pr-lg-170,
  .px-lg-170 {
    padding-right: 70px !important; }
  .pb-lg-170,
  .py-lg-170 {
    padding-bottom: 70px !important; }
  .pl-lg-170,
  .px-lg-170 {
    padding-left: 70px !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.9rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.9rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.9rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.9rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.9rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -2.3rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2.3rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2.3rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2.3rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2.3rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-n35 {
    margin: -1.7rem !important; }
  .mt-lg-n35,
  .my-lg-n35 {
    margin-top: -1.7rem !important; }
  .mr-lg-n35,
  .mx-lg-n35 {
    margin-right: -1.7rem !important; }
  .mb-lg-n35,
  .my-lg-n35 {
    margin-bottom: -1.7rem !important; }
  .ml-lg-n35,
  .mx-lg-n35 {
    margin-left: -1.7rem !important; }
  .m-lg-n6 {
    margin: -3.7rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -3.7rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -3.7rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -3.7rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -3.7rem !important; }
  .m-lg-n7 {
    margin: -4rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -4rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -4rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -4rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -4rem !important; }
  .m-lg-n8 {
    margin: -4.5rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -4.5rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -4.5rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -4.5rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -4.5rem !important; }
  .m-lg-n9 {
    margin: -5rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -5rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -5rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -5rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -5rem !important; }
  .m-lg-n10 {
    margin: -5.5rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -5.5rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -5.5rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -5.5rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -5.5rem !important; }
  .m-lg-n120 {
    margin: -7.3rem !important; }
  .mt-lg-n120,
  .my-lg-n120 {
    margin-top: -7.3rem !important; }
  .mr-lg-n120,
  .mx-lg-n120 {
    margin-right: -7.3rem !important; }
  .mb-lg-n120,
  .my-lg-n120 {
    margin-bottom: -7.3rem !important; }
  .ml-lg-n120,
  .mx-lg-n120 {
    margin-left: -7.3rem !important; }
  .m-lg-n101 {
    margin: -1px !important; }
  .mt-lg-n101,
  .my-lg-n101 {
    margin-top: -1px !important; }
  .mr-lg-n101,
  .mx-lg-n101 {
    margin-right: -1px !important; }
  .mb-lg-n101,
  .my-lg-n101 {
    margin-bottom: -1px !important; }
  .ml-lg-n101,
  .mx-lg-n101 {
    margin-left: -1px !important; }
  .m-lg-n102 {
    margin: -2px !important; }
  .mt-lg-n102,
  .my-lg-n102 {
    margin-top: -2px !important; }
  .mr-lg-n102,
  .mx-lg-n102 {
    margin-right: -2px !important; }
  .mb-lg-n102,
  .my-lg-n102 {
    margin-bottom: -2px !important; }
  .ml-lg-n102,
  .mx-lg-n102 {
    margin-left: -2px !important; }
  .m-lg-n103 {
    margin: -3px !important; }
  .mt-lg-n103,
  .my-lg-n103 {
    margin-top: -3px !important; }
  .mr-lg-n103,
  .mx-lg-n103 {
    margin-right: -3px !important; }
  .mb-lg-n103,
  .my-lg-n103 {
    margin-bottom: -3px !important; }
  .ml-lg-n103,
  .mx-lg-n103 {
    margin-left: -3px !important; }
  .m-lg-n104 {
    margin: -4px !important; }
  .mt-lg-n104,
  .my-lg-n104 {
    margin-top: -4px !important; }
  .mr-lg-n104,
  .mx-lg-n104 {
    margin-right: -4px !important; }
  .mb-lg-n104,
  .my-lg-n104 {
    margin-bottom: -4px !important; }
  .ml-lg-n104,
  .mx-lg-n104 {
    margin-left: -4px !important; }
  .m-lg-n105 {
    margin: -5px !important; }
  .mt-lg-n105,
  .my-lg-n105 {
    margin-top: -5px !important; }
  .mr-lg-n105,
  .mx-lg-n105 {
    margin-right: -5px !important; }
  .mb-lg-n105,
  .my-lg-n105 {
    margin-bottom: -5px !important; }
  .ml-lg-n105,
  .mx-lg-n105 {
    margin-left: -5px !important; }
  .m-lg-n106 {
    margin: -6px !important; }
  .mt-lg-n106,
  .my-lg-n106 {
    margin-top: -6px !important; }
  .mr-lg-n106,
  .mx-lg-n106 {
    margin-right: -6px !important; }
  .mb-lg-n106,
  .my-lg-n106 {
    margin-bottom: -6px !important; }
  .ml-lg-n106,
  .mx-lg-n106 {
    margin-left: -6px !important; }
  .m-lg-n107 {
    margin: -7px !important; }
  .mt-lg-n107,
  .my-lg-n107 {
    margin-top: -7px !important; }
  .mr-lg-n107,
  .mx-lg-n107 {
    margin-right: -7px !important; }
  .mb-lg-n107,
  .my-lg-n107 {
    margin-bottom: -7px !important; }
  .ml-lg-n107,
  .mx-lg-n107 {
    margin-left: -7px !important; }
  .m-lg-n108 {
    margin: -8px !important; }
  .mt-lg-n108,
  .my-lg-n108 {
    margin-top: -8px !important; }
  .mr-lg-n108,
  .mx-lg-n108 {
    margin-right: -8px !important; }
  .mb-lg-n108,
  .my-lg-n108 {
    margin-bottom: -8px !important; }
  .ml-lg-n108,
  .mx-lg-n108 {
    margin-left: -8px !important; }
  .m-lg-n109 {
    margin: -9px !important; }
  .mt-lg-n109,
  .my-lg-n109 {
    margin-top: -9px !important; }
  .mr-lg-n109,
  .mx-lg-n109 {
    margin-right: -9px !important; }
  .mb-lg-n109,
  .my-lg-n109 {
    margin-bottom: -9px !important; }
  .ml-lg-n109,
  .mx-lg-n109 {
    margin-left: -9px !important; }
  .m-lg-n110 {
    margin: -10px !important; }
  .mt-lg-n110,
  .my-lg-n110 {
    margin-top: -10px !important; }
  .mr-lg-n110,
  .mx-lg-n110 {
    margin-right: -10px !important; }
  .mb-lg-n110,
  .my-lg-n110 {
    margin-bottom: -10px !important; }
  .ml-lg-n110,
  .mx-lg-n110 {
    margin-left: -10px !important; }
  .m-lg-n111 {
    margin: -11px !important; }
  .mt-lg-n111,
  .my-lg-n111 {
    margin-top: -11px !important; }
  .mr-lg-n111,
  .mx-lg-n111 {
    margin-right: -11px !important; }
  .mb-lg-n111,
  .my-lg-n111 {
    margin-bottom: -11px !important; }
  .ml-lg-n111,
  .mx-lg-n111 {
    margin-left: -11px !important; }
  .m-lg-n112 {
    margin: -12px !important; }
  .mt-lg-n112,
  .my-lg-n112 {
    margin-top: -12px !important; }
  .mr-lg-n112,
  .mx-lg-n112 {
    margin-right: -12px !important; }
  .mb-lg-n112,
  .my-lg-n112 {
    margin-bottom: -12px !important; }
  .ml-lg-n112,
  .mx-lg-n112 {
    margin-left: -12px !important; }
  .m-lg-n113 {
    margin: -13px !important; }
  .mt-lg-n113,
  .my-lg-n113 {
    margin-top: -13px !important; }
  .mr-lg-n113,
  .mx-lg-n113 {
    margin-right: -13px !important; }
  .mb-lg-n113,
  .my-lg-n113 {
    margin-bottom: -13px !important; }
  .ml-lg-n113,
  .mx-lg-n113 {
    margin-left: -13px !important; }
  .m-lg-n114 {
    margin: -14px !important; }
  .mt-lg-n114,
  .my-lg-n114 {
    margin-top: -14px !important; }
  .mr-lg-n114,
  .mx-lg-n114 {
    margin-right: -14px !important; }
  .mb-lg-n114,
  .my-lg-n114 {
    margin-bottom: -14px !important; }
  .ml-lg-n114,
  .mx-lg-n114 {
    margin-left: -14px !important; }
  .m-lg-n115 {
    margin: -15px !important; }
  .mt-lg-n115,
  .my-lg-n115 {
    margin-top: -15px !important; }
  .mr-lg-n115,
  .mx-lg-n115 {
    margin-right: -15px !important; }
  .mb-lg-n115,
  .my-lg-n115 {
    margin-bottom: -15px !important; }
  .ml-lg-n115,
  .mx-lg-n115 {
    margin-left: -15px !important; }
  .m-lg-n116 {
    margin: -16px !important; }
  .mt-lg-n116,
  .my-lg-n116 {
    margin-top: -16px !important; }
  .mr-lg-n116,
  .mx-lg-n116 {
    margin-right: -16px !important; }
  .mb-lg-n116,
  .my-lg-n116 {
    margin-bottom: -16px !important; }
  .ml-lg-n116,
  .mx-lg-n116 {
    margin-left: -16px !important; }
  .m-lg-n117 {
    margin: -17px !important; }
  .mt-lg-n117,
  .my-lg-n117 {
    margin-top: -17px !important; }
  .mr-lg-n117,
  .mx-lg-n117 {
    margin-right: -17px !important; }
  .mb-lg-n117,
  .my-lg-n117 {
    margin-bottom: -17px !important; }
  .ml-lg-n117,
  .mx-lg-n117 {
    margin-left: -17px !important; }
  .m-lg-n118 {
    margin: -18px !important; }
  .mt-lg-n118,
  .my-lg-n118 {
    margin-top: -18px !important; }
  .mr-lg-n118,
  .mx-lg-n118 {
    margin-right: -18px !important; }
  .mb-lg-n118,
  .my-lg-n118 {
    margin-bottom: -18px !important; }
  .ml-lg-n118,
  .mx-lg-n118 {
    margin-left: -18px !important; }
  .m-lg-n119 {
    margin: -19px !important; }
  .mt-lg-n119,
  .my-lg-n119 {
    margin-top: -19px !important; }
  .mr-lg-n119,
  .mx-lg-n119 {
    margin-right: -19px !important; }
  .mb-lg-n119,
  .my-lg-n119 {
    margin-bottom: -19px !important; }
  .ml-lg-n119,
  .mx-lg-n119 {
    margin-left: -19px !important; }
  .m-lg-n121 {
    margin: -21px !important; }
  .mt-lg-n121,
  .my-lg-n121 {
    margin-top: -21px !important; }
  .mr-lg-n121,
  .mx-lg-n121 {
    margin-right: -21px !important; }
  .mb-lg-n121,
  .my-lg-n121 {
    margin-bottom: -21px !important; }
  .ml-lg-n121,
  .mx-lg-n121 {
    margin-left: -21px !important; }
  .m-lg-n122 {
    margin: -22px !important; }
  .mt-lg-n122,
  .my-lg-n122 {
    margin-top: -22px !important; }
  .mr-lg-n122,
  .mx-lg-n122 {
    margin-right: -22px !important; }
  .mb-lg-n122,
  .my-lg-n122 {
    margin-bottom: -22px !important; }
  .ml-lg-n122,
  .mx-lg-n122 {
    margin-left: -22px !important; }
  .m-lg-n123 {
    margin: -23px !important; }
  .mt-lg-n123,
  .my-lg-n123 {
    margin-top: -23px !important; }
  .mr-lg-n123,
  .mx-lg-n123 {
    margin-right: -23px !important; }
  .mb-lg-n123,
  .my-lg-n123 {
    margin-bottom: -23px !important; }
  .ml-lg-n123,
  .mx-lg-n123 {
    margin-left: -23px !important; }
  .m-lg-n124 {
    margin: -24px !important; }
  .mt-lg-n124,
  .my-lg-n124 {
    margin-top: -24px !important; }
  .mr-lg-n124,
  .mx-lg-n124 {
    margin-right: -24px !important; }
  .mb-lg-n124,
  .my-lg-n124 {
    margin-bottom: -24px !important; }
  .ml-lg-n124,
  .mx-lg-n124 {
    margin-left: -24px !important; }
  .m-lg-n125 {
    margin: -25px !important; }
  .mt-lg-n125,
  .my-lg-n125 {
    margin-top: -25px !important; }
  .mr-lg-n125,
  .mx-lg-n125 {
    margin-right: -25px !important; }
  .mb-lg-n125,
  .my-lg-n125 {
    margin-bottom: -25px !important; }
  .ml-lg-n125,
  .mx-lg-n125 {
    margin-left: -25px !important; }
  .m-lg-n126 {
    margin: -26px !important; }
  .mt-lg-n126,
  .my-lg-n126 {
    margin-top: -26px !important; }
  .mr-lg-n126,
  .mx-lg-n126 {
    margin-right: -26px !important; }
  .mb-lg-n126,
  .my-lg-n126 {
    margin-bottom: -26px !important; }
  .ml-lg-n126,
  .mx-lg-n126 {
    margin-left: -26px !important; }
  .m-lg-n127 {
    margin: -27px !important; }
  .mt-lg-n127,
  .my-lg-n127 {
    margin-top: -27px !important; }
  .mr-lg-n127,
  .mx-lg-n127 {
    margin-right: -27px !important; }
  .mb-lg-n127,
  .my-lg-n127 {
    margin-bottom: -27px !important; }
  .ml-lg-n127,
  .mx-lg-n127 {
    margin-left: -27px !important; }
  .m-lg-n128 {
    margin: -28px !important; }
  .mt-lg-n128,
  .my-lg-n128 {
    margin-top: -28px !important; }
  .mr-lg-n128,
  .mx-lg-n128 {
    margin-right: -28px !important; }
  .mb-lg-n128,
  .my-lg-n128 {
    margin-bottom: -28px !important; }
  .ml-lg-n128,
  .mx-lg-n128 {
    margin-left: -28px !important; }
  .m-lg-n129 {
    margin: -29px !important; }
  .mt-lg-n129,
  .my-lg-n129 {
    margin-top: -29px !important; }
  .mr-lg-n129,
  .mx-lg-n129 {
    margin-right: -29px !important; }
  .mb-lg-n129,
  .my-lg-n129 {
    margin-bottom: -29px !important; }
  .ml-lg-n129,
  .mx-lg-n129 {
    margin-left: -29px !important; }
  .m-lg-n130 {
    margin: -30px !important; }
  .mt-lg-n130,
  .my-lg-n130 {
    margin-top: -30px !important; }
  .mr-lg-n130,
  .mx-lg-n130 {
    margin-right: -30px !important; }
  .mb-lg-n130,
  .my-lg-n130 {
    margin-bottom: -30px !important; }
  .ml-lg-n130,
  .mx-lg-n130 {
    margin-left: -30px !important; }
  .m-lg-n131 {
    margin: -31px !important; }
  .mt-lg-n131,
  .my-lg-n131 {
    margin-top: -31px !important; }
  .mr-lg-n131,
  .mx-lg-n131 {
    margin-right: -31px !important; }
  .mb-lg-n131,
  .my-lg-n131 {
    margin-bottom: -31px !important; }
  .ml-lg-n131,
  .mx-lg-n131 {
    margin-left: -31px !important; }
  .m-lg-n132 {
    margin: -32px !important; }
  .mt-lg-n132,
  .my-lg-n132 {
    margin-top: -32px !important; }
  .mr-lg-n132,
  .mx-lg-n132 {
    margin-right: -32px !important; }
  .mb-lg-n132,
  .my-lg-n132 {
    margin-bottom: -32px !important; }
  .ml-lg-n132,
  .mx-lg-n132 {
    margin-left: -32px !important; }
  .m-lg-n133 {
    margin: -33px !important; }
  .mt-lg-n133,
  .my-lg-n133 {
    margin-top: -33px !important; }
  .mr-lg-n133,
  .mx-lg-n133 {
    margin-right: -33px !important; }
  .mb-lg-n133,
  .my-lg-n133 {
    margin-bottom: -33px !important; }
  .ml-lg-n133,
  .mx-lg-n133 {
    margin-left: -33px !important; }
  .m-lg-n134 {
    margin: -34px !important; }
  .mt-lg-n134,
  .my-lg-n134 {
    margin-top: -34px !important; }
  .mr-lg-n134,
  .mx-lg-n134 {
    margin-right: -34px !important; }
  .mb-lg-n134,
  .my-lg-n134 {
    margin-bottom: -34px !important; }
  .ml-lg-n134,
  .mx-lg-n134 {
    margin-left: -34px !important; }
  .m-lg-n135 {
    margin: -35px !important; }
  .mt-lg-n135,
  .my-lg-n135 {
    margin-top: -35px !important; }
  .mr-lg-n135,
  .mx-lg-n135 {
    margin-right: -35px !important; }
  .mb-lg-n135,
  .my-lg-n135 {
    margin-bottom: -35px !important; }
  .ml-lg-n135,
  .mx-lg-n135 {
    margin-left: -35px !important; }
  .m-lg-n136 {
    margin: -36px !important; }
  .mt-lg-n136,
  .my-lg-n136 {
    margin-top: -36px !important; }
  .mr-lg-n136,
  .mx-lg-n136 {
    margin-right: -36px !important; }
  .mb-lg-n136,
  .my-lg-n136 {
    margin-bottom: -36px !important; }
  .ml-lg-n136,
  .mx-lg-n136 {
    margin-left: -36px !important; }
  .m-lg-n137 {
    margin: -37px !important; }
  .mt-lg-n137,
  .my-lg-n137 {
    margin-top: -37px !important; }
  .mr-lg-n137,
  .mx-lg-n137 {
    margin-right: -37px !important; }
  .mb-lg-n137,
  .my-lg-n137 {
    margin-bottom: -37px !important; }
  .ml-lg-n137,
  .mx-lg-n137 {
    margin-left: -37px !important; }
  .m-lg-n138 {
    margin: -38px !important; }
  .mt-lg-n138,
  .my-lg-n138 {
    margin-top: -38px !important; }
  .mr-lg-n138,
  .mx-lg-n138 {
    margin-right: -38px !important; }
  .mb-lg-n138,
  .my-lg-n138 {
    margin-bottom: -38px !important; }
  .ml-lg-n138,
  .mx-lg-n138 {
    margin-left: -38px !important; }
  .m-lg-n139 {
    margin: -39px !important; }
  .mt-lg-n139,
  .my-lg-n139 {
    margin-top: -39px !important; }
  .mr-lg-n139,
  .mx-lg-n139 {
    margin-right: -39px !important; }
  .mb-lg-n139,
  .my-lg-n139 {
    margin-bottom: -39px !important; }
  .ml-lg-n139,
  .mx-lg-n139 {
    margin-left: -39px !important; }
  .m-lg-n140 {
    margin: -40px !important; }
  .mt-lg-n140,
  .my-lg-n140 {
    margin-top: -40px !important; }
  .mr-lg-n140,
  .mx-lg-n140 {
    margin-right: -40px !important; }
  .mb-lg-n140,
  .my-lg-n140 {
    margin-bottom: -40px !important; }
  .ml-lg-n140,
  .mx-lg-n140 {
    margin-left: -40px !important; }
  .m-lg-n141 {
    margin: -41px !important; }
  .mt-lg-n141,
  .my-lg-n141 {
    margin-top: -41px !important; }
  .mr-lg-n141,
  .mx-lg-n141 {
    margin-right: -41px !important; }
  .mb-lg-n141,
  .my-lg-n141 {
    margin-bottom: -41px !important; }
  .ml-lg-n141,
  .mx-lg-n141 {
    margin-left: -41px !important; }
  .m-lg-n142 {
    margin: -42px !important; }
  .mt-lg-n142,
  .my-lg-n142 {
    margin-top: -42px !important; }
  .mr-lg-n142,
  .mx-lg-n142 {
    margin-right: -42px !important; }
  .mb-lg-n142,
  .my-lg-n142 {
    margin-bottom: -42px !important; }
  .ml-lg-n142,
  .mx-lg-n142 {
    margin-left: -42px !important; }
  .m-lg-n143 {
    margin: -43px !important; }
  .mt-lg-n143,
  .my-lg-n143 {
    margin-top: -43px !important; }
  .mr-lg-n143,
  .mx-lg-n143 {
    margin-right: -43px !important; }
  .mb-lg-n143,
  .my-lg-n143 {
    margin-bottom: -43px !important; }
  .ml-lg-n143,
  .mx-lg-n143 {
    margin-left: -43px !important; }
  .m-lg-n144 {
    margin: -44px !important; }
  .mt-lg-n144,
  .my-lg-n144 {
    margin-top: -44px !important; }
  .mr-lg-n144,
  .mx-lg-n144 {
    margin-right: -44px !important; }
  .mb-lg-n144,
  .my-lg-n144 {
    margin-bottom: -44px !important; }
  .ml-lg-n144,
  .mx-lg-n144 {
    margin-left: -44px !important; }
  .m-lg-n145 {
    margin: -45px !important; }
  .mt-lg-n145,
  .my-lg-n145 {
    margin-top: -45px !important; }
  .mr-lg-n145,
  .mx-lg-n145 {
    margin-right: -45px !important; }
  .mb-lg-n145,
  .my-lg-n145 {
    margin-bottom: -45px !important; }
  .ml-lg-n145,
  .mx-lg-n145 {
    margin-left: -45px !important; }
  .m-lg-n146 {
    margin: -46px !important; }
  .mt-lg-n146,
  .my-lg-n146 {
    margin-top: -46px !important; }
  .mr-lg-n146,
  .mx-lg-n146 {
    margin-right: -46px !important; }
  .mb-lg-n146,
  .my-lg-n146 {
    margin-bottom: -46px !important; }
  .ml-lg-n146,
  .mx-lg-n146 {
    margin-left: -46px !important; }
  .m-lg-n147 {
    margin: -47px !important; }
  .mt-lg-n147,
  .my-lg-n147 {
    margin-top: -47px !important; }
  .mr-lg-n147,
  .mx-lg-n147 {
    margin-right: -47px !important; }
  .mb-lg-n147,
  .my-lg-n147 {
    margin-bottom: -47px !important; }
  .ml-lg-n147,
  .mx-lg-n147 {
    margin-left: -47px !important; }
  .m-lg-n148 {
    margin: -48px !important; }
  .mt-lg-n148,
  .my-lg-n148 {
    margin-top: -48px !important; }
  .mr-lg-n148,
  .mx-lg-n148 {
    margin-right: -48px !important; }
  .mb-lg-n148,
  .my-lg-n148 {
    margin-bottom: -48px !important; }
  .ml-lg-n148,
  .mx-lg-n148 {
    margin-left: -48px !important; }
  .m-lg-n149 {
    margin: -49px !important; }
  .mt-lg-n149,
  .my-lg-n149 {
    margin-top: -49px !important; }
  .mr-lg-n149,
  .mx-lg-n149 {
    margin-right: -49px !important; }
  .mb-lg-n149,
  .my-lg-n149 {
    margin-bottom: -49px !important; }
  .ml-lg-n149,
  .mx-lg-n149 {
    margin-left: -49px !important; }
  .m-lg-n150 {
    margin: -40px !important; }
  .mt-lg-n150,
  .my-lg-n150 {
    margin-top: -40px !important; }
  .mr-lg-n150,
  .mx-lg-n150 {
    margin-right: -40px !important; }
  .mb-lg-n150,
  .my-lg-n150 {
    margin-bottom: -40px !important; }
  .ml-lg-n150,
  .mx-lg-n150 {
    margin-left: -40px !important; }
  .m-lg-n190 {
    margin: -90px !important; }
  .mt-lg-n190,
  .my-lg-n190 {
    margin-top: -90px !important; }
  .mr-lg-n190,
  .mx-lg-n190 {
    margin-right: -90px !important; }
  .mb-lg-n190,
  .my-lg-n190 {
    margin-bottom: -90px !important; }
  .ml-lg-n190,
  .mx-lg-n190 {
    margin-left: -90px !important; }
  .m-lg-n160 {
    margin: -60px !important; }
  .mt-lg-n160,
  .my-lg-n160 {
    margin-top: -60px !important; }
  .mr-lg-n160,
  .mx-lg-n160 {
    margin-right: -60px !important; }
  .mb-lg-n160,
  .my-lg-n160 {
    margin-bottom: -60px !important; }
  .ml-lg-n160,
  .mx-lg-n160 {
    margin-left: -60px !important; }
  .m-lg-n170 {
    margin: -70px !important; }
  .mt-lg-n170,
  .my-lg-n170 {
    margin-top: -70px !important; }
  .mr-lg-n170,
  .mx-lg-n170 {
    margin-right: -70px !important; }
  .mb-lg-n170,
  .my-lg-n170 {
    margin-bottom: -70px !important; }
  .ml-lg-n170,
  .mx-lg-n170 {
    margin-left: -70px !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: 1160px) {
  .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: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.9rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.9rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.9rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.9rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.9rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 2.3rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2.3rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2.3rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2.3rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2.3rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .m-xl-35 {
    margin: 1.7rem !important; }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 1.7rem !important; }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 1.7rem !important; }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 1.7rem !important; }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 1.7rem !important; }
  .m-xl-6 {
    margin: 3.7rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3.7rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3.7rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3.7rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3.7rem !important; }
  .m-xl-7 {
    margin: 4rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 4rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 4rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 4rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 4rem !important; }
  .m-xl-8 {
    margin: 4.5rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 4.5rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 4.5rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 4.5rem !important; }
  .m-xl-9 {
    margin: 5rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 5rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 5rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 5rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 5rem !important; }
  .m-xl-10 {
    margin: 5.5rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 5.5rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 5.5rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 5.5rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 5.5rem !important; }
  .m-xl-120 {
    margin: 7.3rem !important; }
  .mt-xl-120,
  .my-xl-120 {
    margin-top: 7.3rem !important; }
  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 7.3rem !important; }
  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 7.3rem !important; }
  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 7.3rem !important; }
  .m-xl-101 {
    margin: 1px !important; }
  .mt-xl-101,
  .my-xl-101 {
    margin-top: 1px !important; }
  .mr-xl-101,
  .mx-xl-101 {
    margin-right: 1px !important; }
  .mb-xl-101,
  .my-xl-101 {
    margin-bottom: 1px !important; }
  .ml-xl-101,
  .mx-xl-101 {
    margin-left: 1px !important; }
  .m-xl-102 {
    margin: 2px !important; }
  .mt-xl-102,
  .my-xl-102 {
    margin-top: 2px !important; }
  .mr-xl-102,
  .mx-xl-102 {
    margin-right: 2px !important; }
  .mb-xl-102,
  .my-xl-102 {
    margin-bottom: 2px !important; }
  .ml-xl-102,
  .mx-xl-102 {
    margin-left: 2px !important; }
  .m-xl-103 {
    margin: 3px !important; }
  .mt-xl-103,
  .my-xl-103 {
    margin-top: 3px !important; }
  .mr-xl-103,
  .mx-xl-103 {
    margin-right: 3px !important; }
  .mb-xl-103,
  .my-xl-103 {
    margin-bottom: 3px !important; }
  .ml-xl-103,
  .mx-xl-103 {
    margin-left: 3px !important; }
  .m-xl-104 {
    margin: 4px !important; }
  .mt-xl-104,
  .my-xl-104 {
    margin-top: 4px !important; }
  .mr-xl-104,
  .mx-xl-104 {
    margin-right: 4px !important; }
  .mb-xl-104,
  .my-xl-104 {
    margin-bottom: 4px !important; }
  .ml-xl-104,
  .mx-xl-104 {
    margin-left: 4px !important; }
  .m-xl-105 {
    margin: 5px !important; }
  .mt-xl-105,
  .my-xl-105 {
    margin-top: 5px !important; }
  .mr-xl-105,
  .mx-xl-105 {
    margin-right: 5px !important; }
  .mb-xl-105,
  .my-xl-105 {
    margin-bottom: 5px !important; }
  .ml-xl-105,
  .mx-xl-105 {
    margin-left: 5px !important; }
  .m-xl-106 {
    margin: 6px !important; }
  .mt-xl-106,
  .my-xl-106 {
    margin-top: 6px !important; }
  .mr-xl-106,
  .mx-xl-106 {
    margin-right: 6px !important; }
  .mb-xl-106,
  .my-xl-106 {
    margin-bottom: 6px !important; }
  .ml-xl-106,
  .mx-xl-106 {
    margin-left: 6px !important; }
  .m-xl-107 {
    margin: 7px !important; }
  .mt-xl-107,
  .my-xl-107 {
    margin-top: 7px !important; }
  .mr-xl-107,
  .mx-xl-107 {
    margin-right: 7px !important; }
  .mb-xl-107,
  .my-xl-107 {
    margin-bottom: 7px !important; }
  .ml-xl-107,
  .mx-xl-107 {
    margin-left: 7px !important; }
  .m-xl-108 {
    margin: 8px !important; }
  .mt-xl-108,
  .my-xl-108 {
    margin-top: 8px !important; }
  .mr-xl-108,
  .mx-xl-108 {
    margin-right: 8px !important; }
  .mb-xl-108,
  .my-xl-108 {
    margin-bottom: 8px !important; }
  .ml-xl-108,
  .mx-xl-108 {
    margin-left: 8px !important; }
  .m-xl-109 {
    margin: 9px !important; }
  .mt-xl-109,
  .my-xl-109 {
    margin-top: 9px !important; }
  .mr-xl-109,
  .mx-xl-109 {
    margin-right: 9px !important; }
  .mb-xl-109,
  .my-xl-109 {
    margin-bottom: 9px !important; }
  .ml-xl-109,
  .mx-xl-109 {
    margin-left: 9px !important; }
  .m-xl-110 {
    margin: 10px !important; }
  .mt-xl-110,
  .my-xl-110 {
    margin-top: 10px !important; }
  .mr-xl-110,
  .mx-xl-110 {
    margin-right: 10px !important; }
  .mb-xl-110,
  .my-xl-110 {
    margin-bottom: 10px !important; }
  .ml-xl-110,
  .mx-xl-110 {
    margin-left: 10px !important; }
  .m-xl-111 {
    margin: 11px !important; }
  .mt-xl-111,
  .my-xl-111 {
    margin-top: 11px !important; }
  .mr-xl-111,
  .mx-xl-111 {
    margin-right: 11px !important; }
  .mb-xl-111,
  .my-xl-111 {
    margin-bottom: 11px !important; }
  .ml-xl-111,
  .mx-xl-111 {
    margin-left: 11px !important; }
  .m-xl-112 {
    margin: 12px !important; }
  .mt-xl-112,
  .my-xl-112 {
    margin-top: 12px !important; }
  .mr-xl-112,
  .mx-xl-112 {
    margin-right: 12px !important; }
  .mb-xl-112,
  .my-xl-112 {
    margin-bottom: 12px !important; }
  .ml-xl-112,
  .mx-xl-112 {
    margin-left: 12px !important; }
  .m-xl-113 {
    margin: 13px !important; }
  .mt-xl-113,
  .my-xl-113 {
    margin-top: 13px !important; }
  .mr-xl-113,
  .mx-xl-113 {
    margin-right: 13px !important; }
  .mb-xl-113,
  .my-xl-113 {
    margin-bottom: 13px !important; }
  .ml-xl-113,
  .mx-xl-113 {
    margin-left: 13px !important; }
  .m-xl-114 {
    margin: 14px !important; }
  .mt-xl-114,
  .my-xl-114 {
    margin-top: 14px !important; }
  .mr-xl-114,
  .mx-xl-114 {
    margin-right: 14px !important; }
  .mb-xl-114,
  .my-xl-114 {
    margin-bottom: 14px !important; }
  .ml-xl-114,
  .mx-xl-114 {
    margin-left: 14px !important; }
  .m-xl-115 {
    margin: 15px !important; }
  .mt-xl-115,
  .my-xl-115 {
    margin-top: 15px !important; }
  .mr-xl-115,
  .mx-xl-115 {
    margin-right: 15px !important; }
  .mb-xl-115,
  .my-xl-115 {
    margin-bottom: 15px !important; }
  .ml-xl-115,
  .mx-xl-115 {
    margin-left: 15px !important; }
  .m-xl-116 {
    margin: 16px !important; }
  .mt-xl-116,
  .my-xl-116 {
    margin-top: 16px !important; }
  .mr-xl-116,
  .mx-xl-116 {
    margin-right: 16px !important; }
  .mb-xl-116,
  .my-xl-116 {
    margin-bottom: 16px !important; }
  .ml-xl-116,
  .mx-xl-116 {
    margin-left: 16px !important; }
  .m-xl-117 {
    margin: 17px !important; }
  .mt-xl-117,
  .my-xl-117 {
    margin-top: 17px !important; }
  .mr-xl-117,
  .mx-xl-117 {
    margin-right: 17px !important; }
  .mb-xl-117,
  .my-xl-117 {
    margin-bottom: 17px !important; }
  .ml-xl-117,
  .mx-xl-117 {
    margin-left: 17px !important; }
  .m-xl-118 {
    margin: 18px !important; }
  .mt-xl-118,
  .my-xl-118 {
    margin-top: 18px !important; }
  .mr-xl-118,
  .mx-xl-118 {
    margin-right: 18px !important; }
  .mb-xl-118,
  .my-xl-118 {
    margin-bottom: 18px !important; }
  .ml-xl-118,
  .mx-xl-118 {
    margin-left: 18px !important; }
  .m-xl-119 {
    margin: 19px !important; }
  .mt-xl-119,
  .my-xl-119 {
    margin-top: 19px !important; }
  .mr-xl-119,
  .mx-xl-119 {
    margin-right: 19px !important; }
  .mb-xl-119,
  .my-xl-119 {
    margin-bottom: 19px !important; }
  .ml-xl-119,
  .mx-xl-119 {
    margin-left: 19px !important; }
  .m-xl-121 {
    margin: 21px !important; }
  .mt-xl-121,
  .my-xl-121 {
    margin-top: 21px !important; }
  .mr-xl-121,
  .mx-xl-121 {
    margin-right: 21px !important; }
  .mb-xl-121,
  .my-xl-121 {
    margin-bottom: 21px !important; }
  .ml-xl-121,
  .mx-xl-121 {
    margin-left: 21px !important; }
  .m-xl-122 {
    margin: 22px !important; }
  .mt-xl-122,
  .my-xl-122 {
    margin-top: 22px !important; }
  .mr-xl-122,
  .mx-xl-122 {
    margin-right: 22px !important; }
  .mb-xl-122,
  .my-xl-122 {
    margin-bottom: 22px !important; }
  .ml-xl-122,
  .mx-xl-122 {
    margin-left: 22px !important; }
  .m-xl-123 {
    margin: 23px !important; }
  .mt-xl-123,
  .my-xl-123 {
    margin-top: 23px !important; }
  .mr-xl-123,
  .mx-xl-123 {
    margin-right: 23px !important; }
  .mb-xl-123,
  .my-xl-123 {
    margin-bottom: 23px !important; }
  .ml-xl-123,
  .mx-xl-123 {
    margin-left: 23px !important; }
  .m-xl-124 {
    margin: 24px !important; }
  .mt-xl-124,
  .my-xl-124 {
    margin-top: 24px !important; }
  .mr-xl-124,
  .mx-xl-124 {
    margin-right: 24px !important; }
  .mb-xl-124,
  .my-xl-124 {
    margin-bottom: 24px !important; }
  .ml-xl-124,
  .mx-xl-124 {
    margin-left: 24px !important; }
  .m-xl-125 {
    margin: 25px !important; }
  .mt-xl-125,
  .my-xl-125 {
    margin-top: 25px !important; }
  .mr-xl-125,
  .mx-xl-125 {
    margin-right: 25px !important; }
  .mb-xl-125,
  .my-xl-125 {
    margin-bottom: 25px !important; }
  .ml-xl-125,
  .mx-xl-125 {
    margin-left: 25px !important; }
  .m-xl-126 {
    margin: 26px !important; }
  .mt-xl-126,
  .my-xl-126 {
    margin-top: 26px !important; }
  .mr-xl-126,
  .mx-xl-126 {
    margin-right: 26px !important; }
  .mb-xl-126,
  .my-xl-126 {
    margin-bottom: 26px !important; }
  .ml-xl-126,
  .mx-xl-126 {
    margin-left: 26px !important; }
  .m-xl-127 {
    margin: 27px !important; }
  .mt-xl-127,
  .my-xl-127 {
    margin-top: 27px !important; }
  .mr-xl-127,
  .mx-xl-127 {
    margin-right: 27px !important; }
  .mb-xl-127,
  .my-xl-127 {
    margin-bottom: 27px !important; }
  .ml-xl-127,
  .mx-xl-127 {
    margin-left: 27px !important; }
  .m-xl-128 {
    margin: 28px !important; }
  .mt-xl-128,
  .my-xl-128 {
    margin-top: 28px !important; }
  .mr-xl-128,
  .mx-xl-128 {
    margin-right: 28px !important; }
  .mb-xl-128,
  .my-xl-128 {
    margin-bottom: 28px !important; }
  .ml-xl-128,
  .mx-xl-128 {
    margin-left: 28px !important; }
  .m-xl-129 {
    margin: 29px !important; }
  .mt-xl-129,
  .my-xl-129 {
    margin-top: 29px !important; }
  .mr-xl-129,
  .mx-xl-129 {
    margin-right: 29px !important; }
  .mb-xl-129,
  .my-xl-129 {
    margin-bottom: 29px !important; }
  .ml-xl-129,
  .mx-xl-129 {
    margin-left: 29px !important; }
  .m-xl-130 {
    margin: 30px !important; }
  .mt-xl-130,
  .my-xl-130 {
    margin-top: 30px !important; }
  .mr-xl-130,
  .mx-xl-130 {
    margin-right: 30px !important; }
  .mb-xl-130,
  .my-xl-130 {
    margin-bottom: 30px !important; }
  .ml-xl-130,
  .mx-xl-130 {
    margin-left: 30px !important; }
  .m-xl-131 {
    margin: 31px !important; }
  .mt-xl-131,
  .my-xl-131 {
    margin-top: 31px !important; }
  .mr-xl-131,
  .mx-xl-131 {
    margin-right: 31px !important; }
  .mb-xl-131,
  .my-xl-131 {
    margin-bottom: 31px !important; }
  .ml-xl-131,
  .mx-xl-131 {
    margin-left: 31px !important; }
  .m-xl-132 {
    margin: 32px !important; }
  .mt-xl-132,
  .my-xl-132 {
    margin-top: 32px !important; }
  .mr-xl-132,
  .mx-xl-132 {
    margin-right: 32px !important; }
  .mb-xl-132,
  .my-xl-132 {
    margin-bottom: 32px !important; }
  .ml-xl-132,
  .mx-xl-132 {
    margin-left: 32px !important; }
  .m-xl-133 {
    margin: 33px !important; }
  .mt-xl-133,
  .my-xl-133 {
    margin-top: 33px !important; }
  .mr-xl-133,
  .mx-xl-133 {
    margin-right: 33px !important; }
  .mb-xl-133,
  .my-xl-133 {
    margin-bottom: 33px !important; }
  .ml-xl-133,
  .mx-xl-133 {
    margin-left: 33px !important; }
  .m-xl-134 {
    margin: 34px !important; }
  .mt-xl-134,
  .my-xl-134 {
    margin-top: 34px !important; }
  .mr-xl-134,
  .mx-xl-134 {
    margin-right: 34px !important; }
  .mb-xl-134,
  .my-xl-134 {
    margin-bottom: 34px !important; }
  .ml-xl-134,
  .mx-xl-134 {
    margin-left: 34px !important; }
  .m-xl-135 {
    margin: 35px !important; }
  .mt-xl-135,
  .my-xl-135 {
    margin-top: 35px !important; }
  .mr-xl-135,
  .mx-xl-135 {
    margin-right: 35px !important; }
  .mb-xl-135,
  .my-xl-135 {
    margin-bottom: 35px !important; }
  .ml-xl-135,
  .mx-xl-135 {
    margin-left: 35px !important; }
  .m-xl-136 {
    margin: 36px !important; }
  .mt-xl-136,
  .my-xl-136 {
    margin-top: 36px !important; }
  .mr-xl-136,
  .mx-xl-136 {
    margin-right: 36px !important; }
  .mb-xl-136,
  .my-xl-136 {
    margin-bottom: 36px !important; }
  .ml-xl-136,
  .mx-xl-136 {
    margin-left: 36px !important; }
  .m-xl-137 {
    margin: 37px !important; }
  .mt-xl-137,
  .my-xl-137 {
    margin-top: 37px !important; }
  .mr-xl-137,
  .mx-xl-137 {
    margin-right: 37px !important; }
  .mb-xl-137,
  .my-xl-137 {
    margin-bottom: 37px !important; }
  .ml-xl-137,
  .mx-xl-137 {
    margin-left: 37px !important; }
  .m-xl-138 {
    margin: 38px !important; }
  .mt-xl-138,
  .my-xl-138 {
    margin-top: 38px !important; }
  .mr-xl-138,
  .mx-xl-138 {
    margin-right: 38px !important; }
  .mb-xl-138,
  .my-xl-138 {
    margin-bottom: 38px !important; }
  .ml-xl-138,
  .mx-xl-138 {
    margin-left: 38px !important; }
  .m-xl-139 {
    margin: 39px !important; }
  .mt-xl-139,
  .my-xl-139 {
    margin-top: 39px !important; }
  .mr-xl-139,
  .mx-xl-139 {
    margin-right: 39px !important; }
  .mb-xl-139,
  .my-xl-139 {
    margin-bottom: 39px !important; }
  .ml-xl-139,
  .mx-xl-139 {
    margin-left: 39px !important; }
  .m-xl-140 {
    margin: 40px !important; }
  .mt-xl-140,
  .my-xl-140 {
    margin-top: 40px !important; }
  .mr-xl-140,
  .mx-xl-140 {
    margin-right: 40px !important; }
  .mb-xl-140,
  .my-xl-140 {
    margin-bottom: 40px !important; }
  .ml-xl-140,
  .mx-xl-140 {
    margin-left: 40px !important; }
  .m-xl-141 {
    margin: 41px !important; }
  .mt-xl-141,
  .my-xl-141 {
    margin-top: 41px !important; }
  .mr-xl-141,
  .mx-xl-141 {
    margin-right: 41px !important; }
  .mb-xl-141,
  .my-xl-141 {
    margin-bottom: 41px !important; }
  .ml-xl-141,
  .mx-xl-141 {
    margin-left: 41px !important; }
  .m-xl-142 {
    margin: 42px !important; }
  .mt-xl-142,
  .my-xl-142 {
    margin-top: 42px !important; }
  .mr-xl-142,
  .mx-xl-142 {
    margin-right: 42px !important; }
  .mb-xl-142,
  .my-xl-142 {
    margin-bottom: 42px !important; }
  .ml-xl-142,
  .mx-xl-142 {
    margin-left: 42px !important; }
  .m-xl-143 {
    margin: 43px !important; }
  .mt-xl-143,
  .my-xl-143 {
    margin-top: 43px !important; }
  .mr-xl-143,
  .mx-xl-143 {
    margin-right: 43px !important; }
  .mb-xl-143,
  .my-xl-143 {
    margin-bottom: 43px !important; }
  .ml-xl-143,
  .mx-xl-143 {
    margin-left: 43px !important; }
  .m-xl-144 {
    margin: 44px !important; }
  .mt-xl-144,
  .my-xl-144 {
    margin-top: 44px !important; }
  .mr-xl-144,
  .mx-xl-144 {
    margin-right: 44px !important; }
  .mb-xl-144,
  .my-xl-144 {
    margin-bottom: 44px !important; }
  .ml-xl-144,
  .mx-xl-144 {
    margin-left: 44px !important; }
  .m-xl-145 {
    margin: 45px !important; }
  .mt-xl-145,
  .my-xl-145 {
    margin-top: 45px !important; }
  .mr-xl-145,
  .mx-xl-145 {
    margin-right: 45px !important; }
  .mb-xl-145,
  .my-xl-145 {
    margin-bottom: 45px !important; }
  .ml-xl-145,
  .mx-xl-145 {
    margin-left: 45px !important; }
  .m-xl-146 {
    margin: 46px !important; }
  .mt-xl-146,
  .my-xl-146 {
    margin-top: 46px !important; }
  .mr-xl-146,
  .mx-xl-146 {
    margin-right: 46px !important; }
  .mb-xl-146,
  .my-xl-146 {
    margin-bottom: 46px !important; }
  .ml-xl-146,
  .mx-xl-146 {
    margin-left: 46px !important; }
  .m-xl-147 {
    margin: 47px !important; }
  .mt-xl-147,
  .my-xl-147 {
    margin-top: 47px !important; }
  .mr-xl-147,
  .mx-xl-147 {
    margin-right: 47px !important; }
  .mb-xl-147,
  .my-xl-147 {
    margin-bottom: 47px !important; }
  .ml-xl-147,
  .mx-xl-147 {
    margin-left: 47px !important; }
  .m-xl-148 {
    margin: 48px !important; }
  .mt-xl-148,
  .my-xl-148 {
    margin-top: 48px !important; }
  .mr-xl-148,
  .mx-xl-148 {
    margin-right: 48px !important; }
  .mb-xl-148,
  .my-xl-148 {
    margin-bottom: 48px !important; }
  .ml-xl-148,
  .mx-xl-148 {
    margin-left: 48px !important; }
  .m-xl-149 {
    margin: 49px !important; }
  .mt-xl-149,
  .my-xl-149 {
    margin-top: 49px !important; }
  .mr-xl-149,
  .mx-xl-149 {
    margin-right: 49px !important; }
  .mb-xl-149,
  .my-xl-149 {
    margin-bottom: 49px !important; }
  .ml-xl-149,
  .mx-xl-149 {
    margin-left: 49px !important; }
  .m-xl-150 {
    margin: 40px !important; }
  .mt-xl-150,
  .my-xl-150 {
    margin-top: 40px !important; }
  .mr-xl-150,
  .mx-xl-150 {
    margin-right: 40px !important; }
  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 40px !important; }
  .ml-xl-150,
  .mx-xl-150 {
    margin-left: 40px !important; }
  .m-xl-190 {
    margin: 90px !important; }
  .mt-xl-190,
  .my-xl-190 {
    margin-top: 90px !important; }
  .mr-xl-190,
  .mx-xl-190 {
    margin-right: 90px !important; }
  .mb-xl-190,
  .my-xl-190 {
    margin-bottom: 90px !important; }
  .ml-xl-190,
  .mx-xl-190 {
    margin-left: 90px !important; }
  .m-xl-160 {
    margin: 60px !important; }
  .mt-xl-160,
  .my-xl-160 {
    margin-top: 60px !important; }
  .mr-xl-160,
  .mx-xl-160 {
    margin-right: 60px !important; }
  .mb-xl-160,
  .my-xl-160 {
    margin-bottom: 60px !important; }
  .ml-xl-160,
  .mx-xl-160 {
    margin-left: 60px !important; }
  .m-xl-170 {
    margin: 70px !important; }
  .mt-xl-170,
  .my-xl-170 {
    margin-top: 70px !important; }
  .mr-xl-170,
  .mx-xl-170 {
    margin-right: 70px !important; }
  .mb-xl-170,
  .my-xl-170 {
    margin-bottom: 70px !important; }
  .ml-xl-170,
  .mx-xl-170 {
    margin-left: 70px !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: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.9rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.9rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.9rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.9rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.9rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 2.3rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2.3rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2.3rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2.3rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2.3rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .p-xl-35 {
    padding: 1.7rem !important; }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 1.7rem !important; }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 1.7rem !important; }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 1.7rem !important; }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 1.7rem !important; }
  .p-xl-6 {
    padding: 3.7rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3.7rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3.7rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3.7rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3.7rem !important; }
  .p-xl-7 {
    padding: 4rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 4rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 4rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 4rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 4rem !important; }
  .p-xl-8 {
    padding: 4.5rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 4.5rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 4.5rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 4.5rem !important; }
  .p-xl-9 {
    padding: 5rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 5rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 5rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 5rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 5rem !important; }
  .p-xl-10 {
    padding: 5.5rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 5.5rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 5.5rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 5.5rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 5.5rem !important; }
  .p-xl-120 {
    padding: 7.3rem !important; }
  .pt-xl-120,
  .py-xl-120 {
    padding-top: 7.3rem !important; }
  .pr-xl-120,
  .px-xl-120 {
    padding-right: 7.3rem !important; }
  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 7.3rem !important; }
  .pl-xl-120,
  .px-xl-120 {
    padding-left: 7.3rem !important; }
  .p-xl-101 {
    padding: 1px !important; }
  .pt-xl-101,
  .py-xl-101 {
    padding-top: 1px !important; }
  .pr-xl-101,
  .px-xl-101 {
    padding-right: 1px !important; }
  .pb-xl-101,
  .py-xl-101 {
    padding-bottom: 1px !important; }
  .pl-xl-101,
  .px-xl-101 {
    padding-left: 1px !important; }
  .p-xl-102 {
    padding: 2px !important; }
  .pt-xl-102,
  .py-xl-102 {
    padding-top: 2px !important; }
  .pr-xl-102,
  .px-xl-102 {
    padding-right: 2px !important; }
  .pb-xl-102,
  .py-xl-102 {
    padding-bottom: 2px !important; }
  .pl-xl-102,
  .px-xl-102 {
    padding-left: 2px !important; }
  .p-xl-103 {
    padding: 3px !important; }
  .pt-xl-103,
  .py-xl-103 {
    padding-top: 3px !important; }
  .pr-xl-103,
  .px-xl-103 {
    padding-right: 3px !important; }
  .pb-xl-103,
  .py-xl-103 {
    padding-bottom: 3px !important; }
  .pl-xl-103,
  .px-xl-103 {
    padding-left: 3px !important; }
  .p-xl-104 {
    padding: 4px !important; }
  .pt-xl-104,
  .py-xl-104 {
    padding-top: 4px !important; }
  .pr-xl-104,
  .px-xl-104 {
    padding-right: 4px !important; }
  .pb-xl-104,
  .py-xl-104 {
    padding-bottom: 4px !important; }
  .pl-xl-104,
  .px-xl-104 {
    padding-left: 4px !important; }
  .p-xl-105 {
    padding: 5px !important; }
  .pt-xl-105,
  .py-xl-105 {
    padding-top: 5px !important; }
  .pr-xl-105,
  .px-xl-105 {
    padding-right: 5px !important; }
  .pb-xl-105,
  .py-xl-105 {
    padding-bottom: 5px !important; }
  .pl-xl-105,
  .px-xl-105 {
    padding-left: 5px !important; }
  .p-xl-106 {
    padding: 6px !important; }
  .pt-xl-106,
  .py-xl-106 {
    padding-top: 6px !important; }
  .pr-xl-106,
  .px-xl-106 {
    padding-right: 6px !important; }
  .pb-xl-106,
  .py-xl-106 {
    padding-bottom: 6px !important; }
  .pl-xl-106,
  .px-xl-106 {
    padding-left: 6px !important; }
  .p-xl-107 {
    padding: 7px !important; }
  .pt-xl-107,
  .py-xl-107 {
    padding-top: 7px !important; }
  .pr-xl-107,
  .px-xl-107 {
    padding-right: 7px !important; }
  .pb-xl-107,
  .py-xl-107 {
    padding-bottom: 7px !important; }
  .pl-xl-107,
  .px-xl-107 {
    padding-left: 7px !important; }
  .p-xl-108 {
    padding: 8px !important; }
  .pt-xl-108,
  .py-xl-108 {
    padding-top: 8px !important; }
  .pr-xl-108,
  .px-xl-108 {
    padding-right: 8px !important; }
  .pb-xl-108,
  .py-xl-108 {
    padding-bottom: 8px !important; }
  .pl-xl-108,
  .px-xl-108 {
    padding-left: 8px !important; }
  .p-xl-109 {
    padding: 9px !important; }
  .pt-xl-109,
  .py-xl-109 {
    padding-top: 9px !important; }
  .pr-xl-109,
  .px-xl-109 {
    padding-right: 9px !important; }
  .pb-xl-109,
  .py-xl-109 {
    padding-bottom: 9px !important; }
  .pl-xl-109,
  .px-xl-109 {
    padding-left: 9px !important; }
  .p-xl-110 {
    padding: 10px !important; }
  .pt-xl-110,
  .py-xl-110 {
    padding-top: 10px !important; }
  .pr-xl-110,
  .px-xl-110 {
    padding-right: 10px !important; }
  .pb-xl-110,
  .py-xl-110 {
    padding-bottom: 10px !important; }
  .pl-xl-110,
  .px-xl-110 {
    padding-left: 10px !important; }
  .p-xl-111 {
    padding: 11px !important; }
  .pt-xl-111,
  .py-xl-111 {
    padding-top: 11px !important; }
  .pr-xl-111,
  .px-xl-111 {
    padding-right: 11px !important; }
  .pb-xl-111,
  .py-xl-111 {
    padding-bottom: 11px !important; }
  .pl-xl-111,
  .px-xl-111 {
    padding-left: 11px !important; }
  .p-xl-112 {
    padding: 12px !important; }
  .pt-xl-112,
  .py-xl-112 {
    padding-top: 12px !important; }
  .pr-xl-112,
  .px-xl-112 {
    padding-right: 12px !important; }
  .pb-xl-112,
  .py-xl-112 {
    padding-bottom: 12px !important; }
  .pl-xl-112,
  .px-xl-112 {
    padding-left: 12px !important; }
  .p-xl-113 {
    padding: 13px !important; }
  .pt-xl-113,
  .py-xl-113 {
    padding-top: 13px !important; }
  .pr-xl-113,
  .px-xl-113 {
    padding-right: 13px !important; }
  .pb-xl-113,
  .py-xl-113 {
    padding-bottom: 13px !important; }
  .pl-xl-113,
  .px-xl-113 {
    padding-left: 13px !important; }
  .p-xl-114 {
    padding: 14px !important; }
  .pt-xl-114,
  .py-xl-114 {
    padding-top: 14px !important; }
  .pr-xl-114,
  .px-xl-114 {
    padding-right: 14px !important; }
  .pb-xl-114,
  .py-xl-114 {
    padding-bottom: 14px !important; }
  .pl-xl-114,
  .px-xl-114 {
    padding-left: 14px !important; }
  .p-xl-115 {
    padding: 15px !important; }
  .pt-xl-115,
  .py-xl-115 {
    padding-top: 15px !important; }
  .pr-xl-115,
  .px-xl-115 {
    padding-right: 15px !important; }
  .pb-xl-115,
  .py-xl-115 {
    padding-bottom: 15px !important; }
  .pl-xl-115,
  .px-xl-115 {
    padding-left: 15px !important; }
  .p-xl-116 {
    padding: 16px !important; }
  .pt-xl-116,
  .py-xl-116 {
    padding-top: 16px !important; }
  .pr-xl-116,
  .px-xl-116 {
    padding-right: 16px !important; }
  .pb-xl-116,
  .py-xl-116 {
    padding-bottom: 16px !important; }
  .pl-xl-116,
  .px-xl-116 {
    padding-left: 16px !important; }
  .p-xl-117 {
    padding: 17px !important; }
  .pt-xl-117,
  .py-xl-117 {
    padding-top: 17px !important; }
  .pr-xl-117,
  .px-xl-117 {
    padding-right: 17px !important; }
  .pb-xl-117,
  .py-xl-117 {
    padding-bottom: 17px !important; }
  .pl-xl-117,
  .px-xl-117 {
    padding-left: 17px !important; }
  .p-xl-118 {
    padding: 18px !important; }
  .pt-xl-118,
  .py-xl-118 {
    padding-top: 18px !important; }
  .pr-xl-118,
  .px-xl-118 {
    padding-right: 18px !important; }
  .pb-xl-118,
  .py-xl-118 {
    padding-bottom: 18px !important; }
  .pl-xl-118,
  .px-xl-118 {
    padding-left: 18px !important; }
  .p-xl-119 {
    padding: 19px !important; }
  .pt-xl-119,
  .py-xl-119 {
    padding-top: 19px !important; }
  .pr-xl-119,
  .px-xl-119 {
    padding-right: 19px !important; }
  .pb-xl-119,
  .py-xl-119 {
    padding-bottom: 19px !important; }
  .pl-xl-119,
  .px-xl-119 {
    padding-left: 19px !important; }
  .p-xl-121 {
    padding: 21px !important; }
  .pt-xl-121,
  .py-xl-121 {
    padding-top: 21px !important; }
  .pr-xl-121,
  .px-xl-121 {
    padding-right: 21px !important; }
  .pb-xl-121,
  .py-xl-121 {
    padding-bottom: 21px !important; }
  .pl-xl-121,
  .px-xl-121 {
    padding-left: 21px !important; }
  .p-xl-122 {
    padding: 22px !important; }
  .pt-xl-122,
  .py-xl-122 {
    padding-top: 22px !important; }
  .pr-xl-122,
  .px-xl-122 {
    padding-right: 22px !important; }
  .pb-xl-122,
  .py-xl-122 {
    padding-bottom: 22px !important; }
  .pl-xl-122,
  .px-xl-122 {
    padding-left: 22px !important; }
  .p-xl-123 {
    padding: 23px !important; }
  .pt-xl-123,
  .py-xl-123 {
    padding-top: 23px !important; }
  .pr-xl-123,
  .px-xl-123 {
    padding-right: 23px !important; }
  .pb-xl-123,
  .py-xl-123 {
    padding-bottom: 23px !important; }
  .pl-xl-123,
  .px-xl-123 {
    padding-left: 23px !important; }
  .p-xl-124 {
    padding: 24px !important; }
  .pt-xl-124,
  .py-xl-124 {
    padding-top: 24px !important; }
  .pr-xl-124,
  .px-xl-124 {
    padding-right: 24px !important; }
  .pb-xl-124,
  .py-xl-124 {
    padding-bottom: 24px !important; }
  .pl-xl-124,
  .px-xl-124 {
    padding-left: 24px !important; }
  .p-xl-125 {
    padding: 25px !important; }
  .pt-xl-125,
  .py-xl-125 {
    padding-top: 25px !important; }
  .pr-xl-125,
  .px-xl-125 {
    padding-right: 25px !important; }
  .pb-xl-125,
  .py-xl-125 {
    padding-bottom: 25px !important; }
  .pl-xl-125,
  .px-xl-125 {
    padding-left: 25px !important; }
  .p-xl-126 {
    padding: 26px !important; }
  .pt-xl-126,
  .py-xl-126 {
    padding-top: 26px !important; }
  .pr-xl-126,
  .px-xl-126 {
    padding-right: 26px !important; }
  .pb-xl-126,
  .py-xl-126 {
    padding-bottom: 26px !important; }
  .pl-xl-126,
  .px-xl-126 {
    padding-left: 26px !important; }
  .p-xl-127 {
    padding: 27px !important; }
  .pt-xl-127,
  .py-xl-127 {
    padding-top: 27px !important; }
  .pr-xl-127,
  .px-xl-127 {
    padding-right: 27px !important; }
  .pb-xl-127,
  .py-xl-127 {
    padding-bottom: 27px !important; }
  .pl-xl-127,
  .px-xl-127 {
    padding-left: 27px !important; }
  .p-xl-128 {
    padding: 28px !important; }
  .pt-xl-128,
  .py-xl-128 {
    padding-top: 28px !important; }
  .pr-xl-128,
  .px-xl-128 {
    padding-right: 28px !important; }
  .pb-xl-128,
  .py-xl-128 {
    padding-bottom: 28px !important; }
  .pl-xl-128,
  .px-xl-128 {
    padding-left: 28px !important; }
  .p-xl-129 {
    padding: 29px !important; }
  .pt-xl-129,
  .py-xl-129 {
    padding-top: 29px !important; }
  .pr-xl-129,
  .px-xl-129 {
    padding-right: 29px !important; }
  .pb-xl-129,
  .py-xl-129 {
    padding-bottom: 29px !important; }
  .pl-xl-129,
  .px-xl-129 {
    padding-left: 29px !important; }
  .p-xl-130 {
    padding: 30px !important; }
  .pt-xl-130,
  .py-xl-130 {
    padding-top: 30px !important; }
  .pr-xl-130,
  .px-xl-130 {
    padding-right: 30px !important; }
  .pb-xl-130,
  .py-xl-130 {
    padding-bottom: 30px !important; }
  .pl-xl-130,
  .px-xl-130 {
    padding-left: 30px !important; }
  .p-xl-131 {
    padding: 31px !important; }
  .pt-xl-131,
  .py-xl-131 {
    padding-top: 31px !important; }
  .pr-xl-131,
  .px-xl-131 {
    padding-right: 31px !important; }
  .pb-xl-131,
  .py-xl-131 {
    padding-bottom: 31px !important; }
  .pl-xl-131,
  .px-xl-131 {
    padding-left: 31px !important; }
  .p-xl-132 {
    padding: 32px !important; }
  .pt-xl-132,
  .py-xl-132 {
    padding-top: 32px !important; }
  .pr-xl-132,
  .px-xl-132 {
    padding-right: 32px !important; }
  .pb-xl-132,
  .py-xl-132 {
    padding-bottom: 32px !important; }
  .pl-xl-132,
  .px-xl-132 {
    padding-left: 32px !important; }
  .p-xl-133 {
    padding: 33px !important; }
  .pt-xl-133,
  .py-xl-133 {
    padding-top: 33px !important; }
  .pr-xl-133,
  .px-xl-133 {
    padding-right: 33px !important; }
  .pb-xl-133,
  .py-xl-133 {
    padding-bottom: 33px !important; }
  .pl-xl-133,
  .px-xl-133 {
    padding-left: 33px !important; }
  .p-xl-134 {
    padding: 34px !important; }
  .pt-xl-134,
  .py-xl-134 {
    padding-top: 34px !important; }
  .pr-xl-134,
  .px-xl-134 {
    padding-right: 34px !important; }
  .pb-xl-134,
  .py-xl-134 {
    padding-bottom: 34px !important; }
  .pl-xl-134,
  .px-xl-134 {
    padding-left: 34px !important; }
  .p-xl-135 {
    padding: 35px !important; }
  .pt-xl-135,
  .py-xl-135 {
    padding-top: 35px !important; }
  .pr-xl-135,
  .px-xl-135 {
    padding-right: 35px !important; }
  .pb-xl-135,
  .py-xl-135 {
    padding-bottom: 35px !important; }
  .pl-xl-135,
  .px-xl-135 {
    padding-left: 35px !important; }
  .p-xl-136 {
    padding: 36px !important; }
  .pt-xl-136,
  .py-xl-136 {
    padding-top: 36px !important; }
  .pr-xl-136,
  .px-xl-136 {
    padding-right: 36px !important; }
  .pb-xl-136,
  .py-xl-136 {
    padding-bottom: 36px !important; }
  .pl-xl-136,
  .px-xl-136 {
    padding-left: 36px !important; }
  .p-xl-137 {
    padding: 37px !important; }
  .pt-xl-137,
  .py-xl-137 {
    padding-top: 37px !important; }
  .pr-xl-137,
  .px-xl-137 {
    padding-right: 37px !important; }
  .pb-xl-137,
  .py-xl-137 {
    padding-bottom: 37px !important; }
  .pl-xl-137,
  .px-xl-137 {
    padding-left: 37px !important; }
  .p-xl-138 {
    padding: 38px !important; }
  .pt-xl-138,
  .py-xl-138 {
    padding-top: 38px !important; }
  .pr-xl-138,
  .px-xl-138 {
    padding-right: 38px !important; }
  .pb-xl-138,
  .py-xl-138 {
    padding-bottom: 38px !important; }
  .pl-xl-138,
  .px-xl-138 {
    padding-left: 38px !important; }
  .p-xl-139 {
    padding: 39px !important; }
  .pt-xl-139,
  .py-xl-139 {
    padding-top: 39px !important; }
  .pr-xl-139,
  .px-xl-139 {
    padding-right: 39px !important; }
  .pb-xl-139,
  .py-xl-139 {
    padding-bottom: 39px !important; }
  .pl-xl-139,
  .px-xl-139 {
    padding-left: 39px !important; }
  .p-xl-140 {
    padding: 40px !important; }
  .pt-xl-140,
  .py-xl-140 {
    padding-top: 40px !important; }
  .pr-xl-140,
  .px-xl-140 {
    padding-right: 40px !important; }
  .pb-xl-140,
  .py-xl-140 {
    padding-bottom: 40px !important; }
  .pl-xl-140,
  .px-xl-140 {
    padding-left: 40px !important; }
  .p-xl-141 {
    padding: 41px !important; }
  .pt-xl-141,
  .py-xl-141 {
    padding-top: 41px !important; }
  .pr-xl-141,
  .px-xl-141 {
    padding-right: 41px !important; }
  .pb-xl-141,
  .py-xl-141 {
    padding-bottom: 41px !important; }
  .pl-xl-141,
  .px-xl-141 {
    padding-left: 41px !important; }
  .p-xl-142 {
    padding: 42px !important; }
  .pt-xl-142,
  .py-xl-142 {
    padding-top: 42px !important; }
  .pr-xl-142,
  .px-xl-142 {
    padding-right: 42px !important; }
  .pb-xl-142,
  .py-xl-142 {
    padding-bottom: 42px !important; }
  .pl-xl-142,
  .px-xl-142 {
    padding-left: 42px !important; }
  .p-xl-143 {
    padding: 43px !important; }
  .pt-xl-143,
  .py-xl-143 {
    padding-top: 43px !important; }
  .pr-xl-143,
  .px-xl-143 {
    padding-right: 43px !important; }
  .pb-xl-143,
  .py-xl-143 {
    padding-bottom: 43px !important; }
  .pl-xl-143,
  .px-xl-143 {
    padding-left: 43px !important; }
  .p-xl-144 {
    padding: 44px !important; }
  .pt-xl-144,
  .py-xl-144 {
    padding-top: 44px !important; }
  .pr-xl-144,
  .px-xl-144 {
    padding-right: 44px !important; }
  .pb-xl-144,
  .py-xl-144 {
    padding-bottom: 44px !important; }
  .pl-xl-144,
  .px-xl-144 {
    padding-left: 44px !important; }
  .p-xl-145 {
    padding: 45px !important; }
  .pt-xl-145,
  .py-xl-145 {
    padding-top: 45px !important; }
  .pr-xl-145,
  .px-xl-145 {
    padding-right: 45px !important; }
  .pb-xl-145,
  .py-xl-145 {
    padding-bottom: 45px !important; }
  .pl-xl-145,
  .px-xl-145 {
    padding-left: 45px !important; }
  .p-xl-146 {
    padding: 46px !important; }
  .pt-xl-146,
  .py-xl-146 {
    padding-top: 46px !important; }
  .pr-xl-146,
  .px-xl-146 {
    padding-right: 46px !important; }
  .pb-xl-146,
  .py-xl-146 {
    padding-bottom: 46px !important; }
  .pl-xl-146,
  .px-xl-146 {
    padding-left: 46px !important; }
  .p-xl-147 {
    padding: 47px !important; }
  .pt-xl-147,
  .py-xl-147 {
    padding-top: 47px !important; }
  .pr-xl-147,
  .px-xl-147 {
    padding-right: 47px !important; }
  .pb-xl-147,
  .py-xl-147 {
    padding-bottom: 47px !important; }
  .pl-xl-147,
  .px-xl-147 {
    padding-left: 47px !important; }
  .p-xl-148 {
    padding: 48px !important; }
  .pt-xl-148,
  .py-xl-148 {
    padding-top: 48px !important; }
  .pr-xl-148,
  .px-xl-148 {
    padding-right: 48px !important; }
  .pb-xl-148,
  .py-xl-148 {
    padding-bottom: 48px !important; }
  .pl-xl-148,
  .px-xl-148 {
    padding-left: 48px !important; }
  .p-xl-149 {
    padding: 49px !important; }
  .pt-xl-149,
  .py-xl-149 {
    padding-top: 49px !important; }
  .pr-xl-149,
  .px-xl-149 {
    padding-right: 49px !important; }
  .pb-xl-149,
  .py-xl-149 {
    padding-bottom: 49px !important; }
  .pl-xl-149,
  .px-xl-149 {
    padding-left: 49px !important; }
  .p-xl-150 {
    padding: 40px !important; }
  .pt-xl-150,
  .py-xl-150 {
    padding-top: 40px !important; }
  .pr-xl-150,
  .px-xl-150 {
    padding-right: 40px !important; }
  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 40px !important; }
  .pl-xl-150,
  .px-xl-150 {
    padding-left: 40px !important; }
  .p-xl-190 {
    padding: 90px !important; }
  .pt-xl-190,
  .py-xl-190 {
    padding-top: 90px !important; }
  .pr-xl-190,
  .px-xl-190 {
    padding-right: 90px !important; }
  .pb-xl-190,
  .py-xl-190 {
    padding-bottom: 90px !important; }
  .pl-xl-190,
  .px-xl-190 {
    padding-left: 90px !important; }
  .p-xl-160 {
    padding: 60px !important; }
  .pt-xl-160,
  .py-xl-160 {
    padding-top: 60px !important; }
  .pr-xl-160,
  .px-xl-160 {
    padding-right: 60px !important; }
  .pb-xl-160,
  .py-xl-160 {
    padding-bottom: 60px !important; }
  .pl-xl-160,
  .px-xl-160 {
    padding-left: 60px !important; }
  .p-xl-170 {
    padding: 70px !important; }
  .pt-xl-170,
  .py-xl-170 {
    padding-top: 70px !important; }
  .pr-xl-170,
  .px-xl-170 {
    padding-right: 70px !important; }
  .pb-xl-170,
  .py-xl-170 {
    padding-bottom: 70px !important; }
  .pl-xl-170,
  .px-xl-170 {
    padding-left: 70px !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.9rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.9rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.9rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.9rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.9rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -2.3rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2.3rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2.3rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2.3rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2.3rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-n35 {
    margin: -1.7rem !important; }
  .mt-xl-n35,
  .my-xl-n35 {
    margin-top: -1.7rem !important; }
  .mr-xl-n35,
  .mx-xl-n35 {
    margin-right: -1.7rem !important; }
  .mb-xl-n35,
  .my-xl-n35 {
    margin-bottom: -1.7rem !important; }
  .ml-xl-n35,
  .mx-xl-n35 {
    margin-left: -1.7rem !important; }
  .m-xl-n6 {
    margin: -3.7rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -3.7rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -3.7rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -3.7rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -3.7rem !important; }
  .m-xl-n7 {
    margin: -4rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -4rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -4rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -4rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -4rem !important; }
  .m-xl-n8 {
    margin: -4.5rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -4.5rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -4.5rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -4.5rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -4.5rem !important; }
  .m-xl-n9 {
    margin: -5rem !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -5rem !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -5rem !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -5rem !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -5rem !important; }
  .m-xl-n10 {
    margin: -5.5rem !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -5.5rem !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -5.5rem !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -5.5rem !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -5.5rem !important; }
  .m-xl-n120 {
    margin: -7.3rem !important; }
  .mt-xl-n120,
  .my-xl-n120 {
    margin-top: -7.3rem !important; }
  .mr-xl-n120,
  .mx-xl-n120 {
    margin-right: -7.3rem !important; }
  .mb-xl-n120,
  .my-xl-n120 {
    margin-bottom: -7.3rem !important; }
  .ml-xl-n120,
  .mx-xl-n120 {
    margin-left: -7.3rem !important; }
  .m-xl-n101 {
    margin: -1px !important; }
  .mt-xl-n101,
  .my-xl-n101 {
    margin-top: -1px !important; }
  .mr-xl-n101,
  .mx-xl-n101 {
    margin-right: -1px !important; }
  .mb-xl-n101,
  .my-xl-n101 {
    margin-bottom: -1px !important; }
  .ml-xl-n101,
  .mx-xl-n101 {
    margin-left: -1px !important; }
  .m-xl-n102 {
    margin: -2px !important; }
  .mt-xl-n102,
  .my-xl-n102 {
    margin-top: -2px !important; }
  .mr-xl-n102,
  .mx-xl-n102 {
    margin-right: -2px !important; }
  .mb-xl-n102,
  .my-xl-n102 {
    margin-bottom: -2px !important; }
  .ml-xl-n102,
  .mx-xl-n102 {
    margin-left: -2px !important; }
  .m-xl-n103 {
    margin: -3px !important; }
  .mt-xl-n103,
  .my-xl-n103 {
    margin-top: -3px !important; }
  .mr-xl-n103,
  .mx-xl-n103 {
    margin-right: -3px !important; }
  .mb-xl-n103,
  .my-xl-n103 {
    margin-bottom: -3px !important; }
  .ml-xl-n103,
  .mx-xl-n103 {
    margin-left: -3px !important; }
  .m-xl-n104 {
    margin: -4px !important; }
  .mt-xl-n104,
  .my-xl-n104 {
    margin-top: -4px !important; }
  .mr-xl-n104,
  .mx-xl-n104 {
    margin-right: -4px !important; }
  .mb-xl-n104,
  .my-xl-n104 {
    margin-bottom: -4px !important; }
  .ml-xl-n104,
  .mx-xl-n104 {
    margin-left: -4px !important; }
  .m-xl-n105 {
    margin: -5px !important; }
  .mt-xl-n105,
  .my-xl-n105 {
    margin-top: -5px !important; }
  .mr-xl-n105,
  .mx-xl-n105 {
    margin-right: -5px !important; }
  .mb-xl-n105,
  .my-xl-n105 {
    margin-bottom: -5px !important; }
  .ml-xl-n105,
  .mx-xl-n105 {
    margin-left: -5px !important; }
  .m-xl-n106 {
    margin: -6px !important; }
  .mt-xl-n106,
  .my-xl-n106 {
    margin-top: -6px !important; }
  .mr-xl-n106,
  .mx-xl-n106 {
    margin-right: -6px !important; }
  .mb-xl-n106,
  .my-xl-n106 {
    margin-bottom: -6px !important; }
  .ml-xl-n106,
  .mx-xl-n106 {
    margin-left: -6px !important; }
  .m-xl-n107 {
    margin: -7px !important; }
  .mt-xl-n107,
  .my-xl-n107 {
    margin-top: -7px !important; }
  .mr-xl-n107,
  .mx-xl-n107 {
    margin-right: -7px !important; }
  .mb-xl-n107,
  .my-xl-n107 {
    margin-bottom: -7px !important; }
  .ml-xl-n107,
  .mx-xl-n107 {
    margin-left: -7px !important; }
  .m-xl-n108 {
    margin: -8px !important; }
  .mt-xl-n108,
  .my-xl-n108 {
    margin-top: -8px !important; }
  .mr-xl-n108,
  .mx-xl-n108 {
    margin-right: -8px !important; }
  .mb-xl-n108,
  .my-xl-n108 {
    margin-bottom: -8px !important; }
  .ml-xl-n108,
  .mx-xl-n108 {
    margin-left: -8px !important; }
  .m-xl-n109 {
    margin: -9px !important; }
  .mt-xl-n109,
  .my-xl-n109 {
    margin-top: -9px !important; }
  .mr-xl-n109,
  .mx-xl-n109 {
    margin-right: -9px !important; }
  .mb-xl-n109,
  .my-xl-n109 {
    margin-bottom: -9px !important; }
  .ml-xl-n109,
  .mx-xl-n109 {
    margin-left: -9px !important; }
  .m-xl-n110 {
    margin: -10px !important; }
  .mt-xl-n110,
  .my-xl-n110 {
    margin-top: -10px !important; }
  .mr-xl-n110,
  .mx-xl-n110 {
    margin-right: -10px !important; }
  .mb-xl-n110,
  .my-xl-n110 {
    margin-bottom: -10px !important; }
  .ml-xl-n110,
  .mx-xl-n110 {
    margin-left: -10px !important; }
  .m-xl-n111 {
    margin: -11px !important; }
  .mt-xl-n111,
  .my-xl-n111 {
    margin-top: -11px !important; }
  .mr-xl-n111,
  .mx-xl-n111 {
    margin-right: -11px !important; }
  .mb-xl-n111,
  .my-xl-n111 {
    margin-bottom: -11px !important; }
  .ml-xl-n111,
  .mx-xl-n111 {
    margin-left: -11px !important; }
  .m-xl-n112 {
    margin: -12px !important; }
  .mt-xl-n112,
  .my-xl-n112 {
    margin-top: -12px !important; }
  .mr-xl-n112,
  .mx-xl-n112 {
    margin-right: -12px !important; }
  .mb-xl-n112,
  .my-xl-n112 {
    margin-bottom: -12px !important; }
  .ml-xl-n112,
  .mx-xl-n112 {
    margin-left: -12px !important; }
  .m-xl-n113 {
    margin: -13px !important; }
  .mt-xl-n113,
  .my-xl-n113 {
    margin-top: -13px !important; }
  .mr-xl-n113,
  .mx-xl-n113 {
    margin-right: -13px !important; }
  .mb-xl-n113,
  .my-xl-n113 {
    margin-bottom: -13px !important; }
  .ml-xl-n113,
  .mx-xl-n113 {
    margin-left: -13px !important; }
  .m-xl-n114 {
    margin: -14px !important; }
  .mt-xl-n114,
  .my-xl-n114 {
    margin-top: -14px !important; }
  .mr-xl-n114,
  .mx-xl-n114 {
    margin-right: -14px !important; }
  .mb-xl-n114,
  .my-xl-n114 {
    margin-bottom: -14px !important; }
  .ml-xl-n114,
  .mx-xl-n114 {
    margin-left: -14px !important; }
  .m-xl-n115 {
    margin: -15px !important; }
  .mt-xl-n115,
  .my-xl-n115 {
    margin-top: -15px !important; }
  .mr-xl-n115,
  .mx-xl-n115 {
    margin-right: -15px !important; }
  .mb-xl-n115,
  .my-xl-n115 {
    margin-bottom: -15px !important; }
  .ml-xl-n115,
  .mx-xl-n115 {
    margin-left: -15px !important; }
  .m-xl-n116 {
    margin: -16px !important; }
  .mt-xl-n116,
  .my-xl-n116 {
    margin-top: -16px !important; }
  .mr-xl-n116,
  .mx-xl-n116 {
    margin-right: -16px !important; }
  .mb-xl-n116,
  .my-xl-n116 {
    margin-bottom: -16px !important; }
  .ml-xl-n116,
  .mx-xl-n116 {
    margin-left: -16px !important; }
  .m-xl-n117 {
    margin: -17px !important; }
  .mt-xl-n117,
  .my-xl-n117 {
    margin-top: -17px !important; }
  .mr-xl-n117,
  .mx-xl-n117 {
    margin-right: -17px !important; }
  .mb-xl-n117,
  .my-xl-n117 {
    margin-bottom: -17px !important; }
  .ml-xl-n117,
  .mx-xl-n117 {
    margin-left: -17px !important; }
  .m-xl-n118 {
    margin: -18px !important; }
  .mt-xl-n118,
  .my-xl-n118 {
    margin-top: -18px !important; }
  .mr-xl-n118,
  .mx-xl-n118 {
    margin-right: -18px !important; }
  .mb-xl-n118,
  .my-xl-n118 {
    margin-bottom: -18px !important; }
  .ml-xl-n118,
  .mx-xl-n118 {
    margin-left: -18px !important; }
  .m-xl-n119 {
    margin: -19px !important; }
  .mt-xl-n119,
  .my-xl-n119 {
    margin-top: -19px !important; }
  .mr-xl-n119,
  .mx-xl-n119 {
    margin-right: -19px !important; }
  .mb-xl-n119,
  .my-xl-n119 {
    margin-bottom: -19px !important; }
  .ml-xl-n119,
  .mx-xl-n119 {
    margin-left: -19px !important; }
  .m-xl-n121 {
    margin: -21px !important; }
  .mt-xl-n121,
  .my-xl-n121 {
    margin-top: -21px !important; }
  .mr-xl-n121,
  .mx-xl-n121 {
    margin-right: -21px !important; }
  .mb-xl-n121,
  .my-xl-n121 {
    margin-bottom: -21px !important; }
  .ml-xl-n121,
  .mx-xl-n121 {
    margin-left: -21px !important; }
  .m-xl-n122 {
    margin: -22px !important; }
  .mt-xl-n122,
  .my-xl-n122 {
    margin-top: -22px !important; }
  .mr-xl-n122,
  .mx-xl-n122 {
    margin-right: -22px !important; }
  .mb-xl-n122,
  .my-xl-n122 {
    margin-bottom: -22px !important; }
  .ml-xl-n122,
  .mx-xl-n122 {
    margin-left: -22px !important; }
  .m-xl-n123 {
    margin: -23px !important; }
  .mt-xl-n123,
  .my-xl-n123 {
    margin-top: -23px !important; }
  .mr-xl-n123,
  .mx-xl-n123 {
    margin-right: -23px !important; }
  .mb-xl-n123,
  .my-xl-n123 {
    margin-bottom: -23px !important; }
  .ml-xl-n123,
  .mx-xl-n123 {
    margin-left: -23px !important; }
  .m-xl-n124 {
    margin: -24px !important; }
  .mt-xl-n124,
  .my-xl-n124 {
    margin-top: -24px !important; }
  .mr-xl-n124,
  .mx-xl-n124 {
    margin-right: -24px !important; }
  .mb-xl-n124,
  .my-xl-n124 {
    margin-bottom: -24px !important; }
  .ml-xl-n124,
  .mx-xl-n124 {
    margin-left: -24px !important; }
  .m-xl-n125 {
    margin: -25px !important; }
  .mt-xl-n125,
  .my-xl-n125 {
    margin-top: -25px !important; }
  .mr-xl-n125,
  .mx-xl-n125 {
    margin-right: -25px !important; }
  .mb-xl-n125,
  .my-xl-n125 {
    margin-bottom: -25px !important; }
  .ml-xl-n125,
  .mx-xl-n125 {
    margin-left: -25px !important; }
  .m-xl-n126 {
    margin: -26px !important; }
  .mt-xl-n126,
  .my-xl-n126 {
    margin-top: -26px !important; }
  .mr-xl-n126,
  .mx-xl-n126 {
    margin-right: -26px !important; }
  .mb-xl-n126,
  .my-xl-n126 {
    margin-bottom: -26px !important; }
  .ml-xl-n126,
  .mx-xl-n126 {
    margin-left: -26px !important; }
  .m-xl-n127 {
    margin: -27px !important; }
  .mt-xl-n127,
  .my-xl-n127 {
    margin-top: -27px !important; }
  .mr-xl-n127,
  .mx-xl-n127 {
    margin-right: -27px !important; }
  .mb-xl-n127,
  .my-xl-n127 {
    margin-bottom: -27px !important; }
  .ml-xl-n127,
  .mx-xl-n127 {
    margin-left: -27px !important; }
  .m-xl-n128 {
    margin: -28px !important; }
  .mt-xl-n128,
  .my-xl-n128 {
    margin-top: -28px !important; }
  .mr-xl-n128,
  .mx-xl-n128 {
    margin-right: -28px !important; }
  .mb-xl-n128,
  .my-xl-n128 {
    margin-bottom: -28px !important; }
  .ml-xl-n128,
  .mx-xl-n128 {
    margin-left: -28px !important; }
  .m-xl-n129 {
    margin: -29px !important; }
  .mt-xl-n129,
  .my-xl-n129 {
    margin-top: -29px !important; }
  .mr-xl-n129,
  .mx-xl-n129 {
    margin-right: -29px !important; }
  .mb-xl-n129,
  .my-xl-n129 {
    margin-bottom: -29px !important; }
  .ml-xl-n129,
  .mx-xl-n129 {
    margin-left: -29px !important; }
  .m-xl-n130 {
    margin: -30px !important; }
  .mt-xl-n130,
  .my-xl-n130 {
    margin-top: -30px !important; }
  .mr-xl-n130,
  .mx-xl-n130 {
    margin-right: -30px !important; }
  .mb-xl-n130,
  .my-xl-n130 {
    margin-bottom: -30px !important; }
  .ml-xl-n130,
  .mx-xl-n130 {
    margin-left: -30px !important; }
  .m-xl-n131 {
    margin: -31px !important; }
  .mt-xl-n131,
  .my-xl-n131 {
    margin-top: -31px !important; }
  .mr-xl-n131,
  .mx-xl-n131 {
    margin-right: -31px !important; }
  .mb-xl-n131,
  .my-xl-n131 {
    margin-bottom: -31px !important; }
  .ml-xl-n131,
  .mx-xl-n131 {
    margin-left: -31px !important; }
  .m-xl-n132 {
    margin: -32px !important; }
  .mt-xl-n132,
  .my-xl-n132 {
    margin-top: -32px !important; }
  .mr-xl-n132,
  .mx-xl-n132 {
    margin-right: -32px !important; }
  .mb-xl-n132,
  .my-xl-n132 {
    margin-bottom: -32px !important; }
  .ml-xl-n132,
  .mx-xl-n132 {
    margin-left: -32px !important; }
  .m-xl-n133 {
    margin: -33px !important; }
  .mt-xl-n133,
  .my-xl-n133 {
    margin-top: -33px !important; }
  .mr-xl-n133,
  .mx-xl-n133 {
    margin-right: -33px !important; }
  .mb-xl-n133,
  .my-xl-n133 {
    margin-bottom: -33px !important; }
  .ml-xl-n133,
  .mx-xl-n133 {
    margin-left: -33px !important; }
  .m-xl-n134 {
    margin: -34px !important; }
  .mt-xl-n134,
  .my-xl-n134 {
    margin-top: -34px !important; }
  .mr-xl-n134,
  .mx-xl-n134 {
    margin-right: -34px !important; }
  .mb-xl-n134,
  .my-xl-n134 {
    margin-bottom: -34px !important; }
  .ml-xl-n134,
  .mx-xl-n134 {
    margin-left: -34px !important; }
  .m-xl-n135 {
    margin: -35px !important; }
  .mt-xl-n135,
  .my-xl-n135 {
    margin-top: -35px !important; }
  .mr-xl-n135,
  .mx-xl-n135 {
    margin-right: -35px !important; }
  .mb-xl-n135,
  .my-xl-n135 {
    margin-bottom: -35px !important; }
  .ml-xl-n135,
  .mx-xl-n135 {
    margin-left: -35px !important; }
  .m-xl-n136 {
    margin: -36px !important; }
  .mt-xl-n136,
  .my-xl-n136 {
    margin-top: -36px !important; }
  .mr-xl-n136,
  .mx-xl-n136 {
    margin-right: -36px !important; }
  .mb-xl-n136,
  .my-xl-n136 {
    margin-bottom: -36px !important; }
  .ml-xl-n136,
  .mx-xl-n136 {
    margin-left: -36px !important; }
  .m-xl-n137 {
    margin: -37px !important; }
  .mt-xl-n137,
  .my-xl-n137 {
    margin-top: -37px !important; }
  .mr-xl-n137,
  .mx-xl-n137 {
    margin-right: -37px !important; }
  .mb-xl-n137,
  .my-xl-n137 {
    margin-bottom: -37px !important; }
  .ml-xl-n137,
  .mx-xl-n137 {
    margin-left: -37px !important; }
  .m-xl-n138 {
    margin: -38px !important; }
  .mt-xl-n138,
  .my-xl-n138 {
    margin-top: -38px !important; }
  .mr-xl-n138,
  .mx-xl-n138 {
    margin-right: -38px !important; }
  .mb-xl-n138,
  .my-xl-n138 {
    margin-bottom: -38px !important; }
  .ml-xl-n138,
  .mx-xl-n138 {
    margin-left: -38px !important; }
  .m-xl-n139 {
    margin: -39px !important; }
  .mt-xl-n139,
  .my-xl-n139 {
    margin-top: -39px !important; }
  .mr-xl-n139,
  .mx-xl-n139 {
    margin-right: -39px !important; }
  .mb-xl-n139,
  .my-xl-n139 {
    margin-bottom: -39px !important; }
  .ml-xl-n139,
  .mx-xl-n139 {
    margin-left: -39px !important; }
  .m-xl-n140 {
    margin: -40px !important; }
  .mt-xl-n140,
  .my-xl-n140 {
    margin-top: -40px !important; }
  .mr-xl-n140,
  .mx-xl-n140 {
    margin-right: -40px !important; }
  .mb-xl-n140,
  .my-xl-n140 {
    margin-bottom: -40px !important; }
  .ml-xl-n140,
  .mx-xl-n140 {
    margin-left: -40px !important; }
  .m-xl-n141 {
    margin: -41px !important; }
  .mt-xl-n141,
  .my-xl-n141 {
    margin-top: -41px !important; }
  .mr-xl-n141,
  .mx-xl-n141 {
    margin-right: -41px !important; }
  .mb-xl-n141,
  .my-xl-n141 {
    margin-bottom: -41px !important; }
  .ml-xl-n141,
  .mx-xl-n141 {
    margin-left: -41px !important; }
  .m-xl-n142 {
    margin: -42px !important; }
  .mt-xl-n142,
  .my-xl-n142 {
    margin-top: -42px !important; }
  .mr-xl-n142,
  .mx-xl-n142 {
    margin-right: -42px !important; }
  .mb-xl-n142,
  .my-xl-n142 {
    margin-bottom: -42px !important; }
  .ml-xl-n142,
  .mx-xl-n142 {
    margin-left: -42px !important; }
  .m-xl-n143 {
    margin: -43px !important; }
  .mt-xl-n143,
  .my-xl-n143 {
    margin-top: -43px !important; }
  .mr-xl-n143,
  .mx-xl-n143 {
    margin-right: -43px !important; }
  .mb-xl-n143,
  .my-xl-n143 {
    margin-bottom: -43px !important; }
  .ml-xl-n143,
  .mx-xl-n143 {
    margin-left: -43px !important; }
  .m-xl-n144 {
    margin: -44px !important; }
  .mt-xl-n144,
  .my-xl-n144 {
    margin-top: -44px !important; }
  .mr-xl-n144,
  .mx-xl-n144 {
    margin-right: -44px !important; }
  .mb-xl-n144,
  .my-xl-n144 {
    margin-bottom: -44px !important; }
  .ml-xl-n144,
  .mx-xl-n144 {
    margin-left: -44px !important; }
  .m-xl-n145 {
    margin: -45px !important; }
  .mt-xl-n145,
  .my-xl-n145 {
    margin-top: -45px !important; }
  .mr-xl-n145,
  .mx-xl-n145 {
    margin-right: -45px !important; }
  .mb-xl-n145,
  .my-xl-n145 {
    margin-bottom: -45px !important; }
  .ml-xl-n145,
  .mx-xl-n145 {
    margin-left: -45px !important; }
  .m-xl-n146 {
    margin: -46px !important; }
  .mt-xl-n146,
  .my-xl-n146 {
    margin-top: -46px !important; }
  .mr-xl-n146,
  .mx-xl-n146 {
    margin-right: -46px !important; }
  .mb-xl-n146,
  .my-xl-n146 {
    margin-bottom: -46px !important; }
  .ml-xl-n146,
  .mx-xl-n146 {
    margin-left: -46px !important; }
  .m-xl-n147 {
    margin: -47px !important; }
  .mt-xl-n147,
  .my-xl-n147 {
    margin-top: -47px !important; }
  .mr-xl-n147,
  .mx-xl-n147 {
    margin-right: -47px !important; }
  .mb-xl-n147,
  .my-xl-n147 {
    margin-bottom: -47px !important; }
  .ml-xl-n147,
  .mx-xl-n147 {
    margin-left: -47px !important; }
  .m-xl-n148 {
    margin: -48px !important; }
  .mt-xl-n148,
  .my-xl-n148 {
    margin-top: -48px !important; }
  .mr-xl-n148,
  .mx-xl-n148 {
    margin-right: -48px !important; }
  .mb-xl-n148,
  .my-xl-n148 {
    margin-bottom: -48px !important; }
  .ml-xl-n148,
  .mx-xl-n148 {
    margin-left: -48px !important; }
  .m-xl-n149 {
    margin: -49px !important; }
  .mt-xl-n149,
  .my-xl-n149 {
    margin-top: -49px !important; }
  .mr-xl-n149,
  .mx-xl-n149 {
    margin-right: -49px !important; }
  .mb-xl-n149,
  .my-xl-n149 {
    margin-bottom: -49px !important; }
  .ml-xl-n149,
  .mx-xl-n149 {
    margin-left: -49px !important; }
  .m-xl-n150 {
    margin: -40px !important; }
  .mt-xl-n150,
  .my-xl-n150 {
    margin-top: -40px !important; }
  .mr-xl-n150,
  .mx-xl-n150 {
    margin-right: -40px !important; }
  .mb-xl-n150,
  .my-xl-n150 {
    margin-bottom: -40px !important; }
  .ml-xl-n150,
  .mx-xl-n150 {
    margin-left: -40px !important; }
  .m-xl-n190 {
    margin: -90px !important; }
  .mt-xl-n190,
  .my-xl-n190 {
    margin-top: -90px !important; }
  .mr-xl-n190,
  .mx-xl-n190 {
    margin-right: -90px !important; }
  .mb-xl-n190,
  .my-xl-n190 {
    margin-bottom: -90px !important; }
  .ml-xl-n190,
  .mx-xl-n190 {
    margin-left: -90px !important; }
  .m-xl-n160 {
    margin: -60px !important; }
  .mt-xl-n160,
  .my-xl-n160 {
    margin-top: -60px !important; }
  .mr-xl-n160,
  .mx-xl-n160 {
    margin-right: -60px !important; }
  .mb-xl-n160,
  .my-xl-n160 {
    margin-bottom: -60px !important; }
  .ml-xl-n160,
  .mx-xl-n160 {
    margin-left: -60px !important; }
  .m-xl-n170 {
    margin: -70px !important; }
  .mt-xl-n170,
  .my-xl-n170 {
    margin-top: -70px !important; }
  .mr-xl-n170,
  .mx-xl-n170 {
    margin-right: -70px !important; }
  .mb-xl-n170,
  .my-xl-n170 {
    margin-bottom: -70px !important; }
  .ml-xl-n170,
  .mx-xl-n170 {
    margin-left: -70px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

.text-monospace {
  font-family: "nowayregular", serif !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light-green {
  color: rgba(33, 91, 66, 0.8) !important; }

a.text-light-green:hover, a.text-light-green:focus {
  color: rgba(13, 35, 25, 0.8) !important; }

.text-deep-purple {
  color: #2B2E34 !important; }

a.text-deep-purple:hover, a.text-deep-purple:focus {
  color: #08090a !important; }

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

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

.text-bright-yellow {
  color: #D9C139 !important; }

a.text-bright-yellow:hover, a.text-bright-yellow:focus {
  color: #a69220 !important; }

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

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

.text-blue {
  color: #35A0D8 !important; }

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

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

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

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

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

.text-teal {
  color: #72c8c9 !important; }

a.text-teal:hover, a.text-teal:focus {
  color: #42abac !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; }

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-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: #ffffff !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; } }

.cta-slider {
  background-color: #FAFAF8;
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .cta-slider {
      padding-bottom: 0; } }
  .cta-slider button[data-action="stop"] {
    display: none; }
  .cta-slider h2 {
    font-size: 40px;
    line-height: 55px;
    color: #103952;
    font-family: "nowayregular", sans-serif;
    text-align: center; }

.cta-slider-item img {
  width: 100%;
  height: auto; }

.cta-slider-item h3 {
  font-size: 28px;
  line-height: 1.4;
  color: #156993;
  font-family: "nowayregular", sans-serif;
  font-weight: 200;
  max-width: 400px; }

.cta-slider-item a {
  margin-top: 30px; }

@media (min-width: 992px) {
  .cta-slider-item {
    display: flex;
    align-items: stretch; }
    .cta-slider-item > div {
      width: 50%; } }

.cta-slider-item-text {
  padding: 80px 30px; }
  @media (min-width: 992px) {
    .cta-slider-item-text {
      padding: 80px 100px;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center; }
      .cta-slider-item-text > * {
        width: 100%; } }

.tns-nav > button:first-child {
  margin-left: 0; }

.tns-nav > [aria-controls] {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #103952;
  border: 0;
  outline: 0; }

.tns-nav > .tns-nav-active {
  background: #35A0D8; }

.playbutton-wrapper {
  text-align: center; }

.playbutton-wrapper button {
  height: 34px;
  padding: 0 10px;
  font-size: 14px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid  #ccc;
  cursor: pointer; }

.wrapper {
  padding: 0 5em; }

.suite-container .title,
.suite-container .subtitle,
.suite-container li {
  padding: 5px 10px; }

.suite-container li {
  font-size: 12px;
  line-height: 1.4;
  background: #f5f5f5; }

.tns-nav {
  padding-left: 30px; }
  @media (min-width: 992px) {
    .tns-nav {
      width: 50%;
      padding-left: 100px;
      transform: translateY(-100%);
      padding-bottom: 40px;
      position: absolute;
      right: 0; } }

.accordion .card {
  border: 0;
  margin-bottom: 30px; }

.accordion .card-header {
  padding: 0;
  border: 0;
  background-color: transparent; }
  .accordion .card-header .btn {
    width: 100%;
    text-align: left;
    padding: 20px;
    position: relative;
    border: 2px solid #35A0D8;
    font-size: 22px;
    color: #35A0D8; }
    .accordion .card-header .btn[data-toggle="collapse"]::after {
      position: absolute;
      right: 15px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f067"; }
    .accordion .card-header .btn[aria-expanded="true"] {
      background-color: #35A0D8;
      color: white; }
      .accordion .card-header .btn[aria-expanded="true"]::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f068"; }

.accordion .card-body {
  padding-left: 0;
  padding-right: 0; }

/*@import 'custom';
@import 'custom_slider';
@import 'burger';*/
@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff); }

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

@media (min-width: 992px) {
  .dropdown-menu {
    width: 261px; } }

li.text-white.show {
  background-color: #35A0D8 !important; }
  li.text-white.show a {
    color: #ffffff !important; }

.nav-item a {
  font-size: 18px; }

.grid-height a.link-0 {
  background: #B8B39B !important; }

.grid-height a.link-1 {
  background: #103952 !important; }

.grid-height a.link-2 {
  background: #d9c139 !important; }

.grid-height a.link-3 {
  background: #35A0D8 !important; }

.grid-icon-height div {
  height: 210px; }

.grid-icon-height svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

.font-size-18 {
  font-size: 18px; }

.nav-link-hover:hover p {
  text-decoration: underline; }

a.fancy-hover, .fancy-hover {
  position: relative; }

a.fancy-hover:after, .fancy-hover:after {
  font-family: "nowaymedium", serif;
  content: " →";
  position: absolute;
  left: calc(100% + 10px);
  top: 0px;
  display: block;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease; }

a.fancy-hover-left {
  padding-left: 30px; }

a.fancy-hover-left:after {
  content: "← ";
  position: absolute;
  left: 5%;
  top: -2px;
  display: block;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease; }

a.fancy-hover:hover, .fancy-hover:hover {
  text-decoration: none;
  color: #35A0D8 !important; }

a.section-arrow:hover {
  text-decoration: none; }
  a.section-arrow:hover span {
    margin-left: 20px;
    transition: all 400ms cubic-bezier(0.68, -0.1, 0.265, 1.55); }
  a.section-arrow:hover .disable-arrow-animation {
    margin-left: 0px !important; }

a.fancy-hover:hover:after, .fancy-hover:hover:after {
  left: calc(100% + 20px); }

a.fancy-hover-left:hover:after {
  left: -1.5%; }

.border-top-yellow a.fancy-hover:after, .border-top-yellow .fancy-hover:after {
  left: calc(100% + 10px); }

.border-top-yellow a.fancy-hover:hover:after, .border-top-yellow .fancy-hover:hover:after {
  left: calc(100% + 30px); }

.parent-page .fancy-hover {
  max-width: 90%;
  display: inline-block; }

a.back-button {
  text-transform: uppercase; }
  a.back-button:hover {
    text-decoration: none !important; }
    a.back-button:hover .back-hover {
      margin-right: 9px;
      text-decoration: none; }

.quote-underline {
  height: 10px;
  width: 170px; }

ul {
  padding-left: 18px; }
  ul li {
    padding-left: 6px; }

ol {
  padding-left: 18px; }

.wp-block-embed-youtube {
  padding-top: 50px; }
  .wp-block-embed-youtube .wp-block-embed__wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
      width: 770px;
      height: 480px; }
  .wp-block-embed-youtube figcaption {
    width: 770px;
    padding-right: 430px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    padding-top: 10px; }

.page-template-wildcard-page .wp-block-embed-youtube, .single-post .wp-block-embed-youtube {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .page-template-wildcard-page .wp-block-embed-youtube .wp-block-embed__wrapper, .single-post .wp-block-embed-youtube .wp-block-embed__wrapper {
    text-align: left;
    max-width: 1170px; }
  .page-template-wildcard-page .wp-block-embed-youtube figcaption, .single-post .wp-block-embed-youtube figcaption {
    width: 770px;
    margin-left: unset;
    margin-right: unset; }

.wp-pagenavi a, .wp-pagenavi span {
  font-family: "nowayregular", sans-serif;
  border: 1px solid #35A0D8 !important;
  display: inline-block;
  font-weight: 500;
  padding-top: 7px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #35A0D8; }

.wp-pagenavi {
  padding-top: 0px;
  padding-bottom: 110px;
  text-align: center;
  width: 100%; }

.wp-pagenavi span.current {
  font-weight: 500;
  background: #35A0D8;
  color: #ffffff;
  border: 1px solid #35A0D8 !important; }

.wp-pagenavi a, .wp-pagenavi span {
  border: 0 none; }

.nav-link-hover:hover {
  text-decoration: none; }

@media (min-width: 767px) {
  .border-box-right {
    border-right: 1px solid #707070; } }

input[type="text"], input[type="email"], input[type="tel"], select {
  height: 45px;
  width: 369px;
  padding-left: 27px;
  font-size: 16px;
  margin-top: 10px;
  border: 2px solid #35A0D8;
  outline: 0 none;
  max-width: 100%; }

.filter {
  /* For IE10 */ }
  .filter input[type="search"] {
    height: 45px;
    width: auto;
    padding-left: 27px;
    font-size: 16px;
    margin-top: 10px;
    border: 2px solid #35A0D8; }
  .filter select {
    width: auto;
    min-width: 128px; }
  .filter .search-field {
    margin-right: 30px;
    margin-top: 18px !important; }
  .filter input[type="text"], .filter input[type="email"], .filter input[type="tel"], .filter select, .filter input[type="search"] {
    margin-top: 0px;
    outline: 0 none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0px !important;
    background: transparent !important; }
  .filter select::-ms-expand {
    display: none; }
  .filter select::-ms-value {
    background: none;
    /* remove blue background on ie10/ie11 when selected*/
    color: #000; }
  .filter .btn.btn-secondary {
    vertical-align: top;
    padding: 4px 40px !important;
    margin-top: 18px; }

.select-wrapper {
  position: relative;
  width: auto;
  display: inline-block;
  margin-right: 30px;
  margin-top: 18px;
  margin-left: 0px; }
  .select-wrapper:nth-of-type(1) {
    margin-left: 0px !important; }
  .select-wrapper .icon {
    position: absolute;
    right: 2px;
    top: 10px;
    background: #ffffff;
    pointer-events: none;
    width: 28px; }

textarea {
  width: 100%;
  padding-left: 27px;
  padding-top: 20px;
  font-size: 16px;
  margin-top: 10px;
  border: 2px solid #35A0D8; }

div.wpcf7-response-output {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
  border: 0px;
  max-width: 75%; }

.wpcf7-not-valid-tip {
  color: #dc3545;
  padding-top: 4px; }

.webform label {
  color: #156993;
  display: inline-block; }

.webform label:nth-of-type(2n + 2) {
  margin-left: 25px; }

.webform label:nth-last-of-type(1) {
  width: 100%; }

.webform textarea {
  width: 770px; }

.wpcf7-form p {
  display: inline-block; }

.wpcf7-form p:nth-of-type(2n + 2) {
  margin-left: 25px; }

.wpcf7-form p:nth-last-of-type(1) {
  width: 100%;
  max-width: 770px; }

.wpcf7-form textarea {
  width: 770px; }

.wpcf7-form .wpcf7-submit {
  margin-right: 25px; }

.wpcf7-form.invalid label {
  color: #dc3545; }
  .wpcf7-form.invalid label .wpcf7-not-valid-tip {
    color: #dc3545; }

@media (max-width: 820px) {
  .webform label:nth-of-type(2n + 2) {
    margin-left: 0px; }
  .webform textarea {
    width: 100%; }
  .wpcf7-form p:nth-of-type(2n + 2) {
    margin-left: 0px; }
  .wpcf7-form textarea {
    width: 100%; }
  .wpcf7-form p, .wpcf7-form span, .wpcf7-form label {
    width: 100%; }
  .wpcf7-form .wpcf7-submit {
    margin-right: 0px; } }

.logo {
  width: 293px; }

.top-menu-links {
  position: absolute;
  top: 0;
  right: 0; }
  .top-menu-links a {
    width: 173px;
    height: 60px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px; }
    .top-menu-links a:nth-of-type(1) {
      background: #f4eec7; }
      .top-menu-links a:nth-of-type(1):hover {
        background: #e7d985;
        text-decoration: none; }
    .top-menu-links a:nth-of-type(2) {
      background: #DEEAF0; }
      .top-menu-links a:nth-of-type(2):hover {
        background: #98CFEB;
        text-decoration: none; }

.top-menu-search {
  margin-left: auto;
  padding-top: 63px; }
  .top-menu-search input.search-field {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #35A0D8;
    height: 32px;
    width: 320px;
    font-size: 16px;
    color: #969393;
    outline: 0;
    padding-left: 0;
    border-radius: 0px !important; }
  .top-menu-search label {
    vertical-align: bottom;
    margin-bottom: 0px; }

input {
  border-radius: 0; }

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

.btn-secondary {
  background: transparent !important;
  color: #35a0d8;
  border: 2px solid #35a0d8 !important;
  min-width: 120px;
  padding-top: 7px;
  padding-bottom: 7px; }
  .btn-secondary:hover {
    background: #35a0d8 !important;
    color: #ffffff; }
  .btn-secondary:focus {
    background: #35a0d8 !important;
    color: #ffffff; }

.btn-primary {
  background: transparent !important;
  color: #ffffff;
  border: 2px solid #ffffff !important;
  min-width: 120px;
  padding-top: 7px;
  padding-bottom: 7px; }
  .btn-primary:hover {
    background: #35a0d8 !important;
    border-color: #35a0d8 !important;
    color: #ffffff; }
  .btn-primary:focus {
    background: #35a0d8 !important;
    color: #ffffff; }

li.text-white.show a.dropdown-item:hover, li.text-white.show a.dropdown-item:focus {
  background: #35A0D8;
  border: 0 none;
  outline: none;
  color: #156993 !important;
  max-width: 98%; }

li.text-white.show a.dropdown-item {
  max-width: 98%; }

.border-top-yellow {
  border-top: 5px solid #D9C139;
  text-decoration: none !important;
  width: 100%; }
  .border-top-yellow:hover {
    border-top: 5px solid #35A0D8; }
    .border-top-yellow:hover h3, .border-top-yellow:hover h2, .border-top-yellow:hover div {
      text-decoration: none;
      color: #35A0D8 !important; }

.footer-link {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.footer-address p a {
  color: #ffffff;
  text-decoration: underline; }
  .footer-address p a:hover {
    text-decoration: none; }

.sub-footer {
  background: #0B2C40; }
  .sub-footer .row {
    justify-content: center;
    align-items: center; }
  .sub-footer .form-inline .form-group .form-control {
    height: fit-content;
    width: 163px;
    margin: 0;
    margin-top: 0;
    margin-right: 15px;
    font-size: 16px;
    padding: 10px 10px;
    min-width: 160px;
    color: #103952; }
  .sub-footer .form-inline .btn {
    padding-top: 5px;
    padding-bottom: 5px; }

.sign-up-mailing-list {
  margin-top: 5px;
  display: block;
  vertical-align: bottom;
  float: left;
  margin-right: 35px; }

.contact-us-footer-link {
  margin-top: 5px;
  display: block;
  float: left; }

.sub-footer .fab {
  font-size: 26px;
  margin-left: 15px;
  transition: 0.3s ease;
  margin-top: 5px; }
  .sub-footer .fab:hover {
    color: #ffffff; }

.social-media-footer {
  display: block;
  float: left;
  margin-right: 10px; }

.font-family-light {
  font-family: "nowaylight", serif; }

.font-family-medium {
  font-family: "nowaymedium", serif; }

.font-family-bold {
  font-family: "nowaybold", serif; }

.font-family-icons {
  font-family: "noway_icons", serif; }

h3 {
  font-size: 22px;
  font-family: "nowaymedium", serif; }

.btn {
  font-family: "nowaymedium", serif;
  font-weight: unset; }

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

.center-horiz-parent {
  background: #156993;
  position: relative;
  display: block;
  height: 180px; }
  .center-horiz-parent:hover, .center-horiz-parent.selected {
    background: #D9C139; }
  .center-horiz-parent .center-horiz {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%); }
  .center-horiz-parent .euro-amount {
    font-size: 45px;
    color: #ffffff !important; }
  .center-horiz-parent .custom-amount {
    width: 208px;
    max-width: 100%;
    background: transparent;
    border: none;
    margin-top: 0;
    font-size: 18px;
    color: #0B2C40;
    padding-left: 20px;
    text-align: center; }
    .center-horiz-parent .custom-amount::placeholder {
      font-size: 18px;
      color: #0B2C40; }

.webform label {
  max-width: 100%; }

.half {
  width: 45%; }

.full {
  width: 90%; }

#card-element {
  padding: 15px 10px;
  background-color: white;
  border: 2px solid #35A0D8;
  margin-bottom: 30px; }

.response-received {
  margin-bottom: 60px;
  padding: 30px;
  color: white; }
  .response-received.success {
    background: green; }
  .response-received.failed {
    background: red; }

.download-pdf {
  position: relative;
  display: inline-block;
  padding-right: 70px;
  padding-bottom: 60px;
  font-family: "nowaymedium", serif; }
  .download-pdf div {
    font-family: "noway_icons", serif;
    font-size: 76px;
    position: absolute;
    right: 0;
    top: -50px; }

.key-info {
  padding-bottom: 40px;
  padding-top: 30px; }
  .key-info p {
    margin-bottom: 0px; }

.search .search-field {
  margin-left: 0px !important; }

.search-select-wrapper {
  margin-left: 30px !important; }

.text-left .wp-pagenavi {
  text-align: left; }

.navbar-nav li:nth-last-of-type(1) {
  padding-right: 0 !important; }

.navbar-nav li:nth-of-type(1) {
  padding-left: 0 !important; }

.nav-item-hover a:hover {
  color: #35A0D8 !important;
  text-decoration: none; }

.nav-item-hover a:focus {
  color: #35A0D8 !important;
  text-decoration: none; }

span.navbar-toggler-icon:focus {
  outline: 0 !important; }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

button.navbar-toggler:focus {
  outline: 0; }

.mobile-search-button {
  color: #35A0D8;
  font-size: 22px;
  padding-top: 15px !important;
  display: inline-block; }
  .mobile-search-button:hover {
    color: #ffffff; }
  .mobile-search-button .close-icon {
    color: #35A0D8;
    padding-top: 0px !important;
    display: inline-block; }
    .mobile-search-button .close-icon:hover {
      color: #ffffff; }

@media (max-width: 989px) {
  button.search-submit.btn.btn-secondary.fas.fa-search {
    min-width: 50px;
    padding-left: 0;
    padding-right: 0; }
  .top-menu-search {
    margin-left: 0;
    padding-top: 0px; }
  .top-menu-search input.search-field {
    width: 290px; } }

.icon-and-link-link {
  height: 330px;
  position: relative; }
  .icon-and-link-link .link-icon-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    max-width: 230px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%); }
    .icon-and-link-link .link-icon-text .btn {
      color: #ffffff;
      border: 2px solid #ffffff;
      padding: 15px 20px;
      line-height: 1;
      font-size: 18px; }
  .icon-and-link-link:hover .btn {
    background-color: #ffffff;
    color: #156993; }
  .icon-and-link-link:focus .link-arrow {
    transform: translateX(-35%);
    -webkit-transform: translateX(-35%); }

.icon-and-link-icon {
  height: 210px;
  position: relative; }
  .icon-and-link-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%); }

@media (max-width: 767px) {
  .featured-image {
    padding-left: 0;
    padding-right: 0; }
  .sub-footer .fab {
    margin-left: 0px;
    margin-right: 15px; }
  .w-sm-100 {
    width: 100%;
    margin-right: 0; } }

@media (max-width: 576px) {
  .change-bg-color {
    background-color: #103952 !important; } }

.heading-alt-font {
  padding-bottom: 55px; }
  @media (max-width: 767px) {
    .heading-alt-font {
      padding-bottom: 20px; } }

@media (max-width: 989px) {
  .wp-block-embed-youtube figcaption {
    max-width: 100%;
    padding-right: 0; }
  .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    width: 770px;
    max-width: 100%;
    height: 380px; }
  .wp-block-embed-youtube {
    padding-left: 15px;
    padding-right: 15px; } }

.sidebar-line {
  position: absolute;
  width: 1px;
  height: calc(100% - 50px);
  top: 0;
  right: 100px;
  background: #000000; }

.heading2 {
  font-size: 40px;
  font-family: "nowaylight", serif;
  color: #103952 !important; }

b,
strong {
  font-family: "nowaybold", serif;
  font-weight: unset; }

h1.larger, .h1.larger {
  font-size: 45px; }

#breadcrumbs a {
  color: #35A0D8; }

a {
  color: #35A0D8; }

span.back-hover {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease; }

@media (min-width: 992px) {
  .border-right {
    padding-right: 115px; }
  .wider-container {
    margin-left: -115px;
    margin-right: -115px; } }

.wpcf7-form label {
  margin-bottom: 1.3rem;
  color: #103952; }

.search-submit {
  height: 45px; }

.text-block {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .text-block {
      padding-top: 30px; } }

.page-template-wildcard-page .three-statistics {
  display: none; }

.page-template-wildcard-page .editorial-lead-in {
  display: none; }

audio:focus {
  outline: none; }

.text-block > div > div p:nth-last-of-type(1) {
  margin-bottom: 0px; }

.remove-link-hover-underline:hover {
  text-decoration: none !important; }
  .remove-link-hover-underline:hover span {
    text-decoration: underline; }
  .remove-link-hover-underline:hover .font-icon {
    text-decoration: none; }

.list-of-links div:nth-last-of-type(1) .border-bottom-grey {
  border: 0 none !important; }

.mobile-menu .nav-item a {
  font-size: 22px; }

.navbar-toggler-icon {
  display: none; }

.mobile-search-button .fa-search {
  display: none; }

.close-icon {
  display: block;
  font-size: 50px;
  color: #ffffff;
  line-height: 27px; }

.collapsed .navbar-toggler-icon, .collapsed .fa-search {
  display: inline-block; }

.collapsed .close-icon {
  display: none; }

.collapsed .fa-search {
  display: inline-block; }

@media (max-width: 587px) {
  .parent-page h1 {
    padding-bottom: 0px !important;
    margin-bottom: 20px !important;
    line-height: 24px !important; }
    .parent-page h1 a {
      font-size: 25px;
      font-family: "nowaymedium", serif;
      line-height: 24px; }
      .parent-page h1 a span {
        font-family: "nowaymedium", serif !important; } }

.lead {
  line-height: 1.5; }

@media (max-width: 767px) {
  .icon-and-link-link .link-arrow {
    position: relative;
    bottom: 0;
    font-size: 53px;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .icon-and-link-link .link-icon-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    max-width: 100%;
    transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0); }
  .icon-and-link-link {
    height: auto;
    padding-top: 60px;
    padding-bottom: 30px; }
  .icon-and-link-link:hover .link-arrow {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
  margin-bottom: 1rem; }

.response-message {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .response-message.failed {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }
  .response-message.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d; }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #35A0D8 !important;
  border-color: #35A0D8 !important; }

.form-check {
  color: #a94442;
  font-size: 18px;
  padding-left: 0px; }

.sub-footer .col-lg-7 span {
  text-align: left; }
  @media (min-width: 768px) {
    .sub-footer .col-lg-7 span {
      text-align: center; } }

.sub-footer .col-lg-7 > div form {
  display: block;
  text-align: left; }
  @media (min-width: 768px) {
    .sub-footer .col-lg-7 > div form {
      display: flex;
      text-align: center; } }
  .sub-footer .col-lg-7 > div form div {
    display: block; }
    @media (min-width: 768px) {
      .sub-footer .col-lg-7 > div form div {
        display: flex; } }
