﻿.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.glide * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

:root {
  --blue: #00c9ff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #cc0000;
  --orange: #fd7e14;
  --yellow: #ffed00;
  --green: #64ff00;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #666666;
  --gray-dark: #333333;
  --primary: #ffed00;
  --secondary: #000;
  --success: #64ff00;
  --info: #00c9ff;
  --warning: #ffed00;
  --danger: #cc0000;
  --light: #f8f7f7;
  --dark: #000;
  --white: #fff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-ipadL: 1024px;
  --breakpoint-xl: 1200px;
  --breakpoint-nb-font-lg: 1232px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1f2020;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  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: 0.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: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #ffed00;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #b3a600;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #666666;
  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;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1,
.h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
h2,
.h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
h3,
.h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
h4,
.h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #666666;
}
.blockquote-footer::before {
  content: "\2014\A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #666666;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #1f2020;
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #1f2020;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.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-ipadL-1,
.col-ipadL-2,
.col-ipadL-3,
.col-ipadL-4,
.col-ipadL-5,
.col-ipadL-6,
.col-ipadL-7,
.col-ipadL-8,
.col-ipadL-9,
.col-ipadL-10,
.col-ipadL-11,
.col-ipadL-12,
.col-ipadL,
.col-ipadL-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-nb-font-lg-1,
.col-nb-font-lg-2,
.col-nb-font-lg-3,
.col-nb-font-lg-4,
.col-nb-font-lg-5,
.col-nb-font-lg-6,
.col-nb-font-lg-7,
.col-nb-font-lg-8,
.col-nb-font-lg-9,
.col-nb-font-lg-10,
.col-nb-font-lg-11,
.col-nb-font-lg-12,
.col-nb-font-lg,
.col-nb-font-lg-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1024px) {
  .col-ipadL {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-ipadL-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-ipadL-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-ipadL-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-ipadL-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-ipadL-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-ipadL-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-ipadL-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-ipadL-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-ipadL-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-ipadL-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-ipadL-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-ipadL-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-ipadL-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-ipadL-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-ipadL-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-ipadL-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-ipadL-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-ipadL-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-ipadL-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-ipadL-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-ipadL-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-ipadL-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-ipadL-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-ipadL-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-ipadL-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-ipadL-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-ipadL-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-ipadL-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-ipadL-0 {
    margin-left: 0;
  }
  .offset-ipadL-1 {
    margin-left: 8.33333%;
  }
  .offset-ipadL-2 {
    margin-left: 16.66667%;
  }
  .offset-ipadL-3 {
    margin-left: 25%;
  }
  .offset-ipadL-4 {
    margin-left: 33.33333%;
  }
  .offset-ipadL-5 {
    margin-left: 41.66667%;
  }
  .offset-ipadL-6 {
    margin-left: 50%;
  }
  .offset-ipadL-7 {
    margin-left: 58.33333%;
  }
  .offset-ipadL-8 {
    margin-left: 66.66667%;
  }
  .offset-ipadL-9 {
    margin-left: 75%;
  }
  .offset-ipadL-10 {
    margin-left: 83.33333%;
  }
  .offset-ipadL-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1232px) {
  .col-nb-font-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-nb-font-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-nb-font-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-nb-font-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-nb-font-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-nb-font-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-nb-font-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-nb-font-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-nb-font-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-nb-font-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-nb-font-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-nb-font-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-nb-font-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-nb-font-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-nb-font-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-nb-font-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-nb-font-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-nb-font-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-nb-font-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-nb-font-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-nb-font-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-nb-font-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-nb-font-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-nb-font-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-nb-font-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-nb-font-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-nb-font-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-nb-font-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-nb-font-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-nb-font-lg-0 {
    margin-left: 0;
  }
  .offset-nb-font-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-nb-font-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-nb-font-lg-3 {
    margin-left: 25%;
  }
  .offset-nb-font-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-nb-font-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-nb-font-lg-6 {
    margin-left: 50%;
  }
  .offset-nb-font-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-nb-font-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-nb-font-lg-9 {
    margin-left: 75%;
  }
  .offset-nb-font-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-nb-font-lg-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1f2020;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d9d9d9;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d9d9d9;
}
.table tbody + tbody {
  border-top: 2px solid #d9d9d9;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #d9d9d9;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #d9d9d9;
}
.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: #1f2020;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fffab8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #fff67a;
}
.table-hover .table-primary:hover {
  background-color: #fff89f;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #fff89f;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8b8b8;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7a7a7a;
}
.table-hover .table-secondary:hover {
  background-color: #ababab;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #ababab;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #d4ffb8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #aeff7a;
}
.table-hover .table-success:hover {
  background-color: #c5ff9f;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c5ff9f;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8f0ff;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7ae3ff;
}
.table-hover .table-info:hover {
  background-color: #9febff;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #9febff;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fffab8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fff67a;
}
.table-hover .table-warning:hover {
  background-color: #fff89f;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fff89f;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f1b8b8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e47a7a;
}
.table-hover .table-danger:hover {
  background-color: #eda3a3;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #eda3a3;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfd;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfbfb;
}
.table-hover .table-light:hover {
  background-color: #f0f0f0;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f0f0f0;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7a7a7a;
}
.table-hover .table-dark:hover {
  background-color: #ababab;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #ababab;
}
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #1f2020;
  border-color: #323333;
}
.table .thead-light th {
  color: #3c3c3c;
  background-color: #f2f2f2;
  border-color: #d9d9d9;
}
.table-dark {
  color: #fff;
  background-color: #1f2020;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #323333;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 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: 1023.98px) {
  .table-responsive-ipadL {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-ipadL > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1231.98px) {
  .table-responsive-nb-font-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-nb-font-lg > .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(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3c3c3c;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #3c3c3c;
  background-color: #fff;
  border-color: #fff680;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control::placeholder {
  color: #666666;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f2f2f2;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #3c3c3c;
  background-color: #fff;
}
.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.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #1f2020;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #666666;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #64ff00;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #1f2020;
  background-color: rgba(100, 255, 0, 0.9);
  border-radius: 0;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #64ff00;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2364FF00' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #64ff00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 255, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(100, 255, 0, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #64ff00;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333333' 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='%2364FF00' 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")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #64ff00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 255, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(100, 255, 0, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #64ff00;
}
.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: #64ff00;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #64ff00;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #83ff33;
  background-color: #83ff33;
}
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 255, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(100, 255, 0, 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: #64ff00;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #64ff00;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #64ff00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 255, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(100, 255, 0, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #cc0000;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(204, 0, 0, 0.9);
  border-radius: 0;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #cc0000;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23CC0000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23CC0000' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #cc0000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #cc0000;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333333' 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='%23CC0000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23CC0000' 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")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #cc0000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #cc0000;
}
.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: #cc0000;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #cc0000;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: red;
  background-color: red;
}
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 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: #cc0000;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #cc0000;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #cc0000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 600;
  color: #1f2020;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  line-height: 187.5%;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #1f2020;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  box-shadow: #838686 6px 8px 0px;
  color: #f9f9fa;
  background-color: #070707;
  border-color: #070707;
}
.btn-primary:hover {
  color: #1f2020;
  background-color: #050505a6;
  border-color: #fdfdfc;
}
.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 33, 0.781);
  box-shadow: 0 0 0 0.2rem rgba(7, 7, 7, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1f2020;
  background-color: #222221d2;
  border-color: #f8f8f7;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #1f2020;
  background-color: #0f0f0f;
  border-color: #0c0c0c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 41, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(12, 12, 12, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-secondary:hover {
  color: rgb(5, 5, 5);
  background-color: rgb(250, 247, 247);
  border-color: black;
}
.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-success {
  margin-top: 10px;
  box-shadow: #838686 6px 8px 0px;
  color: #f9f9fa !important;
  background-color: #070707;
  border-color: #070707;
}
.btn-success:hover {
  color: #1f2020 !important;
  background-color: rgb(207, 203, 203);
  border-color: rgb(204, 200, 200) !important;
}
.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 222, 5, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 222, 5, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1f2020;
  background-color: #64ff00;
  border-color: #64ff00;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #6a9d67;
  border-color: #6a9d67;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 222, 5, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 222, 5, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #00c9ff;
  border-color: #00c9ff;
}
.btn-info:hover {
  color: #fff;
  background-color: #00abd9;
  border-color: #00a1cc;
}
.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 209, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 209, 255, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #00c9ff;
  border-color: #00c9ff;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00a1cc;
  border-color: #0097bf;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 209, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 209, 255, 0.5);
}
.btn-warning {
  color: #1f2020;
  background-color: #ffed00;
  border-color: #ffed00;
}
.btn-warning:hover {
  color: #1f2020;
  background-color: #d9c900;
  border-color: #ccbe00;
}
.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 206, 5, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 206, 5, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f2020;
  background-color: #ffed00;
  border-color: #ffed00;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #1f2020;
  background-color: #ccbe00;
  border-color: #bfb200;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 206, 5, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 206, 5, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a60000;
  border-color: #990000;
}
.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(212, 38, 38, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #990000;
  border-color: #8c0000;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(212, 38, 38, 0.5);
}
.btn-light {
  color: #1f2020;
  background-color: #f8f7f7;
  border-color: #f8f7f7;
}
.btn-light:hover {
  color: #1f2020;
  background-color: #e6e3e3;
  border-color: #e0dcdc;
}
.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #1f2020;
  background-color: #f8f7f7;
  border-color: #f8f7f7;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #1f2020;
  background-color: #e0dcdc;
  border-color: #dad5d5;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(215, 215, 215, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-white {
  color: #1f2020;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #1f2020;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus,
.btn-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 222, 222, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 222, 222, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #1f2020;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #1f2020;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 222, 222, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 222, 222, 0.5);
}
.btn-outline-primary {
  color: #ffed00;
  border-color: #ffed00;
}
.btn-outline-primary:hover {
  color: #1f2020;
  background-color: #ffed00;
  border-color: #ffed00;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #ffed00;
  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: #1f2020;
  background-color: #ffed00;
  border-color: #ffed00;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
}
.btn-outline-secondary {
  color: #000;
  border-color: #000;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-success {
  color: #64ff00;
  border-color: #64ff00;
}
.btn-outline-success:hover {
  color: #1f2020;
  background-color: #64ff00;
  border-color: #64ff00;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 255, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 255, 0, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #64ff00;
  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: #1f2020;
  background-color: #64ff00;
  border-color: #64ff00;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 255, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 255, 0, 0.5);
}
.btn-outline-info {
  color: #00c9ff;
  border-color: #00c9ff;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #00c9ff;
  border-color: #00c9ff;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 201, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 255, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #00c9ff;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #00c9ff;
  border-color: #00c9ff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 201, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 255, 0.5);
}
.btn-outline-warning {
  color: #ffed00;
  border-color: #ffed00;
}
.btn-outline-warning:hover {
  color: #1f2020;
  background-color: #ffed00;
  border-color: #ffed00;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffed00;
  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: #1f2020;
  background-color: #ffed00;
  border-color: #ffed00;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
}
.btn-outline-danger {
  color: #cc0000;
  border-color: #cc0000;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #cc0000;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}
.btn-outline-light {
  color: #f8f7f7;
  border-color: #f8f7f7;
}
.btn-outline-light:hover {
  color: #1f2020;
  background-color: #f8f7f7;
  border-color: #f8f7f7;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 247, 247, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 247, 247, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f7f7;
  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: #1f2020;
  background-color: #f8f7f7;
  border-color: #f8f7f7;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 247, 247, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 247, 247, 0.5);
}
.btn-outline-dark {
  color: #000;
  border-color: #000;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #1f2020;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus,
.btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #1f2020;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #ffed00;
  text-decoration: none;
}
.btn-link:hover {
  color: #b3a600;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #666666;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #1f2020;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.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: 1024px) {
  .dropdown-menu-ipadL-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-ipadL-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1232px) {
  .dropdown-menu-nb-font-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-nb-font-lg-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 #f2f2f2;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #1f2020;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #121313;
  text-decoration: none;
  background-color: #f8f7f7;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ffed00;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #666666;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #666666;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #1f2020;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.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.5rem;
  padding-left: 1.5rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn: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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3c3c3c;
  text-align: center;
  white-space: nowrap;
  background-color: #f2f2f2;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.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(2.875rem + 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: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 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: 0.875rem;
  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: 1.5rem;
  padding-left: 2.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ffed00;
  background-color: #ffed00;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 237, 0, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 237, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fff680;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fffab3;
  border-color: #fffab3;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #666666;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f2f2f2;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #d9d9d9;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #ffed00;
  background-color: #ffed00;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(255, 237, 0, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(255, 237, 0, 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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(255, 237, 0, 0.5);
}
.custom-switch {
  padding-left: 3.25rem;
}
.custom-switch .custom-control-label::before {
  left: -3.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-3.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #d9d9d9;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(255, 237, 0, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3c3c3c;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #fff680;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 246, 128, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 246, 128, 0.5);
}
.custom-select:focus::-ms-value {
  color: #3c3c3c;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #666666;
  background-color: #f2f2f2;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #fff680;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f2f2f2;
}
.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(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3c3c3c;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #3c3c3c;
  content: "Browse";
  background-color: #f2f2f2;
  border-left: inherit;
  border-radius: 0 0 0 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 237, 0, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 237, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 237, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 237, 0, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ffed00;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #fffab3;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d9d9d9;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ffed00;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #fffab3;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d9d9d9;
  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: #ffed00;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #fffab3;
}
.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: #d9d9d9;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d9d9d9;
  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 {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #666666;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #d9d9d9;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #f2f2f2 #f2f2f2 #d9d9d9;
}
.nav-tabs .nav-link.disabled {
  color: #666666;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #3c3c3c;
  background-color: #fff;
  border-color: #d9d9d9 #d9d9d9 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ffed00;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-ipadL > .container,
  .navbar-expand-ipadL > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-ipadL {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-ipadL .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-ipadL .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-ipadL .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-ipadL > .container,
  .navbar-expand-ipadL > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-ipadL .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-ipadL .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1231.98px) {
  .navbar-expand-nb-font-lg > .container,
  .navbar-expand-nb-font-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1232px) {
  .navbar-expand-nb-font-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-nb-font-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-nb-font-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-nb-font-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-nb-font-lg > .container,
  .navbar-expand-nb-font-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-nb-font-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-nb-font-lg .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0 - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card: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.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f2f2f2;
  border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #666666;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #666666;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ffed00;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.page-link:hover {
  z-index: 2;
  color: #b3a600;
  text-decoration: none;
  background-color: #f2f2f2;
  border-color: #d9d9d9;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ffed00;
  border-color: #ffed00;
}
.page-item.disabled .page-link {
  color: #666666;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d9d9d9;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  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: 0.875rem;
  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: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    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: #1f2020;
  background-color: #ffed00;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #1f2020;
  background-color: #ccbe00;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #000;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: black;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.badge-success {
  color: #1f2020;
  background-color: #64ff00;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #1f2020;
  background-color: #50cc00;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 255, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 255, 0, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #00c9ff;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #00a1cc;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 201, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 255, 0.5);
}
.badge-warning {
  color: #1f2020;
  background-color: #ffed00;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #1f2020;
  background-color: #ccbe00;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #cc0000;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #990000;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5);
}
.badge-light {
  color: #1f2020;
  background-color: #f8f7f7;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #1f2020;
  background-color: #e0dcdc;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 247, 247, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 247, 247, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #000;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: black;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.badge-white {
  color: #1f2020;
  background-color: #fff;
}
a.badge-white:hover,
a.badge-white:focus {
  color: #1f2020;
  background-color: #e6e6e6;
}
a.badge-white:focus,
a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f2f2f2;
  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: 0;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #857b00;
  background-color: #fffbcc;
  border-color: #fffab8;
}
.alert-primary hr {
  border-top-color: #fff89f;
}
.alert-primary .alert-link {
  color: #524c00;
}
.alert-secondary {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-secondary hr {
  border-top-color: #ababab;
}
.alert-secondary .alert-link {
  color: black;
}
.alert-success {
  color: #348500;
  background-color: #e0ffcc;
  border-color: #d4ffb8;
}
.alert-success hr {
  border-top-color: #c5ff9f;
}
.alert-success .alert-link {
  color: #205200;
}
.alert-info {
  color: #006985;
  background-color: #ccf4ff;
  border-color: #b8f0ff;
}
.alert-info hr {
  border-top-color: #9febff;
}
.alert-info .alert-link {
  color: #004152;
}
.alert-warning {
  color: #857b00;
  background-color: #fffbcc;
  border-color: #fffab8;
}
.alert-warning hr {
  border-top-color: #fff89f;
}
.alert-warning .alert-link {
  color: #524c00;
}
.alert-danger {
  color: #6a0000;
  background-color: #f5cccc;
  border-color: #f1b8b8;
}
.alert-danger hr {
  border-top-color: #eda3a3;
}
.alert-danger .alert-link {
  color: #370000;
}
.alert-light {
  color: #818080;
  background-color: #fefdfd;
  border-color: #fdfdfd;
}
.alert-light hr {
  border-top-color: #f0f0f0;
}
.alert-light .alert-link {
  color: #676767;
}
.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-dark hr {
  border-top-color: #ababab;
}
.alert-dark .alert-link {
  color: black;
}
.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f2f2f2;
  border-radius: 0;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ffed00;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #3c3c3c;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #3c3c3c;
  text-decoration: none;
  background-color: #f8f7f7;
}
.list-group-item-action:active {
  color: #1f2020;
  background-color: #f2f2f2;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #666666;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ffed00;
  border-color: #ffed00;
}
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-ipadL {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-ipadL .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-ipadL .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-ipadL .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1232px) {
  .list-group-horizontal-nb-font-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-nb-font-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-nb-font-lg .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-nb-font-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #857b00;
  background-color: #fffab8;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #857b00;
  background-color: #fff89f;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #857b00;
  border-color: #857b00;
}
.list-group-item-secondary {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}
.list-group-item-success {
  color: #348500;
  background-color: #d4ffb8;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #348500;
  background-color: #c5ff9f;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #348500;
  border-color: #348500;
}
.list-group-item-info {
  color: #006985;
  background-color: #b8f0ff;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #006985;
  background-color: #9febff;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #006985;
  border-color: #006985;
}
.list-group-item-warning {
  color: #857b00;
  background-color: #fffab8;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #857b00;
  background-color: #fff89f;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #857b00;
  border-color: #857b00;
}
.list-group-item-danger {
  color: #6a0000;
  background-color: #f1b8b8;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #6a0000;
  background-color: #eda3a3;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6a0000;
  border-color: #6a0000;
}
.list-group-item-light {
  color: #818080;
  background-color: #fdfdfd;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818080;
  background-color: #f0f0f0;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818080;
  border-color: #818080;
}
.list-group-item-dark {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}
.list-group-item-white {
  color: #858585;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
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);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #666666;
  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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #f2f2f2;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.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) * -1);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  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: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  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: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #1f2020;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  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;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    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: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    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%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d9d9d9 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #d9d9d9;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #d9d9d9;
  }
}
.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: #ffed00 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ccbe00 !important;
}
.bg-secondary {
  background-color: #000 !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: black !important;
}
.bg-success {
  background-color: #64ff00 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #50cc00 !important;
}
.bg-info {
  background-color: #00c9ff !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #00a1cc !important;
}
.bg-warning {
  background-color: #ffed00 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ccbe00 !important;
}
.bg-danger {
  background-color: #cc0000 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #990000 !important;
}
.bg-light {
  background-color: #f8f7f7 !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e0dcdc !important;
}
.bg-dark {
  background-color: #3282b8 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}
.bg-white {
  background-color: #fff !important;
}
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #d9d9d9 !important;
}
.border-top {
  border-top: 1px solid #d9d9d9 !important;
}
.border-right {
  border-right: 1px solid #d9d9d9 !important;
}
.border-bottom {
  border-bottom: 1px solid #d9d9d9 !important;
}
.border-left {
  border-left: 1px solid #d9d9d9 !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: #ffed00 !important;
}
.border-secondary {
  border-color: #000 !important;
}
.border-success {
  border-color: #64ff00 !important;
}
.border-info {
  border-color: #00c9ff !important;
}
.border-warning {
  border-color: #ffed00 !important;
}
.border-danger {
  border-color: #cc0000 !important;
}
.border-light {
  border-color: #f8f7f7 !important;
}
.border-dark {
  border-color: #000 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0 !important;
}
.rounded {
  border-radius: 0 !important;
}
.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-ipadL-none {
    display: none !important;
  }
  .d-ipadL-inline {
    display: inline !important;
  }
  .d-ipadL-inline-block {
    display: inline-block !important;
  }
  .d-ipadL-block {
    display: block !important;
  }
  .d-ipadL-table {
    display: table !important;
  }
  .d-ipadL-table-row {
    display: table-row !important;
  }
  .d-ipadL-table-cell {
    display: table-cell !important;
  }
  .d-ipadL-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-ipadL-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1232px) {
  .d-nb-font-lg-none {
    display: none !important;
  }
  .d-nb-font-lg-inline {
    display: inline !important;
  }
  .d-nb-font-lg-inline-block {
    display: inline-block !important;
  }
  .d-nb-font-lg-block {
    display: block !important;
  }
  .d-nb-font-lg-table {
    display: table !important;
  }
  .d-nb-font-lg-table-row {
    display: table-row !important;
  }
  .d-nb-font-lg-table-cell {
    display: table-cell !important;
  }
  .d-nb-font-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-nb-font-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-ipadL-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-ipadL-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-ipadL-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-ipadL-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-ipadL-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-ipadL-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-ipadL-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-ipadL-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-ipadL-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-ipadL-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-ipadL-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-ipadL-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-ipadL-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-ipadL-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-ipadL-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-ipadL-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-ipadL-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-ipadL-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-ipadL-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-ipadL-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-ipadL-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-ipadL-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-ipadL-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-ipadL-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-ipadL-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-ipadL-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-ipadL-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-ipadL-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-ipadL-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-ipadL-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-ipadL-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-ipadL-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-ipadL-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-ipadL-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1232px) {
  .flex-nb-font-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-nb-font-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-nb-font-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-nb-font-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-nb-font-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-nb-font-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-nb-font-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-nb-font-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-nb-font-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-nb-font-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-nb-font-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-nb-font-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-nb-font-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-nb-font-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-nb-font-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-nb-font-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-nb-font-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-nb-font-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-nb-font-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-nb-font-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-nb-font-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-nb-font-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-nb-font-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-nb-font-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-nb-font-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-nb-font-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-nb-font-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-nb-font-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-nb-font-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-nb-font-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-nb-font-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-nb-font-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-nb-font-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-nb-font-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 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: 1024px) {
  .float-ipadL-left {
    float: left !important;
  }
  .float-ipadL-right {
    float: right !important;
  }
  .float-ipadL-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1232px) {
  .float-nb-font-lg-left {
    float: left !important;
  }
  .float-nb-font-lg-right {
    float: right !important;
  }
  .float-nb-font-lg-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-ipadL-left {
    text-align: left !important;
  }
  .text-ipadL-right {
    text-align: right !important;
  }
  .text-ipadL-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1232px) {
  .text-nb-font-lg-left {
    text-align: left !important;
  }
  .text-nb-font-lg-right {
    text-align: right !important;
  }
  .text-nb-font-lg-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #ffed00 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b3a600 !important;
}
.text-secondary {
  color: #000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: black !important;
}
.text-success {
  color: #64ff00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #46b300 !important;
}
.text-info {
  color: #00c9ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #008db3 !important;
}
.text-warning {
  color: #ffed00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3a600 !important;
}
.text-danger {
  color: #cc0000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: maroon !important;
}
.text-light {
  color: #f8f7f7 !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #d4cece !important;
}
.text-dark {
  color: #000 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}
.text-body {
  color: #1f2020 !important;
}
.text-muted {
  color: #666666 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
body:not([dir="rtl"]) .m-0 {
  margin: 0 !important;
}
body:not([dir="rtl"]) .mt-0,
body:not([dir="rtl"]) .my-0 {
  margin-top: 0 !important;
}
body:not([dir="rtl"]) .mr-0,
body:not([dir="rtl"]) .mx-0 {
  margin-right: 0 !important;
}
body:not([dir="rtl"]) .mb-0,
body:not([dir="rtl"]) .my-0 {
  margin-bottom: 0 !important;
}
body:not([dir="rtl"]) .ml-0,
body:not([dir="rtl"]) .mx-0 {
  margin-left: 0 !important;
}
body:not([dir="rtl"]) .m-1 {
  margin: 0.25rem !important;
}
body:not([dir="rtl"]) .mt-1,
body:not([dir="rtl"]) .my-1 {
  margin-top: 0.25rem !important;
}
body:not([dir="rtl"]) .mr-1,
body:not([dir="rtl"]) .mx-1 {
  margin-right: 0.25rem !important;
}
body:not([dir="rtl"]) .mb-1,
body:not([dir="rtl"]) .my-1 {
  margin-bottom: 0.25rem !important;
}
body:not([dir="rtl"]) .ml-1,
body:not([dir="rtl"]) .mx-1 {
  margin-left: 0.25rem !important;
}
body:not([dir="rtl"]) .m-2 {
  margin: 0.5rem !important;
}
body:not([dir="rtl"]) .mt-2,
body:not([dir="rtl"]) .my-2 {
  margin-top: 0.5rem !important;
}
body:not([dir="rtl"]) .mr-2,
body:not([dir="rtl"]) .mx-2 {
  margin-right: 0.5rem !important;
}
body:not([dir="rtl"]) .mb-2,
body:not([dir="rtl"]) .my-2 {
  margin-bottom: 0.5rem !important;
}
body:not([dir="rtl"]) .ml-2,
body:not([dir="rtl"]) .mx-2 {
  margin-left: 0.5rem !important;
}
body:not([dir="rtl"]) .m-3 {
  margin: 1rem !important;
}
body:not([dir="rtl"]) .mt-3,
body:not([dir="rtl"]) .my-3 {
  margin-top: 1rem !important;
}
body:not([dir="rtl"]) .mr-3,
body:not([dir="rtl"]) .mx-3 {
  margin-right: 1rem !important;
}
body:not([dir="rtl"]) .mb-3,
body:not([dir="rtl"]) .my-3 {
  margin-bottom: 1rem !important;
}
body:not([dir="rtl"]) .ml-3,
body:not([dir="rtl"]) .mx-3 {
  margin-left: 1rem !important;
}
body:not([dir="rtl"]) .m-4 {
  margin: 1.5rem !important;
}
body:not([dir="rtl"]) .mt-4,
body:not([dir="rtl"]) .my-4 {
  margin-top: 1.5rem !important;
}
body:not([dir="rtl"]) .mr-4,
body:not([dir="rtl"]) .mx-4 {
  margin-right: 1.5rem !important;
}
body:not([dir="rtl"]) .mb-4,
body:not([dir="rtl"]) .my-4 {
  margin-bottom: 1.5rem !important;
}
body:not([dir="rtl"]) .ml-4,
body:not([dir="rtl"]) .mx-4 {
  margin-left: 1.5rem !important;
}
body:not([dir="rtl"]) .m-5 {
  margin: 3rem !important;
}
body:not([dir="rtl"]) .mt-5,
body:not([dir="rtl"]) .my-5 {
  margin-top: 3rem !important;
}
body:not([dir="rtl"]) .mr-5,
body:not([dir="rtl"]) .mx-5 {
  margin-right: 3rem !important;
}
body:not([dir="rtl"]) .mb-5,
body:not([dir="rtl"]) .my-5 {
  margin-bottom: 3rem !important;
}
body:not([dir="rtl"]) .ml-5,
body:not([dir="rtl"]) .mx-5 {
  margin-left: 3rem !important;
}
body:not([dir="rtl"]) .p-0 {
  padding: 0 !important;
}
body:not([dir="rtl"]) .pt-0,
body:not([dir="rtl"]) .py-0 {
  padding-top: 0 !important;
}
body:not([dir="rtl"]) .pr-0,
body:not([dir="rtl"]) .px-0 {
  padding-right: 0 !important;
}
body:not([dir="rtl"]) .pb-0,
body:not([dir="rtl"]) .py-0 {
  padding-bottom: 0 !important;
}
body:not([dir="rtl"]) .pl-0,
body:not([dir="rtl"]) .px-0 {
  padding-left: 0 !important;
}
body:not([dir="rtl"]) .p-1 {
  padding: 0.25rem !important;
}
body:not([dir="rtl"]) .pt-1,
body:not([dir="rtl"]) .py-1 {
  padding-top: 0.25rem !important;
}
body:not([dir="rtl"]) .pr-1,
body:not([dir="rtl"]) .px-1 {
  padding-right: 0.25rem !important;
}
body:not([dir="rtl"]) .pb-1,
body:not([dir="rtl"]) .py-1 {
  padding-bottom: 0.25rem !important;
}
body:not([dir="rtl"]) .pl-1,
body:not([dir="rtl"]) .px-1 {
  padding-left: 0.25rem !important;
}
body:not([dir="rtl"]) .p-2 {
  padding: 0.5rem !important;
}
body:not([dir="rtl"]) .pt-2,
body:not([dir="rtl"]) .py-2 {
  padding-top: 0.5rem !important;
}
body:not([dir="rtl"]) .pr-2,
body:not([dir="rtl"]) .px-2 {
  padding-right: 0.5rem !important;
}
body:not([dir="rtl"]) .pb-2,
body:not([dir="rtl"]) .py-2 {
  padding-bottom: 0.5rem !important;
}
body:not([dir="rtl"]) .pl-2,
body:not([dir="rtl"]) .px-2 {
  padding-left: 0.5rem !important;
}
body:not([dir="rtl"]) .p-3 {
  padding: 1rem !important;
}
body:not([dir="rtl"]) .pt-3,
body:not([dir="rtl"]) .py-3 {
  padding-top: 1rem !important;
}
body:not([dir="rtl"]) .pr-3,
body:not([dir="rtl"]) .px-3 {
  padding-right: 1rem !important;
}
body:not([dir="rtl"]) .pb-3,
body:not([dir="rtl"]) .py-3 {
  padding-bottom: 1rem !important;
}
body:not([dir="rtl"]) .pl-3,
body:not([dir="rtl"]) .px-3 {
  padding-left: 1rem !important;
}
body:not([dir="rtl"]) .p-4 {
  padding: 1.5rem !important;
}
body:not([dir="rtl"]) .pt-4,
body:not([dir="rtl"]) .py-4 {
  padding-top: 1.5rem !important;
}
body:not([dir="rtl"]) .pr-4,
body:not([dir="rtl"]) .px-4 {
  padding-right: 1.5rem !important;
}
body:not([dir="rtl"]) .pb-4,
body:not([dir="rtl"]) .py-4 {
  padding-bottom: 1.5rem !important;
}
body:not([dir="rtl"]) .pl-4,
body:not([dir="rtl"]) .px-4 {
  padding-left: 1.5rem !important;
}
body:not([dir="rtl"]) .p-5 {
  padding: 3rem !important;
}
body:not([dir="rtl"]) .pt-5,
body:not([dir="rtl"]) .py-5 {
  padding-top: 3rem !important;
}
body:not([dir="rtl"]) .pr-5,
body:not([dir="rtl"]) .px-5 {
  padding-right: 3rem !important;
}
body:not([dir="rtl"]) .pb-5,
body:not([dir="rtl"]) .py-5 {
  padding-bottom: 3rem !important;
}
body:not([dir="rtl"]) .pl-5,
body:not([dir="rtl"]) .px-5 {
  padding-left: 3rem !important;
}
body:not([dir="rtl"]) .m-n1 {
  margin: -0.25rem !important;
}
body:not([dir="rtl"]) .mt-n1,
body:not([dir="rtl"]) .my-n1 {
  margin-top: -0.25rem !important;
}
body:not([dir="rtl"]) .mr-n1,
body:not([dir="rtl"]) .mx-n1 {
  margin-right: -0.25rem !important;
}
body:not([dir="rtl"]) .mb-n1,
body:not([dir="rtl"]) .my-n1 {
  margin-bottom: -0.25rem !important;
}
body:not([dir="rtl"]) .ml-n1,
body:not([dir="rtl"]) .mx-n1 {
  margin-left: -0.25rem !important;
}
body:not([dir="rtl"]) .m-n2 {
  margin: -0.5rem !important;
}
body:not([dir="rtl"]) .mt-n2,
body:not([dir="rtl"]) .my-n2 {
  margin-top: -0.5rem !important;
}
body:not([dir="rtl"]) .mr-n2,
body:not([dir="rtl"]) .mx-n2 {
  margin-right: -0.5rem !important;
}
body:not([dir="rtl"]) .mb-n2,
body:not([dir="rtl"]) .my-n2 {
  margin-bottom: -0.5rem !important;
}
body:not([dir="rtl"]) .ml-n2,
body:not([dir="rtl"]) .mx-n2 {
  margin-left: -0.5rem !important;
}
body:not([dir="rtl"]) .m-n3 {
  margin: -1rem !important;
}
body:not([dir="rtl"]) .mt-n3,
body:not([dir="rtl"]) .my-n3 {
  margin-top: -1rem !important;
}
body:not([dir="rtl"]) .mr-n3,
body:not([dir="rtl"]) .mx-n3 {
  margin-right: -1rem !important;
}
body:not([dir="rtl"]) .mb-n3,
body:not([dir="rtl"]) .my-n3 {
  margin-bottom: -1rem !important;
}
body:not([dir="rtl"]) .ml-n3,
body:not([dir="rtl"]) .mx-n3 {
  margin-left: -1rem !important;
}
body:not([dir="rtl"]) .m-n4 {
  margin: -1.5rem !important;
}
body:not([dir="rtl"]) .mt-n4,
body:not([dir="rtl"]) .my-n4 {
  margin-top: -1.5rem !important;
}
body:not([dir="rtl"]) .mr-n4,
body:not([dir="rtl"]) .mx-n4 {
  margin-right: -1.5rem !important;
}
body:not([dir="rtl"]) .mb-n4,
body:not([dir="rtl"]) .my-n4 {
  margin-bottom: -1.5rem !important;
}
body:not([dir="rtl"]) .ml-n4,
body:not([dir="rtl"]) .mx-n4 {
  margin-left: -1.5rem !important;
}
body:not([dir="rtl"]) .m-n5 {
  margin: -3rem !important;
}
body:not([dir="rtl"]) .mt-n5,
body:not([dir="rtl"]) .my-n5 {
  margin-top: -3rem !important;
}
body:not([dir="rtl"]) .mr-n5,
body:not([dir="rtl"]) .mx-n5 {
  margin-right: -3rem !important;
}
body:not([dir="rtl"]) .mb-n5,
body:not([dir="rtl"]) .my-n5 {
  margin-bottom: -3rem !important;
}
body:not([dir="rtl"]) .ml-n5,
body:not([dir="rtl"]) .mx-n5 {
  margin-left: -3rem !important;
}
body:not([dir="rtl"]) .m-auto {
  margin: auto !important;
}
body:not([dir="rtl"]) .mt-auto,
body:not([dir="rtl"]) .my-auto {
  margin-top: auto !important;
}
body:not([dir="rtl"]) .mr-auto,
body:not([dir="rtl"]) .mx-auto {
  margin-right: auto !important;
}
body:not([dir="rtl"]) .mb-auto,
body:not([dir="rtl"]) .my-auto {
  margin-bottom: auto !important;
}
body:not([dir="rtl"]) .ml-auto,
body:not([dir="rtl"]) .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  body:not([dir="rtl"]) .m-sm-0 {
    margin: 0 !important;
  }
  body:not([dir="rtl"]) .mt-sm-0,
  body:not([dir="rtl"]) .my-sm-0 {
    margin-top: 0 !important;
  }
  body:not([dir="rtl"]) .mr-sm-0,
  body:not([dir="rtl"]) .mx-sm-0 {
    margin-right: 0 !important;
  }
  body:not([dir="rtl"]) .mb-sm-0,
  body:not([dir="rtl"]) .my-sm-0 {
    margin-bottom: 0 !important;
  }
  body:not([dir="rtl"]) .ml-sm-0,
  body:not([dir="rtl"]) .mx-sm-0 {
    margin-left: 0 !important;
  }
  body:not([dir="rtl"]) .m-sm-1 {
    margin: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mt-sm-1,
  body:not([dir="rtl"]) .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mr-sm-1,
  body:not([dir="rtl"]) .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mb-sm-1,
  body:not([dir="rtl"]) .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  body:not([dir="rtl"]) .ml-sm-1,
  body:not([dir="rtl"]) .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  body:not([dir="rtl"]) .m-sm-2 {
    margin: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mt-sm-2,
  body:not([dir="rtl"]) .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mr-sm-2,
  body:not([dir="rtl"]) .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mb-sm-2,
  body:not([dir="rtl"]) .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  body:not([dir="rtl"]) .ml-sm-2,
  body:not([dir="rtl"]) .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  body:not([dir="rtl"]) .m-sm-3 {
    margin: 1rem !important;
  }
  body:not([dir="rtl"]) .mt-sm-3,
  body:not([dir="rtl"]) .my-sm-3 {
    margin-top: 1rem !important;
  }
  body:not([dir="rtl"]) .mr-sm-3,
  body:not([dir="rtl"]) .mx-sm-3 {
    margin-right: 1rem !important;
  }
  body:not([dir="rtl"]) .mb-sm-3,
  body:not([dir="rtl"]) .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  body:not([dir="rtl"]) .ml-sm-3,
  body:not([dir="rtl"]) .mx-sm-3 {
    margin-left: 1rem !important;
  }
  body:not([dir="rtl"]) .m-sm-4 {
    margin: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mt-sm-4,
  body:not([dir="rtl"]) .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mr-sm-4,
  body:not([dir="rtl"]) .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mb-sm-4,
  body:not([dir="rtl"]) .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  body:not([dir="rtl"]) .ml-sm-4,
  body:not([dir="rtl"]) .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  body:not([dir="rtl"]) .m-sm-5 {
    margin: 3rem !important;
  }
  body:not([dir="rtl"]) .mt-sm-5,
  body:not([dir="rtl"]) .my-sm-5 {
    margin-top: 3rem !important;
  }
  body:not([dir="rtl"]) .mr-sm-5,
  body:not([dir="rtl"]) .mx-sm-5 {
    margin-right: 3rem !important;
  }
  body:not([dir="rtl"]) .mb-sm-5,
  body:not([dir="rtl"]) .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  body:not([dir="rtl"]) .ml-sm-5,
  body:not([dir="rtl"]) .mx-sm-5 {
    margin-left: 3rem !important;
  }
  body:not([dir="rtl"]) .p-sm-0 {
    padding: 0 !important;
  }
  body:not([dir="rtl"]) .pt-sm-0,
  body:not([dir="rtl"]) .py-sm-0 {
    padding-top: 0 !important;
  }
  body:not([dir="rtl"]) .pr-sm-0,
  body:not([dir="rtl"]) .px-sm-0 {
    padding-right: 0 !important;
  }
  body:not([dir="rtl"]) .pb-sm-0,
  body:not([dir="rtl"]) .py-sm-0 {
    padding-bottom: 0 !important;
  }
  body:not([dir="rtl"]) .pl-sm-0,
  body:not([dir="rtl"]) .px-sm-0 {
    padding-left: 0 !important;
  }
  body:not([dir="rtl"]) .p-sm-1 {
    padding: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pt-sm-1,
  body:not([dir="rtl"]) .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pr-sm-1,
  body:not([dir="rtl"]) .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pb-sm-1,
  body:not([dir="rtl"]) .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pl-sm-1,
  body:not([dir="rtl"]) .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  body:not([dir="rtl"]) .p-sm-2 {
    padding: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pt-sm-2,
  body:not([dir="rtl"]) .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pr-sm-2,
  body:not([dir="rtl"]) .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pb-sm-2,
  body:not([dir="rtl"]) .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pl-sm-2,
  body:not([dir="rtl"]) .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  body:not([dir="rtl"]) .p-sm-3 {
    padding: 1rem !important;
  }
  body:not([dir="rtl"]) .pt-sm-3,
  body:not([dir="rtl"]) .py-sm-3 {
    padding-top: 1rem !important;
  }
  body:not([dir="rtl"]) .pr-sm-3,
  body:not([dir="rtl"]) .px-sm-3 {
    padding-right: 1rem !important;
  }
  body:not([dir="rtl"]) .pb-sm-3,
  body:not([dir="rtl"]) .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  body:not([dir="rtl"]) .pl-sm-3,
  body:not([dir="rtl"]) .px-sm-3 {
    padding-left: 1rem !important;
  }
  body:not([dir="rtl"]) .p-sm-4 {
    padding: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pt-sm-4,
  body:not([dir="rtl"]) .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pr-sm-4,
  body:not([dir="rtl"]) .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pb-sm-4,
  body:not([dir="rtl"]) .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pl-sm-4,
  body:not([dir="rtl"]) .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  body:not([dir="rtl"]) .p-sm-5 {
    padding: 3rem !important;
  }
  body:not([dir="rtl"]) .pt-sm-5,
  body:not([dir="rtl"]) .py-sm-5 {
    padding-top: 3rem !important;
  }
  body:not([dir="rtl"]) .pr-sm-5,
  body:not([dir="rtl"]) .px-sm-5 {
    padding-right: 3rem !important;
  }
  body:not([dir="rtl"]) .pb-sm-5,
  body:not([dir="rtl"]) .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  body:not([dir="rtl"]) .pl-sm-5,
  body:not([dir="rtl"]) .px-sm-5 {
    padding-left: 3rem !important;
  }
  body:not([dir="rtl"]) .m-sm-n1 {
    margin: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mt-sm-n1,
  body:not([dir="rtl"]) .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mr-sm-n1,
  body:not([dir="rtl"]) .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mb-sm-n1,
  body:not([dir="rtl"]) .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  body:not([dir="rtl"]) .ml-sm-n1,
  body:not([dir="rtl"]) .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  body:not([dir="rtl"]) .m-sm-n2 {
    margin: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mt-sm-n2,
  body:not([dir="rtl"]) .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mr-sm-n2,
  body:not([dir="rtl"]) .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mb-sm-n2,
  body:not([dir="rtl"]) .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  body:not([dir="rtl"]) .ml-sm-n2,
  body:not([dir="rtl"]) .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  body:not([dir="rtl"]) .m-sm-n3 {
    margin: -1rem !important;
  }
  body:not([dir="rtl"]) .mt-sm-n3,
  body:not([dir="rtl"]) .my-sm-n3 {
    margin-top: -1rem !important;
  }
  body:not([dir="rtl"]) .mr-sm-n3,
  body:not([dir="rtl"]) .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  body:not([dir="rtl"]) .mb-sm-n3,
  body:not([dir="rtl"]) .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  body:not([dir="rtl"]) .ml-sm-n3,
  body:not([dir="rtl"]) .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  body:not([dir="rtl"]) .m-sm-n4 {
    margin: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mt-sm-n4,
  body:not([dir="rtl"]) .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mr-sm-n4,
  body:not([dir="rtl"]) .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mb-sm-n4,
  body:not([dir="rtl"]) .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  body:not([dir="rtl"]) .ml-sm-n4,
  body:not([dir="rtl"]) .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  body:not([dir="rtl"]) .m-sm-n5 {
    margin: -3rem !important;
  }
  body:not([dir="rtl"]) .mt-sm-n5,
  body:not([dir="rtl"]) .my-sm-n5 {
    margin-top: -3rem !important;
  }
  body:not([dir="rtl"]) .mr-sm-n5,
  body:not([dir="rtl"]) .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  body:not([dir="rtl"]) .mb-sm-n5,
  body:not([dir="rtl"]) .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  body:not([dir="rtl"]) .ml-sm-n5,
  body:not([dir="rtl"]) .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  body:not([dir="rtl"]) .m-sm-auto {
    margin: auto !important;
  }
  body:not([dir="rtl"]) .mt-sm-auto,
  body:not([dir="rtl"]) .my-sm-auto {
    margin-top: auto !important;
  }
  body:not([dir="rtl"]) .mr-sm-auto,
  body:not([dir="rtl"]) .mx-sm-auto {
    margin-right: auto !important;
  }
  body:not([dir="rtl"]) .mb-sm-auto,
  body:not([dir="rtl"]) .my-sm-auto {
    margin-bottom: auto !important;
  }
  body:not([dir="rtl"]) .ml-sm-auto,
  body:not([dir="rtl"]) .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  body:not([dir="rtl"]) .m-md-0 {
    margin: 0 !important;
  }
  body:not([dir="rtl"]) .mt-md-0,
  body:not([dir="rtl"]) .my-md-0 {
    margin-top: 0 !important;
  }
  body:not([dir="rtl"]) .mr-md-0,
  body:not([dir="rtl"]) .mx-md-0 {
    margin-right: 0 !important;
  }
  body:not([dir="rtl"]) .mb-md-0,
  body:not([dir="rtl"]) .my-md-0 {
    margin-bottom: 0 !important;
  }
  body:not([dir="rtl"]) .ml-md-0,
  body:not([dir="rtl"]) .mx-md-0 {
    margin-left: 0 !important;
  }
  body:not([dir="rtl"]) .m-md-1 {
    margin: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mt-md-1,
  body:not([dir="rtl"]) .my-md-1 {
    margin-top: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mr-md-1,
  body:not([dir="rtl"]) .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mb-md-1,
  body:not([dir="rtl"]) .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  body:not([dir="rtl"]) .ml-md-1,
  body:not([dir="rtl"]) .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  body:not([dir="rtl"]) .m-md-2 {
    margin: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mt-md-2,
  body:not([dir="rtl"]) .my-md-2 {
    margin-top: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mr-md-2,
  body:not([dir="rtl"]) .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mb-md-2,
  body:not([dir="rtl"]) .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  body:not([dir="rtl"]) .ml-md-2,
  body:not([dir="rtl"]) .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  body:not([dir="rtl"]) .m-md-3 {
    margin: 1rem !important;
  }
  body:not([dir="rtl"]) .mt-md-3,
  body:not([dir="rtl"]) .my-md-3 {
    margin-top: 1rem !important;
  }
  body:not([dir="rtl"]) .mr-md-3,
  body:not([dir="rtl"]) .mx-md-3 {
    margin-right: 1rem !important;
  }
  body:not([dir="rtl"]) .mb-md-3,
  body:not([dir="rtl"]) .my-md-3 {
    margin-bottom: 1rem !important;
  }
  body:not([dir="rtl"]) .ml-md-3,
  body:not([dir="rtl"]) .mx-md-3 {
    margin-left: 1rem !important;
  }
  body:not([dir="rtl"]) .m-md-4 {
    margin: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mt-md-4,
  body:not([dir="rtl"]) .my-md-4 {
    margin-top: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mr-md-4,
  body:not([dir="rtl"]) .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mb-md-4,
  body:not([dir="rtl"]) .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  body:not([dir="rtl"]) .ml-md-4,
  body:not([dir="rtl"]) .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  body:not([dir="rtl"]) .m-md-5 {
    margin: 3rem !important;
  }
  body:not([dir="rtl"]) .mt-md-5,
  body:not([dir="rtl"]) .my-md-5 {
    margin-top: 3rem !important;
  }
  body:not([dir="rtl"]) .mr-md-5,
  body:not([dir="rtl"]) .mx-md-5 {
    margin-right: 3rem !important;
  }
  body:not([dir="rtl"]) .mb-md-5,
  body:not([dir="rtl"]) .my-md-5 {
    margin-bottom: 3rem !important;
  }
  body:not([dir="rtl"]) .ml-md-5,
  body:not([dir="rtl"]) .mx-md-5 {
    margin-left: 3rem !important;
  }
  body:not([dir="rtl"]) .p-md-0 {
    padding: 0 !important;
  }
  body:not([dir="rtl"]) .pt-md-0,
  body:not([dir="rtl"]) .py-md-0 {
    padding-top: 0 !important;
  }
  body:not([dir="rtl"]) .pr-md-0,
  body:not([dir="rtl"]) .px-md-0 {
    padding-right: 0 !important;
  }
  body:not([dir="rtl"]) .pb-md-0,
  body:not([dir="rtl"]) .py-md-0 {
    padding-bottom: 0 !important;
  }
  body:not([dir="rtl"]) .pl-md-0,
  body:not([dir="rtl"]) .px-md-0 {
    padding-left: 0 !important;
  }
  body:not([dir="rtl"]) .p-md-1 {
    padding: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pt-md-1,
  body:not([dir="rtl"]) .py-md-1 {
    padding-top: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pr-md-1,
  body:not([dir="rtl"]) .px-md-1 {
    padding-right: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pb-md-1,
  body:not([dir="rtl"]) .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pl-md-1,
  body:not([dir="rtl"]) .px-md-1 {
    padding-left: 0.25rem !important;
  }
  body:not([dir="rtl"]) .p-md-2 {
    padding: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pt-md-2,
  body:not([dir="rtl"]) .py-md-2 {
    padding-top: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pr-md-2,
  body:not([dir="rtl"]) .px-md-2 {
    padding-right: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pb-md-2,
  body:not([dir="rtl"]) .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pl-md-2,
  body:not([dir="rtl"]) .px-md-2 {
    padding-left: 0.5rem !important;
  }
  body:not([dir="rtl"]) .p-md-3 {
    padding: 1rem !important;
  }
  body:not([dir="rtl"]) .pt-md-3,
  body:not([dir="rtl"]) .py-md-3 {
    padding-top: 1rem !important;
  }
  body:not([dir="rtl"]) .pr-md-3,
  body:not([dir="rtl"]) .px-md-3 {
    padding-right: 1rem !important;
  }
  body:not([dir="rtl"]) .pb-md-3,
  body:not([dir="rtl"]) .py-md-3 {
    padding-bottom: 1rem !important;
  }
  body:not([dir="rtl"]) .pl-md-3,
  body:not([dir="rtl"]) .px-md-3 {
    padding-left: 1rem !important;
  }
  body:not([dir="rtl"]) .p-md-4 {
    padding: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pt-md-4,
  body:not([dir="rtl"]) .py-md-4 {
    padding-top: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pr-md-4,
  body:not([dir="rtl"]) .px-md-4 {
    padding-right: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pb-md-4,
  body:not([dir="rtl"]) .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pl-md-4,
  body:not([dir="rtl"]) .px-md-4 {
    padding-left: 1.5rem !important;
  }
  body:not([dir="rtl"]) .p-md-5 {
    padding: 3rem !important;
  }
  body:not([dir="rtl"]) .pt-md-5,
  body:not([dir="rtl"]) .py-md-5 {
    padding-top: 3rem !important;
  }
  body:not([dir="rtl"]) .pr-md-5,
  body:not([dir="rtl"]) .px-md-5 {
    padding-right: 3rem !important;
  }
  body:not([dir="rtl"]) .pb-md-5,
  body:not([dir="rtl"]) .py-md-5 {
    padding-bottom: 3rem !important;
  }
  body:not([dir="rtl"]) .pl-md-5,
  body:not([dir="rtl"]) .px-md-5 {
    padding-left: 3rem !important;
  }
  body:not([dir="rtl"]) .m-md-n1 {
    margin: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mt-md-n1,
  body:not([dir="rtl"]) .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mr-md-n1,
  body:not([dir="rtl"]) .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mb-md-n1,
  body:not([dir="rtl"]) .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  body:not([dir="rtl"]) .ml-md-n1,
  body:not([dir="rtl"]) .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  body:not([dir="rtl"]) .m-md-n2 {
    margin: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mt-md-n2,
  body:not([dir="rtl"]) .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mr-md-n2,
  body:not([dir="rtl"]) .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mb-md-n2,
  body:not([dir="rtl"]) .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  body:not([dir="rtl"]) .ml-md-n2,
  body:not([dir="rtl"]) .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  body:not([dir="rtl"]) .m-md-n3 {
    margin: -1rem !important;
  }
  body:not([dir="rtl"]) .mt-md-n3,
  body:not([dir="rtl"]) .my-md-n3 {
    margin-top: -1rem !important;
  }
  body:not([dir="rtl"]) .mr-md-n3,
  body:not([dir="rtl"]) .mx-md-n3 {
    margin-right: -1rem !important;
  }
  body:not([dir="rtl"]) .mb-md-n3,
  body:not([dir="rtl"]) .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  body:not([dir="rtl"]) .ml-md-n3,
  body:not([dir="rtl"]) .mx-md-n3 {
    margin-left: -1rem !important;
  }
  body:not([dir="rtl"]) .m-md-n4 {
    margin: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mt-md-n4,
  body:not([dir="rtl"]) .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mr-md-n4,
  body:not([dir="rtl"]) .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mb-md-n4,
  body:not([dir="rtl"]) .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  body:not([dir="rtl"]) .ml-md-n4,
  body:not([dir="rtl"]) .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  body:not([dir="rtl"]) .m-md-n5 {
    margin: -3rem !important;
  }
  body:not([dir="rtl"]) .mt-md-n5,
  body:not([dir="rtl"]) .my-md-n5 {
    margin-top: -3rem !important;
  }
  body:not([dir="rtl"]) .mr-md-n5,
  body:not([dir="rtl"]) .mx-md-n5 {
    margin-right: -3rem !important;
  }
  body:not([dir="rtl"]) .mb-md-n5,
  body:not([dir="rtl"]) .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  body:not([dir="rtl"]) .ml-md-n5,
  body:not([dir="rtl"]) .mx-md-n5 {
    margin-left: -3rem !important;
  }
  body:not([dir="rtl"]) .m-md-auto {
    margin: auto !important;
  }
  body:not([dir="rtl"]) .mt-md-auto,
  body:not([dir="rtl"]) .my-md-auto {
    margin-top: auto !important;
  }
  body:not([dir="rtl"]) .mr-md-auto,
  body:not([dir="rtl"]) .mx-md-auto {
    margin-right: auto !important;
  }
  body:not([dir="rtl"]) .mb-md-auto,
  body:not([dir="rtl"]) .my-md-auto {
    margin-bottom: auto !important;
  }
  body:not([dir="rtl"]) .ml-md-auto,
  body:not([dir="rtl"]) .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  body:not([dir="rtl"]) .m-lg-0 {
    margin: 0 !important;
  }
  body:not([dir="rtl"]) .mt-lg-0,
  body:not([dir="rtl"]) .my-lg-0 {
    margin-top: 0 !important;
  }
  body:not([dir="rtl"]) .mr-lg-0,
  body:not([dir="rtl"]) .mx-lg-0 {
    margin-right: 0 !important;
  }
  body:not([dir="rtl"]) .mb-lg-0,
  body:not([dir="rtl"]) .my-lg-0 {
    margin-bottom: 0 !important;
  }
  body:not([dir="rtl"]) .ml-lg-0,
  body:not([dir="rtl"]) .mx-lg-0 {
    margin-left: 0 !important;
  }
  body:not([dir="rtl"]) .m-lg-1 {
    margin: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mt-lg-1,
  body:not([dir="rtl"]) .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mr-lg-1,
  body:not([dir="rtl"]) .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mb-lg-1,
  body:not([dir="rtl"]) .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  body:not([dir="rtl"]) .ml-lg-1,
  body:not([dir="rtl"]) .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  body:not([dir="rtl"]) .m-lg-2 {
    margin: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mt-lg-2,
  body:not([dir="rtl"]) .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mr-lg-2,
  body:not([dir="rtl"]) .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mb-lg-2,
  body:not([dir="rtl"]) .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  body:not([dir="rtl"]) .ml-lg-2,
  body:not([dir="rtl"]) .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  body:not([dir="rtl"]) .m-lg-3 {
    margin: 1rem !important;
  }
  body:not([dir="rtl"]) .mt-lg-3,
  body:not([dir="rtl"]) .my-lg-3 {
    margin-top: 1rem !important;
  }
  body:not([dir="rtl"]) .mr-lg-3,
  body:not([dir="rtl"]) .mx-lg-3 {
    margin-right: 1rem !important;
  }
  body:not([dir="rtl"]) .mb-lg-3,
  body:not([dir="rtl"]) .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  body:not([dir="rtl"]) .ml-lg-3,
  body:not([dir="rtl"]) .mx-lg-3 {
    margin-left: 1rem !important;
  }
  body:not([dir="rtl"]) .m-lg-4 {
    margin: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mt-lg-4,
  body:not([dir="rtl"]) .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mr-lg-4,
  body:not([dir="rtl"]) .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mb-lg-4,
  body:not([dir="rtl"]) .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  body:not([dir="rtl"]) .ml-lg-4,
  body:not([dir="rtl"]) .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  body:not([dir="rtl"]) .m-lg-5 {
    margin: 3rem !important;
  }
  body:not([dir="rtl"]) .mt-lg-5,
  body:not([dir="rtl"]) .my-lg-5 {
    margin-top: 3rem !important;
  }
  body:not([dir="rtl"]) .mr-lg-5,
  body:not([dir="rtl"]) .mx-lg-5 {
    margin-right: 3rem !important;
  }
  body:not([dir="rtl"]) .mb-lg-5,
  body:not([dir="rtl"]) .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  body:not([dir="rtl"]) .ml-lg-5,
  body:not([dir="rtl"]) .mx-lg-5 {
    margin-left: 3rem !important;
  }
  body:not([dir="rtl"]) .p-lg-0 {
    padding: 0 !important;
  }
  body:not([dir="rtl"]) .pt-lg-0,
  body:not([dir="rtl"]) .py-lg-0 {
    padding-top: 0 !important;
  }
  body:not([dir="rtl"]) .pr-lg-0,
  body:not([dir="rtl"]) .px-lg-0 {
    padding-right: 0 !important;
  }
  body:not([dir="rtl"]) .pb-lg-0,
  body:not([dir="rtl"]) .py-lg-0 {
    padding-bottom: 0 !important;
  }
  body:not([dir="rtl"]) .pl-lg-0,
  body:not([dir="rtl"]) .px-lg-0 {
    padding-left: 0 !important;
  }
  body:not([dir="rtl"]) .p-lg-1 {
    padding: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pt-lg-1,
  body:not([dir="rtl"]) .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pr-lg-1,
  body:not([dir="rtl"]) .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pb-lg-1,
  body:not([dir="rtl"]) .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pl-lg-1,
  body:not([dir="rtl"]) .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  body:not([dir="rtl"]) .p-lg-2 {
    padding: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pt-lg-2,
  body:not([dir="rtl"]) .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pr-lg-2,
  body:not([dir="rtl"]) .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pb-lg-2,
  body:not([dir="rtl"]) .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pl-lg-2,
  body:not([dir="rtl"]) .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  body:not([dir="rtl"]) .p-lg-3 {
    padding: 1rem !important;
  }
  body:not([dir="rtl"]) .pt-lg-3,
  body:not([dir="rtl"]) .py-lg-3 {
    padding-top: 1rem !important;
  }
  body:not([dir="rtl"]) .pr-lg-3,
  body:not([dir="rtl"]) .px-lg-3 {
    padding-right: 1rem !important;
  }
  body:not([dir="rtl"]) .pb-lg-3,
  body:not([dir="rtl"]) .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  body:not([dir="rtl"]) .pl-lg-3,
  body:not([dir="rtl"]) .px-lg-3 {
    padding-left: 1rem !important;
  }
  body:not([dir="rtl"]) .p-lg-4 {
    padding: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pt-lg-4,
  body:not([dir="rtl"]) .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pr-lg-4,
  body:not([dir="rtl"]) .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pb-lg-4,
  body:not([dir="rtl"]) .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pl-lg-4,
  body:not([dir="rtl"]) .px-lg-4 {
    padding-left: 0rem !important;
  }
  body:not([dir="rtl"]) .p-lg-5 {
    padding: 3rem !important;
  }
  body:not([dir="rtl"]) .pt-lg-5,
  body:not([dir="rtl"]) .py-lg-5 {
    padding-top: 3rem !important;
  }
  body:not([dir="rtl"]) .pr-lg-5,
  body:not([dir="rtl"]) .px-lg-5 {
    padding-right: 3rem !important;
  }
  body:not([dir="rtl"]) .pb-lg-5,
  body:not([dir="rtl"]) .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  body:not([dir="rtl"]) .pl-lg-5,
  body:not([dir="rtl"]) .px-lg-5 {
    padding-left: 3rem !important;
  }
  body:not([dir="rtl"]) .m-lg-n1 {
    margin: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mt-lg-n1,
  body:not([dir="rtl"]) .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mr-lg-n1,
  body:not([dir="rtl"]) .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mb-lg-n1,
  body:not([dir="rtl"]) .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  body:not([dir="rtl"]) .ml-lg-n1,
  body:not([dir="rtl"]) .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  body:not([dir="rtl"]) .m-lg-n2 {
    margin: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mt-lg-n2,
  body:not([dir="rtl"]) .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mr-lg-n2,
  body:not([dir="rtl"]) .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mb-lg-n2,
  body:not([dir="rtl"]) .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  body:not([dir="rtl"]) .ml-lg-n2,
  body:not([dir="rtl"]) .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  body:not([dir="rtl"]) .m-lg-n3 {
    margin: -1rem !important;
  }
  body:not([dir="rtl"]) .mt-lg-n3,
  body:not([dir="rtl"]) .my-lg-n3 {
    margin-top: -1rem !important;
  }
  body:not([dir="rtl"]) .mr-lg-n3,
  body:not([dir="rtl"]) .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  body:not([dir="rtl"]) .mb-lg-n3,
  body:not([dir="rtl"]) .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  body:not([dir="rtl"]) .ml-lg-n3,
  body:not([dir="rtl"]) .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  body:not([dir="rtl"]) .m-lg-n4 {
    margin: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mt-lg-n4,
  body:not([dir="rtl"]) .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mr-lg-n4,
  body:not([dir="rtl"]) .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mb-lg-n4,
  body:not([dir="rtl"]) .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  body:not([dir="rtl"]) .ml-lg-n4,
  body:not([dir="rtl"]) .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  body:not([dir="rtl"]) .m-lg-n5 {
    margin: -3rem !important;
  }
  body:not([dir="rtl"]) .mt-lg-n5,
  body:not([dir="rtl"]) .my-lg-n5 {
    margin-top: -3rem !important;
  }
  body:not([dir="rtl"]) .mr-lg-n5,
  body:not([dir="rtl"]) .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  body:not([dir="rtl"]) .mb-lg-n5,
  body:not([dir="rtl"]) .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  body:not([dir="rtl"]) .ml-lg-n5,
  body:not([dir="rtl"]) .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  body:not([dir="rtl"]) .m-lg-auto {
    margin: auto !important;
  }
  body:not([dir="rtl"]) .mt-lg-auto,
  body:not([dir="rtl"]) .my-lg-auto {
    margin-top: auto !important;
  }
  body:not([dir="rtl"]) .mr-lg-auto,
  body:not([dir="rtl"]) .mx-lg-auto {
    margin-right: auto !important;
  }
  body:not([dir="rtl"]) .mb-lg-auto,
  body:not([dir="rtl"]) .my-lg-auto {
    margin-bottom: auto !important;
  }
  body:not([dir="rtl"]) .ml-lg-auto,
  body:not([dir="rtl"]) .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  body:not([dir="rtl"]) .m-ipadL-0 {
    margin: 0 !important;
  }
  body:not([dir="rtl"]) .mt-ipadL-0,
  body:not([dir="rtl"]) .my-ipadL-0 {
    margin-top: 0 !important;
  }
  body:not([dir="rtl"]) .mr-ipadL-0,
  body:not([dir="rtl"]) .mx-ipadL-0 {
    margin-right: 0 !important;
  }
  body:not([dir="rtl"]) .mb-ipadL-0,
  body:not([dir="rtl"]) .my-ipadL-0 {
    margin-bottom: 0 !important;
  }
  body:not([dir="rtl"]) .ml-ipadL-0,
  body:not([dir="rtl"]) .mx-ipadL-0 {
    margin-left: 0 !important;
  }
  body:not([dir="rtl"]) .m-ipadL-1 {
    margin: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mt-ipadL-1,
  body:not([dir="rtl"]) .my-ipadL-1 {
    margin-top: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mr-ipadL-1,
  body:not([dir="rtl"]) .mx-ipadL-1 {
    margin-right: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mb-ipadL-1,
  body:not([dir="rtl"]) .my-ipadL-1 {
    margin-bottom: 0.25rem !important;
  }
  body:not([dir="rtl"]) .ml-ipadL-1,
  body:not([dir="rtl"]) .mx-ipadL-1 {
    margin-left: 0.25rem !important;
  }
  body:not([dir="rtl"]) .m-ipadL-2 {
    margin: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mt-ipadL-2,
  body:not([dir="rtl"]) .my-ipadL-2 {
    margin-top: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mr-ipadL-2,
  body:not([dir="rtl"]) .mx-ipadL-2 {
    margin-right: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mb-ipadL-2,
  body:not([dir="rtl"]) .my-ipadL-2 {
    margin-bottom: 0.5rem !important;
  }
  body:not([dir="rtl"]) .ml-ipadL-2,
  body:not([dir="rtl"]) .mx-ipadL-2 {
    margin-left: 0.5rem !important;
  }
  body:not([dir="rtl"]) .m-ipadL-3 {
    margin: 1rem !important;
  }
  body:not([dir="rtl"]) .mt-ipadL-3,
  body:not([dir="rtl"]) .my-ipadL-3 {
    margin-top: 1rem !important;
  }
  body:not([dir="rtl"]) .mr-ipadL-3,
  body:not([dir="rtl"]) .mx-ipadL-3 {
    margin-right: 1rem !important;
  }
  body:not([dir="rtl"]) .mb-ipadL-3,
  body:not([dir="rtl"]) .my-ipadL-3 {
    margin-bottom: 1rem !important;
  }
  body:not([dir="rtl"]) .ml-ipadL-3,
  body:not([dir="rtl"]) .mx-ipadL-3 {
    margin-left: 1rem !important;
  }
  body:not([dir="rtl"]) .m-ipadL-4 {
    margin: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mt-ipadL-4,
  body:not([dir="rtl"]) .my-ipadL-4 {
    margin-top: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mr-ipadL-4,
  body:not([dir="rtl"]) .mx-ipadL-4 {
    margin-right: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mb-ipadL-4,
  body:not([dir="rtl"]) .my-ipadL-4 {
    margin-bottom: 1.5rem !important;
  }
  body:not([dir="rtl"]) .ml-ipadL-4,
  body:not([dir="rtl"]) .mx-ipadL-4 {
    margin-left: 1.5rem !important;
  }
  body:not([dir="rtl"]) .m-ipadL-5 {
    margin: 3rem !important;
  }
  body:not([dir="rtl"]) .mt-ipadL-5,
  body:not([dir="rtl"]) .my-ipadL-5 {
    margin-top: 3rem !important;
  }
  body:not([dir="rtl"]) .mr-ipadL-5,
  body:not([dir="rtl"]) .mx-ipadL-5 {
    margin-right: 3rem !important;
  }
  body:not([dir="rtl"]) .mb-ipadL-5,
  body:not([dir="rtl"]) .my-ipadL-5 {
    margin-bottom: 3rem !important;
  }
  body:not([dir="rtl"]) .ml-ipadL-5,
  body:not([dir="rtl"]) .mx-ipadL-5 {
    margin-left: 3rem !important;
  }
  body:not([dir="rtl"]) .p-ipadL-0 {
    padding: 0 !important;
  }
  body:not([dir="rtl"]) .pt-ipadL-0,
  body:not([dir="rtl"]) .py-ipadL-0 {
    padding-top: 0 !important;
  }
  body:not([dir="rtl"]) .pr-ipadL-0,
  body:not([dir="rtl"]) .px-ipadL-0 {
    padding-right: 0 !important;
  }
  body:not([dir="rtl"]) .pb-ipadL-0,
  body:not([dir="rtl"]) .py-ipadL-0 {
    padding-bottom: 0 !important;
  }
  body:not([dir="rtl"]) .pl-ipadL-0,
  body:not([dir="rtl"]) .px-ipadL-0 {
    padding-left: 0 !important;
  }
  body:not([dir="rtl"]) .p-ipadL-1 {
    padding: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pt-ipadL-1,
  body:not([dir="rtl"]) .py-ipadL-1 {
    padding-top: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pr-ipadL-1,
  body:not([dir="rtl"]) .px-ipadL-1 {
    padding-right: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pb-ipadL-1,
  body:not([dir="rtl"]) .py-ipadL-1 {
    padding-bottom: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pl-ipadL-1,
  body:not([dir="rtl"]) .px-ipadL-1 {
    padding-left: 0.25rem !important;
  }
  body:not([dir="rtl"]) .p-ipadL-2 {
    padding: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pt-ipadL-2,
  body:not([dir="rtl"]) .py-ipadL-2 {
    padding-top: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pr-ipadL-2,
  body:not([dir="rtl"]) .px-ipadL-2 {
    padding-right: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pb-ipadL-2,
  body:not([dir="rtl"]) .py-ipadL-2 {
    padding-bottom: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pl-ipadL-2,
  body:not([dir="rtl"]) .px-ipadL-2 {
    padding-left: 0.5rem !important;
  }
  body:not([dir="rtl"]) .p-ipadL-3 {
    padding: 1rem !important;
  }
  body:not([dir="rtl"]) .pt-ipadL-3,
  body:not([dir="rtl"]) .py-ipadL-3 {
    padding-top: 1rem !important;
  }
  body:not([dir="rtl"]) .pr-ipadL-3,
  body:not([dir="rtl"]) .px-ipadL-3 {
    padding-right: 1rem !important;
  }
  body:not([dir="rtl"]) .pb-ipadL-3,
  body:not([dir="rtl"]) .py-ipadL-3 {
    padding-bottom: 1rem !important;
  }
  body:not([dir="rtl"]) .pl-ipadL-3,
  body:not([dir="rtl"]) .px-ipadL-3 {
    padding-left: 1rem !important;
  }
  body:not([dir="rtl"]) .p-ipadL-4 {
    padding: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pt-ipadL-4,
  body:not([dir="rtl"]) .py-ipadL-4 {
    padding-top: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pr-ipadL-4,
  body:not([dir="rtl"]) .px-ipadL-4 {
    padding-right: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pb-ipadL-4,
  body:not([dir="rtl"]) .py-ipadL-4 {
    padding-bottom: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pl-ipadL-4,
  body:not([dir="rtl"]) .px-ipadL-4 {
    padding-left: 1.5rem !important;
  }
  body:not([dir="rtl"]) .p-ipadL-5 {
    padding: 3rem !important;
  }
  body:not([dir="rtl"]) .pt-ipadL-5,
  body:not([dir="rtl"]) .py-ipadL-5 {
    padding-top: 3rem !important;
  }
  body:not([dir="rtl"]) .pr-ipadL-5,
  body:not([dir="rtl"]) .px-ipadL-5 {
    padding-right: 3rem !important;
  }
  body:not([dir="rtl"]) .pb-ipadL-5,
  body:not([dir="rtl"]) .py-ipadL-5 {
    padding-bottom: 3rem !important;
  }
  body:not([dir="rtl"]) .pl-ipadL-5,
  body:not([dir="rtl"]) .px-ipadL-5 {
    padding-left: 3rem !important;
  }
  body:not([dir="rtl"]) .m-ipadL-n1 {
    margin: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mt-ipadL-n1,
  body:not([dir="rtl"]) .my-ipadL-n1 {
    margin-top: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mr-ipadL-n1,
  body:not([dir="rtl"]) .mx-ipadL-n1 {
    margin-right: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mb-ipadL-n1,
  body:not([dir="rtl"]) .my-ipadL-n1 {
    margin-bottom: -0.25rem !important;
  }
  body:not([dir="rtl"]) .ml-ipadL-n1,
  body:not([dir="rtl"]) .mx-ipadL-n1 {
    margin-left: -0.25rem !important;
  }
  body:not([dir="rtl"]) .m-ipadL-n2 {
    margin: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mt-ipadL-n2,
  body:not([dir="rtl"]) .my-ipadL-n2 {
    margin-top: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mr-ipadL-n2,
  body:not([dir="rtl"]) .mx-ipadL-n2 {
    margin-right: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mb-ipadL-n2,
  body:not([dir="rtl"]) .my-ipadL-n2 {
    margin-bottom: -0.5rem !important;
  }
  body:not([dir="rtl"]) .ml-ipadL-n2,
  body:not([dir="rtl"]) .mx-ipadL-n2 {
    margin-left: -0.5rem !important;
  }
  body:not([dir="rtl"]) .m-ipadL-n3 {
    margin: -1rem !important;
  }
  body:not([dir="rtl"]) .mt-ipadL-n3,
  body:not([dir="rtl"]) .my-ipadL-n3 {
    margin-top: -1rem !important;
  }
  body:not([dir="rtl"]) .mr-ipadL-n3,
  body:not([dir="rtl"]) .mx-ipadL-n3 {
    margin-right: -1rem !important;
  }
  body:not([dir="rtl"]) .mb-ipadL-n3,
  body:not([dir="rtl"]) .my-ipadL-n3 {
    margin-bottom: -1rem !important;
  }
  body:not([dir="rtl"]) .ml-ipadL-n3,
  body:not([dir="rtl"]) .mx-ipadL-n3 {
    margin-left: -1rem !important;
  }
  body:not([dir="rtl"]) .m-ipadL-n4 {
    margin: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mt-ipadL-n4,
  body:not([dir="rtl"]) .my-ipadL-n4 {
    margin-top: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mr-ipadL-n4,
  body:not([dir="rtl"]) .mx-ipadL-n4 {
    margin-right: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mb-ipadL-n4,
  body:not([dir="rtl"]) .my-ipadL-n4 {
    margin-bottom: -1.5rem !important;
  }
  body:not([dir="rtl"]) .ml-ipadL-n4,
  body:not([dir="rtl"]) .mx-ipadL-n4 {
    margin-left: -1.5rem !important;
  }
  body:not([dir="rtl"]) .m-ipadL-n5 {
    margin: -3rem !important;
  }
  body:not([dir="rtl"]) .mt-ipadL-n5,
  body:not([dir="rtl"]) .my-ipadL-n5 {
    margin-top: -3rem !important;
  }
  body:not([dir="rtl"]) .mr-ipadL-n5,
  body:not([dir="rtl"]) .mx-ipadL-n5 {
    margin-right: -3rem !important;
  }
  body:not([dir="rtl"]) .mb-ipadL-n5,
  body:not([dir="rtl"]) .my-ipadL-n5 {
    margin-bottom: -3rem !important;
  }
  body:not([dir="rtl"]) .ml-ipadL-n5,
  body:not([dir="rtl"]) .mx-ipadL-n5 {
    margin-left: -3rem !important;
  }
  body:not([dir="rtl"]) .m-ipadL-auto {
    margin: auto !important;
  }
  body:not([dir="rtl"]) .mt-ipadL-auto,
  body:not([dir="rtl"]) .my-ipadL-auto {
    margin-top: auto !important;
  }
  body:not([dir="rtl"]) .mr-ipadL-auto,
  body:not([dir="rtl"]) .mx-ipadL-auto {
    margin-right: auto !important;
  }
  body:not([dir="rtl"]) .mb-ipadL-auto,
  body:not([dir="rtl"]) .my-ipadL-auto {
    margin-bottom: auto !important;
  }
  body:not([dir="rtl"]) .ml-ipadL-auto,
  body:not([dir="rtl"]) .mx-ipadL-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  body:not([dir="rtl"]) .m-xl-0 {
    margin: 0 !important;
  }
  body:not([dir="rtl"]) .mt-xl-0,
  body:not([dir="rtl"]) .my-xl-0 {
    margin-top: 0 !important;
  }
  body:not([dir="rtl"]) .mr-xl-0,
  body:not([dir="rtl"]) .mx-xl-0 {
    margin-right: 0 !important;
  }
  body:not([dir="rtl"]) .mb-xl-0,
  body:not([dir="rtl"]) .my-xl-0 {
    margin-bottom: 0 !important;
  }
  body:not([dir="rtl"]) .ml-xl-0,
  body:not([dir="rtl"]) .mx-xl-0 {
    margin-left: 0 !important;
  }
  body:not([dir="rtl"]) .m-xl-1 {
    margin: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mt-xl-1,
  body:not([dir="rtl"]) .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mr-xl-1,
  body:not([dir="rtl"]) .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mb-xl-1,
  body:not([dir="rtl"]) .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  body:not([dir="rtl"]) .ml-xl-1,
  body:not([dir="rtl"]) .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  body:not([dir="rtl"]) .m-xl-2 {
    margin: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mt-xl-2,
  body:not([dir="rtl"]) .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mr-xl-2,
  body:not([dir="rtl"]) .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mb-xl-2,
  body:not([dir="rtl"]) .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  body:not([dir="rtl"]) .ml-xl-2,
  body:not([dir="rtl"]) .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  body:not([dir="rtl"]) .m-xl-3 {
    margin: 1rem !important;
  }
  body:not([dir="rtl"]) .mt-xl-3,
  body:not([dir="rtl"]) .my-xl-3 {
    margin-top: 1rem !important;
  }
  body:not([dir="rtl"]) .mr-xl-3,
  body:not([dir="rtl"]) .mx-xl-3 {
    margin-right: 1rem !important;
  }
  body:not([dir="rtl"]) .mb-xl-3,
  body:not([dir="rtl"]) .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  body:not([dir="rtl"]) .ml-xl-3,
  body:not([dir="rtl"]) .mx-xl-3 {
    margin-left: 1rem !important;
  }
  body:not([dir="rtl"]) .m-xl-4 {
    margin: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mt-xl-4,
  body:not([dir="rtl"]) .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mr-xl-4,
  body:not([dir="rtl"]) .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mb-xl-4,
  body:not([dir="rtl"]) .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  body:not([dir="rtl"]) .ml-xl-4,
  body:not([dir="rtl"]) .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  body:not([dir="rtl"]) .m-xl-5 {
    margin: 3rem !important;
  }
  body:not([dir="rtl"]) .mt-xl-5,
  body:not([dir="rtl"]) .my-xl-5 {
    margin-top: 3rem !important;
  }
  body:not([dir="rtl"]) .mr-xl-5,
  body:not([dir="rtl"]) .mx-xl-5 {
    margin-right: 3rem !important;
  }
  body:not([dir="rtl"]) .mb-xl-5,
  body:not([dir="rtl"]) .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  body:not([dir="rtl"]) .ml-xl-5,
  body:not([dir="rtl"]) .mx-xl-5 {
    margin-left: 3rem !important;
  }
  body:not([dir="rtl"]) .p-xl-0 {
    padding: 0 !important;
  }
  body:not([dir="rtl"]) .pt-xl-0,
  body:not([dir="rtl"]) .py-xl-0 {
    padding-top: 0 !important;
  }
  body:not([dir="rtl"]) .pr-xl-0,
  body:not([dir="rtl"]) .px-xl-0 {
    padding-right: 0 !important;
  }
  body:not([dir="rtl"]) .pb-xl-0,
  body:not([dir="rtl"]) .py-xl-0 {
    padding-bottom: 0 !important;
  }
  body:not([dir="rtl"]) .pl-xl-0,
  body:not([dir="rtl"]) .px-xl-0 {
    padding-left: 0 !important;
  }
  body:not([dir="rtl"]) .p-xl-1 {
    padding: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pt-xl-1,
  body:not([dir="rtl"]) .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pr-xl-1,
  body:not([dir="rtl"]) .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pb-xl-1,
  body:not([dir="rtl"]) .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pl-xl-1,
  body:not([dir="rtl"]) .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  body:not([dir="rtl"]) .p-xl-2 {
    padding: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pt-xl-2,
  body:not([dir="rtl"]) .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pr-xl-2,
  body:not([dir="rtl"]) .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pb-xl-2,
  body:not([dir="rtl"]) .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pl-xl-2,
  body:not([dir="rtl"]) .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  body:not([dir="rtl"]) .p-xl-3 {
    padding: 1rem !important;
  }
  body:not([dir="rtl"]) .pt-xl-3,
  body:not([dir="rtl"]) .py-xl-3 {
    padding-top: 1rem !important;
  }
  body:not([dir="rtl"]) .pr-xl-3,
  body:not([dir="rtl"]) .px-xl-3 {
    padding-right: 1rem !important;
  }
  body:not([dir="rtl"]) .pb-xl-3,
  body:not([dir="rtl"]) .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  body:not([dir="rtl"]) .pl-xl-3,
  body:not([dir="rtl"]) .px-xl-3 {
    padding-left: 1rem !important;
  }
  body:not([dir="rtl"]) .p-xl-4 {
    padding: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pt-xl-4,
  body:not([dir="rtl"]) .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pr-xl-4,
  body:not([dir="rtl"]) .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pb-xl-4,
  body:not([dir="rtl"]) .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pl-xl-4,
  body:not([dir="rtl"]) .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  body:not([dir="rtl"]) .p-xl-5 {
    padding: 3rem !important;
  }
  body:not([dir="rtl"]) .pt-xl-5,
  body:not([dir="rtl"]) .py-xl-5 {
    padding-top: 3rem !important;
  }
  body:not([dir="rtl"]) .pr-xl-5,
  body:not([dir="rtl"]) .px-xl-5 {
    padding-right: 3rem !important;
  }
  body:not([dir="rtl"]) .pb-xl-5,
  body:not([dir="rtl"]) .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  body:not([dir="rtl"]) .pl-xl-5,
  body:not([dir="rtl"]) .px-xl-5 {
    padding-left: 3rem !important;
  }
  body:not([dir="rtl"]) .m-xl-n1 {
    margin: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mt-xl-n1,
  body:not([dir="rtl"]) .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mr-xl-n1,
  body:not([dir="rtl"]) .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mb-xl-n1,
  body:not([dir="rtl"]) .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  body:not([dir="rtl"]) .ml-xl-n1,
  body:not([dir="rtl"]) .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  body:not([dir="rtl"]) .m-xl-n2 {
    margin: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mt-xl-n2,
  body:not([dir="rtl"]) .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mr-xl-n2,
  body:not([dir="rtl"]) .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mb-xl-n2,
  body:not([dir="rtl"]) .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  body:not([dir="rtl"]) .ml-xl-n2,
  body:not([dir="rtl"]) .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  body:not([dir="rtl"]) .m-xl-n3 {
    margin: -1rem !important;
  }
  body:not([dir="rtl"]) .mt-xl-n3,
  body:not([dir="rtl"]) .my-xl-n3 {
    margin-top: -1rem !important;
  }
  body:not([dir="rtl"]) .mr-xl-n3,
  body:not([dir="rtl"]) .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  body:not([dir="rtl"]) .mb-xl-n3,
  body:not([dir="rtl"]) .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  body:not([dir="rtl"]) .ml-xl-n3,
  body:not([dir="rtl"]) .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  body:not([dir="rtl"]) .m-xl-n4 {
    margin: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mt-xl-n4,
  body:not([dir="rtl"]) .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mr-xl-n4,
  body:not([dir="rtl"]) .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mb-xl-n4,
  body:not([dir="rtl"]) .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  body:not([dir="rtl"]) .ml-xl-n4,
  body:not([dir="rtl"]) .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  body:not([dir="rtl"]) .m-xl-n5 {
    margin: -3rem !important;
  }
  body:not([dir="rtl"]) .mt-xl-n5,
  body:not([dir="rtl"]) .my-xl-n5 {
    margin-top: -3rem !important;
  }
  body:not([dir="rtl"]) .mr-xl-n5,
  body:not([dir="rtl"]) .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  body:not([dir="rtl"]) .mb-xl-n5,
  body:not([dir="rtl"]) .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  body:not([dir="rtl"]) .ml-xl-n5,
  body:not([dir="rtl"]) .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  body:not([dir="rtl"]) .m-xl-auto {
    margin: auto !important;
  }
  body:not([dir="rtl"]) .mt-xl-auto,
  body:not([dir="rtl"]) .my-xl-auto {
    margin-top: auto !important;
  }
  body:not([dir="rtl"]) .mr-xl-auto,
  body:not([dir="rtl"]) .mx-xl-auto {
    margin-right: auto !important;
  }
  body:not([dir="rtl"]) .mb-xl-auto,
  body:not([dir="rtl"]) .my-xl-auto {
    margin-bottom: auto !important;
  }
  body:not([dir="rtl"]) .ml-xl-auto,
  body:not([dir="rtl"]) .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1232px) {
  body:not([dir="rtl"]) .m-nb-font-lg-0 {
    margin: 0 !important;
  }
  body:not([dir="rtl"]) .mt-nb-font-lg-0,
  body:not([dir="rtl"]) .my-nb-font-lg-0 {
    margin-top: 0 !important;
  }
  body:not([dir="rtl"]) .mr-nb-font-lg-0,
  body:not([dir="rtl"]) .mx-nb-font-lg-0 {
    margin-right: 0 !important;
  }
  body:not([dir="rtl"]) .mb-nb-font-lg-0,
  body:not([dir="rtl"]) .my-nb-font-lg-0 {
    margin-bottom: 0 !important;
  }
  body:not([dir="rtl"]) .ml-nb-font-lg-0,
  body:not([dir="rtl"]) .mx-nb-font-lg-0 {
    margin-left: 0 !important;
  }
  body:not([dir="rtl"]) .m-nb-font-lg-1 {
    margin: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mt-nb-font-lg-1,
  body:not([dir="rtl"]) .my-nb-font-lg-1 {
    margin-top: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mr-nb-font-lg-1,
  body:not([dir="rtl"]) .mx-nb-font-lg-1 {
    margin-right: 0.25rem !important;
  }
  body:not([dir="rtl"]) .mb-nb-font-lg-1,
  body:not([dir="rtl"]) .my-nb-font-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  body:not([dir="rtl"]) .ml-nb-font-lg-1,
  body:not([dir="rtl"]) .mx-nb-font-lg-1 {
    margin-left: 0.25rem !important;
  }
  body:not([dir="rtl"]) .m-nb-font-lg-2 {
    margin: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mt-nb-font-lg-2,
  body:not([dir="rtl"]) .my-nb-font-lg-2 {
    margin-top: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mr-nb-font-lg-2,
  body:not([dir="rtl"]) .mx-nb-font-lg-2 {
    margin-right: 0.5rem !important;
  }
  body:not([dir="rtl"]) .mb-nb-font-lg-2,
  body:not([dir="rtl"]) .my-nb-font-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  body:not([dir="rtl"]) .ml-nb-font-lg-2,
  body:not([dir="rtl"]) .mx-nb-font-lg-2 {
    margin-left: 0.5rem !important;
  }
  body:not([dir="rtl"]) .m-nb-font-lg-3 {
    margin: 1rem !important;
  }
  body:not([dir="rtl"]) .mt-nb-font-lg-3,
  body:not([dir="rtl"]) .my-nb-font-lg-3 {
    margin-top: 1rem !important;
  }
  body:not([dir="rtl"]) .mr-nb-font-lg-3,
  body:not([dir="rtl"]) .mx-nb-font-lg-3 {
    margin-right: 1rem !important;
  }
  body:not([dir="rtl"]) .mb-nb-font-lg-3,
  body:not([dir="rtl"]) .my-nb-font-lg-3 {
    margin-bottom: 1rem !important;
  }
  body:not([dir="rtl"]) .ml-nb-font-lg-3,
  body:not([dir="rtl"]) .mx-nb-font-lg-3 {
    margin-left: 1rem !important;
  }
  body:not([dir="rtl"]) .m-nb-font-lg-4 {
    margin: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mt-nb-font-lg-4,
  body:not([dir="rtl"]) .my-nb-font-lg-4 {
    margin-top: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mr-nb-font-lg-4,
  body:not([dir="rtl"]) .mx-nb-font-lg-4 {
    margin-right: 1.5rem !important;
  }
  body:not([dir="rtl"]) .mb-nb-font-lg-4,
  body:not([dir="rtl"]) .my-nb-font-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  body:not([dir="rtl"]) .ml-nb-font-lg-4,
  body:not([dir="rtl"]) .mx-nb-font-lg-4 {
    margin-left: 1.5rem !important;
  }
  body:not([dir="rtl"]) .m-nb-font-lg-5 {
    margin: 3rem !important;
  }
  body:not([dir="rtl"]) .mt-nb-font-lg-5,
  body:not([dir="rtl"]) .my-nb-font-lg-5 {
    margin-top: 3rem !important;
  }
  body:not([dir="rtl"]) .mr-nb-font-lg-5,
  body:not([dir="rtl"]) .mx-nb-font-lg-5 {
    margin-right: 3rem !important;
  }
  body:not([dir="rtl"]) .mb-nb-font-lg-5,
  body:not([dir="rtl"]) .my-nb-font-lg-5 {
    margin-bottom: 3rem !important;
  }
  body:not([dir="rtl"]) .ml-nb-font-lg-5,
  body:not([dir="rtl"]) .mx-nb-font-lg-5 {
    margin-left: 3rem !important;
  }
  body:not([dir="rtl"]) .p-nb-font-lg-0 {
    padding: 0 !important;
  }
  body:not([dir="rtl"]) .pt-nb-font-lg-0,
  body:not([dir="rtl"]) .py-nb-font-lg-0 {
    padding-top: 0 !important;
  }
  body:not([dir="rtl"]) .pr-nb-font-lg-0,
  body:not([dir="rtl"]) .px-nb-font-lg-0 {
    padding-right: 0 !important;
  }
  body:not([dir="rtl"]) .pb-nb-font-lg-0,
  body:not([dir="rtl"]) .py-nb-font-lg-0 {
    padding-bottom: 0 !important;
  }
  body:not([dir="rtl"]) .pl-nb-font-lg-0,
  body:not([dir="rtl"]) .px-nb-font-lg-0 {
    padding-left: 0 !important;
  }
  body:not([dir="rtl"]) .p-nb-font-lg-1 {
    padding: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pt-nb-font-lg-1,
  body:not([dir="rtl"]) .py-nb-font-lg-1 {
    padding-top: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pr-nb-font-lg-1,
  body:not([dir="rtl"]) .px-nb-font-lg-1 {
    padding-right: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pb-nb-font-lg-1,
  body:not([dir="rtl"]) .py-nb-font-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  body:not([dir="rtl"]) .pl-nb-font-lg-1,
  body:not([dir="rtl"]) .px-nb-font-lg-1 {
    padding-left: 0.25rem !important;
  }
  body:not([dir="rtl"]) .p-nb-font-lg-2 {
    padding: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pt-nb-font-lg-2,
  body:not([dir="rtl"]) .py-nb-font-lg-2 {
    padding-top: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pr-nb-font-lg-2,
  body:not([dir="rtl"]) .px-nb-font-lg-2 {
    padding-right: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pb-nb-font-lg-2,
  body:not([dir="rtl"]) .py-nb-font-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  body:not([dir="rtl"]) .pl-nb-font-lg-2,
  body:not([dir="rtl"]) .px-nb-font-lg-2 {
    padding-left: 0.5rem !important;
  }
  body:not([dir="rtl"]) .p-nb-font-lg-3 {
    padding: 1rem !important;
  }
  body:not([dir="rtl"]) .pt-nb-font-lg-3,
  body:not([dir="rtl"]) .py-nb-font-lg-3 {
    padding-top: 1rem !important;
  }
  body:not([dir="rtl"]) .pr-nb-font-lg-3,
  body:not([dir="rtl"]) .px-nb-font-lg-3 {
    padding-right: 1rem !important;
  }
  body:not([dir="rtl"]) .pb-nb-font-lg-3,
  body:not([dir="rtl"]) .py-nb-font-lg-3 {
    padding-bottom: 1rem !important;
  }
  body:not([dir="rtl"]) .pl-nb-font-lg-3,
  body:not([dir="rtl"]) .px-nb-font-lg-3 {
    padding-left: 1rem !important;
  }
  body:not([dir="rtl"]) .p-nb-font-lg-4 {
    padding: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pt-nb-font-lg-4,
  body:not([dir="rtl"]) .py-nb-font-lg-4 {
    padding-top: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pr-nb-font-lg-4,
  body:not([dir="rtl"]) .px-nb-font-lg-4 {
    padding-right: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pb-nb-font-lg-4,
  body:not([dir="rtl"]) .py-nb-font-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  body:not([dir="rtl"]) .pl-nb-font-lg-4,
  body:not([dir="rtl"]) .px-nb-font-lg-4 {
    padding-left: 1.5rem !important;
  }
  body:not([dir="rtl"]) .p-nb-font-lg-5 {
    padding: 3rem !important;
  }
  body:not([dir="rtl"]) .pt-nb-font-lg-5,
  body:not([dir="rtl"]) .py-nb-font-lg-5 {
    padding-top: 3rem !important;
  }
  body:not([dir="rtl"]) .pr-nb-font-lg-5,
  body:not([dir="rtl"]) .px-nb-font-lg-5 {
    padding-right: 3rem !important;
  }
  body:not([dir="rtl"]) .pb-nb-font-lg-5,
  body:not([dir="rtl"]) .py-nb-font-lg-5 {
    padding-bottom: 3rem !important;
  }
  body:not([dir="rtl"]) .pl-nb-font-lg-5,
  body:not([dir="rtl"]) .px-nb-font-lg-5 {
    padding-left: 3rem !important;
  }
  body:not([dir="rtl"]) .m-nb-font-lg-n1 {
    margin: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mt-nb-font-lg-n1,
  body:not([dir="rtl"]) .my-nb-font-lg-n1 {
    margin-top: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mr-nb-font-lg-n1,
  body:not([dir="rtl"]) .mx-nb-font-lg-n1 {
    margin-right: -0.25rem !important;
  }
  body:not([dir="rtl"]) .mb-nb-font-lg-n1,
  body:not([dir="rtl"]) .my-nb-font-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  body:not([dir="rtl"]) .ml-nb-font-lg-n1,
  body:not([dir="rtl"]) .mx-nb-font-lg-n1 {
    margin-left: -0.25rem !important;
  }
  body:not([dir="rtl"]) .m-nb-font-lg-n2 {
    margin: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mt-nb-font-lg-n2,
  body:not([dir="rtl"]) .my-nb-font-lg-n2 {
    margin-top: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mr-nb-font-lg-n2,
  body:not([dir="rtl"]) .mx-nb-font-lg-n2 {
    margin-right: -0.5rem !important;
  }
  body:not([dir="rtl"]) .mb-nb-font-lg-n2,
  body:not([dir="rtl"]) .my-nb-font-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  body:not([dir="rtl"]) .ml-nb-font-lg-n2,
  body:not([dir="rtl"]) .mx-nb-font-lg-n2 {
    margin-left: -0.5rem !important;
  }
  body:not([dir="rtl"]) .m-nb-font-lg-n3 {
    margin: -1rem !important;
  }
  body:not([dir="rtl"]) .mt-nb-font-lg-n3,
  body:not([dir="rtl"]) .my-nb-font-lg-n3 {
    margin-top: -1rem !important;
  }
  body:not([dir="rtl"]) .mr-nb-font-lg-n3,
  body:not([dir="rtl"]) .mx-nb-font-lg-n3 {
    margin-right: -1rem !important;
  }
  body:not([dir="rtl"]) .mb-nb-font-lg-n3,
  body:not([dir="rtl"]) .my-nb-font-lg-n3 {
    margin-bottom: -1rem !important;
  }
  body:not([dir="rtl"]) .ml-nb-font-lg-n3,
  body:not([dir="rtl"]) .mx-nb-font-lg-n3 {
    margin-left: -1rem !important;
  }
  body:not([dir="rtl"]) .m-nb-font-lg-n4 {
    margin: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mt-nb-font-lg-n4,
  body:not([dir="rtl"]) .my-nb-font-lg-n4 {
    margin-top: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mr-nb-font-lg-n4,
  body:not([dir="rtl"]) .mx-nb-font-lg-n4 {
    margin-right: -1.5rem !important;
  }
  body:not([dir="rtl"]) .mb-nb-font-lg-n4,
  body:not([dir="rtl"]) .my-nb-font-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  body:not([dir="rtl"]) .ml-nb-font-lg-n4,
  body:not([dir="rtl"]) .mx-nb-font-lg-n4 {
    margin-left: -1.5rem !important;
  }
  body:not([dir="rtl"]) .m-nb-font-lg-n5 {
    margin: -3rem !important;
  }
  body:not([dir="rtl"]) .mt-nb-font-lg-n5,
  body:not([dir="rtl"]) .my-nb-font-lg-n5 {
    margin-top: -3rem !important;
  }
  body:not([dir="rtl"]) .mr-nb-font-lg-n5,
  body:not([dir="rtl"]) .mx-nb-font-lg-n5 {
    margin-right: -3rem !important;
  }
  body:not([dir="rtl"]) .mb-nb-font-lg-n5,
  body:not([dir="rtl"]) .my-nb-font-lg-n5 {
    margin-bottom: -3rem !important;
  }
  body:not([dir="rtl"]) .ml-nb-font-lg-n5,
  body:not([dir="rtl"]) .mx-nb-font-lg-n5 {
    margin-left: -3rem !important;
  }
  body:not([dir="rtl"]) .m-nb-font-lg-auto {
    margin: auto !important;
  }
  body:not([dir="rtl"]) .mt-nb-font-lg-auto,
  body:not([dir="rtl"]) .my-nb-font-lg-auto {
    margin-top: auto !important;
  }
  body:not([dir="rtl"]) .mr-nb-font-lg-auto,
  body:not([dir="rtl"]) .mx-nb-font-lg-auto {
    margin-right: auto !important;
  }
  body:not([dir="rtl"]) .mb-nb-font-lg-auto,
  body:not([dir="rtl"]) .my-nb-font-lg-auto {
    margin-bottom: auto !important;
  }
  body:not([dir="rtl"]) .ml-nb-font-lg-auto,
  body:not([dir="rtl"]) .mx-nb-font-lg-auto {
    margin-left: auto !important;
  }
}
body[dir="rtl"] .m-0 {
  margin: 0 !important;
}
body[dir="rtl"] .mt-0,
body[dir="rtl"] .my-0 {
  margin-top: 0 !important;
}
body[dir="rtl"] .mr-0,
body[dir="rtl"] .mx-0 {
  margin-left: 0 !important;
}
body[dir="rtl"] .mb-0,
body[dir="rtl"] .my-0 {
  margin-bottom: 0 !important;
}
body[dir="rtl"] .ml-0,
body[dir="rtl"] .mx-0 {
  margin-right: 0 !important;
}
body[dir="rtl"] .m-1 {
  margin: 0.25rem !important;
}
body[dir="rtl"] .mt-1,
body[dir="rtl"] .my-1 {
  margin-top: 0.25rem !important;
}
body[dir="rtl"] .mr-1,
body[dir="rtl"] .mx-1 {
  margin-left: 0.25rem !important;
}
body[dir="rtl"] .mb-1,
body[dir="rtl"] .my-1 {
  margin-bottom: 0.25rem !important;
}
body[dir="rtl"] .ml-1,
body[dir="rtl"] .mx-1 {
  margin-right: 0.25rem !important;
}
body[dir="rtl"] .m-2 {
  margin: 0.5rem !important;
}
body[dir="rtl"] .mt-2,
body[dir="rtl"] .my-2 {
  margin-top: 0.5rem !important;
}
body[dir="rtl"] .mr-2,
body[dir="rtl"] .mx-2 {
  margin-left: 0.5rem !important;
}
body[dir="rtl"] .mb-2,
body[dir="rtl"] .my-2 {
  margin-bottom: 0.5rem !important;
}
body[dir="rtl"] .ml-2,
body[dir="rtl"] .mx-2 {
  margin-right: 0.5rem !important;
}
body[dir="rtl"] .m-3 {
  margin: 1rem !important;
}
body[dir="rtl"] .mt-3,
body[dir="rtl"] .my-3 {
  margin-top: 1rem !important;
}
body[dir="rtl"] .mr-3,
body[dir="rtl"] .mx-3 {
  margin-left: 1rem !important;
}
body[dir="rtl"] .mb-3,
body[dir="rtl"] .my-3 {
  margin-bottom: 1rem !important;
}
body[dir="rtl"] .ml-3,
body[dir="rtl"] .mx-3 {
  margin-right: 1rem !important;
}
body[dir="rtl"] .m-4 {
  margin: 1.5rem !important;
}
body[dir="rtl"] .mt-4,
body[dir="rtl"] .my-4 {
  margin-top: 1.5rem !important;
}
body[dir="rtl"] .mr-4,
body[dir="rtl"] .mx-4 {
  margin-left: 1.5rem !important;
}
body[dir="rtl"] .mb-4,
body[dir="rtl"] .my-4 {
  margin-bottom: 1.5rem !important;
}
body[dir="rtl"] .ml-4,
body[dir="rtl"] .mx-4 {
  margin-right: 1.5rem !important;
}
body[dir="rtl"] .m-5 {
  margin: 3rem !important;
}
body[dir="rtl"] .mt-5,
body[dir="rtl"] .my-5 {
  margin-top: 3rem !important;
}
body[dir="rtl"] .mr-5,
body[dir="rtl"] .mx-5 {
  margin-left: 3rem !important;
}
body[dir="rtl"] .mb-5,
body[dir="rtl"] .my-5 {
  margin-bottom: 3rem !important;
}
body[dir="rtl"] .ml-5,
body[dir="rtl"] .mx-5 {
  margin-right: 3rem !important;
}
body[dir="rtl"] .p-0 {
  padding: 0 !important;
}
body[dir="rtl"] .pt-0,
body[dir="rtl"] .py-0 {
  padding-top: 0 !important;
}
body[dir="rtl"] .pr-0,
body[dir="rtl"] .px-0 {
  padding-left: 0 !important;
}
body[dir="rtl"] .pb-0,
body[dir="rtl"] .py-0 {
  padding-bottom: 0 !important;
}
body[dir="rtl"] .pl-0,
body[dir="rtl"] .px-0 {
  padding-right: 0 !important;
}
body[dir="rtl"] .p-1 {
  padding: 0.25rem !important;
}
body[dir="rtl"] .pt-1,
body[dir="rtl"] .py-1 {
  padding-top: 0.25rem !important;
}
body[dir="rtl"] .pr-1,
body[dir="rtl"] .px-1 {
  padding-left: 0.25rem !important;
}
body[dir="rtl"] .pb-1,
body[dir="rtl"] .py-1 {
  padding-bottom: 0.25rem !important;
}
body[dir="rtl"] .pl-1,
body[dir="rtl"] .px-1 {
  padding-right: 0.25rem !important;
}
body[dir="rtl"] .p-2 {
  padding: 0.5rem !important;
}
body[dir="rtl"] .pt-2,
body[dir="rtl"] .py-2 {
  padding-top: 0.5rem !important;
}
body[dir="rtl"] .pr-2,
body[dir="rtl"] .px-2 {
  padding-left: 0.5rem !important;
}
body[dir="rtl"] .pb-2,
body[dir="rtl"] .py-2 {
  padding-bottom: 0.5rem !important;
}
body[dir="rtl"] .pl-2,
body[dir="rtl"] .px-2 {
  padding-right: 0.5rem !important;
}
body[dir="rtl"] .p-3 {
  padding: 1rem !important;
}
body[dir="rtl"] .pt-3,
body[dir="rtl"] .py-3 {
  padding-top: 1rem !important;
}
body[dir="rtl"] .pr-3,
body[dir="rtl"] .px-3 {
  padding-left: 1rem !important;
}
body[dir="rtl"] .pb-3,
body[dir="rtl"] .py-3 {
  padding-bottom: 1rem !important;
}
body[dir="rtl"] .pl-3,
body[dir="rtl"] .px-3 {
  padding-right: 1rem !important;
}
body[dir="rtl"] .p-4 {
  padding: 1.5rem !important;
}
body[dir="rtl"] .pt-4,
body[dir="rtl"] .py-4 {
  padding-top: 1.5rem !important;
}
body[dir="rtl"] .pr-4,
body[dir="rtl"] .px-4 {
  padding-left: 1.5rem !important;
}
body[dir="rtl"] .pb-4,
body[dir="rtl"] .py-4 {
  padding-bottom: 1.5rem !important;
}
body[dir="rtl"] .pl-4,
body[dir="rtl"] .px-4 {
  padding-right: 1.5rem !important;
}
body[dir="rtl"] .p-5 {
  padding: 3rem !important;
}
body[dir="rtl"] .pt-5,
body[dir="rtl"] .py-5 {
  padding-top: 3rem !important;
}
body[dir="rtl"] .pr-5,
body[dir="rtl"] .px-5 {
  padding-left: 3rem !important;
}
body[dir="rtl"] .pb-5,
body[dir="rtl"] .py-5 {
  padding-bottom: 3rem !important;
}
body[dir="rtl"] .pl-5,
body[dir="rtl"] .px-5 {
  padding-right: 3rem !important;
}
body[dir="rtl"] .m-n1 {
  margin: -0.25rem !important;
}
body[dir="rtl"] .mt-n1,
body[dir="rtl"] .my-n1 {
  margin-top: -0.25rem !important;
}
body[dir="rtl"] .mr-n1,
body[dir="rtl"] .mx-n1 {
  margin-left: -0.25rem !important;
}
body[dir="rtl"] .mb-n1,
body[dir="rtl"] .my-n1 {
  margin-bottom: -0.25rem !important;
}
body[dir="rtl"] .ml-n1,
body[dir="rtl"] .mx-n1 {
  margin-right: -0.25rem !important;
}
body[dir="rtl"] .m-n2 {
  margin: -0.5rem !important;
}
body[dir="rtl"] .mt-n2,
body[dir="rtl"] .my-n2 {
  margin-top: -0.5rem !important;
}
body[dir="rtl"] .mr-n2,
body[dir="rtl"] .mx-n2 {
  margin-left: -0.5rem !important;
}
body[dir="rtl"] .mb-n2,
body[dir="rtl"] .my-n2 {
  margin-bottom: -0.5rem !important;
}
body[dir="rtl"] .ml-n2,
body[dir="rtl"] .mx-n2 {
  margin-right: -0.5rem !important;
}
body[dir="rtl"] .m-n3 {
  margin: -1rem !important;
}
body[dir="rtl"] .mt-n3,
body[dir="rtl"] .my-n3 {
  margin-top: -1rem !important;
}
body[dir="rtl"] .mr-n3,
body[dir="rtl"] .mx-n3 {
  margin-left: -1rem !important;
}
body[dir="rtl"] .mb-n3,
body[dir="rtl"] .my-n3 {
  margin-bottom: -1rem !important;
}
body[dir="rtl"] .ml-n3,
body[dir="rtl"] .mx-n3 {
  margin-right: -1rem !important;
}
body[dir="rtl"] .m-n4 {
  margin: -1.5rem !important;
}
body[dir="rtl"] .mt-n4,
body[dir="rtl"] .my-n4 {
  margin-top: -1.5rem !important;
}
body[dir="rtl"] .mr-n4,
body[dir="rtl"] .mx-n4 {
  margin-left: -1.5rem !important;
}
body[dir="rtl"] .mb-n4,
body[dir="rtl"] .my-n4 {
  margin-bottom: -1.5rem !important;
}
body[dir="rtl"] .ml-n4,
body[dir="rtl"] .mx-n4 {
  margin-right: -1.5rem !important;
}
body[dir="rtl"] .m-n5 {
  margin: -3rem !important;
}
body[dir="rtl"] .mt-n5,
body[dir="rtl"] .my-n5 {
  margin-top: -3rem !important;
}
body[dir="rtl"] .mr-n5,
body[dir="rtl"] .mx-n5 {
  margin-left: -3rem !important;
}
body[dir="rtl"] .mb-n5,
body[dir="rtl"] .my-n5 {
  margin-bottom: -3rem !important;
}
body[dir="rtl"] .ml-n5,
body[dir="rtl"] .mx-n5 {
  margin-right: -3rem !important;
}
body[dir="rtl"] .m-auto {
  margin: auto !important;
}
body[dir="rtl"] .mt-auto,
body[dir="rtl"] .my-auto {
  margin-top: auto !important;
}
body[dir="rtl"] .mr-auto,
body[dir="rtl"] .mx-auto {
  margin-right: auto !important;
}
body[dir="rtl"] .mb-auto,
body[dir="rtl"] .my-auto {
  margin-bottom: auto !important;
}
body[dir="rtl"] .ml-auto,
body[dir="rtl"] .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  body[dir="rtl"] .m-sm-0 {
    margin: 0 !important;
  }
  body[dir="rtl"] .mt-sm-0,
  body[dir="rtl"] .my-sm-0 {
    margin-top: 0 !important;
  }
  body[dir="rtl"] .mr-sm-0,
  body[dir="rtl"] .mx-sm-0 {
    margin-left: 0 !important;
  }
  body[dir="rtl"] .mb-sm-0,
  body[dir="rtl"] .my-sm-0 {
    margin-bottom: 0 !important;
  }
  body[dir="rtl"] .ml-sm-0,
  body[dir="rtl"] .mx-sm-0 {
    margin-right: 0 !important;
  }
  body[dir="rtl"] .m-sm-1 {
    margin: 0.25rem !important;
  }
  body[dir="rtl"] .mt-sm-1,
  body[dir="rtl"] .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  body[dir="rtl"] .mr-sm-1,
  body[dir="rtl"] .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  body[dir="rtl"] .mb-sm-1,
  body[dir="rtl"] .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  body[dir="rtl"] .ml-sm-1,
  body[dir="rtl"] .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  body[dir="rtl"] .m-sm-2 {
    margin: 0.5rem !important;
  }
  body[dir="rtl"] .mt-sm-2,
  body[dir="rtl"] .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  body[dir="rtl"] .mr-sm-2,
  body[dir="rtl"] .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  body[dir="rtl"] .mb-sm-2,
  body[dir="rtl"] .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  body[dir="rtl"] .ml-sm-2,
  body[dir="rtl"] .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  body[dir="rtl"] .m-sm-3 {
    margin: 1rem !important;
  }
  body[dir="rtl"] .mt-sm-3,
  body[dir="rtl"] .my-sm-3 {
    margin-top: 1rem !important;
  }
  body[dir="rtl"] .mr-sm-3,
  body[dir="rtl"] .mx-sm-3 {
    margin-left: 1rem !important;
  }
  body[dir="rtl"] .mb-sm-3,
  body[dir="rtl"] .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  body[dir="rtl"] .ml-sm-3,
  body[dir="rtl"] .mx-sm-3 {
    margin-right: 1rem !important;
  }
  body[dir="rtl"] .m-sm-4 {
    margin: 1.5rem !important;
  }
  body[dir="rtl"] .mt-sm-4,
  body[dir="rtl"] .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  body[dir="rtl"] .mr-sm-4,
  body[dir="rtl"] .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  body[dir="rtl"] .mb-sm-4,
  body[dir="rtl"] .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  body[dir="rtl"] .ml-sm-4,
  body[dir="rtl"] .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  body[dir="rtl"] .m-sm-5 {
    margin: 3rem !important;
  }
  body[dir="rtl"] .mt-sm-5,
  body[dir="rtl"] .my-sm-5 {
    margin-top: 3rem !important;
  }
  body[dir="rtl"] .mr-sm-5,
  body[dir="rtl"] .mx-sm-5 {
    margin-left: 3rem !important;
  }
  body[dir="rtl"] .mb-sm-5,
  body[dir="rtl"] .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  body[dir="rtl"] .ml-sm-5,
  body[dir="rtl"] .mx-sm-5 {
    margin-right: 3rem !important;
  }
  body[dir="rtl"] .p-sm-0 {
    padding: 0 !important;
  }
  body[dir="rtl"] .pt-sm-0,
  body[dir="rtl"] .py-sm-0 {
    padding-top: 0 !important;
  }
  body[dir="rtl"] .pr-sm-0,
  body[dir="rtl"] .px-sm-0 {
    padding-left: 0 !important;
  }
  body[dir="rtl"] .pb-sm-0,
  body[dir="rtl"] .py-sm-0 {
    padding-bottom: 0 !important;
  }
  body[dir="rtl"] .pl-sm-0,
  body[dir="rtl"] .px-sm-0 {
    padding-right: 0 !important;
  }
  body[dir="rtl"] .p-sm-1 {
    padding: 0.25rem !important;
  }
  body[dir="rtl"] .pt-sm-1,
  body[dir="rtl"] .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  body[dir="rtl"] .pr-sm-1,
  body[dir="rtl"] .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  body[dir="rtl"] .pb-sm-1,
  body[dir="rtl"] .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  body[dir="rtl"] .pl-sm-1,
  body[dir="rtl"] .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  body[dir="rtl"] .p-sm-2 {
    padding: 0.5rem !important;
  }
  body[dir="rtl"] .pt-sm-2,
  body[dir="rtl"] .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  body[dir="rtl"] .pr-sm-2,
  body[dir="rtl"] .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  body[dir="rtl"] .pb-sm-2,
  body[dir="rtl"] .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  body[dir="rtl"] .pl-sm-2,
  body[dir="rtl"] .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  body[dir="rtl"] .p-sm-3 {
    padding: 1rem !important;
  }
  body[dir="rtl"] .pt-sm-3,
  body[dir="rtl"] .py-sm-3 {
    padding-top: 1rem !important;
  }
  body[dir="rtl"] .pr-sm-3,
  body[dir="rtl"] .px-sm-3 {
    padding-left: 1rem !important;
  }
  body[dir="rtl"] .pb-sm-3,
  body[dir="rtl"] .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  body[dir="rtl"] .pl-sm-3,
  body[dir="rtl"] .px-sm-3 {
    padding-right: 1rem !important;
  }
  body[dir="rtl"] .p-sm-4 {
    padding: 1.5rem !important;
  }
  body[dir="rtl"] .pt-sm-4,
  body[dir="rtl"] .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  body[dir="rtl"] .pr-sm-4,
  body[dir="rtl"] .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  body[dir="rtl"] .pb-sm-4,
  body[dir="rtl"] .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  body[dir="rtl"] .pl-sm-4,
  body[dir="rtl"] .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  body[dir="rtl"] .p-sm-5 {
    padding: 3rem !important;
  }
  body[dir="rtl"] .pt-sm-5,
  body[dir="rtl"] .py-sm-5 {
    padding-top: 3rem !important;
  }
  body[dir="rtl"] .pr-sm-5,
  body[dir="rtl"] .px-sm-5 {
    padding-left: 3rem !important;
  }
  body[dir="rtl"] .pb-sm-5,
  body[dir="rtl"] .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  body[dir="rtl"] .pl-sm-5,
  body[dir="rtl"] .px-sm-5 {
    padding-right: 3rem !important;
  }
  body[dir="rtl"] .m-sm-n1 {
    margin: -0.25rem !important;
  }
  body[dir="rtl"] .mt-sm-n1,
  body[dir="rtl"] .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  body[dir="rtl"] .mr-sm-n1,
  body[dir="rtl"] .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  body[dir="rtl"] .mb-sm-n1,
  body[dir="rtl"] .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  body[dir="rtl"] .ml-sm-n1,
  body[dir="rtl"] .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  body[dir="rtl"] .m-sm-n2 {
    margin: -0.5rem !important;
  }
  body[dir="rtl"] .mt-sm-n2,
  body[dir="rtl"] .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  body[dir="rtl"] .mr-sm-n2,
  body[dir="rtl"] .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  body[dir="rtl"] .mb-sm-n2,
  body[dir="rtl"] .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  body[dir="rtl"] .ml-sm-n2,
  body[dir="rtl"] .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  body[dir="rtl"] .m-sm-n3 {
    margin: -1rem !important;
  }
  body[dir="rtl"] .mt-sm-n3,
  body[dir="rtl"] .my-sm-n3 {
    margin-top: -1rem !important;
  }
  body[dir="rtl"] .mr-sm-n3,
  body[dir="rtl"] .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  body[dir="rtl"] .mb-sm-n3,
  body[dir="rtl"] .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  body[dir="rtl"] .ml-sm-n3,
  body[dir="rtl"] .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  body[dir="rtl"] .m-sm-n4 {
    margin: -1.5rem !important;
  }
  body[dir="rtl"] .mt-sm-n4,
  body[dir="rtl"] .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  body[dir="rtl"] .mr-sm-n4,
  body[dir="rtl"] .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  body[dir="rtl"] .mb-sm-n4,
  body[dir="rtl"] .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  body[dir="rtl"] .ml-sm-n4,
  body[dir="rtl"] .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  body[dir="rtl"] .m-sm-n5 {
    margin: -3rem !important;
  }
  body[dir="rtl"] .mt-sm-n5,
  body[dir="rtl"] .my-sm-n5 {
    margin-top: -3rem !important;
  }
  body[dir="rtl"] .mr-sm-n5,
  body[dir="rtl"] .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  body[dir="rtl"] .mb-sm-n5,
  body[dir="rtl"] .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  body[dir="rtl"] .ml-sm-n5,
  body[dir="rtl"] .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  body[dir="rtl"] .m-sm-auto {
    margin: auto !important;
  }
  body[dir="rtl"] .mt-sm-auto,
  body[dir="rtl"] .my-sm-auto {
    margin-top: auto !important;
  }
  body[dir="rtl"] .mr-sm-auto,
  body[dir="rtl"] .mx-sm-auto {
    margin-right: auto !important;
  }
  body[dir="rtl"] .mb-sm-auto,
  body[dir="rtl"] .my-sm-auto {
    margin-bottom: auto !important;
  }
  body[dir="rtl"] .ml-sm-auto,
  body[dir="rtl"] .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  body[dir="rtl"] .m-md-0 {
    margin: 0 !important;
  }
  body[dir="rtl"] .mt-md-0,
  body[dir="rtl"] .my-md-0 {
    margin-top: 0 !important;
  }
  body[dir="rtl"] .mr-md-0,
  body[dir="rtl"] .mx-md-0 {
    margin-left: 0 !important;
  }
  body[dir="rtl"] .mb-md-0,
  body[dir="rtl"] .my-md-0 {
    margin-bottom: 0 !important;
  }
  body[dir="rtl"] .ml-md-0,
  body[dir="rtl"] .mx-md-0 {
    margin-right: 0 !important;
  }
  body[dir="rtl"] .m-md-1 {
    margin: 0.25rem !important;
  }
  body[dir="rtl"] .mt-md-1,
  body[dir="rtl"] .my-md-1 {
    margin-top: 0.25rem !important;
  }
  body[dir="rtl"] .mr-md-1,
  body[dir="rtl"] .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  body[dir="rtl"] .mb-md-1,
  body[dir="rtl"] .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  body[dir="rtl"] .ml-md-1,
  body[dir="rtl"] .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  body[dir="rtl"] .m-md-2 {
    margin: 0.5rem !important;
  }
  body[dir="rtl"] .mt-md-2,
  body[dir="rtl"] .my-md-2 {
    margin-top: 0.5rem !important;
  }
  body[dir="rtl"] .mr-md-2,
  body[dir="rtl"] .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  body[dir="rtl"] .mb-md-2,
  body[dir="rtl"] .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  body[dir="rtl"] .ml-md-2,
  body[dir="rtl"] .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  body[dir="rtl"] .m-md-3 {
    margin: 1rem !important;
  }
  body[dir="rtl"] .mt-md-3,
  body[dir="rtl"] .my-md-3 {
    margin-top: 1rem !important;
  }
  body[dir="rtl"] .mr-md-3,
  body[dir="rtl"] .mx-md-3 {
    margin-left: 1rem !important;
  }
  body[dir="rtl"] .mb-md-3,
  body[dir="rtl"] .my-md-3 {
    margin-bottom: 1rem !important;
  }
  body[dir="rtl"] .ml-md-3,
  body[dir="rtl"] .mx-md-3 {
    margin-right: 1rem !important;
  }
  body[dir="rtl"] .m-md-4 {
    margin: 1.5rem !important;
  }
  body[dir="rtl"] .mt-md-4,
  body[dir="rtl"] .my-md-4 {
    margin-top: 1.5rem !important;
  }
  body[dir="rtl"] .mr-md-4,
  body[dir="rtl"] .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  body[dir="rtl"] .mb-md-4,
  body[dir="rtl"] .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  body[dir="rtl"] .ml-md-4,
  body[dir="rtl"] .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  body[dir="rtl"] .m-md-5 {
    margin: 3rem !important;
  }
  body[dir="rtl"] .mt-md-5,
  body[dir="rtl"] .my-md-5 {
    margin-top: 3rem !important;
  }
  body[dir="rtl"] .mr-md-5,
  body[dir="rtl"] .mx-md-5 {
    margin-left: 3rem !important;
  }
  body[dir="rtl"] .mb-md-5,
  body[dir="rtl"] .my-md-5 {
    margin-bottom: 3rem !important;
  }
  body[dir="rtl"] .ml-md-5,
  body[dir="rtl"] .mx-md-5 {
    margin-right: 3rem !important;
  }
  body[dir="rtl"] .p-md-0 {
    padding: 0 !important;
  }
  body[dir="rtl"] .pt-md-0,
  body[dir="rtl"] .py-md-0 {
    padding-top: 0 !important;
  }
  body[dir="rtl"] .pr-md-0,
  body[dir="rtl"] .px-md-0 {
    padding-left: 0 !important;
  }
  body[dir="rtl"] .pb-md-0,
  body[dir="rtl"] .py-md-0 {
    padding-bottom: 0 !important;
  }
  body[dir="rtl"] .pl-md-0,
  body[dir="rtl"] .px-md-0 {
    padding-right: 0 !important;
  }
  body[dir="rtl"] .p-md-1 {
    padding: 0.25rem !important;
  }
  body[dir="rtl"] .pt-md-1,
  body[dir="rtl"] .py-md-1 {
    padding-top: 0.25rem !important;
  }
  body[dir="rtl"] .pr-md-1,
  body[dir="rtl"] .px-md-1 {
    padding-left: 0.25rem !important;
  }
  body[dir="rtl"] .pb-md-1,
  body[dir="rtl"] .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  body[dir="rtl"] .pl-md-1,
  body[dir="rtl"] .px-md-1 {
    padding-right: 0.25rem !important;
  }
  body[dir="rtl"] .p-md-2 {
    padding: 0.5rem !important;
  }
  body[dir="rtl"] .pt-md-2,
  body[dir="rtl"] .py-md-2 {
    padding-top: 0.5rem !important;
  }
  body[dir="rtl"] .pr-md-2,
  body[dir="rtl"] .px-md-2 {
    padding-left: 0.5rem !important;
  }
  body[dir="rtl"] .pb-md-2,
  body[dir="rtl"] .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  body[dir="rtl"] .pl-md-2,
  body[dir="rtl"] .px-md-2 {
    padding-right: 0.5rem !important;
  }
  body[dir="rtl"] .p-md-3 {
    padding: 1rem !important;
  }
  body[dir="rtl"] .pt-md-3,
  body[dir="rtl"] .py-md-3 {
    padding-top: 1rem !important;
  }
  body[dir="rtl"] .pr-md-3,
  body[dir="rtl"] .px-md-3 {
    padding-left: 1rem !important;
  }
  body[dir="rtl"] .pb-md-3,
  body[dir="rtl"] .py-md-3 {
    padding-bottom: 1rem !important;
  }
  body[dir="rtl"] .pl-md-3,
  body[dir="rtl"] .px-md-3 {
    padding-right: 1rem !important;
  }
  body[dir="rtl"] .p-md-4 {
    padding: 1.5rem !important;
  }
  body[dir="rtl"] .pt-md-4,
  body[dir="rtl"] .py-md-4 {
    padding-top: 1.5rem !important;
  }
  body[dir="rtl"] .pr-md-4,
  body[dir="rtl"] .px-md-4 {
    padding-left: 1.5rem !important;
  }
  body[dir="rtl"] .pb-md-4,
  body[dir="rtl"] .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  body[dir="rtl"] .pl-md-4,
  body[dir="rtl"] .px-md-4 {
    padding-right: 1.5rem !important;
  }
  body[dir="rtl"] .p-md-5 {
    padding: 3rem !important;
  }
  body[dir="rtl"] .pt-md-5,
  body[dir="rtl"] .py-md-5 {
    padding-top: 3rem !important;
  }
  body[dir="rtl"] .pr-md-5,
  body[dir="rtl"] .px-md-5 {
    padding-left: 3rem !important;
  }
  body[dir="rtl"] .pb-md-5,
  body[dir="rtl"] .py-md-5 {
    padding-bottom: 3rem !important;
  }
  body[dir="rtl"] .pl-md-5,
  body[dir="rtl"] .px-md-5 {
    padding-right: 3rem !important;
  }
  body[dir="rtl"] .m-md-n1 {
    margin: -0.25rem !important;
  }
  body[dir="rtl"] .mt-md-n1,
  body[dir="rtl"] .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  body[dir="rtl"] .mr-md-n1,
  body[dir="rtl"] .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  body[dir="rtl"] .mb-md-n1,
  body[dir="rtl"] .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  body[dir="rtl"] .ml-md-n1,
  body[dir="rtl"] .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  body[dir="rtl"] .m-md-n2 {
    margin: -0.5rem !important;
  }
  body[dir="rtl"] .mt-md-n2,
  body[dir="rtl"] .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  body[dir="rtl"] .mr-md-n2,
  body[dir="rtl"] .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  body[dir="rtl"] .mb-md-n2,
  body[dir="rtl"] .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  body[dir="rtl"] .ml-md-n2,
  body[dir="rtl"] .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  body[dir="rtl"] .m-md-n3 {
    margin: -1rem !important;
  }
  body[dir="rtl"] .mt-md-n3,
  body[dir="rtl"] .my-md-n3 {
    margin-top: -1rem !important;
  }
  body[dir="rtl"] .mr-md-n3,
  body[dir="rtl"] .mx-md-n3 {
    margin-left: -1rem !important;
  }
  body[dir="rtl"] .mb-md-n3,
  body[dir="rtl"] .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  body[dir="rtl"] .ml-md-n3,
  body[dir="rtl"] .mx-md-n3 {
    margin-right: -1rem !important;
  }
  body[dir="rtl"] .m-md-n4 {
    margin: -1.5rem !important;
  }
  body[dir="rtl"] .mt-md-n4,
  body[dir="rtl"] .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  body[dir="rtl"] .mr-md-n4,
  body[dir="rtl"] .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  body[dir="rtl"] .mb-md-n4,
  body[dir="rtl"] .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  body[dir="rtl"] .ml-md-n4,
  body[dir="rtl"] .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  body[dir="rtl"] .m-md-n5 {
    margin: -3rem !important;
  }
  body[dir="rtl"] .mt-md-n5,
  body[dir="rtl"] .my-md-n5 {
    margin-top: -3rem !important;
  }
  body[dir="rtl"] .mr-md-n5,
  body[dir="rtl"] .mx-md-n5 {
    margin-left: -3rem !important;
  }
  body[dir="rtl"] .mb-md-n5,
  body[dir="rtl"] .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  body[dir="rtl"] .ml-md-n5,
  body[dir="rtl"] .mx-md-n5 {
    margin-right: -3rem !important;
  }
  body[dir="rtl"] .m-md-auto {
    margin: auto !important;
  }
  body[dir="rtl"] .mt-md-auto,
  body[dir="rtl"] .my-md-auto {
    margin-top: auto !important;
  }
  body[dir="rtl"] .mr-md-auto,
  body[dir="rtl"] .mx-md-auto {
    margin-right: auto !important;
  }
  body[dir="rtl"] .mb-md-auto,
  body[dir="rtl"] .my-md-auto {
    margin-bottom: auto !important;
  }
  body[dir="rtl"] .ml-md-auto,
  body[dir="rtl"] .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  body[dir="rtl"] .m-lg-0 {
    margin: 0 !important;
  }
  body[dir="rtl"] .mt-lg-0,
  body[dir="rtl"] .my-lg-0 {
    margin-top: 0 !important;
  }
  body[dir="rtl"] .mr-lg-0,
  body[dir="rtl"] .mx-lg-0 {
    margin-left: 0 !important;
  }
  body[dir="rtl"] .mb-lg-0,
  body[dir="rtl"] .my-lg-0 {
    margin-bottom: 0 !important;
  }
  body[dir="rtl"] .ml-lg-0,
  body[dir="rtl"] .mx-lg-0 {
    margin-right: 0 !important;
  }
  body[dir="rtl"] .m-lg-1 {
    margin: 0.25rem !important;
  }
  body[dir="rtl"] .mt-lg-1,
  body[dir="rtl"] .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  body[dir="rtl"] .mr-lg-1,
  body[dir="rtl"] .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  body[dir="rtl"] .mb-lg-1,
  body[dir="rtl"] .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  body[dir="rtl"] .ml-lg-1,
  body[dir="rtl"] .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  body[dir="rtl"] .m-lg-2 {
    margin: 0.5rem !important;
  }
  body[dir="rtl"] .mt-lg-2,
  body[dir="rtl"] .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  body[dir="rtl"] .mr-lg-2,
  body[dir="rtl"] .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  body[dir="rtl"] .mb-lg-2,
  body[dir="rtl"] .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  body[dir="rtl"] .ml-lg-2,
  body[dir="rtl"] .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  body[dir="rtl"] .m-lg-3 {
    margin: 1rem !important;
  }
  body[dir="rtl"] .mt-lg-3,
  body[dir="rtl"] .my-lg-3 {
    margin-top: 1rem !important;
  }
  body[dir="rtl"] .mr-lg-3,
  body[dir="rtl"] .mx-lg-3 {
    margin-left: 1rem !important;
  }
  body[dir="rtl"] .mb-lg-3,
  body[dir="rtl"] .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  body[dir="rtl"] .ml-lg-3,
  body[dir="rtl"] .mx-lg-3 {
    margin-right: 1rem !important;
  }
  body[dir="rtl"] .m-lg-4 {
    margin: 1.5rem !important;
  }
  body[dir="rtl"] .mt-lg-4,
  body[dir="rtl"] .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  body[dir="rtl"] .mr-lg-4,
  body[dir="rtl"] .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  body[dir="rtl"] .mb-lg-4,
  body[dir="rtl"] .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  body[dir="rtl"] .ml-lg-4,
  body[dir="rtl"] .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  body[dir="rtl"] .m-lg-5 {
    margin: 3rem !important;
  }
  body[dir="rtl"] .mt-lg-5,
  body[dir="rtl"] .my-lg-5 {
    margin-top: 3rem !important;
  }
  body[dir="rtl"] .mr-lg-5,
  body[dir="rtl"] .mx-lg-5 {
    margin-left: 3rem !important;
  }
  body[dir="rtl"] .mb-lg-5,
  body[dir="rtl"] .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  body[dir="rtl"] .ml-lg-5,
  body[dir="rtl"] .mx-lg-5 {
    margin-right: 3rem !important;
  }
  body[dir="rtl"] .p-lg-0 {
    padding: 0 !important;
  }
  body[dir="rtl"] .pt-lg-0,
  body[dir="rtl"] .py-lg-0 {
    padding-top: 0 !important;
  }
  body[dir="rtl"] .pr-lg-0,
  body[dir="rtl"] .px-lg-0 {
    padding-left: 0 !important;
  }
  body[dir="rtl"] .pb-lg-0,
  body[dir="rtl"] .py-lg-0 {
    padding-bottom: 0 !important;
  }
  body[dir="rtl"] .pl-lg-0,
  body[dir="rtl"] .px-lg-0 {
    padding-right: 0 !important;
  }
  body[dir="rtl"] .p-lg-1 {
    padding: 0.25rem !important;
  }
  body[dir="rtl"] .pt-lg-1,
  body[dir="rtl"] .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  body[dir="rtl"] .pr-lg-1,
  body[dir="rtl"] .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  body[dir="rtl"] .pb-lg-1,
  body[dir="rtl"] .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  body[dir="rtl"] .pl-lg-1,
  body[dir="rtl"] .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  body[dir="rtl"] .p-lg-2 {
    padding: 0.5rem !important;
  }
  body[dir="rtl"] .pt-lg-2,
  body[dir="rtl"] .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  body[dir="rtl"] .pr-lg-2,
  body[dir="rtl"] .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  body[dir="rtl"] .pb-lg-2,
  body[dir="rtl"] .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  body[dir="rtl"] .pl-lg-2,
  body[dir="rtl"] .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  body[dir="rtl"] .p-lg-3 {
    padding: 1rem !important;
  }
  body[dir="rtl"] .pt-lg-3,
  body[dir="rtl"] .py-lg-3 {
    padding-top: 1rem !important;
  }
  body[dir="rtl"] .pr-lg-3,
  body[dir="rtl"] .px-lg-3 {
    padding-left: 1rem !important;
  }
  body[dir="rtl"] .pb-lg-3,
  body[dir="rtl"] .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  body[dir="rtl"] .pl-lg-3,
  body[dir="rtl"] .px-lg-3 {
    padding-right: 1rem !important;
  }
  body[dir="rtl"] .p-lg-4 {
    padding: 1.5rem !important;
  }
  body[dir="rtl"] .pt-lg-4,
  body[dir="rtl"] .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  body[dir="rtl"] .pr-lg-4,
  body[dir="rtl"] .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  body[dir="rtl"] .pb-lg-4,
  body[dir="rtl"] .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  body[dir="rtl"] .pl-lg-4,
  body[dir="rtl"] .px-lg-4 {
    padding-right: 0rem !important;
  }
  body[dir="rtl"] .p-lg-5 {
    padding: 3rem !important;
  }
  body[dir="rtl"] .pt-lg-5,
  body[dir="rtl"] .py-lg-5 {
    padding-top: 3rem !important;
  }
  body[dir="rtl"] .pr-lg-5,
  body[dir="rtl"] .px-lg-5 {
    padding-left: 3rem !important;
  }
  body[dir="rtl"] .pb-lg-5,
  body[dir="rtl"] .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  body[dir="rtl"] .pl-lg-5,
  body[dir="rtl"] .px-lg-5 {
    padding-right: 3rem !important;
  }
  body[dir="rtl"] .m-lg-n1 {
    margin: -0.25rem !important;
  }
  body[dir="rtl"] .mt-lg-n1,
  body[dir="rtl"] .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  body[dir="rtl"] .mr-lg-n1,
  body[dir="rtl"] .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  body[dir="rtl"] .mb-lg-n1,
  body[dir="rtl"] .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  body[dir="rtl"] .ml-lg-n1,
  body[dir="rtl"] .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  body[dir="rtl"] .m-lg-n2 {
    margin: -0.5rem !important;
  }
  body[dir="rtl"] .mt-lg-n2,
  body[dir="rtl"] .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  body[dir="rtl"] .mr-lg-n2,
  body[dir="rtl"] .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  body[dir="rtl"] .mb-lg-n2,
  body[dir="rtl"] .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  body[dir="rtl"] .ml-lg-n2,
  body[dir="rtl"] .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  body[dir="rtl"] .m-lg-n3 {
    margin: -1rem !important;
  }
  body[dir="rtl"] .mt-lg-n3,
  body[dir="rtl"] .my-lg-n3 {
    margin-top: -1rem !important;
  }
  body[dir="rtl"] .mr-lg-n3,
  body[dir="rtl"] .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  body[dir="rtl"] .mb-lg-n3,
  body[dir="rtl"] .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  body[dir="rtl"] .ml-lg-n3,
  body[dir="rtl"] .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  body[dir="rtl"] .m-lg-n4 {
    margin: -1.5rem !important;
  }
  body[dir="rtl"] .mt-lg-n4,
  body[dir="rtl"] .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  body[dir="rtl"] .mr-lg-n4,
  body[dir="rtl"] .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  body[dir="rtl"] .mb-lg-n4,
  body[dir="rtl"] .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  body[dir="rtl"] .ml-lg-n4,
  body[dir="rtl"] .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  body[dir="rtl"] .m-lg-n5 {
    margin: -3rem !important;
  }
  body[dir="rtl"] .mt-lg-n5,
  body[dir="rtl"] .my-lg-n5 {
    margin-top: -3rem !important;
  }
  body[dir="rtl"] .mr-lg-n5,
  body[dir="rtl"] .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  body[dir="rtl"] .mb-lg-n5,
  body[dir="rtl"] .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  body[dir="rtl"] .ml-lg-n5,
  body[dir="rtl"] .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  body[dir="rtl"] .m-lg-auto {
    margin: auto !important;
  }
  body[dir="rtl"] .mt-lg-auto,
  body[dir="rtl"] .my-lg-auto {
    margin-top: auto !important;
  }
  body[dir="rtl"] .mr-lg-auto,
  body[dir="rtl"] .mx-lg-auto {
    margin-right: auto !important;
  }
  body[dir="rtl"] .mb-lg-auto,
  body[dir="rtl"] .my-lg-auto {
    margin-bottom: auto !important;
  }
  body[dir="rtl"] .ml-lg-auto,
  body[dir="rtl"] .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  body[dir="rtl"] .m-ipadL-0 {
    margin: 0 !important;
  }
  body[dir="rtl"] .mt-ipadL-0,
  body[dir="rtl"] .my-ipadL-0 {
    margin-top: 0 !important;
  }
  body[dir="rtl"] .mr-ipadL-0,
  body[dir="rtl"] .mx-ipadL-0 {
    margin-left: 0 !important;
  }
  body[dir="rtl"] .mb-ipadL-0,
  body[dir="rtl"] .my-ipadL-0 {
    margin-bottom: 0 !important;
  }
  body[dir="rtl"] .ml-ipadL-0,
  body[dir="rtl"] .mx-ipadL-0 {
    margin-right: 0 !important;
  }
  body[dir="rtl"] .m-ipadL-1 {
    margin: 0.25rem !important;
  }
  body[dir="rtl"] .mt-ipadL-1,
  body[dir="rtl"] .my-ipadL-1 {
    margin-top: 0.25rem !important;
  }
  body[dir="rtl"] .mr-ipadL-1,
  body[dir="rtl"] .mx-ipadL-1 {
    margin-left: 0.25rem !important;
  }
  body[dir="rtl"] .mb-ipadL-1,
  body[dir="rtl"] .my-ipadL-1 {
    margin-bottom: 0.25rem !important;
  }
  body[dir="rtl"] .ml-ipadL-1,
  body[dir="rtl"] .mx-ipadL-1 {
    margin-right: 0.25rem !important;
  }
  body[dir="rtl"] .m-ipadL-2 {
    margin: 0.5rem !important;
  }
  body[dir="rtl"] .mt-ipadL-2,
  body[dir="rtl"] .my-ipadL-2 {
    margin-top: 0.5rem !important;
  }
  body[dir="rtl"] .mr-ipadL-2,
  body[dir="rtl"] .mx-ipadL-2 {
    margin-left: 0.5rem !important;
  }
  body[dir="rtl"] .mb-ipadL-2,
  body[dir="rtl"] .my-ipadL-2 {
    margin-bottom: 0.5rem !important;
  }
  body[dir="rtl"] .ml-ipadL-2,
  body[dir="rtl"] .mx-ipadL-2 {
    margin-right: 0.5rem !important;
  }
  body[dir="rtl"] .m-ipadL-3 {
    margin: 1rem !important;
  }
  body[dir="rtl"] .mt-ipadL-3,
  body[dir="rtl"] .my-ipadL-3 {
    margin-top: 1rem !important;
  }
  body[dir="rtl"] .mr-ipadL-3,
  body[dir="rtl"] .mx-ipadL-3 {
    margin-left: 1rem !important;
  }
  body[dir="rtl"] .mb-ipadL-3,
  body[dir="rtl"] .my-ipadL-3 {
    margin-bottom: 1rem !important;
  }
  body[dir="rtl"] .ml-ipadL-3,
  body[dir="rtl"] .mx-ipadL-3 {
    margin-right: 1rem !important;
  }
  body[dir="rtl"] .m-ipadL-4 {
    margin: 1.5rem !important;
  }
  body[dir="rtl"] .mt-ipadL-4,
  body[dir="rtl"] .my-ipadL-4 {
    margin-top: 1.5rem !important;
  }
  body[dir="rtl"] .mr-ipadL-4,
  body[dir="rtl"] .mx-ipadL-4 {
    margin-left: 1.5rem !important;
  }
  body[dir="rtl"] .mb-ipadL-4,
  body[dir="rtl"] .my-ipadL-4 {
    margin-bottom: 1.5rem !important;
  }
  body[dir="rtl"] .ml-ipadL-4,
  body[dir="rtl"] .mx-ipadL-4 {
    margin-right: 1.5rem !important;
  }
  body[dir="rtl"] .m-ipadL-5 {
    margin: 3rem !important;
  }
  body[dir="rtl"] .mt-ipadL-5,
  body[dir="rtl"] .my-ipadL-5 {
    margin-top: 3rem !important;
  }
  body[dir="rtl"] .mr-ipadL-5,
  body[dir="rtl"] .mx-ipadL-5 {
    margin-left: 3rem !important;
  }
  body[dir="rtl"] .mb-ipadL-5,
  body[dir="rtl"] .my-ipadL-5 {
    margin-bottom: 3rem !important;
  }
  body[dir="rtl"] .ml-ipadL-5,
  body[dir="rtl"] .mx-ipadL-5 {
    margin-right: 3rem !important;
  }
  body[dir="rtl"] .p-ipadL-0 {
    padding: 0 !important;
  }
  body[dir="rtl"] .pt-ipadL-0,
  body[dir="rtl"] .py-ipadL-0 {
    padding-top: 0 !important;
  }
  body[dir="rtl"] .pr-ipadL-0,
  body[dir="rtl"] .px-ipadL-0 {
    padding-left: 0 !important;
  }
  body[dir="rtl"] .pb-ipadL-0,
  body[dir="rtl"] .py-ipadL-0 {
    padding-bottom: 0 !important;
  }
  body[dir="rtl"] .pl-ipadL-0,
  body[dir="rtl"] .px-ipadL-0 {
    padding-right: 0 !important;
  }
  body[dir="rtl"] .p-ipadL-1 {
    padding: 0.25rem !important;
  }
  body[dir="rtl"] .pt-ipadL-1,
  body[dir="rtl"] .py-ipadL-1 {
    padding-top: 0.25rem !important;
  }
  body[dir="rtl"] .pr-ipadL-1,
  body[dir="rtl"] .px-ipadL-1 {
    padding-left: 0.25rem !important;
  }
  body[dir="rtl"] .pb-ipadL-1,
  body[dir="rtl"] .py-ipadL-1 {
    padding-bottom: 0.25rem !important;
  }
  body[dir="rtl"] .pl-ipadL-1,
  body[dir="rtl"] .px-ipadL-1 {
    padding-right: 0.25rem !important;
  }
  body[dir="rtl"] .p-ipadL-2 {
    padding: 0.5rem !important;
  }
  body[dir="rtl"] .pt-ipadL-2,
  body[dir="rtl"] .py-ipadL-2 {
    padding-top: 0.5rem !important;
  }
  body[dir="rtl"] .pr-ipadL-2,
  body[dir="rtl"] .px-ipadL-2 {
    padding-left: 0.5rem !important;
  }
  body[dir="rtl"] .pb-ipadL-2,
  body[dir="rtl"] .py-ipadL-2 {
    padding-bottom: 0.5rem !important;
  }
  body[dir="rtl"] .pl-ipadL-2,
  body[dir="rtl"] .px-ipadL-2 {
    padding-right: 0.5rem !important;
  }
  body[dir="rtl"] .p-ipadL-3 {
    padding: 1rem !important;
  }
  body[dir="rtl"] .pt-ipadL-3,
  body[dir="rtl"] .py-ipadL-3 {
    padding-top: 1rem !important;
  }
  body[dir="rtl"] .pr-ipadL-3,
  body[dir="rtl"] .px-ipadL-3 {
    padding-left: 1rem !important;
  }
  body[dir="rtl"] .pb-ipadL-3,
  body[dir="rtl"] .py-ipadL-3 {
    padding-bottom: 1rem !important;
  }
  body[dir="rtl"] .pl-ipadL-3,
  body[dir="rtl"] .px-ipadL-3 {
    padding-right: 1rem !important;
  }
  body[dir="rtl"] .p-ipadL-4 {
    padding: 1.5rem !important;
  }
  body[dir="rtl"] .pt-ipadL-4,
  body[dir="rtl"] .py-ipadL-4 {
    padding-top: 1.5rem !important;
  }
  body[dir="rtl"] .pr-ipadL-4,
  body[dir="rtl"] .px-ipadL-4 {
    padding-left: 1.5rem !important;
  }
  body[dir="rtl"] .pb-ipadL-4,
  body[dir="rtl"] .py-ipadL-4 {
    padding-bottom: 1.5rem !important;
  }
  body[dir="rtl"] .pl-ipadL-4,
  body[dir="rtl"] .px-ipadL-4 {
    padding-right: 1.5rem !important;
  }
  body[dir="rtl"] .p-ipadL-5 {
    padding: 3rem !important;
  }
  body[dir="rtl"] .pt-ipadL-5,
  body[dir="rtl"] .py-ipadL-5 {
    padding-top: 3rem !important;
  }
  body[dir="rtl"] .pr-ipadL-5,
  body[dir="rtl"] .px-ipadL-5 {
    padding-left: 3rem !important;
  }
  body[dir="rtl"] .pb-ipadL-5,
  body[dir="rtl"] .py-ipadL-5 {
    padding-bottom: 3rem !important;
  }
  body[dir="rtl"] .pl-ipadL-5,
  body[dir="rtl"] .px-ipadL-5 {
    padding-right: 3rem !important;
  }
  body[dir="rtl"] .m-ipadL-n1 {
    margin: -0.25rem !important;
  }
  body[dir="rtl"] .mt-ipadL-n1,
  body[dir="rtl"] .my-ipadL-n1 {
    margin-top: -0.25rem !important;
  }
  body[dir="rtl"] .mr-ipadL-n1,
  body[dir="rtl"] .mx-ipadL-n1 {
    margin-left: -0.25rem !important;
  }
  body[dir="rtl"] .mb-ipadL-n1,
  body[dir="rtl"] .my-ipadL-n1 {
    margin-bottom: -0.25rem !important;
  }
  body[dir="rtl"] .ml-ipadL-n1,
  body[dir="rtl"] .mx-ipadL-n1 {
    margin-right: -0.25rem !important;
  }
  body[dir="rtl"] .m-ipadL-n2 {
    margin: -0.5rem !important;
  }
  body[dir="rtl"] .mt-ipadL-n2,
  body[dir="rtl"] .my-ipadL-n2 {
    margin-top: -0.5rem !important;
  }
  body[dir="rtl"] .mr-ipadL-n2,
  body[dir="rtl"] .mx-ipadL-n2 {
    margin-left: -0.5rem !important;
  }
  body[dir="rtl"] .mb-ipadL-n2,
  body[dir="rtl"] .my-ipadL-n2 {
    margin-bottom: -0.5rem !important;
  }
  body[dir="rtl"] .ml-ipadL-n2,
  body[dir="rtl"] .mx-ipadL-n2 {
    margin-right: -0.5rem !important;
  }
  body[dir="rtl"] .m-ipadL-n3 {
    margin: -1rem !important;
  }
  body[dir="rtl"] .mt-ipadL-n3,
  body[dir="rtl"] .my-ipadL-n3 {
    margin-top: -1rem !important;
  }
  body[dir="rtl"] .mr-ipadL-n3,
  body[dir="rtl"] .mx-ipadL-n3 {
    margin-left: -1rem !important;
  }
  body[dir="rtl"] .mb-ipadL-n3,
  body[dir="rtl"] .my-ipadL-n3 {
    margin-bottom: -1rem !important;
  }
  body[dir="rtl"] .ml-ipadL-n3,
  body[dir="rtl"] .mx-ipadL-n3 {
    margin-right: -1rem !important;
  }
  body[dir="rtl"] .m-ipadL-n4 {
    margin: -1.5rem !important;
  }
  body[dir="rtl"] .mt-ipadL-n4,
  body[dir="rtl"] .my-ipadL-n4 {
    margin-top: -1.5rem !important;
  }
  body[dir="rtl"] .mr-ipadL-n4,
  body[dir="rtl"] .mx-ipadL-n4 {
    margin-left: -1.5rem !important;
  }
  body[dir="rtl"] .mb-ipadL-n4,
  body[dir="rtl"] .my-ipadL-n4 {
    margin-bottom: -1.5rem !important;
  }
  body[dir="rtl"] .ml-ipadL-n4,
  body[dir="rtl"] .mx-ipadL-n4 {
    margin-right: -1.5rem !important;
  }
  body[dir="rtl"] .m-ipadL-n5 {
    margin: -3rem !important;
  }
  body[dir="rtl"] .mt-ipadL-n5,
  body[dir="rtl"] .my-ipadL-n5 {
    margin-top: -3rem !important;
  }
  body[dir="rtl"] .mr-ipadL-n5,
  body[dir="rtl"] .mx-ipadL-n5 {
    margin-left: -3rem !important;
  }
  body[dir="rtl"] .mb-ipadL-n5,
  body[dir="rtl"] .my-ipadL-n5 {
    margin-bottom: -3rem !important;
  }
  body[dir="rtl"] .ml-ipadL-n5,
  body[dir="rtl"] .mx-ipadL-n5 {
    margin-right: -3rem !important;
  }
  body[dir="rtl"] .m-ipadL-auto {
    margin: auto !important;
  }
  body[dir="rtl"] .mt-ipadL-auto,
  body[dir="rtl"] .my-ipadL-auto {
    margin-top: auto !important;
  }
  body[dir="rtl"] .mr-ipadL-auto,
  body[dir="rtl"] .mx-ipadL-auto {
    margin-right: auto !important;
  }
  body[dir="rtl"] .mb-ipadL-auto,
  body[dir="rtl"] .my-ipadL-auto {
    margin-bottom: auto !important;
  }
  body[dir="rtl"] .ml-ipadL-auto,
  body[dir="rtl"] .mx-ipadL-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  body[dir="rtl"] .m-xl-0 {
    margin: 0 !important;
  }
  body[dir="rtl"] .mt-xl-0,
  body[dir="rtl"] .my-xl-0 {
    margin-top: 0 !important;
  }
  body[dir="rtl"] .mr-xl-0,
  body[dir="rtl"] .mx-xl-0 {
    margin-left: 0 !important;
  }
  body[dir="rtl"] .mb-xl-0,
  body[dir="rtl"] .my-xl-0 {
    margin-bottom: 0 !important;
  }
  body[dir="rtl"] .ml-xl-0,
  body[dir="rtl"] .mx-xl-0 {
    margin-right: 0 !important;
  }
  body[dir="rtl"] .m-xl-1 {
    margin: 0.25rem !important;
  }
  body[dir="rtl"] .mt-xl-1,
  body[dir="rtl"] .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  body[dir="rtl"] .mr-xl-1,
  body[dir="rtl"] .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  body[dir="rtl"] .mb-xl-1,
  body[dir="rtl"] .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  body[dir="rtl"] .ml-xl-1,
  body[dir="rtl"] .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  body[dir="rtl"] .m-xl-2 {
    margin: 0.5rem !important;
  }
  body[dir="rtl"] .mt-xl-2,
  body[dir="rtl"] .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  body[dir="rtl"] .mr-xl-2,
  body[dir="rtl"] .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  body[dir="rtl"] .mb-xl-2,
  body[dir="rtl"] .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  body[dir="rtl"] .ml-xl-2,
  body[dir="rtl"] .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  body[dir="rtl"] .m-xl-3 {
    margin: 1rem !important;
  }
  body[dir="rtl"] .mt-xl-3,
  body[dir="rtl"] .my-xl-3 {
    margin-top: 1rem !important;
  }
  body[dir="rtl"] .mr-xl-3,
  body[dir="rtl"] .mx-xl-3 {
    margin-left: 1rem !important;
  }
  body[dir="rtl"] .mb-xl-3,
  body[dir="rtl"] .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  body[dir="rtl"] .ml-xl-3,
  body[dir="rtl"] .mx-xl-3 {
    margin-right: 1rem !important;
  }
  body[dir="rtl"] .m-xl-4 {
    margin: 1.5rem !important;
  }
  body[dir="rtl"] .mt-xl-4,
  body[dir="rtl"] .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  body[dir="rtl"] .mr-xl-4,
  body[dir="rtl"] .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  body[dir="rtl"] .mb-xl-4,
  body[dir="rtl"] .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  body[dir="rtl"] .ml-xl-4,
  body[dir="rtl"] .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  body[dir="rtl"] .m-xl-5 {
    margin: 3rem !important;
  }
  body[dir="rtl"] .mt-xl-5,
  body[dir="rtl"] .my-xl-5 {
    margin-top: 3rem !important;
  }
  body[dir="rtl"] .mr-xl-5,
  body[dir="rtl"] .mx-xl-5 {
    margin-left: 3rem !important;
  }
  body[dir="rtl"] .mb-xl-5,
  body[dir="rtl"] .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  body[dir="rtl"] .ml-xl-5,
  body[dir="rtl"] .mx-xl-5 {
    margin-right: 3rem !important;
  }
  body[dir="rtl"] .p-xl-0 {
    padding: 0 !important;
  }
  body[dir="rtl"] .pt-xl-0,
  body[dir="rtl"] .py-xl-0 {
    padding-top: 0 !important;
  }
  body[dir="rtl"] .pr-xl-0,
  body[dir="rtl"] .px-xl-0 {
    padding-left: 0 !important;
  }
  body[dir="rtl"] .pb-xl-0,
  body[dir="rtl"] .py-xl-0 {
    padding-bottom: 0 !important;
  }
  body[dir="rtl"] .pl-xl-0,
  body[dir="rtl"] .px-xl-0 {
    padding-right: 0 !important;
  }
  body[dir="rtl"] .p-xl-1 {
    padding: 0.25rem !important;
  }
  body[dir="rtl"] .pt-xl-1,
  body[dir="rtl"] .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  body[dir="rtl"] .pr-xl-1,
  body[dir="rtl"] .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  body[dir="rtl"] .pb-xl-1,
  body[dir="rtl"] .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  body[dir="rtl"] .pl-xl-1,
  body[dir="rtl"] .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  body[dir="rtl"] .p-xl-2 {
    padding: 0.5rem !important;
  }
  body[dir="rtl"] .pt-xl-2,
  body[dir="rtl"] .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  body[dir="rtl"] .pr-xl-2,
  body[dir="rtl"] .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  body[dir="rtl"] .pb-xl-2,
  body[dir="rtl"] .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  body[dir="rtl"] .pl-xl-2,
  body[dir="rtl"] .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  body[dir="rtl"] .p-xl-3 {
    padding: 1rem !important;
  }
  body[dir="rtl"] .pt-xl-3,
  body[dir="rtl"] .py-xl-3 {
    padding-top: 1rem !important;
  }
  body[dir="rtl"] .pr-xl-3,
  body[dir="rtl"] .px-xl-3 {
    padding-left: 1rem !important;
  }
  body[dir="rtl"] .pb-xl-3,
  body[dir="rtl"] .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  body[dir="rtl"] .pl-xl-3,
  body[dir="rtl"] .px-xl-3 {
    padding-right: 1rem !important;
  }
  body[dir="rtl"] .p-xl-4 {
    padding: 1.5rem !important;
  }
  body[dir="rtl"] .pt-xl-4,
  body[dir="rtl"] .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  body[dir="rtl"] .pr-xl-4,
  body[dir="rtl"] .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  body[dir="rtl"] .pb-xl-4,
  body[dir="rtl"] .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  body[dir="rtl"] .pl-xl-4,
  body[dir="rtl"] .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  body[dir="rtl"] .p-xl-5 {
    padding: 3rem !important;
  }
  body[dir="rtl"] .pt-xl-5,
  body[dir="rtl"] .py-xl-5 {
    padding-top: 3rem !important;
  }
  body[dir="rtl"] .pr-xl-5,
  body[dir="rtl"] .px-xl-5 {
    padding-left: 3rem !important;
  }
  body[dir="rtl"] .pb-xl-5,
  body[dir="rtl"] .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  body[dir="rtl"] .pl-xl-5,
  body[dir="rtl"] .px-xl-5 {
    padding-right: 3rem !important;
  }
  body[dir="rtl"] .m-xl-n1 {
    margin: -0.25rem !important;
  }
  body[dir="rtl"] .mt-xl-n1,
  body[dir="rtl"] .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  body[dir="rtl"] .mr-xl-n1,
  body[dir="rtl"] .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  body[dir="rtl"] .mb-xl-n1,
  body[dir="rtl"] .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  body[dir="rtl"] .ml-xl-n1,
  body[dir="rtl"] .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  body[dir="rtl"] .m-xl-n2 {
    margin: -0.5rem !important;
  }
  body[dir="rtl"] .mt-xl-n2,
  body[dir="rtl"] .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  body[dir="rtl"] .mr-xl-n2,
  body[dir="rtl"] .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  body[dir="rtl"] .mb-xl-n2,
  body[dir="rtl"] .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  body[dir="rtl"] .ml-xl-n2,
  body[dir="rtl"] .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  body[dir="rtl"] .m-xl-n3 {
    margin: -1rem !important;
  }
  body[dir="rtl"] .mt-xl-n3,
  body[dir="rtl"] .my-xl-n3 {
    margin-top: -1rem !important;
  }
  body[dir="rtl"] .mr-xl-n3,
  body[dir="rtl"] .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  body[dir="rtl"] .mb-xl-n3,
  body[dir="rtl"] .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  body[dir="rtl"] .ml-xl-n3,
  body[dir="rtl"] .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  body[dir="rtl"] .m-xl-n4 {
    margin: -1.5rem !important;
  }
  body[dir="rtl"] .mt-xl-n4,
  body[dir="rtl"] .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  body[dir="rtl"] .mr-xl-n4,
  body[dir="rtl"] .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  body[dir="rtl"] .mb-xl-n4,
  body[dir="rtl"] .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  body[dir="rtl"] .ml-xl-n4,
  body[dir="rtl"] .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  body[dir="rtl"] .m-xl-n5 {
    margin: -3rem !important;
  }
  body[dir="rtl"] .mt-xl-n5,
  body[dir="rtl"] .my-xl-n5 {
    margin-top: -3rem !important;
  }
  body[dir="rtl"] .mr-xl-n5,
  body[dir="rtl"] .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  body[dir="rtl"] .mb-xl-n5,
  body[dir="rtl"] .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  body[dir="rtl"] .ml-xl-n5,
  body[dir="rtl"] .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  body[dir="rtl"] .m-xl-auto {
    margin: auto !important;
  }
  body[dir="rtl"] .mt-xl-auto,
  body[dir="rtl"] .my-xl-auto {
    margin-top: auto !important;
  }
  body[dir="rtl"] .mr-xl-auto,
  body[dir="rtl"] .mx-xl-auto {
    margin-right: auto !important;
  }
  body[dir="rtl"] .mb-xl-auto,
  body[dir="rtl"] .my-xl-auto {
    margin-bottom: auto !important;
  }
  body[dir="rtl"] .ml-xl-auto,
  body[dir="rtl"] .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1232px) {
  body[dir="rtl"] .m-nb-font-lg-0 {
    margin: 0 !important;
  }
  body[dir="rtl"] .mt-nb-font-lg-0,
  body[dir="rtl"] .my-nb-font-lg-0 {
    margin-top: 0 !important;
  }
  body[dir="rtl"] .mr-nb-font-lg-0,
  body[dir="rtl"] .mx-nb-font-lg-0 {
    margin-left: 0 !important;
  }
  body[dir="rtl"] .mb-nb-font-lg-0,
  body[dir="rtl"] .my-nb-font-lg-0 {
    margin-bottom: 0 !important;
  }
  body[dir="rtl"] .ml-nb-font-lg-0,
  body[dir="rtl"] .mx-nb-font-lg-0 {
    margin-right: 0 !important;
  }
  body[dir="rtl"] .m-nb-font-lg-1 {
    margin: 0.25rem !important;
  }
  body[dir="rtl"] .mt-nb-font-lg-1,
  body[dir="rtl"] .my-nb-font-lg-1 {
    margin-top: 0.25rem !important;
  }
  body[dir="rtl"] .mr-nb-font-lg-1,
  body[dir="rtl"] .mx-nb-font-lg-1 {
    margin-left: 0.25rem !important;
  }
  body[dir="rtl"] .mb-nb-font-lg-1,
  body[dir="rtl"] .my-nb-font-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  body[dir="rtl"] .ml-nb-font-lg-1,
  body[dir="rtl"] .mx-nb-font-lg-1 {
    margin-right: 0.25rem !important;
  }
  body[dir="rtl"] .m-nb-font-lg-2 {
    margin: 0.5rem !important;
  }
  body[dir="rtl"] .mt-nb-font-lg-2,
  body[dir="rtl"] .my-nb-font-lg-2 {
    margin-top: 0.5rem !important;
  }
  body[dir="rtl"] .mr-nb-font-lg-2,
  body[dir="rtl"] .mx-nb-font-lg-2 {
    margin-left: 0.5rem !important;
  }
  body[dir="rtl"] .mb-nb-font-lg-2,
  body[dir="rtl"] .my-nb-font-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  body[dir="rtl"] .ml-nb-font-lg-2,
  body[dir="rtl"] .mx-nb-font-lg-2 {
    margin-right: 0.5rem !important;
  }
  body[dir="rtl"] .m-nb-font-lg-3 {
    margin: 1rem !important;
  }
  body[dir="rtl"] .mt-nb-font-lg-3,
  body[dir="rtl"] .my-nb-font-lg-3 {
    margin-top: 1rem !important;
  }
  body[dir="rtl"] .mr-nb-font-lg-3,
  body[dir="rtl"] .mx-nb-font-lg-3 {
    margin-left: 1rem !important;
  }
  body[dir="rtl"] .mb-nb-font-lg-3,
  body[dir="rtl"] .my-nb-font-lg-3 {
    margin-bottom: 1rem !important;
  }
  body[dir="rtl"] .ml-nb-font-lg-3,
  body[dir="rtl"] .mx-nb-font-lg-3 {
    margin-right: 1rem !important;
  }
  body[dir="rtl"] .m-nb-font-lg-4 {
    margin: 1.5rem !important;
  }
  body[dir="rtl"] .mt-nb-font-lg-4,
  body[dir="rtl"] .my-nb-font-lg-4 {
    margin-top: 1.5rem !important;
  }
  body[dir="rtl"] .mr-nb-font-lg-4,
  body[dir="rtl"] .mx-nb-font-lg-4 {
    margin-left: 1.5rem !important;
  }
  body[dir="rtl"] .mb-nb-font-lg-4,
  body[dir="rtl"] .my-nb-font-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  body[dir="rtl"] .ml-nb-font-lg-4,
  body[dir="rtl"] .mx-nb-font-lg-4 {
    margin-right: 1.5rem !important;
  }
  body[dir="rtl"] .m-nb-font-lg-5 {
    margin: 3rem !important;
  }
  body[dir="rtl"] .mt-nb-font-lg-5,
  body[dir="rtl"] .my-nb-font-lg-5 {
    margin-top: 3rem !important;
  }
  body[dir="rtl"] .mr-nb-font-lg-5,
  body[dir="rtl"] .mx-nb-font-lg-5 {
    margin-left: 3rem !important;
  }
  body[dir="rtl"] .mb-nb-font-lg-5,
  body[dir="rtl"] .my-nb-font-lg-5 {
    margin-bottom: 3rem !important;
  }
  body[dir="rtl"] .ml-nb-font-lg-5,
  body[dir="rtl"] .mx-nb-font-lg-5 {
    margin-right: 3rem !important;
  }
  body[dir="rtl"] .p-nb-font-lg-0 {
    padding: 0 !important;
  }
  body[dir="rtl"] .pt-nb-font-lg-0,
  body[dir="rtl"] .py-nb-font-lg-0 {
    padding-top: 0 !important;
  }
  body[dir="rtl"] .pr-nb-font-lg-0,
  body[dir="rtl"] .px-nb-font-lg-0 {
    padding-left: 0 !important;
  }
  body[dir="rtl"] .pb-nb-font-lg-0,
  body[dir="rtl"] .py-nb-font-lg-0 {
    padding-bottom: 0 !important;
  }
  body[dir="rtl"] .pl-nb-font-lg-0,
  body[dir="rtl"] .px-nb-font-lg-0 {
    padding-right: 0 !important;
  }
  body[dir="rtl"] .p-nb-font-lg-1 {
    padding: 0.25rem !important;
  }
  body[dir="rtl"] .pt-nb-font-lg-1,
  body[dir="rtl"] .py-nb-font-lg-1 {
    padding-top: 0.25rem !important;
  }
  body[dir="rtl"] .pr-nb-font-lg-1,
  body[dir="rtl"] .px-nb-font-lg-1 {
    padding-left: 0.25rem !important;
  }
  body[dir="rtl"] .pb-nb-font-lg-1,
  body[dir="rtl"] .py-nb-font-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  body[dir="rtl"] .pl-nb-font-lg-1,
  body[dir="rtl"] .px-nb-font-lg-1 {
    padding-right: 0.25rem !important;
  }
  body[dir="rtl"] .p-nb-font-lg-2 {
    padding: 0.5rem !important;
  }
  body[dir="rtl"] .pt-nb-font-lg-2,
  body[dir="rtl"] .py-nb-font-lg-2 {
    padding-top: 0.5rem !important;
  }
  body[dir="rtl"] .pr-nb-font-lg-2,
  body[dir="rtl"] .px-nb-font-lg-2 {
    padding-left: 0.5rem !important;
  }
  body[dir="rtl"] .pb-nb-font-lg-2,
  body[dir="rtl"] .py-nb-font-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  body[dir="rtl"] .pl-nb-font-lg-2,
  body[dir="rtl"] .px-nb-font-lg-2 {
    padding-right: 0.5rem !important;
  }
  body[dir="rtl"] .p-nb-font-lg-3 {
    padding: 1rem !important;
  }
  body[dir="rtl"] .pt-nb-font-lg-3,
  body[dir="rtl"] .py-nb-font-lg-3 {
    padding-top: 1rem !important;
  }
  body[dir="rtl"] .pr-nb-font-lg-3,
  body[dir="rtl"] .px-nb-font-lg-3 {
    padding-left: 1rem !important;
  }
  body[dir="rtl"] .pb-nb-font-lg-3,
  body[dir="rtl"] .py-nb-font-lg-3 {
    padding-bottom: 1rem !important;
  }
  body[dir="rtl"] .pl-nb-font-lg-3,
  body[dir="rtl"] .px-nb-font-lg-3 {
    padding-right: 1rem !important;
  }
  body[dir="rtl"] .p-nb-font-lg-4 {
    padding: 1.5rem !important;
  }
  body[dir="rtl"] .pt-nb-font-lg-4,
  body[dir="rtl"] .py-nb-font-lg-4 {
    padding-top: 1.5rem !important;
  }
  body[dir="rtl"] .pr-nb-font-lg-4,
  body[dir="rtl"] .px-nb-font-lg-4 {
    padding-left: 1.5rem !important;
  }
  body[dir="rtl"] .pb-nb-font-lg-4,
  body[dir="rtl"] .py-nb-font-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  body[dir="rtl"] .pl-nb-font-lg-4,
  body[dir="rtl"] .px-nb-font-lg-4 {
    padding-right: 1.5rem !important;
  }
  body[dir="rtl"] .p-nb-font-lg-5 {
    padding: 3rem !important;
  }
  body[dir="rtl"] .pt-nb-font-lg-5,
  body[dir="rtl"] .py-nb-font-lg-5 {
    padding-top: 3rem !important;
  }
  body[dir="rtl"] .pr-nb-font-lg-5,
  body[dir="rtl"] .px-nb-font-lg-5 {
    padding-left: 3rem !important;
  }
  body[dir="rtl"] .pb-nb-font-lg-5,
  body[dir="rtl"] .py-nb-font-lg-5 {
    padding-bottom: 3rem !important;
  }
  body[dir="rtl"] .pl-nb-font-lg-5,
  body[dir="rtl"] .px-nb-font-lg-5 {
    padding-right: 3rem !important;
  }
  body[dir="rtl"] .m-nb-font-lg-n1 {
    margin: -0.25rem !important;
  }
  body[dir="rtl"] .mt-nb-font-lg-n1,
  body[dir="rtl"] .my-nb-font-lg-n1 {
    margin-top: -0.25rem !important;
  }
  body[dir="rtl"] .mr-nb-font-lg-n1,
  body[dir="rtl"] .mx-nb-font-lg-n1 {
    margin-left: -0.25rem !important;
  }
  body[dir="rtl"] .mb-nb-font-lg-n1,
  body[dir="rtl"] .my-nb-font-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  body[dir="rtl"] .ml-nb-font-lg-n1,
  body[dir="rtl"] .mx-nb-font-lg-n1 {
    margin-right: -0.25rem !important;
  }
  body[dir="rtl"] .m-nb-font-lg-n2 {
    margin: -0.5rem !important;
  }
  body[dir="rtl"] .mt-nb-font-lg-n2,
  body[dir="rtl"] .my-nb-font-lg-n2 {
    margin-top: -0.5rem !important;
  }
  body[dir="rtl"] .mr-nb-font-lg-n2,
  body[dir="rtl"] .mx-nb-font-lg-n2 {
    margin-left: -0.5rem !important;
  }
  body[dir="rtl"] .mb-nb-font-lg-n2,
  body[dir="rtl"] .my-nb-font-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  body[dir="rtl"] .ml-nb-font-lg-n2,
  body[dir="rtl"] .mx-nb-font-lg-n2 {
    margin-right: -0.5rem !important;
  }
  body[dir="rtl"] .m-nb-font-lg-n3 {
    margin: -1rem !important;
  }
  body[dir="rtl"] .mt-nb-font-lg-n3,
  body[dir="rtl"] .my-nb-font-lg-n3 {
    margin-top: -1rem !important;
  }
  body[dir="rtl"] .mr-nb-font-lg-n3,
  body[dir="rtl"] .mx-nb-font-lg-n3 {
    margin-left: -1rem !important;
  }
  body[dir="rtl"] .mb-nb-font-lg-n3,
  body[dir="rtl"] .my-nb-font-lg-n3 {
    margin-bottom: -1rem !important;
  }
  body[dir="rtl"] .ml-nb-font-lg-n3,
  body[dir="rtl"] .mx-nb-font-lg-n3 {
    margin-right: -1rem !important;
  }
  body[dir="rtl"] .m-nb-font-lg-n4 {
    margin: -1.5rem !important;
  }
  body[dir="rtl"] .mt-nb-font-lg-n4,
  body[dir="rtl"] .my-nb-font-lg-n4 {
    margin-top: -1.5rem !important;
  }
  body[dir="rtl"] .mr-nb-font-lg-n4,
  body[dir="rtl"] .mx-nb-font-lg-n4 {
    margin-left: -1.5rem !important;
  }
  body[dir="rtl"] .mb-nb-font-lg-n4,
  body[dir="rtl"] .my-nb-font-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  body[dir="rtl"] .ml-nb-font-lg-n4,
  body[dir="rtl"] .mx-nb-font-lg-n4 {
    margin-right: -1.5rem !important;
  }
  body[dir="rtl"] .m-nb-font-lg-n5 {
    margin: -3rem !important;
  }
  body[dir="rtl"] .mt-nb-font-lg-n5,
  body[dir="rtl"] .my-nb-font-lg-n5 {
    margin-top: -3rem !important;
  }
  body[dir="rtl"] .mr-nb-font-lg-n5,
  body[dir="rtl"] .mx-nb-font-lg-n5 {
    margin-left: -3rem !important;
  }
  body[dir="rtl"] .mb-nb-font-lg-n5,
  body[dir="rtl"] .my-nb-font-lg-n5 {
    margin-bottom: -3rem !important;
  }
  body[dir="rtl"] .ml-nb-font-lg-n5,
  body[dir="rtl"] .mx-nb-font-lg-n5 {
    margin-right: -3rem !important;
  }
  body[dir="rtl"] .m-nb-font-lg-auto {
    margin: auto !important;
  }
  body[dir="rtl"] .mt-nb-font-lg-auto,
  body[dir="rtl"] .my-nb-font-lg-auto {
    margin-top: auto !important;
  }
  body[dir="rtl"] .mr-nb-font-lg-auto,
  body[dir="rtl"] .mx-nb-font-lg-auto {
    margin-right: auto !important;
  }
  body[dir="rtl"] .mb-nb-font-lg-auto,
  body[dir="rtl"] .my-nb-font-lg-auto {
    margin-bottom: auto !important;
  }
  body[dir="rtl"] .ml-nb-font-lg-auto,
  body[dir="rtl"] .mx-nb-font-lg-auto {
    margin-left: auto !important;
  }
}
.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -63px;
}
@media (min-width: 992px) {
  .anchor {
    top: -157px;
  }
}
html[lang="”ja”"] q {
  quotes: "\300C""\300D""\300E""\300F" !important;
}
body[dir="rtl"] {
  text-align: right;
}
body {
  position: relative;
}
.bg-gray {
  background-color: #333333;
}
.bg-light-gray {
  background-color: #f2f2f2;
}
.bg-dark-gray {
  background-color: #1f2020;
}
.btn {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn:not(.btn-sm),
.btn:not(.btn-lg) {
  font-size: 0.875rem;
}
.btn.btn-sm,
.btn-group-sm > .btn {
  font-size: 0.75rem;
}
.btn.btn-lg,
.btn-group-lg > .btn {
  font-size: 1rem;
}
.btn[class*="btn-outline"] {
  color: #000;
}
.btn[class*="btn-outline"]:hover,
.btn[class*="btn-outline"]:active,
.btn[class*="btn-outline"]:focus {
  outline: none;
  color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  outline: none;
  background-color: transparent;
  border-color: #ffed00;
}
.btn.btn-outline-primary {
  color: #000;
}
.btn.btn-secondary {
  color: #f9f9fa;
  background-color: #070707;
  border-color: #070707;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
  outline: none;
  color: #000;
  background-color: rgb(204, 203, 203);
  border-color: rgb(197, 196, 196);
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus {
  outline: none;
  background-color: transparent;
  border-color: #64ff00;
}
.btn.btn-outline-success {
  color: #000;
}
.btn.btn-outline-light {
  color: #000;
  background-color: #fff;
}
.btn.btn-outline-light:hover,
.btn.btn-outline-light:active,
.btn.btn-outline-light:focus {
  outline: none;
  color: #fff;
  background-color: unset;
  border-color: #fff;
}
.btn.btn-info {
  color: #000;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus {
  outline: none;
  background-color: transparent;
  border-color: #00c9ff;
  color: #000;
}
.btn.btn-info-success {
  color: #000;
}
.btn.btn-dark:hover,
.btn.btn-dark:active,
.btn.btn-dark:focus {
  outline: none;
  background-color: #fff;
  color: #000;
}
.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white:focus {
  outline: none;
  background-color: #171717;
  color: #fff;
}
.link.link-hover-border {
  position: relative;
  color: inherit;
  text-transform: uppercase;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1rem;
  font-weight: bold;
}
.link.link-hover-border:hover,
.link.link-hover-border:active,
.link.link-hover-border:focus {
  outline: none;
  text-decoration: none;
}
.link.link-hover-border:hover:after,
.link.link-hover-border:active:after,
.link.link-hover-border:focus:after {
  left: 100%;
}
.link.link-hover-border:before,
.link.link-hover-border:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.1875rem);
  z-index: -1;
  display: block;
  height: 0.1875rem;
}
.link.link-hover-border:before {
  background-color: #000;
}
.link.link-hover-border:after {
  background-color: #00c9ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-button {
  position: relative;
  width: 6.25em;
  height: 6.25em;
  background-color: #ffed00;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
}
.video-button:hover,
.video-button:active,
.video-button:focus {
  outline: none;
  background-color: #00c9ff;
}
.video-button > span,
.video-button .icon {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5em 0 1.5em 2.58em;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-38%, -50%);
  transform: translate(-38%, -50%);
}
a.hover-link {
  color: inherit;
  text-decoration: none;
}
a.hover-link:hover,
a.hover-link:active,
a.hover-link:focus {
  outline: none;
  color: initial;
}
a.hover-link span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
a.hover-link:hover,
a.hover-link:active,
a.hover-link:focus {
  outline: none;
  text-decoration: none;
}
a.hover-link:hover span,
a.hover-link:active span,
a.hover-link:focus span {
  text-decoration: none;
  background-size: 100% 3px;
}
a.underlined-link {
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
}
a.underlined-link > span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
a.underlined-link:hover,
a.underlined-link:active,
a.underlined-link:focus {
  outline: none;
  text-decoration: none;
}
a.underlined-link:hover > span,
a.underlined-link:active > span,
a.underlined-link:focus > span {
  text-decoration: none;
  background-size: 100% 3px;
}
a.underlined-link > span {
  background-size: 100% 3px;
}
dl.dl-display dt {
  font-size: 2.5rem;
  font-weight: normal;
}
dl.dl-display dd {
  font-size: inherit;
}
.sxs {
  position: relative;
}
@-webkit-keyframes scaleInDown {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleInDown {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sxs.sxs-content-start {
  background-color: #dfdfdf;
}
@media (min-width: 768px) {
  .sxs.sxs-content-start {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(41.66667%, #dfdfdf),
      color-stop(58.33333%, rgba(223, 223, 223, 0))
    );
    background: linear-gradient(
      to right,
      #dfdfdf 41.66667%,
      rgba(223, 223, 223, 0) 58.33333%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DFDFDF', endColorstr='#00e5e5e5',GradientType=1 );
  }
}
.sxs.sxs-content-start .sxs-background .sxs-background-image {
  right: 0;
}
.sxs.sxs-content-start .sxs-foreground .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sxs.sxs-content-end {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(41.66667%, rgba(223, 223, 223, 0)),
    color-stop(58.33333%, #dfdfdf)
  );
  background: linear-gradient(
    to right,
    rgba(223, 223, 223, 0) 41.66667%,
    #dfdfdf 58.33333%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#DFDFDF',GradientType=1 );
}
.sxs.sxs-content-end .sxs-background .sxs-background-image {
  left: 0;
}
.sxs.sxs-content-end .sxs-background .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sxs.sxs-content-end .sxs-foreground .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sxs.sxs-content-end .sxs-foreground .row .sxs-content {
  padding-left: 4rem;
}
@media (max-width: 575.98px) {
  .sxs.sxs-content-end .sxs-foreground .row .sxs-content {
    padding-left: 1rem;
  }
}
.sxs .sxs-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.sxs .sxs-background [class*="container"] {
  height: 100%;
}
.sxs .sxs-background .row {
  height: 100%;
}
.sxs .sxs-background .row > * {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.sxs .sxs-background .sxs-background-image {
  display: block;
  height: 100%;
  width: 58.33333%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
.sxs .sxs-background .bg-dark-gray {
  background-color: #171717;
}
.sxs .sxs-foreground {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
  font-size: 1.25rem;
}
.sxs .sxs-foreground .sxs-foreground-content {
  width: 41.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
}
.sxs .sxs-foreground .sxs-foreground-content .img-sm {
  position: relative;
  min-width: 100vw;
  margin-left: -0.9375rem;
}
.sxs .sxs-foreground .sxs-foreground-content .dl-display dt {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .sxs .sxs-foreground .sxs-foreground-content .dl-display dt {
    font-size: 2.5rem;
  }
}
.sxs .sxs-foreground .sxs-foreground-content .dl-display dd {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .sxs .sxs-foreground .sxs-foreground-content .dl-display dd {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .sxs .sxs-foreground .sxs-foreground-content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .sxs .sxs-foreground .sxs-foreground-content {
    margin-left: 7.25rem;
  }
}
.sxs .sxs-foreground .sxs-foreground-content > * + * {
  margin-top: 1.5rem;
}
@media (max-width: 1023.98px) {
  .sxs .sxs-foreground .sxs-foreground-content {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .sxs .sxs-foreground .sxs-foreground-content {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.sxs .sxs-foreground .sxs-title {
  font-size: 2.5rem;
}
.sxs .sxs-foreground .sxs-content p.lead {
  margin: 2rem 0;
}
.sxs .sxs-foreground .sxs-link {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .abstract-group .abstract-group-footer .abstract-link {
    width: 100%;
    margin-left: 0 !important;
  }
  .abstract-group .abstract-group-footer .abstract-link + .abstract-link {
    margin-top: 1rem;
  }
}
.abstract-group .abstract-group-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .abstract-group .abstract-group-items {
    width: 100%;
    display: block;
  }
}
.abstract-group .abstract-group-items .abstract-group-items-feature {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: calc(50% - 0.75rem);
  -ms-flex-preferred-size: calc(50% - 0.75rem);
  flex-basis: calc(50% - 0.75rem);
}
@media (max-width: 991.98px) {
  .abstract-group .abstract-group-items .abstract-group-items-feature {
    width: 100%;
    display: block;
  }
}
.abstract-group
  .abstract-group-items
  .abstract-group-items-feature
  .abstract-item-link-wrapper
  .abstract-item-article {
  padding-top: 75%;
}
@media (max-width: 991.98px) {
  .abstract-group
    .abstract-group-items
    .abstract-group-items-feature
    .abstract-item-link-wrapper
    .abstract-item-article {
    padding-top: 0;
  }
}
.abstract-group
  .abstract-group-items
  .abstract-group-items-feature
  .abstract-item-link-wrapper
  .abstract-item-article
  .abstract-item-title {
  font-size: 1.875rem;
  line-height: 2.375rem;
}
.abstract-group .abstract-group-items .abstract-group-items-support {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: calc(50% - 0.75rem);
  -ms-flex-preferred-size: calc(50% - 0.75rem);
  flex-basis: calc(50% - 0.75rem);
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .abstract-group .abstract-group-items .abstract-group-items-support {
    width: 100%;
    display: block;
  }
}
.abstract-group
  .abstract-group-items
  .abstract-group-items-support
  .support-group-row {
  height: calc(50% - 0.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .abstract-group
    .abstract-group-items
    .abstract-group-items-support
    .support-group-row {
    width: 100%;
    display: block;
  }
}
.abstract-group
  .abstract-group-items
  .abstract-group-items-support
  .support-group-row
  .abstract-item-link-wrapper {
  margin-top: 1.5rem;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.abstract-group
  .abstract-group-items
  .abstract-group-items-support
  .support-group-row
  .abstract-item-link-wrapper
  + .abstract-item-link-wrapper {
  margin-left: 1.5rem;
}
body[dir="rtl"]
  .abstract-group
  .abstract-group-items
  .abstract-group-items-support
  .support-group-row
  .abstract-item-link-wrapper
  + .abstract-item-link-wrapper {
  margin-left: initial;
  margin-right: 1.5rem;
}
@media (max-width: 991.98px) {
  .abstract-group
    .abstract-group-items
    .abstract-group-items-support
    .support-group-row
    .abstract-item-link-wrapper
    + .abstract-item-link-wrapper {
    margin-left: 0rem;
  }
  body[dir="rtl"]
    .abstract-group
    .abstract-group-items
    .abstract-group-items-support
    .support-group-row
    .abstract-item-link-wrapper
    + .abstract-item-link-wrapper {
    margin-right: 0rem;
  }
}
.abstract-group
  .abstract-group-items
  .abstract-group-items-support
  .support-group-row
  .abstract-item-link-wrapper
  .abstract-item-article {
  height: 100%;
}
.abstract-item {
  display: block;
  width: 100%;
  overflow: hidden;
}
.abstract-item .abstract-item-article,
.abstract-item.abstract-item-article {
  display: block;
  position: relative;
}
.abstract-item .abstract-item-article.abstract-item-theme-white,
.abstract-item.abstract-item-article.abstract-item-theme-white {
  background-color: #fff;
  color: #1f2020;
}
.abstract-item
  .abstract-item-article.abstract-item-theme-white
  .abstract-item-content-wrapper,
.abstract-item.abstract-item-article.abstract-item-theme-white
  .abstract-item-content-wrapper {
  background-color: #fff;
  color: #1f2020;
}
.abstract-item .abstract-item-article.abstract-item-theme-black,
.abstract-item.abstract-item-article.abstract-item-theme-black {
  background-color: #000;
  color: #fff;
}
.abstract-item
  .abstract-item-article.abstract-item-theme-black
  .abstract-item-content-wrapper,
.abstract-item.abstract-item-article.abstract-item-theme-black
  .abstract-item-content-wrapper {
  background-color: #000;
  color: #fff;
}
.abstract-item .abstract-item-article.abstract-item-theme-gray,
.abstract-item.abstract-item-article.abstract-item-theme-gray {
  background-color: #666666;
  color: #fff;
}
.abstract-item
  .abstract-item-article.abstract-item-theme-gray
  .abstract-item-content-wrapper,
.abstract-item.abstract-item-article.abstract-item-theme-gray
  .abstract-item-content-wrapper {
  background-color: #666666;
  color: #fff;
}
.abstract-item .abstract-item-article .abstract-item-image-wrapper,
.abstract-item.abstract-item-article .abstract-item-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.abstract-item
  .abstract-item-article
  .abstract-item-image-wrapper
  .video-button-wrapper,
.abstract-item.abstract-item-article
  .abstract-item-image-wrapper
  .video-button-wrapper {
  z-index: 2;
  font-size: 0.875rem;
  position: absolute;
  left: 50%;
  top: 30vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .abstract-item
    .abstract-item-article
    .abstract-item-image-wrapper
    .video-button-wrapper,
  .abstract-item.abstract-item-article
    .abstract-item-image-wrapper
    .video-button-wrapper {
    top: 13.5vw;
  }
}
@media (max-width: 991.98px) {
  .abstract-item .abstract-item-article .abstract-item-image-wrapper,
  .abstract-item.abstract-item-article .abstract-item-image-wrapper {
    position: static;
  }
}
.abstract-item .abstract-item-article .abstract-item-image-wrapper img,
.abstract-item.abstract-item-article .abstract-item-image-wrapper img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.abstract-item .abstract-item-article .abstract-item-image-wrapper img.color,
.abstract-item.abstract-item-article .abstract-item-image-wrapper img.color {
  position: absolute;
  top: 0;
  opacity: 1;
}
.abstract-item .abstract-item-article .abstract-item-content-wrapper,
.abstract-item.abstract-item-article .abstract-item-content-wrapper {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: auto;
  width: 100%;
  padding: 1rem 1.25rem;
  background-color: #fff;
  color: #1f2020;
}
@media (max-width: 991.98px) {
  .abstract-item .abstract-item-article .abstract-item-content-wrapper,
  .abstract-item.abstract-item-article .abstract-item-content-wrapper {
    position: static;
  }
}
.abstract-item .abstract-item-article .abstract-item-title,
.abstract-item.abstract-item-article .abstract-item-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  width: 30.625rem;
  max-width: 100%;
}
@media (min-width: 992px) {
  .abstract-item .abstract-item-article .abstract-item-title,
  .abstract-item.abstract-item-article .abstract-item-title {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .abstract-item .abstract-item-article .abstract-item-title,
  .abstract-item.abstract-item-article .abstract-item-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.abstract-item .abstract-item-article .abstract-item-subtitle,
.abstract-item.abstract-item-article .abstract-item-subtitle {
  margin-bottom: 0;
}
.abstract-item .abstract-item-article .abstract-item-subtitle span,
.abstract-item.abstract-item-article .abstract-item-subtitle span {
  text-decoration: none;
  font-size: 0.875rem;
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  padding: 0.1% 0px;
  background-repeat: no-repeat;
}
.abstract-item:hover,
.abstract-item:active,
.abstract-item:focus {
  outline: none;
  text-decoration: none;
}
.abstract-item:hover .abstract-item-subtitle span,
.abstract-item:active .abstract-item-subtitle span,
.abstract-item:focus .abstract-item-subtitle span {
  background-size: 100% 2px;
}
.abstract-item:hover .video-button,
.abstract-item:active .video-button,
.abstract-item:focus .video-button {
  background-color: #00c9ff;
}
.abstract-item:hover .abstract-item-image.color + .abstract-item-image,
.abstract-item:active .abstract-item-image.color + .abstract-item-image,
.abstract-item:focus .abstract-item-image.color + .abstract-item-image {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .abstract-item .abstract-item-image.color {
    opacity: 0 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .abstract-item:hover,
  .abstract-item:active,
  .abstract-item:focus {
    outline: none;
  }
  .abstract-item:hover .abstract-item-image.color,
  .abstract-item:active .abstract-item-image.color,
  .abstract-item:focus .abstract-item-image.color {
    opacity: 1 !important;
  }
}
.nav.nav-services {
  background-color: #f2f2f2;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  padding-left: 3rem;
  padding-right: 3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 900px) {
  .nav.nav-services.nav-services-internal {
    display: none;
  }
}
.nav.nav-services .nav-prev,
.nav.nav-services .nav-next {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  height: 100%;
  width: 3rem;
  position: absolute;
  z-index: 2;
}
.nav.nav-services .nav-prev {
  left: 0;
}
.nav.nav-services .nav-next {
  right: 0;
}
.nav.nav-services div.scroll-anchor {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100vw;
  flex: 0 0 100vw;
  width: 100vw;
}
.nav.nav-services .nav-item {
  padding: 0;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav.nav-services .nav-item .nav-link,
.nav.nav-services .nav-item .nav-span {
  color: #1f2020;
  text-transform: uppercase;
  letter-spacing: -0.12px;
  padding: 1.75rem 1.85rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav.nav-services .nav-item .nav-link:after,
.nav.nav-services .nav-item .nav-span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #00c9ff;
  height: 0.25rem;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.nav.nav-services .nav-item .nav-link.active,
.nav.nav-services .nav-item .nav-span.active {
  background-color: #fff;
}
.nav.nav-services .nav-item .nav-link.active:after,
.nav.nav-services .nav-item .nav-span.active:after {
  width: 100%;
  background-color: #00c9ff;
}
.nav.nav-services .nav-item .nav-link:hover,
.nav.nav-services .nav-item .nav-link:active,
.nav.nav-services .nav-item .nav-link:focus {
  outline: none;
}
.nav.nav-services .nav-item .nav-link:hover:after,
.nav.nav-services .nav-item .nav-link:active:after,
.nav.nav-services .nav-item .nav-link:focus:after {
  width: 100%;
}
.nav.nav-services .nav-item .nav-link:focus:after {
  width: 0%;
}
.nav.nav-services .nav-item .nav-link.active:after {
  width: 100%;
}
.nav-wrapper-internal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #f2f2f2;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .nav-wrapper-internal {
    padding: 0 3rem;
  }
}
@media (max-width: 767.98px) {
  .nav-wrapper-internal {
    padding: 0 1rem;
  }
}
.nav-wrapper-internal.position-sticky {
  top: 5rem;
  z-index: 12;
}
@media (max-width: 1023.98px) {
  .nav-wrapper-internal.position-sticky {
    top: 3.9375rem;
  }
}
.nav-wrapper-internal.position-lg-sticky {
  z-index: 12;
}
@media (min-width: 992px) {
  .nav-wrapper-internal.position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 5rem;
  }
}
.nav-wrapper-internal .nav-services {
  padding-left: 0;
  padding-right: 0;
}
.nav-wrapper-internal .filter-wrapper {
  position: relative;
  z-index: 0;
  font-size: 1rem;
}
@media (max-width: 1260px) {
  .nav-wrapper-internal .filter-wrapper {
    width: 100%;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding: 0.5rem 0;
  }
}
.nav-wrapper-internal .filter-wrapper .label {
  color: #6c6c6c;
  margin-bottom: 0 !important;
  display: inline-block;
  margin-right: 0.75rem;
}
.nav-wrapper-internal .filter-wrapper .current-filter-text {
  color: #000;
}
.nav-wrapper-internal .filter-wrapper #menu-toggler:hover,
.nav-wrapper-internal .filter-wrapper #menu-toggler:active,
.nav-wrapper-internal .filter-wrapper #menu-toggler:focus {
  outline: none;
  cursor: pointer;
}
.nav-wrapper-internal .filter-wrapper #menu-toggler .menu-text,
.nav-wrapper-internal .filter-wrapper #menu-toggler .chevron {
  display: inline-block;
}
.nav-wrapper-internal .filter-wrapper .menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 270px;
  padding: 1rem 1rem 1rem 0;
  background-color: white;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  top: 60px;
  right: -20px;
  -webkit-transition: visibility 0s, opacity 0.15s linear;
  transition: visibility 0s, opacity 0.15s linear;
  border-radius: 2px;
}
@media (max-width: 1260px) {
  .nav-wrapper-internal .filter-wrapper .menu {
    top: 35px;
  }
}
.nav-wrapper-internal .filter-wrapper .menu.shown {
  visibility: visible;
  opacity: 1;
}
.nav-wrapper-internal .filter-wrapper .menu .menu-item {
  color: #6c6c6c;
  padding: 0.35rem 1.25rem;
  font-size: 1.1rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-wrapper-internal .filter-wrapper .menu .menu-item:hover,
.nav-wrapper-internal .filter-wrapper .menu .menu-item:active,
.nav-wrapper-internal .filter-wrapper .menu .menu-item:focus {
  outline: none;
  cursor: pointer;
  color: #000;
}
.nav-wrapper-internal .filter-wrapper .menu .menu-item .checkmark-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}
.nav-wrapper-internal .filter-wrapper .menu .menu-item .checkmark-wrapper img {
  display: none;
}
.nav-wrapper-internal .filter-wrapper .menu .menu-item .filter-name {
  padding-left: 0.5rem;
}
.nav-wrapper-internal
  .filter-wrapper
  .menu
  .menu-item.active
  .checkmark-wrapper
  img {
  display: inline-block;
}
.nav-wrapper-internal .no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.nav-wrapper-internal .nav-services,
.nav-wrapper-internal .breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  .nav-wrapper-internal .nav-services,
  .nav-wrapper-internal .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-wrapper-internal .breadcrumb {
  height: 4.8125rem;
  margin-bottom: 0;
  padding: 0;
  padding: 1.75rem 1.85rem 1.75rem 0;
}
body[dir="rtl"] .nav-wrapper-internal .breadcrumb {
  padding: 1.75rem 0 1.75rem 1.85rem;
}
@media (max-width: 1260px) {
  .nav-wrapper-internal .breadcrumb {
    display: none;
  }
}
.nav-wrapper-internal .breadcrumb .breadcrumb-item {
  text-transform: uppercase;
}
.nav-wrapper-internal .breadcrumb .breadcrumb-item a {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.nav-wrapper-internal .breadcrumb .breadcrumb-item:hover,
.nav-wrapper-internal .breadcrumb .breadcrumb-item:active,
.nav-wrapper-internal .breadcrumb .breadcrumb-item:focus {
  outline: none;
  text-decoration: none;
}
.nav-wrapper-internal .breadcrumb .breadcrumb-item:hover a,
.nav-wrapper-internal .breadcrumb .breadcrumb-item:active a,
.nav-wrapper-internal .breadcrumb .breadcrumb-item:focus a {
  text-decoration: none;
  background-size: 100% 3px;
}
.nav-wrapper-internal .breadcrumb .breadcrumb-item a {
  color: inherit;
}
.nav-wrapper-internal .breadcrumb .breadcrumb-item.active {
  font-weight: bold;
  color: inherit;
}
.nav-wrapper-internal > a {
  display: block;
  padding: 1.75rem 0;
  color: inherit;
  text-transform: uppercase;
  font-weight: bold;
}
.nav-wrapper-internal > a:hover,
.nav-wrapper-internal > a:active,
.nav-wrapper-internal > a:focus {
  outline: none;
  color: initial;
}
.nav-wrapper-internal > a span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.nav-wrapper-internal > a:hover,
.nav-wrapper-internal > a:active,
.nav-wrapper-internal > a:focus {
  outline: none;
  text-decoration: none;
}
.nav-wrapper-internal > a:hover span,
.nav-wrapper-internal > a:active span,
.nav-wrapper-internal > a:focus span {
  text-decoration: none;
  background-size: 100% 3px;
}
.nav-wrapper-internal > a span {
  font-weight: normal;
  text-transform: none;
}
.nav.nav-tabs {
  border-bottom: none !important;
}
.nav.nav-tabs .nav-item .nav-link {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #1f2020;
  padding: 1rem 3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #f2f2f2 !important;
}
@media (max-width: 767.98px) {
  .nav.nav-tabs .nav-item .nav-link {
    padding: 1rem;
  }
}
.nav.nav-tabs .nav-item .nav-link.active {
  background-color: #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.tab-content {
  background-color: #f2f2f2;
}
.modal {
  z-index: 1060 !important;
}
.modal.modal-video .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  margin: 0 !important;
}
.modal.modal-video .modal-dialog .modal-content {
  height: 100%;
  width: 100%;
  padding: 3rem 3rem;
  border: none;
  background-color: transparent;
  position: relative;
}
.modal.modal-video .modal-dialog .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body[dir="rtl"] .modal.modal-video .modal-dialog .modal-content .close {
  right: initial;
  left: 0;
}
.modal.modal-video .modal-dialog .modal-content .close:hover,
.modal.modal-video .modal-dialog .modal-content .close:active,
.modal.modal-video .modal-dialog .modal-content .close:focus {
  outline: none;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 1;
}
.modal.modal-video .modal-dialog .modal-content .close:hover:before,
.modal.modal-video .modal-dialog .modal-content .close:hover:after,
.modal.modal-video .modal-dialog .modal-content .close:active:before,
.modal.modal-video .modal-dialog .modal-content .close:active:after,
.modal.modal-video .modal-dialog .modal-content .close:focus:before,
.modal.modal-video .modal-dialog .modal-content .close:focus:after {
  background-color: #00c9ff;
}
.modal.modal-video .modal-dialog .modal-content .close span {
  position: relative;
  display: block;
  width: 3rem;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.modal.modal-video .modal-dialog .modal-content .close:before,
.modal.modal-video .modal-dialog .modal-content .close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 3rem;
  background-color: #ffed00;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.modal.modal-video .modal-dialog .modal-content .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal.modal-video .modal-dialog .modal-content .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal.modal-video .modal-dialog .modal-content .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal.modal-video .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: calc(100vw * (9 / 16) - 6rem);
  max-height: calc(100vh - 6rem);
}
.modal.modal-twitter .modal-dialog {
  width: 100%;
  height: 100%;
  background-color: #f8f7f7;
  max-width: 100% !important;
  margin: 0 !important;
}
.modal.modal-twitter .modal-dialog .modal-content {
  height: 100%;
  width: 100%;
  border: none;
  background-color: transparent;
  position: relative;
}
.modal.modal-twitter .modal-dialog .modal-content .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.modal-twitter .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal.modal-twitter .modal-dialog .modal-content .modal-body .close:hover,
.modal.modal-twitter .modal-dialog .modal-content .modal-body .close:active,
.modal.modal-twitter .modal-dialog .modal-content .modal-body .close:focus {
  outline: none;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 1;
}
.modal.modal-twitter
  .modal-dialog
  .modal-content
  .modal-body
  .close:hover:before,
.modal.modal-twitter
  .modal-dialog
  .modal-content
  .modal-body
  .close:hover:after,
.modal.modal-twitter
  .modal-dialog
  .modal-content
  .modal-body
  .close:active:before,
.modal.modal-twitter
  .modal-dialog
  .modal-content
  .modal-body
  .close:active:after,
.modal.modal-twitter
  .modal-dialog
  .modal-content
  .modal-body
  .close:focus:before,
.modal.modal-twitter
  .modal-dialog
  .modal-content
  .modal-body
  .close:focus:after {
  background-color: #00c9ff;
}
.modal.modal-twitter .modal-dialog .modal-content .modal-body .close span {
  position: relative;
  display: block;
  width: 3rem;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.modal.modal-twitter .modal-dialog .modal-content .modal-body .close:before,
.modal.modal-twitter .modal-dialog .modal-content .modal-body .close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 3rem;
  background-color: #ffed00;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.modal.modal-twitter .modal-dialog .modal-content .modal-body .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal.modal-twitter .modal-dialog .modal-content .modal-body .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal.modal-twitter
  .modal-dialog
  .modal-content
  .modal-body
  .twitter-modal-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}
.modal.modal-twitter
  .modal-dialog
  .modal-content
  .modal-body
  .twitter-modal-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem;
}
.modal-backdrop {
  z-index: 1059 !important;
}
.modal-backdrop.show {
  opacity: 0.9 !important;
}
.popover {
  max-width: 31.25rem;
  padding-right: 20px;
}
.popover .close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 2rem;
  height: 2rem;
  opacity: 1;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popover .close:hover,
.popover .close:active,
.popover .close:focus {
  outline: none;
  opacity: 1;
}
.popover .close:hover:before,
.popover .close:hover:after,
.popover .close:active:before,
.popover .close:active:after,
.popover .close:focus:before,
.popover .close:focus:after {
  background-color: #00c9ff;
}
.popover .close span {
  position: relative;
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.popover .close:before,
.popover .close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 2rem;
  background-color: #000;
  left: 0;
  top: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.popover .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popover .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popover .popover-body {
  padding: 1.25rem;
  background-color: #fff;
  color: #000;
  text-align: left;
}
.popover .popover-body a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popover .popover-body a:hover {
  color: #00c9ff;
}
table.table.table-light {
  background-color: #f2f2f2;
}
table.table.table-light thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
table.table.table-light tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
table.table.table-dark {
  background-color: #1f2020;
}
table.table.table-dark thead th {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
table.table.table-events th th,
table.table.table-events td th {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
@media (max-width: 767.98px) {
  table.table.table-events .year-col {
    display: none;
  }
}
@media (min-width: 768px) {
  table.table.table-events .date .year {
    display: none;
  }
}
table.table th,
table.table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
table.table thead th,
table.table thead td {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  letter-spacing: 0.0625rem;
}
table.table tbody {
  border: none;
}
table.table tbody th,
table.table tbody td {
  border: none;
}
table.table tbody th {
  font-size: 2rem;
  line-height: 1.5rem;
  font-weight: normal;
}
table.table tbody tr:first-child th,
table.table tbody tr:first-child td {
  padding-top: 2rem;
}
@media (max-width: 767.98px) {
  .table-events-wrapper {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.table-columns > div {
  position: relative;
}
.table-columns .table-header {
  background-color: #f2f2f2;
  z-index: 2;
}
.table-columns .table-body {
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
}
.table-columns .table-body .table-row {
  border-top: 2px solid #f2f2f2;
}
.table-columns .th {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.table-columns .td {
  font-size: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.bg-cover {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-poster {
  position: relative;
}
.video-poster img {
  width: 100%;
  height: auto;
}
.video-poster .video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-poster:hover,
.video-poster:active,
.video-poster:focus {
  outline: none;
}
.video-poster:hover .video-button,
.video-poster:active .video-button,
.video-poster:focus .video-button {
  background-color: #00c9ff;
}
@media screen and (min-width: 1440px) {
  .page-internal .container {
    max-width: 1330px;
  }
}
.page-internal .detail-header {
  min-height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .page-internal .detail-header {
    display: none;
  }
}
.page-hero {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
@media (max-width: 767.98px) {
  .page-hero.desktop {
    display: none;
  }
}
.page-hero.mobile {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100% !important;
}
.page-hero.mobile .hero-img {
  background-size: cover;
  height: 170px;
  background-repeat: no-repeat;
  background-position: center;
}
.page-hero.mobile h1 {
  margin-bottom: 2rem;
}
.page-hero.partner-detail {
  padding-top: 0;
  padding-bottom: 0;
}
.page-hero.partner-detail .logo-wrapper {
  height: 240px;
  background-color: #171717;
}
.page-hero.partner-detail .logo-wrapper img {
  max-width: 200px;
}
.page-hero h1 {
  font-size: 2.5rem;
}
@media (max-width: 991.98px) {
  .page-hero h1 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.page-hero p {
  font-size: 1.25rem;
  padding: 2rem 0 0 0;
}
@media (max-width: 991.98px) {
  .page-hero p {
    font-size: 1rem;
    padding: 0;
  }
}
.page-hero.case-studies .container-fluid .row {
  min-height: 400px;
}
@media (max-width: 991.98px) {
  .page-hero.case-studies .container-fluid .row {
    min-height: 200px;
  }
}
.page-hero.case-studies .container-fluid .row h1 {
  font-size: 2.5rem;
  margin-top: 0;
}
.page-hero.case-studies .container-fluid .row p {
  font-size: 1.25rem;
}
.page-hero.case-studies .container-fluid .row .background-image {
  min-height: 400px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991.98px) {
  .page-hero.case-studies .container-fluid .row .background-image {
    min-height: 300px;
  }
}
.page-content .content-section {
  padding: 2.5rem 0;
  border-bottom: 1px solid #f2f2f2;
}
.page-content .content-section > * {
  margin-bottom: 0;
}
.page-content .content-section > * + * {
  margin-top: 2rem;
}
.page-content .content-section p + ul {
  margin-top: 0.5rem;
}
.page-content h6 {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.page-sidebar {
  background-color: #f2f2f2;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  z-index: 2;
  margin-top: calc(-230px - 125px);
}
@media (max-width: 1023.98px) {
  .page-sidebar {
    margin-top: 0 !important;
  }
}
.page-sidebar .sidebar-content-wrapper {
  background-color: #f2f2f2;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 0 !important;
}
@media (max-width: 1440px) {
  .page-sidebar .sidebar-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page-sidebar .sidebar-content-section {
  padding: 2rem 0;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  z-index: 2;
}
.page-sidebar .sidebar-img-wrapper {
  padding-top: 80%;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  z-index: -1;
}
@media (max-width: 991px) {
  .page-sidebar .sidebar-img-wrapper {
    display: none;
  }
}
.page-sidebar .sidebar-img-wrapper .sidebar-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #171717;
}
.page-sidebar .sidebar-img-wrapper .sidebar-img img {
  max-width: 260px;
}
.page-sidebar .sidebar-img-wrapper + * {
  margin-top: 2rem;
}
.page-sidebar .sidebar-actions {
  background-color: #f2f2f2;
  display: block;
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  top: 139px;
  padding: 2rem 3rem;
  margin: 0 -3rem !important;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 1440px) {
  .page-sidebar .sidebar-actions {
    padding: 2rem 1rem;
    margin: 0 -1rem !important;
  }
}
@media (max-width: 991.98px) {
  .page-sidebar .sidebar-actions {
    position: unset;
  }
}
.page-sidebar h6 {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.page-sidebar ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page-sidebar ul .list-heading {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.page-sidebar ul li + li {
  margin-top: 0.75rem;
}
.page-sidebar a:not(.btn) {
  text-decoration: none;
  color: inherit;
}
.page-sidebar a:not(.btn):hover,
.page-sidebar a:not(.btn):active,
.page-sidebar a:not(.btn):focus {
  outline: none;
  text-decoration: none;
  color: initial;
}
.page-sidebar a span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.page-sidebar a:hover,
.page-sidebar a:active,
.page-sidebar a:focus {
  outline: none;
  text-decoration: none;
}
.page-sidebar a:hover span,
.page-sidebar a:active span,
.page-sidebar a:focus span {
  text-decoration: none;
  background-size: 100% 3px;
}
.z-index {
  position: relative;
  z-index: 11;
}
.badge {
  font-weight: normal !important;
  border-radius: 0.0625rem !important;
}
.badge.badge-outline-primary {
  border: 1px solid #ffed00;
  background-color: transparent;
  color: #ffed00;
}
.badge.badge-outline-info {
  border: 1px solid #00c9ff;
  background-color: transparent;
  color: #00c9ff;
}
.badge.badge-outline-light {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.badge.badge-outline-dark {
  border: 1px solid #adb5bd;
  background-color: transparent;
  color: #adb5bd;
}
.row > .glide {
  padding: 0 1rem;
}
.glide .glide__track .glide__slides {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.glide .glide__track .glide__slides .glide__slide {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 100%;
}
.glide .glide__track .glide__slides .glide__slide .blog-item {
  margin-bottom: 0;
  white-space: normal;
}
.glide
  .glide__track
  .glide__slides
  .glide__slide
  .blog-item
  .blog-item-content {
  min-height: 12.75rem;
}
.glide .glide__bullets.glide__bullets--basic {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.glide .glide__bullets.glide__bullets--basic .glide__bullet {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  padding: 0;
  border: none;
  border-radius: 50%;
  opacity: 0.25;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.glide .glide__bullets.glide__bullets--basic .glide__bullet + .glide__bullet {
  margin-left: 0.5rem;
}
.glide .glide__bullets.glide__bullets--basic .glide__bullet:hover,
.glide
  .glide__bullets.glide__bullets--basic
  .glide__bullet.glide__bullet--active {
  opacity: 1;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.videos .video-item {
  margin-bottom: 1.875rem;
}
.video-item {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.video-item:hover,
.video-item:active,
.video-item:focus {
  outline: none;
}
.video-item:hover .video-button,
.video-item:active .video-button,
.video-item:focus .video-button {
  background-color: #00c9ff;
}
.video-item .video-img-container {
  position: relative;
  width: 100%;
  padding-top: 48%;
  display: block;
  font-size: 70%;
}
.video-item .video-img-container > div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.video-item .video-img-container .video-button {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-item .video-content-container {
  position: relative;
  top: 65%;
  background-color: #1f2020;
  color: #fff;
  padding: 1.875rem;
}
.video-item .video-content-container .video-content p {
  margin-bottom: 0;
}
.video-item .video-content-container .video-content p.title {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1480px) {
  .container {
    max-width: 1440px;
  }
}
.grid {
  display: -ms-grid;
  display: grid;
  height: 35.7vw;
}
.grid.grid-service {
  -ms-grid-columns: 24vw 25vw 25vw 25vw;
  grid-template-columns: 24vw 25vw 25vw 25vw;
  -ms-grid-rows: 50% 50%;
  grid-template-rows: 50% 50%;
}
.grid.grid-service a.grid-item:hover,
.grid.grid-service a.grid-item:active,
.grid.grid-service a.grid-item:focus {
  outline: none;
  text-decoration: none;
}
.grid.grid-service .grid-item {
  position: relative;
  display: block;
}
.grid.grid-service .grid-item .service-item a {
  cursor: pointer;
}
.grid.grid-service .grid-item .service-item a:hover .video-button {
  background-color: #00c9ff;
}
.grid.grid-service .grid-item .service-item a .video-button {
  display: inline-block;
  vertical-align: middle;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: -0.125rem;
}
.grid.grid-service .grid-item .service-item a .video-button span {
  border-width: 0.5em 0 0.5em 0.86em;
}
.grid.grid-service .grid-item.grid-item-feature {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
.grid.grid-service .grid-item.grid-item-feature-inverse {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
.grid.grid-service .grid-item.grid-item-double-full {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column-start: 3;
  grid-column-end: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
.grid.grid-service .grid-item.grid-item-full {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column-start: 3;
  grid-column-end: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row-start: 1;
  grid-row-end: 2;
}
.grid.grid-service .grid-item.grid-item-full.grid-item-bottom {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.grid.grid-service .grid-item.grid-item-half {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column-start: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row-start: 1;
  grid-row-end: 2;
}
.grid.grid-service .grid-item.grid-item-half.grid-item-right {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column-start: 4;
  grid-column-end: 5;
}
.grid.grid-service .grid-item.grid-item-half.grid-item-left {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column-start: 5;
  grid-column-end: 4;
}
.grid.grid-service .grid-item.grid-item-half.grid-item-top {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 3;
  grid-row-end: 2;
}
.grid.grid-service .grid-item.grid-item-half.grid-item-bottom {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.grid.grid-results-half {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  margin-bottom: 2.5rem;
}
.grid.grid-results-half > div:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row-start: 1;
  grid-row-end: 2;
}
.grid.grid-results-half > div:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row-start: 1;
  grid-row-end: 2;
}
.grid.grid-results-half.grid-reverse > div:nth-child(1) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 2;
  grid-column-end: 3;
}
.grid.grid-results-half.grid-reverse > div:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media (max-width: 1231.98px) {
  .grid.grid-results-half {
    grid-column-gap: 20px;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1023.98px) {
  .grid.grid-results-half {
    grid-column-gap: 0;
    grid-row-gap: 10px;
    grid-template-columns: 100%;
    grid-template-rows: 25rem 25rem;
    margin-bottom: 0;
  }
  .grid.grid-results-half > div:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .grid.grid-results-half > div:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .grid.grid-results-half.grid-results-half.grid-reverse > div:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .grid.grid-results-half.grid-results-half.grid-reverse > div:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
@media (max-width: 767.98px) {
  .grid.grid-results-half {
    grid-template-rows: 25rem 56.25rem;
    margin-bottom: 1.875rem !important;
  }
}
.grid.grid-results-half .grid-results-fourths {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  -ms-grid-rows: 50% 50%;
  grid-template-rows: calc(50% - 20px) calc(50% - 20px);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.grid.grid-results-half .grid-results-fourths .grid-item.grid-item-half {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-column-end: 2;
}
.grid.grid-results-half
  .grid-results-fourths
  .grid-item.grid-item-half.grid-item-right {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 2;
  grid-column-end: 3;
}
.grid.grid-results-half
  .grid-results-fourths
  .grid-item.grid-item-half.grid-item-bottom {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 1231.98px) {
  .grid.grid-results-half .grid-results-fourths {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-template-rows: calc(50% - 10px) calc(50% - 10px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 1023.98px) {
  .grid.grid-results-half .grid-results-fourths {
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    grid-template-rows: calc(50% - 5px) calc(50% - 5px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .grid.grid-results-half .grid-results-fourths {
    grid-template-columns: 100%;
    grid-template-rows: calc(25% - 2.5px) calc(25% - 2.5px) calc(25% - 2.5px) calc(
        25% - 2.5px
      );
    grid-column-gap: 0;
    grid-row-gap: 10px;
    margin-bottom: 0.625rem;
  }
  .grid.grid-results-half .grid-results-fourths .grid-item.grid-item-half {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .grid.grid-results-half
    .grid-results-fourths
    .grid-item.grid-item-half.grid-item-right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .grid.grid-results-half
    .grid-results-fourths
    .grid-item.grid-item-half.grid-item-bottom {
    -ms-grid-row: auto;
    -ms-grid-row-span: auto;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
@media (max-width: 1023.98px) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: auto;
    width: 100%;
  }
  .grid .grid-item .service-item {
    min-height: 30vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .grid .grid-item-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  .grid.grid-service.grid-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .grid.grid-service.grid-article-2,
  .grid.grid-service.grid-article-2-alt,
  .grid.grid-service.grid-article-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grid.grid-service .grid-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .grid.grid-service .grid-item.article-link {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .grid.grid-service .grid-item.article-link {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .grid.grid-results {
    display: -ms-grid;
    display: grid;
    margin-bottom: 0.625rem;
  }
  .grid.grid-results.grid-results-fourths {
    margin-bottom: 0;
  }
  .grid.grid-results .grid-item-half {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .grid.grid-results .grid-item {
    margin-bottom: 0.625rem;
  }
}
.service-item {
  width: 100%;
  height: 100%;
}
.service-item.service-item-image-full {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.service-item.service-item-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 1.5rem;
}
.service-item.service-item-feature .service-item-content {
  width: 40.625rem;
  max-width: 100%;
}
.service-item.service-item-feature .service-item-content .service-item-title {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.service-item.service-item-feature
  .service-item-content
  .service-item-subtitle {
  font-size: 1.25rem;
  margin: 2rem 0;
  width: 28.125rem;
  max-width: 100%;
}
.service-item.service-item-feature .service-item-content .service-item-link {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .service-item.service-item-feature .service-item-content {
    width: 100%;
  }
  .service-item.service-item-feature .service-item-content .service-item-title,
  .service-item.service-item-feature
    .service-item-content
    .service-item-subtitle {
    width: 100%;
  }
}
.service-item.service-item-feature:not(.service-item-theme-light) .btn:hover,
.service-item.service-item-feature:not(.service-item-theme-light) .btn:active,
.service-item.service-item-feature:not(.service-item-theme-light) .btn:focus {
  outline: none;
  color: #fff !important;
}
.service-item.service-item-feature.service-item-theme-image {
  color: #fff;
  background-size: cover;
  background-position: center center;
}
.service-item.service-item-feature.service-item-theme-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: radial-gradient(
    50% 200% ellipse at 100% 50%,
    transparent 35%,
    #000 100%
  );
}
.service-item.service-item-feature.service-item-theme-image
  .service-item-content {
  z-index: 1;
}
.service-item.service-item-feature.service-item-theme-black {
  background-color: #000;
  color: #fff;
}
.service-item.service-item-feature.service-item-theme-gray {
  background-color: #333333;
  color: #fff;
}
.service-item.service-item-feature.service-item-theme-light {
  background-color: #f8f7f7;
  color: #1f2020;
}
@media (max-width: 991.98px) {
  .service-item.service-item-feature {
    width: 100%;
  }
}
.service-item.service-item-feature.service-item-hero h1 {
  margin-bottom: 1.25rem;
}
.service-item.service-item-feature.service-item-hero p {
  font-size: 1.25rem;
}
.service-item.service-item-feature.service-item-hero .service-item-content > * {
  max-width: 80%;
}
.service-item.service-item-feature.service-item-hero-aux h2 {
  font-size: 0.875rem;
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
  font-weight: bold;
}
.service-item.service-item-feature.service-item-hero-aux .hero-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-item.service-item-feature.service-item-hero-aux .hero-links .nav-item {
  padding: 1.5625rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.service-item.service-item-feature.service-item-hero-aux
  .hero-links
  .nav-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.21);
}
.service-item.service-item-feature.service-item-hero-aux
  .hero-links
  .nav-item
  .nav-link {
  padding: 0;
  color: #fff;
  font-size: 1.125rem;
}
.service-item.service-item-feature.service-item-hero-aux
  .hero-links
  .nav-item
  .nav-link
  > span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.service-item.service-item-feature.service-item-hero-aux
  .hero-links
  .nav-item
  .nav-link:hover,
.service-item.service-item-feature.service-item-hero-aux
  .hero-links
  .nav-item
  .nav-link:active,
.service-item.service-item-feature.service-item-hero-aux
  .hero-links
  .nav-item
  .nav-link:focus {
  outline: none;
  text-decoration: none;
}
.service-item.service-item-feature.service-item-hero-aux
  .hero-links
  .nav-item
  .nav-link:hover
  > span,
.service-item.service-item-feature.service-item-hero-aux
  .hero-links
  .nav-item
  .nav-link:active
  > span,
.service-item.service-item-feature.service-item-hero-aux
  .hero-links
  .nav-item
  .nav-link:focus
  > span {
  text-decoration: none;
  background-size: 100% 3px;
}
.service-item.service-item-feature.service-item-hero-aux .underlined-link {
  margin-top: 1.5625rem;
  display: inline-block;
}
.service-item.service-item-link {
  text-decoration: none;
  color: #fff;
}
.service-item.service-item-link .service-item-title span {
  background-size: 0px 5px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.service-item.service-item-link:hover,
.service-item.service-item-link:active,
.service-item.service-item-link:focus {
  outline: none;
  text-decoration: none;
}
.service-item.service-item-link:hover .service-item-title span,
.service-item.service-item-link:active .service-item-title span,
.service-item.service-item-link:focus .service-item-title span {
  text-decoration: none;
  background-size: 100% 5px;
}
.service-item.service-item-link .service-item-content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 1.5rem 2rem;
}
.service-item.service-item-link .service-item-content > * {
  margin-bottom: 0;
}
.service-item.service-item-link .service-item-content .service-item-title {
  font-size: 2rem;
  line-height: 2.3125rem;
  width: 28.375rem;
  max-width: 100%;
}
.grid-item-half
  .service-item.service-item-link
  .service-item-content
  .service-item-title {
  font-size: 1.5rem;
  line-height: 1.625rem;
}
@media (max-width: 991.98px) {
  .service-item.service-item-link .service-item-content .service-item-title {
    width: 100%;
  }
}
.service-item.service-item-bg-image {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.service-item.service-item-bg-image .service-item-bg-static {
  background-size: cover;
  background-position: center center;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-item.service-item-bg-image:hover,
.service-item.service-item-bg-image:active,
.service-item.service-item-bg-image:focus {
  outline: none;
}
.service-item.service-item-bg-image:hover .service-item-bg-static,
.service-item.service-item-bg-image:active .service-item-bg-static,
.service-item.service-item-bg-image:focus .service-item-bg-static {
  opacity: 0;
}
.service-item.service-item-bg-image:hover .service-item-content:before,
.service-item.service-item-bg-image:active .service-item-content:before,
.service-item.service-item-bg-image:focus .service-item-content:before {
  opacity: 0.5;
}
.service-item.service-item-bg-image .service-item-content {
  position: relative;
  z-index: 2;
}
.service-item.service-item-bg-image .service-item-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(33%, transparent),
    to(#000)
  );
  background: linear-gradient(to bottom, transparent 33%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.service-item.service-item-video {
  position: relative;
}
.service-item.service-item-video .video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-item.service-item-video:hover,
.service-item.service-item-video:active,
.service-item.service-item-video:focus {
  outline: none;
}
.service-item.service-item-video:hover .video-button,
.service-item.service-item-video:active .video-button,
.service-item.service-item-video:focus .video-button {
  background-color: #00c9ff;
}
@media (max-width: 991.98px) {
  .service-item.service-item-video .service-item-content > * {
    display: none;
  }
}
.blog .blog-title,
.blog .blog-paging {
  margin: 2rem 0 2rem;
}
.blog .blog-paging {
  direction: ltr !important;
}
.blog .blog-paging > button {
  width: 4rem;
  height: 4rem;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #000;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog .blog-paging > button:hover,
.blog .blog-paging > button:active,
.blog .blog-paging > button:focus {
  outline: none;
  background-color: #00c9ff;
}
.blog .blog-paging > button:hover .chevron,
.blog .blog-paging > button:active .chevron,
.blog .blog-paging > button:focus .chevron {
  border-color: #000 !important;
}
.blog .blog-paging > button + button {
  margin-left: 0.75rem;
}
.blog .blog-paging > button .chevron {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid #00c9ff;
  border-right: 2px solid #00c9ff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog .blog-paging > button.blog-paging-prev .chevron {
  left: 60%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.blog .blog-paging > button.blog-paging-next .chevron {
  left: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.blog.blog-dark .blog-item {
  background-color: #000 !important;
}
.blog.blog-dark .blog-item .blog-item-content {
  background-color: #000 !important;
  color: #fff !important;
}
.blog.blog-spotlight {
  padding: 2rem 0;
}
.blog.blog-spotlight .glide {
  direction: ltr !important;
}
.blog.blog-spotlight .blog-item-link-wrapper {
  color: inherit;
}
.blog.blog-spotlight .blog-item-link-wrapper:hover,
.blog.blog-spotlight .blog-item-link-wrapper:active,
.blog.blog-spotlight .blog-item-link-wrapper:focus {
  outline: none;
  text-decoration: none;
  color: initial;
}
.blog .glide__slides .glide__slide {
  height: 100%;
}
.blog .blog-item-link-wrapper {
  display: block;
}
.blog .blog-item {
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(120, 120, 120, 0.5);
  box-shadow: 0 1px 1px rgba(120, 120, 120, 0.5);
  background-color: #9cbaca;
  height: 100%;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog .blog-item.hide-subtitle .blog-item-content {
  min-height: 0px !important;
}
.blog .blog-item.hide-subtitle .blog-item-content .subtitle {
  display: none;
}
.blog .blog-item:hover,
.blog .blog-item:active,
.blog .blog-item:focus {
  outline: none;
  -webkit-box-shadow: 0px 4px 1px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 4px 1px rgba(120, 120, 120, 0.5);
}
@media (min-width: 992px) {
  .blog .blog-item:hover,
  .blog .blog-item:active,
  .blog .blog-item:focus {
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
  }
}
.blog .blog-item .blog-item-header {
  padding: 2rem 2rem 0;
}
.blog .blog-item .blog-item-header .social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog .blog-item .blog-item-header .social-wrapper .social-image {
  max-width: 4.125rem;
}
.blog .blog-item .blog-item-header .social-wrapper .social-image img {
  width: 100%;
}
.blog .blog-item .blog-item-header .social-wrapper .social-info {
  text-align: right;
}
.blog .blog-item .blog-item-content {
  padding: 2rem;
}
.blog .blog-item .blog-item-content p {
  margin-bottom: 0;
}
.blog .blog-item .blog-item-content p.title {
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin-bottom: 1rem;
}
.blog .blog-item .title span {
  background-size: 0px 5px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
  color: black;
}
.blog .blog-item:hover,
.blog .blog-item:active,
.blog .blog-item:focus {
  outline: none;
  text-decoration: none;
}
.blog .blog-item:hover .title span,
.blog .blog-item:active .title span,
.blog .blog-item:focus .title span {
  text-decoration: none;
  background-size: 100% 5px;
}
.blog .blog-item .blog-item-image {
  padding-top: 56%;
  position: relative;
}
.blog .blog-item .blog-item-image .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.blog .blog-item .blog-item-image .image-wrapper div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog .blog-item:hover,
.blog .blog-item:active,
.blog .blog-item:focus {
  outline: none;
}
.blog .blog-item:hover .image-wrapper .image-static,
.blog .blog-item:active .image-wrapper .image-static,
.blog .blog-item:focus .image-wrapper .image-static {
  opacity: 0;
}
.blog .blog-item .video-button-wrapper {
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog .blog-item:not(.blog-item-video) .video-button-wrapper {
  display: none;
}
.blog .blog-item:hover,
.blog .blog-item:active,
.blog .blog-item:focus {
  outline: none;
}
.blog .blog-item:hover .video-button,
.blog .blog-item:active .video-button,
.blog .blog-item:focus .video-button {
  background-color: #00c9ff;
}
.case-studies [class*="col-"] a:first-child article {
  margin-top: 0;
}
.case-studies .btn-wrapper {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .case-studies .btn-wrapper {
    margin-bottom: 2rem;
  }
}
.case-study-link-wrapper {
  color: inherit;
}
.case-study-link-wrapper:hover,
.case-study-link-wrapper:active,
.case-study-link-wrapper:focus {
  outline: none;
  color: initial;
  text-decoration: none;
}
.case-study {
  position: relative;
  padding-top: 173%;
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .case-study {
    padding-top: 120%;
  }
}
@media (min-width: 768px) {
  .case-study {
    padding-top: 100%;
  }
}
@media (min-width: 992px) {
  .case-study {
    padding-top: 168%;
  }
}
@media (min-width: 1200px) {
  .case-study {
    padding-top: 119%;
  }
}
.case-study .title span {
  background-size: 0px 5px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.case-study:hover,
.case-study:active,
.case-study:focus {
  outline: none;
  text-decoration: none;
}
.case-study:hover .title span,
.case-study:active .title span,
.case-study:focus .title span {
  text-decoration: none;
  background-size: 100% 5px;
}
.case-study.case-study-light .case-study-content {
  background-color: #f2f2f2;
}
.case-study.case-study-gray,
.case-study.case-study-black {
  color: #fff;
}
.case-study.case-study-gray .case-study-content {
  background-color: #666666;
}
.case-study.case-study-black .case-study-content {
  background-color: #000;
}
.case-study .case-study-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.case-study .case-study-wrapper > div {
  position: relative;
}
.case-study .case-study-wrapper .case-study-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.case-study .case-study-wrapper .case-study-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.case-study .case-study-image div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.case-study:hover,
.case-study:active,
.case-study:focus {
  outline: none;
}
.case-study:hover .case-study-image .image-static,
.case-study:active .case-study-image .image-static,
.case-study:focus .case-study-image .image-static {
  opacity: 0;
}
.case-study .case-study-content {
  bottom: 0;
  top: auto;
  height: auto;
  padding: 2rem;
}
.case-study .case-study-content .intro {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.case-study .case-study-content .title {
  font-size: 1.875rem;
  line-height: 2.375rem;
}
@media (max-width: 991.98px) {
  .case-study .case-study-content .title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.case-study .case-study-content .category {
  font-size: 1rem;
}
.table-awards a {
  color: inherit;
}
.table-awards a.award-link span {
  background-size: 0px 2px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.table-awards a.award-link:hover,
.table-awards a.award-link:active,
.table-awards a.award-link:focus {
  outline: none;
  text-decoration: none;
}
.table-awards a.award-link:hover span,
.table-awards a.award-link:active span,
.table-awards a.award-link:focus span {
  text-decoration: none;
  background-size: 100% 2px;
}
.hero.hero-partner-logos {
  background-color: #000;
  padding: 4rem 0;
}
.hero.hero-partner-logos .hero-container {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero.hero-partner-logos .hero-container {
    padding-left: 0;
  }
}
.hero.hero-partner-logos .hero-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 50vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    color-stop(75%, #000),
    to(transparent)
  );
  background: linear-gradient(to right, #000 0%, #000 75%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  z-index: 2;
}
@media (max-width: 1023.98px) {
  .hero.hero-partner-logos .hero-container:before {
    width: 60vw;
  }
}
@media (max-width: 991.98px) {
  .hero.hero-partner-logos .hero-container:before {
    display: none;
  }
}
.hero.hero-partner-logos .hero-row {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  min-height: 31.25rem;
}
.hero.hero-partner-logos .hero-row > div {
  position: relative;
}
.hero.hero-partner-logos .hero-row > div.hero-col-content {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .hero.hero-partner-logos .hero-row > div.hero-col-logos {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: calc(41.66667% - 2.5rem);
  }
}
@media (max-width: 1023.98px) {
  .hero.hero-partner-logos .hero-row > div.hero-col-logos {
    height: 300px;
  }
}
.hero.hero-partner-logos .hero-col-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .hero.hero-partner-logos .hero-col-content {
    padding-right: 0;
  }
}
.hero.hero-partner-logos .hero-col-content .hero-content-wrapper {
  color: #fff;
}
@media (max-width: 991.98px) {
  .hero.hero-partner-logos .hero-col-content .hero-content-wrapper {
    padding-left: 3rem;
  }
}
@media (max-width: 767.98px) {
  .hero.hero-partner-logos .hero-col-content .hero-content-wrapper {
    padding: 0 1.5rem;
  }
}
.hero.hero-partner-logos .hero-col-content .hero-content-wrapper .hero-title {
  font-size: 2.5rem;
  line-height: 2.875rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hero.hero-partner-logos .hero-col-content .hero-content-wrapper .hero-title {
    max-width: 85%;
  }
}
@media (max-width: 576px) {
  .hero.hero-partner-logos .hero-col-content .hero-content-wrapper .hero-title {
    width: 100%;
  }
}
.hero.hero-partner-logos .hero-col-content .hero-content-wrapper .hero-content {
  width: 28.375rem;
  font-size: 1.25rem;
  padding: 2rem 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hero.hero-partner-logos
    .hero-col-content
    .hero-content-wrapper
    .hero-content {
    max-width: 85%;
  }
}
@media (max-width: 576px) {
  .hero.hero-partner-logos
    .hero-col-content
    .hero-content-wrapper
    .hero-content {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hero.hero-partner-logos .hero-col-content .hero-content-wrapper .hero-links {
    max-width: 85%;
  }
}
@media (max-width: 576px) {
  .hero.hero-partner-logos .hero-col-content .hero-content-wrapper .hero-links {
    width: 100%;
  }
  .hero.hero-partner-logos
    .hero-col-content
    .hero-content-wrapper
    .hero-links
    a {
    width: 100%;
  }
  .hero.hero-partner-logos
    .hero-col-content
    .hero-content-wrapper
    .hero-links
    a.hero-link {
    margin-left: 0 !important;
  }
}
.hero.hero-partner-logos
  .hero-col-content
  .hero-content-wrapper
  .hero-links
  .hero-link {
  display: inline-block;
  margin-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.hero.hero-partner-logos
  .hero-col-content
  .hero-content-wrapper
  .hero-links
  .hero-link
  + .hero-link {
  margin-left: 0.75rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero.hero-partner-logos
    .hero-col-content
    .hero-content-wrapper
    .hero-links
    .hero-link
    + .hero-link {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .hero.hero-partner-logos
    .hero-col-content
    .hero-content-wrapper
    .hero-links
    .hero-link
    + .hero-link {
    margin-left: 0;
  }
}
.hero.hero-partner-logos .hero-col-logos {
  min-height: 31.25rem;
  padding-bottom: 5rem;
}
.hero.hero-partner-logos .hero-col-logos.allow-css-animation .scroll-rows {
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1)
    0s;
  transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.hero.hero-partner-logos .hero-col-logos .scroll-rows {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.hero.hero-partner-logos .hero-col-logos .scroll-rows .hero-logo-row {
  height: calc(50% - 1rem);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hero.hero-partner-logos
  .hero-col-logos
  .scroll-rows
  .hero-logo-row
  > a:last-child:after {
  content: "";
  display: block;
  width: 2rem;
  height: 100%;
  position: relative;
  left: 100%;
}
.hero.hero-partner-logos
  .hero-col-logos
  .scroll-rows
  .hero-logo-row
  .hero-logo-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  height: 100%;
  margin-left: 2rem;
  background-color: #333333;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
.hero.hero-partner-logos
  .hero-col-logos
  .scroll-rows
  .hero-logo-row
  .hero-logo-item
  > div {
  position: absolute;
  left: 2rem;
  top: 2.5rem;
  bottom: 2.5rem;
  right: 2rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hero.hero-partner-logos
  .hero-col-logos
  .scroll-rows
  .hero-logo-row
  .hero-logo-item:hover,
.hero.hero-partner-logos
  .hero-col-logos
  .scroll-rows
  .hero-logo-row
  .hero-logo-item:active,
.hero.hero-partner-logos
  .hero-col-logos
  .scroll-rows
  .hero-logo-row
  .hero-logo-item:focus {
  outline: none;
  background-color: #fff;
}
.hero.hero-partner-logos
  .hero-col-logos
  .scroll-rows
  .hero-logo-row
  .hero-logo-item:hover
  .hero-logo-item-bg-static,
.hero.hero-partner-logos
  .hero-col-logos
  .scroll-rows
  .hero-logo-row
  .hero-logo-item:active
  .hero-logo-item-bg-static,
.hero.hero-partner-logos
  .hero-col-logos
  .scroll-rows
  .hero-logo-row
  .hero-logo-item:focus
  .hero-logo-item-bg-static {
  opacity: 0;
}
.hero.hero-partner-logos .hero-col-logos .glide__arrows {
  position: absolute;
  right: 10px;
  bottom: 0;
  text-align: right;
}
.hero.hero-partner-logos .hero-col-logos .glide__arrows .glide__arrow {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background-color: #000;
  border: 2px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin-left: 0.625rem;
}
.hero.hero-partner-logos
  .hero-col-logos
  .glide__arrows
  .glide__arrow
  .glide__arrow-chevron {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-top: 1px solid #00c9ff;
  border-right: 1px solid #00c9ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hero.hero-partner-logos .hero-col-logos .glide__arrows .glide__arrow:hover,
.hero.hero-partner-logos .hero-col-logos .glide__arrows .glide__arrow:active,
.hero.hero-partner-logos .hero-col-logos .glide__arrows .glide__arrow:focus {
  outline: none;
  background-color: #00c9ff !important;
  border-color: #00c9ff !important;
}
.hero.hero-partner-logos
  .hero-col-logos
  .glide__arrows
  .glide__arrow:hover
  .glide__arrow-chevron,
.hero.hero-partner-logos
  .hero-col-logos
  .glide__arrows
  .glide__arrow:active
  .glide__arrow-chevron,
.hero.hero-partner-logos
  .hero-col-logos
  .glide__arrows
  .glide__arrow:focus
  .glide__arrow-chevron {
  border-color: #000 !important;
}
.hero.hero-partner-logos
  .hero-col-logos
  .glide__arrows
  .glide__arrow.glide__arrow--left
  .glide__arrow-chevron {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.hero.hero-partner-logos
  .hero-col-logos
  .glide__arrows
  .glide__arrow.glide__arrow--right
  .glide__arrow-chevron {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mapbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.mapbox-wrapper > div:first-child {
  width: 0%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
}
.mapbox-wrapper > div:last-child {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .mapbox-wrapper > div:first-child {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .mapbox-wrapper > div:last-child {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1600px) {
  .mapbox-wrapper > div:first-child {
    width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .mapbox-wrapper > div:last-child {
    width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
.mapbox-wrapper .map-element-wrapper {
  height: calc(100vh - 77px);
}
@media (min-width: 768px) {
  .mapbox-wrapper .map-element-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 4.8125rem;
  }
}
.mapbox-wrapper .map-element-wrapper .map-element {
  height: 100%;
  width: 100%;
}
.mapbox-wrapper .map-element .map-marker {
  cursor: pointer;
  background-color: #00c9ff;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s, width 0.3s, height 0.3s;
  transition: background-color 0.3s, width 0.3s, height 0.3s;
}
.mapbox-wrapper .map-element .map-marker:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 201, 255, 0.5);
  border-radius: 50%;
  -webkit-animation: pulse 3s ease-in-out infinite;
  animation: pulse 3s ease-in-out infinite;
  -webkit-transition: background-color 0.3s, width 0.3s, height 0.3s;
  transition: background-color 0.3s, width 0.3s, height 0.3s;
}
.mapbox-wrapper .map-element .map-marker:hover,
.mapbox-wrapper .map-element .map-marker:active,
.mapbox-wrapper .map-element .map-marker:focus {
  outline: none;
  width: 1rem;
  height: 1rem;
  z-index: 2;
}
.mapbox-wrapper .map-element .map-marker:hover:after,
.mapbox-wrapper .map-element .map-marker:active:after,
.mapbox-wrapper .map-element .map-marker:focus:after {
  -webkit-animation: pulseLarge 2s ease-in-out infinite;
  animation: pulseLarge 2s ease-in-out infinite;
}
.mapbox-wrapper .map-element .map-marker.active {
  width: 1rem;
  height: 1rem;
  z-index: 2;
}
.mapbox-wrapper .map-element .map-marker.active:after {
  -webkit-animation: pulseLarge 2s ease-in-out infinite;
  animation: pulseLarge 2s ease-in-out infinite;
}
.mapbox-wrapper .map-element .mapboxgl-popup {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  width: 18.5rem;
  max-width: 90%;
  z-index: 3;
}
.mapbox-wrapper .map-element .mapboxgl-popup .mapboxgl-popup-close-button {
  display: none;
}
.mapbox-wrapper .map-element .mapboxgl-popup .mapboxgl-popup-content {
  padding: 1.5rem 2rem;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(120, 120, 120, 0.5);
  box-shadow: 0 1px 1px rgba(120, 120, 120, 0.5);
}
.mapbox-wrapper
  .map-element
  .mapboxgl-popup
  .mapboxgl-popup-content
  .map-popup-wrapper
  .map-popup-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.mapbox-wrapper
  .map-element
  .mapboxgl-popup
  .mapboxgl-popup-content
  .map-popup-wrapper
  .map-popup-info {
  font-size: 0.875rem;
}
.mapbox-wrapper
  .map-element
  .mapboxgl-popup
  .mapboxgl-popup-content
  .map-popup-wrapper
  .btn {
  font-size: 0.875rem !important;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulseLarge {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(4);
    transform: scale(4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulseLarge {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(4);
    transform: scale(4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.mapbox-wrapper .map-search-wrapper {
  overflow: visible;
  background-color: #f8f7f7;
  min-height: calc(100vh - 160px);
}
.mapbox-wrapper .map-search-wrapper .map-search-box {
  position: -webkit-sticky;
  position: sticky;
  top: 3.75rem;
  background-color: #fff;
  z-index: 2;
  padding: 1.75rem 2rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .mapbox-wrapper .map-search-wrapper .map-search-box {
    top: 4.8125rem;
  }
}
@media (max-width: 1023.98px) {
  .mapbox-wrapper .map-search-wrapper .map-search-box {
    top: 0;
  }
}
@media (max-width: 991.98px) {
  .mapbox-wrapper .map-search-wrapper .map-search-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.mapbox-wrapper .map-search-wrapper .map-search-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-input-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-input-wrapper:after {
  content: "\F002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mapbox-wrapper .map-search-wrapper .map-search-box .form-group .search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-input.form-control {
  background-color: #f8f7f7;
  height: 3.625rem;
  border: none;
  border-radius: 0;
  padding-left: 1.5rem;
  padding-right: 3rem;
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-input.form-control:hover,
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-input.form-control:active,
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-input.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-input.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-input.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-input.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-input.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.mapbox-wrapper .map-search-wrapper .map-search-box .form-group .search-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #1f2020;
  font-size: 1rem;
}
body[dir="rtl"]
  .mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-button {
  margin-left: initial;
  margin-right: 1.5rem;
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-button:hover,
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-button:active,
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-button:focus {
  outline: none;
  color: initial;
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-button
  span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-button:hover,
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-button:active,
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-button:focus {
  outline: none;
  text-decoration: none;
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-button:hover
  span,
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-button:active
  span,
.mapbox-wrapper
  .map-search-wrapper
  .map-search-box
  .form-group
  .search-button:focus
  span {
  text-decoration: none;
  background-size: 100% 3px;
}
@media (max-width: 575.98px) {
  .mapbox-wrapper
    .map-search-wrapper
    .map-search-box
    .form-group
    .search-button {
    display: none;
  }
}
@media (max-width: 576px) {
  .mapbox-wrapper .map-search-wrapper .map-search-box .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mapbox-wrapper
    .map-search-wrapper
    .map-search-box
    .form-group
    .search-input-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .mapbox-wrapper
    .map-search-wrapper
    .map-search-box
    .form-group
    .search-button {
    width: 100%;
    text-align: center;
    padding: 1rem;
    margin-left: 0;
    background-color: #000;
    color: #fff;
  }
  body[dir="rtl"]
    .mapbox-wrapper
    .map-search-wrapper
    .map-search-box
    .form-group
    .search-button {
    margin-left: initial;
    margin-right: 0;
  }
}
.mapbox-wrapper .map-search-wrapper .map-search-items > *:last-child {
  margin-bottom: 0.5rem !important;
}
.mapbox-wrapper .map-search-wrapper .map-search-items .map-search-item {
  background-color: #fff;
  padding: 1.75rem 3rem;
  margin: 0.5rem auto 0;
  max-width: calc(100% - 1rem);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .mapbox-wrapper .map-search-wrapper .map-search-items .map-search-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item
  .search-item-image {
  min-height: 12.5rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .mapbox-wrapper
    .map-search-wrapper
    .map-search-items
    .map-search-item
    .search-item-image {
    min-height: auto;
  }
}
.mapbox-wrapper .map-search-wrapper .map-search-items .map-search-item:hover,
.mapbox-wrapper .map-search-wrapper .map-search-items .map-search-item:active,
.mapbox-wrapper .map-search-wrapper .map-search-items .map-search-item:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item:hover
  .search-item-content,
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item:active
  .search-item-content,
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item:focus
  .search-item-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item:hover
  .search-item-content
  .search-item-link,
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item:active
  .search-item-content
  .search-item-link,
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item:focus
  .search-item-content
  .search-item-link {
  opacity: 1;
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item
  .search-item-title
  span {
  background-size: 0px 4px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.mapbox-wrapper .map-search-wrapper .map-search-items .map-search-item:hover,
.mapbox-wrapper .map-search-wrapper .map-search-items .map-search-item:active,
.mapbox-wrapper .map-search-wrapper .map-search-items .map-search-item:focus {
  outline: none;
  text-decoration: none;
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item:hover
  .search-item-title
  span,
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item:active
  .search-item-title
  span,
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item:focus
  .search-item-title
  span {
  text-decoration: none;
  background-size: 100% 4px;
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item
  .search-item-content {
  padding: 0.5rem 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(18px);
  transform: translateY(18px);
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item
  .search-item-content
  .search-item-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item
  .search-item-content
  .search-item-info {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.mapbox-wrapper
  .map-search-wrapper
  .map-search-items
  .map-search-item
  .search-item-content
  .search-item-link {
  font-size: 1rem;
  color: rgba(102, 102, 102, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.glide .glide__arrows {
  width: 100vw;
}
.glide .glide__arrows .glide__arrow {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background-color: #000;
  border: 2px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.glide .glide__arrows .glide__arrow .glide__arrow-chevron {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-top: 1px solid #00c9ff;
  border-right: 1px solid #00c9ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.glide .glide__arrows .glide__arrow:hover,
.glide .glide__arrows .glide__arrow:active,
.glide .glide__arrows .glide__arrow:focus {
  outline: none;
  background-color: #00c9ff !important;
  border-color: #00c9ff !important;
}
.glide .glide__arrows .glide__arrow:hover .glide__arrow-chevron,
.glide .glide__arrows .glide__arrow:active .glide__arrow-chevron,
.glide .glide__arrows .glide__arrow:focus .glide__arrow-chevron {
  border-color: #000 !important;
}
.glide .glide__arrows .glide__arrow.glide__arrow--left .glide__arrow-chevron {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.glide .glide__arrows .glide__arrow.glide__arrow--right .glide__arrow-chevron {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.glide.partner-slider {
  padding: 2rem 0;
  position: relative;
}
.glide.partner-slider .glide__arrows {
  display: none;
}
@media (min-width: 576px) {
  .glide.partner-slider .glide__arrows {
    display: block;
  }
}
.glide.partner-slider .glide__slides--wrapper {
  position: relative;
  width: 100vw;
  max-width: 100%;
}
.glide.partner-slider .glide__slides--wrapper .glide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.glide.partner-slider .glide__slides--wrapper .glide__arrow.glide__arrow--left {
  left: 0;
}
.glide.partner-slider
  .glide__slides--wrapper
  .glide__arrow.glide__arrow--right {
  right: 0;
}
.glide.partner-slider .glide__track {
  position: relative;
  margin-bottom: 1rem;
}
.glide.partner-slider .glide__track .glide__slides .glide__slide {
  height: auto;
  -ms-flex-item-align: initial;
  align-self: initial;
}
.glide.partner-slider .glide__track .glide__slides .glide__slide .container {
  height: 100%;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper.bordered {
  border: 1px solid #dbdbdb;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-image,
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-image {
  background-size: cover;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  padding: 4rem 3rem;
  min-height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .glide.partner-slider
    .glide__track
    .glide__slides
    .glide__slide
    .slide-wrapper
    .slide-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .glide.partner-slider
    .glide__track
    .glide__slides
    .glide__slide
    .slide-wrapper
    .slide-content {
    padding: 1rem;
  }
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-name {
  font-size: 1rem;
  margin: 1.5rem 0 0;
  font-weight: bold;
  text-transform: uppercase;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-subtitle {
  font-size: 1rem;
  margin: 0.625rem 0 1.5rem;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links {
  list-style: none;
  margin: 1.5 0 0;
  padding: 0;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item {
  margin-top: 0.625rem;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link {
  font-size: 0.875rem;
  padding: 0;
  color: #000;
  text-transform: uppercase;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link
  > span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:hover,
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:active,
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:focus {
  outline: none;
  text-decoration: none;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:hover
  > span,
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:active
  > span,
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:focus
  > span {
  text-decoration: none;
  background-size: 100% 3px;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link
  > span
  > span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(#fff)
  );
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  overflow: visible;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:hover,
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:active,
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:focus {
  outline: none;
  text-decoration: none;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:hover
  > span
  > span,
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:active
  > span
  > span,
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:focus
  > span
  > span {
  text-decoration: none;
  background-size: 100% 3px;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link
  > span {
  background-size: 100% 3px;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content {
  position: relative;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-content-wrapper {
  position: relative;
}
.glide.partner-slider
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 200%;
  width: 100%;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background-color: #fff;
}
@media (max-width: 1023.98px) {
  .glide.partner-slider
    .glide__track
    .glide__slides
    .glide__slide
    .slide-wrapper {
    display: block;
  }
  .glide.partner-slider
    .glide__track
    .glide__slides
    .glide__slide
    .slide-wrapper
    .slide-image {
    height: 30vh;
  }
  .glide.partner-slider
    .glide__track
    .glide__slides
    .glide__slide
    .slide-wrapper
    .slide-image,
  .glide.partner-slider
    .glide__track
    .glide__slides
    .glide__slide
    .slide-wrapper
    .slide-content {
    width: 100%;
  }
  .glide.partner-slider
    .glide__track
    .glide__slides
    .glide__slide
    .slide-wrapper
    .slide-links {
    margin-bottom: 0;
  }
}
.glide.partner-slider .glide__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (max-width: 991.98px) {
  .glide.partner-slider .glide__bullets {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.glide.partner-slider .glide__bullets .glide__bullet {
  position: relative;
  height: 5rem;
  width: 7.5rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .glide.partner-slider .glide__bullets .glide__bullet {
    height: 3.75rem;
  }
}
@media (max-width: 991.98px) {
  .glide.partner-slider .glide__bullets .glide__bullet {
    height: 1.875rem;
  }
}
.glide.partner-slider .glide__bullets .glide__bullet .glide__bullet--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glide.partner-slider .glide__bullets .glide__bullet .glide__bullet--img div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.glide.partner-slider
  .glide__bullets
  .glide__bullet
  .glide__bullet--img
  div.img-hover {
  opacity: 0;
}
.glide.partner-slider
  .glide__bullets
  .glide__bullet.glide__bullet--active
  .img-static {
  opacity: 0 !important;
}
.glide.partner-slider
  .glide__bullets
  .glide__bullet.glide__bullet--active
  .img-hover {
  opacity: 1 !important;
}
.glide.partner-slider .glide__bullets .glide__bullet:hover,
.glide.partner-slider .glide__bullets .glide__bullet:active,
.glide.partner-slider .glide__bullets .glide__bullet:focus {
  outline: none;
}
.glide.partner-slider .glide__bullets .glide__bullet:hover .img-static,
.glide.partner-slider .glide__bullets .glide__bullet:active .img-static,
.glide.partner-slider .glide__bullets .glide__bullet:focus .img-static {
  opacity: 0 !important;
}
.glide.partner-slider .glide__bullets .glide__bullet:hover .img-hover,
.glide.partner-slider .glide__bullets .glide__bullet:active .img-hover,
.glide.partner-slider .glide__bullets .glide__bullet:focus .img-hover {
  opacity: 1 !important;
}
.glide.awards-slider {
  padding: 2rem 0;
}
.glide.awards-slider .glide__slides--wrapper {
  position: relative;
}
.glide.awards-slider .glide__arrows {
  display: none;
}
@media (min-width: 576px) {
  .glide.awards-slider .glide__arrows {
    display: block;
  }
}
.glide.awards-slider .glide__arrows .glide__arrow {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .glide.awards-slider .glide__arrows .glide__arrow {
    display: block;
  }
}
.glide.awards-slider .glide__arrows .glide__arrow.glide__arrow--left {
  left: 0;
}
.glide.awards-slider .glide__arrows .glide__arrow.glide__arrow--right {
  right: 0;
}
.glide.awards-slider .glide__arrows:before,
.glide.awards-slider .glide__arrows:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18vw;
  z-index: 1;
}
.glide.awards-slider .glide__arrows:before {
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.glide.awards-slider .glide__arrows:after {
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.glide.awards-slider .glide__bullets {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.glide.awards-slider .glide__bullets .glide__bullet {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  padding: 0;
  border: none;
  border-radius: 50%;
  opacity: 0.25;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.glide.awards-slider .glide__bullets .glide__bullet + .glide__bullet {
  margin-left: 0.5rem;
}
.glide.awards-slider .glide__bullets .glide__bullet:hover,
.glide.awards-slider .glide__bullets .glide__bullet.glide__bullet--active {
  opacity: 1;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.glide.awards-slider .glide__slides .glide__slide {
  display: block;
  min-height: 100%;
}
.glide.awards-slider .glide__slides .glide__slide .glide-anchor {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.glide.awards-slider
  .glide__slides
  .glide__slide
  .glide-anchor
  .card-title-wrapper {
  margin-bottom: 1rem;
}
.glide.awards-slider
  .glide__slides
  .glide__slide
  .glide-anchor
  .card-title-wrapper
  .card-title {
  text-decoration: none;
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  padding: 0.1% 0px;
  background-repeat: no-repeat;
}
.glide.awards-slider .glide__slides .glide__slide .glide-anchor:hover,
.glide.awards-slider .glide__slides .glide__slide .glide-anchor:active,
.glide.awards-slider .glide__slides .glide__slide .glide-anchor:focus {
  outline: none;
  text-decoration: inherit;
}
.glide.awards-slider
  .glide__slides
  .glide__slide
  .glide-anchor:hover
  .card-title-wrapper
  .card-title,
.glide.awards-slider
  .glide__slides
  .glide__slide
  .glide-anchor:active
  .card-title-wrapper
  .card-title,
.glide.awards-slider
  .glide__slides
  .glide__slide
  .glide-anchor:focus
  .card-title-wrapper
  .card-title {
  background-size: 100% 2px;
}
.glide.awards-slider .card {
  background-color: #f8f7f7;
  border: none;
  border-radius: 0;
  height: calc(100% - 2px);
  margin-top: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.glide.awards-slider .card:hover {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}
.glide.awards-slider .card .card-body {
  padding: 3rem 2rem;
}
.glide.awards-slider .card .card-body .card-title {
  font-size: 1.3rem;
  line-height: 1.4375rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .glide.awards-slider .card .card-body .card-title {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 1.5rem;
  }
}
.glide.awards-slider .card .card-body ul {
  padding-left: 0.9375rem;
}
.glide.awards-slider .card .card-body ul li {
  margin-top: 0.3125rem;
}
.glide.awards-slider .card .card-body ul li:first-child {
  margin-top: 0;
}
.glide.awards-slider .card .card-body .card-text {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .glide.awards-slider .card .card-body .card-text {
    font-size: 1rem;
  }
}
.glide.awards-slider .card .card-body .card-img {
  height: 7.8125rem;
  width: auto;
  margin-bottom: 1.5rem;
}
.glide.tweet-slider .glide__slides--wrapper {
  position: relative;
}
.glide.tweet-slider .glide__arrows {
  display: none;
}
@media (min-width: 576px) {
  .glide.tweet-slider .glide__arrows {
    display: block;
  }
}
.glide.tweet-slider .glide__arrows .glide__arrow {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .glide.tweet-slider .glide__arrows .glide__arrow {
    display: block;
  }
}
.glide.tweet-slider .glide__arrows .glide__arrow.glide__arrow--left {
  left: 0;
}
.glide.tweet-slider .glide__arrows .glide__arrow.glide__arrow--right {
  right: 0;
}
.glide.tweet-slider .glide__arrows:before,
.glide.tweet-slider .glide__arrows:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18vw;
  z-index: 1;
}
.glide.tweet-slider .glide__arrows:before {
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.glide.tweet-slider .glide__arrows:after {
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.glide.tweet-slider .glide__bullets {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.glide.tweet-slider .glide__bullets .glide__bullet {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  padding: 0;
  border: none;
  border-radius: 50%;
  opacity: 0.25;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.glide.tweet-slider .glide__bullets .glide__bullet + .glide__bullet {
  margin-left: 0.5rem;
}
.glide.tweet-slider .glide__bullets .glide__bullet:hover,
.glide.tweet-slider .glide__bullets .glide__bullet.glide__bullet--active {
  opacity: 1;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.glide.tweet-slider .glide__slides .glide__slide {
  display: block;
  min-height: 100%;
}
.glide.tweet-slider .glide__slides .glide__slide .glide-anchor {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.glide.tweet-slider
  .glide__slides
  .glide__slide
  .glide-anchor
  .card-title-wrapper {
  margin-bottom: 1rem;
}
.glide.tweet-slider
  .glide__slides
  .glide__slide
  .glide-anchor
  .card-title-wrapper
  .card-title {
  text-decoration: none;
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  padding: 0.1% 0px;
  background-repeat: no-repeat;
}
.glide.tweet-slider .glide__slides .glide__slide .glide-anchor:hover,
.glide.tweet-slider .glide__slides .glide__slide .glide-anchor:active,
.glide.tweet-slider .glide__slides .glide__slide .glide-anchor:focus {
  outline: none;
  text-decoration: inherit;
}
.glide.tweet-slider
  .glide__slides
  .glide__slide
  .glide-anchor:hover
  .card-title-wrapper
  .card-title,
.glide.tweet-slider
  .glide__slides
  .glide__slide
  .glide-anchor:active
  .card-title-wrapper
  .card-title,
.glide.tweet-slider
  .glide__slides
  .glide__slide
  .glide-anchor:focus
  .card-title-wrapper
  .card-title {
  background-size: 100% 2px;
}
.glide.tweet-slider .card {
  background-color: #f8f7f7;
  border: none;
  border-radius: 0;
  height: calc(100% - 2px);
  margin-top: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.glide.tweet-slider .card:hover {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}
.glide.tweet-slider .card .card-body {
  padding: 0;
}
.glide.tweet-slider .card .card-body .card-content {
  padding: 2.1875rem;
}
.glide.tweet-slider .card .card-body .card-content .tweet-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.glide.tweet-slider .card .card-body .card-content .tweet-info .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.glide.tweet-slider .card .card-body .card-content .tweet-info .logo img {
  width: 2.5rem;
}
.glide.tweet-slider .card .card-body .card-content .tweet-info .logo p {
  margin-left: 0.5rem;
  margin-bottom: 0;
}
.glide.tweet-slider .card .card-body .card-content .tweet-info .date {
  margin-left: auto;
}
.glide.tweet-slider .card .card-body ul li {
  margin-top: 0.3125rem;
}
.glide.tweet-slider .card .card-body ul li:first-child {
  margin-top: 0;
}
.glide.tweet-slider .card .card-body .card-text {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .glide.tweet-slider .card .card-body .card-text {
    font-size: 1rem;
  }
}
.glide.tweet-slider .card .card-body .card-img {
  width: 100%;
}
.glide.partner-logo-slider .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.glide.partner-logo-slider .logo-wrapper .logo-item {
  width: 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.glide.partner-logo-slider .logo-wrapper .logo-item .logo {
  margin: 0 auto;
  display: block;
  width: 7.5rem;
  height: 4rem;
  background-size: contain;
}
.glide.partner-testimonial {
  padding: 2rem 0;
  position: relative;
}
.glide.partner-testimonial .glide__arrows {
  display: none;
}
@media (min-width: 576px) {
  .glide.partner-testimonial .glide__arrows {
    display: block;
  }
}
.glide.partner-testimonial .glide__slides--wrapper {
  position: relative;
  width: 100vw;
  max-width: 100%;
}
.glide.partner-testimonial .glide__slides--wrapper .glide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.glide.partner-testimonial
  .glide__slides--wrapper
  .glide__arrow.glide__arrow--left {
  left: 0;
}
.glide.partner-testimonial
  .glide__slides--wrapper
  .glide__arrow.glide__arrow--right {
  right: 0;
}
.glide.partner-testimonial .glide__track {
  position: relative;
  margin-bottom: 1rem;
}
.glide.partner-testimonial .glide__track .glide__slides .glide__slide {
  height: auto;
  -ms-flex-item-align: initial;
  align-self: initial;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .container {
  height: 100%;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper.bordered {
  border: 1px solid #dbdbdb;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-image,
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-image {
  background-size: cover;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  padding: 4rem 3rem;
  min-height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .glide.partner-testimonial
    .glide__track
    .glide__slides
    .glide__slide
    .slide-wrapper
    .slide-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .glide.partner-testimonial
    .glide__track
    .glide__slides
    .glide__slide
    .slide-wrapper
    .slide-content {
    padding: 1rem;
  }
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-quote {
  font-size: 1.5rem;
  line-height: 2.375rem;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-name {
  font-size: 1rem;
  margin: 1.5rem 0 2rem;
  line-height: 24px;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-subtitle {
  font-size: 1rem;
  margin: 0.625rem 0 1.5rem;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links {
  list-style: none;
  margin: 1.5 0 0;
  padding: 0;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item {
  margin-top: 0.625rem;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link {
  font-size: 0.875rem;
  padding: 0;
  color: #000;
  text-transform: uppercase;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link
  > span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:hover,
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:active,
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:focus {
  outline: none;
  text-decoration: none;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:hover
  > span,
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:active
  > span,
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:focus
  > span {
  text-decoration: none;
  background-size: 100% 3px;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link
  > span
  > span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(#fff)
  );
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  overflow: visible;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:hover,
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:active,
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:focus {
  outline: none;
  text-decoration: none;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:hover
  > span
  > span,
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:active
  > span
  > span,
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link:focus
  > span
  > span {
  text-decoration: none;
  background-size: 100% 3px;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-links
  .nav-item
  .nav-link
  > span {
  background-size: 100% 3px;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content {
  position: relative;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content
  .slide-content-wrapper {
  position: relative;
}
.glide.partner-testimonial
  .glide__track
  .glide__slides
  .glide__slide
  .slide-wrapper
  .slide-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 200%;
  width: 100%;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background-color: #fff;
}
@media (max-width: 1023.98px) {
  .glide.partner-testimonial
    .glide__track
    .glide__slides
    .glide__slide
    .slide-wrapper {
    display: block;
  }
  .glide.partner-testimonial
    .glide__track
    .glide__slides
    .glide__slide
    .slide-wrapper
    .slide-image {
    height: 30vh;
  }
  .glide.partner-testimonial
    .glide__track
    .glide__slides
    .glide__slide
    .slide-wrapper
    .slide-image,
  .glide.partner-testimonial
    .glide__track
    .glide__slides
    .glide__slide
    .slide-wrapper
    .slide-content {
    width: 100%;
  }
  .glide.partner-testimonial
    .glide__track
    .glide__slides
    .glide__slide
    .slide-wrapper
    .slide-links {
    margin-bottom: 0;
  }
}
.glide.partner-testimonial .glide__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (max-width: 991.98px) {
  .glide.partner-testimonial .glide__bullets {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.glide.partner-testimonial .glide__bullets .glide__bullet {
  position: relative;
  height: 5rem;
  width: 7.5rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .glide.partner-testimonial .glide__bullets .glide__bullet {
    height: 3.75rem;
  }
}
.glide.partner-testimonial .glide__bullets .glide__bullet .glide__bullet--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glide.partner-testimonial
  .glide__bullets
  .glide__bullet
  .glide__bullet--img
  div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.glide.partner-testimonial
  .glide__bullets
  .glide__bullet
  .glide__bullet--img
  div.img-hover {
  opacity: 0;
}
.glide.partner-testimonial
  .glide__bullets
  .glide__bullet.glide__bullet--active
  .img-static {
  opacity: 0 !important;
}
.glide.partner-testimonial
  .glide__bullets
  .glide__bullet.glide__bullet--active
  .img-hover {
  opacity: 1 !important;
}
.glide.partner-testimonial .glide__bullets .glide__bullet:hover,
.glide.partner-testimonial .glide__bullets .glide__bullet:active,
.glide.partner-testimonial .glide__bullets .glide__bullet:focus {
  outline: none;
}
.glide.partner-testimonial .glide__bullets .glide__bullet:hover .img-static,
.glide.partner-testimonial .glide__bullets .glide__bullet:active .img-static,
.glide.partner-testimonial .glide__bullets .glide__bullet:focus .img-static {
  opacity: 0 !important;
}
.glide.partner-testimonial .glide__bullets .glide__bullet:hover .img-hover,
.glide.partner-testimonial .glide__bullets .glide__bullet:active .img-hover,
.glide.partner-testimonial .glide__bullets .glide__bullet:focus .img-hover {
  opacity: 1 !important;
}
.glide.partner-testimonial .logo-track {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .glide.partner-testimonial .logo-track {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.glide.partner-testimonial .logo-track .logo img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media (max-width: 991.98px) {
  .glide.partner-testimonial .logo-track .logo img {
    width: 15vw;
    margin: 0.625rem 5vw;
  }
}
.glide.partner-testimonial .logo-track .logo img.active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media (min-width: 992px) {
  .partner-cols-mobile-bg {
    display: none;
  }
}
.partner-cols-mobile-bg .bg {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.partner-cols {
  padding: 4rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 991.98px) {
  .partner-cols {
    background-image: none !important;
    background-color: #000;
  }
}
@media (min-width: 1200px) {
  .partner-cols .container {
    max-width: 1380px;
  }
}
.partner-cols .container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: radial-gradient(at bottom left, rgba(0, 0, 0, 0.1), #000);
}
.partner-cols [class*="col-"] {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin: 2rem auto;
}
.partner-cols [class*="col-"] .content {
  padding: 4rem 3rem;
  height: 100%;
}
.partner-cols [class*="col-"] .content p.h2 {
  font-size: 2.5rem;
}
.partner-cols [class*="col-"] .content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.partner-cols [class*="col-"] .content a {
  margin-top: 2rem;
}
.partner-cols.theme-solid-bg {
  margin: 0;
}
.partner-cols.theme-solid-bg .container:before {
  display: none;
}
.partner-cols.theme-solid-bg [class*="col-"] .content {
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.19);
}
.partner-cols.theme-solid-bg [class*="col-"] .content.smaller {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 4rem 3rem;
}
@media (max-width: 991.98px) {
  .partner-cols.theme-solid-bg [class*="col-"] .content.smaller {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.partner-cols.theme-solid-bg [class*="col-"] .content p.h2 {
  font-size: 2.5rem;
}
.partner-cols.theme-solid-bg [class*="col-"] .content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.partner-cols.theme-solid-bg [class*="col-"] .content a {
  color: #000;
  text-decoration: none;
}
.partner-cols.theme-solid-bg [class*="col-"] .content a > span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.partner-cols.theme-solid-bg [class*="col-"] .content a:hover,
.partner-cols.theme-solid-bg [class*="col-"] .content a:active,
.partner-cols.theme-solid-bg [class*="col-"] .content a:focus {
  outline: none;
  text-decoration: none;
}
.partner-cols.theme-solid-bg [class*="col-"] .content a:hover > span,
.partner-cols.theme-solid-bg [class*="col-"] .content a:active > span,
.partner-cols.theme-solid-bg [class*="col-"] .content a:focus > span {
  text-decoration: none;
  background-size: 100% 3px;
}
.partner-cols.theme-solid-bg [class*="col-"] .content a > span > span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#000)
  );
  background-image: linear-gradient(to right, #000 0%, #000 100%);
  overflow: visible;
}
.partner-cols.theme-solid-bg [class*="col-"] .content a:hover,
.partner-cols.theme-solid-bg [class*="col-"] .content a:active,
.partner-cols.theme-solid-bg [class*="col-"] .content a:focus {
  outline: none;
  text-decoration: none;
}
.partner-cols.theme-solid-bg [class*="col-"] .content a:hover > span > span,
.partner-cols.theme-solid-bg [class*="col-"] .content a:active > span > span,
.partner-cols.theme-solid-bg [class*="col-"] .content a:focus > span > span {
  text-decoration: none;
  background-size: 100% 3px;
}
.partner-cols.theme-solid-bg [class*="col-"] .content a > span {
  background-size: 100% 3px;
}
.partners {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .partner-blocks {
    padding: 2rem 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .partner-blocks {
    padding: 0;
  }
}
.partner-blocks .partner-block {
  display: block;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .partner-blocks .partner-block {
    margin-bottom: 1.875rem;
  }
}
.partner-blocks .partner-block .partner-img-wrapper {
  position: relative;
  padding-top: 65.20788%;
  background-color: #171717;
}
.partner-blocks .partner-block .partner-tag-wrapper {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  right: 0.9375rem;
  padding: 1rem;
  text-align: right;
}
.partner-blocks .partner-block .partner-tag-wrapper .badge {
  display: inline-block;
  position: relative;
}
.partner-blocks .partner-block .partner-tag-wrapper .badge:hover,
.partner-blocks .partner-block .partner-tag-wrapper .badge:active,
.partner-blocks .partner-block .partner-tag-wrapper .badge:focus {
  outline: none;
}
.partner-blocks .partner-block .partner-tag-wrapper .badge:hover .badge-tooltip,
.partner-blocks
  .partner-block
  .partner-tag-wrapper
  .badge:active
  .badge-tooltip,
.partner-blocks
  .partner-block
  .partner-tag-wrapper
  .badge:focus
  .badge-tooltip {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
.partner-blocks .partner-block .partner-tag-wrapper .badge .badge-tooltip {
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: absolute;
  min-width: 200px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  color: #171717;
  font-size: 1rem;
  top: -60%;
  margin: 0 1rem;
  right: 100%;
}
.partner-blocks
  .partner-block
  .partner-tag-wrapper
  .badge
  .badge-tooltip
  .content {
  white-space: pre-line;
  text-align: left;
}
.partner-blocks
  .partner-block
  .partner-tag-wrapper
  .badge
  .badge-tooltip::after,
.partner-blocks
  .partner-block
  .partner-tag-wrapper
  .badge
  .badge-tooltip::before {
  left: 100%;
  top: 25%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
}
.partner-blocks
  .partner-block
  .partner-tag-wrapper
  .badge
  .badge-tooltip::after {
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.partner-blocks
  .partner-block
  .partner-tag-wrapper
  .badge
  .badge-tooltip::before {
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.partner-blocks .partner-block .partner-content-wrapper {
  position: absolute;
  top: 20%;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0;
  overflow: hidden;
}
.partner-blocks .partner-block .partner-content-wrapper:hover,
.partner-blocks .partner-block .partner-content-wrapper:active,
.partner-blocks .partner-block .partner-content-wrapper:focus {
  outline: none;
}
.partner-blocks .partner-block .partner-content-wrapper:hover .partner-content,
.partner-blocks .partner-block .partner-content-wrapper:active .partner-content,
.partner-blocks .partner-block .partner-content-wrapper:focus .partner-content {
  top: 0;
}
.partner-blocks .partner-block .partner-img-wrapper .partner-img {
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 30%;
  right: 30%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.partner-blocks .partner-block .partner-content-wrapper .partner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  padding: 1.5rem 1.5rem 0 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.partner-blocks .partner-block .partner-content-wrapper .partner-content .info {
  overflow: hidden;
  height: 100%;
  text-overflow: ellipsis;
}
.partner-blocks
  .partner-block
  .partner-content-wrapper
  .partner-content
  .info
  p {
  margin-bottom: 0;
}
.partner-blocks
  .partner-block
  .partner-content-wrapper
  .partner-content
  .title {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
.partner-blocks a.partner-block {
  color: inherit;
}
.partner-blocks a.partner-block:hover,
.partner-blocks a.partner-block:active,
.partner-blocks a.partner-block:focus {
  outline: none;
  text-decoration: none;
  color: initial;
}
.connect-with-us [class*="col-"].content-col {
  padding: 3rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.connect-with-us [class*="col-"].content-col .content-col-wrapper {
  max-width: 28.125rem;
}
.connect-with-us [class*="col-"].content-col .content-col-wrapper h2 {
  margin-bottom: 1rem;
}
.connect-with-us [class*="col-"].content-col .content-col-wrapper p {
  margin-bottom: 1rem;
}
.connect-with-us
  [class*="col-"].content-col
  .content-col-wrapper
  .social-links {
  margin: 2rem 0 1rem;
}
.connect-with-us
  [class*="col-"].content-col
  .content-col-wrapper
  .social-links
  .social-link {
  color: #000;
  font-size: 1.5625rem;
  margin-right: 0.5rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.connect-with-us
  [class*="col-"].content-col
  .content-col-wrapper
  .social-links
  .social-link:hover {
  text-decoration: none;
  color: #00c9ff;
}
.connect-with-us
  [class*="col-"].content-col
  .content-col-wrapper
  .social-links
  .social-link:hover
  .glassdoor
  svg
  * {
  fill: #00c9ff;
}
.connect-with-us
  [class*="col-"].content-col
  .content-col-wrapper
  .social-links
  .social-link
  .glassdoor {
  position: relative;
  display: inline-block;
  width: 1.4375rem;
  height: 1.4375rem;
}
.connect-with-us
  [class*="col-"].content-col
  .content-col-wrapper
  .social-links
  .social-link
  .glassdoor
  svg {
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.4375rem;
  height: 1.4375rem;
}
.connect-with-us
  [class*="col-"].content-col
  .content-col-wrapper
  .social-links
  .social-link
  .glassdoor
  svg
  * {
  fill: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#rss-feed .rss-feed-container {
  padding: 5.3125rem 0;
}
#rss-feed .rss-feed-container .rss-title {
  margin-bottom: 3.75rem;
}
#rss-feed .rss-feed-container .rss-title a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
#rss-feed .rss-feed-container .rss-title a:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 90%;
  margin: 0 auto;
  height: 2px;
  background-color: #00c9ff;
  width: 100%;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}
#rss-feed .rss-feed-container .rss-title a:hover,
#rss-feed .rss-feed-container .rss-title a:active,
#rss-feed .rss-feed-container .rss-title a:focus {
  outline: none;
}
#rss-feed .rss-feed-container .rss-title a:hover:after,
#rss-feed .rss-feed-container .rss-title a:active:after,
#rss-feed .rss-feed-container .rss-title a:focus:after {
  content: "";
  width: 0%;
}
#rss-feed .card.post-item {
  padding: 3.4375rem;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1231.98px) {
  #rss-feed .card.post-item {
    padding: 2rem;
  }
}
#rss-feed .card.post-item .post-title span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
#rss-feed .card.post-item:hover,
#rss-feed .card.post-item:active,
#rss-feed .card.post-item:focus {
  outline: none;
  text-decoration: none;
}
#rss-feed .card.post-item:hover .post-title span,
#rss-feed .card.post-item:active .post-title span,
#rss-feed .card.post-item:focus .post-title span {
  text-decoration: none;
  background-size: 100% 3px;
}
#rss-feed .card.post-item:hover,
#rss-feed .card.post-item:active,
#rss-feed .card.post-item:focus {
  outline: none;
  -webkit-box-shadow: 0px 4px 1px rgba(120, 120, 120, 0.5);
  box-shadow: 0px 4px 1px rgba(120, 120, 120, 0.5);
}
@media (min-width: 992px) {
  #rss-feed .card.post-item:hover,
  #rss-feed .card.post-item:active,
  #rss-feed .card.post-item:focus {
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
  }
}
#rss-feed .card.post-item:hover {
  text-decoration: none;
}
#rss-feed .card.post-item .post-date {
  font-size: 1rem;
  margin-bottom: 2rem;
}
#rss-feed .card.post-item .post-title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#rss-feed .card.post-item .post-content {
  font-size: 1rem;
}
.stock-quote .info .name {
  font-size: 2.5rem;
}
.stock-quote .info .tag {
  font-size: 1.5rem;
}
.stock-quote .info .date-updated {
  font-size: 1.25rem;
}
.stock-quote .ticker > div {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.stock-quote .ticker > div:first-child {
  border-top: none;
}
.stock-quote .ticker > div .label {
  font-size: 1.5rem;
}
.stock-quote .ticker > div .value {
  font-size: 2rem;
}
.stock-quote .ticker > div .value.increase {
  color: #0f9d58;
}
.stock-quote .ticker > div .value.decrease {
  color: #d23f31;
}
.fast-facts .facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .fast-facts .facts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.fast-facts .facts dl {
  min-width: 262px;
  margin: 0;
  padding: 4.0625rem 0 5.5625rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.fast-facts .facts dl:first-child {
  border-left: 0;
}
@media (max-width: 991.98px) {
  .fast-facts .facts dl {
    min-width: 50%;
    padding: 2.5rem 0 3.125rem;
    border-left: 0;
  }
  .fast-facts .facts dl:first-child {
    border-top: 0;
  }
  .fast-facts .facts dl:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .fast-facts .facts dl:nth-child(4n),
  .fast-facts .facts dl:nth-child(4n-1) {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
  .fast-facts .facts dl dt {
    font-size: 1.875rem;
  }
}
.abstract-item-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.abstract-item-image-wrapper .video-button-wrapper {
  z-index: 2;
  font-size: 0.875rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .abstract-item-image-wrapper .video-button-wrapper {
    top: 17.5vw;
  }
}
@media (max-width: 991.98px) {
  .abstract-item-image-wrapper {
    position: static;
  }
}
.abstract-item-image-wrapper img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.abstract-item-image-wrapper img.color {
  position: absolute;
  top: 0;
  opacity: 1;
}
.hero.grid {
  grid-template-columns: 25vw 25vw 25vw 25vw;
}
.hero.grid .grid-item .service-item .service-item-content {
  width: 26.25rem;
}
.hero.grid .grid-item .service-item .service-item-content > * {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .hero.grid .grid-item-feature {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .hero.grid .grid-item-double-full {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .hero.grid .grid-item-double-full .service-item-image-full {
    background-position: top center;
  }
}
.content-section {
  background-size: cover;
  background-position: center center;
  padding: 2.5rem 0 5rem;
  min-height: 450px;
}
@media (max-width: 991.98px) {
  .content-section {
    padding: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .content-section {
    padding: 0;
  }
}
.content-section h2 {
  font-size: 2.5rem;
}
.content-section p {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .content-section.what-we-do h2,
  .content-section.what-we-do p {
    width: 100%;
    text-align: left;
  }
}
.content-section.what-we-do .d-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .content-section.what-we-do .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.content-section.why-we-are-different .card {
  padding: 5.625rem 5rem;
}
@media (max-width: 991.98px) {
  .content-section.why-we-are-different .card {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .content-section.why-we-are-different .card .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.content-section.why-we-are-different .card .text-block {
  text-align: left;
}
.content-section.why-we-are-different .card .text-block h5 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.content-section.where-we-are {
  padding: 5rem 0;
}
.content-section.where-we-are .d-flex {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.content-section.where-we-are .d-flex .text-block h5 {
  font-size: 2.5rem;
}
.content-section.where-we-are .d-flex .text-block p {
  font-size: 1.25rem;
}
.fast-facts.where-we-are h2 {
  font-size: 2.625rem;
}
.fast-facts.where-we-are p {
  font-size: 1.25rem;
}
.fast-facts.where-we-are .facts {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .fast-facts.where-we-are .facts dl {
    min-width: 33.3%;
  }
}
@media (max-width: 767.98px) {
  .fast-facts.where-we-are .facts dl dt {
    font-size: 1.5rem;
  }
}
.fast-facts.where-we-are .facts dl:nth-child(4n-1) {
  border-top: none;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.about-dxc .items a:hover .item .img-aspect .actual-image {
  -webkit-transform: scale(1.05) translateX(5px) !important;
  transform: scale(1.05) translateX(5px) !important;
}
.about-dxc .items a .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.about-dxc .items a .item .img-aspect {
  width: 100%;
  height: 10.8125rem;
  overflow: hidden;
}
.about-dxc .items a .item .img-aspect .actual-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.about-dxc .items a .item .copy-wrapper {
  max-width: 100% !important;
}
.about-dxc .items a .item .copy-wrapper h3 span {
  text-align: left;
}
.our-history .item-col {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our-history .item-col .content-wrapper {
  width: 100%;
}
.our-history .item-col .content-wrapper .scroll-content {
  min-height: calc(100vh - 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .our-history .item-col .content-wrapper .scroll-content {
    max-width: 576px;
    margin: 0 auto;
  }
}
@media (max-width: 1023.98px) {
  .our-history .item-col .content-wrapper .scroll-content {
    max-width: 576px;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .our-history .item-col .content-wrapper .scroll-content {
    min-height: auto;
    padding: 3rem 0;
  }
}
.our-history .item-col .content-wrapper .scroll-content:first-of-type h2 {
  display: block;
}
.our-history .item-col .content-wrapper .scroll-content h2 {
  display: none;
}
.our-history .item-col .content-wrapper .scroll-content img {
  max-width: 100%;
}
.our-history .item-col .content-wrapper .scroll-content .copy .year {
  line-height: 1;
  font-size: 2.5rem;
}
.our-history .item-col .content-wrapper .scroll-content .copy .underlined-link {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1rem;
}
.our-history .content-col {
  background-color: #000 !important;
  overflow: hidden;
}
.our-history .content-col .scroll-items {
  height: 100%;
  padding: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1231.98px) {
  .our-history .content-col .scroll-items {
    padding: 5rem 1.875rem;
  }
}
.our-history .content-col .scroll-items .scroll-item {
  color: white;
  width: 100%;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-left: 1px solid white;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1231.98px) {
  .our-history .content-col .scroll-items .scroll-item {
    padding: 1rem;
  }
}
.our-history .content-col .scroll-items .scroll-item .circle {
  position: absolute;
  left: -6px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #000;
  opacity: 1;
  -webkit-box-shadow: 0 0 1px 0px white;
  box-shadow: 0 0 1px 0px white;
  width: 12px;
  height: 12px;
}
.our-history .content-col .scroll-items .scroll-item:first-of-type:before {
  content: "";
  width: 1px;
  height: 12rem;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    color-stop(30%, #fff),
    to(#000)
  );
  background: linear-gradient(0deg, #fff 0%, #fff 30%, #000 100%);
  left: -1px;
  top: -12rem;
  position: absolute;
  z-index: 10;
}
.our-history .content-col .scroll-items .scroll-item:last-of-type:before {
  content: "";
  width: 1px;
  height: 12rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(30%, #fff),
    to(#000)
  );
  background: linear-gradient(180deg, #fff 0%, #fff 30%, #000 100%);
  left: -1px;
  bottom: -12rem;
  position: absolute;
  z-index: 10;
}
.our-history .content-col .scroll-items .scroll-item.active .circle {
  border: 1px solid #ffed00;
}
.our-history .content-col .scroll-items .scroll-item.active .circle:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  border: 1px solid #ffed00;
  border-radius: 50%;
  background-color: #ffed00;
  opacity: 1;
  -webkit-box-shadow: 0 0 1px 0px white;
  box-shadow: 0 0 1px 0px white;
  width: 6px;
  height: 6px;
}
.our-history .content-col .scroll-items .scroll-item:hover,
.our-history .content-col .scroll-items .scroll-item:active,
.our-history .content-col .scroll-items .scroll-item:focus {
  outline: none;
}
.our-history .content-col .scroll-items .scroll-item:hover .circle,
.our-history .content-col .scroll-items .scroll-item:active .circle,
.our-history .content-col .scroll-items .scroll-item:focus .circle {
  border: 1px solid #ffed00;
}
.our-history .content-col .scroll-items .scroll-item:hover .circle:before,
.our-history .content-col .scroll-items .scroll-item:active .circle:before,
.our-history .content-col .scroll-items .scroll-item:focus .circle:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  border: 1px solid #ffed00;
  border-radius: 50%;
  background-color: #ffed00;
  opacity: 1;
  -webkit-box-shadow: 0 0 1px 0px white;
  box-shadow: 0 0 1px 0px white;
  width: 6px;
  height: 6px;
}
.our-history .content-col .faded {
  width: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    color-stop(49%, #fff),
    to(transparent)
  );
  background: linear-gradient(0deg, #fff 0%, #fff 49%, transparent 100%);
  bottom: 0;
  height: 440px;
  left: -50%;
  bottom: -230px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
}
#our-history {
  position: relative;
}
@media (max-width: 767.98px) {
  .item-sxs.about-dxc .items .item h3 {
    font-size: 1rem;
  }
}
.results-item-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.results-item-wrapper:hover,
.results-item-wrapper:active,
.results-item-wrapper:focus {
  outline: none;
}
.results-item-wrapper:hover .results-item.content .results-item-title,
.results-item-wrapper:active .results-item.content .results-item-title,
.results-item-wrapper:focus .results-item.content .results-item-title {
  text-decoration: none;
  color: #fff;
}
.results-item-wrapper.full .results-item.content {
  padding: 2.5rem 1.25rem;
}
.results-item-wrapper .results-item-title span {
  background-size: 0px 5px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.results-item-wrapper:hover,
.results-item-wrapper:active,
.results-item-wrapper:focus {
  outline: none;
  text-decoration: none;
}
.results-item-wrapper:hover .results-item-title span,
.results-item-wrapper:active .results-item-title span,
.results-item-wrapper:focus .results-item-title span {
  text-decoration: none;
  background-size: 100% 5px;
}
.results-item-wrapper:hover
  .results-item.results-item-bg-image-wrapper
  .results-item-bg-image {
  -webkit-transform: scale(1.05) translateX(5px);
  transform: scale(1.05) translateX(5px);
}
.results-item-wrapper .results-item {
  width: 100%;
  height: 100%;
  max-height: 2000px;
}
.results-item-wrapper .results-item.content {
  color: white;
  background-color: #000;
  padding: 1.5625rem 1.25rem;
  height: auto !important;
}
@media (max-width: 1231.98px) {
  .results-item-wrapper .results-item.content {
    padding: 1rem;
  }
}
.results-item-wrapper .results-item.content .results-item-category {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  max-width: 100%;
  text-transform: uppercase;
  font-weight: 100;
}
.results-item-wrapper .results-item.content .results-item-title {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  width: 28.375rem;
  max-width: 100%;
  margin-right: auto;
}
@media (max-width: 1231.98px) {
  .results-item-wrapper .results-item.content .results-item-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.grid-item-half
  .results-item-wrapper
  .results-item.content
  .results-item-title {
  font-size: 1.5rem;
  line-height: 2.125rem;
}
@media (max-width: 1231.98px) {
  .grid-item-half
    .results-item-wrapper
    .results-item.content
    .results-item-title {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media (max-width: 991.98px) {
  .results-item-wrapper .results-item.content .results-item-title {
    width: 100%;
    margin-right: unset;
  }
}
.results-item-wrapper .results-item.results-item-bg-image-wrapper {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}
.results-item-wrapper
  .results-item.results-item-bg-image-wrapper
  .results-item-bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.results-item-wrapper .results-item.results-item-image-full {
  background-size: cover;
  background-position: center center;
}
.results-item-wrapper .results-item.results-item-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 1.5rem;
}
.results-item-wrapper .results-item.results-item-feature .results-item-content {
  width: 40.625rem;
  max-width: 100%;
}
.results-item-wrapper
  .results-item.results-item-feature
  .results-item-content
  .results-item-title {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.results-item-wrapper
  .results-item.results-item-feature
  .results-item-content
  .results-item-subtitle {
  font-size: 1.25rem;
  margin: 2rem 0;
  width: 28.125rem;
  max-width: 100%;
}
.results-item-wrapper
  .results-item.results-item-feature
  .results-item-content
  .results-item-link {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .results-item-wrapper
    .results-item.results-item-feature
    .results-item-content {
    width: 100%;
  }
  .results-item-wrapper
    .results-item.results-item-feature
    .results-item-content
    .results-item-title,
  .results-item-wrapper
    .results-item.results-item-feature
    .results-item-content
    .results-item-subtitle {
    width: 100%;
  }
}
.results-item-wrapper
  .results-item.results-item-feature:not(.results-item-theme-light)
  .btn:hover,
.results-item-wrapper
  .results-item.results-item-feature:not(.results-item-theme-light)
  .btn:active,
.results-item-wrapper
  .results-item.results-item-feature:not(.results-item-theme-light)
  .btn:focus {
  outline: none;
  color: #fff !important;
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-theme-image {
  color: #fff;
  background-size: cover;
  background-position: center center;
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-theme-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: radial-gradient(
    50% 200% ellipse at 100% 50%,
    transparent 35%,
    #000 100%
  );
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-theme-image
  .results-item-content {
  z-index: 1;
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-theme-black {
  background-color: #000;
  color: #fff;
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-theme-gray {
  background-color: #333333;
  color: #fff;
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-theme-light {
  background-color: #f8f7f7;
  color: #1f2020;
}
@media (max-width: 991.98px) {
  .results-item-wrapper .results-item.results-item-feature {
    width: 100%;
  }
}
.results-item-wrapper .results-item.results-item-feature.results-item-hero h1 {
  margin-bottom: 1.25rem;
}
.results-item-wrapper .results-item.results-item-feature.results-item-hero p {
  font-size: 1.25rem;
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-hero
  .results-item-content
  > * {
  max-width: 80%;
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-hero-aux
  h2 {
  font-size: 0.875rem;
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
  font-weight: bold;
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-hero-aux
  .hero-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-hero-aux
  .hero-links
  .nav-item {
  padding: 1.5625rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-hero-aux
  .hero-links
  .nav-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.21);
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-hero-aux
  .hero-links
  .nav-item
  .nav-link {
  padding: 0;
  color: #fff;
  font-size: 1.125rem;
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-hero-aux
  .hero-links
  .nav-item
  .nav-link
  > span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-hero-aux
  .hero-links
  .nav-item
  .nav-link:hover,
.results-item-wrapper
  .results-item.results-item-feature.results-item-hero-aux
  .hero-links
  .nav-item
  .nav-link:active,
.results-item-wrapper
  .results-item.results-item-feature.results-item-hero-aux
  .hero-links
  .nav-item
  .nav-link:focus {
  outline: none;
  text-decoration: none;
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-hero-aux
  .hero-links
  .nav-item
  .nav-link:hover
  > span,
.results-item-wrapper
  .results-item.results-item-feature.results-item-hero-aux
  .hero-links
  .nav-item
  .nav-link:active
  > span,
.results-item-wrapper
  .results-item.results-item-feature.results-item-hero-aux
  .hero-links
  .nav-item
  .nav-link:focus
  > span {
  text-decoration: none;
  background-size: 100% 3px;
}
.results-item-wrapper
  .results-item.results-item-feature.results-item-hero-aux
  .underlined-link {
  margin-top: 1.5625rem;
  display: inline-block;
}
.home-hero {
  position: relative;
  height: 37.0625rem;
  overflow: hidden;
  background: black;
}
@media (max-width: 991.98px) {
  .home-hero {
    height: auto;
  }
}
.home-hero:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: -80%;
  right: -35%;
  bottom: -30%;
  left: 0;
  background-image: radial-gradient(54% 73%, transparent 30%, #000 74%);
}
@media (max-width: 991.98px) {
  .home-hero:before {
    display: none;
  }
}
.home-hero .slide-navigation-wrapper {
  position: absolute;
  z-index: 11;
  left: 3rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .home-hero .slide-navigation-wrapper {
    left: 1rem;
    height: 26vh;
    -webkit-transform: translateY(-36%);
    transform: translateY(-36%);
  }
}
@media (max-width: 767.98px) {
  .home-hero .slide-navigation-wrapper {
    left: 1rem;
    height: 60vh;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}
.home-hero .slide-navigation-wrapper .slide-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.home-hero .slide-navigation-wrapper .slide-navigation a {
  color: #fff;
  font-size: 1.25rem;
  display: inline-block;
  cursor: pointer;
}
.home-hero .slide-navigation-wrapper .slide-navigation a.next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home-hero .slide-navigation-wrapper .slide-navigation .timer {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.9375rem 0;
}
.home-hero .slide-navigation-wrapper .slide-navigation .timer .default {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  border: 2px solid #fff;
}
.home-hero .slide-navigation-wrapper .slide-navigation .timer .status {
  position: absolute;
  top: 0;
  left: 0;
}
.home-hero .slide-navigation-wrapper .slide-navigation .timer .status .circle {
  stroke-dasharray: 69;
  stroke-dashoffset: 69;
}
.home-hero .slide-content-wrapper {
  position: absolute;
  z-index: 11;
  height: 100%;
  left: 7rem;
}
@media (max-width: 991.98px) {
  .home-hero .slide-content-wrapper {
    left: 4rem;
    position: relative;
    height: 26vh;
    -webkit-transform: translateY(-36%);
    transform: translateY(-36%);
  }
}
@media (max-width: 767.98px) {
  .home-hero .slide-content-wrapper {
    left: 4rem;
    position: relative;
    height: 60vh;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}
.home-hero .slide-content-wrapper .slide-content {
  width: 32.5rem;
  max-width: 80vw;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, top 0.75s;
  transition: opacity 0.5s, top 0.75s;
}
@media (max-width: 991.98px) {
  .home-hero .slide-content-wrapper .slide-content {
    padding-right: 1rem;
  }
}
.home-hero .slide-content-wrapper .slide-content.up {
  opacity: 0;
  top: -50%;
}
.home-hero .slide-content-wrapper .slide-content.down {
  opacity: 0;
  top: 150%;
}
.home-hero .slide-content-wrapper .slide-content.in {
  opacity: 1;
  top: 50%;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .home-hero .slide-content-wrapper .slide-content.up {
    top: 75%;
  }
  .home-hero .slide-content-wrapper .slide-content.down {
    top: 25%;
  }
}
.home-hero .slide-content-wrapper .slide-content h2 {
  font-size: 2.75rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.home-hero .slide-content-wrapper .slide-content h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0;
  font-weight: bold;
  color: #ffed00;
}
@media (max-width: 991.98px) {
  .home-hero .slide-content-wrapper .slide-content h2 {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 1.5625rem;
  }
  .home-hero .slide-content-wrapper .slide-content h3 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 330px) {
  .home-hero .slide-content-wrapper .slide-content h2 {
    font-size: 1.75rem;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .home-hero .slide-content-wrapper .slide-content h3 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.home-hero .slide-content-wrapper .slide-content .btn.active {
  outline: none;
  color: #fff;
  background-color: unset;
  border-color: #fff;
}
.home-hero .slide-content-wrapper .slide-content:before,
.home-hero .slide-content-wrapper .slide-content:after {
  content: "";
  position: absolute;
  background-image: url("../home/hero/quotes.svg");
  width: 37px;
  height: 27px;
  background-size: 100% 100%;
}
.home-hero .slide-content-wrapper .slide-content:before {
  left: 0;
  top: 0;
}
.home-hero .slide-content-wrapper .slide-content:after {
  right: 10px;
  bottom: 20px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 330px) {
  .home-hero .slide-content-wrapper .slide-content:after {
    display: none;
  }
}
.home-hero .slide-background-wrapper {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-hero .slide-background-wrapper .angle {
  display: none;
}
@media (max-width: 991.98px) {
  .home-hero .slide-background-wrapper {
    position: relative;
    height: 50vh;
    width: 100%;
  }
  .home-hero .slide-background-wrapper .angle {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 11;
  }
}
.home-hero .slide-background-wrapper .slide-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-hero .slide-background-wrapper .slide-background .slide-background-mask {
  position: absolute;
  z-index: 11;
  width: 100%;
  top: -10vw;
  right: 0;
  bottom: -10vw;
  left: 0;
  opacity: 1;
  background-size: cover;
  background-position: center right;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity 0.6s ease-out,
    -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  transition: opacity 0.6s ease-out,
    -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s ease-out;
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s ease-out,
    -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
}
@media (max-width: 991.98px) {
  .home-hero
    .slide-background-wrapper
    .slide-background
    .slide-background-mask {
    display: none;
  }
}
.home-hero
  .slide-background-wrapper
  .slide-background
  .slide-background-mask.x {
  -webkit-transition: opacity 0.6s ease-out,
    -webkit-transform 0.7s cubic-bezier(1, 0, 0, 1);
  transition: opacity 0.6s ease-out,
    -webkit-transform 0.7s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.7s cubic-bezier(1, 0, 0, 1), opacity 0.6s ease-out;
  transition: transform 0.7s cubic-bezier(1, 0, 0, 1), opacity 0.6s ease-out,
    -webkit-transform 0.7s cubic-bezier(1, 0, 0, 1);
}
.home-hero
  .slide-background-wrapper
  .slide-background
  .slide-background-mask.out {
  opacity: 0;
  -webkit-transform: scale(5) translate(-30%, 0);
  transform: scale(5) translate(-30%, 0);
}
.home-hero
  .slide-background-wrapper
  .slide-background
  .slide-background-mask.out.x {
  -webkit-transform: scale(7) translate(-14%, 20%);
  transform: scale(7) translate(-14%, 20%);
}
.home-hero
  .slide-background-wrapper
  .slide-background
  .slide-background-mask.in {
  opacity: 0;
}
.home-hero .slide-background-wrapper .slide-background .slide-background-image {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out,
    -webkit-transform 0.6s ease-out;
  opacity: 0;
}
.home-hero
  .slide-background-wrapper
  .slide-background
  .slide-background-image.in {
  opacity: 1;
}
.home-hero
  .slide-background-wrapper
  .slide-background
  .slide-background-image.out {
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 991.98px) {
  .home-hero
    .slide-background-wrapper
    .slide-background
    .slide-background-image.out {
    -webkit-transform: none;
    transform: none;
  }
}
.home-hero .slide-background-wrapper .slide-background .slide-background-video {
  position: relative;
  z-index: 9;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
  width: 100%;
}
.home-hero
  .slide-background-wrapper
  .slide-background
  .slide-background-video.in {
  opacity: 1;
}
.home-hero
  .slide-background-wrapper
  .slide-background
  .slide-background-video
  video {
  width: 100%;
}
.home-hero .slide-hover-wrapper {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-hero .slide-hover-wrapper .slide-hover {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 43%;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
}
.home-hero .slide-hover-wrapper .slide-hover.in {
  opacity: 1;
  z-index: 10;
}
.hero {
  background-size: cover;
  background-position: center center;
}
.hero.hero-gradient-overlay {
  position: relative;
}
.hero.hero-gradient-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: radial-gradient(
    50% 200% ellipse at 82% 50%,
    transparent 42%,
    #000 100%
  );
}
body[dir="rtl"] .hero.hero-gradient-overlay:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hero.hero-gradient-overlay .container {
  position: relative;
  z-index: 2;
}
.hero.hero-gradient-overlay .container img {
  position: absolute;
  width: 100vw;
}
.hero .hero-video-control {
  background: center / cover no-repeat;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (min-width: 992px) {
  .hero .hero-video-control {
    background: none !important;
  }
  .hero .hero-video-control:after {
    display: none;
  }
}
.hero .hero-video-control button {
  z-index: 2;
}
.hero .hero-video-control:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: radial-gradient(54% 73%, transparent 30%, #000 74%);
}
.hero .hero-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
}
@media (min-width: 992px) {
  .hero .hero-content {
    background-color: transparent !important;
  }
}
body[dir="rtl"] .hero .hero-content {
  text-align: right;
}
.hero .hero-content .hero-title,
.hero .hero-content .hero-subtitle {
  width: 28.125rem;
  max-width: 100%;
}
.hero .hero-content .hero-title {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.hero .hero-content .hero-subtitle {
  font-size: 1.25rem;
  margin: 2rem 0 0;
}
.hero .hero-content .hero-links {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.hero .hero-content .hero-links .nav-item {
  margin-top: 0.375rem;
}
.hero .hero-content .hero-links .nav-item .nav-link {
  padding: 0;
  color: #fff;
}
.hero .hero-content .hero-links .nav-item .nav-link > span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.hero .hero-content .hero-links .nav-item .nav-link:hover,
.hero .hero-content .hero-links .nav-item .nav-link:active,
.hero .hero-content .hero-links .nav-item .nav-link:focus {
  outline: none;
  text-decoration: none;
}
.hero .hero-content .hero-links .nav-item .nav-link:hover > span,
.hero .hero-content .hero-links .nav-item .nav-link:active > span,
.hero .hero-content .hero-links .nav-item .nav-link:focus > span {
  text-decoration: none;
  background-size: 100% 3px;
}
.hero .hero-content .hero-links .nav-item .nav-link > span > span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(#fff)
  );
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  overflow: visible;
}
.hero .hero-content .hero-links .nav-item .nav-link:hover,
.hero .hero-content .hero-links .nav-item .nav-link:active,
.hero .hero-content .hero-links .nav-item .nav-link:focus {
  outline: none;
  text-decoration: none;
}
.hero .hero-content .hero-links .nav-item .nav-link:hover > span > span,
.hero .hero-content .hero-links .nav-item .nav-link:active > span > span,
.hero .hero-content .hero-links .nav-item .nav-link:focus > span > span {
  text-decoration: none;
  background-size: 100% 3px;
}
.hero .hero-content .hero-links .nav-item .nav-link > span {
  background-size: 100% 3px;
}
.hero .hero-content .btn {
  margin-top: 2rem;
}
.hero .hero-content .btn:hover {
  color: #fff;
}
section.item-sxs li {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.875rem;
}
section.item-sxs .content-col {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (min-width: 992px) {
  section.item-sxs .content-col {
    height: calc(100vh - 5rem);
    top: 5rem;
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 1024px) {
  section.item-sxs .content-col .content {
    max-width: 25rem;
    margin-left: 1.875rem;
  }
  body[dir="rtl"] section.item-sxs .content-col .content {
    margin-left: 0;
    margin-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  section.item-sxs .content-col .content {
    margin-left: 7.25rem;
    max-width: 28.125rem;
  }
  body[dir="rtl"] section.item-sxs .content-col .content {
    margin-left: 0;
    margin-right: 7.25rem;
  }
}
section.item-sxs .content-col .content a {
  white-space: normal;
}
section.item-sxs .item-col {
  overflow: visible;
  padding: 2rem;
}
section.item-sxs .item-col .items a {
  padding: 1rem !important;
}
section.item-sxs .item-col .items a .copy-wrapper h3 span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;

  overflow: visible;
}
section.item-sxs .item-col .items a:hover,
section.item-sxs .item-col .items a:active,
section.item-sxs .item-col .items a:focus {
  outline: none;
  text-decoration: none;
}
section.item-sxs .item-col .items a:hover .copy-wrapper h3 span,
section.item-sxs .item-col .items a:active .copy-wrapper h3 span,
section.item-sxs .item-col .items a:focus .copy-wrapper h3 span {
  text-decoration: none;
  background-size: 100% 3px;
}
section.item-sxs .item-col .items a .item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.item-sxs .item-col .items a .item .img-wrapper {
  width: 100%;
}
@media (min-width: 1200px) {
  section.item-sxs .item-col .items a .item .img-wrapper {
    max-width: 11.75rem;
  }
}
section.item-sxs .item-col .items a .item .img-wrapper h3 {
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  section.item-sxs .item-col .items a .item .img-wrapper h3 {
    line-height: 1.85rem;
  }
}
section.item-sxs .item-col .items a .item .img-wrapper h3 span {
  padding: 0.1% 0px;
  font-size: 1rem;
  line-height: 1rem;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  section.item-sxs .item-col .items a .item .img-wrapper h3 span {
    font-size: 1.5rem;
  }
}
section.item-sxs .item-col .items a .item .img-wrapper .img-aspect {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
section.item-sxs
  .item-col
  .items
  a
  .item
  .img-wrapper
  .img-aspect
  .actual-image {
  position: absolute;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.item-sxs
  .item-col
  .items
  a
  .item
  .img-wrapper
  .img-aspect
  .actual-image-color {
  opacity: 0;
}
section.item-sxs
  .item-col
  .items
  a
  .item
  .img-wrapper
  .img-aspect
  .actual-image-color
  svg {
  position: absolute;
  height: 100%;
  left: 0;
}
body[dir="rtl"]
  section.item-sxs
  .item-col
  .items
  a
  .item
  .img-wrapper
  .img-aspect
  .actual-image-color
  svg {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.item-sxs
  .item-col
  .items
  a
  .item
  .img-wrapper
  .img-aspect.logo
  .actual-image {
  left: 20%;
  right: 20%;
  background-size: contain;
}
@media (min-width: 992px) {
  section.item-sxs .item-col .items a .copy-wrapper {
    max-width: 75%;
    width: 100%;
  }
}
body[dir="rtl"] section.item-sxs .item-col .items a .copy-wrapper {
  text-align: right;
}
section.item-sxs .item-col .items a .copy-wrapper h3 span {
  font-size: 1.5rem;
  background-repeat: no-repeat;
}
section.item-sxs .item-col .items a:hover,
section.item-sxs .item-col .items a:active,
section.item-sxs .item-col .items a:focus {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  section.item-sxs .item-col .items a:hover .item,
  section.item-sxs .item-col .items a:active .item,
  section.item-sxs .item-col .items a:focus .item {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.19);
  }
}
section.item-sxs .item-col .items a:hover .item .img-wrapper h3 span,
section.item-sxs .item-col .items a:active .item .img-wrapper h3 span,
section.item-sxs .item-col .items a:focus .item .img-wrapper h3 span {
  background-size: 100% 3px;
}
section.item-sxs .item-col .items a:hover .item .img-wrapper .img-aspect,
section.item-sxs .item-col .items a:active .item .img-wrapper .img-aspect,
section.item-sxs .item-col .items a:focus .item .img-wrapper .img-aspect {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.19);
}
@media (min-width: 1200px) {
  section.item-sxs .item-col .items a:hover .item .img-wrapper .img-aspect,
  section.item-sxs .item-col .items a:active .item .img-wrapper .img-aspect,
  section.item-sxs .item-col .items a:focus .item .img-wrapper .img-aspect {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
section.item-sxs
  .item-col
  .items
  a:hover
  .item
  .img-wrapper
  .img-aspect
  .actual-image,
section.item-sxs
  .item-col
  .items
  a:active
  .item
  .img-wrapper
  .img-aspect
  .actual-image,
section.item-sxs
  .item-col
  .items
  a:focus
  .item
  .img-wrapper
  .img-aspect
  .actual-image {
  opacity: 0;
}
section.item-sxs
  .item-col
  .items
  a:hover
  .item
  .img-wrapper
  .img-aspect
  .actual-image-color,
section.item-sxs
  .item-col
  .items
  a:active
  .item
  .img-wrapper
  .img-aspect
  .actual-image-color,
section.item-sxs
  .item-col
  .items
  a:focus
  .item
  .img-wrapper
  .img-aspect
  .actual-image-color {
  opacity: 1;
}
section.item-sxs .item-col .items a:hover .item .copy-wrapper h3,
section.item-sxs .item-col .items a:active .item .copy-wrapper h3,
section.item-sxs .item-col .items a:focus .item .copy-wrapper h3 {
  text-decoration: none;
}
section.item-sxs .item-col .items a:hover .item .copy-wrapper h3 span,
section.item-sxs .item-col .items a:active .item .copy-wrapper h3 span,
section.item-sxs .item-col .items a:focus .item .copy-wrapper h3 span {
  background-size: 100% 3px;
}
section.item-sxs .item-col .items a:hover .item .copy-wrapper p,
section.item-sxs .item-col .items a:active .item .copy-wrapper p,
section.item-sxs .item-col .items a:focus .item .copy-wrapper p {
  text-decoration: none;
}
@media (min-width: 992px) {
  section.item-sxs.internal.scroll .content-col {
    position: -webkit-sticky;
    position: sticky;
    height: calc(100vh - 4.8125rem);
    top: 4.8125rem;
  }
}
section.item-sxs.dark {
  background-color: #000;
}
section.item-sxs.dark h2,
section.item-sxs.dark h3,
section.item-sxs.dark p {
  color: #fff;
}
section.item-sxs.dark .btn-primary:hover,
section.item-sxs.dark .btn-primary:active,
section.item-sxs.dark .btn-primary:focus {
  outline: none;
  color: #fff;
}
section.item-sxs.dark .content-col {
  background-color: #171717;
}
section.item-sxs.dark .item-col .copy-wrapper h3 span {
}
section.item-sxs.dark .img-aspect {
  background-color: #171717;
}
section.item-sxs.light h3,
section.item-sxs.light p {
  color: #000;
}
section.item-sxs.light .item-col .copy-wrapper h3 span {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
}
section.item-sxs.dark-light {
  background-color: #fff;
}
section.item-sxs.dark-light h2,
section.item-sxs.dark-light h3,
section.item-sxs.dark-light p {
  color: #000;
}
section.item-sxs.dark-light .content-col {
  background-color: #457486;
}
section.item-sxs.dark-light .content-col h2,
section.item-sxs.dark-light .content-col h3,
section.item-sxs.dark-light .content-col p,
section.item-sxs.dark-light .content-col li {
  color: #fff;
}
section.item-sxs.dark-light .content-col .btn-primary:hover,
section.item-sxs.dark-light .content-col .btn-primary:active,
section.item-sxs.dark-light .content-col .btn-primary:focus {
  outline: none;
  color: #fff;
}
section.item-sxs.dark-light .item-col .copy-wrapper h3 span {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
}
section.item-sxs.dark-light .img-aspect {
  background-color: #171717;
}
section.item-sxs.dark-gray h2,
section.item-sxs.dark-gray h3,
section.item-sxs.dark-gray p {
  color: #000;
}
section.item-sxs.dark-gray .content-col {
  background-color: #171717;
}
section.item-sxs.dark-gray .content-col h2,
section.item-sxs.dark-gray .content-col h3,
section.item-sxs.dark-gray .content-col p,
section.item-sxs.dark-gray .content-col li {
  color: #fff;
}
section.item-sxs.dark-gray .content-col .btn-primary:hover,
section.item-sxs.dark-gray .content-col .btn-primary:active,
section.item-sxs.dark-gray .content-col .btn-primary:focus {
  outline: none;
  color: #fff;
}
section.item-sxs.dark-gray .item-col {
  background-color: #f2f2f2;
}
section.item-sxs.dark-gray .item-col a:hover .item {
  background-color: #fff;
}
section.item-sxs.dark-gray .item-col .copy-wrapper h3 span {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
}
section.item-sxs.dark-gray .img-aspect {
  background-color: #171717;
}
section.card-cta {
  padding: 5.5rem 0;
}
section.card-cta .content {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.19);
  padding: 1.875rem;
}
@media (min-width: 768px) {
  section.card-cta .content {
    padding: 3.75rem;
  }
}
section.card-cta .content h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
@media (min-width: 768px) {
  section.card-cta .content h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
section.card-cta .content p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
section.cta {
  overflow: hidden;
  padding: 6.25rem 0;
}
@media (min-width: 768px) {
  section.cta {
    padding: 12.6875rem 0;
  }
}
section.cta h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.875rem;
  color: #f2f2f2;
}
@media (min-width: 768px) {
  section.cta h2 {
    font-size: 3.875rem;
  }
}
section.cta p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  color: #f2f2f2;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  section.cta p {
    font-size: 2rem;
  }
}
section.cta a:hover,
section.cta a:active,
section.cta a:focus {
  outline: none;
  color: #ffed00;
}
aside.interrupter {
  overflow: hidden;
  padding: 1.125rem 0;
}
aside.interrupter p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  color: #000;
  line-height: 1.875rem;
}
aside.interrupter.dark {
  background-color: #333333;
}
aside.interrupter.dark p {
  color: #fff;
}
.intro-content .underlined-link {
  font-size: 1rem;
  margin-top: 1.5625rem;
  display: inline-block;
  font-weight: bold;
}
.quick-callouts.bg-light .intro-text {
  color: #000;
}
.quick-callouts.bg-light
  .quick-callout-item
  .quick-callout-content
  .quick-callout-title {
  color: #000;
}
.quick-callouts .intro-text {
  text-align: center;
  color: #fff;
}
.quick-callouts .intro-text p {
  font-size: 1.25rem;
}
.quick-callouts .quick-callout-item {
  display: block;
  position: relative;
  padding-top: 12.5625rem;
  text-decoration: none;
  margin: 1.5rem 0;
}
.quick-callouts .quick-callout-item .quick-callout-title span {
  background-size: 0px 3px;
  background-position: 0px 105%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00c9ff),
    to(#00c9ff)
  );
  background-image: linear-gradient(to right, #00c9ff 0%, #00c9ff 100%);
  overflow: visible;
}
.quick-callouts .quick-callout-item:hover,
.quick-callouts .quick-callout-item:active,
.quick-callouts .quick-callout-item:focus {
  outline: none;
  text-decoration: none;
}
.quick-callouts .quick-callout-item:hover .quick-callout-title span,
.quick-callouts .quick-callout-item:active .quick-callout-title span,
.quick-callouts .quick-callout-item:focus .quick-callout-title span {
  text-decoration: none;
  background-size: 100% 3px;
}
.quick-callouts .quick-callout-item:hover .quick-callout-image {
  -webkit-transform: scale(1.05) translateX(5px);
  transform: scale(1.05) translateX(5px);
}
.quick-callouts .quick-callout-item .quick-callout-image-wrapper {
  width: 100%;
  height: 11rem;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.quick-callouts .quick-callout-item .quick-callout-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.quick-callouts
  .quick-callout-item
  .quick-callout-content
  .quick-callout-title {
  font-size: 1.5rem;
  color: #fff;
}
.bg-light
  .quick-callouts
  .quick-callout-item
  .quick-callout-content
  .quick-callout-title {
  color: #000;
}
.sticky {
  position: relative !important;
  max-height: 30rem;
  text-align: center !important;
  margin-top: 0;
}

.images-wrapper {
  padding-bottom: 30px;
}

.container-fluid {
  padding: 0 !important;
}
.partnering {
  display: block;
}
@media (min-width: 1200px) {
  .partnering {
    margin-left: 35.25rem !important;
    max-width: 28.125rem;
  }
}
@media (min-width: 1200px) {
  .images-wrapper {
    max-width: 20rem;
    padding-right: 20rem;
    padding-bottom: 2rem;
  }
  .company-carousel {
    padding: 0 20rem;
  }
  .item-col,
  .pl-lg-4 {
    padding: 0 !important;
    margin-top: 100px;
  }
}
#scrollUp {
  position: fixed;
  right: 40px;
  font-size: 20px;
  line-height: 40px;
  width: 200px;
  height: 40px;
  bottom: 53px;
  background-color: #569b8c;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  z-index: 15962536;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    display: none;
    right: 20px;
    bottom: 20px;
  }
}

#scrollUp:focus,
#scrollUp:hover {
  background-color: #000000;
  color: #ffffff;
}
.main-div {
  border-bottom: 1px solid rgb(82, 77, 77);
  padding: 20px 20px 20px;
}
.buttons-keeper {
  text-align: right;
}
.chat-buttons {
  border-radius: 25px;
  margin-right: 10px;
}
.chat-h1 {
  padding: 10px 0;
  font-size: 1.5rem;
}
.chat-p {
  padding: 0 0 10px;
  font-size: 0.8rem;
}
.partnering-h2 {
  padding-top: 40px;
  text-align: center;
}
.fas {
  padding-right: 5px;
}
.carousel-indicators {
  padding-bottom: 30px;
}
.end-blog span {
  color: cornsilk !important;
}
.bg-gradient-overlay {
  position: relative;
  z-index: 1;
}

.bg-gradient-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #c63fa4;
  background-image: -moz-linear-gradient(120deg, #42a0df 0%, #457486 100%);
  background-image: -webkit-linear-gradient(120deg, #42a0df 0%, #457486 100%);
  background-image: -ms-linear-gradient(120deg, #42a0df 0%, #457486 100%);
  opacity: 0.65;
}
@media (max-width: 765px) {
  #dnn_dnnLOGO_imgLogo {
    margin: 0;
    width: 200px !important;
  }
}
