﻿.fs-c-1 {
  font-size: 0.5rem; }

.fs-c-2 {
  font-size: 1rem; }

.fs-c-3 {
  font-size: 1.5rem; }

.fs-c-4 {
  font-size: 2rem; }

.fs-c-5 {
  font-size: 2.5rem; }

.fs-c-6 {
  font-size: 3rem; }

.fs-c-7 {
  font-size: 3.5rem; }

.fs-c-8 {
  font-size: 4rem; }

.fs-c-9 {
  font-size: 4.5rem; }

.fs-c-10 {
  font-size: 5rem; }

.fs-c-11 {
  font-size: 5.5rem; }

.fs-c-12 {
  font-size: 6rem; }

.fs-c-13 {
  font-size: 6.5rem; }

.fs-c-14 {
  font-size: 7rem; }

.fs-c-15 {
  font-size: 7.5rem; }

.fs-c-16 {
  font-size: 8rem; }

.fs-c-17 {
  font-size: 8.5rem; }

.fs-c-18 {
  font-size: 9rem; }

.fs-c-19 {
  font-size: 9.5rem; }

.fs-c-20 {
  font-size: 10rem; }

.fs-c-21 {
  font-size: 10.5rem; }

.fs-c-22 {
  font-size: 11rem; }

.fs-c-23 {
  font-size: 11.5rem; }

.fs-c-24 {
  font-size: 12rem; }

.fs-c-25 {
  font-size: 12.5rem; }

.fs-c-26 {
  font-size: 13rem; }

.fs-c-27 {
  font-size: 13.5rem; }

.fs-c-28 {
  font-size: 14rem; }

.fs-c-29 {
  font-size: 14.5rem; }

.fs-c-30 {
  font-size: 15rem; }

@use "sass:map";
/*
    Background Color,
    Text Colors,
    Fill,
    Generator
*/
.text-light-blue {
  color: #DDE7F4; }

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

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

.fill-light-blue {
  fill: #DDE7F4; }

.hover-light-blue:hover {
  background-color: #DDE7F4 !important; }

.focus-light-blue:focus {
  background-color: #DDE7F4 !important; }

.text-pink {
  color: #F6D7D7; }

.border-pink {
  border-color: #F6D7D7 !important; }

.bg-pink {
  background-color: #F6D7D7 !important; }

.fill-pink {
  fill: #F6D7D7; }

.hover-pink:hover {
  background-color: #F6D7D7 !important; }

.focus-pink:focus {
  background-color: #F6D7D7 !important; }

.text-light-yellow {
  color: #FBF075; }

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

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

.fill-light-yellow {
  fill: #FBF075; }

.hover-light-yellow:hover {
  background-color: #FBF075 !important; }

.focus-light-yellow:focus {
  background-color: #FBF075 !important; }

.text-blue {
  color: #0077DF; }

.border-blue {
  border-color: #0077DF !important; }

.bg-blue {
  background-color: #0077DF !important; }

.fill-blue {
  fill: #0077DF; }

.hover-blue:hover {
  background-color: #0077DF !important; }

.focus-blue:focus {
  background-color: #0077DF !important; }

.text-blue-subtle {
  color: #B8E0FF; }

.border-blue-subtle {
  border-color: #B8E0FF !important; }

.bg-blue-subtle {
  background-color: #B8E0FF !important; }

.fill-blue-subtle {
  fill: #B8E0FF; }

.hover-blue-subtle:hover {
  background-color: #B8E0FF !important; }

.focus-blue-subtle:focus {
  background-color: #B8E0FF !important; }

.text-blue-subtle-2 {
  color: #E8F4FF; }

.border-blue-subtle-2 {
  border-color: #E8F4FF !important; }

.bg-blue-subtle-2 {
  background-color: #E8F4FF !important; }

.fill-blue-subtle-2 {
  fill: #E8F4FF; }

.hover-blue-subtle-2:hover {
  background-color: #E8F4FF !important; }

.focus-blue-subtle-2:focus {
  background-color: #E8F4FF !important; }

.text-red {
  color: #FF0000; }

.border-red {
  border-color: #FF0000 !important; }

.bg-red {
  background-color: #FF0000 !important; }

.fill-red {
  fill: #FF0000; }

.hover-red:hover {
  background-color: #FF0000 !important; }

.focus-red:focus {
  background-color: #FF0000 !important; }

.text-gray-light {
  color: #DBDBDB; }

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

.bg-gray-light {
  background-color: #DBDBDB !important; }

.fill-gray-light {
  fill: #DBDBDB; }

.hover-gray-light:hover {
  background-color: #DBDBDB !important; }

.focus-gray-light:focus {
  background-color: #DBDBDB !important; }

.text-green {
  color: #4CAF50; }

.border-green {
  border-color: #4CAF50 !important; }

.bg-green {
  background-color: #4CAF50 !important; }

.fill-green {
  fill: #4CAF50; }

.hover-green:hover {
  background-color: #4CAF50 !important; }

.focus-green:focus {
  background-color: #4CAF50 !important; }

.text-light-green {
  color: #28C92F; }

.border-light-green {
  border-color: #28C92F !important; }

.bg-light-green {
  background-color: #28C92F !important; }

.fill-light-green {
  fill: #28C92F; }

.hover-light-green:hover {
  background-color: #28C92F !important; }

.focus-light-green:focus {
  background-color: #28C92F !important; }

.text-orange {
  color: #FB8C00; }

.border-orange {
  border-color: #FB8C00 !important; }

.bg-orange {
  background-color: #FB8C00 !important; }

.fill-orange {
  fill: #FB8C00; }

.hover-orange:hover {
  background-color: #FB8C00 !important; }

.focus-orange:focus {
  background-color: #FB8C00 !important; }

.text-medium-blue {
  color: #1967C0; }

.border-medium-blue {
  border-color: #1967C0 !important; }

.bg-medium-blue {
  background-color: #1967C0 !important; }

.fill-medium-blue {
  fill: #1967C0; }

.hover-medium-blue:hover {
  background-color: #1967C0 !important; }

.focus-medium-blue:focus {
  background-color: #1967C0 !important; }

.text-dark-blue {
  color: #063F80; }

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

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

.fill-dark-blue {
  fill: #063F80; }

.hover-dark-blue:hover {
  background-color: #063F80 !important; }

.focus-dark-blue:focus {
  background-color: #063F80 !important; }

.text-black-c {
  color: #212529; }

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

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

.fill-black-c {
  fill: #212529; }

.hover-black-c:hover {
  background-color: #212529 !important; }

.focus-black-c:focus {
  background-color: #212529 !important; }

.text-purple {
  color: #7B1EA2; }

.border-purple {
  border-color: #7B1EA2 !important; }

.bg-purple {
  background-color: #7B1EA2 !important; }

.fill-purple {
  fill: #7B1EA2; }

.hover-purple:hover {
  background-color: #7B1EA2 !important; }

.focus-purple:focus {
  background-color: #7B1EA2 !important; }

.text-icon-color {
  color: #4D4D4D; }

.border-icon-color {
  border-color: #4D4D4D !important; }

.bg-icon-color {
  background-color: #4D4D4D !important; }

.fill-icon-color {
  fill: #4D4D4D; }

.hover-icon-color:hover {
  background-color: #4D4D4D !important; }

.focus-icon-color:focus {
  background-color: #4D4D4D !important; }

.text-nav-bg-color {
  color: #F4F4F4; }

.border-nav-bg-color {
  border-color: #F4F4F4 !important; }

.bg-nav-bg-color {
  background-color: #F4F4F4 !important; }

.fill-nav-bg-color {
  fill: #F4F4F4; }

.hover-nav-bg-color:hover {
  background-color: #F4F4F4 !important; }

.focus-nav-bg-color:focus {
  background-color: #F4F4F4 !important; }

.text-white-f1 {
  color: #f1f1f1; }

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

.bg-white-f1 {
  background-color: #f1f1f1 !important; }

.fill-white-f1 {
  fill: #f1f1f1; }

.hover-white-f1:hover {
  background-color: #f1f1f1 !important; }

.focus-white-f1:focus {
  background-color: #f1f1f1 !important; }

.text-white-f2 {
  color: #f2f2f2; }

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

.bg-white-f2 {
  background-color: #f2f2f2 !important; }

.fill-white-f2 {
  fill: #f2f2f2; }

.hover-white-f2:hover {
  background-color: #f2f2f2 !important; }

.focus-white-f2:focus {
  background-color: #f2f2f2 !important; }

.text-black-txt {
  color: #212121; }

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

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

.fill-black-txt {
  fill: #212121; }

.hover-black-txt:hover {
  background-color: #212121 !important; }

.focus-black-txt:focus {
  background-color: #212121 !important; }

.text-border-black {
  color: #121212; }

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

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

.fill-border-black {
  fill: #121212; }

.hover-border-black:hover {
  background-color: #121212 !important; }

.focus-border-black:focus {
  background-color: #121212 !important; }

.text-white-f9 {
  color: #f9f9f9; }

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

.bg-white-f9 {
  background-color: #f9f9f9 !important; }

.fill-white-f9 {
  fill: #f9f9f9; }

.hover-white-f9:hover {
  background-color: #f9f9f9 !important; }

.focus-white-f9:focus {
  background-color: #f9f9f9 !important; }

.text-gray-94 {
  color: #949494; }

.border-gray-94 {
  border-color: #949494 !important; }

.bg-gray-94 {
  background-color: #949494 !important; }

.fill-gray-94 {
  fill: #949494; }

.hover-gray-94:hover {
  background-color: #949494 !important; }

.focus-gray-94:focus {
  background-color: #949494 !important; }

.text-gray-73 {
  color: #737373; }

.border-gray-73 {
  border-color: #737373 !important; }

.bg-gray-73 {
  background-color: #737373 !important; }

.fill-gray-73 {
  fill: #737373; }

.hover-gray-73:hover {
  background-color: #737373 !important; }

.focus-gray-73:focus {
  background-color: #737373 !important; }

/* 
    Custom Filters for SVG
*/
.filter-light-blue {
  filter: invert(56%) sepia(47%) saturate(5374%) hue-rotate(161deg) brightness(95%) contrast(101%); }

.filter-medium-blue {
  filter: invert(56%) sepia(97%) saturate(2924%) hue-rotate(159deg) brightness(91%) contrast(101%); }

/*
    Margin Setup
*/
.mx-c-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.my-c-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.mt-1 {
  margin-top: 0.5rem; }

.mb-1 {
  margin-bottom: 0.5rem; }

.mt-n-1 {
  margin-top: -0.5rem; }

.mb-n-1 {
  margin-bottom: -0.5rem; }

.me-n-1 {
  margin-right: -0.5rem; }

.ms-n-1 {
  margin-left: -0.5rem; }

.px-c-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.py-c-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.pt-1 {
  padding-top: 0.5rem; }

.pb-1 {
  padding-bottom: 0.5rem; }

.pt-n-1 {
  padding-top: -0.5rem; }

.pb-n-1 {
  padding-bottom: -0.5rem; }

.mx-c-2 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my-c-2 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.mt-2 {
  margin-top: 1rem; }

.mb-2 {
  margin-bottom: 1rem; }

.mt-n-2 {
  margin-top: -1rem; }

.mb-n-2 {
  margin-bottom: -1rem; }

.me-n-2 {
  margin-right: -1rem; }

.ms-n-2 {
  margin-left: -1rem; }

.px-c-2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.py-c-2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.pt-2 {
  padding-top: 1rem; }

.pb-2 {
  padding-bottom: 1rem; }

.pt-n-2 {
  padding-top: -1rem; }

.pb-n-2 {
  padding-bottom: -1rem; }

.mx-c-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.my-c-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.mt-3 {
  margin-top: 1.5rem; }

.mb-3 {
  margin-bottom: 1.5rem; }

.mt-n-3 {
  margin-top: -1.5rem; }

.mb-n-3 {
  margin-bottom: -1.5rem; }

.me-n-3 {
  margin-right: -1.5rem; }

.ms-n-3 {
  margin-left: -1.5rem; }

.px-c-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.py-c-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.pt-3 {
  padding-top: 1.5rem; }

.pb-3 {
  padding-bottom: 1.5rem; }

.pt-n-3 {
  padding-top: -1.5rem; }

.pb-n-3 {
  padding-bottom: -1.5rem; }

.mx-c-4 {
  margin-left: 2rem;
  margin-right: 2rem; }

.my-c-4 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.mt-4 {
  margin-top: 2rem; }

.mb-4 {
  margin-bottom: 2rem; }

.mt-n-4 {
  margin-top: -2rem; }

.mb-n-4 {
  margin-bottom: -2rem; }

.me-n-4 {
  margin-right: -2rem; }

.ms-n-4 {
  margin-left: -2rem; }

.px-c-4 {
  padding-left: 2rem;
  padding-right: 2rem; }

.py-c-4 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.pt-4 {
  padding-top: 2rem; }

.pb-4 {
  padding-bottom: 2rem; }

.pt-n-4 {
  padding-top: -2rem; }

.pb-n-4 {
  padding-bottom: -2rem; }

.mx-c-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.my-c-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.mt-5 {
  margin-top: 2.5rem; }

.mb-5 {
  margin-bottom: 2.5rem; }

.mt-n-5 {
  margin-top: -2.5rem; }

.mb-n-5 {
  margin-bottom: -2.5rem; }

.me-n-5 {
  margin-right: -2.5rem; }

.ms-n-5 {
  margin-left: -2.5rem; }

.px-c-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.py-c-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.pt-5 {
  padding-top: 2.5rem; }

.pb-5 {
  padding-bottom: 2.5rem; }

.pt-n-5 {
  padding-top: -2.5rem; }

.pb-n-5 {
  padding-bottom: -2.5rem; }

.mx-c-6 {
  margin-left: 3rem;
  margin-right: 3rem; }

.my-c-6 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.mt-6 {
  margin-top: 3rem; }

.mb-6 {
  margin-bottom: 3rem; }

.mt-n-6 {
  margin-top: -3rem; }

.mb-n-6 {
  margin-bottom: -3rem; }

.me-n-6 {
  margin-right: -3rem; }

.ms-n-6 {
  margin-left: -3rem; }

.px-c-6 {
  padding-left: 3rem;
  padding-right: 3rem; }

.py-c-6 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.pt-6 {
  padding-top: 3rem; }

.pb-6 {
  padding-bottom: 3rem; }

.pt-n-6 {
  padding-top: -3rem; }

.pb-n-6 {
  padding-bottom: -3rem; }

.mx-c-7 {
  margin-left: 3.5rem;
  margin-right: 3.5rem; }

.my-c-7 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem; }

.mt-7 {
  margin-top: 3.5rem; }

.mb-7 {
  margin-bottom: 3.5rem; }

.mt-n-7 {
  margin-top: -3.5rem; }

.mb-n-7 {
  margin-bottom: -3.5rem; }

.me-n-7 {
  margin-right: -3.5rem; }

.ms-n-7 {
  margin-left: -3.5rem; }

.px-c-7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem; }

.py-c-7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

.pt-7 {
  padding-top: 3.5rem; }

.pb-7 {
  padding-bottom: 3.5rem; }

.pt-n-7 {
  padding-top: -3.5rem; }

.pb-n-7 {
  padding-bottom: -3.5rem; }

.mx-c-8 {
  margin-left: 4rem;
  margin-right: 4rem; }

.my-c-8 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.mt-8 {
  margin-top: 4rem; }

.mb-8 {
  margin-bottom: 4rem; }

.mt-n-8 {
  margin-top: -4rem; }

.mb-n-8 {
  margin-bottom: -4rem; }

.me-n-8 {
  margin-right: -4rem; }

.ms-n-8 {
  margin-left: -4rem; }

.px-c-8 {
  padding-left: 4rem;
  padding-right: 4rem; }

.py-c-8 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.pt-8 {
  padding-top: 4rem; }

.pb-8 {
  padding-bottom: 4rem; }

.pt-n-8 {
  padding-top: -4rem; }

.pb-n-8 {
  padding-bottom: -4rem; }

.mx-c-9 {
  margin-left: 4.5rem;
  margin-right: 4.5rem; }

.my-c-9 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem; }

.mt-9 {
  margin-top: 4.5rem; }

.mb-9 {
  margin-bottom: 4.5rem; }

.mt-n-9 {
  margin-top: -4.5rem; }

.mb-n-9 {
  margin-bottom: -4.5rem; }

.me-n-9 {
  margin-right: -4.5rem; }

.ms-n-9 {
  margin-left: -4.5rem; }

.px-c-9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem; }

.py-c-9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }

.pt-9 {
  padding-top: 4.5rem; }

.pb-9 {
  padding-bottom: 4.5rem; }

.pt-n-9 {
  padding-top: -4.5rem; }

.pb-n-9 {
  padding-bottom: -4.5rem; }

.mx-c-10 {
  margin-left: 5rem;
  margin-right: 5rem; }

.my-c-10 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.mt-10 {
  margin-top: 5rem; }

.mb-10 {
  margin-bottom: 5rem; }

.mt-n-10 {
  margin-top: -5rem; }

.mb-n-10 {
  margin-bottom: -5rem; }

.me-n-10 {
  margin-right: -5rem; }

.ms-n-10 {
  margin-left: -5rem; }

.px-c-10 {
  padding-left: 5rem;
  padding-right: 5rem; }

.py-c-10 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.pt-10 {
  padding-top: 5rem; }

.pb-10 {
  padding-bottom: 5rem; }

.pt-n-10 {
  padding-top: -5rem; }

.pb-n-10 {
  padding-bottom: -5rem; }

.mx-c-11 {
  margin-left: 5.5rem;
  margin-right: 5.5rem; }

.my-c-11 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem; }

.mt-11 {
  margin-top: 5.5rem; }

.mb-11 {
  margin-bottom: 5.5rem; }

.mt-n-11 {
  margin-top: -5.5rem; }

.mb-n-11 {
  margin-bottom: -5.5rem; }

.me-n-11 {
  margin-right: -5.5rem; }

.ms-n-11 {
  margin-left: -5.5rem; }

.px-c-11 {
  padding-left: 5.5rem;
  padding-right: 5.5rem; }

.py-c-11 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem; }

.pt-11 {
  padding-top: 5.5rem; }

.pb-11 {
  padding-bottom: 5.5rem; }

.pt-n-11 {
  padding-top: -5.5rem; }

.pb-n-11 {
  padding-bottom: -5.5rem; }

.mx-c-12 {
  margin-left: 6rem;
  margin-right: 6rem; }

.my-c-12 {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.mt-12 {
  margin-top: 6rem; }

.mb-12 {
  margin-bottom: 6rem; }

.mt-n-12 {
  margin-top: -6rem; }

.mb-n-12 {
  margin-bottom: -6rem; }

.me-n-12 {
  margin-right: -6rem; }

.ms-n-12 {
  margin-left: -6rem; }

.px-c-12 {
  padding-left: 6rem;
  padding-right: 6rem; }

.py-c-12 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.pt-12 {
  padding-top: 6rem; }

.pb-12 {
  padding-bottom: 6rem; }

.pt-n-12 {
  padding-top: -6rem; }

.pb-n-12 {
  padding-bottom: -6rem; }

.mx-c-13 {
  margin-left: 6.5rem;
  margin-right: 6.5rem; }

.my-c-13 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem; }

.mt-13 {
  margin-top: 6.5rem; }

.mb-13 {
  margin-bottom: 6.5rem; }

.mt-n-13 {
  margin-top: -6.5rem; }

.mb-n-13 {
  margin-bottom: -6.5rem; }

.me-n-13 {
  margin-right: -6.5rem; }

.ms-n-13 {
  margin-left: -6.5rem; }

.px-c-13 {
  padding-left: 6.5rem;
  padding-right: 6.5rem; }

.py-c-13 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem; }

.pt-13 {
  padding-top: 6.5rem; }

.pb-13 {
  padding-bottom: 6.5rem; }

.pt-n-13 {
  padding-top: -6.5rem; }

.pb-n-13 {
  padding-bottom: -6.5rem; }

.mx-c-14 {
  margin-left: 7rem;
  margin-right: 7rem; }

.my-c-14 {
  margin-top: 7rem;
  margin-bottom: 7rem; }

.mt-14 {
  margin-top: 7rem; }

.mb-14 {
  margin-bottom: 7rem; }

.mt-n-14 {
  margin-top: -7rem; }

.mb-n-14 {
  margin-bottom: -7rem; }

.me-n-14 {
  margin-right: -7rem; }

.ms-n-14 {
  margin-left: -7rem; }

.px-c-14 {
  padding-left: 7rem;
  padding-right: 7rem; }

.py-c-14 {
  padding-top: 7rem;
  padding-bottom: 7rem; }

.pt-14 {
  padding-top: 7rem; }

.pb-14 {
  padding-bottom: 7rem; }

.pt-n-14 {
  padding-top: -7rem; }

.pb-n-14 {
  padding-bottom: -7rem; }

.mx-c-15 {
  margin-left: 7.5rem;
  margin-right: 7.5rem; }

.my-c-15 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem; }

.mt-15 {
  margin-top: 7.5rem; }

.mb-15 {
  margin-bottom: 7.5rem; }

.mt-n-15 {
  margin-top: -7.5rem; }

.mb-n-15 {
  margin-bottom: -7.5rem; }

.me-n-15 {
  margin-right: -7.5rem; }

.ms-n-15 {
  margin-left: -7.5rem; }

.px-c-15 {
  padding-left: 7.5rem;
  padding-right: 7.5rem; }

.py-c-15 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }

.pt-15 {
  padding-top: 7.5rem; }

.pb-15 {
  padding-bottom: 7.5rem; }

.pt-n-15 {
  padding-top: -7.5rem; }

.pb-n-15 {
  padding-bottom: -7.5rem; }

.mx-c-16 {
  margin-left: 8rem;
  margin-right: 8rem; }

.my-c-16 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.mt-16 {
  margin-top: 8rem; }

.mb-16 {
  margin-bottom: 8rem; }

.mt-n-16 {
  margin-top: -8rem; }

.mb-n-16 {
  margin-bottom: -8rem; }

.me-n-16 {
  margin-right: -8rem; }

.ms-n-16 {
  margin-left: -8rem; }

.px-c-16 {
  padding-left: 8rem;
  padding-right: 8rem; }

.py-c-16 {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.pt-16 {
  padding-top: 8rem; }

.pb-16 {
  padding-bottom: 8rem; }

.pt-n-16 {
  padding-top: -8rem; }

.pb-n-16 {
  padding-bottom: -8rem; }

.mx-c-17 {
  margin-left: 8.5rem;
  margin-right: 8.5rem; }

.my-c-17 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem; }

.mt-17 {
  margin-top: 8.5rem; }

.mb-17 {
  margin-bottom: 8.5rem; }

.mt-n-17 {
  margin-top: -8.5rem; }

.mb-n-17 {
  margin-bottom: -8.5rem; }

.me-n-17 {
  margin-right: -8.5rem; }

.ms-n-17 {
  margin-left: -8.5rem; }

.px-c-17 {
  padding-left: 8.5rem;
  padding-right: 8.5rem; }

.py-c-17 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem; }

.pt-17 {
  padding-top: 8.5rem; }

.pb-17 {
  padding-bottom: 8.5rem; }

.pt-n-17 {
  padding-top: -8.5rem; }

.pb-n-17 {
  padding-bottom: -8.5rem; }

.mx-c-18 {
  margin-left: 9rem;
  margin-right: 9rem; }

.my-c-18 {
  margin-top: 9rem;
  margin-bottom: 9rem; }

.mt-18 {
  margin-top: 9rem; }

.mb-18 {
  margin-bottom: 9rem; }

.mt-n-18 {
  margin-top: -9rem; }

.mb-n-18 {
  margin-bottom: -9rem; }

.me-n-18 {
  margin-right: -9rem; }

.ms-n-18 {
  margin-left: -9rem; }

.px-c-18 {
  padding-left: 9rem;
  padding-right: 9rem; }

.py-c-18 {
  padding-top: 9rem;
  padding-bottom: 9rem; }

.pt-18 {
  padding-top: 9rem; }

.pb-18 {
  padding-bottom: 9rem; }

.pt-n-18 {
  padding-top: -9rem; }

.pb-n-18 {
  padding-bottom: -9rem; }

.mx-c-19 {
  margin-left: 9.5rem;
  margin-right: 9.5rem; }

.my-c-19 {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem; }

.mt-19 {
  margin-top: 9.5rem; }

.mb-19 {
  margin-bottom: 9.5rem; }

.mt-n-19 {
  margin-top: -9.5rem; }

.mb-n-19 {
  margin-bottom: -9.5rem; }

.me-n-19 {
  margin-right: -9.5rem; }

.ms-n-19 {
  margin-left: -9.5rem; }

.px-c-19 {
  padding-left: 9.5rem;
  padding-right: 9.5rem; }

.py-c-19 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem; }

.pt-19 {
  padding-top: 9.5rem; }

.pb-19 {
  padding-bottom: 9.5rem; }

.pt-n-19 {
  padding-top: -9.5rem; }

.pb-n-19 {
  padding-bottom: -9.5rem; }

.mx-c-20 {
  margin-left: 10rem;
  margin-right: 10rem; }

.my-c-20 {
  margin-top: 10rem;
  margin-bottom: 10rem; }

.mt-20 {
  margin-top: 10rem; }

.mb-20 {
  margin-bottom: 10rem; }

.mt-n-20 {
  margin-top: -10rem; }

.mb-n-20 {
  margin-bottom: -10rem; }

.me-n-20 {
  margin-right: -10rem; }

.ms-n-20 {
  margin-left: -10rem; }

.px-c-20 {
  padding-left: 10rem;
  padding-right: 10rem; }

.py-c-20 {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.pt-20 {
  padding-top: 10rem; }

.pb-20 {
  padding-bottom: 10rem; }

.pt-n-20 {
  padding-top: -10rem; }

.pb-n-20 {
  padding-bottom: -10rem; }

.mx-c-21 {
  margin-left: 10.5rem;
  margin-right: 10.5rem; }

.my-c-21 {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem; }

.mt-21 {
  margin-top: 10.5rem; }

.mb-21 {
  margin-bottom: 10.5rem; }

.mt-n-21 {
  margin-top: -10.5rem; }

.mb-n-21 {
  margin-bottom: -10.5rem; }

.me-n-21 {
  margin-right: -10.5rem; }

.ms-n-21 {
  margin-left: -10.5rem; }

.px-c-21 {
  padding-left: 10.5rem;
  padding-right: 10.5rem; }

.py-c-21 {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem; }

.pt-21 {
  padding-top: 10.5rem; }

.pb-21 {
  padding-bottom: 10.5rem; }

.pt-n-21 {
  padding-top: -10.5rem; }

.pb-n-21 {
  padding-bottom: -10.5rem; }

.mx-c-22 {
  margin-left: 11rem;
  margin-right: 11rem; }

.my-c-22 {
  margin-top: 11rem;
  margin-bottom: 11rem; }

.mt-22 {
  margin-top: 11rem; }

.mb-22 {
  margin-bottom: 11rem; }

.mt-n-22 {
  margin-top: -11rem; }

.mb-n-22 {
  margin-bottom: -11rem; }

.me-n-22 {
  margin-right: -11rem; }

.ms-n-22 {
  margin-left: -11rem; }

.px-c-22 {
  padding-left: 11rem;
  padding-right: 11rem; }

.py-c-22 {
  padding-top: 11rem;
  padding-bottom: 11rem; }

.pt-22 {
  padding-top: 11rem; }

.pb-22 {
  padding-bottom: 11rem; }

.pt-n-22 {
  padding-top: -11rem; }

.pb-n-22 {
  padding-bottom: -11rem; }

.mx-c-23 {
  margin-left: 11.5rem;
  margin-right: 11.5rem; }

.my-c-23 {
  margin-top: 11.5rem;
  margin-bottom: 11.5rem; }

.mt-23 {
  margin-top: 11.5rem; }

.mb-23 {
  margin-bottom: 11.5rem; }

.mt-n-23 {
  margin-top: -11.5rem; }

.mb-n-23 {
  margin-bottom: -11.5rem; }

.me-n-23 {
  margin-right: -11.5rem; }

.ms-n-23 {
  margin-left: -11.5rem; }

.px-c-23 {
  padding-left: 11.5rem;
  padding-right: 11.5rem; }

.py-c-23 {
  padding-top: 11.5rem;
  padding-bottom: 11.5rem; }

.pt-23 {
  padding-top: 11.5rem; }

.pb-23 {
  padding-bottom: 11.5rem; }

.pt-n-23 {
  padding-top: -11.5rem; }

.pb-n-23 {
  padding-bottom: -11.5rem; }

.mx-c-24 {
  margin-left: 12rem;
  margin-right: 12rem; }

.my-c-24 {
  margin-top: 12rem;
  margin-bottom: 12rem; }

.mt-24 {
  margin-top: 12rem; }

.mb-24 {
  margin-bottom: 12rem; }

.mt-n-24 {
  margin-top: -12rem; }

.mb-n-24 {
  margin-bottom: -12rem; }

.me-n-24 {
  margin-right: -12rem; }

.ms-n-24 {
  margin-left: -12rem; }

.px-c-24 {
  padding-left: 12rem;
  padding-right: 12rem; }

.py-c-24 {
  padding-top: 12rem;
  padding-bottom: 12rem; }

.pt-24 {
  padding-top: 12rem; }

.pb-24 {
  padding-bottom: 12rem; }

.pt-n-24 {
  padding-top: -12rem; }

.pb-n-24 {
  padding-bottom: -12rem; }

.mx-c-25 {
  margin-left: 12.5rem;
  margin-right: 12.5rem; }

.my-c-25 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem; }

.mt-25 {
  margin-top: 12.5rem; }

.mb-25 {
  margin-bottom: 12.5rem; }

.mt-n-25 {
  margin-top: -12.5rem; }

.mb-n-25 {
  margin-bottom: -12.5rem; }

.me-n-25 {
  margin-right: -12.5rem; }

.ms-n-25 {
  margin-left: -12.5rem; }

.px-c-25 {
  padding-left: 12.5rem;
  padding-right: 12.5rem; }

.py-c-25 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem; }

.pt-25 {
  padding-top: 12.5rem; }

.pb-25 {
  padding-bottom: 12.5rem; }

.pt-n-25 {
  padding-top: -12.5rem; }

.pb-n-25 {
  padding-bottom: -12.5rem; }

.mx-c-26 {
  margin-left: 13rem;
  margin-right: 13rem; }

.my-c-26 {
  margin-top: 13rem;
  margin-bottom: 13rem; }

.mt-26 {
  margin-top: 13rem; }

.mb-26 {
  margin-bottom: 13rem; }

.mt-n-26 {
  margin-top: -13rem; }

.mb-n-26 {
  margin-bottom: -13rem; }

.me-n-26 {
  margin-right: -13rem; }

.ms-n-26 {
  margin-left: -13rem; }

.px-c-26 {
  padding-left: 13rem;
  padding-right: 13rem; }

.py-c-26 {
  padding-top: 13rem;
  padding-bottom: 13rem; }

.pt-26 {
  padding-top: 13rem; }

.pb-26 {
  padding-bottom: 13rem; }

.pt-n-26 {
  padding-top: -13rem; }

.pb-n-26 {
  padding-bottom: -13rem; }

.mx-c-27 {
  margin-left: 13.5rem;
  margin-right: 13.5rem; }

.my-c-27 {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem; }

.mt-27 {
  margin-top: 13.5rem; }

.mb-27 {
  margin-bottom: 13.5rem; }

.mt-n-27 {
  margin-top: -13.5rem; }

.mb-n-27 {
  margin-bottom: -13.5rem; }

.me-n-27 {
  margin-right: -13.5rem; }

.ms-n-27 {
  margin-left: -13.5rem; }

.px-c-27 {
  padding-left: 13.5rem;
  padding-right: 13.5rem; }

.py-c-27 {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem; }

.pt-27 {
  padding-top: 13.5rem; }

.pb-27 {
  padding-bottom: 13.5rem; }

.pt-n-27 {
  padding-top: -13.5rem; }

.pb-n-27 {
  padding-bottom: -13.5rem; }

.mx-c-28 {
  margin-left: 14rem;
  margin-right: 14rem; }

.my-c-28 {
  margin-top: 14rem;
  margin-bottom: 14rem; }

.mt-28 {
  margin-top: 14rem; }

.mb-28 {
  margin-bottom: 14rem; }

.mt-n-28 {
  margin-top: -14rem; }

.mb-n-28 {
  margin-bottom: -14rem; }

.me-n-28 {
  margin-right: -14rem; }

.ms-n-28 {
  margin-left: -14rem; }

.px-c-28 {
  padding-left: 14rem;
  padding-right: 14rem; }

.py-c-28 {
  padding-top: 14rem;
  padding-bottom: 14rem; }

.pt-28 {
  padding-top: 14rem; }

.pb-28 {
  padding-bottom: 14rem; }

.pt-n-28 {
  padding-top: -14rem; }

.pb-n-28 {
  padding-bottom: -14rem; }

.mx-c-29 {
  margin-left: 14.5rem;
  margin-right: 14.5rem; }

.my-c-29 {
  margin-top: 14.5rem;
  margin-bottom: 14.5rem; }

.mt-29 {
  margin-top: 14.5rem; }

.mb-29 {
  margin-bottom: 14.5rem; }

.mt-n-29 {
  margin-top: -14.5rem; }

.mb-n-29 {
  margin-bottom: -14.5rem; }

.me-n-29 {
  margin-right: -14.5rem; }

.ms-n-29 {
  margin-left: -14.5rem; }

.px-c-29 {
  padding-left: 14.5rem;
  padding-right: 14.5rem; }

.py-c-29 {
  padding-top: 14.5rem;
  padding-bottom: 14.5rem; }

.pt-29 {
  padding-top: 14.5rem; }

.pb-29 {
  padding-bottom: 14.5rem; }

.pt-n-29 {
  padding-top: -14.5rem; }

.pb-n-29 {
  padding-bottom: -14.5rem; }

.mx-c-30 {
  margin-left: 15rem;
  margin-right: 15rem; }

.my-c-30 {
  margin-top: 15rem;
  margin-bottom: 15rem; }

.mt-30 {
  margin-top: 15rem; }

.mb-30 {
  margin-bottom: 15rem; }

.mt-n-30 {
  margin-top: -15rem; }

.mb-n-30 {
  margin-bottom: -15rem; }

.me-n-30 {
  margin-right: -15rem; }

.ms-n-30 {
  margin-left: -15rem; }

.px-c-30 {
  padding-left: 15rem;
  padding-right: 15rem; }

.py-c-30 {
  padding-top: 15rem;
  padding-bottom: 15rem; }

.pt-30 {
  padding-top: 15rem; }

.pb-30 {
  padding-bottom: 15rem; }

.pt-n-30 {
  padding-top: -15rem; }

.pb-n-30 {
  padding-bottom: -15rem; }

/*
    Position Setup
*/
.top-1 {
  top: 1% !important; }

.bottom-1 {
  bottom: 1% !important; }

.right-1 {
  right: 1% !important; }

.left-1 {
  left: 1% !important; }

.text-shadow-1 {
  text-shadow: 1.2px 1.5px 1px rgba(0, 0, 0, 0.5) !important; }

.top-2 {
  top: 2% !important; }

.bottom-2 {
  bottom: 2% !important; }

.right-2 {
  right: 2% !important; }

.left-2 {
  left: 2% !important; }

.text-shadow-2 {
  text-shadow: 1.2px 1.5px 2px rgba(0, 0, 0, 0.5) !important; }

.top-3 {
  top: 3% !important; }

.bottom-3 {
  bottom: 3% !important; }

.right-3 {
  right: 3% !important; }

.left-3 {
  left: 3% !important; }

.text-shadow-3 {
  text-shadow: 1.2px 1.5px 3px rgba(0, 0, 0, 0.5) !important; }

.top-4 {
  top: 4% !important; }

.bottom-4 {
  bottom: 4% !important; }

.right-4 {
  right: 4% !important; }

.left-4 {
  left: 4% !important; }

.text-shadow-4 {
  text-shadow: 1.2px 1.5px 4px rgba(0, 0, 0, 0.5) !important; }

.top-5 {
  top: 5% !important; }

.bottom-5 {
  bottom: 5% !important; }

.right-5 {
  right: 5% !important; }

.left-5 {
  left: 5% !important; }

.text-shadow-5 {
  text-shadow: 1.2px 1.5px 5px rgba(0, 0, 0, 0.5) !important; }

.top-6 {
  top: 6% !important; }

.bottom-6 {
  bottom: 6% !important; }

.right-6 {
  right: 6% !important; }

.left-6 {
  left: 6% !important; }

.text-shadow-6 {
  text-shadow: 1.2px 1.5px 6px rgba(0, 0, 0, 0.5) !important; }

.top-7 {
  top: 7% !important; }

.bottom-7 {
  bottom: 7% !important; }

.right-7 {
  right: 7% !important; }

.left-7 {
  left: 7% !important; }

.text-shadow-7 {
  text-shadow: 1.2px 1.5px 7px rgba(0, 0, 0, 0.5) !important; }

.top-8 {
  top: 8% !important; }

.bottom-8 {
  bottom: 8% !important; }

.right-8 {
  right: 8% !important; }

.left-8 {
  left: 8% !important; }

.text-shadow-8 {
  text-shadow: 1.2px 1.5px 8px rgba(0, 0, 0, 0.5) !important; }

.top-9 {
  top: 9% !important; }

.bottom-9 {
  bottom: 9% !important; }

.right-9 {
  right: 9% !important; }

.left-9 {
  left: 9% !important; }

.text-shadow-9 {
  text-shadow: 1.2px 1.5px 9px rgba(0, 0, 0, 0.5) !important; }

.top-10 {
  top: 10% !important; }

.bottom-10 {
  bottom: 10% !important; }

.right-10 {
  right: 10% !important; }

.left-10 {
  left: 10% !important; }

.text-shadow-10 {
  text-shadow: 1.2px 1.5px 10px rgba(0, 0, 0, 0.5) !important; }

.top-11 {
  top: 11% !important; }

.bottom-11 {
  bottom: 11% !important; }

.right-11 {
  right: 11% !important; }

.left-11 {
  left: 11% !important; }

.text-shadow-11 {
  text-shadow: 1.2px 1.5px 11px rgba(0, 0, 0, 0.5) !important; }

.top-12 {
  top: 12% !important; }

.bottom-12 {
  bottom: 12% !important; }

.right-12 {
  right: 12% !important; }

.left-12 {
  left: 12% !important; }

.text-shadow-12 {
  text-shadow: 1.2px 1.5px 12px rgba(0, 0, 0, 0.5) !important; }

.top-13 {
  top: 13% !important; }

.bottom-13 {
  bottom: 13% !important; }

.right-13 {
  right: 13% !important; }

.left-13 {
  left: 13% !important; }

.text-shadow-13 {
  text-shadow: 1.2px 1.5px 13px rgba(0, 0, 0, 0.5) !important; }

.top-14 {
  top: 14% !important; }

.bottom-14 {
  bottom: 14% !important; }

.right-14 {
  right: 14% !important; }

.left-14 {
  left: 14% !important; }

.text-shadow-14 {
  text-shadow: 1.2px 1.5px 14px rgba(0, 0, 0, 0.5) !important; }

.top-15 {
  top: 15% !important; }

.bottom-15 {
  bottom: 15% !important; }

.right-15 {
  right: 15% !important; }

.left-15 {
  left: 15% !important; }

.text-shadow-15 {
  text-shadow: 1.2px 1.5px 15px rgba(0, 0, 0, 0.5) !important; }

.top-16 {
  top: 16% !important; }

.bottom-16 {
  bottom: 16% !important; }

.right-16 {
  right: 16% !important; }

.left-16 {
  left: 16% !important; }

.text-shadow-16 {
  text-shadow: 1.2px 1.5px 16px rgba(0, 0, 0, 0.5) !important; }

.top-17 {
  top: 17% !important; }

.bottom-17 {
  bottom: 17% !important; }

.right-17 {
  right: 17% !important; }

.left-17 {
  left: 17% !important; }

.text-shadow-17 {
  text-shadow: 1.2px 1.5px 17px rgba(0, 0, 0, 0.5) !important; }

.top-18 {
  top: 18% !important; }

.bottom-18 {
  bottom: 18% !important; }

.right-18 {
  right: 18% !important; }

.left-18 {
  left: 18% !important; }

.text-shadow-18 {
  text-shadow: 1.2px 1.5px 18px rgba(0, 0, 0, 0.5) !important; }

.top-19 {
  top: 19% !important; }

.bottom-19 {
  bottom: 19% !important; }

.right-19 {
  right: 19% !important; }

.left-19 {
  left: 19% !important; }

.text-shadow-19 {
  text-shadow: 1.2px 1.5px 19px rgba(0, 0, 0, 0.5) !important; }

.top-20 {
  top: 20% !important; }

.bottom-20 {
  bottom: 20% !important; }

.right-20 {
  right: 20% !important; }

.left-20 {
  left: 20% !important; }

.text-shadow-20 {
  text-shadow: 1.2px 1.5px 20px rgba(0, 0, 0, 0.5) !important; }

.top-21 {
  top: 21% !important; }

.bottom-21 {
  bottom: 21% !important; }

.right-21 {
  right: 21% !important; }

.left-21 {
  left: 21% !important; }

.text-shadow-21 {
  text-shadow: 1.2px 1.5px 21px rgba(0, 0, 0, 0.5) !important; }

.top-22 {
  top: 22% !important; }

.bottom-22 {
  bottom: 22% !important; }

.right-22 {
  right: 22% !important; }

.left-22 {
  left: 22% !important; }

.text-shadow-22 {
  text-shadow: 1.2px 1.5px 22px rgba(0, 0, 0, 0.5) !important; }

.top-23 {
  top: 23% !important; }

.bottom-23 {
  bottom: 23% !important; }

.right-23 {
  right: 23% !important; }

.left-23 {
  left: 23% !important; }

.text-shadow-23 {
  text-shadow: 1.2px 1.5px 23px rgba(0, 0, 0, 0.5) !important; }

.top-24 {
  top: 24% !important; }

.bottom-24 {
  bottom: 24% !important; }

.right-24 {
  right: 24% !important; }

.left-24 {
  left: 24% !important; }

.text-shadow-24 {
  text-shadow: 1.2px 1.5px 24px rgba(0, 0, 0, 0.5) !important; }

.top-25 {
  top: 25% !important; }

.bottom-25 {
  bottom: 25% !important; }

.right-25 {
  right: 25% !important; }

.left-25 {
  left: 25% !important; }

.text-shadow-25 {
  text-shadow: 1.2px 1.5px 25px rgba(0, 0, 0, 0.5) !important; }

.top-26 {
  top: 26% !important; }

.bottom-26 {
  bottom: 26% !important; }

.right-26 {
  right: 26% !important; }

.left-26 {
  left: 26% !important; }

.text-shadow-26 {
  text-shadow: 1.2px 1.5px 26px rgba(0, 0, 0, 0.5) !important; }

.top-27 {
  top: 27% !important; }

.bottom-27 {
  bottom: 27% !important; }

.right-27 {
  right: 27% !important; }

.left-27 {
  left: 27% !important; }

.text-shadow-27 {
  text-shadow: 1.2px 1.5px 27px rgba(0, 0, 0, 0.5) !important; }

.top-28 {
  top: 28% !important; }

.bottom-28 {
  bottom: 28% !important; }

.right-28 {
  right: 28% !important; }

.left-28 {
  left: 28% !important; }

.text-shadow-28 {
  text-shadow: 1.2px 1.5px 28px rgba(0, 0, 0, 0.5) !important; }

.top-29 {
  top: 29% !important; }

.bottom-29 {
  bottom: 29% !important; }

.right-29 {
  right: 29% !important; }

.left-29 {
  left: 29% !important; }

.text-shadow-29 {
  text-shadow: 1.2px 1.5px 29px rgba(0, 0, 0, 0.5) !important; }

.top-30 {
  top: 30% !important; }

.bottom-30 {
  bottom: 30% !important; }

.right-30 {
  right: 30% !important; }

.left-30 {
  left: 30% !important; }

.text-shadow-30 {
  text-shadow: 1.2px 1.5px 30px rgba(0, 0, 0, 0.5) !important; }

.top-31 {
  top: 31% !important; }

.bottom-31 {
  bottom: 31% !important; }

.right-31 {
  right: 31% !important; }

.left-31 {
  left: 31% !important; }

.text-shadow-31 {
  text-shadow: 1.2px 1.5px 31px rgba(0, 0, 0, 0.5) !important; }

.top-32 {
  top: 32% !important; }

.bottom-32 {
  bottom: 32% !important; }

.right-32 {
  right: 32% !important; }

.left-32 {
  left: 32% !important; }

.text-shadow-32 {
  text-shadow: 1.2px 1.5px 32px rgba(0, 0, 0, 0.5) !important; }

.top-33 {
  top: 33% !important; }

.bottom-33 {
  bottom: 33% !important; }

.right-33 {
  right: 33% !important; }

.left-33 {
  left: 33% !important; }

.text-shadow-33 {
  text-shadow: 1.2px 1.5px 33px rgba(0, 0, 0, 0.5) !important; }

.top-34 {
  top: 34% !important; }

.bottom-34 {
  bottom: 34% !important; }

.right-34 {
  right: 34% !important; }

.left-34 {
  left: 34% !important; }

.text-shadow-34 {
  text-shadow: 1.2px 1.5px 34px rgba(0, 0, 0, 0.5) !important; }

.top-35 {
  top: 35% !important; }

.bottom-35 {
  bottom: 35% !important; }

.right-35 {
  right: 35% !important; }

.left-35 {
  left: 35% !important; }

.text-shadow-35 {
  text-shadow: 1.2px 1.5px 35px rgba(0, 0, 0, 0.5) !important; }

.top-36 {
  top: 36% !important; }

.bottom-36 {
  bottom: 36% !important; }

.right-36 {
  right: 36% !important; }

.left-36 {
  left: 36% !important; }

.text-shadow-36 {
  text-shadow: 1.2px 1.5px 36px rgba(0, 0, 0, 0.5) !important; }

.top-37 {
  top: 37% !important; }

.bottom-37 {
  bottom: 37% !important; }

.right-37 {
  right: 37% !important; }

.left-37 {
  left: 37% !important; }

.text-shadow-37 {
  text-shadow: 1.2px 1.5px 37px rgba(0, 0, 0, 0.5) !important; }

.top-38 {
  top: 38% !important; }

.bottom-38 {
  bottom: 38% !important; }

.right-38 {
  right: 38% !important; }

.left-38 {
  left: 38% !important; }

.text-shadow-38 {
  text-shadow: 1.2px 1.5px 38px rgba(0, 0, 0, 0.5) !important; }

.top-39 {
  top: 39% !important; }

.bottom-39 {
  bottom: 39% !important; }

.right-39 {
  right: 39% !important; }

.left-39 {
  left: 39% !important; }

.text-shadow-39 {
  text-shadow: 1.2px 1.5px 39px rgba(0, 0, 0, 0.5) !important; }

.top-40 {
  top: 40% !important; }

.bottom-40 {
  bottom: 40% !important; }

.right-40 {
  right: 40% !important; }

.left-40 {
  left: 40% !important; }

.text-shadow-40 {
  text-shadow: 1.2px 1.5px 40px rgba(0, 0, 0, 0.5) !important; }

.top-41 {
  top: 41% !important; }

.bottom-41 {
  bottom: 41% !important; }

.right-41 {
  right: 41% !important; }

.left-41 {
  left: 41% !important; }

.text-shadow-41 {
  text-shadow: 1.2px 1.5px 41px rgba(0, 0, 0, 0.5) !important; }

.top-42 {
  top: 42% !important; }

.bottom-42 {
  bottom: 42% !important; }

.right-42 {
  right: 42% !important; }

.left-42 {
  left: 42% !important; }

.text-shadow-42 {
  text-shadow: 1.2px 1.5px 42px rgba(0, 0, 0, 0.5) !important; }

.top-43 {
  top: 43% !important; }

.bottom-43 {
  bottom: 43% !important; }

.right-43 {
  right: 43% !important; }

.left-43 {
  left: 43% !important; }

.text-shadow-43 {
  text-shadow: 1.2px 1.5px 43px rgba(0, 0, 0, 0.5) !important; }

.top-44 {
  top: 44% !important; }

.bottom-44 {
  bottom: 44% !important; }

.right-44 {
  right: 44% !important; }

.left-44 {
  left: 44% !important; }

.text-shadow-44 {
  text-shadow: 1.2px 1.5px 44px rgba(0, 0, 0, 0.5) !important; }

.top-45 {
  top: 45% !important; }

.bottom-45 {
  bottom: 45% !important; }

.right-45 {
  right: 45% !important; }

.left-45 {
  left: 45% !important; }

.text-shadow-45 {
  text-shadow: 1.2px 1.5px 45px rgba(0, 0, 0, 0.5) !important; }

.top-46 {
  top: 46% !important; }

.bottom-46 {
  bottom: 46% !important; }

.right-46 {
  right: 46% !important; }

.left-46 {
  left: 46% !important; }

.text-shadow-46 {
  text-shadow: 1.2px 1.5px 46px rgba(0, 0, 0, 0.5) !important; }

.top-47 {
  top: 47% !important; }

.bottom-47 {
  bottom: 47% !important; }

.right-47 {
  right: 47% !important; }

.left-47 {
  left: 47% !important; }

.text-shadow-47 {
  text-shadow: 1.2px 1.5px 47px rgba(0, 0, 0, 0.5) !important; }

.top-48 {
  top: 48% !important; }

.bottom-48 {
  bottom: 48% !important; }

.right-48 {
  right: 48% !important; }

.left-48 {
  left: 48% !important; }

.text-shadow-48 {
  text-shadow: 1.2px 1.5px 48px rgba(0, 0, 0, 0.5) !important; }

.top-49 {
  top: 49% !important; }

.bottom-49 {
  bottom: 49% !important; }

.right-49 {
  right: 49% !important; }

.left-49 {
  left: 49% !important; }

.text-shadow-49 {
  text-shadow: 1.2px 1.5px 49px rgba(0, 0, 0, 0.5) !important; }

.top-50 {
  top: 50% !important; }

.bottom-50 {
  bottom: 50% !important; }

.right-50 {
  right: 50% !important; }

.left-50 {
  left: 50% !important; }

.text-shadow-50 {
  text-shadow: 1.2px 1.5px 50px rgba(0, 0, 0, 0.5) !important; }

.top-51 {
  top: 51% !important; }

.bottom-51 {
  bottom: 51% !important; }

.right-51 {
  right: 51% !important; }

.left-51 {
  left: 51% !important; }

.text-shadow-51 {
  text-shadow: 1.2px 1.5px 51px rgba(0, 0, 0, 0.5) !important; }

.top-52 {
  top: 52% !important; }

.bottom-52 {
  bottom: 52% !important; }

.right-52 {
  right: 52% !important; }

.left-52 {
  left: 52% !important; }

.text-shadow-52 {
  text-shadow: 1.2px 1.5px 52px rgba(0, 0, 0, 0.5) !important; }

.top-53 {
  top: 53% !important; }

.bottom-53 {
  bottom: 53% !important; }

.right-53 {
  right: 53% !important; }

.left-53 {
  left: 53% !important; }

.text-shadow-53 {
  text-shadow: 1.2px 1.5px 53px rgba(0, 0, 0, 0.5) !important; }

.top-54 {
  top: 54% !important; }

.bottom-54 {
  bottom: 54% !important; }

.right-54 {
  right: 54% !important; }

.left-54 {
  left: 54% !important; }

.text-shadow-54 {
  text-shadow: 1.2px 1.5px 54px rgba(0, 0, 0, 0.5) !important; }

.top-55 {
  top: 55% !important; }

.bottom-55 {
  bottom: 55% !important; }

.right-55 {
  right: 55% !important; }

.left-55 {
  left: 55% !important; }

.text-shadow-55 {
  text-shadow: 1.2px 1.5px 55px rgba(0, 0, 0, 0.5) !important; }

.top-56 {
  top: 56% !important; }

.bottom-56 {
  bottom: 56% !important; }

.right-56 {
  right: 56% !important; }

.left-56 {
  left: 56% !important; }

.text-shadow-56 {
  text-shadow: 1.2px 1.5px 56px rgba(0, 0, 0, 0.5) !important; }

.top-57 {
  top: 57% !important; }

.bottom-57 {
  bottom: 57% !important; }

.right-57 {
  right: 57% !important; }

.left-57 {
  left: 57% !important; }

.text-shadow-57 {
  text-shadow: 1.2px 1.5px 57px rgba(0, 0, 0, 0.5) !important; }

.top-58 {
  top: 58% !important; }

.bottom-58 {
  bottom: 58% !important; }

.right-58 {
  right: 58% !important; }

.left-58 {
  left: 58% !important; }

.text-shadow-58 {
  text-shadow: 1.2px 1.5px 58px rgba(0, 0, 0, 0.5) !important; }

.top-59 {
  top: 59% !important; }

.bottom-59 {
  bottom: 59% !important; }

.right-59 {
  right: 59% !important; }

.left-59 {
  left: 59% !important; }

.text-shadow-59 {
  text-shadow: 1.2px 1.5px 59px rgba(0, 0, 0, 0.5) !important; }

.top-60 {
  top: 60% !important; }

.bottom-60 {
  bottom: 60% !important; }

.right-60 {
  right: 60% !important; }

.left-60 {
  left: 60% !important; }

.text-shadow-60 {
  text-shadow: 1.2px 1.5px 60px rgba(0, 0, 0, 0.5) !important; }

.top-61 {
  top: 61% !important; }

.bottom-61 {
  bottom: 61% !important; }

.right-61 {
  right: 61% !important; }

.left-61 {
  left: 61% !important; }

.text-shadow-61 {
  text-shadow: 1.2px 1.5px 61px rgba(0, 0, 0, 0.5) !important; }

.top-62 {
  top: 62% !important; }

.bottom-62 {
  bottom: 62% !important; }

.right-62 {
  right: 62% !important; }

.left-62 {
  left: 62% !important; }

.text-shadow-62 {
  text-shadow: 1.2px 1.5px 62px rgba(0, 0, 0, 0.5) !important; }

.top-63 {
  top: 63% !important; }

.bottom-63 {
  bottom: 63% !important; }

.right-63 {
  right: 63% !important; }

.left-63 {
  left: 63% !important; }

.text-shadow-63 {
  text-shadow: 1.2px 1.5px 63px rgba(0, 0, 0, 0.5) !important; }

.top-64 {
  top: 64% !important; }

.bottom-64 {
  bottom: 64% !important; }

.right-64 {
  right: 64% !important; }

.left-64 {
  left: 64% !important; }

.text-shadow-64 {
  text-shadow: 1.2px 1.5px 64px rgba(0, 0, 0, 0.5) !important; }

.top-65 {
  top: 65% !important; }

.bottom-65 {
  bottom: 65% !important; }

.right-65 {
  right: 65% !important; }

.left-65 {
  left: 65% !important; }

.text-shadow-65 {
  text-shadow: 1.2px 1.5px 65px rgba(0, 0, 0, 0.5) !important; }

.top-66 {
  top: 66% !important; }

.bottom-66 {
  bottom: 66% !important; }

.right-66 {
  right: 66% !important; }

.left-66 {
  left: 66% !important; }

.text-shadow-66 {
  text-shadow: 1.2px 1.5px 66px rgba(0, 0, 0, 0.5) !important; }

.top-67 {
  top: 67% !important; }

.bottom-67 {
  bottom: 67% !important; }

.right-67 {
  right: 67% !important; }

.left-67 {
  left: 67% !important; }

.text-shadow-67 {
  text-shadow: 1.2px 1.5px 67px rgba(0, 0, 0, 0.5) !important; }

.top-68 {
  top: 68% !important; }

.bottom-68 {
  bottom: 68% !important; }

.right-68 {
  right: 68% !important; }

.left-68 {
  left: 68% !important; }

.text-shadow-68 {
  text-shadow: 1.2px 1.5px 68px rgba(0, 0, 0, 0.5) !important; }

.top-69 {
  top: 69% !important; }

.bottom-69 {
  bottom: 69% !important; }

.right-69 {
  right: 69% !important; }

.left-69 {
  left: 69% !important; }

.text-shadow-69 {
  text-shadow: 1.2px 1.5px 69px rgba(0, 0, 0, 0.5) !important; }

.top-70 {
  top: 70% !important; }

.bottom-70 {
  bottom: 70% !important; }

.right-70 {
  right: 70% !important; }

.left-70 {
  left: 70% !important; }

.text-shadow-70 {
  text-shadow: 1.2px 1.5px 70px rgba(0, 0, 0, 0.5) !important; }

.top-71 {
  top: 71% !important; }

.bottom-71 {
  bottom: 71% !important; }

.right-71 {
  right: 71% !important; }

.left-71 {
  left: 71% !important; }

.text-shadow-71 {
  text-shadow: 1.2px 1.5px 71px rgba(0, 0, 0, 0.5) !important; }

.top-72 {
  top: 72% !important; }

.bottom-72 {
  bottom: 72% !important; }

.right-72 {
  right: 72% !important; }

.left-72 {
  left: 72% !important; }

.text-shadow-72 {
  text-shadow: 1.2px 1.5px 72px rgba(0, 0, 0, 0.5) !important; }

.top-73 {
  top: 73% !important; }

.bottom-73 {
  bottom: 73% !important; }

.right-73 {
  right: 73% !important; }

.left-73 {
  left: 73% !important; }

.text-shadow-73 {
  text-shadow: 1.2px 1.5px 73px rgba(0, 0, 0, 0.5) !important; }

.top-74 {
  top: 74% !important; }

.bottom-74 {
  bottom: 74% !important; }

.right-74 {
  right: 74% !important; }

.left-74 {
  left: 74% !important; }

.text-shadow-74 {
  text-shadow: 1.2px 1.5px 74px rgba(0, 0, 0, 0.5) !important; }

.top-75 {
  top: 75% !important; }

.bottom-75 {
  bottom: 75% !important; }

.right-75 {
  right: 75% !important; }

.left-75 {
  left: 75% !important; }

.text-shadow-75 {
  text-shadow: 1.2px 1.5px 75px rgba(0, 0, 0, 0.5) !important; }

.top-76 {
  top: 76% !important; }

.bottom-76 {
  bottom: 76% !important; }

.right-76 {
  right: 76% !important; }

.left-76 {
  left: 76% !important; }

.text-shadow-76 {
  text-shadow: 1.2px 1.5px 76px rgba(0, 0, 0, 0.5) !important; }

.top-77 {
  top: 77% !important; }

.bottom-77 {
  bottom: 77% !important; }

.right-77 {
  right: 77% !important; }

.left-77 {
  left: 77% !important; }

.text-shadow-77 {
  text-shadow: 1.2px 1.5px 77px rgba(0, 0, 0, 0.5) !important; }

.top-78 {
  top: 78% !important; }

.bottom-78 {
  bottom: 78% !important; }

.right-78 {
  right: 78% !important; }

.left-78 {
  left: 78% !important; }

.text-shadow-78 {
  text-shadow: 1.2px 1.5px 78px rgba(0, 0, 0, 0.5) !important; }

.top-79 {
  top: 79% !important; }

.bottom-79 {
  bottom: 79% !important; }

.right-79 {
  right: 79% !important; }

.left-79 {
  left: 79% !important; }

.text-shadow-79 {
  text-shadow: 1.2px 1.5px 79px rgba(0, 0, 0, 0.5) !important; }

.top-80 {
  top: 80% !important; }

.bottom-80 {
  bottom: 80% !important; }

.right-80 {
  right: 80% !important; }

.left-80 {
  left: 80% !important; }

.text-shadow-80 {
  text-shadow: 1.2px 1.5px 80px rgba(0, 0, 0, 0.5) !important; }

.top-81 {
  top: 81% !important; }

.bottom-81 {
  bottom: 81% !important; }

.right-81 {
  right: 81% !important; }

.left-81 {
  left: 81% !important; }

.text-shadow-81 {
  text-shadow: 1.2px 1.5px 81px rgba(0, 0, 0, 0.5) !important; }

.top-82 {
  top: 82% !important; }

.bottom-82 {
  bottom: 82% !important; }

.right-82 {
  right: 82% !important; }

.left-82 {
  left: 82% !important; }

.text-shadow-82 {
  text-shadow: 1.2px 1.5px 82px rgba(0, 0, 0, 0.5) !important; }

.top-83 {
  top: 83% !important; }

.bottom-83 {
  bottom: 83% !important; }

.right-83 {
  right: 83% !important; }

.left-83 {
  left: 83% !important; }

.text-shadow-83 {
  text-shadow: 1.2px 1.5px 83px rgba(0, 0, 0, 0.5) !important; }

.top-84 {
  top: 84% !important; }

.bottom-84 {
  bottom: 84% !important; }

.right-84 {
  right: 84% !important; }

.left-84 {
  left: 84% !important; }

.text-shadow-84 {
  text-shadow: 1.2px 1.5px 84px rgba(0, 0, 0, 0.5) !important; }

.top-85 {
  top: 85% !important; }

.bottom-85 {
  bottom: 85% !important; }

.right-85 {
  right: 85% !important; }

.left-85 {
  left: 85% !important; }

.text-shadow-85 {
  text-shadow: 1.2px 1.5px 85px rgba(0, 0, 0, 0.5) !important; }

.top-86 {
  top: 86% !important; }

.bottom-86 {
  bottom: 86% !important; }

.right-86 {
  right: 86% !important; }

.left-86 {
  left: 86% !important; }

.text-shadow-86 {
  text-shadow: 1.2px 1.5px 86px rgba(0, 0, 0, 0.5) !important; }

.top-87 {
  top: 87% !important; }

.bottom-87 {
  bottom: 87% !important; }

.right-87 {
  right: 87% !important; }

.left-87 {
  left: 87% !important; }

.text-shadow-87 {
  text-shadow: 1.2px 1.5px 87px rgba(0, 0, 0, 0.5) !important; }

.top-88 {
  top: 88% !important; }

.bottom-88 {
  bottom: 88% !important; }

.right-88 {
  right: 88% !important; }

.left-88 {
  left: 88% !important; }

.text-shadow-88 {
  text-shadow: 1.2px 1.5px 88px rgba(0, 0, 0, 0.5) !important; }

.top-89 {
  top: 89% !important; }

.bottom-89 {
  bottom: 89% !important; }

.right-89 {
  right: 89% !important; }

.left-89 {
  left: 89% !important; }

.text-shadow-89 {
  text-shadow: 1.2px 1.5px 89px rgba(0, 0, 0, 0.5) !important; }

.top-90 {
  top: 90% !important; }

.bottom-90 {
  bottom: 90% !important; }

.right-90 {
  right: 90% !important; }

.left-90 {
  left: 90% !important; }

.text-shadow-90 {
  text-shadow: 1.2px 1.5px 90px rgba(0, 0, 0, 0.5) !important; }

.top-91 {
  top: 91% !important; }

.bottom-91 {
  bottom: 91% !important; }

.right-91 {
  right: 91% !important; }

.left-91 {
  left: 91% !important; }

.text-shadow-91 {
  text-shadow: 1.2px 1.5px 91px rgba(0, 0, 0, 0.5) !important; }

.top-92 {
  top: 92% !important; }

.bottom-92 {
  bottom: 92% !important; }

.right-92 {
  right: 92% !important; }

.left-92 {
  left: 92% !important; }

.text-shadow-92 {
  text-shadow: 1.2px 1.5px 92px rgba(0, 0, 0, 0.5) !important; }

.top-93 {
  top: 93% !important; }

.bottom-93 {
  bottom: 93% !important; }

.right-93 {
  right: 93% !important; }

.left-93 {
  left: 93% !important; }

.text-shadow-93 {
  text-shadow: 1.2px 1.5px 93px rgba(0, 0, 0, 0.5) !important; }

.top-94 {
  top: 94% !important; }

.bottom-94 {
  bottom: 94% !important; }

.right-94 {
  right: 94% !important; }

.left-94 {
  left: 94% !important; }

.text-shadow-94 {
  text-shadow: 1.2px 1.5px 94px rgba(0, 0, 0, 0.5) !important; }

.top-95 {
  top: 95% !important; }

.bottom-95 {
  bottom: 95% !important; }

.right-95 {
  right: 95% !important; }

.left-95 {
  left: 95% !important; }

.text-shadow-95 {
  text-shadow: 1.2px 1.5px 95px rgba(0, 0, 0, 0.5) !important; }

.top-96 {
  top: 96% !important; }

.bottom-96 {
  bottom: 96% !important; }

.right-96 {
  right: 96% !important; }

.left-96 {
  left: 96% !important; }

.text-shadow-96 {
  text-shadow: 1.2px 1.5px 96px rgba(0, 0, 0, 0.5) !important; }

.top-97 {
  top: 97% !important; }

.bottom-97 {
  bottom: 97% !important; }

.right-97 {
  right: 97% !important; }

.left-97 {
  left: 97% !important; }

.text-shadow-97 {
  text-shadow: 1.2px 1.5px 97px rgba(0, 0, 0, 0.5) !important; }

.top-98 {
  top: 98% !important; }

.bottom-98 {
  bottom: 98% !important; }

.right-98 {
  right: 98% !important; }

.left-98 {
  left: 98% !important; }

.text-shadow-98 {
  text-shadow: 1.2px 1.5px 98px rgba(0, 0, 0, 0.5) !important; }

.top-99 {
  top: 99% !important; }

.bottom-99 {
  bottom: 99% !important; }

.right-99 {
  right: 99% !important; }

.left-99 {
  left: 99% !important; }

.text-shadow-99 {
  text-shadow: 1.2px 1.5px 99px rgba(0, 0, 0, 0.5) !important; }

.top-100 {
  top: 100% !important; }

.bottom-100 {
  bottom: 100% !important; }

.right-100 {
  right: 100% !important; }

.left-100 {
  left: 100% !important; }

.text-shadow-100 {
  text-shadow: 1.2px 1.5px 100px rgba(0, 0, 0, 0.5) !important; }

/*
    Height Setup
*/
.ht-1 {
  height: 1rem; }

.wt-1 {
  width: 1rem; }

.ht-2 {
  height: 2rem; }

.wt-2 {
  width: 2rem; }

.ht-3 {
  height: 3rem; }

.wt-3 {
  width: 3rem; }

.ht-4 {
  height: 4rem; }

.wt-4 {
  width: 4rem; }

.ht-5 {
  height: 5rem; }

.wt-5 {
  width: 5rem; }

.ht-6 {
  height: 6rem; }

.wt-6 {
  width: 6rem; }

.ht-7 {
  height: 7rem; }

.wt-7 {
  width: 7rem; }

.ht-8 {
  height: 8rem; }

.wt-8 {
  width: 8rem; }

.ht-9 {
  height: 9rem; }

.wt-9 {
  width: 9rem; }

.ht-10 {
  height: 10rem; }

.wt-10 {
  width: 10rem; }

.ht-11 {
  height: 11rem; }

.wt-11 {
  width: 11rem; }

.ht-12 {
  height: 12rem; }

.wt-12 {
  width: 12rem; }

.ht-13 {
  height: 13rem; }

.wt-13 {
  width: 13rem; }

.ht-14 {
  height: 14rem; }

.wt-14 {
  width: 14rem; }

.ht-15 {
  height: 15rem; }

.wt-15 {
  width: 15rem; }

.ht-16 {
  height: 16rem; }

.wt-16 {
  width: 16rem; }

.ht-17 {
  height: 17rem; }

.wt-17 {
  width: 17rem; }

.ht-18 {
  height: 18rem; }

.wt-18 {
  width: 18rem; }

.ht-19 {
  height: 19rem; }

.wt-19 {
  width: 19rem; }

.ht-20 {
  height: 20rem; }

.wt-20 {
  width: 20rem; }

.ht-21 {
  height: 21rem; }

.wt-21 {
  width: 21rem; }

.ht-22 {
  height: 22rem; }

.wt-22 {
  width: 22rem; }

.ht-23 {
  height: 23rem; }

.wt-23 {
  width: 23rem; }

.ht-24 {
  height: 24rem; }

.wt-24 {
  width: 24rem; }

.ht-25 {
  height: 25rem; }

.wt-25 {
  width: 25rem; }

.ht-26 {
  height: 26rem; }

.wt-26 {
  width: 26rem; }

.ht-27 {
  height: 27rem; }

.wt-27 {
  width: 27rem; }

.ht-28 {
  height: 28rem; }

.wt-28 {
  width: 28rem; }

.ht-29 {
  height: 29rem; }

.wt-29 {
  width: 29rem; }

.ht-30 {
  height: 30rem; }

.wt-30 {
  width: 30rem; }

.ht-31 {
  height: 31rem; }

.wt-31 {
  width: 31rem; }

.ht-32 {
  height: 32rem; }

.wt-32 {
  width: 32rem; }

.ht-33 {
  height: 33rem; }

.wt-33 {
  width: 33rem; }

.ht-34 {
  height: 34rem; }

.wt-34 {
  width: 34rem; }

.ht-35 {
  height: 35rem; }

.wt-35 {
  width: 35rem; }

.ht-36 {
  height: 36rem; }

.wt-36 {
  width: 36rem; }

.ht-37 {
  height: 37rem; }

.wt-37 {
  width: 37rem; }

.ht-38 {
  height: 38rem; }

.wt-38 {
  width: 38rem; }

.ht-39 {
  height: 39rem; }

.wt-39 {
  width: 39rem; }

.ht-40 {
  height: 40rem; }

.wt-40 {
  width: 40rem; }

.ht-41 {
  height: 41rem; }

.wt-41 {
  width: 41rem; }

.ht-42 {
  height: 42rem; }

.wt-42 {
  width: 42rem; }

.ht-43 {
  height: 43rem; }

.wt-43 {
  width: 43rem; }

.ht-44 {
  height: 44rem; }

.wt-44 {
  width: 44rem; }

.ht-45 {
  height: 45rem; }

.wt-45 {
  width: 45rem; }

.ht-46 {
  height: 46rem; }

.wt-46 {
  width: 46rem; }

.ht-47 {
  height: 47rem; }

.wt-47 {
  width: 47rem; }

.ht-48 {
  height: 48rem; }

.wt-48 {
  width: 48rem; }

.ht-49 {
  height: 49rem; }

.wt-49 {
  width: 49rem; }

.ht-50 {
  height: 50rem; }

.wt-50 {
  width: 50rem; }

.ht-51 {
  height: 51rem; }

.wt-51 {
  width: 51rem; }

.ht-52 {
  height: 52rem; }

.wt-52 {
  width: 52rem; }

.ht-53 {
  height: 53rem; }

.wt-53 {
  width: 53rem; }

.ht-54 {
  height: 54rem; }

.wt-54 {
  width: 54rem; }

.ht-55 {
  height: 55rem; }

.wt-55 {
  width: 55rem; }

.ht-56 {
  height: 56rem; }

.wt-56 {
  width: 56rem; }

.ht-57 {
  height: 57rem; }

.wt-57 {
  width: 57rem; }

.ht-58 {
  height: 58rem; }

.wt-58 {
  width: 58rem; }

.ht-59 {
  height: 59rem; }

.wt-59 {
  width: 59rem; }

.ht-60 {
  height: 60rem; }

.wt-60 {
  width: 60rem; }

.ht-61 {
  height: 61rem; }

.wt-61 {
  width: 61rem; }

.ht-62 {
  height: 62rem; }

.wt-62 {
  width: 62rem; }

.ht-63 {
  height: 63rem; }

.wt-63 {
  width: 63rem; }

.ht-64 {
  height: 64rem; }

.wt-64 {
  width: 64rem; }

.ht-65 {
  height: 65rem; }

.wt-65 {
  width: 65rem; }

.ht-66 {
  height: 66rem; }

.wt-66 {
  width: 66rem; }

.ht-67 {
  height: 67rem; }

.wt-67 {
  width: 67rem; }

.ht-68 {
  height: 68rem; }

.wt-68 {
  width: 68rem; }

.ht-69 {
  height: 69rem; }

.wt-69 {
  width: 69rem; }

.ht-70 {
  height: 70rem; }

.wt-70 {
  width: 70rem; }

.ht-71 {
  height: 71rem; }

.wt-71 {
  width: 71rem; }

.ht-72 {
  height: 72rem; }

.wt-72 {
  width: 72rem; }

.ht-73 {
  height: 73rem; }

.wt-73 {
  width: 73rem; }

.ht-74 {
  height: 74rem; }

.wt-74 {
  width: 74rem; }

.ht-75 {
  height: 75rem; }

.wt-75 {
  width: 75rem; }

.ht-76 {
  height: 76rem; }

.wt-76 {
  width: 76rem; }

.ht-77 {
  height: 77rem; }

.wt-77 {
  width: 77rem; }

.ht-78 {
  height: 78rem; }

.wt-78 {
  width: 78rem; }

.ht-79 {
  height: 79rem; }

.wt-79 {
  width: 79rem; }

.ht-80 {
  height: 80rem; }

.wt-80 {
  width: 80rem; }

.ht-81 {
  height: 81rem; }

.wt-81 {
  width: 81rem; }

.ht-82 {
  height: 82rem; }

.wt-82 {
  width: 82rem; }

.ht-83 {
  height: 83rem; }

.wt-83 {
  width: 83rem; }

.ht-84 {
  height: 84rem; }

.wt-84 {
  width: 84rem; }

.ht-85 {
  height: 85rem; }

.wt-85 {
  width: 85rem; }

.ht-86 {
  height: 86rem; }

.wt-86 {
  width: 86rem; }

.ht-87 {
  height: 87rem; }

.wt-87 {
  width: 87rem; }

.ht-88 {
  height: 88rem; }

.wt-88 {
  width: 88rem; }

.ht-89 {
  height: 89rem; }

.wt-89 {
  width: 89rem; }

.ht-90 {
  height: 90rem; }

.wt-90 {
  width: 90rem; }

.ht-91 {
  height: 91rem; }

.wt-91 {
  width: 91rem; }

.ht-92 {
  height: 92rem; }

.wt-92 {
  width: 92rem; }

.ht-93 {
  height: 93rem; }

.wt-93 {
  width: 93rem; }

.ht-94 {
  height: 94rem; }

.wt-94 {
  width: 94rem; }

.ht-95 {
  height: 95rem; }

.wt-95 {
  width: 95rem; }

.ht-96 {
  height: 96rem; }

.wt-96 {
  width: 96rem; }

.ht-97 {
  height: 97rem; }

.wt-97 {
  width: 97rem; }

.ht-98 {
  height: 98rem; }

.wt-98 {
  width: 98rem; }

.ht-99 {
  height: 99rem; }

.wt-99 {
  width: 99rem; }

.ht-100 {
  height: 100rem; }

.wt-100 {
  width: 100rem; }

/*
    Height Custom Setup
*/
.ht-c-1 {
  height: 0.5rem; }

.wt-c-1 {
  width: 0.5rem; }

.ht-c-2 {
  height: 1rem; }

.wt-c-2 {
  width: 1rem; }

.ht-c-3 {
  height: 1.5rem; }

.wt-c-3 {
  width: 1.5rem; }

.ht-c-4 {
  height: 2rem; }

.wt-c-4 {
  width: 2rem; }

.ht-c-5 {
  height: 2.5rem; }

.wt-c-5 {
  width: 2.5rem; }

.ht-c-6 {
  height: 3rem; }

.wt-c-6 {
  width: 3rem; }

.ht-c-7 {
  height: 3.5rem; }

.wt-c-7 {
  width: 3.5rem; }

.ht-c-8 {
  height: 4rem; }

.wt-c-8 {
  width: 4rem; }

.ht-c-9 {
  height: 4.5rem; }

.wt-c-9 {
  width: 4.5rem; }

.ht-c-10 {
  height: 5rem; }

.wt-c-10 {
  width: 5rem; }

.ht-c-11 {
  height: 5.5rem; }

.wt-c-11 {
  width: 5.5rem; }

.ht-c-12 {
  height: 6rem; }

.wt-c-12 {
  width: 6rem; }

.ht-c-13 {
  height: 6.5rem; }

.wt-c-13 {
  width: 6.5rem; }

.ht-c-14 {
  height: 7rem; }

.wt-c-14 {
  width: 7rem; }

.ht-c-15 {
  height: 7.5rem; }

.wt-c-15 {
  width: 7.5rem; }

.ht-c-16 {
  height: 8rem; }

.wt-c-16 {
  width: 8rem; }

.ht-c-17 {
  height: 8.5rem; }

.wt-c-17 {
  width: 8.5rem; }

.ht-c-18 {
  height: 9rem; }

.wt-c-18 {
  width: 9rem; }

.ht-c-19 {
  height: 9.5rem; }

.wt-c-19 {
  width: 9.5rem; }

.ht-c-20 {
  height: 10rem; }

.wt-c-20 {
  width: 10rem; }

.ht-c-21 {
  height: 10.5rem; }

.wt-c-21 {
  width: 10.5rem; }

.ht-c-22 {
  height: 11rem; }

.wt-c-22 {
  width: 11rem; }

.ht-c-23 {
  height: 11.5rem; }

.wt-c-23 {
  width: 11.5rem; }

.ht-c-24 {
  height: 12rem; }

.wt-c-24 {
  width: 12rem; }

.ht-c-25 {
  height: 12.5rem; }

.wt-c-25 {
  width: 12.5rem; }

.ht-c-26 {
  height: 13rem; }

.wt-c-26 {
  width: 13rem; }

.ht-c-27 {
  height: 13.5rem; }

.wt-c-27 {
  width: 13.5rem; }

.ht-c-28 {
  height: 14rem; }

.wt-c-28 {
  width: 14rem; }

.ht-c-29 {
  height: 14.5rem; }

.wt-c-29 {
  width: 14.5rem; }

.ht-c-30 {
  height: 15rem; }

.wt-c-30 {
  width: 15rem; }

.ht-c-31 {
  height: 15.5rem; }

.wt-c-31 {
  width: 15.5rem; }

.ht-c-32 {
  height: 16rem; }

.wt-c-32 {
  width: 16rem; }

.ht-c-33 {
  height: 16.5rem; }

.wt-c-33 {
  width: 16.5rem; }

.ht-c-34 {
  height: 17rem; }

.wt-c-34 {
  width: 17rem; }

.ht-c-35 {
  height: 17.5rem; }

.wt-c-35 {
  width: 17.5rem; }

.ht-c-36 {
  height: 18rem; }

.wt-c-36 {
  width: 18rem; }

.ht-c-37 {
  height: 18.5rem; }

.wt-c-37 {
  width: 18.5rem; }

.ht-c-38 {
  height: 19rem; }

.wt-c-38 {
  width: 19rem; }

.ht-c-39 {
  height: 19.5rem; }

.wt-c-39 {
  width: 19.5rem; }

.ht-c-40 {
  height: 20rem; }

.wt-c-40 {
  width: 20rem; }

.ht-c-41 {
  height: 20.5rem; }

.wt-c-41 {
  width: 20.5rem; }

.ht-c-42 {
  height: 21rem; }

.wt-c-42 {
  width: 21rem; }

.ht-c-43 {
  height: 21.5rem; }

.wt-c-43 {
  width: 21.5rem; }

.ht-c-44 {
  height: 22rem; }

.wt-c-44 {
  width: 22rem; }

.ht-c-45 {
  height: 22.5rem; }

.wt-c-45 {
  width: 22.5rem; }

.ht-c-46 {
  height: 23rem; }

.wt-c-46 {
  width: 23rem; }

.ht-c-47 {
  height: 23.5rem; }

.wt-c-47 {
  width: 23.5rem; }

.ht-c-48 {
  height: 24rem; }

.wt-c-48 {
  width: 24rem; }

.ht-c-49 {
  height: 24.5rem; }

.wt-c-49 {
  width: 24.5rem; }

.ht-c-50 {
  height: 25rem; }

.wt-c-50 {
  width: 25rem; }

.ht-c-51 {
  height: 25.5rem; }

.wt-c-51 {
  width: 25.5rem; }

.ht-c-52 {
  height: 26rem; }

.wt-c-52 {
  width: 26rem; }

.ht-c-53 {
  height: 26.5rem; }

.wt-c-53 {
  width: 26.5rem; }

.ht-c-54 {
  height: 27rem; }

.wt-c-54 {
  width: 27rem; }

.ht-c-55 {
  height: 27.5rem; }

.wt-c-55 {
  width: 27.5rem; }

.ht-c-56 {
  height: 28rem; }

.wt-c-56 {
  width: 28rem; }

.ht-c-57 {
  height: 28.5rem; }

.wt-c-57 {
  width: 28.5rem; }

.ht-c-58 {
  height: 29rem; }

.wt-c-58 {
  width: 29rem; }

.ht-c-59 {
  height: 29.5rem; }

.wt-c-59 {
  width: 29.5rem; }

.ht-c-60 {
  height: 30rem; }

.wt-c-60 {
  width: 30rem; }

.ht-c-61 {
  height: 30.5rem; }

.wt-c-61 {
  width: 30.5rem; }

.ht-c-62 {
  height: 31rem; }

.wt-c-62 {
  width: 31rem; }

.ht-c-63 {
  height: 31.5rem; }

.wt-c-63 {
  width: 31.5rem; }

.ht-c-64 {
  height: 32rem; }

.wt-c-64 {
  width: 32rem; }

.ht-c-65 {
  height: 32.5rem; }

.wt-c-65 {
  width: 32.5rem; }

.ht-c-66 {
  height: 33rem; }

.wt-c-66 {
  width: 33rem; }

.ht-c-67 {
  height: 33.5rem; }

.wt-c-67 {
  width: 33.5rem; }

.ht-c-68 {
  height: 34rem; }

.wt-c-68 {
  width: 34rem; }

.ht-c-69 {
  height: 34.5rem; }

.wt-c-69 {
  width: 34.5rem; }

.ht-c-70 {
  height: 35rem; }

.wt-c-70 {
  width: 35rem; }

.ht-c-71 {
  height: 35.5rem; }

.wt-c-71 {
  width: 35.5rem; }

.ht-c-72 {
  height: 36rem; }

.wt-c-72 {
  width: 36rem; }

.ht-c-73 {
  height: 36.5rem; }

.wt-c-73 {
  width: 36.5rem; }

.ht-c-74 {
  height: 37rem; }

.wt-c-74 {
  width: 37rem; }

.ht-c-75 {
  height: 37.5rem; }

.wt-c-75 {
  width: 37.5rem; }

.ht-c-76 {
  height: 38rem; }

.wt-c-76 {
  width: 38rem; }

.ht-c-77 {
  height: 38.5rem; }

.wt-c-77 {
  width: 38.5rem; }

.ht-c-78 {
  height: 39rem; }

.wt-c-78 {
  width: 39rem; }

.ht-c-79 {
  height: 39.5rem; }

.wt-c-79 {
  width: 39.5rem; }

.ht-c-80 {
  height: 40rem; }

.wt-c-80 {
  width: 40rem; }

.ht-c-81 {
  height: 40.5rem; }

.wt-c-81 {
  width: 40.5rem; }

.ht-c-82 {
  height: 41rem; }

.wt-c-82 {
  width: 41rem; }

.ht-c-83 {
  height: 41.5rem; }

.wt-c-83 {
  width: 41.5rem; }

.ht-c-84 {
  height: 42rem; }

.wt-c-84 {
  width: 42rem; }

.ht-c-85 {
  height: 42.5rem; }

.wt-c-85 {
  width: 42.5rem; }

.ht-c-86 {
  height: 43rem; }

.wt-c-86 {
  width: 43rem; }

.ht-c-87 {
  height: 43.5rem; }

.wt-c-87 {
  width: 43.5rem; }

.ht-c-88 {
  height: 44rem; }

.wt-c-88 {
  width: 44rem; }

.ht-c-89 {
  height: 44.5rem; }

.wt-c-89 {
  width: 44.5rem; }

.ht-c-90 {
  height: 45rem; }

.wt-c-90 {
  width: 45rem; }

.ht-c-91 {
  height: 45.5rem; }

.wt-c-91 {
  width: 45.5rem; }

.ht-c-92 {
  height: 46rem; }

.wt-c-92 {
  width: 46rem; }

.ht-c-93 {
  height: 46.5rem; }

.wt-c-93 {
  width: 46.5rem; }

.ht-c-94 {
  height: 47rem; }

.wt-c-94 {
  width: 47rem; }

.ht-c-95 {
  height: 47.5rem; }

.wt-c-95 {
  width: 47.5rem; }

.ht-c-96 {
  height: 48rem; }

.wt-c-96 {
  width: 48rem; }

.ht-c-97 {
  height: 48.5rem; }

.wt-c-97 {
  width: 48.5rem; }

.ht-c-98 {
  height: 49rem; }

.wt-c-98 {
  width: 49rem; }

.ht-c-99 {
  height: 49.5rem; }

.wt-c-99 {
  width: 49.5rem; }

.ht-c-100 {
  height: 50rem; }

.wt-c-100 {
  width: 50rem; }

.ht-c-101 {
  height: 50.5rem; }

.wt-c-101 {
  width: 50.5rem; }

.ht-c-102 {
  height: 51rem; }

.wt-c-102 {
  width: 51rem; }

.ht-c-103 {
  height: 51.5rem; }

.wt-c-103 {
  width: 51.5rem; }

.ht-c-104 {
  height: 52rem; }

.wt-c-104 {
  width: 52rem; }

.ht-c-105 {
  height: 52.5rem; }

.wt-c-105 {
  width: 52.5rem; }

.ht-c-106 {
  height: 53rem; }

.wt-c-106 {
  width: 53rem; }

.ht-c-107 {
  height: 53.5rem; }

.wt-c-107 {
  width: 53.5rem; }

.ht-c-108 {
  height: 54rem; }

.wt-c-108 {
  width: 54rem; }

.ht-c-109 {
  height: 54.5rem; }

.wt-c-109 {
  width: 54.5rem; }

.ht-c-110 {
  height: 55rem; }

.wt-c-110 {
  width: 55rem; }

.ht-c-111 {
  height: 55.5rem; }

.wt-c-111 {
  width: 55.5rem; }

.ht-c-112 {
  height: 56rem; }

.wt-c-112 {
  width: 56rem; }

.ht-c-113 {
  height: 56.5rem; }

.wt-c-113 {
  width: 56.5rem; }

.ht-c-114 {
  height: 57rem; }

.wt-c-114 {
  width: 57rem; }

.ht-c-115 {
  height: 57.5rem; }

.wt-c-115 {
  width: 57.5rem; }

.ht-c-116 {
  height: 58rem; }

.wt-c-116 {
  width: 58rem; }

.ht-c-117 {
  height: 58.5rem; }

.wt-c-117 {
  width: 58.5rem; }

.ht-c-118 {
  height: 59rem; }

.wt-c-118 {
  width: 59rem; }

.ht-c-119 {
  height: 59.5rem; }

.wt-c-119 {
  width: 59.5rem; }

.ht-c-120 {
  height: 60rem; }

.wt-c-120 {
  width: 60rem; }

.ht-c-121 {
  height: 60.5rem; }

.wt-c-121 {
  width: 60.5rem; }

.ht-c-122 {
  height: 61rem; }

.wt-c-122 {
  width: 61rem; }

.ht-c-123 {
  height: 61.5rem; }

.wt-c-123 {
  width: 61.5rem; }

.ht-c-124 {
  height: 62rem; }

.wt-c-124 {
  width: 62rem; }

.ht-c-125 {
  height: 62.5rem; }

.wt-c-125 {
  width: 62.5rem; }

.ht-c-126 {
  height: 63rem; }

.wt-c-126 {
  width: 63rem; }

.ht-c-127 {
  height: 63.5rem; }

.wt-c-127 {
  width: 63.5rem; }

.ht-c-128 {
  height: 64rem; }

.wt-c-128 {
  width: 64rem; }

.ht-c-129 {
  height: 64.5rem; }

.wt-c-129 {
  width: 64.5rem; }

.ht-c-130 {
  height: 65rem; }

.wt-c-130 {
  width: 65rem; }

.ht-c-131 {
  height: 65.5rem; }

.wt-c-131 {
  width: 65.5rem; }

.ht-c-132 {
  height: 66rem; }

.wt-c-132 {
  width: 66rem; }

.ht-c-133 {
  height: 66.5rem; }

.wt-c-133 {
  width: 66.5rem; }

.ht-c-134 {
  height: 67rem; }

.wt-c-134 {
  width: 67rem; }

.ht-c-135 {
  height: 67.5rem; }

.wt-c-135 {
  width: 67.5rem; }

.ht-c-136 {
  height: 68rem; }

.wt-c-136 {
  width: 68rem; }

.ht-c-137 {
  height: 68.5rem; }

.wt-c-137 {
  width: 68.5rem; }

.ht-c-138 {
  height: 69rem; }

.wt-c-138 {
  width: 69rem; }

.ht-c-139 {
  height: 69.5rem; }

.wt-c-139 {
  width: 69.5rem; }

.ht-c-140 {
  height: 70rem; }

.wt-c-140 {
  width: 70rem; }

.ht-c-141 {
  height: 70.5rem; }

.wt-c-141 {
  width: 70.5rem; }

.ht-c-142 {
  height: 71rem; }

.wt-c-142 {
  width: 71rem; }

.ht-c-143 {
  height: 71.5rem; }

.wt-c-143 {
  width: 71.5rem; }

.ht-c-144 {
  height: 72rem; }

.wt-c-144 {
  width: 72rem; }

.ht-c-145 {
  height: 72.5rem; }

.wt-c-145 {
  width: 72.5rem; }

.ht-c-146 {
  height: 73rem; }

.wt-c-146 {
  width: 73rem; }

.ht-c-147 {
  height: 73.5rem; }

.wt-c-147 {
  width: 73.5rem; }

.ht-c-148 {
  height: 74rem; }

.wt-c-148 {
  width: 74rem; }

.ht-c-149 {
  height: 74.5rem; }

.wt-c-149 {
  width: 74.5rem; }

.ht-c-150 {
  height: 75rem; }

.wt-c-150 {
  width: 75rem; }

.ht-c-151 {
  height: 75.5rem; }

.wt-c-151 {
  width: 75.5rem; }

.ht-c-152 {
  height: 76rem; }

.wt-c-152 {
  width: 76rem; }

.ht-c-153 {
  height: 76.5rem; }

.wt-c-153 {
  width: 76.5rem; }

.ht-c-154 {
  height: 77rem; }

.wt-c-154 {
  width: 77rem; }

.ht-c-155 {
  height: 77.5rem; }

.wt-c-155 {
  width: 77.5rem; }

.ht-c-156 {
  height: 78rem; }

.wt-c-156 {
  width: 78rem; }

.ht-c-157 {
  height: 78.5rem; }

.wt-c-157 {
  width: 78.5rem; }

.ht-c-158 {
  height: 79rem; }

.wt-c-158 {
  width: 79rem; }

.ht-c-159 {
  height: 79.5rem; }

.wt-c-159 {
  width: 79.5rem; }

.ht-c-160 {
  height: 80rem; }

.wt-c-160 {
  width: 80rem; }

.ht-c-161 {
  height: 80.5rem; }

.wt-c-161 {
  width: 80.5rem; }

.ht-c-162 {
  height: 81rem; }

.wt-c-162 {
  width: 81rem; }

.ht-c-163 {
  height: 81.5rem; }

.wt-c-163 {
  width: 81.5rem; }

.ht-c-164 {
  height: 82rem; }

.wt-c-164 {
  width: 82rem; }

.ht-c-165 {
  height: 82.5rem; }

.wt-c-165 {
  width: 82.5rem; }

.ht-c-166 {
  height: 83rem; }

.wt-c-166 {
  width: 83rem; }

.ht-c-167 {
  height: 83.5rem; }

.wt-c-167 {
  width: 83.5rem; }

.ht-c-168 {
  height: 84rem; }

.wt-c-168 {
  width: 84rem; }

.ht-c-169 {
  height: 84.5rem; }

.wt-c-169 {
  width: 84.5rem; }

.ht-c-170 {
  height: 85rem; }

.wt-c-170 {
  width: 85rem; }

.ht-c-171 {
  height: 85.5rem; }

.wt-c-171 {
  width: 85.5rem; }

.ht-c-172 {
  height: 86rem; }

.wt-c-172 {
  width: 86rem; }

.ht-c-173 {
  height: 86.5rem; }

.wt-c-173 {
  width: 86.5rem; }

.ht-c-174 {
  height: 87rem; }

.wt-c-174 {
  width: 87rem; }

.ht-c-175 {
  height: 87.5rem; }

.wt-c-175 {
  width: 87.5rem; }

.ht-c-176 {
  height: 88rem; }

.wt-c-176 {
  width: 88rem; }

.ht-c-177 {
  height: 88.5rem; }

.wt-c-177 {
  width: 88.5rem; }

.ht-c-178 {
  height: 89rem; }

.wt-c-178 {
  width: 89rem; }

.ht-c-179 {
  height: 89.5rem; }

.wt-c-179 {
  width: 89.5rem; }

.ht-c-180 {
  height: 90rem; }

.wt-c-180 {
  width: 90rem; }

.ht-c-181 {
  height: 90.5rem; }

.wt-c-181 {
  width: 90.5rem; }

.ht-c-182 {
  height: 91rem; }

.wt-c-182 {
  width: 91rem; }

.ht-c-183 {
  height: 91.5rem; }

.wt-c-183 {
  width: 91.5rem; }

.ht-c-184 {
  height: 92rem; }

.wt-c-184 {
  width: 92rem; }

.ht-c-185 {
  height: 92.5rem; }

.wt-c-185 {
  width: 92.5rem; }

.ht-c-186 {
  height: 93rem; }

.wt-c-186 {
  width: 93rem; }

.ht-c-187 {
  height: 93.5rem; }

.wt-c-187 {
  width: 93.5rem; }

.ht-c-188 {
  height: 94rem; }

.wt-c-188 {
  width: 94rem; }

.ht-c-189 {
  height: 94.5rem; }

.wt-c-189 {
  width: 94.5rem; }

.ht-c-190 {
  height: 95rem; }

.wt-c-190 {
  width: 95rem; }

.ht-c-191 {
  height: 95.5rem; }

.wt-c-191 {
  width: 95.5rem; }

.ht-c-192 {
  height: 96rem; }

.wt-c-192 {
  width: 96rem; }

.ht-c-193 {
  height: 96.5rem; }

.wt-c-193 {
  width: 96.5rem; }

.ht-c-194 {
  height: 97rem; }

.wt-c-194 {
  width: 97rem; }

.ht-c-195 {
  height: 97.5rem; }

.wt-c-195 {
  width: 97.5rem; }

.ht-c-196 {
  height: 98rem; }

.wt-c-196 {
  width: 98rem; }

.ht-c-197 {
  height: 98.5rem; }

.wt-c-197 {
  width: 98.5rem; }

.ht-c-198 {
  height: 99rem; }

.wt-c-198 {
  width: 99rem; }

.ht-c-199 {
  height: 99.5rem; }

.wt-c-199 {
  width: 99.5rem; }

.ht-c-200 {
  height: 100rem; }

.wt-c-200 {
  width: 100rem; }

#loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  cursor: pointer; }

.main-nav-item.visible {
  display: block; }

.main-nav-item.hidden {
  display: none; }

.main-menu.hidden {
  display: none; }

.main-menu.visible {
  display: block; }

.info.hidden {
  display: none !important; }

.info.visible {
  display: block !important; }

.alert-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000; }
