@charset "UTF-8";
/* CSS Document */
:root {
  --bs-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  --bs-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  --bs-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  --navbar-height: 56px;
}

* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

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

body {
  max-width: 100%;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
  /* ページのスクロールを無効化 */
}

/* Text */
.fs-7 {
  font-size: small;
}

.fs-8 {
  font-size: x-small;
}

.text-post {
  color: var(--text-post) !important;
}

.border-post {
  border-color: var(--text-post) !important;
}

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

.text-gold {
  color: #FFD700;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Background */
.bg-purple {
  background-color: #6f42c1;
}

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

.bg-transblack {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-cover {
  background-size: cover;
  background-position: 50%;
  background-attachment: unset;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center;
}

/* WordPress Core */
.alignnone,
.aligncenter,
.alignright,
.alignleft,
a img.alignnone,
a img.alignright,
a img.alignleft,
a img.aligncenter,
div.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption img.img-fit {
  width: 100%;
  max-width: unset;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-caption .wp-caption-text {
  color: #6c757d;
  font-size: small;
  line-height: 1.25;
  margin: 0;
  padding: 5px 0 0;
}

/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus,
.sr-only:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.postRating:not(:checked) label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
}
.postRating:not(:checked) label:before {
  content: "★ ";
}
.postRating:not(:checked) label:hover, .postRating:not(:checked) label:hover ~ label {
  color: gold;
}
.postRating input:checked ~ label {
  color: var(--bs-yellow) !important;
}
.postRating input:checked ~ label:hover, .postRating input:checked ~ label:hover ~ label {
  color: #ea0;
}
.postRating input:checked + label:hover, .postRating input:checked + label:hover ~ label {
  color: #ea0;
}
.postRating label:hover ~ input:checked ~ label {
  color: #ea0;
}
/* star rating */
.row-stars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  color: var(--bs-yellow);
}

/* start:Gutenberg */
.row .wp-block-button a {
  display: block;
}

.wp-block-button a {
  text-decoration: none;
}

.has-text-color > a:link {
  color: inherit;
}

.wp-block-coblocks-alert {
  padding: 1.25rem;
  margin-bottom: 1rem;
}
/* slut:Gutenberg */
/* Navbar */
.navbar .container {
  width: 100%;
}
.navbar .navbar-brand,
.navbar .navbar-brand *,
.navbar .navbar-brand *:hover {
  color: inherit !important;
  text-decoration: none !important;
}
.navbar .navbar-brand .custom-logo {
  max-width: 100%;
}
.navbar .navbar-logo,
.navbar .custom-logo {
  width: auto;
  min-width: 100px;
  max-width: 210px;
  max-height: 1.5rem;
}

#navbar h1 .site-icon {
  max-height: 1.85em;
}

/* Footer */
.footer-logo {
  min-width: 150px;
  max-height: 2rem;
}

/* favicon */
.fi,
.fi-lg,
.fi-xl {
  display: inline-block !important;
  margin-right: 0.25em;
  vertical-align: -0.125em !important;
}

.fi {
  height: 1em !important;
}

.fi-lg {
  height: 1.2em !important;
}

.fi-xl {
  height: 1.6em !important;
}

.fi-fw {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
.fi-fw.fi, .fi-fw.fi-lg, .fi-fw.fi-xl {
  margin-right: 0;
}

.site-icon {
  max-height: 2em;
}

/* Collapse */
.collapsed .fa-chevron-up {
  transform: rotate(180deg);
}

/* Slick */
.row-slick {
  display: none;
}

.slick-slider.slick-initialized.slick-dotted {
  margin-bottom: 2.5em;
}
.slick-slider .slick-dots {
  bottom: -2em;
}
.slick-slider .slick-dots li {
  width: initial;
  height: initial;
  margin: 0 0.5em;
}
.slick-slider .slick-dots li button {
  font-size: initial;
  background: rgba(0, 0, 0, 0.6);
  height: 1em;
  width: 1em;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.5;
}
.slick-slider .slick-dots li button:before {
  display: none;
  content: none;
}
.slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}

.slick-normal .slick-track .slick-slide {
  max-width: 270px;
}

.slick-arrow-none .slick-arrow, .slick-arrow-none .slick-arrow:hover, .slick-arrow-none .slick-arrow:focus {
  display: inline-block;
  background: var(--bs-dark);
  width: 1.5em;
  height: 1.5em;
  outline: unset;
  color: var(--bs-light);
  font-size: inherit;
  line-height: 1.5em;
  opacity: 1;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
}
.slick-arrow-none .slick-arrow::before, .slick-arrow-none .slick-arrow::after {
  display: none !important;
  content: none !important;
}
.slick-arrow-none .slick-next {
  right: -0.5em;
}
.slick-arrow-none .slick-prev {
  left: -0.5em;
}

/* YouTube */
.embed-youtube {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  margin: 1em auto;
  text-align: center;
}
.embed-youtube .youtube-player,
.embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0 auto;
}
.embed-youtube.square {
  padding-top: 0;
  padding-bottom: 80%;
  max-width: 80%;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
}
.nav-tabs .nav-item .nav-link:not(.active),
.nav-tabs .nav-link:not(.active) {
  color: #6c757d;
}

/* Check */
.check-post::after {
  display: block;
  content: "";
  width: 33%;
  border-top: 2px solid var(--post-color);
}

.check-mt::after {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.check-center::after {
  margin-left: auto;
  margin-right: auto;
}

/* Card */
.card:link, .card:link:hover, .card:link:active, .card:link:visited, .card:link:focus {
  color: inherit;
  text-decoration: none;
}
.card:link:hover, .card:link:active, .card:link:focus {
  background-color: var(--bs-light);
}
.card {
  /* Floating Badge */
}
.card .float-badge {
  position: relative;
}
.card .float-badge * > .badge {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.card .float-badge .card-body {
  padding-top: 2rem;
}

.card-btn-wrap {
  position: relative;
}
.card-btn-wrap .card-body {
  padding-right: 2.5em;
}
.card-btn-wrap .btn-card {
  position: absolute;
  top: 50%;
  right: 1.25em;
  z-index: 10;
  transform: translateY(-50%);
}

/* Custom Containers */
.cancel-container {
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.mtf-0 > *:first-child,
.lead > *:first-child,
.mtf-0 > .wp-block-group__inner-container > *:first-child {
  margin-top: 0 !important;
}

.mbl-0 > *:last-child,
.lead > *:last-child,
.mbl-0 > .wp-block-group__inner-container > *:last-child,
.mb-lc-0 > *:last-child {
  margin-bottom: 0 !important;
}

.container > *:not(.row):first-child,
.container > .wp-block-group__inner-container > *:not(.row):first-child,
.row > .col > *:not(.row):first-child,
.row > [class*=col-] > *:not(.row):first-child,
.alert > *:not(.row):first-child,
.alert > .wp-block-group__inner-container > *:not(.row):first-child,
.wp-block-group > .wp-block-group__inner-container > *:not(.row):first-child,
.card > [class*=card-] > *:not(.row):first-child,
.blockquote > *:not(.row):first-child,
.wp-block-quote > *:not(.row):first-child,
.wp-block-column > *:not(.row):first-child,
.wp-block-media-text__content > *:not(.row):first-child,
.wp-block-cover__inner-container > *:not(.row):first-child {
  margin-top: 0 !important;
}
.container > *:not(.row):last-child,
.container > .wp-block-group__inner-container > *:not(.row):last-child,
.row > .col > *:not(.row):last-child,
.row > [class*=col-] > *:not(.row):last-child,
.alert > *:not(.row):last-child,
.alert > .wp-block-group__inner-container > *:not(.row):last-child,
.wp-block-group > .wp-block-group__inner-container > *:not(.row):last-child,
.card > [class*=card-] > *:not(.row):last-child,
.blockquote > *:not(.row):last-child,
.wp-block-quote > *:not(.row):last-child,
.wp-block-column > *:not(.row):last-child,
.wp-block-media-text__content > *:not(.row):last-child,
.wp-block-cover__inner-container > *:not(.row):last-child {
  margin-bottom: 0 !important;
}

a .badge {
  text-decoration: none;
}

/* shadow */
/* image */
img {
  max-width: 100%;
  height: auto;
}

.img-grayscale {
  filter: grayscale(100%);
}

.img-invert {
  filter: brightness(0) invert(1);
}

.img-h-inherit {
  max-height: 1.25em;
}

/* iOS input Styling */
input,
.input-checkbox,
select {
  -webkit-appearance: none;
}

textarea,
select,
input.text,
input[type=text],
input[type=button],
input[type=submit],
input[type=email],
input[type=url] {
  -webkit-appearance: textarea;
  -moz-appearance: none;
       appearance: none;
}

.search-field, .search-field:focus, .search-field:focus-visible {
  outline: none !important;
  outline-offset: 0 !important;
}

/* Alert */
.alert:link {
  color: var(--bs-alert-color);
}
.alert:link, .alert:link:hover, .alert:link:active, .alert:link:visited, .alert:link:focus {
  text-decoration: none;
}
.alert a:not(.btn):link, .alert a:not(.btn)[href] {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: inherit;
}

.wp-block-coblocks-alert {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-block-coblocks-alert .wp-block-coblocks-alert__title {
  margin-bottom: 1.25rem;
  font-weight: bold;
}
/* List Style */
.ul > li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.list-wide > li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.list-wide-sm > li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.list-style-comma,
.style-type-comma {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.list-style-comma > li,
.style-type-comma > li {
  display: flex;
  align-items: center;
}
.list-style-comma > li::after,
.style-type-comma > li::after {
  display: inline;
  content: ", ";
  margin-right: 0.25rem;
}
.list-style-comma > li:last-child::after,
.style-type-comma > li:last-child::after {
  display: none;
  content: none;
  margin: 0;
}

.list-asterisks {
  list-style-type: "*";
  padding-left: 1em;
}
.list-asterisks > li {
  padding-left: 0.5em;
}

.list-check {
  list-style-type: none;
}
.list-check li {
  position: relative;
}
.list-check li::before {
  position: absolute;
  top: 0.6rem;
  right: calc(100% + 0.8rem);
  content: "";
  width: 0.6rem;
  height: 1rem;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #b68756;
  transform: rotate(40deg);
}

.list-group.text-dark a {
  color: #343a40;
}

.dl dt {
  margin-bottom: 0.75rem;
}
.dl dd {
  padding-left: 0.75rem;
  margin-bottom: 0.75rem;
}

.cursor-pointer {
  cursor: pointer;
}

/* button */
.btn.d-block:not([class*=-inline-block]), .btn.d-block:not([class*=-inline-block]) {
  display: block;
  width: 100%;
  width: -webkit-fill-available;
}
.btn.btn-center {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.btn.btn-outline-white {
  color: var(--bs-white);
  background-color: transparent;
  background-image: none;
  border-color: var(--bs-white);
}
.btn.btn-outline-white:hover {
  color: var(--bs-dark);
  background-color: var(--bs-white);
  border-color: var(--bs-white);
}

.btn-group-xl > .btn,
.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.5rem;
  border-radius: 0.5rem;
}

/* Text Color */
.text-inherit {
  color: inherit !important;
}

/* Fonts */
.text-serif {
  font-family: serif !important;
}

/* text */
.lh-inherit {
  line-height: inherit;
}

.text-shadow-none {
  text-shadow: none;
}

.text-shadow-black {
  text-shadow: 0 0 2px #000;
}

.text-shadow-black-2 {
  text-shadow: 0px 0px 0.25px rgb(0, 0, 0);
}

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

.text-strike {
  text-decoration: line-through !important;
}

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

.text-scroll {
  transform: translateX(100%);
  animation: my-animation 15s linear infinite;
}

/* for Firefox */
/* for Chrome */
@keyframes my-animation {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.vertical-text-top {
  vertical-align: text-top;
}

/* table */
table.align-middle * {
  vertical-align: middle;
}
table td > *:last-child {
  margin-bottom: 0 !important;
}

.d-table-hgroup {
  display: table-header-group;
}

.tab-pane > .table tr:first-child th {
  border-top: none !important;
}
.tab-pane > .table tr:first-child td {
  border-top: none !important;
}

.table-responsive .table {
  margin-bottom: 0;
}

/* Overflow */
.overflow-inherit {
  overflow: inherit !important;
}

.overflow-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.overflow-responsive > * {
  display: inline-block;
  float: none;
  white-space: initial;
}
.overflow-responsive > * * {
  white-space: unset;
}

/* Shadow */
.shadow-top {
  clip-path: polygon(0% -50%, 100% -50%, 100% 100%, 0% 100%);
}

.shadow-right {
  clip-path: polygon(0% 0%, 150% 0%, 150% 100%, 0% 100%);
}

.shadow-bottom {
  clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
}

.shadow-left {
  clip-path: polygon(-50% 0%, 100% 0%, 100% 100%, -50% 100%);
}

.shadow-hover {
  transition: box-shadow 0.2s ease-in-out;
}
.shadow-hover:hover, .shadow-hover:active, .shadow-hover:focus {
  box-shadow: var(--bs-shadow) !important;
}

.shadow-sm-hover:hover, .shadow-sm-hover:active, .shadow-sm-hover:focus {
  box-shadow: var(--bs-shadow-sm) !important;
}

.shadow-lg-hover:hover, .shadow-lg-hover:active, .shadow-lg-hover:focus {
  box-shadow: var(--bs-shadow-lg) !important;
}

/* Overlay */
.ol-dark,
.ol-hdark {
  position: relative;
}
.ol-dark::after,
.ol-hdark::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ol-dark > *,
.ol-hdark > * {
  position: inherit;
  z-index: 1;
}

.ol-dark::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.ol-hdark::after {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Fontawesome */
.fa-amazon {
  color: var(--amazon-orange);
}

/* WordPress: Very narrow screens
screen and (max-width: 400px) */
@media (min-width: 400px) {
  .d-wn-table-hgroup {
    display: table-header-group;
  }
  .text-wn-primary {
    color: #007bff !important;
  }
  .text-wn-primary:link:hover, .text-wn-primary:link:focus {
    color: #0062cc !important;
  }
  .text-wn-secondary {
    color: #6c757d !important;
  }
  .text-wn-secondary:link:hover, .text-wn-secondary:link:focus {
    color: #545b62 !important;
  }
  .text-wn-success {
    color: #28a745 !important;
  }
  .text-wn-success:link:hover, .text-wn-success:link:focus {
    color: #1e7e34 !important;
  }
  .text-wn-info {
    color: #17a2b8 !important;
  }
  .text-wn-info:link:hover, .text-wn-info:link:focus {
    color: #117a8b !important;
  }
  .text-wn-warning {
    color: #ffc107 !important;
  }
  .text-wn-warning:link:hover, .text-wn-warning:link:focus {
    color: #d39e00 !important;
  }
  .text-wn-danger {
    color: #dc3545 !important;
  }
  .text-wn-danger:link:hover, .text-wn-danger:link:focus {
    color: #bd2130 !important;
  }
  .text-wn-light {
    color: #f8f9fa !important;
  }
  .text-wn-light:link:hover, .text-wn-light:link:focus {
    color: #dae0e5 !important;
  }
  .text-wn-dark {
    color: #343a40 !important;
  }
  .text-wn-dark:link:hover, .text-wn-dark:link:focus {
    color: #1d2124 !important;
  }
  .text-wn-muted {
    color: #6c757d !important;
  }
  .text-wn-white {
    color: #fff !important;
  }
  .text-wn-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
}
/* slut: WordPress: Very narrow screens 400px */
/* Bootstrap sm */
@media (min-width: 576px) {
  .bg-sm-cover {
    background-size: cover;
    background-position: 50%;
    background-attachment: unset;
  }
  .bg-sm-fixed {
    background-attachment: fixed;
    background-position: center;
  }
  .bg-sm-primary {
    background-color: #007bff !important;
  }
  .bg-sm-primary:link:hover, .bg-sm-primary:link:focus {
    background-color: #0062cc !important;
  }
  .bg-sm-secondary {
    background-color: #6c757d !important;
  }
  .bg-sm-secondary:link:hover, .bg-sm-secondary:link:focus {
    background-color: #545b62 !important;
  }
  .bg-sm-success {
    background-color: #28a745 !important;
  }
  .bg-sm-success:link:hover, .bg-sm-success:link:focus {
    background-color: #1e7e34 !important;
  }
  .bg-sm-info {
    background-color: #17a2b8 !important;
  }
  .bg-sm-info:link:hover, .bg-sm-info:link:focus {
    background-color: #117a8b !important;
  }
  .bg-sm-warning {
    background-color: #ffc107 !important;
  }
  .bg-sm-warning:link:hover, .bg-sm-warning:link:focus {
    background-color: #d39e00 !important;
  }
  .bg-sm-danger {
    background-color: #dc3545 !important;
  }
  .bg-sm-danger:link:hover, .bg-sm-danger:link:focus {
    background-color: #bd2130 !important;
  }
  .bg-sm-light {
    background-color: #f8f9fa !important;
  }
  .bg-sm-light:link:hover, .bg-sm-light:link:focus {
    background-color: #dae0e5 !important;
  }
  .bg-sm-dark {
    background-color: #343a40 !important;
  }
  .bg-sm-dark:link:hover, .bg-sm-dark:link:focus {
    background-color: #1d2124 !important;
  }
  .bg-sm-white {
    background-color: #fff !important;
  }
  .bg-sm-transparent {
    background-color: transparent !important;
  }
  .check-sm-center::after {
    margin-left: auto;
    margin-right: auto;
  }
  /* Slick */
  .slick-arrow-none .slick-next {
    right: -2em;
  }
  .slick-arrow-none .slick-prev {
    left: -2em;
  }
  .d-sm-table-hgroup {
    display: table-header-group;
  }
  .text-sm-primary {
    color: #007bff !important;
  }
  .text-sm-primary:link:hover, .text-sm-primary:link:focus {
    color: #0062cc !important;
  }
  .text-sm-secondary {
    color: #6c757d !important;
  }
  .text-sm-muted {
    color: #6c757d !important;
  }
  .text-sm-muted:link:hover, .text-sm-muted:link:focus {
    color: #545b62 !important;
  }
  .text-sm-success {
    color: #28a745 !important;
  }
  .text-sm-success:link:hover, .text-sm-success:link:focus {
    color: #1e7e34 !important;
  }
  .text-sm-info {
    color: #17a2b8 !important;
  }
  .text-sm-info:link:hover, .text-sm-info:link:focus {
    color: #117a8b !important;
  }
  .text-sm-warning {
    color: #ffc107 !important;
  }
  .text-sm-warning:link:hover, .text-sm-warning:link:focus {
    color: #d39e00 !important;
  }
  .text-sm-danger {
    color: #dc3545 !important;
  }
  .text-sm-danger:link:hover, .text-sm-danger:link:focus {
    color: #bd2130 !important;
  }
  .text-sm-light {
    color: #f8f9fa !important;
  }
  .text-sm-light:link:hover, .text-sm-light:link:focus {
    color: #dae0e5 !important;
  }
  .text-sm-dark {
    color: #343a40 !important;
  }
  .text-sm-dark:link:hover, .text-sm-dark:link:focus {
    color: #1d2124 !important;
  }
  .text-sm-white {
    color: #fff !important;
  }
  .text-sm-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
}
/* slut: Bootstrap sm 576px */
/* WordPress: Smartphone
screen and (max-width: 600px) */
@media (min-width: 600px) {
  .d-ws-table-hgroup {
    display: table-header-group;
  }
  .text-ws-primary {
    color: #007bff !important;
  }
  .text-ws-primary:link:hover, .text-ws-primary:link:focus {
    color: #0062cc !important;
  }
  .text-ws-secondary {
    color: #6c757d !important;
  }
  .text-ws-secondary:link:hover, .text-ws-secondary:link:focus {
    color: #545b62 !important;
  }
  .text-ws-success {
    color: #28a745 !important;
  }
  .text-ws-success:link:hover, .text-ws-success:link:focus {
    color: #1e7e34 !important;
  }
  .text-ws-info {
    color: #17a2b8 !important;
  }
  .text-ws-info:link:hover, .text-ws-info:link:focus {
    color: #117a8b !important;
  }
  .text-ws-warning {
    color: #ffc107 !important;
  }
  .text-ws-warning:link:hover, .text-ws-warning:link:focus {
    color: #d39e00 !important;
  }
  .text-ws-danger {
    color: #dc3545 !important;
  }
  .text-ws-danger:link:hover, .text-ws-danger:link:focus {
    color: #bd2130 !important;
  }
  .text-ws-light {
    color: #f8f9fa !important;
  }
  .text-ws-light:link:hover, .text-ws-light:link:focus {
    color: #dae0e5 !important;
  }
  .text-ws-dark {
    color: #343a40 !important;
  }
  .text-ws-dark:link:hover, .text-ws-dark:link:focus {
    color: #1d2124 !important;
  }
  .text-ws-white {
    color: #fff !important;
  }
  .text-ws-muted {
    color: #6c757d !important;
  }
  .text-ws-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
}
/* slut: WordPress: Smartphone 600px */
/* Bootstrap md */
@media (min-width: 768px) {
  .embed-youtube.square {
    max-width: 60%;
    padding-bottom: 60%;
  }
  .bg-md-cover {
    background-size: cover;
    background-position: 50%;
    background-attachment: unset;
  }
  .bg-md-fixed {
    background-attachment: fixed;
    background-position: center;
  }
  .bg-md-primary {
    background-color: #007bff !important;
  }
  .bg-md-primary:link:hover, .bg-md-primary:link:focus {
    background-color: #0062cc !important;
  }
  .bg-md-secondary {
    background-color: #6c757d !important;
  }
  .bg-md-secondary:link:hover, .bg-md-secondary:link:focus {
    background-color: #545b62 !important;
  }
  .bg-md-success {
    background-color: #28a745 !important;
  }
  .bg-md-success:link:hover, .bg-md-success:link:focus {
    background-color: #1e7e34 !important;
  }
  .bg-md-info {
    background-color: #17a2b8 !important;
  }
  .bg-md-info:link:hover, .bg-md-info:link:focus {
    background-color: #117a8b !important;
  }
  .bg-md-warning {
    background-color: #ffc107 !important;
  }
  .bg-md-warning:link:hover, .bg-md-warning:link:focus {
    background-color: #d39e00 !important;
  }
  .bg-md-danger {
    background-color: #dc3545 !important;
  }
  .bg-md-danger:link:hover, .bg-md-danger:link:focus {
    background-color: #bd2130 !important;
  }
  .bg-md-light {
    background-color: #f8f9fa !important;
  }
  .bg-md-light:link:hover, .bg-md-light:link:focus {
    background-color: #dae0e5 !important;
  }
  .bg-md-dark {
    background-color: #343a40 !important;
  }
  .bg-md-dark:link:hover, .bg-md-dark:link:focus {
    background-color: #1d2124 !important;
  }
  .bg-md-white {
    background-color: #fff !important;
  }
  .bg-md-transparent {
    background-color: transparent !important;
  }
  .check-md-center::after {
    margin-left: auto;
    margin-right: auto;
  }
  .d-md-table-hgroup {
    display: table-header-group !important;
  }
  .table-responsive {
    box-shadow: none;
  }
  .text-md-noscroll {
    transform: none;
    animation: none;
  }
  .text-md-primary {
    color: #007bff !important;
  }
  .text-md-primary:link:hover, .text-md-primary:link:focus {
    color: #0062cc !important;
  }
  .text-md-secondary {
    color: #6c757d !important;
  }
  .text-md-secondary:link:hover, .text-md-secondary:link:focus {
    color: #545b62 !important;
  }
  .text-md-muted {
    color: #6c757d !important;
  }
  .text-md-success {
    color: #28a745 !important;
  }
  .text-md-success:link:hover, .text-md-success:link:focus {
    color: #1e7e34 !important;
  }
  .text-md-info {
    color: #17a2b8 !important;
  }
  .text-md-info:link:hover, .text-md-info:link:focus {
    color: #117a8b !important;
  }
  .text-md-warning {
    color: #ffc107 !important;
  }
  .text-md-warning:link:hover, .text-md-warning:link:focus {
    color: #d39e00 !important;
  }
  .text-md-danger {
    color: #dc3545 !important;
  }
  .text-md-danger:link:hover, .text-md-danger:link:focus {
    color: #bd2130 !important;
  }
  .text-md-light {
    color: #f8f9fa !important;
  }
  .text-md-light:link:hover, .text-md-light:link:focus {
    color: #dae0e5 !important;
  }
  .text-md-dark {
    color: #343a40 !important;
  }
  .text-md-dark:link:hover, .text-md-dark:link:focus {
    color: #1d2124 !important;
  }
  .text-md-white {
    color: #fff !important;
  }
  .text-md-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
}
/* slut: Bootstrap md 768px */
/* WordPress: Large screens
screen and (max-width: 782px) */
@media (min-width: 782px) {
  .d-wl-table-hgroup {
    display: table-header-group;
  }
  .text-wl-primary {
    color: #007bff !important;
  }
  .text-wl-primary:link:hover, .text-wl-primary:link:focus {
    color: #0062cc !important;
  }
  .text-wl-secondary {
    color: #6c757d !important;
  }
  .text-wl-secondary:link:hover, .text-wl-secondary:link:focus {
    color: #545b62 !important;
  }
  .text-wl-muted {
    color: #6c757d !important;
  }
  .text-wl-success {
    color: #28a745 !important;
  }
  .text-wl-success:link:hover, .text-wl-success:link:focus {
    color: #1e7e34 !important;
  }
  .text-wl-info {
    color: #17a2b8 !important;
  }
  .text-wl-info:link:hover, .text-wl-info:link:focus {
    color: #117a8b !important;
  }
  .text-wl-warning {
    color: #ffc107 !important;
  }
  .text-wl-warning:link:hover, .text-wl-warning:link:focus {
    color: #d39e00 !important;
  }
  .text-wl-danger {
    color: #dc3545 !important;
  }
  .text-wl-danger:link:hover, .text-wl-danger:link:focus {
    color: #bd2130 !important;
  }
  .text-wl-light {
    color: #f8f9fa !important;
  }
  .text-wl-light:link:hover, .text-wl-light:link:focus {
    color: #dae0e5 !important;
  }
  .text-wl-dark {
    color: #343a40 !important;
  }
  .text-wl-dark:link:hover, .text-wl-dark:link:focus {
    color: #1d2124 !important;
  }
  .text-wl-white {
    color: #fff !important;
  }
  .text-wl-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
}
/* slut: WordPress: Large screens 782px */
/* Bootstrap lg */
@media (min-width: 992px) {
  .alignnone {
    margin: 5px 20px 20px 0;
  }
  .aligncenter,
  div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  a img .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  a img .alignnone {
    margin: 5px 20px 20px 0;
  }
  a img .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  a img .aligncenter {
    display: block;
  }
  .bg-lg-cover {
    background-size: cover;
    background-position: 50%;
    background-attachment: unset;
  }
  .bg-lg-fixed {
    background-attachment: fixed;
    background-position: center;
  }
  .bg-lg-primary {
    background-color: #007bff !important;
  }
  .bg-lg-primary:link:hover, .bg-lg-primary:link:focus {
    background-color: #0062cc !important;
  }
  .bg-lg-secondary {
    background-color: #6c757d !important;
  }
  .bg-lg-secondary:link:hover, .bg-lg-secondary:link:focus {
    background-color: #545b62 !important;
  }
  .bg-lg-success {
    background-color: #28a745 !important;
  }
  .bg-lg-success:link:hover, .bg-lg-success:link:focus {
    background-color: #1e7e34 !important;
  }
  .bg-lg-info {
    background-color: #17a2b8 !important;
  }
  .bg-lg-info:link:hover, .bg-lg-info:link:focus {
    background-color: #117a8b !important;
  }
  .bg-lg-warning {
    background-color: #ffc107 !important;
  }
  .bg-lg-warning:link:hover, .bg-lg-warning:link:focus {
    background-color: #d39e00 !important;
  }
  .bg-lg-danger {
    background-color: #dc3545 !important;
  }
  .bg-lg-danger:link:hover, .bg-lg-danger:link:focus {
    background-color: #bd2130 !important;
  }
  .bg-lg-light {
    background-color: #f8f9fa !important;
  }
  .bg-lg-light:link:hover, .bg-lg-light:link:focus {
    background-color: #dae0e5 !important;
  }
  .bg-lg-dark {
    background-color: #343a40 !important;
  }
  .bg-lg-dark:link:hover, .bg-lg-dark:link:focus {
    background-color: #1d2124 !important;
  }
  .bg-lg-white {
    background-color: #fff !important;
  }
  .bg-lg-transparent {
    background-color: transparent !important;
  }
  .check-lg-center::after {
    margin-left: auto;
    margin-right: auto;
  }
  .d-lg-table-hgroup {
    display: table-header-group;
  }
  .text-lg-white {
    color: #fff !important;
  }
  .text-lg-primary {
    color: #007bff !important;
  }
  .text-lg-primary:link:hover, .text-lg-primary:link:focus {
    color: #0062cc !important;
  }
  .text-lg-secondary {
    color: #6c757d !important;
  }
  .text-lg-secondary:link:hover, .text-lg-secondary:link:focus {
    color: #545b62 !important;
  }
  .text-lg-success {
    color: #28a745 !important;
  }
  .text-lg-success:link:hover, .text-lg-success:link:focus {
    color: #1e7e34 !important;
  }
  .text-lg-info {
    color: #17a2b8 !important;
  }
  .text-lg-info:link:hover, .text-lg-info:link:focus {
    color: #117a8b !important;
  }
  .text-lg-warning {
    color: #ffc107 !important;
  }
  .text-lg-warning:link:hover, .text-lg-warning:link:focus {
    color: #d39e00 !important;
  }
  .text-lg-danger {
    color: #dc3545 !important;
  }
  .text-lg-danger:link:hover, .text-lg-danger:link:focus {
    color: #bd2130 !important;
  }
  .text-lg-light {
    color: #f8f9fa !important;
  }
  .text-lg-light:link:hover, .text-lg-light:link:focus {
    color: #dae0e5 !important;
  }
  .text-lg-dark {
    color: #343a40 !important;
  }
  .text-lg-dark:link:hover, .text-lg-dark:link:focus {
    color: #1d2124 !important;
  }
  .text-lg-muted {
    color: #6c757d !important;
  }
  .text-lg-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .navbar-logo,
  .custom-logo {
    max-height: 2.5em;
  }
}
/* slut: Bootstrap lg 992px */
/* Bootstrap xl */
@media (min-width: 1200px) {
  .bg-xl-cover {
    background-size: cover;
    background-position: 50%;
    background-attachment: unset;
  }
  .bg-xl-fixed {
    background-attachment: fixed;
    background-position: center;
  }
  .bg-xl-primary {
    background-color: #007bff !important;
  }
  .bg-xl-primary:link:hover, .bg-xl-primary:link:focus {
    background-color: #0062cc !important;
  }
  .bg-xl-secondary {
    background-color: #6c757d !important;
  }
  .bg-xl-secondary:link:hover, .bg-xl-secondary:link:focus {
    background-color: #545b62 !important;
  }
  .bg-xl-success {
    background-color: #28a745 !important;
  }
  .bg-xl-success:link:hover, .bg-xl-success:link:focus {
    background-color: #1e7e34 !important;
  }
  .bg-xl-info {
    background-color: #17a2b8 !important;
  }
  .bg-xl-info:link:hover, .bg-xl-info:link:focus {
    background-color: #117a8b !important;
  }
  .bg-xl-warning {
    background-color: #ffc107 !important;
  }
  .bg-xl-warning:link:hover, .bg-xl-warning:link:focus {
    background-color: #d39e00 !important;
  }
  .bg-xl-danger {
    background-color: #dc3545 !important;
  }
  .bg-xl-danger:link:hover, .bg-xl-danger:link:focus {
    background-color: #bd2130 !important;
  }
  .bg-xl-light {
    background-color: #f8f9fa !important;
  }
  .bg-xl-light:link:hover, .bg-xl-light:link:focus {
    background-color: #dae0e5 !important;
  }
  .bg-xl-dark {
    background-color: #343a40 !important;
  }
  .bg-xl-dark:link:hover, .bg-xl-dark:link:focus {
    background-color: #1d2124 !important;
  }
  .bg-xl-white {
    background-color: #fff !important;
  }
  .bg-xl-transparent {
    background-color: transparent !important;
  }
  .check-xl-center::after {
    margin-left: auto;
    margin-right: auto;
  }
  .d-xl-table-hgroup {
    display: table-header-group;
  }
  .text-xl-white {
    color: #fff !important;
  }
  .text-xl-primary {
    color: #007bff !important;
  }
  .text-xl-primary:link:hover, .text-xl-primary:link:focus {
    color: #0062cc !important;
  }
  .text-xl-secondary {
    color: #6c757d !important;
  }
  .text-xl-secondary:link:hover, .text-xl-secondary:link:focus {
    color: #545b62 !important;
  }
  .text-xl-success {
    color: #28a745 !important;
  }
  .text-xl-success:link:hover, .text-xl-success:link:focus {
    color: #1e7e34 !important;
  }
  .text-xl-info {
    color: #17a2b8 !important;
  }
  .text-xl-info:link:hover, .text-xl-info:link:focus {
    color: #117a8b !important;
  }
  .text-xl-warning {
    color: #ffc107 !important;
  }
  .text-xl-warning:link:hover, .text-xl-warning:link:focus {
    color: #d39e00 !important;
  }
  .text-xl-danger {
    color: #dc3545 !important;
  }
  .text-xl-danger:link:hover, .text-xl-danger:link:focus {
    color: #bd2130 !important;
  }
  .text-xl-light {
    color: #f8f9fa !important;
  }
  .text-xl-light:link:hover, .text-xl-light:link:focus {
    color: #dae0e5 !important;
  }
  .text-xl-dark {
    color: #343a40 !important;
  }
  .text-xl-dark:link:hover, .text-xl-dark:link:focus {
    color: #1d2124 !important;
  }
  .text-xl-muted {
    color: #6c757d !important;
  }
  .text-xl-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
}
/* slut: Bootstrap xl 1200px */
.m-n1 {
  margin: -0.25rem !important;
}

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

.mt-n1 {
  margin-top: -0.25rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.mx-n1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

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

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

.mt-n2 {
  margin-top: -0.5rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.mx-n2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

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

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

.mt-n3 {
  margin-top: -1rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.mx-n3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

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

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

.mt-n4 {
  margin-top: -1.5rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.mx-n4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

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

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

.mt-n5 {
  margin-top: -3rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.mx-n5 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.logo-xxsmall {
  max-width: 50px;
  max-height: 1.25em;
}

.logo-xsmall {
  max-width: 75px;
  max-height: 1.5em;
}

.logo-small {
  max-width: 90px;
  max-height: 1.75em;
}

.logo-medium {
  max-width: 120px;
  max-height: 2.5em;
}

.logo-large {
  max-width: 180px;
  max-height: 3.5em;
}

.logo-xlarge {
  max-width: 210px;
  max-height: 4em;
}

.logo-xxlarge {
  max-width: 240px;
  max-height: 4.5em;
}

@media (min-width: 400px) {
  .border-wn {
    border-style: solid;
    border-width: 1px !important;
  }
  .border-wn-0 {
    border: 0 !important;
  }
  .border-wn-top {
    border-style: solid;
    border-top-width: 1px !important;
  }
  .border-wn-top-0 {
    border-top: 0 !important;
  }
  .border-wn-end {
    border-style: solid;
    border-right-width: 1px !important;
  }
  .border-wn-end-0 {
    border-right: 0 !important;
  }
  .border-wn-bottom {
    border-style: solid;
    border-bottom-width: 1px !important;
  }
  .border-wn-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-wn-start {
    border-style: solid;
    border-left-width: 1px !important;
  }
  .border-wn-start-0 {
    border-left: 0 !important;
  }
  .shadow-wn-none {
    box-shadow: none !important;
  }
  .m-wn-n1 {
    margin: -0.25rem !important;
  }
  .m-wn-n1 {
    margin: -0.25rem !important;
  }
  .mt-wn-n1 {
    margin-top: -0.25rem !important;
  }
  .me-wn-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-wn-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ms-wn-n1 {
    margin-left: -0.25rem !important;
  }
  .mx-wn-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .my-wn-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-wn-n2 {
    margin: -0.5rem !important;
  }
  .m-wn-n2 {
    margin: -0.5rem !important;
  }
  .mt-wn-n2 {
    margin-top: -0.5rem !important;
  }
  .me-wn-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-wn-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ms-wn-n2 {
    margin-left: -0.5rem !important;
  }
  .mx-wn-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .my-wn-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-wn-n3 {
    margin: -1rem !important;
  }
  .m-wn-n3 {
    margin: -1rem !important;
  }
  .mt-wn-n3 {
    margin-top: -1rem !important;
  }
  .me-wn-n3 {
    margin-right: -1rem !important;
  }
  .mb-wn-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-wn-n3 {
    margin-left: -1rem !important;
  }
  .mx-wn-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .my-wn-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-wn-n4 {
    margin: -1.5rem !important;
  }
  .m-wn-n4 {
    margin: -1.5rem !important;
  }
  .mt-wn-n4 {
    margin-top: -1.5rem !important;
  }
  .me-wn-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-wn-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-wn-n4 {
    margin-left: -1.5rem !important;
  }
  .mx-wn-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .my-wn-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-wn-n5 {
    margin: -3rem !important;
  }
  .m-wn-n5 {
    margin: -3rem !important;
  }
  .mt-wn-n5 {
    margin-top: -3rem !important;
  }
  .me-wn-n5 {
    margin-right: -3rem !important;
  }
  .mb-wn-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-wn-n5 {
    margin-left: -3rem !important;
  }
  .mx-wn-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .my-wn-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .logo-wn-xxsmall {
    width: 100%;
    max-width: 50px;
    max-height: 1.25em;
  }
  .logo-wn-xsmall {
    width: 100%;
    max-width: 75px;
    max-height: 1.5em;
  }
  .logo-wn-small {
    width: 100%;
    max-width: 90px;
    max-height: 1.75em;
  }
  .logo-wn-medium {
    width: 100%;
    max-width: 120px;
    max-height: 2.5em;
  }
  .logo-wn-large {
    width: 100%;
    max-width: 180px;
    max-height: 3.5em;
  }
  .logo-wn-xlarge {
    width: 100%;
    max-width: 210px;
    max-height: 4em;
  }
  .logo-wn-xxlarge {
    width: 100%;
    max-width: 240px;
    max-height: 4.5em;
  }
}
@media (min-width: 576px) {
  .border-sm {
    border-style: solid;
    border-width: 1px !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-sm-top {
    border-style: solid;
    border-top-width: 1px !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-end {
    border-style: solid;
    border-right-width: 1px !important;
  }
  .border-sm-end-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom {
    border-style: solid;
    border-bottom-width: 1px !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-start {
    border-style: solid;
    border-left-width: 1px !important;
  }
  .border-sm-start-0 {
    border-left: 0 !important;
  }
  .shadow-sm-none {
    box-shadow: none !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .mx-sm-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .mx-sm-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .logo-sm-xxsmall {
    width: 100%;
    max-width: 50px;
    max-height: 1.25em;
  }
  .logo-sm-xsmall {
    width: 100%;
    max-width: 75px;
    max-height: 1.5em;
  }
  .logo-sm-small {
    width: 100%;
    max-width: 90px;
    max-height: 1.75em;
  }
  .logo-sm-medium {
    width: 100%;
    max-width: 120px;
    max-height: 2.5em;
  }
  .logo-sm-large {
    width: 100%;
    max-width: 180px;
    max-height: 3.5em;
  }
  .logo-sm-xlarge {
    width: 100%;
    max-width: 210px;
    max-height: 4em;
  }
  .logo-sm-xxlarge {
    width: 100%;
    max-width: 240px;
    max-height: 4.5em;
  }
}
@media (min-width: 600px) {
  .border-ws {
    border-style: solid;
    border-width: 1px !important;
  }
  .border-ws-0 {
    border: 0 !important;
  }
  .border-ws-top {
    border-style: solid;
    border-top-width: 1px !important;
  }
  .border-ws-top-0 {
    border-top: 0 !important;
  }
  .border-ws-end {
    border-style: solid;
    border-right-width: 1px !important;
  }
  .border-ws-end-0 {
    border-right: 0 !important;
  }
  .border-ws-bottom {
    border-style: solid;
    border-bottom-width: 1px !important;
  }
  .border-ws-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-ws-start {
    border-style: solid;
    border-left-width: 1px !important;
  }
  .border-ws-start-0 {
    border-left: 0 !important;
  }
  .shadow-ws-none {
    box-shadow: none !important;
  }
  .m-ws-n1 {
    margin: -0.25rem !important;
  }
  .m-ws-n1 {
    margin: -0.25rem !important;
  }
  .mt-ws-n1 {
    margin-top: -0.25rem !important;
  }
  .me-ws-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-ws-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ms-ws-n1 {
    margin-left: -0.25rem !important;
  }
  .mx-ws-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .my-ws-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-ws-n2 {
    margin: -0.5rem !important;
  }
  .m-ws-n2 {
    margin: -0.5rem !important;
  }
  .mt-ws-n2 {
    margin-top: -0.5rem !important;
  }
  .me-ws-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-ws-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ms-ws-n2 {
    margin-left: -0.5rem !important;
  }
  .mx-ws-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .my-ws-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-ws-n3 {
    margin: -1rem !important;
  }
  .m-ws-n3 {
    margin: -1rem !important;
  }
  .mt-ws-n3 {
    margin-top: -1rem !important;
  }
  .me-ws-n3 {
    margin-right: -1rem !important;
  }
  .mb-ws-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-ws-n3 {
    margin-left: -1rem !important;
  }
  .mx-ws-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .my-ws-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-ws-n4 {
    margin: -1.5rem !important;
  }
  .m-ws-n4 {
    margin: -1.5rem !important;
  }
  .mt-ws-n4 {
    margin-top: -1.5rem !important;
  }
  .me-ws-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-ws-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-ws-n4 {
    margin-left: -1.5rem !important;
  }
  .mx-ws-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .my-ws-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-ws-n5 {
    margin: -3rem !important;
  }
  .m-ws-n5 {
    margin: -3rem !important;
  }
  .mt-ws-n5 {
    margin-top: -3rem !important;
  }
  .me-ws-n5 {
    margin-right: -3rem !important;
  }
  .mb-ws-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-ws-n5 {
    margin-left: -3rem !important;
  }
  .mx-ws-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .my-ws-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .logo-ws-xxsmall {
    width: 100%;
    max-width: 50px;
    max-height: 1.25em;
  }
  .logo-ws-xsmall {
    width: 100%;
    max-width: 75px;
    max-height: 1.5em;
  }
  .logo-ws-small {
    width: 100%;
    max-width: 90px;
    max-height: 1.75em;
  }
  .logo-ws-medium {
    width: 100%;
    max-width: 120px;
    max-height: 2.5em;
  }
  .logo-ws-large {
    width: 100%;
    max-width: 180px;
    max-height: 3.5em;
  }
  .logo-ws-xlarge {
    width: 100%;
    max-width: 210px;
    max-height: 4em;
  }
  .logo-ws-xxlarge {
    width: 100%;
    max-width: 240px;
    max-height: 4.5em;
  }
}
@media (min-width: 768px) {
  .border-md {
    border-style: solid;
    border-width: 1px !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-md-top {
    border-style: solid;
    border-top-width: 1px !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-end {
    border-style: solid;
    border-right-width: 1px !important;
  }
  .border-md-end-0 {
    border-right: 0 !important;
  }
  .border-md-bottom {
    border-style: solid;
    border-bottom-width: 1px !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-start {
    border-style: solid;
    border-left-width: 1px !important;
  }
  .border-md-start-0 {
    border-left: 0 !important;
  }
  .shadow-md-none {
    box-shadow: none !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .mx-md-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .mx-md-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .mx-md-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .mx-md-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .mx-md-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .logo-md-xxsmall {
    width: 100%;
    max-width: 50px;
    max-height: 1.25em;
  }
  .logo-md-xsmall {
    width: 100%;
    max-width: 75px;
    max-height: 1.5em;
  }
  .logo-md-small {
    width: 100%;
    max-width: 90px;
    max-height: 1.75em;
  }
  .logo-md-medium {
    width: 100%;
    max-width: 120px;
    max-height: 2.5em;
  }
  .logo-md-large {
    width: 100%;
    max-width: 180px;
    max-height: 3.5em;
  }
  .logo-md-xlarge {
    width: 100%;
    max-width: 210px;
    max-height: 4em;
  }
  .logo-md-xxlarge {
    width: 100%;
    max-width: 240px;
    max-height: 4.5em;
  }
}
@media (min-width: 782px) {
  .border-wl {
    border-style: solid;
    border-width: 1px !important;
  }
  .border-wl-0 {
    border: 0 !important;
  }
  .border-wl-top {
    border-style: solid;
    border-top-width: 1px !important;
  }
  .border-wl-top-0 {
    border-top: 0 !important;
  }
  .border-wl-end {
    border-style: solid;
    border-right-width: 1px !important;
  }
  .border-wl-end-0 {
    border-right: 0 !important;
  }
  .border-wl-bottom {
    border-style: solid;
    border-bottom-width: 1px !important;
  }
  .border-wl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-wl-start {
    border-style: solid;
    border-left-width: 1px !important;
  }
  .border-wl-start-0 {
    border-left: 0 !important;
  }
  .shadow-wl-none {
    box-shadow: none !important;
  }
  .m-wl-n1 {
    margin: -0.25rem !important;
  }
  .m-wl-n1 {
    margin: -0.25rem !important;
  }
  .mt-wl-n1 {
    margin-top: -0.25rem !important;
  }
  .me-wl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-wl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ms-wl-n1 {
    margin-left: -0.25rem !important;
  }
  .mx-wl-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .my-wl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-wl-n2 {
    margin: -0.5rem !important;
  }
  .m-wl-n2 {
    margin: -0.5rem !important;
  }
  .mt-wl-n2 {
    margin-top: -0.5rem !important;
  }
  .me-wl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-wl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ms-wl-n2 {
    margin-left: -0.5rem !important;
  }
  .mx-wl-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .my-wl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-wl-n3 {
    margin: -1rem !important;
  }
  .m-wl-n3 {
    margin: -1rem !important;
  }
  .mt-wl-n3 {
    margin-top: -1rem !important;
  }
  .me-wl-n3 {
    margin-right: -1rem !important;
  }
  .mb-wl-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-wl-n3 {
    margin-left: -1rem !important;
  }
  .mx-wl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .my-wl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-wl-n4 {
    margin: -1.5rem !important;
  }
  .m-wl-n4 {
    margin: -1.5rem !important;
  }
  .mt-wl-n4 {
    margin-top: -1.5rem !important;
  }
  .me-wl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-wl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-wl-n4 {
    margin-left: -1.5rem !important;
  }
  .mx-wl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .my-wl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-wl-n5 {
    margin: -3rem !important;
  }
  .m-wl-n5 {
    margin: -3rem !important;
  }
  .mt-wl-n5 {
    margin-top: -3rem !important;
  }
  .me-wl-n5 {
    margin-right: -3rem !important;
  }
  .mb-wl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-wl-n5 {
    margin-left: -3rem !important;
  }
  .mx-wl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .my-wl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .logo-wl-xxsmall {
    width: 100%;
    max-width: 50px;
    max-height: 1.25em;
  }
  .logo-wl-xsmall {
    width: 100%;
    max-width: 75px;
    max-height: 1.5em;
  }
  .logo-wl-small {
    width: 100%;
    max-width: 90px;
    max-height: 1.75em;
  }
  .logo-wl-medium {
    width: 100%;
    max-width: 120px;
    max-height: 2.5em;
  }
  .logo-wl-large {
    width: 100%;
    max-width: 180px;
    max-height: 3.5em;
  }
  .logo-wl-xlarge {
    width: 100%;
    max-width: 210px;
    max-height: 4em;
  }
  .logo-wl-xxlarge {
    width: 100%;
    max-width: 240px;
    max-height: 4.5em;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border-style: solid;
    border-width: 1px !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-lg-top {
    border-style: solid;
    border-top-width: 1px !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-end {
    border-style: solid;
    border-right-width: 1px !important;
  }
  .border-lg-end-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom {
    border-style: solid;
    border-bottom-width: 1px !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-start {
    border-style: solid;
    border-left-width: 1px !important;
  }
  .border-lg-start-0 {
    border-left: 0 !important;
  }
  .shadow-lg-none {
    box-shadow: none !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .mx-lg-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .mx-lg-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .logo-lg-xxsmall {
    width: 100%;
    max-width: 50px;
    max-height: 1.25em;
  }
  .logo-lg-xsmall {
    width: 100%;
    max-width: 75px;
    max-height: 1.5em;
  }
  .logo-lg-small {
    width: 100%;
    max-width: 90px;
    max-height: 1.75em;
  }
  .logo-lg-medium {
    width: 100%;
    max-width: 120px;
    max-height: 2.5em;
  }
  .logo-lg-large {
    width: 100%;
    max-width: 180px;
    max-height: 3.5em;
  }
  .logo-lg-xlarge {
    width: 100%;
    max-width: 210px;
    max-height: 4em;
  }
  .logo-lg-xxlarge {
    width: 100%;
    max-width: 240px;
    max-height: 4.5em;
  }
}
@media (min-width: 1200px) {
  .border-xl {
    border-style: solid;
    border-width: 1px !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-xl-top {
    border-style: solid;
    border-top-width: 1px !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-end {
    border-style: solid;
    border-right-width: 1px !important;
  }
  .border-xl-end-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom {
    border-style: solid;
    border-bottom-width: 1px !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-start {
    border-style: solid;
    border-left-width: 1px !important;
  }
  .border-xl-start-0 {
    border-left: 0 !important;
  }
  .shadow-xl-none {
    box-shadow: none !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .mx-xl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .mx-xl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .logo-xl-xxsmall {
    width: 100%;
    max-width: 50px;
    max-height: 1.25em;
  }
  .logo-xl-xsmall {
    width: 100%;
    max-width: 75px;
    max-height: 1.5em;
  }
  .logo-xl-small {
    width: 100%;
    max-width: 90px;
    max-height: 1.75em;
  }
  .logo-xl-medium {
    width: 100%;
    max-width: 120px;
    max-height: 2.5em;
  }
  .logo-xl-large {
    width: 100%;
    max-width: 180px;
    max-height: 3.5em;
  }
  .logo-xl-xlarge {
    width: 100%;
    max-width: 210px;
    max-height: 4em;
  }
  .logo-xl-xxlarge {
    width: 100%;
    max-width: 240px;
    max-height: 4.5em;
  }
}
@media (min-width: 1400px) {
  .border-xxl {
    border-style: solid;
    border-width: 1px !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-xxl-top {
    border-style: solid;
    border-top-width: 1px !important;
  }
  .border-xxl-top-0 {
    border-top: 0 !important;
  }
  .border-xxl-end {
    border-style: solid;
    border-right-width: 1px !important;
  }
  .border-xxl-end-0 {
    border-right: 0 !important;
  }
  .border-xxl-bottom {
    border-style: solid;
    border-bottom-width: 1px !important;
  }
  .border-xxl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xxl-start {
    border-style: solid;
    border-left-width: 1px !important;
  }
  .border-xxl-start-0 {
    border-left: 0 !important;
  }
  .shadow-xxl-none {
    box-shadow: none !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .mx-xxl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .mx-xxl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .logo-xxl-xxsmall {
    width: 100%;
    max-width: 50px;
    max-height: 1.25em;
  }
  .logo-xxl-xsmall {
    width: 100%;
    max-width: 75px;
    max-height: 1.5em;
  }
  .logo-xxl-small {
    width: 100%;
    max-width: 90px;
    max-height: 1.75em;
  }
  .logo-xxl-medium {
    width: 100%;
    max-width: 120px;
    max-height: 2.5em;
  }
  .logo-xxl-large {
    width: 100%;
    max-width: 180px;
    max-height: 3.5em;
  }
  .logo-xxl-xlarge {
    width: 100%;
    max-width: 210px;
    max-height: 4em;
  }
  .logo-xxl-xxlarge {
    width: 100%;
    max-width: 240px;
    max-height: 4.5em;
  }
}/*# sourceMappingURL=reset5.css.map */