@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
header#mobile-header {
  z-index: 15;
  height: 65px;
  width: 100%;
  background-size: auto 100%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  position: relative;
}
header#mobile-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 80px);
  height: 100%;
  background-image: url("../../../uploads/2023/03/yellow-beads-1-1.jpg");
  background-size: auto 100%;
  z-index: 1;
}
header#mobile-header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background-image: url("../../../uploads/2023/03/beads.jpg");
  background-size: auto 100%;
  z-index: 1;
}
header#mobile-header > [class*=container] {
  max-width: 1400px !important;
  height: inherit;
}
header#mobile-header > [class*=container] > .row {
  height: inherit;
}
header#mobile-header > [class*=container] > .row > [class*=col] {
  height: inherit;
}
header#mobile-header > [class*=container] > .row > [class*=col]:nth-of-type(1) {
  position: relative;
  z-index: 5;
}
header#mobile-header > [class*=container] > .row > [class*=col]:nth-of-type(1) #logo {
  display: block;
  height: 100%;
}
header#mobile-header > [class*=container] > .row > [class*=col]:nth-of-type(1) #logo img {
  max-width: 100% !important;
  max-height: 100% !important;
}
header#mobile-header > [class*=container] > .row > [class*=col]:nth-of-type(2) {
  position: relative;
  z-index: 2;
}
header#mobile-header > [class*=container] > .row > [class*=col]:nth-of-type(2):before {
  content: "";
  background-image: url(../../../uploads/2023/03/bead-pattern.png);
  background-size: auto 100%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100vw;
  height: calc(100% + 1px);
  right: 80px;
  transform: translateY(-1px);
  z-index: 5;
  touch-action: none;
  pointer-events: none;
}
header#mobile-header > [class*=container] > .row > [class*=col]:nth-of-type(2) #menu-toggle {
  height: 100%;
  width: 50px;
  padding: 5px;
  display: inline-block;
  overflow: hidden;
  border: 2px solid var(--yellow);
  background-image: url("../../../uploads/2023/03/yellow-beads-1-1.jpg");
  background-size: 50px 50px;
}
header#mobile-header > [class*=container] > .row > [class*=col]:nth-of-type(2) #menu-toggle > span {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-wrap: wrap;
}
header#mobile-header > [class*=container] > .row > [class*=col]:nth-of-type(2) #menu-toggle > span > span {
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #FBDA64, #FBDA64 16%, #F9BA3F 16%, #F9BA3F 32%, #E48C25 32%, #E48C25 48%, #D66E28 48%, #D66E28 64%, #D63C27 64%, #D63C27 80%, #BE2025 80%, #BE2025);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

header#header {
  width: 100%;
  position: relative;
  z-index: 100;
}
header#header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("../../../uploads/2023/04/yellow-beads.jpg");
  z-index: 1;
}
header#header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("../../../uploads/2023/04/red-beads.jpg");
  z-index: 1;
}
header#header div.header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../uploads/2023/04/Beadwork-Cut-Out-3.jpg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 2;
}
header#header > [class*=container] {
  position: relative;
  z-index: 9;
  max-width: 1400px !important;
  height: inherit;
}
header#header > [class*=container] > .row {
  height: inherit;
}
header#header > [class*=container] > .row > [class*=col]:nth-of-type(1) {
  position: relative;
  z-index: 15;
}
header#header > [class*=container] > .row > [class*=col]:nth-of-type(1) #logo {
  z-index: 9;
}
header#header > [class*=container] > .row > [class*=col]:nth-of-type(1) #logo img {
  max-width: 100% !important;
  max-height: 100% !important;
}
header#header > [class*=container] > .row > [class*=col]:nth-of-type(2) {
  position: relative;
  z-index: 2;
}
header#header > [class*=container] > .row > [class*=col]:nth-of-type(2):before {
  content: "";
  background-size: auto 100%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 0;
  transform: translateX(calc(-100% + 5px));
  z-index: 5;
}
header#header > [class*=container] > .row > [class*=col]:nth-of-type(2) > .row > [class*=col]:nth-of-type(1) > .row > [class*=col]:nth-of-type(1) form.search-form {
  width: 100%;
  display: flex;
  align-items: stretch;
}
header#header > [class*=container] > .row > [class*=col]:nth-of-type(2) > .row > [class*=col]:nth-of-type(1) > .row > [class*=col]:nth-of-type(1) form.search-form label {
  width: 70%;
  display: block;
}
header#header > [class*=container] > .row > [class*=col]:nth-of-type(2) > .row > [class*=col]:nth-of-type(1) > .row > [class*=col]:nth-of-type(1) form.search-form label input[type=search] {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}
header#header > [class*=container] > .row > [class*=col]:nth-of-type(2) > .row > [class*=col]:nth-of-type(1) > .row > [class*=col]:nth-of-type(1) form.search-form label input[type=search]:focus {
  outline: none !important;
}
header#header > [class*=container] > .row > [class*=col]:nth-of-type(2) > .row > [class*=col]:nth-of-type(1) > .row > [class*=col]:nth-of-type(1) form.search-form input[type=submit] {
  background-color: var(--native-dark-red);
  color: var(--bs-white);
  border-color: var(--native-dark-red) !important;
  height: 100%;
  width: 30%;
}
header#header > [class*=container] > .row > [class*=col]:nth-of-type(2) > .row > [class*=col]:nth-of-type(1) > .row > [class*=col]:nth-of-type(2) .dashicons {
  background-color: #fff;
  color: var(--native-red);
  border-radius: 50%;
  height: 25px;
  width: 25px;
}
nav#nav {
  position: relative;
  z-index: 5;
  background-color: #000;
}
nav#nav > div[class*=menu] {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
nav#nav > div[class*=menu] ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
nav#nav > div[class*=menu] > ul {
  font-size: 0;
}
nav#nav > div[class*=menu] > ul > li {
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-block;
}
nav#nav > div[class*=menu] > ul > li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0.7rem 1.1rem;
  transition: all 0.25s;
}
nav#nav > div[class*=menu] > ul > li > a:link, nav#nav > div[class*=menu] > ul > li > a:visited {
  text-decoration: none;
  color: #fff;
}
nav#nav > div[class*=menu] > ul > li > a:hover, nav#nav > div[class*=menu] > ul > li > a:active {
  text-decoration: none;
  color: var(--yellow);
}
nav#nav > div[class*=menu] > ul > li.current_page_item a:-moz-any-link {
  color: var(--yellow);
}
nav#nav > div[class*=menu] > ul > li.current_page_item a:any-link {
  color: var(--yellow);
}

nav#sub-nav {
  background-color: #F9F4E5;
}
nav#sub-nav .taxonomy-list > ul > li > a {
  color: var(--native-red);
}

input[type=checkbox]#openMenu ~ #mobile-nav-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  opacity: 0;
  background-color: #000;
  transition: all 0.25s;
  touch-action: none;
  pointer-events: none;
}
input[type=checkbox]#openMenu ~ nav#mobile-nav {
  overflow-y: scroll;
  z-index: 55;
  width: 80%;
  max-width: 380px;
  transition: all 0.25s;
  opacity: 0;
  transform: translateX(100%);
}
input[type=checkbox]#openMenu ~ nav#mobile-nav > div {
  position: relative;
  z-index: 99;
}
input[type=checkbox]#openMenu ~ nav#mobile-nav form.search-form {
  width: 100%;
  display: flex;
  align-items: stretch;
}
input[type=checkbox]#openMenu ~ nav#mobile-nav form.search-form label {
  width: 70%;
  display: block;
}
input[type=checkbox]#openMenu ~ nav#mobile-nav form.search-form label input[type=search] {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}
input[type=checkbox]#openMenu ~ nav#mobile-nav form.search-form label input[type=search]:focus {
  outline: none !important;
}
input[type=checkbox]#openMenu ~ nav#mobile-nav form.search-form input[type=submit] {
  background-color: var(--native-dark-red);
  color: var(--bs-white);
  border-color: var(--native-dark-red) !important;
  height: 100%;
  width: 30%;
}
input[type=checkbox]#openMenu ~ nav#mobile-nav:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
  content: "";
  background-image: url(../../../uploads/2023/01/header-bg.png);
  background-position: 50% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
input[type=checkbox]#openMenu ~ nav#mobile-nav > div {
  padding: 1rem;
}
input[type=checkbox]#openMenu ~ nav#mobile-nav > div > [class*=menu] > ul > li > a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0.75rem 1rem 0.75rem 0.45rem;
  font-weight: bold;
  text-transform: uppercase;
}
input[type=checkbox]#openMenu ~ nav#mobile-nav > div > [class*=menu] > ul > li > a:link, input[type=checkbox]#openMenu ~ nav#mobile-nav > div > [class*=menu] > ul > li > a:visited, input[type=checkbox]#openMenu ~ nav#mobile-nav > div > [class*=menu] > ul > li > a:hover, input[type=checkbox]#openMenu ~ nav#mobile-nav > div > [class*=menu] > ul > li > a:active {
  text-decoration: none;
  color: #000;
}
input[type=checkbox]#openMenu:checked ~ #mobile-nav-background {
  opacity: 0.375;
  touch-action: initial;
  pointer-events: initial;
}
input[type=checkbox]#openMenu:checked ~ nav#mobile-nav {
  transform: translateX(0%);
  opacity: 1;
}

@media (max-width: 992px) {
  #contact-us-today-container {
    background-color: #F8F2E3;
    background-image: url("../../../uploads/2023/03/yellow-beads-1.jpg");
    background-repeat: repeat;
  }
}
@media (min-width: 992px) {
  #contact-us-today-container {
    background-color: #fff;
    border: 0px !important;
    background-image: url(../../../uploads/2023/03/contact-us-bead-1.jpg);
    background-size: auto 100%;
    background-position: -2px 100%;
    background-repeat: repeat-x;
  }
}
#contact-us-today-container > .container {
  position: relative;
  z-index: 9;
}
#contact-us-today-container > .container > .row > .col > h3 {
  color: var(--native-dark-red);
  text-align: center;
}

footer#footer {
  background-color: #000;
  background-size: 100% auto;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
  background-image: url(../../../uploads/2023/01/NativeAmericans_Graphics_FooterBackground.jpg);
}
footer#footer #logo-container {
  width: 480px;
  height: 220px;
  text-align: center;
}
footer#footer #logo-container .logo img {
  width: 300px;
  height: 130px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
footer#footer > .container > .row > [class*=col]:nth-of-type(1) hr {
  background-color: #f3e6b0;
  height: 2px;
  border-top: 0px;
  opacity: 1 !important;
  border-bottom: 0px;
}
footer#footer > .container > .row > [class*=col]:nth-of-type(1) > div > ul > li > a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
footer#footer > .container > .row > [class*=col]:nth-of-type(1) > div > ul > li > a:link, footer#footer > .container > .row > [class*=col]:nth-of-type(1) > div > ul > li > a:visited {
  color: #fff;
  text-decoration: none;
}
footer#footer > .container > .row > [class*=col]:nth-of-type(1) > div > ul > li > a:hover, footer#footer > .container > .row > [class*=col]:nth-of-type(1) > div > ul > li > a:active {
  color: #fff;
  text-decoration: none;
}
#resource-carousel-container #resource-carousel-mw.tns-ovh {
  overflow: visible !important;
}
#resource-carousel-container #resource-carousel-ow.tns-outer > button[data-action=stop] {
  display: none !important;
}
#resource-carousel-container > [class*=container] > .row > .col > h1, #resource-carousel-container > [class*=container] > .row > .col > h2, #resource-carousel-container > [class*=container] > .row > .col > h3, #resource-carousel-container > [class*=container] > .row > .col > h4, #resource-carousel-container > [class*=container] > .row > .col > h5, #resource-carousel-container > [class*=container] > .row > .col > h6 {
  color: #032C62;
}
#resource-carousel-container #resource-carousel {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
#resource-carousel-container #resource-carousel .tns-item {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#resource-carousel-container #resource-carousel .tns-item img {
  height: 160px;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.row.news .news-story > a {
  background-color: #D6E3EF;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.row.news .news-story > a figure {
  height: 220px;
  position: relative;
}
.row.news .news-story > a figure img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.row.artists .artist > * {
  border: 2px solid #F1F0F0;
  overflow: hidden;
  background-color: #f1e8be;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.row.artists .artist > * figure {
  background-color: #F8F3DE;
  height: 220px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.row.artists .artist > * figure img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  max-width: 250px;
  width: 100%;
  height: 100%;
}
.row.artists .artist > * figure img.opacity-50 {
  filter: grayscale(1);
}
.row.artists .artist > * .news-content footer {
  text-align: center;
}
.row.artists .artist > * .news-content footer span {
  background-color: #1E2F60;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1rem;
}

.angled_banner {
  position: relative;
}
.angled_banner > div {
  position: relative;
  z-index: 9;
}
.angled_banner a {
  color: var(--native-red);
}
.angled_banner a:link, .angled_banner a:visited, .angled_banner a:hover, .angled_banner a:active, .angled_banner a:focus {
  color: var(--native-red);
}
.angled_banner:before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  right: 45px;
  background-color: var(--native-red);
  display: block;
  height: 100%;
  transform: skew(-25deg);
}

.callout-section {
  color: #fff;
  background-color: #1D1514;
  background-image: url(../../../uploads/2023/01/d13f306f9cba70884a531d4d9a22a541.jpg);
  background-position: 50% -100px;
  background-repeat: no-repeat;
  background-size: 1400px auto;
  position: relative;
}
.callout-section:before {
  content: "";
  background-color: var(--native-red);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.75;
}
.callout-section > * {
  position: relative;
  z-index: 5;
}

.products {
  clear: both;
}

table.shop_table {
  border-collapse: collapse !important;
}
table.shop_table thead {
  background-color: #BE0808;
}
table.shop_table thead tr th {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
table.shop_table tbody tr th, table.shop_table tfoot tr th {
  background-color: #666666;
  border-color: #b3b3b3 !important;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
table.shop_table tbody tr td, table.shop_table tfoot tr td {
  background-color: #fff;
  border-color: #b3b3b3 !important;
}
table.shop_table tbody tr:nth-of-type(odd) td, table.shop_table tfoot tr:nth-of-type(odd) td {
  background-color: #f2f2f2;
}
table.shop_table tbody tr td.actions, table.shop_table tfoot tr td.actions {
  background-color: #666666;
}
table.shop_table tfoot {
  border-top: 5px solid #999;
}

.btn.btn-primary {
  background-color: #BE0808 !important;
  border-color: #BE0808 !important;
}
.btn.btn-primary:link, .btn.btn-primary:visited, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  color: #fff !important;
  background-color: #BE0808 !important;
  border-color: #BE0808 !important;
}

.button {
  display: inline-block !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  text-align: center !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  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 !important;
  color: #fff !important;
  background-color: #BE0808 !important;
  border-color: #BE0808 !important;
}
.button:link, .button:visited, .button:hover, .button:active, .button:focus {
  color: #fff !important;
  background-color: #BE0808 !important;
  border-color: #BE0808 !important;
}

.checkout-button {
  display: block !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}

body.woocommerce-account .woocommerce-notices-wrapper ~ p {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
body.woocommerce-account .woocommerce-privacy-policy-text {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
body.woocommerce-account .woocommerce-privacy-policy-text p {
  margin-bottom: 0;
}

body.woocommerce-account:not(.logged-in) #content > article {
  max-width: 600px;
}

.wcv-dashboard-navigation {
  width: 100%;
  float: none;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wcv-dashboard-navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
}
.wcv-dashboard-navigation ul > li {
  display: inline-block;
  font-size: 1rem;
  padding-left: 5px;
  padding-right: 5px;
}
.wcv-dashboard-navigation ul > li > a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.6rem 0.9rem;
  text-transform: uppercase;
  background-color: #222222;
}
.wcv-dashboard-navigation ul > li > a:link, .wcv-dashboard-navigation ul > li > a:visited, .wcv-dashboard-navigation ul > li > a:hover, .wcv-dashboard-navigation ul > li > a:active {
  color: #fff;
  text-decoration: none;
}
.wcv-dashboard-navigation ul > li.is-active > a {
  background-color: #000;
}

body.woocommerce-account.logged-in.woocommerce-downloads table.woocommerce-table tbody > tr > td.download-file a.woocommerce-MyAccount-downloads-file {
  font-size: 0 !important;
}
body.woocommerce-account.logged-in.woocommerce-downloads table.woocommerce-table tbody > tr > td.download-file a.woocommerce-MyAccount-downloads-file:after {
  font-size: 0.8rem;
  content: "Download";
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.5rem 0.75rem;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: var(--bs-white);
  background-color: var(--bs-dark);
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.woocommerce-account.logged-in.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns address {
  min-height: 200px;
  background-color: #efefef;
  padding: 1rem;
  color: #000;
}

body.woocommerce-account #content .entry-content {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #999;
  background-image: url(../../../uploads/2023/01/Event-3.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  body.woocommerce-account #content .entry-content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  body.woocommerce-account #content .entry-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
body.woocommerce-account #content .entry-content .woocommerce {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  body.woocommerce-account #content .entry-content .woocommerce {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
body.woocommerce-account #content .entry-content .woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px #000;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  body.woocommerce-account #content .entry-content .woocommerce .woocommerce-MyAccount-navigation {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  body.woocommerce-account #content .entry-content .woocommerce .woocommerce-MyAccount-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: 1.5rem;
    width: calc(30% - 1.5rem);
  }
}
body.woocommerce-account #content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
}
body.woocommerce-account #content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul > li > a {
  display: block;
  color: #000;
  max-width: 90%;
  padding: 5px 9px;
  text-transform: uppercase;
}
body.woocommerce-account #content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul > li > a:-moz-any-link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
body.woocommerce-account #content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul > li > a:any-link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
body.woocommerce-account #content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul > li.is-active > a {
  background-color: #F8F2E3;
  color: var(--native-red);
}
body.woocommerce-account #content .entry-content .woocommerce .woocommerce-MyAccount-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: 0 0 5px #000;
}
@media (max-width: 992px) {
  body.woocommerce-account #content .entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  body.woocommerce-account #content .entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
  }
}

body.woocommerce-cart #content .entry-content {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #999;
  background-image: url(../../../uploads/2023/01/Event-3.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  body.woocommerce-cart #content .entry-content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  body.woocommerce-cart #content .entry-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
body.woocommerce-cart #content .entry-content .woocommerce {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-cart #content .entry-content .woocommerce:after {
  content: "";
  display: block;
  clear: both;
}
body.woocommerce-cart #content .entry-content .woocommerce > form.woocommerce-cart-form {
  width: 70%;
  width: calc(70% - 15px);
  float: left;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px #000;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
body.woocommerce-cart #content .entry-content .woocommerce > .cart-collaterals {
  width: 30%;
  width: calc(30% - 15px);
  float: right;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px #000;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
body.woocommerce-cart #content .entry-content .woocommerce > .cart-collaterals > div {
  width: 100%;
}

body.woocommerce-checkout #content .entry-content {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #999;
  background-image: url(../../../uploads/2023/01/Event-3.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  body.woocommerce-checkout #content .entry-content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  body.woocommerce-checkout #content .entry-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
body.woocommerce-checkout #content .entry-content .woocommerce {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-checkout #content .entry-content .woocommerce:after {
  content: "";
  display: block;
  clear: both;
}
body.woocommerce-checkout #content .entry-content .woocommerce > form.checkout.woocommerce-checkout {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px #000;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

body.woocommerce-order-received #content .entry-content {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #999;
  background-image: url(../../../uploads/2023/01/Event-3.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  body.woocommerce-order-received #content .entry-content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  body.woocommerce-order-received #content .entry-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
body.woocommerce-order-received #content .entry-content .woocommerce {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px #000;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
body.woocommerce-order-received #content .entry-content .woocommerce:after {
  content: "";
  display: block;
  clear: both;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

:root {
  --yellow: #fbda64;
  --light-yellow: #f9f5e5;
  --native-red: #be2025;
  --native-dark-red:#6f0d04;
  --bs-dark: #231f20;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--light-yellow);
  min-height: 100vh;
}

a:link, a:visited, a:hover, a:active {
  color: var(--native-dark-red);
}

.bg-yellow {
  background-color: var(--yellow);
}
.bg-light-yellow {
  background-color: var(--light-yellow);
}
.bg-native-red {
  background-color: var(--native-red);
}
.bg-native-dark-red {
  background-color: var(--native-dark-red);
}
.bg-F3E6B0 {
  background-color: #F3E6B0;
}
.text-yellow {
  color: var(--yellow);
}
.text-light-yellow {
  color: var(--light-yellow);
}
.text-native-red {
  color: var(--native-red);
}
.text-native-dark-red {
  color: var(--native-dark-red);
}
.btn-native {
  color: var(--bs-white);
  background-color: var(--native-red);
  border-color: var(--native-red);
}
.btn-native-dark {
  color: #fff;
  background-color: var(--native-dark-red);
  border-color: var(--native-dark-red);
}

.border-red {
  border-color: var(--native-red) !important;
}
.border-dark-red {
  border-color: var(--native-red) !important;
}

.wp-block-columns.is-layout-flex {
  gap: 0 !important;
}

.wp-block-kadence-rowlayout.align-items-end > div.kt-row-layout-inner > .kt-row-column-wrap {
  display: flex;
  align-items: flex-end;
}

.line-text {
  position: relative;
  font-size: 0;
  display: flex;
  transform: translateY(50%);
}
.line-text:before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #C7B895;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.line-text:after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #C7B895;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.line-text span {
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: bold;
  font-size: 0.9rem;
  transform: translateY(-50%);
}

.wp-block-kadence-rowlayout.shadow {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5) !important;
  position: relative;
  z-index: 9;
}

.container {
  max-width: 1400px !important;
}

.taxanomy-banner {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .taxanomy-banner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .taxanomy-banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.taxanomy-banner.has-thumbnail {
  background-size: cover;
  background-position: 50% 65%;
}
.taxanomy-banner.has-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background: linear-gradient(to right, #000 45%, rgba(0, 0, 0, 0));
}
.taxanomy-banner.no-thumbnail {
  background-color: var(--native-red);
  text-align: center;
}
.taxanomy-banner.no-thumbnail > .container > .row > [class*=col] {
  width: 100% !important;
  max-width: 1400px !important;
}
@media (min-width: 1200px) {
  .taxanomy-banner.no-thumbnail {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.taxanomy-banner > * {
  z-index: 5;
  position: relative;
}

#artist-preview {
  position: relative;
}
#artist-preview > * {
  z-index: 5;
  position: relative;
}
#artist-preview > .container > .row > [class*=col]:nth-of-type(1) {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
#artist-preview > .container > .row > [class*=col]:nth-of-type(2) {
  position: relative;
}
#artist-preview > .container > .row > [class*=col]:nth-of-type(2) > span {
  display: inline-block;
  position: relative;
  height: 100%;
}
#artist-preview > .container > .row > [class*=col]:nth-of-type(2) > span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(to left, #000, rgba(0, 0, 0, 0));
}
#artist-preview > .container > .row > [class*=col]:nth-of-type(2) > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}
#artist-preview > .container > .row > [class*=col]:nth-of-type(2) > span img {
  max-width: 100%;
  max-height: 620px;
  width: auto !important;
}
#artist-preview > img {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100%;
  z-index: 1;
}

nav#pagination-navigation {
  text-align: center;
}
nav#pagination-navigation > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
nav#pagination-navigation > ul > li {
  font-size: 1rem;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: bottom;
}
nav#pagination-navigation > ul > li > span.dots {
  color: #000;
}
nav#pagination-navigation > ul > li > span.current {
  display: block;
  padding: 0.6rem 1rem;
  background-color: rgba(190, 8, 8, 0.5);
  color: #fff;
  text-decoration: none;
}
nav#pagination-navigation > ul > li > span.current:Link, nav#pagination-navigation > ul > li > span.current:visited, nav#pagination-navigation > ul > li > span.current:hover, nav#pagination-navigation > ul > li > span.current:active {
  color: #fff;
  text-decoration: none;
}
nav#pagination-navigation > ul > li > a {
  display: block;
  padding: 0.6rem 1rem;
  background-color: #BE0808;
  color: #fff;
  text-decoration: none;
}
nav#pagination-navigation > ul > li > a:Link, nav#pagination-navigation > ul > li > a:visited, nav#pagination-navigation > ul > li > a:hover, nav#pagination-navigation > ul > li > a:active {
  color: #fff;
  text-decoration: none;
}

#tribe-map {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#tribe-map svg {
  width: 100%;
}
@media (max-width: 768px) {
  #tribe-map svg {
    height: 400px;
  }
}
@media (min-width: 768px) {
  #tribe-map svg {
    height: 600px;
  }
}
#tribe-map svg g.svg-pan-zoom_viewport > g text {
  cursor: pointer !important;
  touch-action: none;
  pointer-events: none;
  fill: #000 !important;
}
#tribe-map svg g.svg-pan-zoom_viewport > g polygon, #tribe-map svg g.svg-pan-zoom_viewport > g path {
  cursor: pointer;
}
#tribe-map svg g.svg-pan-zoom_viewport > g[id=USA] path, #tribe-map svg g.svg-pan-zoom_viewport > g[id=USA] polygon {
  fill: #AAC4FF !important;
  stroke: #6291FF !important;
  stroke-width: 0.25px;
  transition: all 0.25s;
}
#tribe-map svg g.svg-pan-zoom_viewport > g[id=USA] path:hover, #tribe-map svg g.svg-pan-zoom_viewport > g[id=USA] polygon:hover {
  fill: #6291FF !important;
}
#tribe-map svg g.svg-pan-zoom_viewport > g[id=Greenland] path, #tribe-map svg g.svg-pan-zoom_viewport > g[id=Greenland] polygon {
  fill: #A8EDE8 !important;
  stroke: #7BCEC8 !important;
  stroke-width: 0.25px;
  transition: all 0.25s;
}
#tribe-map svg g.svg-pan-zoom_viewport > g[id=Greenland] path:hover, #tribe-map svg g.svg-pan-zoom_viewport > g[id=Greenland] polygon:hover {
  fill: #7BCEC8 !important;
}
#tribe-map svg g.svg-pan-zoom_viewport > g[id=Canada] path, #tribe-map svg g.svg-pan-zoom_viewport > g[id=Canada] polygon {
  fill: #FFCCCC !important;
  stroke: #FF9896 !important;
  stroke-width: 0.25px;
  transition: all 0.25s;
}
#tribe-map svg g.svg-pan-zoom_viewport > g[id=Canada] path:hover, #tribe-map svg g.svg-pan-zoom_viewport > g[id=Canada] polygon:hover {
  fill: #FF9896 !important;
}
#tribe-map svg g.svg-pan-zoom_viewport > g[id=Mexico] path, #tribe-map svg g.svg-pan-zoom_viewport > g[id=Mexico] polygon {
  fill: #fac6b4 !important;
  stroke: #F15A24 !important;
  stroke-width: 0.25px;
  transition: all 0.25s;
}
#tribe-map svg g.svg-pan-zoom_viewport > g[id=Mexico] path:hover, #tribe-map svg g.svg-pan-zoom_viewport > g[id=Mexico] polygon:hover {
  fill: #F15A24 !important;
}

.news-stories > [class*=col]:nth-of-type(1).main-story a {
  height: 400px;
  position: relative;
}
.news-stories > [class*=col]:nth-of-type(1).main-story a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  z-index: 1;
}
.news-stories > [class*=col]:nth-of-type(1).main-story a:after {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  content: "";
}
.news-stories > [class*=col]:nth-of-type(1).main-story a > *:not(img) {
  z-index: 5;
}
.news-stories > [class*=col]:nth-of-type(2) > .row > .main-story a {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .news-stories > [class*=col]:nth-of-type(2) > .row > .main-story a {
    height: 400px;
  }
}
.news-stories > [class*=col]:nth-of-type(2) > .row > .main-story a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  z-index: 1;
}
.news-stories > [class*=col]:nth-of-type(2) > .row > .main-story a:after {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  content: "";
}
.news-stories > [class*=col]:nth-of-type(2) > .row > .main-story a > *:not(img) {
  z-index: 5;
}

.uagb-timeline__day-new.uagb-timeline__events-inner-new.uagb-timeline__day-left {
  padding-left: 15px;
}

.uagb-timeline__outer-wrap .uagb-timeline__line .uagb-timeline__line__inner {
  background-color: #ebdaa7 !important;
}

.uagb-timeline__marker svg {
  visibility: hidden;
}
.uagb-timeline__marker.uagb-timeline__in-view-icon {
  background-image: url("../../../uploads/2023/03/feather-v.png") !important;
  background-size: contain !important;
  background-position: 50% 50% !important;
  background-color: #f4ebd0 !important;
  border-color: #f4ebd0 !important;
}

.nav-links {
  display: flex;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.nav-links > div {
  width: 50%;
}
.nav-links .nav-previous {
  text-align: left;
}
.nav-links .nav-next {
  text-align: right;
}

body.single-real-history .nav-links {
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: center;
}
body.single-real-history .nav-links > div {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
body.single-real-history .nav-links > div:nth-of-type(1) {
  order: 2;
}
body.single-real-history .nav-links > div:nth-of-type(2) {
  order: 1;
}
body.single-real-history .nav-links > div > a {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  display: inline-block;
  padding: 8px 16px;
}
body.single-real-history .nav-links > div > a:link, body.single-real-history .nav-links > div > a:visited, body.single-real-history .nav-links > div > a:hover, body.single-real-history .nav-links > div > a:active {
  color: #000;
  text-decoration: none;
}

#wpforms-form-116 .wpforms-submit-container {
  text-align: center;
}
#wpforms-form-116 .wpforms-submit-container button[type=submit] {
  color: #fff;
  border: 1px solid var(--native-dark-red);
  background-color: var(--native-dark-red);
  padding-left: 4rem;
  padding-right: 4rem;
}
#wpforms-form-116 .wpforms-submit-container button[type=submit]:focus, #wpforms-form-116 .wpforms-submit-container button[type=submit]:active, #wpforms-form-116 .wpforms-submit-container button[type=submit]:hover {
  color: #fff;
}

.w-1 {
  width: 1%;
}

.h-1 {
  height: 1%;
}

.w-sm-1, .w-md-1, .w-lg-1, .w-xl-1 {
  width: auto;
}

.h-sm-1, .h-md-1, .h-lg-1, .h-xl-1 {
  height: auto;
}

.w-2 {
  width: 2%;
}

.h-2 {
  height: 2%;
}

.w-sm-2, .w-md-2, .w-lg-2, .w-xl-2 {
  width: auto;
}

.h-sm-2, .h-md-2, .h-lg-2, .h-xl-2 {
  height: auto;
}

.w-3 {
  width: 3%;
}

.h-3 {
  height: 3%;
}

.w-sm-3, .w-md-3, .w-lg-3, .w-xl-3 {
  width: auto;
}

.h-sm-3, .h-md-3, .h-lg-3, .h-xl-3 {
  height: auto;
}

.w-4 {
  width: 4%;
}

.h-4 {
  height: 4%;
}

.w-sm-4, .w-md-4, .w-lg-4, .w-xl-4 {
  width: auto;
}

.h-sm-4, .h-md-4, .h-lg-4, .h-xl-4 {
  height: auto;
}

.w-5 {
  width: 5%;
}

.h-5 {
  height: 5%;
}

.w-sm-5, .w-md-5, .w-lg-5, .w-xl-5 {
  width: auto;
}

.h-sm-5, .h-md-5, .h-lg-5, .h-xl-5 {
  height: auto;
}

.w-6 {
  width: 6%;
}

.h-6 {
  height: 6%;
}

.w-sm-6, .w-md-6, .w-lg-6, .w-xl-6 {
  width: auto;
}

.h-sm-6, .h-md-6, .h-lg-6, .h-xl-6 {
  height: auto;
}

.w-7 {
  width: 7%;
}

.h-7 {
  height: 7%;
}

.w-sm-7, .w-md-7, .w-lg-7, .w-xl-7 {
  width: auto;
}

.h-sm-7, .h-md-7, .h-lg-7, .h-xl-7 {
  height: auto;
}

.w-8 {
  width: 8%;
}

.h-8 {
  height: 8%;
}

.w-sm-8, .w-md-8, .w-lg-8, .w-xl-8 {
  width: auto;
}

.h-sm-8, .h-md-8, .h-lg-8, .h-xl-8 {
  height: auto;
}

.w-9 {
  width: 9%;
}

.h-9 {
  height: 9%;
}

.w-sm-9, .w-md-9, .w-lg-9, .w-xl-9 {
  width: auto;
}

.h-sm-9, .h-md-9, .h-lg-9, .h-xl-9 {
  height: auto;
}

.w-10 {
  width: 10%;
}

.h-10 {
  height: 10%;
}

.w-sm-10, .w-md-10, .w-lg-10, .w-xl-10 {
  width: auto;
}

.h-sm-10, .h-md-10, .h-lg-10, .h-xl-10 {
  height: auto;
}

.w-11 {
  width: 11%;
}

.h-11 {
  height: 11%;
}

.w-sm-11, .w-md-11, .w-lg-11, .w-xl-11 {
  width: auto;
}

.h-sm-11, .h-md-11, .h-lg-11, .h-xl-11 {
  height: auto;
}

.w-12 {
  width: 12%;
}

.h-12 {
  height: 12%;
}

.w-sm-12, .w-md-12, .w-lg-12, .w-xl-12 {
  width: auto;
}

.h-sm-12, .h-md-12, .h-lg-12, .h-xl-12 {
  height: auto;
}

.w-13 {
  width: 13%;
}

.h-13 {
  height: 13%;
}

.w-sm-13, .w-md-13, .w-lg-13, .w-xl-13 {
  width: auto;
}

.h-sm-13, .h-md-13, .h-lg-13, .h-xl-13 {
  height: auto;
}

.w-14 {
  width: 14%;
}

.h-14 {
  height: 14%;
}

.w-sm-14, .w-md-14, .w-lg-14, .w-xl-14 {
  width: auto;
}

.h-sm-14, .h-md-14, .h-lg-14, .h-xl-14 {
  height: auto;
}

.w-15 {
  width: 15%;
}

.h-15 {
  height: 15%;
}

.w-sm-15, .w-md-15, .w-lg-15, .w-xl-15 {
  width: auto;
}

.h-sm-15, .h-md-15, .h-lg-15, .h-xl-15 {
  height: auto;
}

.w-16 {
  width: 16%;
}

.h-16 {
  height: 16%;
}

.w-sm-16, .w-md-16, .w-lg-16, .w-xl-16 {
  width: auto;
}

.h-sm-16, .h-md-16, .h-lg-16, .h-xl-16 {
  height: auto;
}

.w-17 {
  width: 17%;
}

.h-17 {
  height: 17%;
}

.w-sm-17, .w-md-17, .w-lg-17, .w-xl-17 {
  width: auto;
}

.h-sm-17, .h-md-17, .h-lg-17, .h-xl-17 {
  height: auto;
}

.w-18 {
  width: 18%;
}

.h-18 {
  height: 18%;
}

.w-sm-18, .w-md-18, .w-lg-18, .w-xl-18 {
  width: auto;
}

.h-sm-18, .h-md-18, .h-lg-18, .h-xl-18 {
  height: auto;
}

.w-19 {
  width: 19%;
}

.h-19 {
  height: 19%;
}

.w-sm-19, .w-md-19, .w-lg-19, .w-xl-19 {
  width: auto;
}

.h-sm-19, .h-md-19, .h-lg-19, .h-xl-19 {
  height: auto;
}

.w-20 {
  width: 20%;
}

.h-20 {
  height: 20%;
}

.w-sm-20, .w-md-20, .w-lg-20, .w-xl-20 {
  width: auto;
}

.h-sm-20, .h-md-20, .h-lg-20, .h-xl-20 {
  height: auto;
}

.w-21 {
  width: 21%;
}

.h-21 {
  height: 21%;
}

.w-sm-21, .w-md-21, .w-lg-21, .w-xl-21 {
  width: auto;
}

.h-sm-21, .h-md-21, .h-lg-21, .h-xl-21 {
  height: auto;
}

.w-22 {
  width: 22%;
}

.h-22 {
  height: 22%;
}

.w-sm-22, .w-md-22, .w-lg-22, .w-xl-22 {
  width: auto;
}

.h-sm-22, .h-md-22, .h-lg-22, .h-xl-22 {
  height: auto;
}

.w-23 {
  width: 23%;
}

.h-23 {
  height: 23%;
}

.w-sm-23, .w-md-23, .w-lg-23, .w-xl-23 {
  width: auto;
}

.h-sm-23, .h-md-23, .h-lg-23, .h-xl-23 {
  height: auto;
}

.w-24 {
  width: 24%;
}

.h-24 {
  height: 24%;
}

.w-sm-24, .w-md-24, .w-lg-24, .w-xl-24 {
  width: auto;
}

.h-sm-24, .h-md-24, .h-lg-24, .h-xl-24 {
  height: auto;
}

.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

.w-sm-25, .w-md-25, .w-lg-25, .w-xl-25 {
  width: auto;
}

.h-sm-25, .h-md-25, .h-lg-25, .h-xl-25 {
  height: auto;
}

.w-26 {
  width: 26%;
}

.h-26 {
  height: 26%;
}

.w-sm-26, .w-md-26, .w-lg-26, .w-xl-26 {
  width: auto;
}

.h-sm-26, .h-md-26, .h-lg-26, .h-xl-26 {
  height: auto;
}

.w-27 {
  width: 27%;
}

.h-27 {
  height: 27%;
}

.w-sm-27, .w-md-27, .w-lg-27, .w-xl-27 {
  width: auto;
}

.h-sm-27, .h-md-27, .h-lg-27, .h-xl-27 {
  height: auto;
}

.w-28 {
  width: 28%;
}

.h-28 {
  height: 28%;
}

.w-sm-28, .w-md-28, .w-lg-28, .w-xl-28 {
  width: auto;
}

.h-sm-28, .h-md-28, .h-lg-28, .h-xl-28 {
  height: auto;
}

.w-29 {
  width: 29%;
}

.h-29 {
  height: 29%;
}

.w-sm-29, .w-md-29, .w-lg-29, .w-xl-29 {
  width: auto;
}

.h-sm-29, .h-md-29, .h-lg-29, .h-xl-29 {
  height: auto;
}

.w-30 {
  width: 30%;
}

.h-30 {
  height: 30%;
}

.w-sm-30, .w-md-30, .w-lg-30, .w-xl-30 {
  width: auto;
}

.h-sm-30, .h-md-30, .h-lg-30, .h-xl-30 {
  height: auto;
}

.w-31 {
  width: 31%;
}

.h-31 {
  height: 31%;
}

.w-sm-31, .w-md-31, .w-lg-31, .w-xl-31 {
  width: auto;
}

.h-sm-31, .h-md-31, .h-lg-31, .h-xl-31 {
  height: auto;
}

.w-32 {
  width: 32%;
}

.h-32 {
  height: 32%;
}

.w-sm-32, .w-md-32, .w-lg-32, .w-xl-32 {
  width: auto;
}

.h-sm-32, .h-md-32, .h-lg-32, .h-xl-32 {
  height: auto;
}

.w-33 {
  width: 33%;
}

.h-33 {
  height: 33%;
}

.w-sm-33, .w-md-33, .w-lg-33, .w-xl-33 {
  width: auto;
}

.h-sm-33, .h-md-33, .h-lg-33, .h-xl-33 {
  height: auto;
}

.w-34 {
  width: 34%;
}

.h-34 {
  height: 34%;
}

.w-sm-34, .w-md-34, .w-lg-34, .w-xl-34 {
  width: auto;
}

.h-sm-34, .h-md-34, .h-lg-34, .h-xl-34 {
  height: auto;
}

.w-35 {
  width: 35%;
}

.h-35 {
  height: 35%;
}

.w-sm-35, .w-md-35, .w-lg-35, .w-xl-35 {
  width: auto;
}

.h-sm-35, .h-md-35, .h-lg-35, .h-xl-35 {
  height: auto;
}

.w-36 {
  width: 36%;
}

.h-36 {
  height: 36%;
}

.w-sm-36, .w-md-36, .w-lg-36, .w-xl-36 {
  width: auto;
}

.h-sm-36, .h-md-36, .h-lg-36, .h-xl-36 {
  height: auto;
}

.w-37 {
  width: 37%;
}

.h-37 {
  height: 37%;
}

.w-sm-37, .w-md-37, .w-lg-37, .w-xl-37 {
  width: auto;
}

.h-sm-37, .h-md-37, .h-lg-37, .h-xl-37 {
  height: auto;
}

.w-38 {
  width: 38%;
}

.h-38 {
  height: 38%;
}

.w-sm-38, .w-md-38, .w-lg-38, .w-xl-38 {
  width: auto;
}

.h-sm-38, .h-md-38, .h-lg-38, .h-xl-38 {
  height: auto;
}

.w-39 {
  width: 39%;
}

.h-39 {
  height: 39%;
}

.w-sm-39, .w-md-39, .w-lg-39, .w-xl-39 {
  width: auto;
}

.h-sm-39, .h-md-39, .h-lg-39, .h-xl-39 {
  height: auto;
}

.w-40 {
  width: 40%;
}

.h-40 {
  height: 40%;
}

.w-sm-40, .w-md-40, .w-lg-40, .w-xl-40 {
  width: auto;
}

.h-sm-40, .h-md-40, .h-lg-40, .h-xl-40 {
  height: auto;
}

.w-41 {
  width: 41%;
}

.h-41 {
  height: 41%;
}

.w-sm-41, .w-md-41, .w-lg-41, .w-xl-41 {
  width: auto;
}

.h-sm-41, .h-md-41, .h-lg-41, .h-xl-41 {
  height: auto;
}

.w-42 {
  width: 42%;
}

.h-42 {
  height: 42%;
}

.w-sm-42, .w-md-42, .w-lg-42, .w-xl-42 {
  width: auto;
}

.h-sm-42, .h-md-42, .h-lg-42, .h-xl-42 {
  height: auto;
}

.w-43 {
  width: 43%;
}

.h-43 {
  height: 43%;
}

.w-sm-43, .w-md-43, .w-lg-43, .w-xl-43 {
  width: auto;
}

.h-sm-43, .h-md-43, .h-lg-43, .h-xl-43 {
  height: auto;
}

.w-44 {
  width: 44%;
}

.h-44 {
  height: 44%;
}

.w-sm-44, .w-md-44, .w-lg-44, .w-xl-44 {
  width: auto;
}

.h-sm-44, .h-md-44, .h-lg-44, .h-xl-44 {
  height: auto;
}

.w-45 {
  width: 45%;
}

.h-45 {
  height: 45%;
}

.w-sm-45, .w-md-45, .w-lg-45, .w-xl-45 {
  width: auto;
}

.h-sm-45, .h-md-45, .h-lg-45, .h-xl-45 {
  height: auto;
}

.w-46 {
  width: 46%;
}

.h-46 {
  height: 46%;
}

.w-sm-46, .w-md-46, .w-lg-46, .w-xl-46 {
  width: auto;
}

.h-sm-46, .h-md-46, .h-lg-46, .h-xl-46 {
  height: auto;
}

.w-47 {
  width: 47%;
}

.h-47 {
  height: 47%;
}

.w-sm-47, .w-md-47, .w-lg-47, .w-xl-47 {
  width: auto;
}

.h-sm-47, .h-md-47, .h-lg-47, .h-xl-47 {
  height: auto;
}

.w-48 {
  width: 48%;
}

.h-48 {
  height: 48%;
}

.w-sm-48, .w-md-48, .w-lg-48, .w-xl-48 {
  width: auto;
}

.h-sm-48, .h-md-48, .h-lg-48, .h-xl-48 {
  height: auto;
}

.w-49 {
  width: 49%;
}

.h-49 {
  height: 49%;
}

.w-sm-49, .w-md-49, .w-lg-49, .w-xl-49 {
  width: auto;
}

.h-sm-49, .h-md-49, .h-lg-49, .h-xl-49 {
  height: auto;
}

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.w-sm-50, .w-md-50, .w-lg-50, .w-xl-50 {
  width: auto;
}

.h-sm-50, .h-md-50, .h-lg-50, .h-xl-50 {
  height: auto;
}

.w-51 {
  width: 51%;
}

.h-51 {
  height: 51%;
}

.w-sm-51, .w-md-51, .w-lg-51, .w-xl-51 {
  width: auto;
}

.h-sm-51, .h-md-51, .h-lg-51, .h-xl-51 {
  height: auto;
}

.w-52 {
  width: 52%;
}

.h-52 {
  height: 52%;
}

.w-sm-52, .w-md-52, .w-lg-52, .w-xl-52 {
  width: auto;
}

.h-sm-52, .h-md-52, .h-lg-52, .h-xl-52 {
  height: auto;
}

.w-53 {
  width: 53%;
}

.h-53 {
  height: 53%;
}

.w-sm-53, .w-md-53, .w-lg-53, .w-xl-53 {
  width: auto;
}

.h-sm-53, .h-md-53, .h-lg-53, .h-xl-53 {
  height: auto;
}

.w-54 {
  width: 54%;
}

.h-54 {
  height: 54%;
}

.w-sm-54, .w-md-54, .w-lg-54, .w-xl-54 {
  width: auto;
}

.h-sm-54, .h-md-54, .h-lg-54, .h-xl-54 {
  height: auto;
}

.w-55 {
  width: 55%;
}

.h-55 {
  height: 55%;
}

.w-sm-55, .w-md-55, .w-lg-55, .w-xl-55 {
  width: auto;
}

.h-sm-55, .h-md-55, .h-lg-55, .h-xl-55 {
  height: auto;
}

.w-56 {
  width: 56%;
}

.h-56 {
  height: 56%;
}

.w-sm-56, .w-md-56, .w-lg-56, .w-xl-56 {
  width: auto;
}

.h-sm-56, .h-md-56, .h-lg-56, .h-xl-56 {
  height: auto;
}

.w-57 {
  width: 57%;
}

.h-57 {
  height: 57%;
}

.w-sm-57, .w-md-57, .w-lg-57, .w-xl-57 {
  width: auto;
}

.h-sm-57, .h-md-57, .h-lg-57, .h-xl-57 {
  height: auto;
}

.w-58 {
  width: 58%;
}

.h-58 {
  height: 58%;
}

.w-sm-58, .w-md-58, .w-lg-58, .w-xl-58 {
  width: auto;
}

.h-sm-58, .h-md-58, .h-lg-58, .h-xl-58 {
  height: auto;
}

.w-59 {
  width: 59%;
}

.h-59 {
  height: 59%;
}

.w-sm-59, .w-md-59, .w-lg-59, .w-xl-59 {
  width: auto;
}

.h-sm-59, .h-md-59, .h-lg-59, .h-xl-59 {
  height: auto;
}

.w-60 {
  width: 60%;
}

.h-60 {
  height: 60%;
}

.w-sm-60, .w-md-60, .w-lg-60, .w-xl-60 {
  width: auto;
}

.h-sm-60, .h-md-60, .h-lg-60, .h-xl-60 {
  height: auto;
}

.w-61 {
  width: 61%;
}

.h-61 {
  height: 61%;
}

.w-sm-61, .w-md-61, .w-lg-61, .w-xl-61 {
  width: auto;
}

.h-sm-61, .h-md-61, .h-lg-61, .h-xl-61 {
  height: auto;
}

.w-62 {
  width: 62%;
}

.h-62 {
  height: 62%;
}

.w-sm-62, .w-md-62, .w-lg-62, .w-xl-62 {
  width: auto;
}

.h-sm-62, .h-md-62, .h-lg-62, .h-xl-62 {
  height: auto;
}

.w-63 {
  width: 63%;
}

.h-63 {
  height: 63%;
}

.w-sm-63, .w-md-63, .w-lg-63, .w-xl-63 {
  width: auto;
}

.h-sm-63, .h-md-63, .h-lg-63, .h-xl-63 {
  height: auto;
}

.w-64 {
  width: 64%;
}

.h-64 {
  height: 64%;
}

.w-sm-64, .w-md-64, .w-lg-64, .w-xl-64 {
  width: auto;
}

.h-sm-64, .h-md-64, .h-lg-64, .h-xl-64 {
  height: auto;
}

.w-65 {
  width: 65%;
}

.h-65 {
  height: 65%;
}

.w-sm-65, .w-md-65, .w-lg-65, .w-xl-65 {
  width: auto;
}

.h-sm-65, .h-md-65, .h-lg-65, .h-xl-65 {
  height: auto;
}

.w-66 {
  width: 66%;
}

.h-66 {
  height: 66%;
}

.w-sm-66, .w-md-66, .w-lg-66, .w-xl-66 {
  width: auto;
}

.h-sm-66, .h-md-66, .h-lg-66, .h-xl-66 {
  height: auto;
}

.w-67 {
  width: 67%;
}

.h-67 {
  height: 67%;
}

.w-sm-67, .w-md-67, .w-lg-67, .w-xl-67 {
  width: auto;
}

.h-sm-67, .h-md-67, .h-lg-67, .h-xl-67 {
  height: auto;
}

.w-68 {
  width: 68%;
}

.h-68 {
  height: 68%;
}

.w-sm-68, .w-md-68, .w-lg-68, .w-xl-68 {
  width: auto;
}

.h-sm-68, .h-md-68, .h-lg-68, .h-xl-68 {
  height: auto;
}

.w-69 {
  width: 69%;
}

.h-69 {
  height: 69%;
}

.w-sm-69, .w-md-69, .w-lg-69, .w-xl-69 {
  width: auto;
}

.h-sm-69, .h-md-69, .h-lg-69, .h-xl-69 {
  height: auto;
}

.w-70 {
  width: 70%;
}

.h-70 {
  height: 70%;
}

.w-sm-70, .w-md-70, .w-lg-70, .w-xl-70 {
  width: auto;
}

.h-sm-70, .h-md-70, .h-lg-70, .h-xl-70 {
  height: auto;
}

.w-71 {
  width: 71%;
}

.h-71 {
  height: 71%;
}

.w-sm-71, .w-md-71, .w-lg-71, .w-xl-71 {
  width: auto;
}

.h-sm-71, .h-md-71, .h-lg-71, .h-xl-71 {
  height: auto;
}

.w-72 {
  width: 72%;
}

.h-72 {
  height: 72%;
}

.w-sm-72, .w-md-72, .w-lg-72, .w-xl-72 {
  width: auto;
}

.h-sm-72, .h-md-72, .h-lg-72, .h-xl-72 {
  height: auto;
}

.w-73 {
  width: 73%;
}

.h-73 {
  height: 73%;
}

.w-sm-73, .w-md-73, .w-lg-73, .w-xl-73 {
  width: auto;
}

.h-sm-73, .h-md-73, .h-lg-73, .h-xl-73 {
  height: auto;
}

.w-74 {
  width: 74%;
}

.h-74 {
  height: 74%;
}

.w-sm-74, .w-md-74, .w-lg-74, .w-xl-74 {
  width: auto;
}

.h-sm-74, .h-md-74, .h-lg-74, .h-xl-74 {
  height: auto;
}

.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

.w-sm-75, .w-md-75, .w-lg-75, .w-xl-75 {
  width: auto;
}

.h-sm-75, .h-md-75, .h-lg-75, .h-xl-75 {
  height: auto;
}

.w-76 {
  width: 76%;
}

.h-76 {
  height: 76%;
}

.w-sm-76, .w-md-76, .w-lg-76, .w-xl-76 {
  width: auto;
}

.h-sm-76, .h-md-76, .h-lg-76, .h-xl-76 {
  height: auto;
}

.w-77 {
  width: 77%;
}

.h-77 {
  height: 77%;
}

.w-sm-77, .w-md-77, .w-lg-77, .w-xl-77 {
  width: auto;
}

.h-sm-77, .h-md-77, .h-lg-77, .h-xl-77 {
  height: auto;
}

.w-78 {
  width: 78%;
}

.h-78 {
  height: 78%;
}

.w-sm-78, .w-md-78, .w-lg-78, .w-xl-78 {
  width: auto;
}

.h-sm-78, .h-md-78, .h-lg-78, .h-xl-78 {
  height: auto;
}

.w-79 {
  width: 79%;
}

.h-79 {
  height: 79%;
}

.w-sm-79, .w-md-79, .w-lg-79, .w-xl-79 {
  width: auto;
}

.h-sm-79, .h-md-79, .h-lg-79, .h-xl-79 {
  height: auto;
}

.w-80 {
  width: 80%;
}

.h-80 {
  height: 80%;
}

.w-sm-80, .w-md-80, .w-lg-80, .w-xl-80 {
  width: auto;
}

.h-sm-80, .h-md-80, .h-lg-80, .h-xl-80 {
  height: auto;
}

.w-81 {
  width: 81%;
}

.h-81 {
  height: 81%;
}

.w-sm-81, .w-md-81, .w-lg-81, .w-xl-81 {
  width: auto;
}

.h-sm-81, .h-md-81, .h-lg-81, .h-xl-81 {
  height: auto;
}

.w-82 {
  width: 82%;
}

.h-82 {
  height: 82%;
}

.w-sm-82, .w-md-82, .w-lg-82, .w-xl-82 {
  width: auto;
}

.h-sm-82, .h-md-82, .h-lg-82, .h-xl-82 {
  height: auto;
}

.w-83 {
  width: 83%;
}

.h-83 {
  height: 83%;
}

.w-sm-83, .w-md-83, .w-lg-83, .w-xl-83 {
  width: auto;
}

.h-sm-83, .h-md-83, .h-lg-83, .h-xl-83 {
  height: auto;
}

.w-84 {
  width: 84%;
}

.h-84 {
  height: 84%;
}

.w-sm-84, .w-md-84, .w-lg-84, .w-xl-84 {
  width: auto;
}

.h-sm-84, .h-md-84, .h-lg-84, .h-xl-84 {
  height: auto;
}

.w-85 {
  width: 85%;
}

.h-85 {
  height: 85%;
}

.w-sm-85, .w-md-85, .w-lg-85, .w-xl-85 {
  width: auto;
}

.h-sm-85, .h-md-85, .h-lg-85, .h-xl-85 {
  height: auto;
}

.w-86 {
  width: 86%;
}

.h-86 {
  height: 86%;
}

.w-sm-86, .w-md-86, .w-lg-86, .w-xl-86 {
  width: auto;
}

.h-sm-86, .h-md-86, .h-lg-86, .h-xl-86 {
  height: auto;
}

.w-87 {
  width: 87%;
}

.h-87 {
  height: 87%;
}

.w-sm-87, .w-md-87, .w-lg-87, .w-xl-87 {
  width: auto;
}

.h-sm-87, .h-md-87, .h-lg-87, .h-xl-87 {
  height: auto;
}

.w-88 {
  width: 88%;
}

.h-88 {
  height: 88%;
}

.w-sm-88, .w-md-88, .w-lg-88, .w-xl-88 {
  width: auto;
}

.h-sm-88, .h-md-88, .h-lg-88, .h-xl-88 {
  height: auto;
}

.w-89 {
  width: 89%;
}

.h-89 {
  height: 89%;
}

.w-sm-89, .w-md-89, .w-lg-89, .w-xl-89 {
  width: auto;
}

.h-sm-89, .h-md-89, .h-lg-89, .h-xl-89 {
  height: auto;
}

.w-90 {
  width: 90%;
}

.h-90 {
  height: 90%;
}

.w-sm-90, .w-md-90, .w-lg-90, .w-xl-90 {
  width: auto;
}

.h-sm-90, .h-md-90, .h-lg-90, .h-xl-90 {
  height: auto;
}

.w-91 {
  width: 91%;
}

.h-91 {
  height: 91%;
}

.w-sm-91, .w-md-91, .w-lg-91, .w-xl-91 {
  width: auto;
}

.h-sm-91, .h-md-91, .h-lg-91, .h-xl-91 {
  height: auto;
}

.w-92 {
  width: 92%;
}

.h-92 {
  height: 92%;
}

.w-sm-92, .w-md-92, .w-lg-92, .w-xl-92 {
  width: auto;
}

.h-sm-92, .h-md-92, .h-lg-92, .h-xl-92 {
  height: auto;
}

.w-93 {
  width: 93%;
}

.h-93 {
  height: 93%;
}

.w-sm-93, .w-md-93, .w-lg-93, .w-xl-93 {
  width: auto;
}

.h-sm-93, .h-md-93, .h-lg-93, .h-xl-93 {
  height: auto;
}

.w-94 {
  width: 94%;
}

.h-94 {
  height: 94%;
}

.w-sm-94, .w-md-94, .w-lg-94, .w-xl-94 {
  width: auto;
}

.h-sm-94, .h-md-94, .h-lg-94, .h-xl-94 {
  height: auto;
}

.w-95 {
  width: 95%;
}

.h-95 {
  height: 95%;
}

.w-sm-95, .w-md-95, .w-lg-95, .w-xl-95 {
  width: auto;
}

.h-sm-95, .h-md-95, .h-lg-95, .h-xl-95 {
  height: auto;
}

.w-96 {
  width: 96%;
}

.h-96 {
  height: 96%;
}

.w-sm-96, .w-md-96, .w-lg-96, .w-xl-96 {
  width: auto;
}

.h-sm-96, .h-md-96, .h-lg-96, .h-xl-96 {
  height: auto;
}

.w-97 {
  width: 97%;
}

.h-97 {
  height: 97%;
}

.w-sm-97, .w-md-97, .w-lg-97, .w-xl-97 {
  width: auto;
}

.h-sm-97, .h-md-97, .h-lg-97, .h-xl-97 {
  height: auto;
}

.w-98 {
  width: 98%;
}

.h-98 {
  height: 98%;
}

.w-sm-98, .w-md-98, .w-lg-98, .w-xl-98 {
  width: auto;
}

.h-sm-98, .h-md-98, .h-lg-98, .h-xl-98 {
  height: auto;
}

.w-99 {
  width: 99%;
}

.h-99 {
  height: 99%;
}

.w-sm-99, .w-md-99, .w-lg-99, .w-xl-99 {
  width: auto;
}

.h-sm-99, .h-md-99, .h-lg-99, .h-xl-99 {
  height: auto;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.w-sm-100, .w-md-100, .w-lg-100, .w-xl-100 {
  width: auto;
}

.h-sm-100, .h-md-100, .h-lg-100, .h-xl-100 {
  height: auto;
}

@media (min-width: 480px) {
  .w-sm-1 {
    width: 1%;
  }
  .h-sm-1 {
    height: 1%;
  }
  .w-sm-2 {
    width: 2%;
  }
  .h-sm-2 {
    height: 2%;
  }
  .w-sm-3 {
    width: 3%;
  }
  .h-sm-3 {
    height: 3%;
  }
  .w-sm-4 {
    width: 4%;
  }
  .h-sm-4 {
    height: 4%;
  }
  .w-sm-5 {
    width: 5%;
  }
  .h-sm-5 {
    height: 5%;
  }
  .w-sm-6 {
    width: 6%;
  }
  .h-sm-6 {
    height: 6%;
  }
  .w-sm-7 {
    width: 7%;
  }
  .h-sm-7 {
    height: 7%;
  }
  .w-sm-8 {
    width: 8%;
  }
  .h-sm-8 {
    height: 8%;
  }
  .w-sm-9 {
    width: 9%;
  }
  .h-sm-9 {
    height: 9%;
  }
  .w-sm-10 {
    width: 10%;
  }
  .h-sm-10 {
    height: 10%;
  }
  .w-sm-11 {
    width: 11%;
  }
  .h-sm-11 {
    height: 11%;
  }
  .w-sm-12 {
    width: 12%;
  }
  .h-sm-12 {
    height: 12%;
  }
  .w-sm-13 {
    width: 13%;
  }
  .h-sm-13 {
    height: 13%;
  }
  .w-sm-14 {
    width: 14%;
  }
  .h-sm-14 {
    height: 14%;
  }
  .w-sm-15 {
    width: 15%;
  }
  .h-sm-15 {
    height: 15%;
  }
  .w-sm-16 {
    width: 16%;
  }
  .h-sm-16 {
    height: 16%;
  }
  .w-sm-17 {
    width: 17%;
  }
  .h-sm-17 {
    height: 17%;
  }
  .w-sm-18 {
    width: 18%;
  }
  .h-sm-18 {
    height: 18%;
  }
  .w-sm-19 {
    width: 19%;
  }
  .h-sm-19 {
    height: 19%;
  }
  .w-sm-20 {
    width: 20%;
  }
  .h-sm-20 {
    height: 20%;
  }
  .w-sm-21 {
    width: 21%;
  }
  .h-sm-21 {
    height: 21%;
  }
  .w-sm-22 {
    width: 22%;
  }
  .h-sm-22 {
    height: 22%;
  }
  .w-sm-23 {
    width: 23%;
  }
  .h-sm-23 {
    height: 23%;
  }
  .w-sm-24 {
    width: 24%;
  }
  .h-sm-24 {
    height: 24%;
  }
  .w-sm-25 {
    width: 25%;
  }
  .h-sm-25 {
    height: 25%;
  }
  .w-sm-26 {
    width: 26%;
  }
  .h-sm-26 {
    height: 26%;
  }
  .w-sm-27 {
    width: 27%;
  }
  .h-sm-27 {
    height: 27%;
  }
  .w-sm-28 {
    width: 28%;
  }
  .h-sm-28 {
    height: 28%;
  }
  .w-sm-29 {
    width: 29%;
  }
  .h-sm-29 {
    height: 29%;
  }
  .w-sm-30 {
    width: 30%;
  }
  .h-sm-30 {
    height: 30%;
  }
  .w-sm-31 {
    width: 31%;
  }
  .h-sm-31 {
    height: 31%;
  }
  .w-sm-32 {
    width: 32%;
  }
  .h-sm-32 {
    height: 32%;
  }
  .w-sm-33 {
    width: 33%;
  }
  .h-sm-33 {
    height: 33%;
  }
  .w-sm-34 {
    width: 34%;
  }
  .h-sm-34 {
    height: 34%;
  }
  .w-sm-35 {
    width: 35%;
  }
  .h-sm-35 {
    height: 35%;
  }
  .w-sm-36 {
    width: 36%;
  }
  .h-sm-36 {
    height: 36%;
  }
  .w-sm-37 {
    width: 37%;
  }
  .h-sm-37 {
    height: 37%;
  }
  .w-sm-38 {
    width: 38%;
  }
  .h-sm-38 {
    height: 38%;
  }
  .w-sm-39 {
    width: 39%;
  }
  .h-sm-39 {
    height: 39%;
  }
  .w-sm-40 {
    width: 40%;
  }
  .h-sm-40 {
    height: 40%;
  }
  .w-sm-41 {
    width: 41%;
  }
  .h-sm-41 {
    height: 41%;
  }
  .w-sm-42 {
    width: 42%;
  }
  .h-sm-42 {
    height: 42%;
  }
  .w-sm-43 {
    width: 43%;
  }
  .h-sm-43 {
    height: 43%;
  }
  .w-sm-44 {
    width: 44%;
  }
  .h-sm-44 {
    height: 44%;
  }
  .w-sm-45 {
    width: 45%;
  }
  .h-sm-45 {
    height: 45%;
  }
  .w-sm-46 {
    width: 46%;
  }
  .h-sm-46 {
    height: 46%;
  }
  .w-sm-47 {
    width: 47%;
  }
  .h-sm-47 {
    height: 47%;
  }
  .w-sm-48 {
    width: 48%;
  }
  .h-sm-48 {
    height: 48%;
  }
  .w-sm-49 {
    width: 49%;
  }
  .h-sm-49 {
    height: 49%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .h-sm-50 {
    height: 50%;
  }
  .w-sm-51 {
    width: 51%;
  }
  .h-sm-51 {
    height: 51%;
  }
  .w-sm-52 {
    width: 52%;
  }
  .h-sm-52 {
    height: 52%;
  }
  .w-sm-53 {
    width: 53%;
  }
  .h-sm-53 {
    height: 53%;
  }
  .w-sm-54 {
    width: 54%;
  }
  .h-sm-54 {
    height: 54%;
  }
  .w-sm-55 {
    width: 55%;
  }
  .h-sm-55 {
    height: 55%;
  }
  .w-sm-56 {
    width: 56%;
  }
  .h-sm-56 {
    height: 56%;
  }
  .w-sm-57 {
    width: 57%;
  }
  .h-sm-57 {
    height: 57%;
  }
  .w-sm-58 {
    width: 58%;
  }
  .h-sm-58 {
    height: 58%;
  }
  .w-sm-59 {
    width: 59%;
  }
  .h-sm-59 {
    height: 59%;
  }
  .w-sm-60 {
    width: 60%;
  }
  .h-sm-60 {
    height: 60%;
  }
  .w-sm-61 {
    width: 61%;
  }
  .h-sm-61 {
    height: 61%;
  }
  .w-sm-62 {
    width: 62%;
  }
  .h-sm-62 {
    height: 62%;
  }
  .w-sm-63 {
    width: 63%;
  }
  .h-sm-63 {
    height: 63%;
  }
  .w-sm-64 {
    width: 64%;
  }
  .h-sm-64 {
    height: 64%;
  }
  .w-sm-65 {
    width: 65%;
  }
  .h-sm-65 {
    height: 65%;
  }
  .w-sm-66 {
    width: 66%;
  }
  .h-sm-66 {
    height: 66%;
  }
  .w-sm-67 {
    width: 67%;
  }
  .h-sm-67 {
    height: 67%;
  }
  .w-sm-68 {
    width: 68%;
  }
  .h-sm-68 {
    height: 68%;
  }
  .w-sm-69 {
    width: 69%;
  }
  .h-sm-69 {
    height: 69%;
  }
  .w-sm-70 {
    width: 70%;
  }
  .h-sm-70 {
    height: 70%;
  }
  .w-sm-71 {
    width: 71%;
  }
  .h-sm-71 {
    height: 71%;
  }
  .w-sm-72 {
    width: 72%;
  }
  .h-sm-72 {
    height: 72%;
  }
  .w-sm-73 {
    width: 73%;
  }
  .h-sm-73 {
    height: 73%;
  }
  .w-sm-74 {
    width: 74%;
  }
  .h-sm-74 {
    height: 74%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .h-sm-75 {
    height: 75%;
  }
  .w-sm-76 {
    width: 76%;
  }
  .h-sm-76 {
    height: 76%;
  }
  .w-sm-77 {
    width: 77%;
  }
  .h-sm-77 {
    height: 77%;
  }
  .w-sm-78 {
    width: 78%;
  }
  .h-sm-78 {
    height: 78%;
  }
  .w-sm-79 {
    width: 79%;
  }
  .h-sm-79 {
    height: 79%;
  }
  .w-sm-80 {
    width: 80%;
  }
  .h-sm-80 {
    height: 80%;
  }
  .w-sm-81 {
    width: 81%;
  }
  .h-sm-81 {
    height: 81%;
  }
  .w-sm-82 {
    width: 82%;
  }
  .h-sm-82 {
    height: 82%;
  }
  .w-sm-83 {
    width: 83%;
  }
  .h-sm-83 {
    height: 83%;
  }
  .w-sm-84 {
    width: 84%;
  }
  .h-sm-84 {
    height: 84%;
  }
  .w-sm-85 {
    width: 85%;
  }
  .h-sm-85 {
    height: 85%;
  }
  .w-sm-86 {
    width: 86%;
  }
  .h-sm-86 {
    height: 86%;
  }
  .w-sm-87 {
    width: 87%;
  }
  .h-sm-87 {
    height: 87%;
  }
  .w-sm-88 {
    width: 88%;
  }
  .h-sm-88 {
    height: 88%;
  }
  .w-sm-89 {
    width: 89%;
  }
  .h-sm-89 {
    height: 89%;
  }
  .w-sm-90 {
    width: 90%;
  }
  .h-sm-90 {
    height: 90%;
  }
  .w-sm-91 {
    width: 91%;
  }
  .h-sm-91 {
    height: 91%;
  }
  .w-sm-92 {
    width: 92%;
  }
  .h-sm-92 {
    height: 92%;
  }
  .w-sm-93 {
    width: 93%;
  }
  .h-sm-93 {
    height: 93%;
  }
  .w-sm-94 {
    width: 94%;
  }
  .h-sm-94 {
    height: 94%;
  }
  .w-sm-95 {
    width: 95%;
  }
  .h-sm-95 {
    height: 95%;
  }
  .w-sm-96 {
    width: 96%;
  }
  .h-sm-96 {
    height: 96%;
  }
  .w-sm-97 {
    width: 97%;
  }
  .h-sm-97 {
    height: 97%;
  }
  .w-sm-98 {
    width: 98%;
  }
  .h-sm-98 {
    height: 98%;
  }
  .w-sm-99 {
    width: 99%;
  }
  .h-sm-99 {
    height: 99%;
  }
  .w-sm-100 {
    width: 100%;
  }
  .h-sm-100 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .w-md-1 {
    width: 1%;
  }
  .h-md-1 {
    height: 1%;
  }
  .w-md-2 {
    width: 2%;
  }
  .h-md-2 {
    height: 2%;
  }
  .w-md-3 {
    width: 3%;
  }
  .h-md-3 {
    height: 3%;
  }
  .w-md-4 {
    width: 4%;
  }
  .h-md-4 {
    height: 4%;
  }
  .w-md-5 {
    width: 5%;
  }
  .h-md-5 {
    height: 5%;
  }
  .w-md-6 {
    width: 6%;
  }
  .h-md-6 {
    height: 6%;
  }
  .w-md-7 {
    width: 7%;
  }
  .h-md-7 {
    height: 7%;
  }
  .w-md-8 {
    width: 8%;
  }
  .h-md-8 {
    height: 8%;
  }
  .w-md-9 {
    width: 9%;
  }
  .h-md-9 {
    height: 9%;
  }
  .w-md-10 {
    width: 10%;
  }
  .h-md-10 {
    height: 10%;
  }
  .w-md-11 {
    width: 11%;
  }
  .h-md-11 {
    height: 11%;
  }
  .w-md-12 {
    width: 12%;
  }
  .h-md-12 {
    height: 12%;
  }
  .w-md-13 {
    width: 13%;
  }
  .h-md-13 {
    height: 13%;
  }
  .w-md-14 {
    width: 14%;
  }
  .h-md-14 {
    height: 14%;
  }
  .w-md-15 {
    width: 15%;
  }
  .h-md-15 {
    height: 15%;
  }
  .w-md-16 {
    width: 16%;
  }
  .h-md-16 {
    height: 16%;
  }
  .w-md-17 {
    width: 17%;
  }
  .h-md-17 {
    height: 17%;
  }
  .w-md-18 {
    width: 18%;
  }
  .h-md-18 {
    height: 18%;
  }
  .w-md-19 {
    width: 19%;
  }
  .h-md-19 {
    height: 19%;
  }
  .w-md-20 {
    width: 20%;
  }
  .h-md-20 {
    height: 20%;
  }
  .w-md-21 {
    width: 21%;
  }
  .h-md-21 {
    height: 21%;
  }
  .w-md-22 {
    width: 22%;
  }
  .h-md-22 {
    height: 22%;
  }
  .w-md-23 {
    width: 23%;
  }
  .h-md-23 {
    height: 23%;
  }
  .w-md-24 {
    width: 24%;
  }
  .h-md-24 {
    height: 24%;
  }
  .w-md-25 {
    width: 25%;
  }
  .h-md-25 {
    height: 25%;
  }
  .w-md-26 {
    width: 26%;
  }
  .h-md-26 {
    height: 26%;
  }
  .w-md-27 {
    width: 27%;
  }
  .h-md-27 {
    height: 27%;
  }
  .w-md-28 {
    width: 28%;
  }
  .h-md-28 {
    height: 28%;
  }
  .w-md-29 {
    width: 29%;
  }
  .h-md-29 {
    height: 29%;
  }
  .w-md-30 {
    width: 30%;
  }
  .h-md-30 {
    height: 30%;
  }
  .w-md-31 {
    width: 31%;
  }
  .h-md-31 {
    height: 31%;
  }
  .w-md-32 {
    width: 32%;
  }
  .h-md-32 {
    height: 32%;
  }
  .w-md-33 {
    width: 33%;
  }
  .h-md-33 {
    height: 33%;
  }
  .w-md-34 {
    width: 34%;
  }
  .h-md-34 {
    height: 34%;
  }
  .w-md-35 {
    width: 35%;
  }
  .h-md-35 {
    height: 35%;
  }
  .w-md-36 {
    width: 36%;
  }
  .h-md-36 {
    height: 36%;
  }
  .w-md-37 {
    width: 37%;
  }
  .h-md-37 {
    height: 37%;
  }
  .w-md-38 {
    width: 38%;
  }
  .h-md-38 {
    height: 38%;
  }
  .w-md-39 {
    width: 39%;
  }
  .h-md-39 {
    height: 39%;
  }
  .w-md-40 {
    width: 40%;
  }
  .h-md-40 {
    height: 40%;
  }
  .w-md-41 {
    width: 41%;
  }
  .h-md-41 {
    height: 41%;
  }
  .w-md-42 {
    width: 42%;
  }
  .h-md-42 {
    height: 42%;
  }
  .w-md-43 {
    width: 43%;
  }
  .h-md-43 {
    height: 43%;
  }
  .w-md-44 {
    width: 44%;
  }
  .h-md-44 {
    height: 44%;
  }
  .w-md-45 {
    width: 45%;
  }
  .h-md-45 {
    height: 45%;
  }
  .w-md-46 {
    width: 46%;
  }
  .h-md-46 {
    height: 46%;
  }
  .w-md-47 {
    width: 47%;
  }
  .h-md-47 {
    height: 47%;
  }
  .w-md-48 {
    width: 48%;
  }
  .h-md-48 {
    height: 48%;
  }
  .w-md-49 {
    width: 49%;
  }
  .h-md-49 {
    height: 49%;
  }
  .w-md-50 {
    width: 50%;
  }
  .h-md-50 {
    height: 50%;
  }
  .w-md-51 {
    width: 51%;
  }
  .h-md-51 {
    height: 51%;
  }
  .w-md-52 {
    width: 52%;
  }
  .h-md-52 {
    height: 52%;
  }
  .w-md-53 {
    width: 53%;
  }
  .h-md-53 {
    height: 53%;
  }
  .w-md-54 {
    width: 54%;
  }
  .h-md-54 {
    height: 54%;
  }
  .w-md-55 {
    width: 55%;
  }
  .h-md-55 {
    height: 55%;
  }
  .w-md-56 {
    width: 56%;
  }
  .h-md-56 {
    height: 56%;
  }
  .w-md-57 {
    width: 57%;
  }
  .h-md-57 {
    height: 57%;
  }
  .w-md-58 {
    width: 58%;
  }
  .h-md-58 {
    height: 58%;
  }
  .w-md-59 {
    width: 59%;
  }
  .h-md-59 {
    height: 59%;
  }
  .w-md-60 {
    width: 60%;
  }
  .h-md-60 {
    height: 60%;
  }
  .w-md-61 {
    width: 61%;
  }
  .h-md-61 {
    height: 61%;
  }
  .w-md-62 {
    width: 62%;
  }
  .h-md-62 {
    height: 62%;
  }
  .w-md-63 {
    width: 63%;
  }
  .h-md-63 {
    height: 63%;
  }
  .w-md-64 {
    width: 64%;
  }
  .h-md-64 {
    height: 64%;
  }
  .w-md-65 {
    width: 65%;
  }
  .h-md-65 {
    height: 65%;
  }
  .w-md-66 {
    width: 66%;
  }
  .h-md-66 {
    height: 66%;
  }
  .w-md-67 {
    width: 67%;
  }
  .h-md-67 {
    height: 67%;
  }
  .w-md-68 {
    width: 68%;
  }
  .h-md-68 {
    height: 68%;
  }
  .w-md-69 {
    width: 69%;
  }
  .h-md-69 {
    height: 69%;
  }
  .w-md-70 {
    width: 70%;
  }
  .h-md-70 {
    height: 70%;
  }
  .w-md-71 {
    width: 71%;
  }
  .h-md-71 {
    height: 71%;
  }
  .w-md-72 {
    width: 72%;
  }
  .h-md-72 {
    height: 72%;
  }
  .w-md-73 {
    width: 73%;
  }
  .h-md-73 {
    height: 73%;
  }
  .w-md-74 {
    width: 74%;
  }
  .h-md-74 {
    height: 74%;
  }
  .w-md-75 {
    width: 75%;
  }
  .h-md-75 {
    height: 75%;
  }
  .w-md-76 {
    width: 76%;
  }
  .h-md-76 {
    height: 76%;
  }
  .w-md-77 {
    width: 77%;
  }
  .h-md-77 {
    height: 77%;
  }
  .w-md-78 {
    width: 78%;
  }
  .h-md-78 {
    height: 78%;
  }
  .w-md-79 {
    width: 79%;
  }
  .h-md-79 {
    height: 79%;
  }
  .w-md-80 {
    width: 80%;
  }
  .h-md-80 {
    height: 80%;
  }
  .w-md-81 {
    width: 81%;
  }
  .h-md-81 {
    height: 81%;
  }
  .w-md-82 {
    width: 82%;
  }
  .h-md-82 {
    height: 82%;
  }
  .w-md-83 {
    width: 83%;
  }
  .h-md-83 {
    height: 83%;
  }
  .w-md-84 {
    width: 84%;
  }
  .h-md-84 {
    height: 84%;
  }
  .w-md-85 {
    width: 85%;
  }
  .h-md-85 {
    height: 85%;
  }
  .w-md-86 {
    width: 86%;
  }
  .h-md-86 {
    height: 86%;
  }
  .w-md-87 {
    width: 87%;
  }
  .h-md-87 {
    height: 87%;
  }
  .w-md-88 {
    width: 88%;
  }
  .h-md-88 {
    height: 88%;
  }
  .w-md-89 {
    width: 89%;
  }
  .h-md-89 {
    height: 89%;
  }
  .w-md-90 {
    width: 90%;
  }
  .h-md-90 {
    height: 90%;
  }
  .w-md-91 {
    width: 91%;
  }
  .h-md-91 {
    height: 91%;
  }
  .w-md-92 {
    width: 92%;
  }
  .h-md-92 {
    height: 92%;
  }
  .w-md-93 {
    width: 93%;
  }
  .h-md-93 {
    height: 93%;
  }
  .w-md-94 {
    width: 94%;
  }
  .h-md-94 {
    height: 94%;
  }
  .w-md-95 {
    width: 95%;
  }
  .h-md-95 {
    height: 95%;
  }
  .w-md-96 {
    width: 96%;
  }
  .h-md-96 {
    height: 96%;
  }
  .w-md-97 {
    width: 97%;
  }
  .h-md-97 {
    height: 97%;
  }
  .w-md-98 {
    width: 98%;
  }
  .h-md-98 {
    height: 98%;
  }
  .w-md-99 {
    width: 99%;
  }
  .h-md-99 {
    height: 99%;
  }
  .w-md-100 {
    width: 100%;
  }
  .h-md-100 {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .w-lg-1 {
    width: 1%;
  }
  .h-lg-1 {
    height: 1%;
  }
  .w-lg-2 {
    width: 2%;
  }
  .h-lg-2 {
    height: 2%;
  }
  .w-lg-3 {
    width: 3%;
  }
  .h-lg-3 {
    height: 3%;
  }
  .w-lg-4 {
    width: 4%;
  }
  .h-lg-4 {
    height: 4%;
  }
  .w-lg-5 {
    width: 5%;
  }
  .h-lg-5 {
    height: 5%;
  }
  .w-lg-6 {
    width: 6%;
  }
  .h-lg-6 {
    height: 6%;
  }
  .w-lg-7 {
    width: 7%;
  }
  .h-lg-7 {
    height: 7%;
  }
  .w-lg-8 {
    width: 8%;
  }
  .h-lg-8 {
    height: 8%;
  }
  .w-lg-9 {
    width: 9%;
  }
  .h-lg-9 {
    height: 9%;
  }
  .w-lg-10 {
    width: 10%;
  }
  .h-lg-10 {
    height: 10%;
  }
  .w-lg-11 {
    width: 11%;
  }
  .h-lg-11 {
    height: 11%;
  }
  .w-lg-12 {
    width: 12%;
  }
  .h-lg-12 {
    height: 12%;
  }
  .w-lg-13 {
    width: 13%;
  }
  .h-lg-13 {
    height: 13%;
  }
  .w-lg-14 {
    width: 14%;
  }
  .h-lg-14 {
    height: 14%;
  }
  .w-lg-15 {
    width: 15%;
  }
  .h-lg-15 {
    height: 15%;
  }
  .w-lg-16 {
    width: 16%;
  }
  .h-lg-16 {
    height: 16%;
  }
  .w-lg-17 {
    width: 17%;
  }
  .h-lg-17 {
    height: 17%;
  }
  .w-lg-18 {
    width: 18%;
  }
  .h-lg-18 {
    height: 18%;
  }
  .w-lg-19 {
    width: 19%;
  }
  .h-lg-19 {
    height: 19%;
  }
  .w-lg-20 {
    width: 20%;
  }
  .h-lg-20 {
    height: 20%;
  }
  .w-lg-21 {
    width: 21%;
  }
  .h-lg-21 {
    height: 21%;
  }
  .w-lg-22 {
    width: 22%;
  }
  .h-lg-22 {
    height: 22%;
  }
  .w-lg-23 {
    width: 23%;
  }
  .h-lg-23 {
    height: 23%;
  }
  .w-lg-24 {
    width: 24%;
  }
  .h-lg-24 {
    height: 24%;
  }
  .w-lg-25 {
    width: 25%;
  }
  .h-lg-25 {
    height: 25%;
  }
  .w-lg-26 {
    width: 26%;
  }
  .h-lg-26 {
    height: 26%;
  }
  .w-lg-27 {
    width: 27%;
  }
  .h-lg-27 {
    height: 27%;
  }
  .w-lg-28 {
    width: 28%;
  }
  .h-lg-28 {
    height: 28%;
  }
  .w-lg-29 {
    width: 29%;
  }
  .h-lg-29 {
    height: 29%;
  }
  .w-lg-30 {
    width: 30%;
  }
  .h-lg-30 {
    height: 30%;
  }
  .w-lg-31 {
    width: 31%;
  }
  .h-lg-31 {
    height: 31%;
  }
  .w-lg-32 {
    width: 32%;
  }
  .h-lg-32 {
    height: 32%;
  }
  .w-lg-33 {
    width: 33%;
  }
  .h-lg-33 {
    height: 33%;
  }
  .w-lg-34 {
    width: 34%;
  }
  .h-lg-34 {
    height: 34%;
  }
  .w-lg-35 {
    width: 35%;
  }
  .h-lg-35 {
    height: 35%;
  }
  .w-lg-36 {
    width: 36%;
  }
  .h-lg-36 {
    height: 36%;
  }
  .w-lg-37 {
    width: 37%;
  }
  .h-lg-37 {
    height: 37%;
  }
  .w-lg-38 {
    width: 38%;
  }
  .h-lg-38 {
    height: 38%;
  }
  .w-lg-39 {
    width: 39%;
  }
  .h-lg-39 {
    height: 39%;
  }
  .w-lg-40 {
    width: 40%;
  }
  .h-lg-40 {
    height: 40%;
  }
  .w-lg-41 {
    width: 41%;
  }
  .h-lg-41 {
    height: 41%;
  }
  .w-lg-42 {
    width: 42%;
  }
  .h-lg-42 {
    height: 42%;
  }
  .w-lg-43 {
    width: 43%;
  }
  .h-lg-43 {
    height: 43%;
  }
  .w-lg-44 {
    width: 44%;
  }
  .h-lg-44 {
    height: 44%;
  }
  .w-lg-45 {
    width: 45%;
  }
  .h-lg-45 {
    height: 45%;
  }
  .w-lg-46 {
    width: 46%;
  }
  .h-lg-46 {
    height: 46%;
  }
  .w-lg-47 {
    width: 47%;
  }
  .h-lg-47 {
    height: 47%;
  }
  .w-lg-48 {
    width: 48%;
  }
  .h-lg-48 {
    height: 48%;
  }
  .w-lg-49 {
    width: 49%;
  }
  .h-lg-49 {
    height: 49%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .h-lg-50 {
    height: 50%;
  }
  .w-lg-51 {
    width: 51%;
  }
  .h-lg-51 {
    height: 51%;
  }
  .w-lg-52 {
    width: 52%;
  }
  .h-lg-52 {
    height: 52%;
  }
  .w-lg-53 {
    width: 53%;
  }
  .h-lg-53 {
    height: 53%;
  }
  .w-lg-54 {
    width: 54%;
  }
  .h-lg-54 {
    height: 54%;
  }
  .w-lg-55 {
    width: 55%;
  }
  .h-lg-55 {
    height: 55%;
  }
  .w-lg-56 {
    width: 56%;
  }
  .h-lg-56 {
    height: 56%;
  }
  .w-lg-57 {
    width: 57%;
  }
  .h-lg-57 {
    height: 57%;
  }
  .w-lg-58 {
    width: 58%;
  }
  .h-lg-58 {
    height: 58%;
  }
  .w-lg-59 {
    width: 59%;
  }
  .h-lg-59 {
    height: 59%;
  }
  .w-lg-60 {
    width: 60%;
  }
  .h-lg-60 {
    height: 60%;
  }
  .w-lg-61 {
    width: 61%;
  }
  .h-lg-61 {
    height: 61%;
  }
  .w-lg-62 {
    width: 62%;
  }
  .h-lg-62 {
    height: 62%;
  }
  .w-lg-63 {
    width: 63%;
  }
  .h-lg-63 {
    height: 63%;
  }
  .w-lg-64 {
    width: 64%;
  }
  .h-lg-64 {
    height: 64%;
  }
  .w-lg-65 {
    width: 65%;
  }
  .h-lg-65 {
    height: 65%;
  }
  .w-lg-66 {
    width: 66%;
  }
  .h-lg-66 {
    height: 66%;
  }
  .w-lg-67 {
    width: 67%;
  }
  .h-lg-67 {
    height: 67%;
  }
  .w-lg-68 {
    width: 68%;
  }
  .h-lg-68 {
    height: 68%;
  }
  .w-lg-69 {
    width: 69%;
  }
  .h-lg-69 {
    height: 69%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .h-lg-70 {
    height: 70%;
  }
  .w-lg-71 {
    width: 71%;
  }
  .h-lg-71 {
    height: 71%;
  }
  .w-lg-72 {
    width: 72%;
  }
  .h-lg-72 {
    height: 72%;
  }
  .w-lg-73 {
    width: 73%;
  }
  .h-lg-73 {
    height: 73%;
  }
  .w-lg-74 {
    width: 74%;
  }
  .h-lg-74 {
    height: 74%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .h-lg-75 {
    height: 75%;
  }
  .w-lg-76 {
    width: 76%;
  }
  .h-lg-76 {
    height: 76%;
  }
  .w-lg-77 {
    width: 77%;
  }
  .h-lg-77 {
    height: 77%;
  }
  .w-lg-78 {
    width: 78%;
  }
  .h-lg-78 {
    height: 78%;
  }
  .w-lg-79 {
    width: 79%;
  }
  .h-lg-79 {
    height: 79%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .h-lg-80 {
    height: 80%;
  }
  .w-lg-81 {
    width: 81%;
  }
  .h-lg-81 {
    height: 81%;
  }
  .w-lg-82 {
    width: 82%;
  }
  .h-lg-82 {
    height: 82%;
  }
  .w-lg-83 {
    width: 83%;
  }
  .h-lg-83 {
    height: 83%;
  }
  .w-lg-84 {
    width: 84%;
  }
  .h-lg-84 {
    height: 84%;
  }
  .w-lg-85 {
    width: 85%;
  }
  .h-lg-85 {
    height: 85%;
  }
  .w-lg-86 {
    width: 86%;
  }
  .h-lg-86 {
    height: 86%;
  }
  .w-lg-87 {
    width: 87%;
  }
  .h-lg-87 {
    height: 87%;
  }
  .w-lg-88 {
    width: 88%;
  }
  .h-lg-88 {
    height: 88%;
  }
  .w-lg-89 {
    width: 89%;
  }
  .h-lg-89 {
    height: 89%;
  }
  .w-lg-90 {
    width: 90%;
  }
  .h-lg-90 {
    height: 90%;
  }
  .w-lg-91 {
    width: 91%;
  }
  .h-lg-91 {
    height: 91%;
  }
  .w-lg-92 {
    width: 92%;
  }
  .h-lg-92 {
    height: 92%;
  }
  .w-lg-93 {
    width: 93%;
  }
  .h-lg-93 {
    height: 93%;
  }
  .w-lg-94 {
    width: 94%;
  }
  .h-lg-94 {
    height: 94%;
  }
  .w-lg-95 {
    width: 95%;
  }
  .h-lg-95 {
    height: 95%;
  }
  .w-lg-96 {
    width: 96%;
  }
  .h-lg-96 {
    height: 96%;
  }
  .w-lg-97 {
    width: 97%;
  }
  .h-lg-97 {
    height: 97%;
  }
  .w-lg-98 {
    width: 98%;
  }
  .h-lg-98 {
    height: 98%;
  }
  .w-lg-99 {
    width: 99%;
  }
  .h-lg-99 {
    height: 99%;
  }
  .w-lg-100 {
    width: 100%;
  }
  .h-lg-100 {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .w-xl-1 {
    width: 1%;
  }
  .h-xl-1 {
    height: 1%;
  }
  .w-xl-2 {
    width: 2%;
  }
  .h-xl-2 {
    height: 2%;
  }
  .w-xl-3 {
    width: 3%;
  }
  .h-xl-3 {
    height: 3%;
  }
  .w-xl-4 {
    width: 4%;
  }
  .h-xl-4 {
    height: 4%;
  }
  .w-xl-5 {
    width: 5%;
  }
  .h-xl-5 {
    height: 5%;
  }
  .w-xl-6 {
    width: 6%;
  }
  .h-xl-6 {
    height: 6%;
  }
  .w-xl-7 {
    width: 7%;
  }
  .h-xl-7 {
    height: 7%;
  }
  .w-xl-8 {
    width: 8%;
  }
  .h-xl-8 {
    height: 8%;
  }
  .w-xl-9 {
    width: 9%;
  }
  .h-xl-9 {
    height: 9%;
  }
  .w-xl-10 {
    width: 10%;
  }
  .h-xl-10 {
    height: 10%;
  }
  .w-xl-11 {
    width: 11%;
  }
  .h-xl-11 {
    height: 11%;
  }
  .w-xl-12 {
    width: 12%;
  }
  .h-xl-12 {
    height: 12%;
  }
  .w-xl-13 {
    width: 13%;
  }
  .h-xl-13 {
    height: 13%;
  }
  .w-xl-14 {
    width: 14%;
  }
  .h-xl-14 {
    height: 14%;
  }
  .w-xl-15 {
    width: 15%;
  }
  .h-xl-15 {
    height: 15%;
  }
  .w-xl-16 {
    width: 16%;
  }
  .h-xl-16 {
    height: 16%;
  }
  .w-xl-17 {
    width: 17%;
  }
  .h-xl-17 {
    height: 17%;
  }
  .w-xl-18 {
    width: 18%;
  }
  .h-xl-18 {
    height: 18%;
  }
  .w-xl-19 {
    width: 19%;
  }
  .h-xl-19 {
    height: 19%;
  }
  .w-xl-20 {
    width: 20%;
  }
  .h-xl-20 {
    height: 20%;
  }
  .w-xl-21 {
    width: 21%;
  }
  .h-xl-21 {
    height: 21%;
  }
  .w-xl-22 {
    width: 22%;
  }
  .h-xl-22 {
    height: 22%;
  }
  .w-xl-23 {
    width: 23%;
  }
  .h-xl-23 {
    height: 23%;
  }
  .w-xl-24 {
    width: 24%;
  }
  .h-xl-24 {
    height: 24%;
  }
  .w-xl-25 {
    width: 25%;
  }
  .h-xl-25 {
    height: 25%;
  }
  .w-xl-26 {
    width: 26%;
  }
  .h-xl-26 {
    height: 26%;
  }
  .w-xl-27 {
    width: 27%;
  }
  .h-xl-27 {
    height: 27%;
  }
  .w-xl-28 {
    width: 28%;
  }
  .h-xl-28 {
    height: 28%;
  }
  .w-xl-29 {
    width: 29%;
  }
  .h-xl-29 {
    height: 29%;
  }
  .w-xl-30 {
    width: 30%;
  }
  .h-xl-30 {
    height: 30%;
  }
  .w-xl-31 {
    width: 31%;
  }
  .h-xl-31 {
    height: 31%;
  }
  .w-xl-32 {
    width: 32%;
  }
  .h-xl-32 {
    height: 32%;
  }
  .w-xl-33 {
    width: 33%;
  }
  .h-xl-33 {
    height: 33%;
  }
  .w-xl-34 {
    width: 34%;
  }
  .h-xl-34 {
    height: 34%;
  }
  .w-xl-35 {
    width: 35%;
  }
  .h-xl-35 {
    height: 35%;
  }
  .w-xl-36 {
    width: 36%;
  }
  .h-xl-36 {
    height: 36%;
  }
  .w-xl-37 {
    width: 37%;
  }
  .h-xl-37 {
    height: 37%;
  }
  .w-xl-38 {
    width: 38%;
  }
  .h-xl-38 {
    height: 38%;
  }
  .w-xl-39 {
    width: 39%;
  }
  .h-xl-39 {
    height: 39%;
  }
  .w-xl-40 {
    width: 40%;
  }
  .h-xl-40 {
    height: 40%;
  }
  .w-xl-41 {
    width: 41%;
  }
  .h-xl-41 {
    height: 41%;
  }
  .w-xl-42 {
    width: 42%;
  }
  .h-xl-42 {
    height: 42%;
  }
  .w-xl-43 {
    width: 43%;
  }
  .h-xl-43 {
    height: 43%;
  }
  .w-xl-44 {
    width: 44%;
  }
  .h-xl-44 {
    height: 44%;
  }
  .w-xl-45 {
    width: 45%;
  }
  .h-xl-45 {
    height: 45%;
  }
  .w-xl-46 {
    width: 46%;
  }
  .h-xl-46 {
    height: 46%;
  }
  .w-xl-47 {
    width: 47%;
  }
  .h-xl-47 {
    height: 47%;
  }
  .w-xl-48 {
    width: 48%;
  }
  .h-xl-48 {
    height: 48%;
  }
  .w-xl-49 {
    width: 49%;
  }
  .h-xl-49 {
    height: 49%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .h-xl-50 {
    height: 50%;
  }
  .w-xl-51 {
    width: 51%;
  }
  .h-xl-51 {
    height: 51%;
  }
  .w-xl-52 {
    width: 52%;
  }
  .h-xl-52 {
    height: 52%;
  }
  .w-xl-53 {
    width: 53%;
  }
  .h-xl-53 {
    height: 53%;
  }
  .w-xl-54 {
    width: 54%;
  }
  .h-xl-54 {
    height: 54%;
  }
  .w-xl-55 {
    width: 55%;
  }
  .h-xl-55 {
    height: 55%;
  }
  .w-xl-56 {
    width: 56%;
  }
  .h-xl-56 {
    height: 56%;
  }
  .w-xl-57 {
    width: 57%;
  }
  .h-xl-57 {
    height: 57%;
  }
  .w-xl-58 {
    width: 58%;
  }
  .h-xl-58 {
    height: 58%;
  }
  .w-xl-59 {
    width: 59%;
  }
  .h-xl-59 {
    height: 59%;
  }
  .w-xl-60 {
    width: 60%;
  }
  .h-xl-60 {
    height: 60%;
  }
  .w-xl-61 {
    width: 61%;
  }
  .h-xl-61 {
    height: 61%;
  }
  .w-xl-62 {
    width: 62%;
  }
  .h-xl-62 {
    height: 62%;
  }
  .w-xl-63 {
    width: 63%;
  }
  .h-xl-63 {
    height: 63%;
  }
  .w-xl-64 {
    width: 64%;
  }
  .h-xl-64 {
    height: 64%;
  }
  .w-xl-65 {
    width: 65%;
  }
  .h-xl-65 {
    height: 65%;
  }
  .w-xl-66 {
    width: 66%;
  }
  .h-xl-66 {
    height: 66%;
  }
  .w-xl-67 {
    width: 67%;
  }
  .h-xl-67 {
    height: 67%;
  }
  .w-xl-68 {
    width: 68%;
  }
  .h-xl-68 {
    height: 68%;
  }
  .w-xl-69 {
    width: 69%;
  }
  .h-xl-69 {
    height: 69%;
  }
  .w-xl-70 {
    width: 70%;
  }
  .h-xl-70 {
    height: 70%;
  }
  .w-xl-71 {
    width: 71%;
  }
  .h-xl-71 {
    height: 71%;
  }
  .w-xl-72 {
    width: 72%;
  }
  .h-xl-72 {
    height: 72%;
  }
  .w-xl-73 {
    width: 73%;
  }
  .h-xl-73 {
    height: 73%;
  }
  .w-xl-74 {
    width: 74%;
  }
  .h-xl-74 {
    height: 74%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .h-xl-75 {
    height: 75%;
  }
  .w-xl-76 {
    width: 76%;
  }
  .h-xl-76 {
    height: 76%;
  }
  .w-xl-77 {
    width: 77%;
  }
  .h-xl-77 {
    height: 77%;
  }
  .w-xl-78 {
    width: 78%;
  }
  .h-xl-78 {
    height: 78%;
  }
  .w-xl-79 {
    width: 79%;
  }
  .h-xl-79 {
    height: 79%;
  }
  .w-xl-80 {
    width: 80%;
  }
  .h-xl-80 {
    height: 80%;
  }
  .w-xl-81 {
    width: 81%;
  }
  .h-xl-81 {
    height: 81%;
  }
  .w-xl-82 {
    width: 82%;
  }
  .h-xl-82 {
    height: 82%;
  }
  .w-xl-83 {
    width: 83%;
  }
  .h-xl-83 {
    height: 83%;
  }
  .w-xl-84 {
    width: 84%;
  }
  .h-xl-84 {
    height: 84%;
  }
  .w-xl-85 {
    width: 85%;
  }
  .h-xl-85 {
    height: 85%;
  }
  .w-xl-86 {
    width: 86%;
  }
  .h-xl-86 {
    height: 86%;
  }
  .w-xl-87 {
    width: 87%;
  }
  .h-xl-87 {
    height: 87%;
  }
  .w-xl-88 {
    width: 88%;
  }
  .h-xl-88 {
    height: 88%;
  }
  .w-xl-89 {
    width: 89%;
  }
  .h-xl-89 {
    height: 89%;
  }
  .w-xl-90 {
    width: 90%;
  }
  .h-xl-90 {
    height: 90%;
  }
  .w-xl-91 {
    width: 91%;
  }
  .h-xl-91 {
    height: 91%;
  }
  .w-xl-92 {
    width: 92%;
  }
  .h-xl-92 {
    height: 92%;
  }
  .w-xl-93 {
    width: 93%;
  }
  .h-xl-93 {
    height: 93%;
  }
  .w-xl-94 {
    width: 94%;
  }
  .h-xl-94 {
    height: 94%;
  }
  .w-xl-95 {
    width: 95%;
  }
  .h-xl-95 {
    height: 95%;
  }
  .w-xl-96 {
    width: 96%;
  }
  .h-xl-96 {
    height: 96%;
  }
  .w-xl-97 {
    width: 97%;
  }
  .h-xl-97 {
    height: 97%;
  }
  .w-xl-98 {
    width: 98%;
  }
  .h-xl-98 {
    height: 98%;
  }
  .w-xl-99 {
    width: 99%;
  }
  .h-xl-99 {
    height: 99%;
  }
  .w-xl-100 {
    width: 100%;
  }
  .h-xl-100 {
    height: 100%;
  }
}
.upcoming-events-wrap .upcoming-events-link {
  display: block;
  height: 100%;
}
.upcoming-events-wrap .upcoming-events-link > .upcoming-events {
  height: 100%;
}
.upcoming-events-wrap .upcoming-events-link > .upcoming-events .upcoming-events-photo {
  height: 220px;
  position: relative;
  border-bottom: 4px solid #e2d9ce;
}
.upcoming-events-wrap .upcoming-events-link > .upcoming-events .upcoming-events-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.upcoming-events-wrap .upcoming-events-link > .upcoming-events .upcoming-events-title {
  text-align: center;
}
.upcoming-events-wrap .upcoming-events-link > .upcoming-events .upcoming-events-title h1, .upcoming-events-wrap .upcoming-events-link > .upcoming-events .upcoming-events-title h2, .upcoming-events-wrap .upcoming-events-link > .upcoming-events .upcoming-events-title h3, .upcoming-events-wrap .upcoming-events-link > .upcoming-events .upcoming-events-title h4, .upcoming-events-wrap .upcoming-events-link > .upcoming-events .upcoming-events-title h5, .upcoming-events-wrap .upcoming-events-link > .upcoming-events .upcoming-events-title h6 {
  color: #000;
}
.upcoming-events-wrap .upcoming-events-link > .upcoming-events .upcoming-events-date {
  background-color: #000;
}
.upcoming-events-wrap .upcoming-events-link > .upcoming-events .upcoming-events-date > span {
  line-height: 1;
}
.upcoming-events-wrap .upcoming-events-link > .upcoming-events .upcoming-events-date > span:nth-of-type(1) {
  font-size: 0.95rem;
}
.upcoming-events-wrap .upcoming-events-link > .upcoming-events .upcoming-events-date > span:nth-of-type(2) {
  font-size: 1.4rem;
  font-weight: bold;
}

.wp-block-bod-modal-block.bod-block-popup {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-bod-modal-block.bod-block-popup button {
  border: 0px !important;
}

.bod-block-popup {
  padding: 1rem 1.65rem;
  transition: all 0.25s;
}
.bod-block-popup div#bodModalAriaTitle1 {
  border-bottom: 2px solid var(--bs-gray-400);
  padding-bottom: 0.35rem;
}
.bod-block-popup .wpforms-submit-container {
  text-align: center;
}
.bod-block-popup .wpforms-submit-container button[type=submit] {
  color: #fff !important;
  border: 1px solid var(--native-dark-red) !important;
  background-color: var(--native-dark-red) !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.bod-block-popup .wpforms-submit-container button[type=submit]:focus, .bod-block-popup .wpforms-submit-container button[type=submit]:active, .bod-block-popup .wpforms-submit-container button[type=submit]:hover {
  color: #fff !important;
}

.resource .resource-photo {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 360px;
  height: 270px;
  background-color: #fff;
  position: relative;
}
.resource .resource-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

#tribal-app #map {
  min-height: 500px;
}
#tribal-app #tribalDirectory > [class*=col]:nth-of-type(1) > div > div {
  cursor: pointer;
  transition: all 0.25s;
}
#tribal-app #tribalDirectory > [class*=col]:nth-of-type(1) > div > div:hover {
  background-color: #dae0e5;
}
#tribal-app #tribalDirectory > [class*=col]:nth-of-type(1) > div > div.active {
  background-color: #dae0e5;
}
#tribal-app #tribal-category-list > .row > [class*=col] > div > .post_thumbnail {
  border-bottom: 3px solid #cccccc;
}
#tribal-app #tribal-category-list > .row > [class*=col] > div > .post_thumbnail img {
  height: 200px;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#tribal-app #tribal-category-list > .row > [class*=col] > div > .post_thumbnail img.no-image {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  filter: grayscale(1);
  opacity: 0.5;
  max-width: 300px !important;
}
#tribal-app #tribal-category-list > .row > [class*=col] > div > .post_thumbnail img.has-image {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100% !important;
}

.divider {
  height: 136px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
.divider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("../../../uploads/2023/04/yellow-beads.jpg");
  z-index: 1;
}
.divider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("../../../uploads/2023/04/red-beads.jpg");
  z-index: 1;
}
.divider div.header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../uploads/2023/04/Beadwork-Cut-Out-3.jpg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 2;
}
.divider > div {
  height: inherit;
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.geekfolio-text-circle {
  position: relative;
}
.geekfolio-text-circle .geekfolio-rotate-box {
  width: 169px;
  height: 169px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.geekfolio-text-circle .geekfolio-rotate-box .geekfolio-rotate-circle {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  border-style: none;
  border-radius: 50% 50% 50% 50%;
  font-family: "Sora", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5em;
  animation: rotateCircle 7s linear forwards infinite;
}
.geekfolio-text-circle .geekfolio-rotate-box .geekfolio-rotate-circle svg {
  fill: #FFFFFF;
  color: #FFFFFF;
  width: 169px;
  height: 169px;
  transform: scale(1.25);
}
.geekfolio-text-circle .geekfolio-rotate-box .geekfolio-icon {
  color: #FFFFFF;
  padding: 5px 5px 5px 5px;
  position: absolute;
}
.geekfolio-text-circle .geekfolio-rotate-box .geekfolio-icon svg {
  width: 45px;
  height: 45px;
  fill: #fff;
}/*# sourceMappingURL=stylesheet.css.map */