/* Colors */
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

a,
button,
input {
  box-shadow: none;
  border: 0;
  outline: none;
  background-color: transparent;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: inherit;
  border: 0;
  outline: none;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 600;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none !important;
}

@media (max-width: 768px) {
  .xs\:hidden {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sm\:hidden {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:hidden {
    display: none !important;
  }
}
@media (max-width: 970px) {
  .smb\:hidden {
    display: none !important;
  }
}
@media (min-width: 971px) {
  .md\:hidden {
    display: none !important;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:hidden {
    display: none !important;
  }
}
@media (max-width: 1289px) {
  .mdb\:hidden {
    display: none !important;
  }
}
@media (min-width: 1290px) {
  .lg\:hidden {
    display: none !important;
  }
}
.display-block {
  display: block !important;
}

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

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

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

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

.display-grid {
  display: grid !important;
}

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

@media (max-width: 768px) {
  .xs\:display-block {
    display: block !important;
  }
  .xs\:display-inline-block {
    display: inline-block !important;
  }
  .xs\:display-inline {
    display: inline !important;
  }
  .xs\:display-flex {
    display: flex !important;
  }
  .xs\:display-inline-flex {
    display: inline-flex !important;
  }
  .xs\:display-grid {
    display: grid !important;
  }
  .xs\:display-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 769px) {
  .sm\:display-block {
    display: block !important;
  }
  .sm\:display-inline-block {
    display: inline-block !important;
  }
  .sm\:display-inline {
    display: inline !important;
  }
  .sm\:display-flex {
    display: flex !important;
  }
  .sm\:display-inline-flex {
    display: inline-flex !important;
  }
  .sm\:display-grid {
    display: grid !important;
  }
  .sm\:display-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:display-block {
    display: block !important;
  }
  .smo\:display-inline-block {
    display: inline-block !important;
  }
  .smo\:display-inline {
    display: inline !important;
  }
  .smo\:display-flex {
    display: flex !important;
  }
  .smo\:display-inline-flex {
    display: inline-flex !important;
  }
  .smo\:display-grid {
    display: grid !important;
  }
  .smo\:display-inline-grid {
    display: inline-grid !important;
  }
}
@media (max-width: 970px) {
  .smb\:display-block {
    display: block !important;
  }
  .smb\:display-inline-block {
    display: inline-block !important;
  }
  .smb\:display-inline {
    display: inline !important;
  }
  .smb\:display-flex {
    display: flex !important;
  }
  .smb\:display-inline-flex {
    display: inline-flex !important;
  }
  .smb\:display-grid {
    display: grid !important;
  }
  .smb\:display-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 971px) {
  .md\:display-block {
    display: block !important;
  }
  .md\:display-inline-block {
    display: inline-block !important;
  }
  .md\:display-inline {
    display: inline !important;
  }
  .md\:display-flex {
    display: flex !important;
  }
  .md\:display-inline-flex {
    display: inline-flex !important;
  }
  .md\:display-grid {
    display: grid !important;
  }
  .md\:display-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:display-block {
    display: block !important;
  }
  .mdo\:display-inline-block {
    display: inline-block !important;
  }
  .mdo\:display-inline {
    display: inline !important;
  }
  .mdo\:display-flex {
    display: flex !important;
  }
  .mdo\:display-inline-flex {
    display: inline-flex !important;
  }
  .mdo\:display-grid {
    display: grid !important;
  }
  .mdo\:display-inline-grid {
    display: inline-grid !important;
  }
}
@media (max-width: 1289px) {
  .mdb\:display-block {
    display: block !important;
  }
  .mdb\:display-inline-block {
    display: inline-block !important;
  }
  .mdb\:display-inline {
    display: inline !important;
  }
  .mdb\:display-flex {
    display: flex !important;
  }
  .mdb\:display-inline-flex {
    display: inline-flex !important;
  }
  .mdb\:display-grid {
    display: grid !important;
  }
  .mdb\:display-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 1290px) {
  .lg\:display-block {
    display: block !important;
  }
  .lg\:display-inline-block {
    display: inline-block !important;
  }
  .lg\:display-inline {
    display: inline !important;
  }
  .lg\:display-flex {
    display: flex !important;
  }
  .lg\:display-inline-flex {
    display: inline-flex !important;
  }
  .lg\:display-grid {
    display: grid !important;
  }
  .lg\:display-inline-grid {
    display: inline-grid !important;
  }
}
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
  top: 30px;
}

.fixed {
  position: fixed;
}

.xs\:absolute {
  position: absolute;
}

.xs\:relative {
  position: relative;
}

.xs\:sticky {
  position: sticky;
  top: 30px;
}

.xs\:fixed {
  position: fixed;
}

.sm\:absolute {
  position: absolute;
}

.sm\:relative {
  position: relative;
}

.sm\:sticky {
  position: sticky;
  top: 30px;
}

.sm\:fixed {
  position: fixed;
}

.smo\:absolute {
  position: absolute;
}

.smo\:relative {
  position: relative;
}

.smo\:sticky {
  position: sticky;
  top: 30px;
}

.smo\:fixed {
  position: fixed;
}

.smb\:absolute {
  position: absolute;
}

.smb\:relative {
  position: relative;
}

.smb\:sticky {
  position: sticky;
  top: 30px;
}

.smb\:fixed {
  position: fixed;
}

.md\:absolute {
  position: absolute;
}

.md\:relative {
  position: relative;
}

.md\:sticky {
  position: sticky;
  top: 30px;
}

.md\:fixed {
  position: fixed;
}

.mdo\:absolute {
  position: absolute;
}

.mdo\:relative {
  position: relative;
}

.mdo\:sticky {
  position: sticky;
  top: 30px;
}

.mdo\:fixed {
  position: fixed;
}

.mdb\:absolute {
  position: absolute;
}

.mdb\:relative {
  position: relative;
}

.mdb\:sticky {
  position: sticky;
  top: 30px;
}

.mdb\:fixed {
  position: fixed;
}

.lg\:absolute {
  position: absolute;
}

.lg\:relative {
  position: relative;
}

.lg\:sticky {
  position: sticky;
  top: 30px;
}

.lg\:fixed {
  position: fixed;
}

@media (max-width: 768px) {
  .xs\:scroll-x {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .xs\:scroll-x::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .xs\:scroll-x::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .xs\:scroll-x::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .xs\:scroll-x > * {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .xs\:scroll-x::-webkit-scrollbar {
    display: none;
  }
  .xs\:scroll-y {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .xs\:scroll-y::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .xs\:scroll-y::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .xs\:scroll-y::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .xs\:scroll-y::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 769px) {
  .sm\:scroll-x {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .sm\:scroll-x::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .sm\:scroll-x::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .sm\:scroll-x::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .sm\:scroll-x > * {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .sm\:scroll-x::-webkit-scrollbar {
    display: none;
  }
  .sm\:scroll-y {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .sm\:scroll-y::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .sm\:scroll-y::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .sm\:scroll-y::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .sm\:scroll-y::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:scroll-x {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .smo\:scroll-x::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .smo\:scroll-x::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .smo\:scroll-x::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .smo\:scroll-x > * {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .smo\:scroll-x::-webkit-scrollbar {
    display: none;
  }
  .smo\:scroll-y {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .smo\:scroll-y::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .smo\:scroll-y::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .smo\:scroll-y::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .smo\:scroll-y::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 970px) {
  .smb\:scroll-x {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .smb\:scroll-x::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .smb\:scroll-x::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .smb\:scroll-x::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .smb\:scroll-x > * {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .smb\:scroll-x::-webkit-scrollbar {
    display: none;
  }
  .smb\:scroll-y {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .smb\:scroll-y::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .smb\:scroll-y::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .smb\:scroll-y::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .smb\:scroll-y::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 971px) {
  .md\:scroll-x {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .md\:scroll-x::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .md\:scroll-x::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .md\:scroll-x::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .md\:scroll-x > * {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .md\:scroll-x::-webkit-scrollbar {
    display: none;
  }
  .md\:scroll-y {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .md\:scroll-y::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .md\:scroll-y::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .md\:scroll-y::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .md\:scroll-y::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:scroll-x {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .mdo\:scroll-x::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .mdo\:scroll-x::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .mdo\:scroll-x::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .mdo\:scroll-x > * {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .mdo\:scroll-x::-webkit-scrollbar {
    display: none;
  }
  .mdo\:scroll-y {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .mdo\:scroll-y::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .mdo\:scroll-y::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .mdo\:scroll-y::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .mdo\:scroll-y::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1289px) {
  .mdb\:scroll-x {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .mdb\:scroll-x::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .mdb\:scroll-x::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .mdb\:scroll-x::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .mdb\:scroll-x > * {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .mdb\:scroll-x::-webkit-scrollbar {
    display: none;
  }
  .mdb\:scroll-y {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .mdb\:scroll-y::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .mdb\:scroll-y::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .mdb\:scroll-y::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .mdb\:scroll-y::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1290px) {
  .lg\:scroll-x {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .lg\:scroll-x::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .lg\:scroll-x::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .lg\:scroll-x::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .lg\:scroll-x > * {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .lg\:scroll-x::-webkit-scrollbar {
    display: none;
  }
  .lg\:scroll-y {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .lg\:scroll-y::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .lg\:scroll-y::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
  }
  .lg\:scroll-y::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .lg\:scroll-y::-webkit-scrollbar {
    display: none;
  }
}
.flex-row {
  display: flex;
  flex-direction: row !important;
}

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

@media (max-width: 768px) {
  .xs\:flex-row {
    display: flex;
    flex-direction: row !important;
  }
  .xs\:flex-col {
    display: flex;
    flex-direction: column !important;
  }
}
@media (min-width: 769px) {
  .sm\:flex-row {
    display: flex;
    flex-direction: row !important;
  }
  .sm\:flex-col {
    display: flex;
    flex-direction: column !important;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:flex-row {
    display: flex;
    flex-direction: row !important;
  }
  .smo\:flex-col {
    display: flex;
    flex-direction: column !important;
  }
}
@media (max-width: 970px) {
  .smb\:flex-row {
    display: flex;
    flex-direction: row !important;
  }
  .smb\:flex-col {
    display: flex;
    flex-direction: column !important;
  }
}
@media (min-width: 971px) {
  .md\:flex-row {
    display: flex;
    flex-direction: row !important;
  }
  .md\:flex-col {
    display: flex;
    flex-direction: column !important;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:flex-row {
    display: flex;
    flex-direction: row !important;
  }
  .mdo\:flex-col {
    display: flex;
    flex-direction: column !important;
  }
}
@media (max-width: 1289px) {
  .mdb\:flex-row {
    display: flex;
    flex-direction: row !important;
  }
  .mdb\:flex-col {
    display: flex;
    flex-direction: column !important;
  }
}
@media (min-width: 1290px) {
  .lg\:flex-row {
    display: flex;
    flex-direction: row !important;
  }
  .lg\:flex-col {
    display: flex;
    flex-direction: column !important;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}

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

@media (max-width: 768px) {
  .xs\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .xs\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 769px) {
  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .smo\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 970px) {
  .smb\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .smb\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 971px) {
  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .mdo\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 1289px) {
  .mdb\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .mdb\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1290px) {
  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
.justify-start {
  justify-content: flex-start !important;
}

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

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

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

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

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

@media (max-width: 768px) {
  .xs\:justify-start {
    justify-content: flex-start !important;
  }
  .xs\:justify-end {
    justify-content: flex-end !important;
  }
  .xs\:justify-center {
    justify-content: center !important;
  }
  .xs\:justify-between {
    justify-content: space-between !important;
  }
  .xs\:justify-around {
    justify-content: space-around !important;
  }
  .xs\:justify-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 769px) {
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-center {
    justify-content: center !important;
  }
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  .sm\:justify-around {
    justify-content: space-around !important;
  }
  .sm\:justify-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:justify-start {
    justify-content: flex-start !important;
  }
  .smo\:justify-end {
    justify-content: flex-end !important;
  }
  .smo\:justify-center {
    justify-content: center !important;
  }
  .smo\:justify-between {
    justify-content: space-between !important;
  }
  .smo\:justify-around {
    justify-content: space-around !important;
  }
  .smo\:justify-evenly {
    justify-content: space-evenly !important;
  }
}
@media (max-width: 970px) {
  .smb\:justify-start {
    justify-content: flex-start !important;
  }
  .smb\:justify-end {
    justify-content: flex-end !important;
  }
  .smb\:justify-center {
    justify-content: center !important;
  }
  .smb\:justify-between {
    justify-content: space-between !important;
  }
  .smb\:justify-around {
    justify-content: space-around !important;
  }
  .smb\:justify-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 971px) {
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:justify-around {
    justify-content: space-around !important;
  }
  .md\:justify-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:justify-start {
    justify-content: flex-start !important;
  }
  .mdo\:justify-end {
    justify-content: flex-end !important;
  }
  .mdo\:justify-center {
    justify-content: center !important;
  }
  .mdo\:justify-between {
    justify-content: space-between !important;
  }
  .mdo\:justify-around {
    justify-content: space-around !important;
  }
  .mdo\:justify-evenly {
    justify-content: space-evenly !important;
  }
}
@media (max-width: 1289px) {
  .mdb\:justify-start {
    justify-content: flex-start !important;
  }
  .mdb\:justify-end {
    justify-content: flex-end !important;
  }
  .mdb\:justify-center {
    justify-content: center !important;
  }
  .mdb\:justify-between {
    justify-content: space-between !important;
  }
  .mdb\:justify-around {
    justify-content: space-around !important;
  }
  .mdb\:justify-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1290px) {
  .lg\:justify-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-center {
    justify-content: center !important;
  }
  .lg\:justify-between {
    justify-content: space-between !important;
  }
  .lg\:justify-around {
    justify-content: space-around !important;
  }
  .lg\:justify-evenly {
    justify-content: space-evenly !important;
  }
}
.items-start {
  align-items: flex-start;
}

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

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

@media (max-width: 768px) {
  .xs\:items-start {
    align-items: flex-start !important;
  }
  .xs\:items-end {
    align-items: flex-end !important;
  }
  .xs\:items-center {
    align-items: center !important;
  }
}
@media (min-width: 769px) {
  .sm\:items-start {
    align-items: flex-start !important;
  }
  .sm\:items-end {
    align-items: flex-end !important;
  }
  .sm\:items-center {
    align-items: center !important;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:items-start {
    align-items: flex-start !important;
  }
  .smo\:items-end {
    align-items: flex-end !important;
  }
  .smo\:items-center {
    align-items: center !important;
  }
}
@media (max-width: 970px) {
  .smb\:items-start {
    align-items: flex-start !important;
  }
  .smb\:items-end {
    align-items: flex-end !important;
  }
  .smb\:items-center {
    align-items: center !important;
  }
}
@media (min-width: 971px) {
  .md\:items-start {
    align-items: flex-start !important;
  }
  .md\:items-end {
    align-items: flex-end !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:items-start {
    align-items: flex-start !important;
  }
  .mdo\:items-end {
    align-items: flex-end !important;
  }
  .mdo\:items-center {
    align-items: center !important;
  }
}
@media (max-width: 1289px) {
  .mdb\:items-start {
    align-items: flex-start !important;
  }
  .mdb\:items-end {
    align-items: flex-end !important;
  }
  .mdb\:items-center {
    align-items: center !important;
  }
}
@media (min-width: 1290px) {
  .lg\:items-start {
    align-items: flex-start !important;
  }
  .lg\:items-end {
    align-items: flex-end !important;
  }
  .lg\:items-center {
    align-items: center !important;
  }
}
.flex-0 {
  flex: 0 1 0%;
}

.flex-10 {
  flex: 0 1 10%;
}

.flex-20 {
  flex: 0 1 20%;
}

.flex-30 {
  flex: 0 1 30%;
}

.flex-40 {
  flex: 0 1 40%;
}

.flex-50 {
  flex: 0 1 50%;
}

.flex-60 {
  flex: 0 1 60%;
}

.flex-70 {
  flex: 0 1 70%;
}

.flex-80 {
  flex: 0 1 80%;
}

.flex-90 {
  flex: 0 1 90%;
}

.flex-100 {
  flex: 0 1 100%;
}

@media (max-width: 768px) {
  .xs\:flex-0 {
    flex: 0 1 0%;
  }
  .xs\:flex-10 {
    flex: 0 1 10%;
  }
  .xs\:flex-20 {
    flex: 0 1 20%;
  }
  .xs\:flex-30 {
    flex: 0 1 30%;
  }
  .xs\:flex-40 {
    flex: 0 1 40%;
  }
  .xs\:flex-50 {
    flex: 0 1 50%;
  }
  .xs\:flex-60 {
    flex: 0 1 60%;
  }
  .xs\:flex-70 {
    flex: 0 1 70%;
  }
  .xs\:flex-80 {
    flex: 0 1 80%;
  }
  .xs\:flex-90 {
    flex: 0 1 90%;
  }
  .xs\:flex-100 {
    flex: 0 1 100%;
  }
}
@media (min-width: 769px) {
  .sm\:flex-0 {
    flex: 0 1 0%;
  }
  .sm\:flex-10 {
    flex: 0 1 10%;
  }
  .sm\:flex-20 {
    flex: 0 1 20%;
  }
  .sm\:flex-30 {
    flex: 0 1 30%;
  }
  .sm\:flex-40 {
    flex: 0 1 40%;
  }
  .sm\:flex-50 {
    flex: 0 1 50%;
  }
  .sm\:flex-60 {
    flex: 0 1 60%;
  }
  .sm\:flex-70 {
    flex: 0 1 70%;
  }
  .sm\:flex-80 {
    flex: 0 1 80%;
  }
  .sm\:flex-90 {
    flex: 0 1 90%;
  }
  .sm\:flex-100 {
    flex: 0 1 100%;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:flex-0 {
    flex: 0 1 0%;
  }
  .smo\:flex-10 {
    flex: 0 1 10%;
  }
  .smo\:flex-20 {
    flex: 0 1 20%;
  }
  .smo\:flex-30 {
    flex: 0 1 30%;
  }
  .smo\:flex-40 {
    flex: 0 1 40%;
  }
  .smo\:flex-50 {
    flex: 0 1 50%;
  }
  .smo\:flex-60 {
    flex: 0 1 60%;
  }
  .smo\:flex-70 {
    flex: 0 1 70%;
  }
  .smo\:flex-80 {
    flex: 0 1 80%;
  }
  .smo\:flex-90 {
    flex: 0 1 90%;
  }
  .smo\:flex-100 {
    flex: 0 1 100%;
  }
}
@media (max-width: 970px) {
  .smb\:flex-0 {
    flex: 0 1 0%;
  }
  .smb\:flex-10 {
    flex: 0 1 10%;
  }
  .smb\:flex-20 {
    flex: 0 1 20%;
  }
  .smb\:flex-30 {
    flex: 0 1 30%;
  }
  .smb\:flex-40 {
    flex: 0 1 40%;
  }
  .smb\:flex-50 {
    flex: 0 1 50%;
  }
  .smb\:flex-60 {
    flex: 0 1 60%;
  }
  .smb\:flex-70 {
    flex: 0 1 70%;
  }
  .smb\:flex-80 {
    flex: 0 1 80%;
  }
  .smb\:flex-90 {
    flex: 0 1 90%;
  }
  .smb\:flex-100 {
    flex: 0 1 100%;
  }
}
@media (min-width: 971px) {
  .md\:flex-0 {
    flex: 0 1 0%;
  }
  .md\:flex-10 {
    flex: 0 1 10%;
  }
  .md\:flex-20 {
    flex: 0 1 20%;
  }
  .md\:flex-30 {
    flex: 0 1 30%;
  }
  .md\:flex-40 {
    flex: 0 1 40%;
  }
  .md\:flex-50 {
    flex: 0 1 50%;
  }
  .md\:flex-60 {
    flex: 0 1 60%;
  }
  .md\:flex-70 {
    flex: 0 1 70%;
  }
  .md\:flex-80 {
    flex: 0 1 80%;
  }
  .md\:flex-90 {
    flex: 0 1 90%;
  }
  .md\:flex-100 {
    flex: 0 1 100%;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:flex-0 {
    flex: 0 1 0%;
  }
  .mdo\:flex-10 {
    flex: 0 1 10%;
  }
  .mdo\:flex-20 {
    flex: 0 1 20%;
  }
  .mdo\:flex-30 {
    flex: 0 1 30%;
  }
  .mdo\:flex-40 {
    flex: 0 1 40%;
  }
  .mdo\:flex-50 {
    flex: 0 1 50%;
  }
  .mdo\:flex-60 {
    flex: 0 1 60%;
  }
  .mdo\:flex-70 {
    flex: 0 1 70%;
  }
  .mdo\:flex-80 {
    flex: 0 1 80%;
  }
  .mdo\:flex-90 {
    flex: 0 1 90%;
  }
  .mdo\:flex-100 {
    flex: 0 1 100%;
  }
}
@media (max-width: 1289px) {
  .mdb\:flex-0 {
    flex: 0 1 0%;
  }
  .mdb\:flex-10 {
    flex: 0 1 10%;
  }
  .mdb\:flex-20 {
    flex: 0 1 20%;
  }
  .mdb\:flex-30 {
    flex: 0 1 30%;
  }
  .mdb\:flex-40 {
    flex: 0 1 40%;
  }
  .mdb\:flex-50 {
    flex: 0 1 50%;
  }
  .mdb\:flex-60 {
    flex: 0 1 60%;
  }
  .mdb\:flex-70 {
    flex: 0 1 70%;
  }
  .mdb\:flex-80 {
    flex: 0 1 80%;
  }
  .mdb\:flex-90 {
    flex: 0 1 90%;
  }
  .mdb\:flex-100 {
    flex: 0 1 100%;
  }
}
@media (min-width: 1290px) {
  .lg\:flex-0 {
    flex: 0 1 0%;
  }
  .lg\:flex-10 {
    flex: 0 1 10%;
  }
  .lg\:flex-20 {
    flex: 0 1 20%;
  }
  .lg\:flex-30 {
    flex: 0 1 30%;
  }
  .lg\:flex-40 {
    flex: 0 1 40%;
  }
  .lg\:flex-50 {
    flex: 0 1 50%;
  }
  .lg\:flex-60 {
    flex: 0 1 60%;
  }
  .lg\:flex-70 {
    flex: 0 1 70%;
  }
  .lg\:flex-80 {
    flex: 0 1 80%;
  }
  .lg\:flex-90 {
    flex: 0 1 90%;
  }
  .lg\:flex-100 {
    flex: 0 1 100%;
  }
}
.opacity-0 {
  opacity: 0%;
}

.opacity-10 {
  opacity: 10%;
}

.opacity-20 {
  opacity: 20%;
}

.opacity-30 {
  opacity: 30%;
}

.opacity-40 {
  opacity: 40%;
}

.opacity-50 {
  opacity: 50%;
}

.opacity-60 {
  opacity: 60%;
}

.opacity-70 {
  opacity: 70%;
}

.opacity-80 {
  opacity: 80%;
}

.opacity-90 {
  opacity: 90%;
}

.opacity-100 {
  opacity: 100%;
}

@media (max-width: 768px) {
  .xs\:opacity-0 {
    opacity: 0%;
  }
  .xs\:opacity-10 {
    opacity: 10%;
  }
  .xs\:opacity-20 {
    opacity: 20%;
  }
  .xs\:opacity-30 {
    opacity: 30%;
  }
  .xs\:opacity-40 {
    opacity: 40%;
  }
  .xs\:opacity-50 {
    opacity: 50%;
  }
  .xs\:opacity-60 {
    opacity: 60%;
  }
  .xs\:opacity-70 {
    opacity: 70%;
  }
  .xs\:opacity-80 {
    opacity: 80%;
  }
  .xs\:opacity-90 {
    opacity: 90%;
  }
  .xs\:opacity-100 {
    opacity: 100%;
  }
}
@media (min-width: 769px) {
  .sm\:opacity-0 {
    opacity: 0%;
  }
  .sm\:opacity-10 {
    opacity: 10%;
  }
  .sm\:opacity-20 {
    opacity: 20%;
  }
  .sm\:opacity-30 {
    opacity: 30%;
  }
  .sm\:opacity-40 {
    opacity: 40%;
  }
  .sm\:opacity-50 {
    opacity: 50%;
  }
  .sm\:opacity-60 {
    opacity: 60%;
  }
  .sm\:opacity-70 {
    opacity: 70%;
  }
  .sm\:opacity-80 {
    opacity: 80%;
  }
  .sm\:opacity-90 {
    opacity: 90%;
  }
  .sm\:opacity-100 {
    opacity: 100%;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:opacity-0 {
    opacity: 0%;
  }
  .smo\:opacity-10 {
    opacity: 10%;
  }
  .smo\:opacity-20 {
    opacity: 20%;
  }
  .smo\:opacity-30 {
    opacity: 30%;
  }
  .smo\:opacity-40 {
    opacity: 40%;
  }
  .smo\:opacity-50 {
    opacity: 50%;
  }
  .smo\:opacity-60 {
    opacity: 60%;
  }
  .smo\:opacity-70 {
    opacity: 70%;
  }
  .smo\:opacity-80 {
    opacity: 80%;
  }
  .smo\:opacity-90 {
    opacity: 90%;
  }
  .smo\:opacity-100 {
    opacity: 100%;
  }
}
@media (max-width: 970px) {
  .smb\:opacity-0 {
    opacity: 0%;
  }
  .smb\:opacity-10 {
    opacity: 10%;
  }
  .smb\:opacity-20 {
    opacity: 20%;
  }
  .smb\:opacity-30 {
    opacity: 30%;
  }
  .smb\:opacity-40 {
    opacity: 40%;
  }
  .smb\:opacity-50 {
    opacity: 50%;
  }
  .smb\:opacity-60 {
    opacity: 60%;
  }
  .smb\:opacity-70 {
    opacity: 70%;
  }
  .smb\:opacity-80 {
    opacity: 80%;
  }
  .smb\:opacity-90 {
    opacity: 90%;
  }
  .smb\:opacity-100 {
    opacity: 100%;
  }
}
@media (min-width: 971px) {
  .md\:opacity-0 {
    opacity: 0%;
  }
  .md\:opacity-10 {
    opacity: 10%;
  }
  .md\:opacity-20 {
    opacity: 20%;
  }
  .md\:opacity-30 {
    opacity: 30%;
  }
  .md\:opacity-40 {
    opacity: 40%;
  }
  .md\:opacity-50 {
    opacity: 50%;
  }
  .md\:opacity-60 {
    opacity: 60%;
  }
  .md\:opacity-70 {
    opacity: 70%;
  }
  .md\:opacity-80 {
    opacity: 80%;
  }
  .md\:opacity-90 {
    opacity: 90%;
  }
  .md\:opacity-100 {
    opacity: 100%;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:opacity-0 {
    opacity: 0%;
  }
  .mdo\:opacity-10 {
    opacity: 10%;
  }
  .mdo\:opacity-20 {
    opacity: 20%;
  }
  .mdo\:opacity-30 {
    opacity: 30%;
  }
  .mdo\:opacity-40 {
    opacity: 40%;
  }
  .mdo\:opacity-50 {
    opacity: 50%;
  }
  .mdo\:opacity-60 {
    opacity: 60%;
  }
  .mdo\:opacity-70 {
    opacity: 70%;
  }
  .mdo\:opacity-80 {
    opacity: 80%;
  }
  .mdo\:opacity-90 {
    opacity: 90%;
  }
  .mdo\:opacity-100 {
    opacity: 100%;
  }
}
@media (max-width: 1289px) {
  .mdb\:opacity-0 {
    opacity: 0%;
  }
  .mdb\:opacity-10 {
    opacity: 10%;
  }
  .mdb\:opacity-20 {
    opacity: 20%;
  }
  .mdb\:opacity-30 {
    opacity: 30%;
  }
  .mdb\:opacity-40 {
    opacity: 40%;
  }
  .mdb\:opacity-50 {
    opacity: 50%;
  }
  .mdb\:opacity-60 {
    opacity: 60%;
  }
  .mdb\:opacity-70 {
    opacity: 70%;
  }
  .mdb\:opacity-80 {
    opacity: 80%;
  }
  .mdb\:opacity-90 {
    opacity: 90%;
  }
  .mdb\:opacity-100 {
    opacity: 100%;
  }
}
@media (min-width: 1290px) {
  .lg\:opacity-0 {
    opacity: 0%;
  }
  .lg\:opacity-10 {
    opacity: 10%;
  }
  .lg\:opacity-20 {
    opacity: 20%;
  }
  .lg\:opacity-30 {
    opacity: 30%;
  }
  .lg\:opacity-40 {
    opacity: 40%;
  }
  .lg\:opacity-50 {
    opacity: 50%;
  }
  .lg\:opacity-60 {
    opacity: 60%;
  }
  .lg\:opacity-70 {
    opacity: 70%;
  }
  .lg\:opacity-80 {
    opacity: 80%;
  }
  .lg\:opacity-90 {
    opacity: 90%;
  }
  .lg\:opacity-100 {
    opacity: 100%;
  }
}
.overflow-auto {
  overflow: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-y-clip {
  overflow-y: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.xs\:overflow-auto {
  overflow: auto;
}

.xs\:overflow-x-auto {
  overflow-x: auto;
}

.xs\:overflow-y-auto {
  overflow-y: auto;
}

.xs\:overflow-hidden {
  overflow: hidden;
}

.xs\:overflow-x-hidden {
  overflow-x: hidden;
}

.xs\:overflow-y-hidden {
  overflow-y: hidden;
}

.xs\:overflow-clip {
  overflow: clip;
}

.xs\:overflow-x-clip {
  overflow-x: clip;
}

.xs\:overflow-y-clip {
  overflow-y: clip;
}

.xs\:overflow-visible {
  overflow: visible;
}

.xs\:overflow-x-visible {
  overflow-x: visible;
}

.xs\:overflow-y-visible {
  overflow-y: visible;
}

.xs\:overflow-scroll {
  overflow: scroll;
}

.xs\:overflow-x-scroll {
  overflow-x: scroll;
}

.xs\:overflow-y-scroll {
  overflow-y: scroll;
}

.sm\:overflow-auto {
  overflow: auto;
}

.sm\:overflow-x-auto {
  overflow-x: auto;
}

.sm\:overflow-y-auto {
  overflow-y: auto;
}

.sm\:overflow-hidden {
  overflow: hidden;
}

.sm\:overflow-x-hidden {
  overflow-x: hidden;
}

.sm\:overflow-y-hidden {
  overflow-y: hidden;
}

.sm\:overflow-clip {
  overflow: clip;
}

.sm\:overflow-x-clip {
  overflow-x: clip;
}

.sm\:overflow-y-clip {
  overflow-y: clip;
}

.sm\:overflow-visible {
  overflow: visible;
}

.sm\:overflow-x-visible {
  overflow-x: visible;
}

.sm\:overflow-y-visible {
  overflow-y: visible;
}

.sm\:overflow-scroll {
  overflow: scroll;
}

.sm\:overflow-x-scroll {
  overflow-x: scroll;
}

.sm\:overflow-y-scroll {
  overflow-y: scroll;
}

.smo\:overflow-auto {
  overflow: auto;
}

.smo\:overflow-x-auto {
  overflow-x: auto;
}

.smo\:overflow-y-auto {
  overflow-y: auto;
}

.smo\:overflow-hidden {
  overflow: hidden;
}

.smo\:overflow-x-hidden {
  overflow-x: hidden;
}

.smo\:overflow-y-hidden {
  overflow-y: hidden;
}

.smo\:overflow-clip {
  overflow: clip;
}

.smo\:overflow-x-clip {
  overflow-x: clip;
}

.smo\:overflow-y-clip {
  overflow-y: clip;
}

.smo\:overflow-visible {
  overflow: visible;
}

.smo\:overflow-x-visible {
  overflow-x: visible;
}

.smo\:overflow-y-visible {
  overflow-y: visible;
}

.smo\:overflow-scroll {
  overflow: scroll;
}

.smo\:overflow-x-scroll {
  overflow-x: scroll;
}

.smo\:overflow-y-scroll {
  overflow-y: scroll;
}

.smb\:overflow-auto {
  overflow: auto;
}

.smb\:overflow-x-auto {
  overflow-x: auto;
}

.smb\:overflow-y-auto {
  overflow-y: auto;
}

.smb\:overflow-hidden {
  overflow: hidden;
}

.smb\:overflow-x-hidden {
  overflow-x: hidden;
}

.smb\:overflow-y-hidden {
  overflow-y: hidden;
}

.smb\:overflow-clip {
  overflow: clip;
}

.smb\:overflow-x-clip {
  overflow-x: clip;
}

.smb\:overflow-y-clip {
  overflow-y: clip;
}

.smb\:overflow-visible {
  overflow: visible;
}

.smb\:overflow-x-visible {
  overflow-x: visible;
}

.smb\:overflow-y-visible {
  overflow-y: visible;
}

.smb\:overflow-scroll {
  overflow: scroll;
}

.smb\:overflow-x-scroll {
  overflow-x: scroll;
}

.smb\:overflow-y-scroll {
  overflow-y: scroll;
}

.md\:overflow-auto {
  overflow: auto;
}

.md\:overflow-x-auto {
  overflow-x: auto;
}

.md\:overflow-y-auto {
  overflow-y: auto;
}

.md\:overflow-hidden {
  overflow: hidden;
}

.md\:overflow-x-hidden {
  overflow-x: hidden;
}

.md\:overflow-y-hidden {
  overflow-y: hidden;
}

.md\:overflow-clip {
  overflow: clip;
}

.md\:overflow-x-clip {
  overflow-x: clip;
}

.md\:overflow-y-clip {
  overflow-y: clip;
}

.md\:overflow-visible {
  overflow: visible;
}

.md\:overflow-x-visible {
  overflow-x: visible;
}

.md\:overflow-y-visible {
  overflow-y: visible;
}

.md\:overflow-scroll {
  overflow: scroll;
}

.md\:overflow-x-scroll {
  overflow-x: scroll;
}

.md\:overflow-y-scroll {
  overflow-y: scroll;
}

.mdo\:overflow-auto {
  overflow: auto;
}

.mdo\:overflow-x-auto {
  overflow-x: auto;
}

.mdo\:overflow-y-auto {
  overflow-y: auto;
}

.mdo\:overflow-hidden {
  overflow: hidden;
}

.mdo\:overflow-x-hidden {
  overflow-x: hidden;
}

.mdo\:overflow-y-hidden {
  overflow-y: hidden;
}

.mdo\:overflow-clip {
  overflow: clip;
}

.mdo\:overflow-x-clip {
  overflow-x: clip;
}

.mdo\:overflow-y-clip {
  overflow-y: clip;
}

.mdo\:overflow-visible {
  overflow: visible;
}

.mdo\:overflow-x-visible {
  overflow-x: visible;
}

.mdo\:overflow-y-visible {
  overflow-y: visible;
}

.mdo\:overflow-scroll {
  overflow: scroll;
}

.mdo\:overflow-x-scroll {
  overflow-x: scroll;
}

.mdo\:overflow-y-scroll {
  overflow-y: scroll;
}

.mdb\:overflow-auto {
  overflow: auto;
}

.mdb\:overflow-x-auto {
  overflow-x: auto;
}

.mdb\:overflow-y-auto {
  overflow-y: auto;
}

.mdb\:overflow-hidden {
  overflow: hidden;
}

.mdb\:overflow-x-hidden {
  overflow-x: hidden;
}

.mdb\:overflow-y-hidden {
  overflow-y: hidden;
}

.mdb\:overflow-clip {
  overflow: clip;
}

.mdb\:overflow-x-clip {
  overflow-x: clip;
}

.mdb\:overflow-y-clip {
  overflow-y: clip;
}

.mdb\:overflow-visible {
  overflow: visible;
}

.mdb\:overflow-x-visible {
  overflow-x: visible;
}

.mdb\:overflow-y-visible {
  overflow-y: visible;
}

.mdb\:overflow-scroll {
  overflow: scroll;
}

.mdb\:overflow-x-scroll {
  overflow-x: scroll;
}

.mdb\:overflow-y-scroll {
  overflow-y: scroll;
}

.lg\:overflow-auto {
  overflow: auto;
}

.lg\:overflow-x-auto {
  overflow-x: auto;
}

.lg\:overflow-y-auto {
  overflow-y: auto;
}

.lg\:overflow-hidden {
  overflow: hidden;
}

.lg\:overflow-x-hidden {
  overflow-x: hidden;
}

.lg\:overflow-y-hidden {
  overflow-y: hidden;
}

.lg\:overflow-clip {
  overflow: clip;
}

.lg\:overflow-x-clip {
  overflow-x: clip;
}

.lg\:overflow-y-clip {
  overflow-y: clip;
}

.lg\:overflow-visible {
  overflow: visible;
}

.lg\:overflow-x-visible {
  overflow-x: visible;
}

.lg\:overflow-y-visible {
  overflow-y: visible;
}

.lg\:overflow-scroll {
  overflow: scroll;
}

.lg\:overflow-x-scroll {
  overflow-x: scroll;
}

.lg\:overflow-y-scroll {
  overflow-y: scroll;
}

.mg-top-0 {
  margin-top: 0rem;
}

.padding-top-0 {
  padding-top: 0rem;
}

.mg-right-0 {
  margin-right: 0rem;
}

.padding-right-0 {
  padding-right: 0rem;
}

.mg-bottom-0 {
  margin-bottom: 0rem;
}

.padding-bottom-0 {
  padding-bottom: 0rem;
}

.mg-left-0 {
  margin-left: 0rem;
}

.padding-left-0 {
  padding-left: 0rem;
}

.mg-top-5 {
  margin-top: 0.3125rem;
}

.padding-top-5 {
  padding-top: 0.3125rem;
}

.mg-right-5 {
  margin-right: 0.3125rem;
}

.padding-right-5 {
  padding-right: 0.3125rem;
}

.mg-bottom-5 {
  margin-bottom: 0.3125rem;
}

.padding-bottom-5 {
  padding-bottom: 0.3125rem;
}

.mg-left-5 {
  margin-left: 0.3125rem;
}

.padding-left-5 {
  padding-left: 0.3125rem;
}

.mg-top-10 {
  margin-top: 0.625rem;
}

.padding-top-10 {
  padding-top: 0.625rem;
}

.mg-right-10 {
  margin-right: 0.625rem;
}

.padding-right-10 {
  padding-right: 0.625rem;
}

.mg-bottom-10 {
  margin-bottom: 0.625rem;
}

.padding-bottom-10 {
  padding-bottom: 0.625rem;
}

.mg-left-10 {
  margin-left: 0.625rem;
}

.padding-left-10 {
  padding-left: 0.625rem;
}

.mg-top-15 {
  margin-top: 0.9375rem;
}

.padding-top-15 {
  padding-top: 0.9375rem;
}

.mg-right-15 {
  margin-right: 0.9375rem;
}

.padding-right-15 {
  padding-right: 0.9375rem;
}

.mg-bottom-15 {
  margin-bottom: 0.9375rem;
}

.padding-bottom-15 {
  padding-bottom: 0.9375rem;
}

.mg-left-15 {
  margin-left: 0.9375rem;
}

.padding-left-15 {
  padding-left: 0.9375rem;
}

.mg-top-20 {
  margin-top: 1.25rem;
}

.padding-top-20 {
  padding-top: 1.25rem;
}

.mg-right-20 {
  margin-right: 1.25rem;
}

.padding-right-20 {
  padding-right: 1.25rem;
}

.mg-bottom-20 {
  margin-bottom: 1.25rem;
}

.padding-bottom-20 {
  padding-bottom: 1.25rem;
}

.mg-left-20 {
  margin-left: 1.25rem;
}

.padding-left-20 {
  padding-left: 1.25rem;
}

.mg-top-25 {
  margin-top: 1.5625rem;
}

.padding-top-25 {
  padding-top: 1.5625rem;
}

.mg-right-25 {
  margin-right: 1.5625rem;
}

.padding-right-25 {
  padding-right: 1.5625rem;
}

.mg-bottom-25 {
  margin-bottom: 1.5625rem;
}

.padding-bottom-25 {
  padding-bottom: 1.5625rem;
}

.mg-left-25 {
  margin-left: 1.5625rem;
}

.padding-left-25 {
  padding-left: 1.5625rem;
}

.mg-top-30 {
  margin-top: 1.875rem;
}

.padding-top-30 {
  padding-top: 1.875rem;
}

.mg-right-30 {
  margin-right: 1.875rem;
}

.padding-right-30 {
  padding-right: 1.875rem;
}

.mg-bottom-30 {
  margin-bottom: 1.875rem;
}

.padding-bottom-30 {
  padding-bottom: 1.875rem;
}

.mg-left-30 {
  margin-left: 1.875rem;
}

.padding-left-30 {
  padding-left: 1.875rem;
}

.mg-top-35 {
  margin-top: 2.1875rem;
}

.padding-top-35 {
  padding-top: 2.1875rem;
}

.mg-right-35 {
  margin-right: 2.1875rem;
}

.padding-right-35 {
  padding-right: 2.1875rem;
}

.mg-bottom-35 {
  margin-bottom: 2.1875rem;
}

.padding-bottom-35 {
  padding-bottom: 2.1875rem;
}

.mg-left-35 {
  margin-left: 2.1875rem;
}

.padding-left-35 {
  padding-left: 2.1875rem;
}

.mg-top-40 {
  margin-top: 2.5rem;
}

.padding-top-40 {
  padding-top: 2.5rem;
}

.mg-right-40 {
  margin-right: 2.5rem;
}

.padding-right-40 {
  padding-right: 2.5rem;
}

.mg-bottom-40 {
  margin-bottom: 2.5rem;
}

.padding-bottom-40 {
  padding-bottom: 2.5rem;
}

.mg-left-40 {
  margin-left: 2.5rem;
}

.padding-left-40 {
  padding-left: 2.5rem;
}

.mg-top-45 {
  margin-top: 2.8125rem;
}

.padding-top-45 {
  padding-top: 2.8125rem;
}

.mg-right-45 {
  margin-right: 2.8125rem;
}

.padding-right-45 {
  padding-right: 2.8125rem;
}

.mg-bottom-45 {
  margin-bottom: 2.8125rem;
}

.padding-bottom-45 {
  padding-bottom: 2.8125rem;
}

.mg-left-45 {
  margin-left: 2.8125rem;
}

.padding-left-45 {
  padding-left: 2.8125rem;
}

.mg-top-50 {
  margin-top: 3.125rem;
}

.padding-top-50 {
  padding-top: 3.125rem;
}

.mg-right-50 {
  margin-right: 3.125rem;
}

.padding-right-50 {
  padding-right: 3.125rem;
}

.mg-bottom-50 {
  margin-bottom: 3.125rem;
}

.padding-bottom-50 {
  padding-bottom: 3.125rem;
}

.mg-left-50 {
  margin-left: 3.125rem;
}

.padding-left-50 {
  padding-left: 3.125rem;
}

.mg-top-55 {
  margin-top: 3.4375rem;
}

.padding-top-55 {
  padding-top: 3.4375rem;
}

.mg-right-55 {
  margin-right: 3.4375rem;
}

.padding-right-55 {
  padding-right: 3.4375rem;
}

.mg-bottom-55 {
  margin-bottom: 3.4375rem;
}

.padding-bottom-55 {
  padding-bottom: 3.4375rem;
}

.mg-left-55 {
  margin-left: 3.4375rem;
}

.padding-left-55 {
  padding-left: 3.4375rem;
}

.mg-top-60 {
  margin-top: 3.75rem;
}

.padding-top-60 {
  padding-top: 3.75rem;
}

.mg-right-60 {
  margin-right: 3.75rem;
}

.padding-right-60 {
  padding-right: 3.75rem;
}

.mg-bottom-60 {
  margin-bottom: 3.75rem;
}

.padding-bottom-60 {
  padding-bottom: 3.75rem;
}

.mg-left-60 {
  margin-left: 3.75rem;
}

.padding-left-60 {
  padding-left: 3.75rem;
}

.mg-top-65 {
  margin-top: 4.0625rem;
}

.padding-top-65 {
  padding-top: 4.0625rem;
}

.mg-right-65 {
  margin-right: 4.0625rem;
}

.padding-right-65 {
  padding-right: 4.0625rem;
}

.mg-bottom-65 {
  margin-bottom: 4.0625rem;
}

.padding-bottom-65 {
  padding-bottom: 4.0625rem;
}

.mg-left-65 {
  margin-left: 4.0625rem;
}

.padding-left-65 {
  padding-left: 4.0625rem;
}

.mg-top-70 {
  margin-top: 4.375rem;
}

.padding-top-70 {
  padding-top: 4.375rem;
}

.mg-right-70 {
  margin-right: 4.375rem;
}

.padding-right-70 {
  padding-right: 4.375rem;
}

.mg-bottom-70 {
  margin-bottom: 4.375rem;
}

.padding-bottom-70 {
  padding-bottom: 4.375rem;
}

.mg-left-70 {
  margin-left: 4.375rem;
}

.padding-left-70 {
  padding-left: 4.375rem;
}

.mg-top-75 {
  margin-top: 4.6875rem;
}

.padding-top-75 {
  padding-top: 4.6875rem;
}

.mg-right-75 {
  margin-right: 4.6875rem;
}

.padding-right-75 {
  padding-right: 4.6875rem;
}

.mg-bottom-75 {
  margin-bottom: 4.6875rem;
}

.padding-bottom-75 {
  padding-bottom: 4.6875rem;
}

.mg-left-75 {
  margin-left: 4.6875rem;
}

.padding-left-75 {
  padding-left: 4.6875rem;
}

.mg-top-80 {
  margin-top: 5rem;
}

.padding-top-80 {
  padding-top: 5rem;
}

.mg-right-80 {
  margin-right: 5rem;
}

.padding-right-80 {
  padding-right: 5rem;
}

.mg-bottom-80 {
  margin-bottom: 5rem;
}

.padding-bottom-80 {
  padding-bottom: 5rem;
}

.mg-left-80 {
  margin-left: 5rem;
}

.padding-left-80 {
  padding-left: 5rem;
}

.mg-top-85 {
  margin-top: 5.3125rem;
}

.padding-top-85 {
  padding-top: 5.3125rem;
}

.mg-right-85 {
  margin-right: 5.3125rem;
}

.padding-right-85 {
  padding-right: 5.3125rem;
}

.mg-bottom-85 {
  margin-bottom: 5.3125rem;
}

.padding-bottom-85 {
  padding-bottom: 5.3125rem;
}

.mg-left-85 {
  margin-left: 5.3125rem;
}

.padding-left-85 {
  padding-left: 5.3125rem;
}

.mg-top-90 {
  margin-top: 5.625rem;
}

.padding-top-90 {
  padding-top: 5.625rem;
}

.mg-right-90 {
  margin-right: 5.625rem;
}

.padding-right-90 {
  padding-right: 5.625rem;
}

.mg-bottom-90 {
  margin-bottom: 5.625rem;
}

.padding-bottom-90 {
  padding-bottom: 5.625rem;
}

.mg-left-90 {
  margin-left: 5.625rem;
}

.padding-left-90 {
  padding-left: 5.625rem;
}

.mg-top-95 {
  margin-top: 5.9375rem;
}

.padding-top-95 {
  padding-top: 5.9375rem;
}

.mg-right-95 {
  margin-right: 5.9375rem;
}

.padding-right-95 {
  padding-right: 5.9375rem;
}

.mg-bottom-95 {
  margin-bottom: 5.9375rem;
}

.padding-bottom-95 {
  padding-bottom: 5.9375rem;
}

.mg-left-95 {
  margin-left: 5.9375rem;
}

.padding-left-95 {
  padding-left: 5.9375rem;
}

.mg-top-100 {
  margin-top: 6.25rem;
}

.padding-top-100 {
  padding-top: 6.25rem;
}

.mg-right-100 {
  margin-right: 6.25rem;
}

.padding-right-100 {
  padding-right: 6.25rem;
}

.mg-bottom-100 {
  margin-bottom: 6.25rem;
}

.padding-bottom-100 {
  padding-bottom: 6.25rem;
}

.mg-left-100 {
  margin-left: 6.25rem;
}

.padding-left-100 {
  padding-left: 6.25rem;
}

.mg-5 {
  margin: 0.3125rem;
}

.mg-x-5 {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.mg-y-5 {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.padding-5 {
  padding: 0.3125rem;
}

.padding-x-5 {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.padding-y-5 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.mg-10 {
  margin: 0.625rem;
}

.mg-x-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mg-y-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.padding-10 {
  padding: 0.625rem;
}

.padding-x-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.padding-y-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.mg-15 {
  margin: 0.9375rem;
}

.mg-x-15 {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.mg-y-15 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.padding-15 {
  padding: 0.9375rem;
}

.padding-x-15 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.padding-y-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.mg-20 {
  margin: 1.25rem;
}

.mg-x-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mg-y-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.padding-20 {
  padding: 1.25rem;
}

.padding-x-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.padding-y-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.mg-25 {
  margin: 1.5625rem;
}

.mg-x-25 {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.mg-y-25 {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.padding-25 {
  padding: 1.5625rem;
}

.padding-x-25 {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.padding-y-25 {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.mg-30 {
  margin: 1.875rem;
}

.mg-x-30 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.mg-y-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.padding-30 {
  padding: 1.875rem;
}

.padding-x-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.padding-y-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.mg-35 {
  margin: 2.1875rem;
}

.mg-x-35 {
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
}

.mg-y-35 {
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.padding-35 {
  padding: 2.1875rem;
}

.padding-x-35 {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

.padding-y-35 {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.mg-40 {
  margin: 2.5rem;
}

.mg-x-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mg-y-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.padding-40 {
  padding: 2.5rem;
}

.padding-x-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-y-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.mg-45 {
  margin: 2.8125rem;
}

.mg-x-45 {
  margin-left: 2.8125rem;
  margin-right: 2.8125rem;
}

.mg-y-45 {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

.padding-45 {
  padding: 2.8125rem;
}

.padding-x-45 {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}

.padding-y-45 {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

.mg-50 {
  margin: 3.125rem;
}

.mg-x-50 {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.mg-y-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.padding-50 {
  padding: 3.125rem;
}

.padding-x-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.padding-y-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.mg-55 {
  margin: 3.4375rem;
}

.mg-x-55 {
  margin-left: 3.4375rem;
  margin-right: 3.4375rem;
}

.mg-y-55 {
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem;
}

.padding-55 {
  padding: 3.4375rem;
}

.padding-x-55 {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}

.padding-y-55 {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}

.mg-60 {
  margin: 3.75rem;
}

.mg-x-60 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.mg-y-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.padding-60 {
  padding: 3.75rem;
}

.padding-x-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.padding-y-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.mg-65 {
  margin: 4.0625rem;
}

.mg-x-65 {
  margin-left: 4.0625rem;
  margin-right: 4.0625rem;
}

.mg-y-65 {
  margin-top: 4.0625rem;
  margin-bottom: 4.0625rem;
}

.padding-65 {
  padding: 4.0625rem;
}

.padding-x-65 {
  padding-left: 4.0625rem;
  padding-right: 4.0625rem;
}

.padding-y-65 {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}

.mg-70 {
  margin: 4.375rem;
}

.mg-x-70 {
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

.mg-y-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.padding-70 {
  padding: 4.375rem;
}

.padding-x-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.padding-y-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.mg-75 {
  margin: 4.6875rem;
}

.mg-x-75 {
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}

.mg-y-75 {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

.padding-75 {
  padding: 4.6875rem;
}

.padding-x-75 {
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
}

.padding-y-75 {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}

.mg-80 {
  margin: 5rem;
}

.mg-x-80 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mg-y-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.padding-80 {
  padding: 5rem;
}

.padding-x-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.padding-y-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mg-85 {
  margin: 5.3125rem;
}

.mg-x-85 {
  margin-left: 5.3125rem;
  margin-right: 5.3125rem;
}

.mg-y-85 {
  margin-top: 5.3125rem;
  margin-bottom: 5.3125rem;
}

.padding-85 {
  padding: 5.3125rem;
}

.padding-x-85 {
  padding-left: 5.3125rem;
  padding-right: 5.3125rem;
}

.padding-y-85 {
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
}

.mg-90 {
  margin: 5.625rem;
}

.mg-x-90 {
  margin-left: 5.625rem;
  margin-right: 5.625rem;
}

.mg-y-90 {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

.padding-90 {
  padding: 5.625rem;
}

.padding-x-90 {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.padding-y-90 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.mg-95 {
  margin: 5.9375rem;
}

.mg-x-95 {
  margin-left: 5.9375rem;
  margin-right: 5.9375rem;
}

.mg-y-95 {
  margin-top: 5.9375rem;
  margin-bottom: 5.9375rem;
}

.padding-95 {
  padding: 5.9375rem;
}

.padding-x-95 {
  padding-left: 5.9375rem;
  padding-right: 5.9375rem;
}

.padding-y-95 {
  padding-top: 5.9375rem;
  padding-bottom: 5.9375rem;
}

.mg-100 {
  margin: 6.25rem;
}

.mg-x-100 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.mg-y-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.padding-100 {
  padding: 6.25rem;
}

.padding-x-100 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.padding-y-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.mg-top-auto {
  margin-top: auto;
}

.mg-x-auto {
  margin-left: auto;
  margin-right: auto;
}

.mg-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mg-left-auto {
  margin-left: auto;
}

.mg-right-auto {
  margin-right: auto;
}

@media (max-width: 768px) {
  .xs\:mg-top-auto {
    margin-top: auto;
  }
  .xs\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xs\:mg-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .xs\:mg-left-auto {
    margin-left: auto;
  }
  .xs\:mg-right-auto {
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .sm\:mg-top-auto {
    margin-top: auto;
  }
  .sm\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:mg-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .sm\:mg-left-auto {
    margin-left: auto;
  }
  .sm\:mg-right-auto {
    margin-right: auto;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:mg-top-auto {
    margin-top: auto;
  }
  .smo\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .smo\:mg-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .smo\:mg-left-auto {
    margin-left: auto;
  }
  .smo\:mg-right-auto {
    margin-right: auto;
  }
}
@media (max-width: 970px) {
  .smb\:mg-top-auto {
    margin-top: auto;
  }
  .smb\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .smb\:mg-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .smb\:mg-left-auto {
    margin-left: auto;
  }
  .smb\:mg-right-auto {
    margin-right: auto;
  }
}
@media (min-width: 971px) {
  .md\:mg-top-auto {
    margin-top: auto;
  }
  .md\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mg-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md\:mg-left-auto {
    margin-left: auto;
  }
  .md\:mg-right-auto {
    margin-right: auto;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:mg-top-auto {
    margin-top: auto;
  }
  .mdo\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mdo\:mg-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mdo\:mg-left-auto {
    margin-left: auto;
  }
  .mdo\:mg-right-auto {
    margin-right: auto;
  }
}
@media (max-width: 1289px) {
  .mdb\:mg-top-auto {
    margin-top: auto;
  }
  .mdb\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mdb\:mg-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mdb\:mg-left-auto {
    margin-left: auto;
  }
  .mdb\:mg-right-auto {
    margin-right: auto;
  }
}
@media (min-width: 1290px) {
  .lg\:mg-top-auto {
    margin-top: auto;
  }
  .lg\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mg-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg\:mg-left-auto {
    margin-left: auto;
  }
  .lg\:mg-right-auto {
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .xs\:mg-5 {
    margin: 0.3125rem;
  }
  .xs\:padding-5 {
    padding: 0.3125rem;
  }
  .xs\:mg-top-5 {
    margin-top: 0.3125rem;
  }
  .xs\:padding-top-5 {
    padding-top: 0.3125rem;
  }
  .xs\:mg-right-5 {
    margin-right: 0.3125rem;
  }
  .xs\:padding-right-5 {
    padding-right: 0.3125rem;
  }
  .xs\:mg-bottom-5 {
    margin-bottom: 0.3125rem;
  }
  .xs\:padding-bottom-5 {
    padding-bottom: 0.3125rem;
  }
  .xs\:mg-left-5 {
    margin-left: 0.3125rem;
  }
  .xs\:padding-left-5 {
    padding-left: 0.3125rem;
  }
  .xs\:mg-x-5 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .xs\:mg-y-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .xs\:padding-x-5 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .xs\:padding-y-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .xs\:mg-10 {
    margin: 0.625rem;
  }
  .xs\:padding-10 {
    padding: 0.625rem;
  }
  .xs\:mg-top-10 {
    margin-top: 0.625rem;
  }
  .xs\:padding-top-10 {
    padding-top: 0.625rem;
  }
  .xs\:mg-right-10 {
    margin-right: 0.625rem;
  }
  .xs\:padding-right-10 {
    padding-right: 0.625rem;
  }
  .xs\:mg-bottom-10 {
    margin-bottom: 0.625rem;
  }
  .xs\:padding-bottom-10 {
    padding-bottom: 0.625rem;
  }
  .xs\:mg-left-10 {
    margin-left: 0.625rem;
  }
  .xs\:padding-left-10 {
    padding-left: 0.625rem;
  }
  .xs\:mg-x-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .xs\:mg-y-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .xs\:padding-x-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .xs\:padding-y-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .xs\:mg-15 {
    margin: 0.9375rem;
  }
  .xs\:padding-15 {
    padding: 0.9375rem;
  }
  .xs\:mg-top-15 {
    margin-top: 0.9375rem;
  }
  .xs\:padding-top-15 {
    padding-top: 0.9375rem;
  }
  .xs\:mg-right-15 {
    margin-right: 0.9375rem;
  }
  .xs\:padding-right-15 {
    padding-right: 0.9375rem;
  }
  .xs\:mg-bottom-15 {
    margin-bottom: 0.9375rem;
  }
  .xs\:padding-bottom-15 {
    padding-bottom: 0.9375rem;
  }
  .xs\:mg-left-15 {
    margin-left: 0.9375rem;
  }
  .xs\:padding-left-15 {
    padding-left: 0.9375rem;
  }
  .xs\:mg-x-15 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .xs\:mg-y-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .xs\:padding-x-15 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .xs\:padding-y-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .xs\:mg-20 {
    margin: 1.25rem;
  }
  .xs\:padding-20 {
    padding: 1.25rem;
  }
  .xs\:mg-top-20 {
    margin-top: 1.25rem;
  }
  .xs\:padding-top-20 {
    padding-top: 1.25rem;
  }
  .xs\:mg-right-20 {
    margin-right: 1.25rem;
  }
  .xs\:padding-right-20 {
    padding-right: 1.25rem;
  }
  .xs\:mg-bottom-20 {
    margin-bottom: 1.25rem;
  }
  .xs\:padding-bottom-20 {
    padding-bottom: 1.25rem;
  }
  .xs\:mg-left-20 {
    margin-left: 1.25rem;
  }
  .xs\:padding-left-20 {
    padding-left: 1.25rem;
  }
  .xs\:mg-x-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .xs\:mg-y-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .xs\:padding-x-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .xs\:padding-y-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .xs\:mg-25 {
    margin: 1.5625rem;
  }
  .xs\:padding-25 {
    padding: 1.5625rem;
  }
  .xs\:mg-top-25 {
    margin-top: 1.5625rem;
  }
  .xs\:padding-top-25 {
    padding-top: 1.5625rem;
  }
  .xs\:mg-right-25 {
    margin-right: 1.5625rem;
  }
  .xs\:padding-right-25 {
    padding-right: 1.5625rem;
  }
  .xs\:mg-bottom-25 {
    margin-bottom: 1.5625rem;
  }
  .xs\:padding-bottom-25 {
    padding-bottom: 1.5625rem;
  }
  .xs\:mg-left-25 {
    margin-left: 1.5625rem;
  }
  .xs\:padding-left-25 {
    padding-left: 1.5625rem;
  }
  .xs\:mg-x-25 {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
  .xs\:mg-y-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .xs\:padding-x-25 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .xs\:padding-y-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .xs\:mg-30 {
    margin: 1.875rem;
  }
  .xs\:padding-30 {
    padding: 1.875rem;
  }
  .xs\:mg-top-30 {
    margin-top: 1.875rem;
  }
  .xs\:padding-top-30 {
    padding-top: 1.875rem;
  }
  .xs\:mg-right-30 {
    margin-right: 1.875rem;
  }
  .xs\:padding-right-30 {
    padding-right: 1.875rem;
  }
  .xs\:mg-bottom-30 {
    margin-bottom: 1.875rem;
  }
  .xs\:padding-bottom-30 {
    padding-bottom: 1.875rem;
  }
  .xs\:mg-left-30 {
    margin-left: 1.875rem;
  }
  .xs\:padding-left-30 {
    padding-left: 1.875rem;
  }
  .xs\:mg-x-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .xs\:mg-y-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .xs\:padding-x-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .xs\:padding-y-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .xs\:mg-35 {
    margin: 2.1875rem;
  }
  .xs\:padding-35 {
    padding: 2.1875rem;
  }
  .xs\:mg-top-35 {
    margin-top: 2.1875rem;
  }
  .xs\:padding-top-35 {
    padding-top: 2.1875rem;
  }
  .xs\:mg-right-35 {
    margin-right: 2.1875rem;
  }
  .xs\:padding-right-35 {
    padding-right: 2.1875rem;
  }
  .xs\:mg-bottom-35 {
    margin-bottom: 2.1875rem;
  }
  .xs\:padding-bottom-35 {
    padding-bottom: 2.1875rem;
  }
  .xs\:mg-left-35 {
    margin-left: 2.1875rem;
  }
  .xs\:padding-left-35 {
    padding-left: 2.1875rem;
  }
  .xs\:mg-x-35 {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }
  .xs\:mg-y-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
  .xs\:padding-x-35 {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
  .xs\:padding-y-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  .xs\:mg-40 {
    margin: 2.5rem;
  }
  .xs\:padding-40 {
    padding: 2.5rem;
  }
  .xs\:mg-top-40 {
    margin-top: 2.5rem;
  }
  .xs\:padding-top-40 {
    padding-top: 2.5rem;
  }
  .xs\:mg-right-40 {
    margin-right: 2.5rem;
  }
  .xs\:padding-right-40 {
    padding-right: 2.5rem;
  }
  .xs\:mg-bottom-40 {
    margin-bottom: 2.5rem;
  }
  .xs\:padding-bottom-40 {
    padding-bottom: 2.5rem;
  }
  .xs\:mg-left-40 {
    margin-left: 2.5rem;
  }
  .xs\:padding-left-40 {
    padding-left: 2.5rem;
  }
  .xs\:mg-x-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xs\:mg-y-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xs\:padding-x-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xs\:padding-y-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xs\:mg-45 {
    margin: 2.8125rem;
  }
  .xs\:padding-45 {
    padding: 2.8125rem;
  }
  .xs\:mg-top-45 {
    margin-top: 2.8125rem;
  }
  .xs\:padding-top-45 {
    padding-top: 2.8125rem;
  }
  .xs\:mg-right-45 {
    margin-right: 2.8125rem;
  }
  .xs\:padding-right-45 {
    padding-right: 2.8125rem;
  }
  .xs\:mg-bottom-45 {
    margin-bottom: 2.8125rem;
  }
  .xs\:padding-bottom-45 {
    padding-bottom: 2.8125rem;
  }
  .xs\:mg-left-45 {
    margin-left: 2.8125rem;
  }
  .xs\:padding-left-45 {
    padding-left: 2.8125rem;
  }
  .xs\:mg-x-45 {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
  .xs\:mg-y-45 {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
  .xs\:padding-x-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .xs\:padding-y-45 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .xs\:mg-50 {
    margin: 3.125rem;
  }
  .xs\:padding-50 {
    padding: 3.125rem;
  }
  .xs\:mg-top-50 {
    margin-top: 3.125rem;
  }
  .xs\:padding-top-50 {
    padding-top: 3.125rem;
  }
  .xs\:mg-right-50 {
    margin-right: 3.125rem;
  }
  .xs\:padding-right-50 {
    padding-right: 3.125rem;
  }
  .xs\:mg-bottom-50 {
    margin-bottom: 3.125rem;
  }
  .xs\:padding-bottom-50 {
    padding-bottom: 3.125rem;
  }
  .xs\:mg-left-50 {
    margin-left: 3.125rem;
  }
  .xs\:padding-left-50 {
    padding-left: 3.125rem;
  }
  .xs\:mg-x-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .xs\:mg-y-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .xs\:padding-x-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .xs\:padding-y-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .xs\:mg-55 {
    margin: 3.4375rem;
  }
  .xs\:padding-55 {
    padding: 3.4375rem;
  }
  .xs\:mg-top-55 {
    margin-top: 3.4375rem;
  }
  .xs\:padding-top-55 {
    padding-top: 3.4375rem;
  }
  .xs\:mg-right-55 {
    margin-right: 3.4375rem;
  }
  .xs\:padding-right-55 {
    padding-right: 3.4375rem;
  }
  .xs\:mg-bottom-55 {
    margin-bottom: 3.4375rem;
  }
  .xs\:padding-bottom-55 {
    padding-bottom: 3.4375rem;
  }
  .xs\:mg-left-55 {
    margin-left: 3.4375rem;
  }
  .xs\:padding-left-55 {
    padding-left: 3.4375rem;
  }
  .xs\:mg-x-55 {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }
  .xs\:mg-y-55 {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }
  .xs\:padding-x-55 {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
  .xs\:padding-y-55 {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
  .xs\:mg-60 {
    margin: 3.75rem;
  }
  .xs\:padding-60 {
    padding: 3.75rem;
  }
  .xs\:mg-top-60 {
    margin-top: 3.75rem;
  }
  .xs\:padding-top-60 {
    padding-top: 3.75rem;
  }
  .xs\:mg-right-60 {
    margin-right: 3.75rem;
  }
  .xs\:padding-right-60 {
    padding-right: 3.75rem;
  }
  .xs\:mg-bottom-60 {
    margin-bottom: 3.75rem;
  }
  .xs\:padding-bottom-60 {
    padding-bottom: 3.75rem;
  }
  .xs\:mg-left-60 {
    margin-left: 3.75rem;
  }
  .xs\:padding-left-60 {
    padding-left: 3.75rem;
  }
  .xs\:mg-x-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .xs\:mg-y-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .xs\:padding-x-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .xs\:padding-y-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .xs\:mg-65 {
    margin: 4.0625rem;
  }
  .xs\:padding-65 {
    padding: 4.0625rem;
  }
  .xs\:mg-top-65 {
    margin-top: 4.0625rem;
  }
  .xs\:padding-top-65 {
    padding-top: 4.0625rem;
  }
  .xs\:mg-right-65 {
    margin-right: 4.0625rem;
  }
  .xs\:padding-right-65 {
    padding-right: 4.0625rem;
  }
  .xs\:mg-bottom-65 {
    margin-bottom: 4.0625rem;
  }
  .xs\:padding-bottom-65 {
    padding-bottom: 4.0625rem;
  }
  .xs\:mg-left-65 {
    margin-left: 4.0625rem;
  }
  .xs\:padding-left-65 {
    padding-left: 4.0625rem;
  }
  .xs\:mg-x-65 {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }
  .xs\:mg-y-65 {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }
  .xs\:padding-x-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
  .xs\:padding-y-65 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .xs\:mg-70 {
    margin: 4.375rem;
  }
  .xs\:padding-70 {
    padding: 4.375rem;
  }
  .xs\:mg-top-70 {
    margin-top: 4.375rem;
  }
  .xs\:padding-top-70 {
    padding-top: 4.375rem;
  }
  .xs\:mg-right-70 {
    margin-right: 4.375rem;
  }
  .xs\:padding-right-70 {
    padding-right: 4.375rem;
  }
  .xs\:mg-bottom-70 {
    margin-bottom: 4.375rem;
  }
  .xs\:padding-bottom-70 {
    padding-bottom: 4.375rem;
  }
  .xs\:mg-left-70 {
    margin-left: 4.375rem;
  }
  .xs\:padding-left-70 {
    padding-left: 4.375rem;
  }
  .xs\:mg-x-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .xs\:mg-y-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .xs\:padding-x-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .xs\:padding-y-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .xs\:mg-75 {
    margin: 4.6875rem;
  }
  .xs\:padding-75 {
    padding: 4.6875rem;
  }
  .xs\:mg-top-75 {
    margin-top: 4.6875rem;
  }
  .xs\:padding-top-75 {
    padding-top: 4.6875rem;
  }
  .xs\:mg-right-75 {
    margin-right: 4.6875rem;
  }
  .xs\:padding-right-75 {
    padding-right: 4.6875rem;
  }
  .xs\:mg-bottom-75 {
    margin-bottom: 4.6875rem;
  }
  .xs\:padding-bottom-75 {
    padding-bottom: 4.6875rem;
  }
  .xs\:mg-left-75 {
    margin-left: 4.6875rem;
  }
  .xs\:padding-left-75 {
    padding-left: 4.6875rem;
  }
  .xs\:mg-x-75 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .xs\:mg-y-75 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
  .xs\:padding-x-75 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .xs\:padding-y-75 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .xs\:mg-80 {
    margin: 5rem;
  }
  .xs\:padding-80 {
    padding: 5rem;
  }
  .xs\:mg-top-80 {
    margin-top: 5rem;
  }
  .xs\:padding-top-80 {
    padding-top: 5rem;
  }
  .xs\:mg-right-80 {
    margin-right: 5rem;
  }
  .xs\:padding-right-80 {
    padding-right: 5rem;
  }
  .xs\:mg-bottom-80 {
    margin-bottom: 5rem;
  }
  .xs\:padding-bottom-80 {
    padding-bottom: 5rem;
  }
  .xs\:mg-left-80 {
    margin-left: 5rem;
  }
  .xs\:padding-left-80 {
    padding-left: 5rem;
  }
  .xs\:mg-x-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xs\:mg-y-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .xs\:padding-x-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xs\:padding-y-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xs\:mg-85 {
    margin: 5.3125rem;
  }
  .xs\:padding-85 {
    padding: 5.3125rem;
  }
  .xs\:mg-top-85 {
    margin-top: 5.3125rem;
  }
  .xs\:padding-top-85 {
    padding-top: 5.3125rem;
  }
  .xs\:mg-right-85 {
    margin-right: 5.3125rem;
  }
  .xs\:padding-right-85 {
    padding-right: 5.3125rem;
  }
  .xs\:mg-bottom-85 {
    margin-bottom: 5.3125rem;
  }
  .xs\:padding-bottom-85 {
    padding-bottom: 5.3125rem;
  }
  .xs\:mg-left-85 {
    margin-left: 5.3125rem;
  }
  .xs\:padding-left-85 {
    padding-left: 5.3125rem;
  }
  .xs\:mg-x-85 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .xs\:mg-y-85 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .xs\:padding-x-85 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .xs\:padding-y-85 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .xs\:mg-90 {
    margin: 5.625rem;
  }
  .xs\:padding-90 {
    padding: 5.625rem;
  }
  .xs\:mg-top-90 {
    margin-top: 5.625rem;
  }
  .xs\:padding-top-90 {
    padding-top: 5.625rem;
  }
  .xs\:mg-right-90 {
    margin-right: 5.625rem;
  }
  .xs\:padding-right-90 {
    padding-right: 5.625rem;
  }
  .xs\:mg-bottom-90 {
    margin-bottom: 5.625rem;
  }
  .xs\:padding-bottom-90 {
    padding-bottom: 5.625rem;
  }
  .xs\:mg-left-90 {
    margin-left: 5.625rem;
  }
  .xs\:padding-left-90 {
    padding-left: 5.625rem;
  }
  .xs\:mg-x-90 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .xs\:mg-y-90 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .xs\:padding-x-90 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .xs\:padding-y-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .xs\:mg-95 {
    margin: 5.9375rem;
  }
  .xs\:padding-95 {
    padding: 5.9375rem;
  }
  .xs\:mg-top-95 {
    margin-top: 5.9375rem;
  }
  .xs\:padding-top-95 {
    padding-top: 5.9375rem;
  }
  .xs\:mg-right-95 {
    margin-right: 5.9375rem;
  }
  .xs\:padding-right-95 {
    padding-right: 5.9375rem;
  }
  .xs\:mg-bottom-95 {
    margin-bottom: 5.9375rem;
  }
  .xs\:padding-bottom-95 {
    padding-bottom: 5.9375rem;
  }
  .xs\:mg-left-95 {
    margin-left: 5.9375rem;
  }
  .xs\:padding-left-95 {
    padding-left: 5.9375rem;
  }
  .xs\:mg-x-95 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .xs\:mg-y-95 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .xs\:padding-x-95 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .xs\:padding-y-95 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .xs\:mg-100 {
    margin: 6.25rem;
  }
  .xs\:padding-100 {
    padding: 6.25rem;
  }
  .xs\:mg-top-100 {
    margin-top: 6.25rem;
  }
  .xs\:padding-top-100 {
    padding-top: 6.25rem;
  }
  .xs\:mg-right-100 {
    margin-right: 6.25rem;
  }
  .xs\:padding-right-100 {
    padding-right: 6.25rem;
  }
  .xs\:mg-bottom-100 {
    margin-bottom: 6.25rem;
  }
  .xs\:padding-bottom-100 {
    padding-bottom: 6.25rem;
  }
  .xs\:mg-left-100 {
    margin-left: 6.25rem;
  }
  .xs\:padding-left-100 {
    padding-left: 6.25rem;
  }
  .xs\:mg-x-100 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .xs\:mg-y-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .xs\:padding-x-100 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .xs\:padding-y-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 769px) {
  .sm\:mg-5 {
    margin: 0.3125rem;
  }
  .sm\:padding-5 {
    padding: 0.3125rem;
  }
  .sm\:mg-top-5 {
    margin-top: 0.3125rem;
  }
  .sm\:padding-top-5 {
    padding-top: 0.3125rem;
  }
  .sm\:mg-right-5 {
    margin-right: 0.3125rem;
  }
  .sm\:padding-right-5 {
    padding-right: 0.3125rem;
  }
  .sm\:mg-bottom-5 {
    margin-bottom: 0.3125rem;
  }
  .sm\:padding-bottom-5 {
    padding-bottom: 0.3125rem;
  }
  .sm\:mg-left-5 {
    margin-left: 0.3125rem;
  }
  .sm\:padding-left-5 {
    padding-left: 0.3125rem;
  }
  .sm\:mg-x-5 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .sm\:mg-y-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .sm\:padding-x-5 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .sm\:padding-y-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .sm\:mg-10 {
    margin: 0.625rem;
  }
  .sm\:padding-10 {
    padding: 0.625rem;
  }
  .sm\:mg-top-10 {
    margin-top: 0.625rem;
  }
  .sm\:padding-top-10 {
    padding-top: 0.625rem;
  }
  .sm\:mg-right-10 {
    margin-right: 0.625rem;
  }
  .sm\:padding-right-10 {
    padding-right: 0.625rem;
  }
  .sm\:mg-bottom-10 {
    margin-bottom: 0.625rem;
  }
  .sm\:padding-bottom-10 {
    padding-bottom: 0.625rem;
  }
  .sm\:mg-left-10 {
    margin-left: 0.625rem;
  }
  .sm\:padding-left-10 {
    padding-left: 0.625rem;
  }
  .sm\:mg-x-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .sm\:mg-y-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .sm\:padding-x-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .sm\:padding-y-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .sm\:mg-15 {
    margin: 0.9375rem;
  }
  .sm\:padding-15 {
    padding: 0.9375rem;
  }
  .sm\:mg-top-15 {
    margin-top: 0.9375rem;
  }
  .sm\:padding-top-15 {
    padding-top: 0.9375rem;
  }
  .sm\:mg-right-15 {
    margin-right: 0.9375rem;
  }
  .sm\:padding-right-15 {
    padding-right: 0.9375rem;
  }
  .sm\:mg-bottom-15 {
    margin-bottom: 0.9375rem;
  }
  .sm\:padding-bottom-15 {
    padding-bottom: 0.9375rem;
  }
  .sm\:mg-left-15 {
    margin-left: 0.9375rem;
  }
  .sm\:padding-left-15 {
    padding-left: 0.9375rem;
  }
  .sm\:mg-x-15 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .sm\:mg-y-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .sm\:padding-x-15 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .sm\:padding-y-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .sm\:mg-20 {
    margin: 1.25rem;
  }
  .sm\:padding-20 {
    padding: 1.25rem;
  }
  .sm\:mg-top-20 {
    margin-top: 1.25rem;
  }
  .sm\:padding-top-20 {
    padding-top: 1.25rem;
  }
  .sm\:mg-right-20 {
    margin-right: 1.25rem;
  }
  .sm\:padding-right-20 {
    padding-right: 1.25rem;
  }
  .sm\:mg-bottom-20 {
    margin-bottom: 1.25rem;
  }
  .sm\:padding-bottom-20 {
    padding-bottom: 1.25rem;
  }
  .sm\:mg-left-20 {
    margin-left: 1.25rem;
  }
  .sm\:padding-left-20 {
    padding-left: 1.25rem;
  }
  .sm\:mg-x-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .sm\:mg-y-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .sm\:padding-x-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:padding-y-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:mg-25 {
    margin: 1.5625rem;
  }
  .sm\:padding-25 {
    padding: 1.5625rem;
  }
  .sm\:mg-top-25 {
    margin-top: 1.5625rem;
  }
  .sm\:padding-top-25 {
    padding-top: 1.5625rem;
  }
  .sm\:mg-right-25 {
    margin-right: 1.5625rem;
  }
  .sm\:padding-right-25 {
    padding-right: 1.5625rem;
  }
  .sm\:mg-bottom-25 {
    margin-bottom: 1.5625rem;
  }
  .sm\:padding-bottom-25 {
    padding-bottom: 1.5625rem;
  }
  .sm\:mg-left-25 {
    margin-left: 1.5625rem;
  }
  .sm\:padding-left-25 {
    padding-left: 1.5625rem;
  }
  .sm\:mg-x-25 {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
  .sm\:mg-y-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .sm\:padding-x-25 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .sm\:padding-y-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .sm\:mg-30 {
    margin: 1.875rem;
  }
  .sm\:padding-30 {
    padding: 1.875rem;
  }
  .sm\:mg-top-30 {
    margin-top: 1.875rem;
  }
  .sm\:padding-top-30 {
    padding-top: 1.875rem;
  }
  .sm\:mg-right-30 {
    margin-right: 1.875rem;
  }
  .sm\:padding-right-30 {
    padding-right: 1.875rem;
  }
  .sm\:mg-bottom-30 {
    margin-bottom: 1.875rem;
  }
  .sm\:padding-bottom-30 {
    padding-bottom: 1.875rem;
  }
  .sm\:mg-left-30 {
    margin-left: 1.875rem;
  }
  .sm\:padding-left-30 {
    padding-left: 1.875rem;
  }
  .sm\:mg-x-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .sm\:mg-y-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .sm\:padding-x-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .sm\:padding-y-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .sm\:mg-35 {
    margin: 2.1875rem;
  }
  .sm\:padding-35 {
    padding: 2.1875rem;
  }
  .sm\:mg-top-35 {
    margin-top: 2.1875rem;
  }
  .sm\:padding-top-35 {
    padding-top: 2.1875rem;
  }
  .sm\:mg-right-35 {
    margin-right: 2.1875rem;
  }
  .sm\:padding-right-35 {
    padding-right: 2.1875rem;
  }
  .sm\:mg-bottom-35 {
    margin-bottom: 2.1875rem;
  }
  .sm\:padding-bottom-35 {
    padding-bottom: 2.1875rem;
  }
  .sm\:mg-left-35 {
    margin-left: 2.1875rem;
  }
  .sm\:padding-left-35 {
    padding-left: 2.1875rem;
  }
  .sm\:mg-x-35 {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }
  .sm\:mg-y-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
  .sm\:padding-x-35 {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
  .sm\:padding-y-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  .sm\:mg-40 {
    margin: 2.5rem;
  }
  .sm\:padding-40 {
    padding: 2.5rem;
  }
  .sm\:mg-top-40 {
    margin-top: 2.5rem;
  }
  .sm\:padding-top-40 {
    padding-top: 2.5rem;
  }
  .sm\:mg-right-40 {
    margin-right: 2.5rem;
  }
  .sm\:padding-right-40 {
    padding-right: 2.5rem;
  }
  .sm\:mg-bottom-40 {
    margin-bottom: 2.5rem;
  }
  .sm\:padding-bottom-40 {
    padding-bottom: 2.5rem;
  }
  .sm\:mg-left-40 {
    margin-left: 2.5rem;
  }
  .sm\:padding-left-40 {
    padding-left: 2.5rem;
  }
  .sm\:mg-x-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:mg-y-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .sm\:padding-x-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:padding-y-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:mg-45 {
    margin: 2.8125rem;
  }
  .sm\:padding-45 {
    padding: 2.8125rem;
  }
  .sm\:mg-top-45 {
    margin-top: 2.8125rem;
  }
  .sm\:padding-top-45 {
    padding-top: 2.8125rem;
  }
  .sm\:mg-right-45 {
    margin-right: 2.8125rem;
  }
  .sm\:padding-right-45 {
    padding-right: 2.8125rem;
  }
  .sm\:mg-bottom-45 {
    margin-bottom: 2.8125rem;
  }
  .sm\:padding-bottom-45 {
    padding-bottom: 2.8125rem;
  }
  .sm\:mg-left-45 {
    margin-left: 2.8125rem;
  }
  .sm\:padding-left-45 {
    padding-left: 2.8125rem;
  }
  .sm\:mg-x-45 {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
  .sm\:mg-y-45 {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
  .sm\:padding-x-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .sm\:padding-y-45 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .sm\:mg-50 {
    margin: 3.125rem;
  }
  .sm\:padding-50 {
    padding: 3.125rem;
  }
  .sm\:mg-top-50 {
    margin-top: 3.125rem;
  }
  .sm\:padding-top-50 {
    padding-top: 3.125rem;
  }
  .sm\:mg-right-50 {
    margin-right: 3.125rem;
  }
  .sm\:padding-right-50 {
    padding-right: 3.125rem;
  }
  .sm\:mg-bottom-50 {
    margin-bottom: 3.125rem;
  }
  .sm\:padding-bottom-50 {
    padding-bottom: 3.125rem;
  }
  .sm\:mg-left-50 {
    margin-left: 3.125rem;
  }
  .sm\:padding-left-50 {
    padding-left: 3.125rem;
  }
  .sm\:mg-x-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .sm\:mg-y-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .sm\:padding-x-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .sm\:padding-y-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .sm\:mg-55 {
    margin: 3.4375rem;
  }
  .sm\:padding-55 {
    padding: 3.4375rem;
  }
  .sm\:mg-top-55 {
    margin-top: 3.4375rem;
  }
  .sm\:padding-top-55 {
    padding-top: 3.4375rem;
  }
  .sm\:mg-right-55 {
    margin-right: 3.4375rem;
  }
  .sm\:padding-right-55 {
    padding-right: 3.4375rem;
  }
  .sm\:mg-bottom-55 {
    margin-bottom: 3.4375rem;
  }
  .sm\:padding-bottom-55 {
    padding-bottom: 3.4375rem;
  }
  .sm\:mg-left-55 {
    margin-left: 3.4375rem;
  }
  .sm\:padding-left-55 {
    padding-left: 3.4375rem;
  }
  .sm\:mg-x-55 {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }
  .sm\:mg-y-55 {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }
  .sm\:padding-x-55 {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
  .sm\:padding-y-55 {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
  .sm\:mg-60 {
    margin: 3.75rem;
  }
  .sm\:padding-60 {
    padding: 3.75rem;
  }
  .sm\:mg-top-60 {
    margin-top: 3.75rem;
  }
  .sm\:padding-top-60 {
    padding-top: 3.75rem;
  }
  .sm\:mg-right-60 {
    margin-right: 3.75rem;
  }
  .sm\:padding-right-60 {
    padding-right: 3.75rem;
  }
  .sm\:mg-bottom-60 {
    margin-bottom: 3.75rem;
  }
  .sm\:padding-bottom-60 {
    padding-bottom: 3.75rem;
  }
  .sm\:mg-left-60 {
    margin-left: 3.75rem;
  }
  .sm\:padding-left-60 {
    padding-left: 3.75rem;
  }
  .sm\:mg-x-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .sm\:mg-y-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .sm\:padding-x-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .sm\:padding-y-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .sm\:mg-65 {
    margin: 4.0625rem;
  }
  .sm\:padding-65 {
    padding: 4.0625rem;
  }
  .sm\:mg-top-65 {
    margin-top: 4.0625rem;
  }
  .sm\:padding-top-65 {
    padding-top: 4.0625rem;
  }
  .sm\:mg-right-65 {
    margin-right: 4.0625rem;
  }
  .sm\:padding-right-65 {
    padding-right: 4.0625rem;
  }
  .sm\:mg-bottom-65 {
    margin-bottom: 4.0625rem;
  }
  .sm\:padding-bottom-65 {
    padding-bottom: 4.0625rem;
  }
  .sm\:mg-left-65 {
    margin-left: 4.0625rem;
  }
  .sm\:padding-left-65 {
    padding-left: 4.0625rem;
  }
  .sm\:mg-x-65 {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }
  .sm\:mg-y-65 {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }
  .sm\:padding-x-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
  .sm\:padding-y-65 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .sm\:mg-70 {
    margin: 4.375rem;
  }
  .sm\:padding-70 {
    padding: 4.375rem;
  }
  .sm\:mg-top-70 {
    margin-top: 4.375rem;
  }
  .sm\:padding-top-70 {
    padding-top: 4.375rem;
  }
  .sm\:mg-right-70 {
    margin-right: 4.375rem;
  }
  .sm\:padding-right-70 {
    padding-right: 4.375rem;
  }
  .sm\:mg-bottom-70 {
    margin-bottom: 4.375rem;
  }
  .sm\:padding-bottom-70 {
    padding-bottom: 4.375rem;
  }
  .sm\:mg-left-70 {
    margin-left: 4.375rem;
  }
  .sm\:padding-left-70 {
    padding-left: 4.375rem;
  }
  .sm\:mg-x-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .sm\:mg-y-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .sm\:padding-x-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .sm\:padding-y-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .sm\:mg-75 {
    margin: 4.6875rem;
  }
  .sm\:padding-75 {
    padding: 4.6875rem;
  }
  .sm\:mg-top-75 {
    margin-top: 4.6875rem;
  }
  .sm\:padding-top-75 {
    padding-top: 4.6875rem;
  }
  .sm\:mg-right-75 {
    margin-right: 4.6875rem;
  }
  .sm\:padding-right-75 {
    padding-right: 4.6875rem;
  }
  .sm\:mg-bottom-75 {
    margin-bottom: 4.6875rem;
  }
  .sm\:padding-bottom-75 {
    padding-bottom: 4.6875rem;
  }
  .sm\:mg-left-75 {
    margin-left: 4.6875rem;
  }
  .sm\:padding-left-75 {
    padding-left: 4.6875rem;
  }
  .sm\:mg-x-75 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .sm\:mg-y-75 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
  .sm\:padding-x-75 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .sm\:padding-y-75 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .sm\:mg-80 {
    margin: 5rem;
  }
  .sm\:padding-80 {
    padding: 5rem;
  }
  .sm\:mg-top-80 {
    margin-top: 5rem;
  }
  .sm\:padding-top-80 {
    padding-top: 5rem;
  }
  .sm\:mg-right-80 {
    margin-right: 5rem;
  }
  .sm\:padding-right-80 {
    padding-right: 5rem;
  }
  .sm\:mg-bottom-80 {
    margin-bottom: 5rem;
  }
  .sm\:padding-bottom-80 {
    padding-bottom: 5rem;
  }
  .sm\:mg-left-80 {
    margin-left: 5rem;
  }
  .sm\:padding-left-80 {
    padding-left: 5rem;
  }
  .sm\:mg-x-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .sm\:mg-y-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .sm\:padding-x-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:padding-y-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:mg-85 {
    margin: 5.3125rem;
  }
  .sm\:padding-85 {
    padding: 5.3125rem;
  }
  .sm\:mg-top-85 {
    margin-top: 5.3125rem;
  }
  .sm\:padding-top-85 {
    padding-top: 5.3125rem;
  }
  .sm\:mg-right-85 {
    margin-right: 5.3125rem;
  }
  .sm\:padding-right-85 {
    padding-right: 5.3125rem;
  }
  .sm\:mg-bottom-85 {
    margin-bottom: 5.3125rem;
  }
  .sm\:padding-bottom-85 {
    padding-bottom: 5.3125rem;
  }
  .sm\:mg-left-85 {
    margin-left: 5.3125rem;
  }
  .sm\:padding-left-85 {
    padding-left: 5.3125rem;
  }
  .sm\:mg-x-85 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .sm\:mg-y-85 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .sm\:padding-x-85 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .sm\:padding-y-85 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .sm\:mg-90 {
    margin: 5.625rem;
  }
  .sm\:padding-90 {
    padding: 5.625rem;
  }
  .sm\:mg-top-90 {
    margin-top: 5.625rem;
  }
  .sm\:padding-top-90 {
    padding-top: 5.625rem;
  }
  .sm\:mg-right-90 {
    margin-right: 5.625rem;
  }
  .sm\:padding-right-90 {
    padding-right: 5.625rem;
  }
  .sm\:mg-bottom-90 {
    margin-bottom: 5.625rem;
  }
  .sm\:padding-bottom-90 {
    padding-bottom: 5.625rem;
  }
  .sm\:mg-left-90 {
    margin-left: 5.625rem;
  }
  .sm\:padding-left-90 {
    padding-left: 5.625rem;
  }
  .sm\:mg-x-90 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .sm\:mg-y-90 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .sm\:padding-x-90 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .sm\:padding-y-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .sm\:mg-95 {
    margin: 5.9375rem;
  }
  .sm\:padding-95 {
    padding: 5.9375rem;
  }
  .sm\:mg-top-95 {
    margin-top: 5.9375rem;
  }
  .sm\:padding-top-95 {
    padding-top: 5.9375rem;
  }
  .sm\:mg-right-95 {
    margin-right: 5.9375rem;
  }
  .sm\:padding-right-95 {
    padding-right: 5.9375rem;
  }
  .sm\:mg-bottom-95 {
    margin-bottom: 5.9375rem;
  }
  .sm\:padding-bottom-95 {
    padding-bottom: 5.9375rem;
  }
  .sm\:mg-left-95 {
    margin-left: 5.9375rem;
  }
  .sm\:padding-left-95 {
    padding-left: 5.9375rem;
  }
  .sm\:mg-x-95 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .sm\:mg-y-95 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .sm\:padding-x-95 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .sm\:padding-y-95 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .sm\:mg-100 {
    margin: 6.25rem;
  }
  .sm\:padding-100 {
    padding: 6.25rem;
  }
  .sm\:mg-top-100 {
    margin-top: 6.25rem;
  }
  .sm\:padding-top-100 {
    padding-top: 6.25rem;
  }
  .sm\:mg-right-100 {
    margin-right: 6.25rem;
  }
  .sm\:padding-right-100 {
    padding-right: 6.25rem;
  }
  .sm\:mg-bottom-100 {
    margin-bottom: 6.25rem;
  }
  .sm\:padding-bottom-100 {
    padding-bottom: 6.25rem;
  }
  .sm\:mg-left-100 {
    margin-left: 6.25rem;
  }
  .sm\:padding-left-100 {
    padding-left: 6.25rem;
  }
  .sm\:mg-x-100 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .sm\:mg-y-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .sm\:padding-x-100 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .sm\:padding-y-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:mg-5 {
    margin: 0.3125rem;
  }
  .smo\:padding-5 {
    padding: 0.3125rem;
  }
  .smo\:mg-top-5 {
    margin-top: 0.3125rem;
  }
  .smo\:padding-top-5 {
    padding-top: 0.3125rem;
  }
  .smo\:mg-right-5 {
    margin-right: 0.3125rem;
  }
  .smo\:padding-right-5 {
    padding-right: 0.3125rem;
  }
  .smo\:mg-bottom-5 {
    margin-bottom: 0.3125rem;
  }
  .smo\:padding-bottom-5 {
    padding-bottom: 0.3125rem;
  }
  .smo\:mg-left-5 {
    margin-left: 0.3125rem;
  }
  .smo\:padding-left-5 {
    padding-left: 0.3125rem;
  }
  .smo\:mg-x-5 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .smo\:mg-y-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .smo\:padding-x-5 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .smo\:padding-y-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .smo\:mg-10 {
    margin: 0.625rem;
  }
  .smo\:padding-10 {
    padding: 0.625rem;
  }
  .smo\:mg-top-10 {
    margin-top: 0.625rem;
  }
  .smo\:padding-top-10 {
    padding-top: 0.625rem;
  }
  .smo\:mg-right-10 {
    margin-right: 0.625rem;
  }
  .smo\:padding-right-10 {
    padding-right: 0.625rem;
  }
  .smo\:mg-bottom-10 {
    margin-bottom: 0.625rem;
  }
  .smo\:padding-bottom-10 {
    padding-bottom: 0.625rem;
  }
  .smo\:mg-left-10 {
    margin-left: 0.625rem;
  }
  .smo\:padding-left-10 {
    padding-left: 0.625rem;
  }
  .smo\:mg-x-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .smo\:mg-y-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .smo\:padding-x-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .smo\:padding-y-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .smo\:mg-15 {
    margin: 0.9375rem;
  }
  .smo\:padding-15 {
    padding: 0.9375rem;
  }
  .smo\:mg-top-15 {
    margin-top: 0.9375rem;
  }
  .smo\:padding-top-15 {
    padding-top: 0.9375rem;
  }
  .smo\:mg-right-15 {
    margin-right: 0.9375rem;
  }
  .smo\:padding-right-15 {
    padding-right: 0.9375rem;
  }
  .smo\:mg-bottom-15 {
    margin-bottom: 0.9375rem;
  }
  .smo\:padding-bottom-15 {
    padding-bottom: 0.9375rem;
  }
  .smo\:mg-left-15 {
    margin-left: 0.9375rem;
  }
  .smo\:padding-left-15 {
    padding-left: 0.9375rem;
  }
  .smo\:mg-x-15 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .smo\:mg-y-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .smo\:padding-x-15 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .smo\:padding-y-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .smo\:mg-20 {
    margin: 1.25rem;
  }
  .smo\:padding-20 {
    padding: 1.25rem;
  }
  .smo\:mg-top-20 {
    margin-top: 1.25rem;
  }
  .smo\:padding-top-20 {
    padding-top: 1.25rem;
  }
  .smo\:mg-right-20 {
    margin-right: 1.25rem;
  }
  .smo\:padding-right-20 {
    padding-right: 1.25rem;
  }
  .smo\:mg-bottom-20 {
    margin-bottom: 1.25rem;
  }
  .smo\:padding-bottom-20 {
    padding-bottom: 1.25rem;
  }
  .smo\:mg-left-20 {
    margin-left: 1.25rem;
  }
  .smo\:padding-left-20 {
    padding-left: 1.25rem;
  }
  .smo\:mg-x-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .smo\:mg-y-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .smo\:padding-x-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .smo\:padding-y-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .smo\:mg-25 {
    margin: 1.5625rem;
  }
  .smo\:padding-25 {
    padding: 1.5625rem;
  }
  .smo\:mg-top-25 {
    margin-top: 1.5625rem;
  }
  .smo\:padding-top-25 {
    padding-top: 1.5625rem;
  }
  .smo\:mg-right-25 {
    margin-right: 1.5625rem;
  }
  .smo\:padding-right-25 {
    padding-right: 1.5625rem;
  }
  .smo\:mg-bottom-25 {
    margin-bottom: 1.5625rem;
  }
  .smo\:padding-bottom-25 {
    padding-bottom: 1.5625rem;
  }
  .smo\:mg-left-25 {
    margin-left: 1.5625rem;
  }
  .smo\:padding-left-25 {
    padding-left: 1.5625rem;
  }
  .smo\:mg-x-25 {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
  .smo\:mg-y-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .smo\:padding-x-25 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .smo\:padding-y-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .smo\:mg-30 {
    margin: 1.875rem;
  }
  .smo\:padding-30 {
    padding: 1.875rem;
  }
  .smo\:mg-top-30 {
    margin-top: 1.875rem;
  }
  .smo\:padding-top-30 {
    padding-top: 1.875rem;
  }
  .smo\:mg-right-30 {
    margin-right: 1.875rem;
  }
  .smo\:padding-right-30 {
    padding-right: 1.875rem;
  }
  .smo\:mg-bottom-30 {
    margin-bottom: 1.875rem;
  }
  .smo\:padding-bottom-30 {
    padding-bottom: 1.875rem;
  }
  .smo\:mg-left-30 {
    margin-left: 1.875rem;
  }
  .smo\:padding-left-30 {
    padding-left: 1.875rem;
  }
  .smo\:mg-x-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .smo\:mg-y-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .smo\:padding-x-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .smo\:padding-y-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .smo\:mg-35 {
    margin: 2.1875rem;
  }
  .smo\:padding-35 {
    padding: 2.1875rem;
  }
  .smo\:mg-top-35 {
    margin-top: 2.1875rem;
  }
  .smo\:padding-top-35 {
    padding-top: 2.1875rem;
  }
  .smo\:mg-right-35 {
    margin-right: 2.1875rem;
  }
  .smo\:padding-right-35 {
    padding-right: 2.1875rem;
  }
  .smo\:mg-bottom-35 {
    margin-bottom: 2.1875rem;
  }
  .smo\:padding-bottom-35 {
    padding-bottom: 2.1875rem;
  }
  .smo\:mg-left-35 {
    margin-left: 2.1875rem;
  }
  .smo\:padding-left-35 {
    padding-left: 2.1875rem;
  }
  .smo\:mg-x-35 {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }
  .smo\:mg-y-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
  .smo\:padding-x-35 {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
  .smo\:padding-y-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  .smo\:mg-40 {
    margin: 2.5rem;
  }
  .smo\:padding-40 {
    padding: 2.5rem;
  }
  .smo\:mg-top-40 {
    margin-top: 2.5rem;
  }
  .smo\:padding-top-40 {
    padding-top: 2.5rem;
  }
  .smo\:mg-right-40 {
    margin-right: 2.5rem;
  }
  .smo\:padding-right-40 {
    padding-right: 2.5rem;
  }
  .smo\:mg-bottom-40 {
    margin-bottom: 2.5rem;
  }
  .smo\:padding-bottom-40 {
    padding-bottom: 2.5rem;
  }
  .smo\:mg-left-40 {
    margin-left: 2.5rem;
  }
  .smo\:padding-left-40 {
    padding-left: 2.5rem;
  }
  .smo\:mg-x-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .smo\:mg-y-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .smo\:padding-x-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .smo\:padding-y-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .smo\:mg-45 {
    margin: 2.8125rem;
  }
  .smo\:padding-45 {
    padding: 2.8125rem;
  }
  .smo\:mg-top-45 {
    margin-top: 2.8125rem;
  }
  .smo\:padding-top-45 {
    padding-top: 2.8125rem;
  }
  .smo\:mg-right-45 {
    margin-right: 2.8125rem;
  }
  .smo\:padding-right-45 {
    padding-right: 2.8125rem;
  }
  .smo\:mg-bottom-45 {
    margin-bottom: 2.8125rem;
  }
  .smo\:padding-bottom-45 {
    padding-bottom: 2.8125rem;
  }
  .smo\:mg-left-45 {
    margin-left: 2.8125rem;
  }
  .smo\:padding-left-45 {
    padding-left: 2.8125rem;
  }
  .smo\:mg-x-45 {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
  .smo\:mg-y-45 {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
  .smo\:padding-x-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .smo\:padding-y-45 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .smo\:mg-50 {
    margin: 3.125rem;
  }
  .smo\:padding-50 {
    padding: 3.125rem;
  }
  .smo\:mg-top-50 {
    margin-top: 3.125rem;
  }
  .smo\:padding-top-50 {
    padding-top: 3.125rem;
  }
  .smo\:mg-right-50 {
    margin-right: 3.125rem;
  }
  .smo\:padding-right-50 {
    padding-right: 3.125rem;
  }
  .smo\:mg-bottom-50 {
    margin-bottom: 3.125rem;
  }
  .smo\:padding-bottom-50 {
    padding-bottom: 3.125rem;
  }
  .smo\:mg-left-50 {
    margin-left: 3.125rem;
  }
  .smo\:padding-left-50 {
    padding-left: 3.125rem;
  }
  .smo\:mg-x-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .smo\:mg-y-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .smo\:padding-x-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .smo\:padding-y-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .smo\:mg-55 {
    margin: 3.4375rem;
  }
  .smo\:padding-55 {
    padding: 3.4375rem;
  }
  .smo\:mg-top-55 {
    margin-top: 3.4375rem;
  }
  .smo\:padding-top-55 {
    padding-top: 3.4375rem;
  }
  .smo\:mg-right-55 {
    margin-right: 3.4375rem;
  }
  .smo\:padding-right-55 {
    padding-right: 3.4375rem;
  }
  .smo\:mg-bottom-55 {
    margin-bottom: 3.4375rem;
  }
  .smo\:padding-bottom-55 {
    padding-bottom: 3.4375rem;
  }
  .smo\:mg-left-55 {
    margin-left: 3.4375rem;
  }
  .smo\:padding-left-55 {
    padding-left: 3.4375rem;
  }
  .smo\:mg-x-55 {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }
  .smo\:mg-y-55 {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }
  .smo\:padding-x-55 {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
  .smo\:padding-y-55 {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
  .smo\:mg-60 {
    margin: 3.75rem;
  }
  .smo\:padding-60 {
    padding: 3.75rem;
  }
  .smo\:mg-top-60 {
    margin-top: 3.75rem;
  }
  .smo\:padding-top-60 {
    padding-top: 3.75rem;
  }
  .smo\:mg-right-60 {
    margin-right: 3.75rem;
  }
  .smo\:padding-right-60 {
    padding-right: 3.75rem;
  }
  .smo\:mg-bottom-60 {
    margin-bottom: 3.75rem;
  }
  .smo\:padding-bottom-60 {
    padding-bottom: 3.75rem;
  }
  .smo\:mg-left-60 {
    margin-left: 3.75rem;
  }
  .smo\:padding-left-60 {
    padding-left: 3.75rem;
  }
  .smo\:mg-x-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .smo\:mg-y-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .smo\:padding-x-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .smo\:padding-y-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .smo\:mg-65 {
    margin: 4.0625rem;
  }
  .smo\:padding-65 {
    padding: 4.0625rem;
  }
  .smo\:mg-top-65 {
    margin-top: 4.0625rem;
  }
  .smo\:padding-top-65 {
    padding-top: 4.0625rem;
  }
  .smo\:mg-right-65 {
    margin-right: 4.0625rem;
  }
  .smo\:padding-right-65 {
    padding-right: 4.0625rem;
  }
  .smo\:mg-bottom-65 {
    margin-bottom: 4.0625rem;
  }
  .smo\:padding-bottom-65 {
    padding-bottom: 4.0625rem;
  }
  .smo\:mg-left-65 {
    margin-left: 4.0625rem;
  }
  .smo\:padding-left-65 {
    padding-left: 4.0625rem;
  }
  .smo\:mg-x-65 {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }
  .smo\:mg-y-65 {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }
  .smo\:padding-x-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
  .smo\:padding-y-65 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .smo\:mg-70 {
    margin: 4.375rem;
  }
  .smo\:padding-70 {
    padding: 4.375rem;
  }
  .smo\:mg-top-70 {
    margin-top: 4.375rem;
  }
  .smo\:padding-top-70 {
    padding-top: 4.375rem;
  }
  .smo\:mg-right-70 {
    margin-right: 4.375rem;
  }
  .smo\:padding-right-70 {
    padding-right: 4.375rem;
  }
  .smo\:mg-bottom-70 {
    margin-bottom: 4.375rem;
  }
  .smo\:padding-bottom-70 {
    padding-bottom: 4.375rem;
  }
  .smo\:mg-left-70 {
    margin-left: 4.375rem;
  }
  .smo\:padding-left-70 {
    padding-left: 4.375rem;
  }
  .smo\:mg-x-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .smo\:mg-y-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .smo\:padding-x-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .smo\:padding-y-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .smo\:mg-75 {
    margin: 4.6875rem;
  }
  .smo\:padding-75 {
    padding: 4.6875rem;
  }
  .smo\:mg-top-75 {
    margin-top: 4.6875rem;
  }
  .smo\:padding-top-75 {
    padding-top: 4.6875rem;
  }
  .smo\:mg-right-75 {
    margin-right: 4.6875rem;
  }
  .smo\:padding-right-75 {
    padding-right: 4.6875rem;
  }
  .smo\:mg-bottom-75 {
    margin-bottom: 4.6875rem;
  }
  .smo\:padding-bottom-75 {
    padding-bottom: 4.6875rem;
  }
  .smo\:mg-left-75 {
    margin-left: 4.6875rem;
  }
  .smo\:padding-left-75 {
    padding-left: 4.6875rem;
  }
  .smo\:mg-x-75 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .smo\:mg-y-75 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
  .smo\:padding-x-75 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .smo\:padding-y-75 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .smo\:mg-80 {
    margin: 5rem;
  }
  .smo\:padding-80 {
    padding: 5rem;
  }
  .smo\:mg-top-80 {
    margin-top: 5rem;
  }
  .smo\:padding-top-80 {
    padding-top: 5rem;
  }
  .smo\:mg-right-80 {
    margin-right: 5rem;
  }
  .smo\:padding-right-80 {
    padding-right: 5rem;
  }
  .smo\:mg-bottom-80 {
    margin-bottom: 5rem;
  }
  .smo\:padding-bottom-80 {
    padding-bottom: 5rem;
  }
  .smo\:mg-left-80 {
    margin-left: 5rem;
  }
  .smo\:padding-left-80 {
    padding-left: 5rem;
  }
  .smo\:mg-x-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .smo\:mg-y-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .smo\:padding-x-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .smo\:padding-y-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .smo\:mg-85 {
    margin: 5.3125rem;
  }
  .smo\:padding-85 {
    padding: 5.3125rem;
  }
  .smo\:mg-top-85 {
    margin-top: 5.3125rem;
  }
  .smo\:padding-top-85 {
    padding-top: 5.3125rem;
  }
  .smo\:mg-right-85 {
    margin-right: 5.3125rem;
  }
  .smo\:padding-right-85 {
    padding-right: 5.3125rem;
  }
  .smo\:mg-bottom-85 {
    margin-bottom: 5.3125rem;
  }
  .smo\:padding-bottom-85 {
    padding-bottom: 5.3125rem;
  }
  .smo\:mg-left-85 {
    margin-left: 5.3125rem;
  }
  .smo\:padding-left-85 {
    padding-left: 5.3125rem;
  }
  .smo\:mg-x-85 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .smo\:mg-y-85 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .smo\:padding-x-85 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .smo\:padding-y-85 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .smo\:mg-90 {
    margin: 5.625rem;
  }
  .smo\:padding-90 {
    padding: 5.625rem;
  }
  .smo\:mg-top-90 {
    margin-top: 5.625rem;
  }
  .smo\:padding-top-90 {
    padding-top: 5.625rem;
  }
  .smo\:mg-right-90 {
    margin-right: 5.625rem;
  }
  .smo\:padding-right-90 {
    padding-right: 5.625rem;
  }
  .smo\:mg-bottom-90 {
    margin-bottom: 5.625rem;
  }
  .smo\:padding-bottom-90 {
    padding-bottom: 5.625rem;
  }
  .smo\:mg-left-90 {
    margin-left: 5.625rem;
  }
  .smo\:padding-left-90 {
    padding-left: 5.625rem;
  }
  .smo\:mg-x-90 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .smo\:mg-y-90 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .smo\:padding-x-90 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .smo\:padding-y-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .smo\:mg-95 {
    margin: 5.9375rem;
  }
  .smo\:padding-95 {
    padding: 5.9375rem;
  }
  .smo\:mg-top-95 {
    margin-top: 5.9375rem;
  }
  .smo\:padding-top-95 {
    padding-top: 5.9375rem;
  }
  .smo\:mg-right-95 {
    margin-right: 5.9375rem;
  }
  .smo\:padding-right-95 {
    padding-right: 5.9375rem;
  }
  .smo\:mg-bottom-95 {
    margin-bottom: 5.9375rem;
  }
  .smo\:padding-bottom-95 {
    padding-bottom: 5.9375rem;
  }
  .smo\:mg-left-95 {
    margin-left: 5.9375rem;
  }
  .smo\:padding-left-95 {
    padding-left: 5.9375rem;
  }
  .smo\:mg-x-95 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .smo\:mg-y-95 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .smo\:padding-x-95 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .smo\:padding-y-95 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .smo\:mg-100 {
    margin: 6.25rem;
  }
  .smo\:padding-100 {
    padding: 6.25rem;
  }
  .smo\:mg-top-100 {
    margin-top: 6.25rem;
  }
  .smo\:padding-top-100 {
    padding-top: 6.25rem;
  }
  .smo\:mg-right-100 {
    margin-right: 6.25rem;
  }
  .smo\:padding-right-100 {
    padding-right: 6.25rem;
  }
  .smo\:mg-bottom-100 {
    margin-bottom: 6.25rem;
  }
  .smo\:padding-bottom-100 {
    padding-bottom: 6.25rem;
  }
  .smo\:mg-left-100 {
    margin-left: 6.25rem;
  }
  .smo\:padding-left-100 {
    padding-left: 6.25rem;
  }
  .smo\:mg-x-100 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .smo\:mg-y-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .smo\:padding-x-100 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .smo\:padding-y-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 970px) {
  .smb\:mg-5 {
    margin: 0.3125rem;
  }
  .smb\:padding-5 {
    padding: 0.3125rem;
  }
  .smb\:mg-top-5 {
    margin-top: 0.3125rem;
  }
  .smb\:padding-top-5 {
    padding-top: 0.3125rem;
  }
  .smb\:mg-right-5 {
    margin-right: 0.3125rem;
  }
  .smb\:padding-right-5 {
    padding-right: 0.3125rem;
  }
  .smb\:mg-bottom-5 {
    margin-bottom: 0.3125rem;
  }
  .smb\:padding-bottom-5 {
    padding-bottom: 0.3125rem;
  }
  .smb\:mg-left-5 {
    margin-left: 0.3125rem;
  }
  .smb\:padding-left-5 {
    padding-left: 0.3125rem;
  }
  .smb\:mg-x-5 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .smb\:mg-y-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .smb\:padding-x-5 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .smb\:padding-y-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .smb\:mg-10 {
    margin: 0.625rem;
  }
  .smb\:padding-10 {
    padding: 0.625rem;
  }
  .smb\:mg-top-10 {
    margin-top: 0.625rem;
  }
  .smb\:padding-top-10 {
    padding-top: 0.625rem;
  }
  .smb\:mg-right-10 {
    margin-right: 0.625rem;
  }
  .smb\:padding-right-10 {
    padding-right: 0.625rem;
  }
  .smb\:mg-bottom-10 {
    margin-bottom: 0.625rem;
  }
  .smb\:padding-bottom-10 {
    padding-bottom: 0.625rem;
  }
  .smb\:mg-left-10 {
    margin-left: 0.625rem;
  }
  .smb\:padding-left-10 {
    padding-left: 0.625rem;
  }
  .smb\:mg-x-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .smb\:mg-y-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .smb\:padding-x-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .smb\:padding-y-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .smb\:mg-15 {
    margin: 0.9375rem;
  }
  .smb\:padding-15 {
    padding: 0.9375rem;
  }
  .smb\:mg-top-15 {
    margin-top: 0.9375rem;
  }
  .smb\:padding-top-15 {
    padding-top: 0.9375rem;
  }
  .smb\:mg-right-15 {
    margin-right: 0.9375rem;
  }
  .smb\:padding-right-15 {
    padding-right: 0.9375rem;
  }
  .smb\:mg-bottom-15 {
    margin-bottom: 0.9375rem;
  }
  .smb\:padding-bottom-15 {
    padding-bottom: 0.9375rem;
  }
  .smb\:mg-left-15 {
    margin-left: 0.9375rem;
  }
  .smb\:padding-left-15 {
    padding-left: 0.9375rem;
  }
  .smb\:mg-x-15 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .smb\:mg-y-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .smb\:padding-x-15 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .smb\:padding-y-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .smb\:mg-20 {
    margin: 1.25rem;
  }
  .smb\:padding-20 {
    padding: 1.25rem;
  }
  .smb\:mg-top-20 {
    margin-top: 1.25rem;
  }
  .smb\:padding-top-20 {
    padding-top: 1.25rem;
  }
  .smb\:mg-right-20 {
    margin-right: 1.25rem;
  }
  .smb\:padding-right-20 {
    padding-right: 1.25rem;
  }
  .smb\:mg-bottom-20 {
    margin-bottom: 1.25rem;
  }
  .smb\:padding-bottom-20 {
    padding-bottom: 1.25rem;
  }
  .smb\:mg-left-20 {
    margin-left: 1.25rem;
  }
  .smb\:padding-left-20 {
    padding-left: 1.25rem;
  }
  .smb\:mg-x-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .smb\:mg-y-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .smb\:padding-x-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .smb\:padding-y-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .smb\:mg-25 {
    margin: 1.5625rem;
  }
  .smb\:padding-25 {
    padding: 1.5625rem;
  }
  .smb\:mg-top-25 {
    margin-top: 1.5625rem;
  }
  .smb\:padding-top-25 {
    padding-top: 1.5625rem;
  }
  .smb\:mg-right-25 {
    margin-right: 1.5625rem;
  }
  .smb\:padding-right-25 {
    padding-right: 1.5625rem;
  }
  .smb\:mg-bottom-25 {
    margin-bottom: 1.5625rem;
  }
  .smb\:padding-bottom-25 {
    padding-bottom: 1.5625rem;
  }
  .smb\:mg-left-25 {
    margin-left: 1.5625rem;
  }
  .smb\:padding-left-25 {
    padding-left: 1.5625rem;
  }
  .smb\:mg-x-25 {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
  .smb\:mg-y-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .smb\:padding-x-25 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .smb\:padding-y-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .smb\:mg-30 {
    margin: 1.875rem;
  }
  .smb\:padding-30 {
    padding: 1.875rem;
  }
  .smb\:mg-top-30 {
    margin-top: 1.875rem;
  }
  .smb\:padding-top-30 {
    padding-top: 1.875rem;
  }
  .smb\:mg-right-30 {
    margin-right: 1.875rem;
  }
  .smb\:padding-right-30 {
    padding-right: 1.875rem;
  }
  .smb\:mg-bottom-30 {
    margin-bottom: 1.875rem;
  }
  .smb\:padding-bottom-30 {
    padding-bottom: 1.875rem;
  }
  .smb\:mg-left-30 {
    margin-left: 1.875rem;
  }
  .smb\:padding-left-30 {
    padding-left: 1.875rem;
  }
  .smb\:mg-x-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .smb\:mg-y-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .smb\:padding-x-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .smb\:padding-y-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .smb\:mg-35 {
    margin: 2.1875rem;
  }
  .smb\:padding-35 {
    padding: 2.1875rem;
  }
  .smb\:mg-top-35 {
    margin-top: 2.1875rem;
  }
  .smb\:padding-top-35 {
    padding-top: 2.1875rem;
  }
  .smb\:mg-right-35 {
    margin-right: 2.1875rem;
  }
  .smb\:padding-right-35 {
    padding-right: 2.1875rem;
  }
  .smb\:mg-bottom-35 {
    margin-bottom: 2.1875rem;
  }
  .smb\:padding-bottom-35 {
    padding-bottom: 2.1875rem;
  }
  .smb\:mg-left-35 {
    margin-left: 2.1875rem;
  }
  .smb\:padding-left-35 {
    padding-left: 2.1875rem;
  }
  .smb\:mg-x-35 {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }
  .smb\:mg-y-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
  .smb\:padding-x-35 {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
  .smb\:padding-y-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  .smb\:mg-40 {
    margin: 2.5rem;
  }
  .smb\:padding-40 {
    padding: 2.5rem;
  }
  .smb\:mg-top-40 {
    margin-top: 2.5rem;
  }
  .smb\:padding-top-40 {
    padding-top: 2.5rem;
  }
  .smb\:mg-right-40 {
    margin-right: 2.5rem;
  }
  .smb\:padding-right-40 {
    padding-right: 2.5rem;
  }
  .smb\:mg-bottom-40 {
    margin-bottom: 2.5rem;
  }
  .smb\:padding-bottom-40 {
    padding-bottom: 2.5rem;
  }
  .smb\:mg-left-40 {
    margin-left: 2.5rem;
  }
  .smb\:padding-left-40 {
    padding-left: 2.5rem;
  }
  .smb\:mg-x-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .smb\:mg-y-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .smb\:padding-x-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .smb\:padding-y-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .smb\:mg-45 {
    margin: 2.8125rem;
  }
  .smb\:padding-45 {
    padding: 2.8125rem;
  }
  .smb\:mg-top-45 {
    margin-top: 2.8125rem;
  }
  .smb\:padding-top-45 {
    padding-top: 2.8125rem;
  }
  .smb\:mg-right-45 {
    margin-right: 2.8125rem;
  }
  .smb\:padding-right-45 {
    padding-right: 2.8125rem;
  }
  .smb\:mg-bottom-45 {
    margin-bottom: 2.8125rem;
  }
  .smb\:padding-bottom-45 {
    padding-bottom: 2.8125rem;
  }
  .smb\:mg-left-45 {
    margin-left: 2.8125rem;
  }
  .smb\:padding-left-45 {
    padding-left: 2.8125rem;
  }
  .smb\:mg-x-45 {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
  .smb\:mg-y-45 {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
  .smb\:padding-x-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .smb\:padding-y-45 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .smb\:mg-50 {
    margin: 3.125rem;
  }
  .smb\:padding-50 {
    padding: 3.125rem;
  }
  .smb\:mg-top-50 {
    margin-top: 3.125rem;
  }
  .smb\:padding-top-50 {
    padding-top: 3.125rem;
  }
  .smb\:mg-right-50 {
    margin-right: 3.125rem;
  }
  .smb\:padding-right-50 {
    padding-right: 3.125rem;
  }
  .smb\:mg-bottom-50 {
    margin-bottom: 3.125rem;
  }
  .smb\:padding-bottom-50 {
    padding-bottom: 3.125rem;
  }
  .smb\:mg-left-50 {
    margin-left: 3.125rem;
  }
  .smb\:padding-left-50 {
    padding-left: 3.125rem;
  }
  .smb\:mg-x-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .smb\:mg-y-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .smb\:padding-x-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .smb\:padding-y-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .smb\:mg-55 {
    margin: 3.4375rem;
  }
  .smb\:padding-55 {
    padding: 3.4375rem;
  }
  .smb\:mg-top-55 {
    margin-top: 3.4375rem;
  }
  .smb\:padding-top-55 {
    padding-top: 3.4375rem;
  }
  .smb\:mg-right-55 {
    margin-right: 3.4375rem;
  }
  .smb\:padding-right-55 {
    padding-right: 3.4375rem;
  }
  .smb\:mg-bottom-55 {
    margin-bottom: 3.4375rem;
  }
  .smb\:padding-bottom-55 {
    padding-bottom: 3.4375rem;
  }
  .smb\:mg-left-55 {
    margin-left: 3.4375rem;
  }
  .smb\:padding-left-55 {
    padding-left: 3.4375rem;
  }
  .smb\:mg-x-55 {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }
  .smb\:mg-y-55 {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }
  .smb\:padding-x-55 {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
  .smb\:padding-y-55 {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
  .smb\:mg-60 {
    margin: 3.75rem;
  }
  .smb\:padding-60 {
    padding: 3.75rem;
  }
  .smb\:mg-top-60 {
    margin-top: 3.75rem;
  }
  .smb\:padding-top-60 {
    padding-top: 3.75rem;
  }
  .smb\:mg-right-60 {
    margin-right: 3.75rem;
  }
  .smb\:padding-right-60 {
    padding-right: 3.75rem;
  }
  .smb\:mg-bottom-60 {
    margin-bottom: 3.75rem;
  }
  .smb\:padding-bottom-60 {
    padding-bottom: 3.75rem;
  }
  .smb\:mg-left-60 {
    margin-left: 3.75rem;
  }
  .smb\:padding-left-60 {
    padding-left: 3.75rem;
  }
  .smb\:mg-x-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .smb\:mg-y-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .smb\:padding-x-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .smb\:padding-y-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .smb\:mg-65 {
    margin: 4.0625rem;
  }
  .smb\:padding-65 {
    padding: 4.0625rem;
  }
  .smb\:mg-top-65 {
    margin-top: 4.0625rem;
  }
  .smb\:padding-top-65 {
    padding-top: 4.0625rem;
  }
  .smb\:mg-right-65 {
    margin-right: 4.0625rem;
  }
  .smb\:padding-right-65 {
    padding-right: 4.0625rem;
  }
  .smb\:mg-bottom-65 {
    margin-bottom: 4.0625rem;
  }
  .smb\:padding-bottom-65 {
    padding-bottom: 4.0625rem;
  }
  .smb\:mg-left-65 {
    margin-left: 4.0625rem;
  }
  .smb\:padding-left-65 {
    padding-left: 4.0625rem;
  }
  .smb\:mg-x-65 {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }
  .smb\:mg-y-65 {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }
  .smb\:padding-x-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
  .smb\:padding-y-65 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .smb\:mg-70 {
    margin: 4.375rem;
  }
  .smb\:padding-70 {
    padding: 4.375rem;
  }
  .smb\:mg-top-70 {
    margin-top: 4.375rem;
  }
  .smb\:padding-top-70 {
    padding-top: 4.375rem;
  }
  .smb\:mg-right-70 {
    margin-right: 4.375rem;
  }
  .smb\:padding-right-70 {
    padding-right: 4.375rem;
  }
  .smb\:mg-bottom-70 {
    margin-bottom: 4.375rem;
  }
  .smb\:padding-bottom-70 {
    padding-bottom: 4.375rem;
  }
  .smb\:mg-left-70 {
    margin-left: 4.375rem;
  }
  .smb\:padding-left-70 {
    padding-left: 4.375rem;
  }
  .smb\:mg-x-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .smb\:mg-y-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .smb\:padding-x-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .smb\:padding-y-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .smb\:mg-75 {
    margin: 4.6875rem;
  }
  .smb\:padding-75 {
    padding: 4.6875rem;
  }
  .smb\:mg-top-75 {
    margin-top: 4.6875rem;
  }
  .smb\:padding-top-75 {
    padding-top: 4.6875rem;
  }
  .smb\:mg-right-75 {
    margin-right: 4.6875rem;
  }
  .smb\:padding-right-75 {
    padding-right: 4.6875rem;
  }
  .smb\:mg-bottom-75 {
    margin-bottom: 4.6875rem;
  }
  .smb\:padding-bottom-75 {
    padding-bottom: 4.6875rem;
  }
  .smb\:mg-left-75 {
    margin-left: 4.6875rem;
  }
  .smb\:padding-left-75 {
    padding-left: 4.6875rem;
  }
  .smb\:mg-x-75 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .smb\:mg-y-75 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
  .smb\:padding-x-75 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .smb\:padding-y-75 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .smb\:mg-80 {
    margin: 5rem;
  }
  .smb\:padding-80 {
    padding: 5rem;
  }
  .smb\:mg-top-80 {
    margin-top: 5rem;
  }
  .smb\:padding-top-80 {
    padding-top: 5rem;
  }
  .smb\:mg-right-80 {
    margin-right: 5rem;
  }
  .smb\:padding-right-80 {
    padding-right: 5rem;
  }
  .smb\:mg-bottom-80 {
    margin-bottom: 5rem;
  }
  .smb\:padding-bottom-80 {
    padding-bottom: 5rem;
  }
  .smb\:mg-left-80 {
    margin-left: 5rem;
  }
  .smb\:padding-left-80 {
    padding-left: 5rem;
  }
  .smb\:mg-x-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .smb\:mg-y-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .smb\:padding-x-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .smb\:padding-y-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .smb\:mg-85 {
    margin: 5.3125rem;
  }
  .smb\:padding-85 {
    padding: 5.3125rem;
  }
  .smb\:mg-top-85 {
    margin-top: 5.3125rem;
  }
  .smb\:padding-top-85 {
    padding-top: 5.3125rem;
  }
  .smb\:mg-right-85 {
    margin-right: 5.3125rem;
  }
  .smb\:padding-right-85 {
    padding-right: 5.3125rem;
  }
  .smb\:mg-bottom-85 {
    margin-bottom: 5.3125rem;
  }
  .smb\:padding-bottom-85 {
    padding-bottom: 5.3125rem;
  }
  .smb\:mg-left-85 {
    margin-left: 5.3125rem;
  }
  .smb\:padding-left-85 {
    padding-left: 5.3125rem;
  }
  .smb\:mg-x-85 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .smb\:mg-y-85 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .smb\:padding-x-85 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .smb\:padding-y-85 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .smb\:mg-90 {
    margin: 5.625rem;
  }
  .smb\:padding-90 {
    padding: 5.625rem;
  }
  .smb\:mg-top-90 {
    margin-top: 5.625rem;
  }
  .smb\:padding-top-90 {
    padding-top: 5.625rem;
  }
  .smb\:mg-right-90 {
    margin-right: 5.625rem;
  }
  .smb\:padding-right-90 {
    padding-right: 5.625rem;
  }
  .smb\:mg-bottom-90 {
    margin-bottom: 5.625rem;
  }
  .smb\:padding-bottom-90 {
    padding-bottom: 5.625rem;
  }
  .smb\:mg-left-90 {
    margin-left: 5.625rem;
  }
  .smb\:padding-left-90 {
    padding-left: 5.625rem;
  }
  .smb\:mg-x-90 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .smb\:mg-y-90 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .smb\:padding-x-90 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .smb\:padding-y-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .smb\:mg-95 {
    margin: 5.9375rem;
  }
  .smb\:padding-95 {
    padding: 5.9375rem;
  }
  .smb\:mg-top-95 {
    margin-top: 5.9375rem;
  }
  .smb\:padding-top-95 {
    padding-top: 5.9375rem;
  }
  .smb\:mg-right-95 {
    margin-right: 5.9375rem;
  }
  .smb\:padding-right-95 {
    padding-right: 5.9375rem;
  }
  .smb\:mg-bottom-95 {
    margin-bottom: 5.9375rem;
  }
  .smb\:padding-bottom-95 {
    padding-bottom: 5.9375rem;
  }
  .smb\:mg-left-95 {
    margin-left: 5.9375rem;
  }
  .smb\:padding-left-95 {
    padding-left: 5.9375rem;
  }
  .smb\:mg-x-95 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .smb\:mg-y-95 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .smb\:padding-x-95 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .smb\:padding-y-95 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .smb\:mg-100 {
    margin: 6.25rem;
  }
  .smb\:padding-100 {
    padding: 6.25rem;
  }
  .smb\:mg-top-100 {
    margin-top: 6.25rem;
  }
  .smb\:padding-top-100 {
    padding-top: 6.25rem;
  }
  .smb\:mg-right-100 {
    margin-right: 6.25rem;
  }
  .smb\:padding-right-100 {
    padding-right: 6.25rem;
  }
  .smb\:mg-bottom-100 {
    margin-bottom: 6.25rem;
  }
  .smb\:padding-bottom-100 {
    padding-bottom: 6.25rem;
  }
  .smb\:mg-left-100 {
    margin-left: 6.25rem;
  }
  .smb\:padding-left-100 {
    padding-left: 6.25rem;
  }
  .smb\:mg-x-100 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .smb\:mg-y-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .smb\:padding-x-100 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .smb\:padding-y-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 971px) {
  .md\:mg-5 {
    margin: 0.3125rem;
  }
  .md\:padding-5 {
    padding: 0.3125rem;
  }
  .md\:mg-top-5 {
    margin-top: 0.3125rem;
  }
  .md\:padding-top-5 {
    padding-top: 0.3125rem;
  }
  .md\:mg-right-5 {
    margin-right: 0.3125rem;
  }
  .md\:padding-right-5 {
    padding-right: 0.3125rem;
  }
  .md\:mg-bottom-5 {
    margin-bottom: 0.3125rem;
  }
  .md\:padding-bottom-5 {
    padding-bottom: 0.3125rem;
  }
  .md\:mg-left-5 {
    margin-left: 0.3125rem;
  }
  .md\:padding-left-5 {
    padding-left: 0.3125rem;
  }
  .md\:mg-x-5 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .md\:mg-y-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .md\:padding-x-5 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .md\:padding-y-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .md\:mg-10 {
    margin: 0.625rem;
  }
  .md\:padding-10 {
    padding: 0.625rem;
  }
  .md\:mg-top-10 {
    margin-top: 0.625rem;
  }
  .md\:padding-top-10 {
    padding-top: 0.625rem;
  }
  .md\:mg-right-10 {
    margin-right: 0.625rem;
  }
  .md\:padding-right-10 {
    padding-right: 0.625rem;
  }
  .md\:mg-bottom-10 {
    margin-bottom: 0.625rem;
  }
  .md\:padding-bottom-10 {
    padding-bottom: 0.625rem;
  }
  .md\:mg-left-10 {
    margin-left: 0.625rem;
  }
  .md\:padding-left-10 {
    padding-left: 0.625rem;
  }
  .md\:mg-x-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .md\:mg-y-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .md\:padding-x-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .md\:padding-y-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:mg-15 {
    margin: 0.9375rem;
  }
  .md\:padding-15 {
    padding: 0.9375rem;
  }
  .md\:mg-top-15 {
    margin-top: 0.9375rem;
  }
  .md\:padding-top-15 {
    padding-top: 0.9375rem;
  }
  .md\:mg-right-15 {
    margin-right: 0.9375rem;
  }
  .md\:padding-right-15 {
    padding-right: 0.9375rem;
  }
  .md\:mg-bottom-15 {
    margin-bottom: 0.9375rem;
  }
  .md\:padding-bottom-15 {
    padding-bottom: 0.9375rem;
  }
  .md\:mg-left-15 {
    margin-left: 0.9375rem;
  }
  .md\:padding-left-15 {
    padding-left: 0.9375rem;
  }
  .md\:mg-x-15 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .md\:mg-y-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .md\:padding-x-15 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .md\:padding-y-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .md\:mg-20 {
    margin: 1.25rem;
  }
  .md\:padding-20 {
    padding: 1.25rem;
  }
  .md\:mg-top-20 {
    margin-top: 1.25rem;
  }
  .md\:padding-top-20 {
    padding-top: 1.25rem;
  }
  .md\:mg-right-20 {
    margin-right: 1.25rem;
  }
  .md\:padding-right-20 {
    padding-right: 1.25rem;
  }
  .md\:mg-bottom-20 {
    margin-bottom: 1.25rem;
  }
  .md\:padding-bottom-20 {
    padding-bottom: 1.25rem;
  }
  .md\:mg-left-20 {
    margin-left: 1.25rem;
  }
  .md\:padding-left-20 {
    padding-left: 1.25rem;
  }
  .md\:mg-x-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .md\:mg-y-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .md\:padding-x-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:padding-y-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:mg-25 {
    margin: 1.5625rem;
  }
  .md\:padding-25 {
    padding: 1.5625rem;
  }
  .md\:mg-top-25 {
    margin-top: 1.5625rem;
  }
  .md\:padding-top-25 {
    padding-top: 1.5625rem;
  }
  .md\:mg-right-25 {
    margin-right: 1.5625rem;
  }
  .md\:padding-right-25 {
    padding-right: 1.5625rem;
  }
  .md\:mg-bottom-25 {
    margin-bottom: 1.5625rem;
  }
  .md\:padding-bottom-25 {
    padding-bottom: 1.5625rem;
  }
  .md\:mg-left-25 {
    margin-left: 1.5625rem;
  }
  .md\:padding-left-25 {
    padding-left: 1.5625rem;
  }
  .md\:mg-x-25 {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
  .md\:mg-y-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .md\:padding-x-25 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .md\:padding-y-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .md\:mg-30 {
    margin: 1.875rem;
  }
  .md\:padding-30 {
    padding: 1.875rem;
  }
  .md\:mg-top-30 {
    margin-top: 1.875rem;
  }
  .md\:padding-top-30 {
    padding-top: 1.875rem;
  }
  .md\:mg-right-30 {
    margin-right: 1.875rem;
  }
  .md\:padding-right-30 {
    padding-right: 1.875rem;
  }
  .md\:mg-bottom-30 {
    margin-bottom: 1.875rem;
  }
  .md\:padding-bottom-30 {
    padding-bottom: 1.875rem;
  }
  .md\:mg-left-30 {
    margin-left: 1.875rem;
  }
  .md\:padding-left-30 {
    padding-left: 1.875rem;
  }
  .md\:mg-x-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .md\:mg-y-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .md\:padding-x-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .md\:padding-y-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .md\:mg-35 {
    margin: 2.1875rem;
  }
  .md\:padding-35 {
    padding: 2.1875rem;
  }
  .md\:mg-top-35 {
    margin-top: 2.1875rem;
  }
  .md\:padding-top-35 {
    padding-top: 2.1875rem;
  }
  .md\:mg-right-35 {
    margin-right: 2.1875rem;
  }
  .md\:padding-right-35 {
    padding-right: 2.1875rem;
  }
  .md\:mg-bottom-35 {
    margin-bottom: 2.1875rem;
  }
  .md\:padding-bottom-35 {
    padding-bottom: 2.1875rem;
  }
  .md\:mg-left-35 {
    margin-left: 2.1875rem;
  }
  .md\:padding-left-35 {
    padding-left: 2.1875rem;
  }
  .md\:mg-x-35 {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }
  .md\:mg-y-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
  .md\:padding-x-35 {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
  .md\:padding-y-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  .md\:mg-40 {
    margin: 2.5rem;
  }
  .md\:padding-40 {
    padding: 2.5rem;
  }
  .md\:mg-top-40 {
    margin-top: 2.5rem;
  }
  .md\:padding-top-40 {
    padding-top: 2.5rem;
  }
  .md\:mg-right-40 {
    margin-right: 2.5rem;
  }
  .md\:padding-right-40 {
    padding-right: 2.5rem;
  }
  .md\:mg-bottom-40 {
    margin-bottom: 2.5rem;
  }
  .md\:padding-bottom-40 {
    padding-bottom: 2.5rem;
  }
  .md\:mg-left-40 {
    margin-left: 2.5rem;
  }
  .md\:padding-left-40 {
    padding-left: 2.5rem;
  }
  .md\:mg-x-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:mg-y-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:padding-x-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:padding-y-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:mg-45 {
    margin: 2.8125rem;
  }
  .md\:padding-45 {
    padding: 2.8125rem;
  }
  .md\:mg-top-45 {
    margin-top: 2.8125rem;
  }
  .md\:padding-top-45 {
    padding-top: 2.8125rem;
  }
  .md\:mg-right-45 {
    margin-right: 2.8125rem;
  }
  .md\:padding-right-45 {
    padding-right: 2.8125rem;
  }
  .md\:mg-bottom-45 {
    margin-bottom: 2.8125rem;
  }
  .md\:padding-bottom-45 {
    padding-bottom: 2.8125rem;
  }
  .md\:mg-left-45 {
    margin-left: 2.8125rem;
  }
  .md\:padding-left-45 {
    padding-left: 2.8125rem;
  }
  .md\:mg-x-45 {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
  .md\:mg-y-45 {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
  .md\:padding-x-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .md\:padding-y-45 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .md\:mg-50 {
    margin: 3.125rem;
  }
  .md\:padding-50 {
    padding: 3.125rem;
  }
  .md\:mg-top-50 {
    margin-top: 3.125rem;
  }
  .md\:padding-top-50 {
    padding-top: 3.125rem;
  }
  .md\:mg-right-50 {
    margin-right: 3.125rem;
  }
  .md\:padding-right-50 {
    padding-right: 3.125rem;
  }
  .md\:mg-bottom-50 {
    margin-bottom: 3.125rem;
  }
  .md\:padding-bottom-50 {
    padding-bottom: 3.125rem;
  }
  .md\:mg-left-50 {
    margin-left: 3.125rem;
  }
  .md\:padding-left-50 {
    padding-left: 3.125rem;
  }
  .md\:mg-x-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .md\:mg-y-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .md\:padding-x-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .md\:padding-y-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .md\:mg-55 {
    margin: 3.4375rem;
  }
  .md\:padding-55 {
    padding: 3.4375rem;
  }
  .md\:mg-top-55 {
    margin-top: 3.4375rem;
  }
  .md\:padding-top-55 {
    padding-top: 3.4375rem;
  }
  .md\:mg-right-55 {
    margin-right: 3.4375rem;
  }
  .md\:padding-right-55 {
    padding-right: 3.4375rem;
  }
  .md\:mg-bottom-55 {
    margin-bottom: 3.4375rem;
  }
  .md\:padding-bottom-55 {
    padding-bottom: 3.4375rem;
  }
  .md\:mg-left-55 {
    margin-left: 3.4375rem;
  }
  .md\:padding-left-55 {
    padding-left: 3.4375rem;
  }
  .md\:mg-x-55 {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }
  .md\:mg-y-55 {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }
  .md\:padding-x-55 {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
  .md\:padding-y-55 {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
  .md\:mg-60 {
    margin: 3.75rem;
  }
  .md\:padding-60 {
    padding: 3.75rem;
  }
  .md\:mg-top-60 {
    margin-top: 3.75rem;
  }
  .md\:padding-top-60 {
    padding-top: 3.75rem;
  }
  .md\:mg-right-60 {
    margin-right: 3.75rem;
  }
  .md\:padding-right-60 {
    padding-right: 3.75rem;
  }
  .md\:mg-bottom-60 {
    margin-bottom: 3.75rem;
  }
  .md\:padding-bottom-60 {
    padding-bottom: 3.75rem;
  }
  .md\:mg-left-60 {
    margin-left: 3.75rem;
  }
  .md\:padding-left-60 {
    padding-left: 3.75rem;
  }
  .md\:mg-x-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .md\:mg-y-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .md\:padding-x-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .md\:padding-y-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .md\:mg-65 {
    margin: 4.0625rem;
  }
  .md\:padding-65 {
    padding: 4.0625rem;
  }
  .md\:mg-top-65 {
    margin-top: 4.0625rem;
  }
  .md\:padding-top-65 {
    padding-top: 4.0625rem;
  }
  .md\:mg-right-65 {
    margin-right: 4.0625rem;
  }
  .md\:padding-right-65 {
    padding-right: 4.0625rem;
  }
  .md\:mg-bottom-65 {
    margin-bottom: 4.0625rem;
  }
  .md\:padding-bottom-65 {
    padding-bottom: 4.0625rem;
  }
  .md\:mg-left-65 {
    margin-left: 4.0625rem;
  }
  .md\:padding-left-65 {
    padding-left: 4.0625rem;
  }
  .md\:mg-x-65 {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }
  .md\:mg-y-65 {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }
  .md\:padding-x-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
  .md\:padding-y-65 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .md\:mg-70 {
    margin: 4.375rem;
  }
  .md\:padding-70 {
    padding: 4.375rem;
  }
  .md\:mg-top-70 {
    margin-top: 4.375rem;
  }
  .md\:padding-top-70 {
    padding-top: 4.375rem;
  }
  .md\:mg-right-70 {
    margin-right: 4.375rem;
  }
  .md\:padding-right-70 {
    padding-right: 4.375rem;
  }
  .md\:mg-bottom-70 {
    margin-bottom: 4.375rem;
  }
  .md\:padding-bottom-70 {
    padding-bottom: 4.375rem;
  }
  .md\:mg-left-70 {
    margin-left: 4.375rem;
  }
  .md\:padding-left-70 {
    padding-left: 4.375rem;
  }
  .md\:mg-x-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .md\:mg-y-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .md\:padding-x-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .md\:padding-y-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .md\:mg-75 {
    margin: 4.6875rem;
  }
  .md\:padding-75 {
    padding: 4.6875rem;
  }
  .md\:mg-top-75 {
    margin-top: 4.6875rem;
  }
  .md\:padding-top-75 {
    padding-top: 4.6875rem;
  }
  .md\:mg-right-75 {
    margin-right: 4.6875rem;
  }
  .md\:padding-right-75 {
    padding-right: 4.6875rem;
  }
  .md\:mg-bottom-75 {
    margin-bottom: 4.6875rem;
  }
  .md\:padding-bottom-75 {
    padding-bottom: 4.6875rem;
  }
  .md\:mg-left-75 {
    margin-left: 4.6875rem;
  }
  .md\:padding-left-75 {
    padding-left: 4.6875rem;
  }
  .md\:mg-x-75 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .md\:mg-y-75 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
  .md\:padding-x-75 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .md\:padding-y-75 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .md\:mg-80 {
    margin: 5rem;
  }
  .md\:padding-80 {
    padding: 5rem;
  }
  .md\:mg-top-80 {
    margin-top: 5rem;
  }
  .md\:padding-top-80 {
    padding-top: 5rem;
  }
  .md\:mg-right-80 {
    margin-right: 5rem;
  }
  .md\:padding-right-80 {
    padding-right: 5rem;
  }
  .md\:mg-bottom-80 {
    margin-bottom: 5rem;
  }
  .md\:padding-bottom-80 {
    padding-bottom: 5rem;
  }
  .md\:mg-left-80 {
    margin-left: 5rem;
  }
  .md\:padding-left-80 {
    padding-left: 5rem;
  }
  .md\:mg-x-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .md\:mg-y-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .md\:padding-x-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:padding-y-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:mg-85 {
    margin: 5.3125rem;
  }
  .md\:padding-85 {
    padding: 5.3125rem;
  }
  .md\:mg-top-85 {
    margin-top: 5.3125rem;
  }
  .md\:padding-top-85 {
    padding-top: 5.3125rem;
  }
  .md\:mg-right-85 {
    margin-right: 5.3125rem;
  }
  .md\:padding-right-85 {
    padding-right: 5.3125rem;
  }
  .md\:mg-bottom-85 {
    margin-bottom: 5.3125rem;
  }
  .md\:padding-bottom-85 {
    padding-bottom: 5.3125rem;
  }
  .md\:mg-left-85 {
    margin-left: 5.3125rem;
  }
  .md\:padding-left-85 {
    padding-left: 5.3125rem;
  }
  .md\:mg-x-85 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .md\:mg-y-85 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .md\:padding-x-85 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .md\:padding-y-85 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .md\:mg-90 {
    margin: 5.625rem;
  }
  .md\:padding-90 {
    padding: 5.625rem;
  }
  .md\:mg-top-90 {
    margin-top: 5.625rem;
  }
  .md\:padding-top-90 {
    padding-top: 5.625rem;
  }
  .md\:mg-right-90 {
    margin-right: 5.625rem;
  }
  .md\:padding-right-90 {
    padding-right: 5.625rem;
  }
  .md\:mg-bottom-90 {
    margin-bottom: 5.625rem;
  }
  .md\:padding-bottom-90 {
    padding-bottom: 5.625rem;
  }
  .md\:mg-left-90 {
    margin-left: 5.625rem;
  }
  .md\:padding-left-90 {
    padding-left: 5.625rem;
  }
  .md\:mg-x-90 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .md\:mg-y-90 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .md\:padding-x-90 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .md\:padding-y-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .md\:mg-95 {
    margin: 5.9375rem;
  }
  .md\:padding-95 {
    padding: 5.9375rem;
  }
  .md\:mg-top-95 {
    margin-top: 5.9375rem;
  }
  .md\:padding-top-95 {
    padding-top: 5.9375rem;
  }
  .md\:mg-right-95 {
    margin-right: 5.9375rem;
  }
  .md\:padding-right-95 {
    padding-right: 5.9375rem;
  }
  .md\:mg-bottom-95 {
    margin-bottom: 5.9375rem;
  }
  .md\:padding-bottom-95 {
    padding-bottom: 5.9375rem;
  }
  .md\:mg-left-95 {
    margin-left: 5.9375rem;
  }
  .md\:padding-left-95 {
    padding-left: 5.9375rem;
  }
  .md\:mg-x-95 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .md\:mg-y-95 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .md\:padding-x-95 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .md\:padding-y-95 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .md\:mg-100 {
    margin: 6.25rem;
  }
  .md\:padding-100 {
    padding: 6.25rem;
  }
  .md\:mg-top-100 {
    margin-top: 6.25rem;
  }
  .md\:padding-top-100 {
    padding-top: 6.25rem;
  }
  .md\:mg-right-100 {
    margin-right: 6.25rem;
  }
  .md\:padding-right-100 {
    padding-right: 6.25rem;
  }
  .md\:mg-bottom-100 {
    margin-bottom: 6.25rem;
  }
  .md\:padding-bottom-100 {
    padding-bottom: 6.25rem;
  }
  .md\:mg-left-100 {
    margin-left: 6.25rem;
  }
  .md\:padding-left-100 {
    padding-left: 6.25rem;
  }
  .md\:mg-x-100 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .md\:mg-y-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .md\:padding-x-100 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .md\:padding-y-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:mg-5 {
    margin: 0.3125rem;
  }
  .mdo\:padding-5 {
    padding: 0.3125rem;
  }
  .mdo\:mg-top-5 {
    margin-top: 0.3125rem;
  }
  .mdo\:padding-top-5 {
    padding-top: 0.3125rem;
  }
  .mdo\:mg-right-5 {
    margin-right: 0.3125rem;
  }
  .mdo\:padding-right-5 {
    padding-right: 0.3125rem;
  }
  .mdo\:mg-bottom-5 {
    margin-bottom: 0.3125rem;
  }
  .mdo\:padding-bottom-5 {
    padding-bottom: 0.3125rem;
  }
  .mdo\:mg-left-5 {
    margin-left: 0.3125rem;
  }
  .mdo\:padding-left-5 {
    padding-left: 0.3125rem;
  }
  .mdo\:mg-x-5 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .mdo\:mg-y-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .mdo\:padding-x-5 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .mdo\:padding-y-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .mdo\:mg-10 {
    margin: 0.625rem;
  }
  .mdo\:padding-10 {
    padding: 0.625rem;
  }
  .mdo\:mg-top-10 {
    margin-top: 0.625rem;
  }
  .mdo\:padding-top-10 {
    padding-top: 0.625rem;
  }
  .mdo\:mg-right-10 {
    margin-right: 0.625rem;
  }
  .mdo\:padding-right-10 {
    padding-right: 0.625rem;
  }
  .mdo\:mg-bottom-10 {
    margin-bottom: 0.625rem;
  }
  .mdo\:padding-bottom-10 {
    padding-bottom: 0.625rem;
  }
  .mdo\:mg-left-10 {
    margin-left: 0.625rem;
  }
  .mdo\:padding-left-10 {
    padding-left: 0.625rem;
  }
  .mdo\:mg-x-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .mdo\:mg-y-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .mdo\:padding-x-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .mdo\:padding-y-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mdo\:mg-15 {
    margin: 0.9375rem;
  }
  .mdo\:padding-15 {
    padding: 0.9375rem;
  }
  .mdo\:mg-top-15 {
    margin-top: 0.9375rem;
  }
  .mdo\:padding-top-15 {
    padding-top: 0.9375rem;
  }
  .mdo\:mg-right-15 {
    margin-right: 0.9375rem;
  }
  .mdo\:padding-right-15 {
    padding-right: 0.9375rem;
  }
  .mdo\:mg-bottom-15 {
    margin-bottom: 0.9375rem;
  }
  .mdo\:padding-bottom-15 {
    padding-bottom: 0.9375rem;
  }
  .mdo\:mg-left-15 {
    margin-left: 0.9375rem;
  }
  .mdo\:padding-left-15 {
    padding-left: 0.9375rem;
  }
  .mdo\:mg-x-15 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .mdo\:mg-y-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .mdo\:padding-x-15 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .mdo\:padding-y-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .mdo\:mg-20 {
    margin: 1.25rem;
  }
  .mdo\:padding-20 {
    padding: 1.25rem;
  }
  .mdo\:mg-top-20 {
    margin-top: 1.25rem;
  }
  .mdo\:padding-top-20 {
    padding-top: 1.25rem;
  }
  .mdo\:mg-right-20 {
    margin-right: 1.25rem;
  }
  .mdo\:padding-right-20 {
    padding-right: 1.25rem;
  }
  .mdo\:mg-bottom-20 {
    margin-bottom: 1.25rem;
  }
  .mdo\:padding-bottom-20 {
    padding-bottom: 1.25rem;
  }
  .mdo\:mg-left-20 {
    margin-left: 1.25rem;
  }
  .mdo\:padding-left-20 {
    padding-left: 1.25rem;
  }
  .mdo\:mg-x-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .mdo\:mg-y-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .mdo\:padding-x-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .mdo\:padding-y-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .mdo\:mg-25 {
    margin: 1.5625rem;
  }
  .mdo\:padding-25 {
    padding: 1.5625rem;
  }
  .mdo\:mg-top-25 {
    margin-top: 1.5625rem;
  }
  .mdo\:padding-top-25 {
    padding-top: 1.5625rem;
  }
  .mdo\:mg-right-25 {
    margin-right: 1.5625rem;
  }
  .mdo\:padding-right-25 {
    padding-right: 1.5625rem;
  }
  .mdo\:mg-bottom-25 {
    margin-bottom: 1.5625rem;
  }
  .mdo\:padding-bottom-25 {
    padding-bottom: 1.5625rem;
  }
  .mdo\:mg-left-25 {
    margin-left: 1.5625rem;
  }
  .mdo\:padding-left-25 {
    padding-left: 1.5625rem;
  }
  .mdo\:mg-x-25 {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
  .mdo\:mg-y-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .mdo\:padding-x-25 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .mdo\:padding-y-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .mdo\:mg-30 {
    margin: 1.875rem;
  }
  .mdo\:padding-30 {
    padding: 1.875rem;
  }
  .mdo\:mg-top-30 {
    margin-top: 1.875rem;
  }
  .mdo\:padding-top-30 {
    padding-top: 1.875rem;
  }
  .mdo\:mg-right-30 {
    margin-right: 1.875rem;
  }
  .mdo\:padding-right-30 {
    padding-right: 1.875rem;
  }
  .mdo\:mg-bottom-30 {
    margin-bottom: 1.875rem;
  }
  .mdo\:padding-bottom-30 {
    padding-bottom: 1.875rem;
  }
  .mdo\:mg-left-30 {
    margin-left: 1.875rem;
  }
  .mdo\:padding-left-30 {
    padding-left: 1.875rem;
  }
  .mdo\:mg-x-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .mdo\:mg-y-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .mdo\:padding-x-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .mdo\:padding-y-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .mdo\:mg-35 {
    margin: 2.1875rem;
  }
  .mdo\:padding-35 {
    padding: 2.1875rem;
  }
  .mdo\:mg-top-35 {
    margin-top: 2.1875rem;
  }
  .mdo\:padding-top-35 {
    padding-top: 2.1875rem;
  }
  .mdo\:mg-right-35 {
    margin-right: 2.1875rem;
  }
  .mdo\:padding-right-35 {
    padding-right: 2.1875rem;
  }
  .mdo\:mg-bottom-35 {
    margin-bottom: 2.1875rem;
  }
  .mdo\:padding-bottom-35 {
    padding-bottom: 2.1875rem;
  }
  .mdo\:mg-left-35 {
    margin-left: 2.1875rem;
  }
  .mdo\:padding-left-35 {
    padding-left: 2.1875rem;
  }
  .mdo\:mg-x-35 {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }
  .mdo\:mg-y-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
  .mdo\:padding-x-35 {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
  .mdo\:padding-y-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  .mdo\:mg-40 {
    margin: 2.5rem;
  }
  .mdo\:padding-40 {
    padding: 2.5rem;
  }
  .mdo\:mg-top-40 {
    margin-top: 2.5rem;
  }
  .mdo\:padding-top-40 {
    padding-top: 2.5rem;
  }
  .mdo\:mg-right-40 {
    margin-right: 2.5rem;
  }
  .mdo\:padding-right-40 {
    padding-right: 2.5rem;
  }
  .mdo\:mg-bottom-40 {
    margin-bottom: 2.5rem;
  }
  .mdo\:padding-bottom-40 {
    padding-bottom: 2.5rem;
  }
  .mdo\:mg-left-40 {
    margin-left: 2.5rem;
  }
  .mdo\:padding-left-40 {
    padding-left: 2.5rem;
  }
  .mdo\:mg-x-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .mdo\:mg-y-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .mdo\:padding-x-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .mdo\:padding-y-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .mdo\:mg-45 {
    margin: 2.8125rem;
  }
  .mdo\:padding-45 {
    padding: 2.8125rem;
  }
  .mdo\:mg-top-45 {
    margin-top: 2.8125rem;
  }
  .mdo\:padding-top-45 {
    padding-top: 2.8125rem;
  }
  .mdo\:mg-right-45 {
    margin-right: 2.8125rem;
  }
  .mdo\:padding-right-45 {
    padding-right: 2.8125rem;
  }
  .mdo\:mg-bottom-45 {
    margin-bottom: 2.8125rem;
  }
  .mdo\:padding-bottom-45 {
    padding-bottom: 2.8125rem;
  }
  .mdo\:mg-left-45 {
    margin-left: 2.8125rem;
  }
  .mdo\:padding-left-45 {
    padding-left: 2.8125rem;
  }
  .mdo\:mg-x-45 {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
  .mdo\:mg-y-45 {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
  .mdo\:padding-x-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .mdo\:padding-y-45 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .mdo\:mg-50 {
    margin: 3.125rem;
  }
  .mdo\:padding-50 {
    padding: 3.125rem;
  }
  .mdo\:mg-top-50 {
    margin-top: 3.125rem;
  }
  .mdo\:padding-top-50 {
    padding-top: 3.125rem;
  }
  .mdo\:mg-right-50 {
    margin-right: 3.125rem;
  }
  .mdo\:padding-right-50 {
    padding-right: 3.125rem;
  }
  .mdo\:mg-bottom-50 {
    margin-bottom: 3.125rem;
  }
  .mdo\:padding-bottom-50 {
    padding-bottom: 3.125rem;
  }
  .mdo\:mg-left-50 {
    margin-left: 3.125rem;
  }
  .mdo\:padding-left-50 {
    padding-left: 3.125rem;
  }
  .mdo\:mg-x-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .mdo\:mg-y-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .mdo\:padding-x-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .mdo\:padding-y-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .mdo\:mg-55 {
    margin: 3.4375rem;
  }
  .mdo\:padding-55 {
    padding: 3.4375rem;
  }
  .mdo\:mg-top-55 {
    margin-top: 3.4375rem;
  }
  .mdo\:padding-top-55 {
    padding-top: 3.4375rem;
  }
  .mdo\:mg-right-55 {
    margin-right: 3.4375rem;
  }
  .mdo\:padding-right-55 {
    padding-right: 3.4375rem;
  }
  .mdo\:mg-bottom-55 {
    margin-bottom: 3.4375rem;
  }
  .mdo\:padding-bottom-55 {
    padding-bottom: 3.4375rem;
  }
  .mdo\:mg-left-55 {
    margin-left: 3.4375rem;
  }
  .mdo\:padding-left-55 {
    padding-left: 3.4375rem;
  }
  .mdo\:mg-x-55 {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }
  .mdo\:mg-y-55 {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }
  .mdo\:padding-x-55 {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
  .mdo\:padding-y-55 {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
  .mdo\:mg-60 {
    margin: 3.75rem;
  }
  .mdo\:padding-60 {
    padding: 3.75rem;
  }
  .mdo\:mg-top-60 {
    margin-top: 3.75rem;
  }
  .mdo\:padding-top-60 {
    padding-top: 3.75rem;
  }
  .mdo\:mg-right-60 {
    margin-right: 3.75rem;
  }
  .mdo\:padding-right-60 {
    padding-right: 3.75rem;
  }
  .mdo\:mg-bottom-60 {
    margin-bottom: 3.75rem;
  }
  .mdo\:padding-bottom-60 {
    padding-bottom: 3.75rem;
  }
  .mdo\:mg-left-60 {
    margin-left: 3.75rem;
  }
  .mdo\:padding-left-60 {
    padding-left: 3.75rem;
  }
  .mdo\:mg-x-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .mdo\:mg-y-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .mdo\:padding-x-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .mdo\:padding-y-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .mdo\:mg-65 {
    margin: 4.0625rem;
  }
  .mdo\:padding-65 {
    padding: 4.0625rem;
  }
  .mdo\:mg-top-65 {
    margin-top: 4.0625rem;
  }
  .mdo\:padding-top-65 {
    padding-top: 4.0625rem;
  }
  .mdo\:mg-right-65 {
    margin-right: 4.0625rem;
  }
  .mdo\:padding-right-65 {
    padding-right: 4.0625rem;
  }
  .mdo\:mg-bottom-65 {
    margin-bottom: 4.0625rem;
  }
  .mdo\:padding-bottom-65 {
    padding-bottom: 4.0625rem;
  }
  .mdo\:mg-left-65 {
    margin-left: 4.0625rem;
  }
  .mdo\:padding-left-65 {
    padding-left: 4.0625rem;
  }
  .mdo\:mg-x-65 {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }
  .mdo\:mg-y-65 {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }
  .mdo\:padding-x-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
  .mdo\:padding-y-65 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .mdo\:mg-70 {
    margin: 4.375rem;
  }
  .mdo\:padding-70 {
    padding: 4.375rem;
  }
  .mdo\:mg-top-70 {
    margin-top: 4.375rem;
  }
  .mdo\:padding-top-70 {
    padding-top: 4.375rem;
  }
  .mdo\:mg-right-70 {
    margin-right: 4.375rem;
  }
  .mdo\:padding-right-70 {
    padding-right: 4.375rem;
  }
  .mdo\:mg-bottom-70 {
    margin-bottom: 4.375rem;
  }
  .mdo\:padding-bottom-70 {
    padding-bottom: 4.375rem;
  }
  .mdo\:mg-left-70 {
    margin-left: 4.375rem;
  }
  .mdo\:padding-left-70 {
    padding-left: 4.375rem;
  }
  .mdo\:mg-x-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .mdo\:mg-y-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .mdo\:padding-x-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .mdo\:padding-y-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .mdo\:mg-75 {
    margin: 4.6875rem;
  }
  .mdo\:padding-75 {
    padding: 4.6875rem;
  }
  .mdo\:mg-top-75 {
    margin-top: 4.6875rem;
  }
  .mdo\:padding-top-75 {
    padding-top: 4.6875rem;
  }
  .mdo\:mg-right-75 {
    margin-right: 4.6875rem;
  }
  .mdo\:padding-right-75 {
    padding-right: 4.6875rem;
  }
  .mdo\:mg-bottom-75 {
    margin-bottom: 4.6875rem;
  }
  .mdo\:padding-bottom-75 {
    padding-bottom: 4.6875rem;
  }
  .mdo\:mg-left-75 {
    margin-left: 4.6875rem;
  }
  .mdo\:padding-left-75 {
    padding-left: 4.6875rem;
  }
  .mdo\:mg-x-75 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .mdo\:mg-y-75 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
  .mdo\:padding-x-75 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .mdo\:padding-y-75 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .mdo\:mg-80 {
    margin: 5rem;
  }
  .mdo\:padding-80 {
    padding: 5rem;
  }
  .mdo\:mg-top-80 {
    margin-top: 5rem;
  }
  .mdo\:padding-top-80 {
    padding-top: 5rem;
  }
  .mdo\:mg-right-80 {
    margin-right: 5rem;
  }
  .mdo\:padding-right-80 {
    padding-right: 5rem;
  }
  .mdo\:mg-bottom-80 {
    margin-bottom: 5rem;
  }
  .mdo\:padding-bottom-80 {
    padding-bottom: 5rem;
  }
  .mdo\:mg-left-80 {
    margin-left: 5rem;
  }
  .mdo\:padding-left-80 {
    padding-left: 5rem;
  }
  .mdo\:mg-x-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .mdo\:mg-y-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .mdo\:padding-x-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .mdo\:padding-y-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .mdo\:mg-85 {
    margin: 5.3125rem;
  }
  .mdo\:padding-85 {
    padding: 5.3125rem;
  }
  .mdo\:mg-top-85 {
    margin-top: 5.3125rem;
  }
  .mdo\:padding-top-85 {
    padding-top: 5.3125rem;
  }
  .mdo\:mg-right-85 {
    margin-right: 5.3125rem;
  }
  .mdo\:padding-right-85 {
    padding-right: 5.3125rem;
  }
  .mdo\:mg-bottom-85 {
    margin-bottom: 5.3125rem;
  }
  .mdo\:padding-bottom-85 {
    padding-bottom: 5.3125rem;
  }
  .mdo\:mg-left-85 {
    margin-left: 5.3125rem;
  }
  .mdo\:padding-left-85 {
    padding-left: 5.3125rem;
  }
  .mdo\:mg-x-85 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .mdo\:mg-y-85 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .mdo\:padding-x-85 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .mdo\:padding-y-85 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .mdo\:mg-90 {
    margin: 5.625rem;
  }
  .mdo\:padding-90 {
    padding: 5.625rem;
  }
  .mdo\:mg-top-90 {
    margin-top: 5.625rem;
  }
  .mdo\:padding-top-90 {
    padding-top: 5.625rem;
  }
  .mdo\:mg-right-90 {
    margin-right: 5.625rem;
  }
  .mdo\:padding-right-90 {
    padding-right: 5.625rem;
  }
  .mdo\:mg-bottom-90 {
    margin-bottom: 5.625rem;
  }
  .mdo\:padding-bottom-90 {
    padding-bottom: 5.625rem;
  }
  .mdo\:mg-left-90 {
    margin-left: 5.625rem;
  }
  .mdo\:padding-left-90 {
    padding-left: 5.625rem;
  }
  .mdo\:mg-x-90 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .mdo\:mg-y-90 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .mdo\:padding-x-90 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .mdo\:padding-y-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .mdo\:mg-95 {
    margin: 5.9375rem;
  }
  .mdo\:padding-95 {
    padding: 5.9375rem;
  }
  .mdo\:mg-top-95 {
    margin-top: 5.9375rem;
  }
  .mdo\:padding-top-95 {
    padding-top: 5.9375rem;
  }
  .mdo\:mg-right-95 {
    margin-right: 5.9375rem;
  }
  .mdo\:padding-right-95 {
    padding-right: 5.9375rem;
  }
  .mdo\:mg-bottom-95 {
    margin-bottom: 5.9375rem;
  }
  .mdo\:padding-bottom-95 {
    padding-bottom: 5.9375rem;
  }
  .mdo\:mg-left-95 {
    margin-left: 5.9375rem;
  }
  .mdo\:padding-left-95 {
    padding-left: 5.9375rem;
  }
  .mdo\:mg-x-95 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .mdo\:mg-y-95 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .mdo\:padding-x-95 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .mdo\:padding-y-95 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .mdo\:mg-100 {
    margin: 6.25rem;
  }
  .mdo\:padding-100 {
    padding: 6.25rem;
  }
  .mdo\:mg-top-100 {
    margin-top: 6.25rem;
  }
  .mdo\:padding-top-100 {
    padding-top: 6.25rem;
  }
  .mdo\:mg-right-100 {
    margin-right: 6.25rem;
  }
  .mdo\:padding-right-100 {
    padding-right: 6.25rem;
  }
  .mdo\:mg-bottom-100 {
    margin-bottom: 6.25rem;
  }
  .mdo\:padding-bottom-100 {
    padding-bottom: 6.25rem;
  }
  .mdo\:mg-left-100 {
    margin-left: 6.25rem;
  }
  .mdo\:padding-left-100 {
    padding-left: 6.25rem;
  }
  .mdo\:mg-x-100 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .mdo\:mg-y-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .mdo\:padding-x-100 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .mdo\:padding-y-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 1289px) {
  .mdb\:mg-5 {
    margin: 0.3125rem;
  }
  .mdb\:padding-5 {
    padding: 0.3125rem;
  }
  .mdb\:mg-top-5 {
    margin-top: 0.3125rem;
  }
  .mdb\:padding-top-5 {
    padding-top: 0.3125rem;
  }
  .mdb\:mg-right-5 {
    margin-right: 0.3125rem;
  }
  .mdb\:padding-right-5 {
    padding-right: 0.3125rem;
  }
  .mdb\:mg-bottom-5 {
    margin-bottom: 0.3125rem;
  }
  .mdb\:padding-bottom-5 {
    padding-bottom: 0.3125rem;
  }
  .mdb\:mg-left-5 {
    margin-left: 0.3125rem;
  }
  .mdb\:padding-left-5 {
    padding-left: 0.3125rem;
  }
  .mdb\:mg-x-5 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .mdb\:mg-y-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .mdb\:padding-x-5 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .mdb\:padding-y-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .mdb\:mg-10 {
    margin: 0.625rem;
  }
  .mdb\:padding-10 {
    padding: 0.625rem;
  }
  .mdb\:mg-top-10 {
    margin-top: 0.625rem;
  }
  .mdb\:padding-top-10 {
    padding-top: 0.625rem;
  }
  .mdb\:mg-right-10 {
    margin-right: 0.625rem;
  }
  .mdb\:padding-right-10 {
    padding-right: 0.625rem;
  }
  .mdb\:mg-bottom-10 {
    margin-bottom: 0.625rem;
  }
  .mdb\:padding-bottom-10 {
    padding-bottom: 0.625rem;
  }
  .mdb\:mg-left-10 {
    margin-left: 0.625rem;
  }
  .mdb\:padding-left-10 {
    padding-left: 0.625rem;
  }
  .mdb\:mg-x-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .mdb\:mg-y-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .mdb\:padding-x-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .mdb\:padding-y-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .mdb\:mg-15 {
    margin: 0.9375rem;
  }
  .mdb\:padding-15 {
    padding: 0.9375rem;
  }
  .mdb\:mg-top-15 {
    margin-top: 0.9375rem;
  }
  .mdb\:padding-top-15 {
    padding-top: 0.9375rem;
  }
  .mdb\:mg-right-15 {
    margin-right: 0.9375rem;
  }
  .mdb\:padding-right-15 {
    padding-right: 0.9375rem;
  }
  .mdb\:mg-bottom-15 {
    margin-bottom: 0.9375rem;
  }
  .mdb\:padding-bottom-15 {
    padding-bottom: 0.9375rem;
  }
  .mdb\:mg-left-15 {
    margin-left: 0.9375rem;
  }
  .mdb\:padding-left-15 {
    padding-left: 0.9375rem;
  }
  .mdb\:mg-x-15 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .mdb\:mg-y-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .mdb\:padding-x-15 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .mdb\:padding-y-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .mdb\:mg-20 {
    margin: 1.25rem;
  }
  .mdb\:padding-20 {
    padding: 1.25rem;
  }
  .mdb\:mg-top-20 {
    margin-top: 1.25rem;
  }
  .mdb\:padding-top-20 {
    padding-top: 1.25rem;
  }
  .mdb\:mg-right-20 {
    margin-right: 1.25rem;
  }
  .mdb\:padding-right-20 {
    padding-right: 1.25rem;
  }
  .mdb\:mg-bottom-20 {
    margin-bottom: 1.25rem;
  }
  .mdb\:padding-bottom-20 {
    padding-bottom: 1.25rem;
  }
  .mdb\:mg-left-20 {
    margin-left: 1.25rem;
  }
  .mdb\:padding-left-20 {
    padding-left: 1.25rem;
  }
  .mdb\:mg-x-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .mdb\:mg-y-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .mdb\:padding-x-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .mdb\:padding-y-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .mdb\:mg-25 {
    margin: 1.5625rem;
  }
  .mdb\:padding-25 {
    padding: 1.5625rem;
  }
  .mdb\:mg-top-25 {
    margin-top: 1.5625rem;
  }
  .mdb\:padding-top-25 {
    padding-top: 1.5625rem;
  }
  .mdb\:mg-right-25 {
    margin-right: 1.5625rem;
  }
  .mdb\:padding-right-25 {
    padding-right: 1.5625rem;
  }
  .mdb\:mg-bottom-25 {
    margin-bottom: 1.5625rem;
  }
  .mdb\:padding-bottom-25 {
    padding-bottom: 1.5625rem;
  }
  .mdb\:mg-left-25 {
    margin-left: 1.5625rem;
  }
  .mdb\:padding-left-25 {
    padding-left: 1.5625rem;
  }
  .mdb\:mg-x-25 {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
  .mdb\:mg-y-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .mdb\:padding-x-25 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .mdb\:padding-y-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .mdb\:mg-30 {
    margin: 1.875rem;
  }
  .mdb\:padding-30 {
    padding: 1.875rem;
  }
  .mdb\:mg-top-30 {
    margin-top: 1.875rem;
  }
  .mdb\:padding-top-30 {
    padding-top: 1.875rem;
  }
  .mdb\:mg-right-30 {
    margin-right: 1.875rem;
  }
  .mdb\:padding-right-30 {
    padding-right: 1.875rem;
  }
  .mdb\:mg-bottom-30 {
    margin-bottom: 1.875rem;
  }
  .mdb\:padding-bottom-30 {
    padding-bottom: 1.875rem;
  }
  .mdb\:mg-left-30 {
    margin-left: 1.875rem;
  }
  .mdb\:padding-left-30 {
    padding-left: 1.875rem;
  }
  .mdb\:mg-x-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .mdb\:mg-y-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .mdb\:padding-x-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .mdb\:padding-y-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .mdb\:mg-35 {
    margin: 2.1875rem;
  }
  .mdb\:padding-35 {
    padding: 2.1875rem;
  }
  .mdb\:mg-top-35 {
    margin-top: 2.1875rem;
  }
  .mdb\:padding-top-35 {
    padding-top: 2.1875rem;
  }
  .mdb\:mg-right-35 {
    margin-right: 2.1875rem;
  }
  .mdb\:padding-right-35 {
    padding-right: 2.1875rem;
  }
  .mdb\:mg-bottom-35 {
    margin-bottom: 2.1875rem;
  }
  .mdb\:padding-bottom-35 {
    padding-bottom: 2.1875rem;
  }
  .mdb\:mg-left-35 {
    margin-left: 2.1875rem;
  }
  .mdb\:padding-left-35 {
    padding-left: 2.1875rem;
  }
  .mdb\:mg-x-35 {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }
  .mdb\:mg-y-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
  .mdb\:padding-x-35 {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
  .mdb\:padding-y-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  .mdb\:mg-40 {
    margin: 2.5rem;
  }
  .mdb\:padding-40 {
    padding: 2.5rem;
  }
  .mdb\:mg-top-40 {
    margin-top: 2.5rem;
  }
  .mdb\:padding-top-40 {
    padding-top: 2.5rem;
  }
  .mdb\:mg-right-40 {
    margin-right: 2.5rem;
  }
  .mdb\:padding-right-40 {
    padding-right: 2.5rem;
  }
  .mdb\:mg-bottom-40 {
    margin-bottom: 2.5rem;
  }
  .mdb\:padding-bottom-40 {
    padding-bottom: 2.5rem;
  }
  .mdb\:mg-left-40 {
    margin-left: 2.5rem;
  }
  .mdb\:padding-left-40 {
    padding-left: 2.5rem;
  }
  .mdb\:mg-x-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .mdb\:mg-y-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .mdb\:padding-x-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .mdb\:padding-y-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .mdb\:mg-45 {
    margin: 2.8125rem;
  }
  .mdb\:padding-45 {
    padding: 2.8125rem;
  }
  .mdb\:mg-top-45 {
    margin-top: 2.8125rem;
  }
  .mdb\:padding-top-45 {
    padding-top: 2.8125rem;
  }
  .mdb\:mg-right-45 {
    margin-right: 2.8125rem;
  }
  .mdb\:padding-right-45 {
    padding-right: 2.8125rem;
  }
  .mdb\:mg-bottom-45 {
    margin-bottom: 2.8125rem;
  }
  .mdb\:padding-bottom-45 {
    padding-bottom: 2.8125rem;
  }
  .mdb\:mg-left-45 {
    margin-left: 2.8125rem;
  }
  .mdb\:padding-left-45 {
    padding-left: 2.8125rem;
  }
  .mdb\:mg-x-45 {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
  .mdb\:mg-y-45 {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
  .mdb\:padding-x-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .mdb\:padding-y-45 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .mdb\:mg-50 {
    margin: 3.125rem;
  }
  .mdb\:padding-50 {
    padding: 3.125rem;
  }
  .mdb\:mg-top-50 {
    margin-top: 3.125rem;
  }
  .mdb\:padding-top-50 {
    padding-top: 3.125rem;
  }
  .mdb\:mg-right-50 {
    margin-right: 3.125rem;
  }
  .mdb\:padding-right-50 {
    padding-right: 3.125rem;
  }
  .mdb\:mg-bottom-50 {
    margin-bottom: 3.125rem;
  }
  .mdb\:padding-bottom-50 {
    padding-bottom: 3.125rem;
  }
  .mdb\:mg-left-50 {
    margin-left: 3.125rem;
  }
  .mdb\:padding-left-50 {
    padding-left: 3.125rem;
  }
  .mdb\:mg-x-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .mdb\:mg-y-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .mdb\:padding-x-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .mdb\:padding-y-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .mdb\:mg-55 {
    margin: 3.4375rem;
  }
  .mdb\:padding-55 {
    padding: 3.4375rem;
  }
  .mdb\:mg-top-55 {
    margin-top: 3.4375rem;
  }
  .mdb\:padding-top-55 {
    padding-top: 3.4375rem;
  }
  .mdb\:mg-right-55 {
    margin-right: 3.4375rem;
  }
  .mdb\:padding-right-55 {
    padding-right: 3.4375rem;
  }
  .mdb\:mg-bottom-55 {
    margin-bottom: 3.4375rem;
  }
  .mdb\:padding-bottom-55 {
    padding-bottom: 3.4375rem;
  }
  .mdb\:mg-left-55 {
    margin-left: 3.4375rem;
  }
  .mdb\:padding-left-55 {
    padding-left: 3.4375rem;
  }
  .mdb\:mg-x-55 {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }
  .mdb\:mg-y-55 {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }
  .mdb\:padding-x-55 {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
  .mdb\:padding-y-55 {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
  .mdb\:mg-60 {
    margin: 3.75rem;
  }
  .mdb\:padding-60 {
    padding: 3.75rem;
  }
  .mdb\:mg-top-60 {
    margin-top: 3.75rem;
  }
  .mdb\:padding-top-60 {
    padding-top: 3.75rem;
  }
  .mdb\:mg-right-60 {
    margin-right: 3.75rem;
  }
  .mdb\:padding-right-60 {
    padding-right: 3.75rem;
  }
  .mdb\:mg-bottom-60 {
    margin-bottom: 3.75rem;
  }
  .mdb\:padding-bottom-60 {
    padding-bottom: 3.75rem;
  }
  .mdb\:mg-left-60 {
    margin-left: 3.75rem;
  }
  .mdb\:padding-left-60 {
    padding-left: 3.75rem;
  }
  .mdb\:mg-x-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .mdb\:mg-y-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .mdb\:padding-x-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .mdb\:padding-y-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .mdb\:mg-65 {
    margin: 4.0625rem;
  }
  .mdb\:padding-65 {
    padding: 4.0625rem;
  }
  .mdb\:mg-top-65 {
    margin-top: 4.0625rem;
  }
  .mdb\:padding-top-65 {
    padding-top: 4.0625rem;
  }
  .mdb\:mg-right-65 {
    margin-right: 4.0625rem;
  }
  .mdb\:padding-right-65 {
    padding-right: 4.0625rem;
  }
  .mdb\:mg-bottom-65 {
    margin-bottom: 4.0625rem;
  }
  .mdb\:padding-bottom-65 {
    padding-bottom: 4.0625rem;
  }
  .mdb\:mg-left-65 {
    margin-left: 4.0625rem;
  }
  .mdb\:padding-left-65 {
    padding-left: 4.0625rem;
  }
  .mdb\:mg-x-65 {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }
  .mdb\:mg-y-65 {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }
  .mdb\:padding-x-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
  .mdb\:padding-y-65 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .mdb\:mg-70 {
    margin: 4.375rem;
  }
  .mdb\:padding-70 {
    padding: 4.375rem;
  }
  .mdb\:mg-top-70 {
    margin-top: 4.375rem;
  }
  .mdb\:padding-top-70 {
    padding-top: 4.375rem;
  }
  .mdb\:mg-right-70 {
    margin-right: 4.375rem;
  }
  .mdb\:padding-right-70 {
    padding-right: 4.375rem;
  }
  .mdb\:mg-bottom-70 {
    margin-bottom: 4.375rem;
  }
  .mdb\:padding-bottom-70 {
    padding-bottom: 4.375rem;
  }
  .mdb\:mg-left-70 {
    margin-left: 4.375rem;
  }
  .mdb\:padding-left-70 {
    padding-left: 4.375rem;
  }
  .mdb\:mg-x-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .mdb\:mg-y-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .mdb\:padding-x-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .mdb\:padding-y-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .mdb\:mg-75 {
    margin: 4.6875rem;
  }
  .mdb\:padding-75 {
    padding: 4.6875rem;
  }
  .mdb\:mg-top-75 {
    margin-top: 4.6875rem;
  }
  .mdb\:padding-top-75 {
    padding-top: 4.6875rem;
  }
  .mdb\:mg-right-75 {
    margin-right: 4.6875rem;
  }
  .mdb\:padding-right-75 {
    padding-right: 4.6875rem;
  }
  .mdb\:mg-bottom-75 {
    margin-bottom: 4.6875rem;
  }
  .mdb\:padding-bottom-75 {
    padding-bottom: 4.6875rem;
  }
  .mdb\:mg-left-75 {
    margin-left: 4.6875rem;
  }
  .mdb\:padding-left-75 {
    padding-left: 4.6875rem;
  }
  .mdb\:mg-x-75 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .mdb\:mg-y-75 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
  .mdb\:padding-x-75 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .mdb\:padding-y-75 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .mdb\:mg-80 {
    margin: 5rem;
  }
  .mdb\:padding-80 {
    padding: 5rem;
  }
  .mdb\:mg-top-80 {
    margin-top: 5rem;
  }
  .mdb\:padding-top-80 {
    padding-top: 5rem;
  }
  .mdb\:mg-right-80 {
    margin-right: 5rem;
  }
  .mdb\:padding-right-80 {
    padding-right: 5rem;
  }
  .mdb\:mg-bottom-80 {
    margin-bottom: 5rem;
  }
  .mdb\:padding-bottom-80 {
    padding-bottom: 5rem;
  }
  .mdb\:mg-left-80 {
    margin-left: 5rem;
  }
  .mdb\:padding-left-80 {
    padding-left: 5rem;
  }
  .mdb\:mg-x-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .mdb\:mg-y-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .mdb\:padding-x-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .mdb\:padding-y-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .mdb\:mg-85 {
    margin: 5.3125rem;
  }
  .mdb\:padding-85 {
    padding: 5.3125rem;
  }
  .mdb\:mg-top-85 {
    margin-top: 5.3125rem;
  }
  .mdb\:padding-top-85 {
    padding-top: 5.3125rem;
  }
  .mdb\:mg-right-85 {
    margin-right: 5.3125rem;
  }
  .mdb\:padding-right-85 {
    padding-right: 5.3125rem;
  }
  .mdb\:mg-bottom-85 {
    margin-bottom: 5.3125rem;
  }
  .mdb\:padding-bottom-85 {
    padding-bottom: 5.3125rem;
  }
  .mdb\:mg-left-85 {
    margin-left: 5.3125rem;
  }
  .mdb\:padding-left-85 {
    padding-left: 5.3125rem;
  }
  .mdb\:mg-x-85 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .mdb\:mg-y-85 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .mdb\:padding-x-85 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .mdb\:padding-y-85 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .mdb\:mg-90 {
    margin: 5.625rem;
  }
  .mdb\:padding-90 {
    padding: 5.625rem;
  }
  .mdb\:mg-top-90 {
    margin-top: 5.625rem;
  }
  .mdb\:padding-top-90 {
    padding-top: 5.625rem;
  }
  .mdb\:mg-right-90 {
    margin-right: 5.625rem;
  }
  .mdb\:padding-right-90 {
    padding-right: 5.625rem;
  }
  .mdb\:mg-bottom-90 {
    margin-bottom: 5.625rem;
  }
  .mdb\:padding-bottom-90 {
    padding-bottom: 5.625rem;
  }
  .mdb\:mg-left-90 {
    margin-left: 5.625rem;
  }
  .mdb\:padding-left-90 {
    padding-left: 5.625rem;
  }
  .mdb\:mg-x-90 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .mdb\:mg-y-90 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .mdb\:padding-x-90 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .mdb\:padding-y-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .mdb\:mg-95 {
    margin: 5.9375rem;
  }
  .mdb\:padding-95 {
    padding: 5.9375rem;
  }
  .mdb\:mg-top-95 {
    margin-top: 5.9375rem;
  }
  .mdb\:padding-top-95 {
    padding-top: 5.9375rem;
  }
  .mdb\:mg-right-95 {
    margin-right: 5.9375rem;
  }
  .mdb\:padding-right-95 {
    padding-right: 5.9375rem;
  }
  .mdb\:mg-bottom-95 {
    margin-bottom: 5.9375rem;
  }
  .mdb\:padding-bottom-95 {
    padding-bottom: 5.9375rem;
  }
  .mdb\:mg-left-95 {
    margin-left: 5.9375rem;
  }
  .mdb\:padding-left-95 {
    padding-left: 5.9375rem;
  }
  .mdb\:mg-x-95 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .mdb\:mg-y-95 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .mdb\:padding-x-95 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .mdb\:padding-y-95 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .mdb\:mg-100 {
    margin: 6.25rem;
  }
  .mdb\:padding-100 {
    padding: 6.25rem;
  }
  .mdb\:mg-top-100 {
    margin-top: 6.25rem;
  }
  .mdb\:padding-top-100 {
    padding-top: 6.25rem;
  }
  .mdb\:mg-right-100 {
    margin-right: 6.25rem;
  }
  .mdb\:padding-right-100 {
    padding-right: 6.25rem;
  }
  .mdb\:mg-bottom-100 {
    margin-bottom: 6.25rem;
  }
  .mdb\:padding-bottom-100 {
    padding-bottom: 6.25rem;
  }
  .mdb\:mg-left-100 {
    margin-left: 6.25rem;
  }
  .mdb\:padding-left-100 {
    padding-left: 6.25rem;
  }
  .mdb\:mg-x-100 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .mdb\:mg-y-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .mdb\:padding-x-100 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .mdb\:padding-y-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1290px) {
  .lg\:mg-5 {
    margin: 0.3125rem;
  }
  .lg\:padding-5 {
    padding: 0.3125rem;
  }
  .lg\:mg-top-5 {
    margin-top: 0.3125rem;
  }
  .lg\:padding-top-5 {
    padding-top: 0.3125rem;
  }
  .lg\:mg-right-5 {
    margin-right: 0.3125rem;
  }
  .lg\:padding-right-5 {
    padding-right: 0.3125rem;
  }
  .lg\:mg-bottom-5 {
    margin-bottom: 0.3125rem;
  }
  .lg\:padding-bottom-5 {
    padding-bottom: 0.3125rem;
  }
  .lg\:mg-left-5 {
    margin-left: 0.3125rem;
  }
  .lg\:padding-left-5 {
    padding-left: 0.3125rem;
  }
  .lg\:mg-x-5 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
  .lg\:mg-y-5 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
  .lg\:padding-x-5 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .lg\:padding-y-5 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .lg\:mg-10 {
    margin: 0.625rem;
  }
  .lg\:padding-10 {
    padding: 0.625rem;
  }
  .lg\:mg-top-10 {
    margin-top: 0.625rem;
  }
  .lg\:padding-top-10 {
    padding-top: 0.625rem;
  }
  .lg\:mg-right-10 {
    margin-right: 0.625rem;
  }
  .lg\:padding-right-10 {
    padding-right: 0.625rem;
  }
  .lg\:mg-bottom-10 {
    margin-bottom: 0.625rem;
  }
  .lg\:padding-bottom-10 {
    padding-bottom: 0.625rem;
  }
  .lg\:mg-left-10 {
    margin-left: 0.625rem;
  }
  .lg\:padding-left-10 {
    padding-left: 0.625rem;
  }
  .lg\:mg-x-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .lg\:mg-y-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .lg\:padding-x-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .lg\:padding-y-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .lg\:mg-15 {
    margin: 0.9375rem;
  }
  .lg\:padding-15 {
    padding: 0.9375rem;
  }
  .lg\:mg-top-15 {
    margin-top: 0.9375rem;
  }
  .lg\:padding-top-15 {
    padding-top: 0.9375rem;
  }
  .lg\:mg-right-15 {
    margin-right: 0.9375rem;
  }
  .lg\:padding-right-15 {
    padding-right: 0.9375rem;
  }
  .lg\:mg-bottom-15 {
    margin-bottom: 0.9375rem;
  }
  .lg\:padding-bottom-15 {
    padding-bottom: 0.9375rem;
  }
  .lg\:mg-left-15 {
    margin-left: 0.9375rem;
  }
  .lg\:padding-left-15 {
    padding-left: 0.9375rem;
  }
  .lg\:mg-x-15 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .lg\:mg-y-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .lg\:padding-x-15 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .lg\:padding-y-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .lg\:mg-20 {
    margin: 1.25rem;
  }
  .lg\:padding-20 {
    padding: 1.25rem;
  }
  .lg\:mg-top-20 {
    margin-top: 1.25rem;
  }
  .lg\:padding-top-20 {
    padding-top: 1.25rem;
  }
  .lg\:mg-right-20 {
    margin-right: 1.25rem;
  }
  .lg\:padding-right-20 {
    padding-right: 1.25rem;
  }
  .lg\:mg-bottom-20 {
    margin-bottom: 1.25rem;
  }
  .lg\:padding-bottom-20 {
    padding-bottom: 1.25rem;
  }
  .lg\:mg-left-20 {
    margin-left: 1.25rem;
  }
  .lg\:padding-left-20 {
    padding-left: 1.25rem;
  }
  .lg\:mg-x-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg\:mg-y-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .lg\:padding-x-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:padding-y-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:mg-25 {
    margin: 1.5625rem;
  }
  .lg\:padding-25 {
    padding: 1.5625rem;
  }
  .lg\:mg-top-25 {
    margin-top: 1.5625rem;
  }
  .lg\:padding-top-25 {
    padding-top: 1.5625rem;
  }
  .lg\:mg-right-25 {
    margin-right: 1.5625rem;
  }
  .lg\:padding-right-25 {
    padding-right: 1.5625rem;
  }
  .lg\:mg-bottom-25 {
    margin-bottom: 1.5625rem;
  }
  .lg\:padding-bottom-25 {
    padding-bottom: 1.5625rem;
  }
  .lg\:mg-left-25 {
    margin-left: 1.5625rem;
  }
  .lg\:padding-left-25 {
    padding-left: 1.5625rem;
  }
  .lg\:mg-x-25 {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
  .lg\:mg-y-25 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
  .lg\:padding-x-25 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .lg\:padding-y-25 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .lg\:mg-30 {
    margin: 1.875rem;
  }
  .lg\:padding-30 {
    padding: 1.875rem;
  }
  .lg\:mg-top-30 {
    margin-top: 1.875rem;
  }
  .lg\:padding-top-30 {
    padding-top: 1.875rem;
  }
  .lg\:mg-right-30 {
    margin-right: 1.875rem;
  }
  .lg\:padding-right-30 {
    padding-right: 1.875rem;
  }
  .lg\:mg-bottom-30 {
    margin-bottom: 1.875rem;
  }
  .lg\:padding-bottom-30 {
    padding-bottom: 1.875rem;
  }
  .lg\:mg-left-30 {
    margin-left: 1.875rem;
  }
  .lg\:padding-left-30 {
    padding-left: 1.875rem;
  }
  .lg\:mg-x-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .lg\:mg-y-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .lg\:padding-x-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .lg\:padding-y-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .lg\:mg-35 {
    margin: 2.1875rem;
  }
  .lg\:padding-35 {
    padding: 2.1875rem;
  }
  .lg\:mg-top-35 {
    margin-top: 2.1875rem;
  }
  .lg\:padding-top-35 {
    padding-top: 2.1875rem;
  }
  .lg\:mg-right-35 {
    margin-right: 2.1875rem;
  }
  .lg\:padding-right-35 {
    padding-right: 2.1875rem;
  }
  .lg\:mg-bottom-35 {
    margin-bottom: 2.1875rem;
  }
  .lg\:padding-bottom-35 {
    padding-bottom: 2.1875rem;
  }
  .lg\:mg-left-35 {
    margin-left: 2.1875rem;
  }
  .lg\:padding-left-35 {
    padding-left: 2.1875rem;
  }
  .lg\:mg-x-35 {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }
  .lg\:mg-y-35 {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
  .lg\:padding-x-35 {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
  .lg\:padding-y-35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
  .lg\:mg-40 {
    margin: 2.5rem;
  }
  .lg\:padding-40 {
    padding: 2.5rem;
  }
  .lg\:mg-top-40 {
    margin-top: 2.5rem;
  }
  .lg\:padding-top-40 {
    padding-top: 2.5rem;
  }
  .lg\:mg-right-40 {
    margin-right: 2.5rem;
  }
  .lg\:padding-right-40 {
    padding-right: 2.5rem;
  }
  .lg\:mg-bottom-40 {
    margin-bottom: 2.5rem;
  }
  .lg\:padding-bottom-40 {
    padding-bottom: 2.5rem;
  }
  .lg\:mg-left-40 {
    margin-left: 2.5rem;
  }
  .lg\:padding-left-40 {
    padding-left: 2.5rem;
  }
  .lg\:mg-x-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .lg\:mg-y-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:padding-x-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:padding-y-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:mg-45 {
    margin: 2.8125rem;
  }
  .lg\:padding-45 {
    padding: 2.8125rem;
  }
  .lg\:mg-top-45 {
    margin-top: 2.8125rem;
  }
  .lg\:padding-top-45 {
    padding-top: 2.8125rem;
  }
  .lg\:mg-right-45 {
    margin-right: 2.8125rem;
  }
  .lg\:padding-right-45 {
    padding-right: 2.8125rem;
  }
  .lg\:mg-bottom-45 {
    margin-bottom: 2.8125rem;
  }
  .lg\:padding-bottom-45 {
    padding-bottom: 2.8125rem;
  }
  .lg\:mg-left-45 {
    margin-left: 2.8125rem;
  }
  .lg\:padding-left-45 {
    padding-left: 2.8125rem;
  }
  .lg\:mg-x-45 {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
  .lg\:mg-y-45 {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
  .lg\:padding-x-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .lg\:padding-y-45 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .lg\:mg-50 {
    margin: 3.125rem;
  }
  .lg\:padding-50 {
    padding: 3.125rem;
  }
  .lg\:mg-top-50 {
    margin-top: 3.125rem;
  }
  .lg\:padding-top-50 {
    padding-top: 3.125rem;
  }
  .lg\:mg-right-50 {
    margin-right: 3.125rem;
  }
  .lg\:padding-right-50 {
    padding-right: 3.125rem;
  }
  .lg\:mg-bottom-50 {
    margin-bottom: 3.125rem;
  }
  .lg\:padding-bottom-50 {
    padding-bottom: 3.125rem;
  }
  .lg\:mg-left-50 {
    margin-left: 3.125rem;
  }
  .lg\:padding-left-50 {
    padding-left: 3.125rem;
  }
  .lg\:mg-x-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .lg\:mg-y-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .lg\:padding-x-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .lg\:padding-y-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .lg\:mg-55 {
    margin: 3.4375rem;
  }
  .lg\:padding-55 {
    padding: 3.4375rem;
  }
  .lg\:mg-top-55 {
    margin-top: 3.4375rem;
  }
  .lg\:padding-top-55 {
    padding-top: 3.4375rem;
  }
  .lg\:mg-right-55 {
    margin-right: 3.4375rem;
  }
  .lg\:padding-right-55 {
    padding-right: 3.4375rem;
  }
  .lg\:mg-bottom-55 {
    margin-bottom: 3.4375rem;
  }
  .lg\:padding-bottom-55 {
    padding-bottom: 3.4375rem;
  }
  .lg\:mg-left-55 {
    margin-left: 3.4375rem;
  }
  .lg\:padding-left-55 {
    padding-left: 3.4375rem;
  }
  .lg\:mg-x-55 {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }
  .lg\:mg-y-55 {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }
  .lg\:padding-x-55 {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
  .lg\:padding-y-55 {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
  .lg\:mg-60 {
    margin: 3.75rem;
  }
  .lg\:padding-60 {
    padding: 3.75rem;
  }
  .lg\:mg-top-60 {
    margin-top: 3.75rem;
  }
  .lg\:padding-top-60 {
    padding-top: 3.75rem;
  }
  .lg\:mg-right-60 {
    margin-right: 3.75rem;
  }
  .lg\:padding-right-60 {
    padding-right: 3.75rem;
  }
  .lg\:mg-bottom-60 {
    margin-bottom: 3.75rem;
  }
  .lg\:padding-bottom-60 {
    padding-bottom: 3.75rem;
  }
  .lg\:mg-left-60 {
    margin-left: 3.75rem;
  }
  .lg\:padding-left-60 {
    padding-left: 3.75rem;
  }
  .lg\:mg-x-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .lg\:mg-y-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .lg\:padding-x-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .lg\:padding-y-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .lg\:mg-65 {
    margin: 4.0625rem;
  }
  .lg\:padding-65 {
    padding: 4.0625rem;
  }
  .lg\:mg-top-65 {
    margin-top: 4.0625rem;
  }
  .lg\:padding-top-65 {
    padding-top: 4.0625rem;
  }
  .lg\:mg-right-65 {
    margin-right: 4.0625rem;
  }
  .lg\:padding-right-65 {
    padding-right: 4.0625rem;
  }
  .lg\:mg-bottom-65 {
    margin-bottom: 4.0625rem;
  }
  .lg\:padding-bottom-65 {
    padding-bottom: 4.0625rem;
  }
  .lg\:mg-left-65 {
    margin-left: 4.0625rem;
  }
  .lg\:padding-left-65 {
    padding-left: 4.0625rem;
  }
  .lg\:mg-x-65 {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }
  .lg\:mg-y-65 {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }
  .lg\:padding-x-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
  .lg\:padding-y-65 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .lg\:mg-70 {
    margin: 4.375rem;
  }
  .lg\:padding-70 {
    padding: 4.375rem;
  }
  .lg\:mg-top-70 {
    margin-top: 4.375rem;
  }
  .lg\:padding-top-70 {
    padding-top: 4.375rem;
  }
  .lg\:mg-right-70 {
    margin-right: 4.375rem;
  }
  .lg\:padding-right-70 {
    padding-right: 4.375rem;
  }
  .lg\:mg-bottom-70 {
    margin-bottom: 4.375rem;
  }
  .lg\:padding-bottom-70 {
    padding-bottom: 4.375rem;
  }
  .lg\:mg-left-70 {
    margin-left: 4.375rem;
  }
  .lg\:padding-left-70 {
    padding-left: 4.375rem;
  }
  .lg\:mg-x-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .lg\:mg-y-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .lg\:padding-x-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .lg\:padding-y-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .lg\:mg-75 {
    margin: 4.6875rem;
  }
  .lg\:padding-75 {
    padding: 4.6875rem;
  }
  .lg\:mg-top-75 {
    margin-top: 4.6875rem;
  }
  .lg\:padding-top-75 {
    padding-top: 4.6875rem;
  }
  .lg\:mg-right-75 {
    margin-right: 4.6875rem;
  }
  .lg\:padding-right-75 {
    padding-right: 4.6875rem;
  }
  .lg\:mg-bottom-75 {
    margin-bottom: 4.6875rem;
  }
  .lg\:padding-bottom-75 {
    padding-bottom: 4.6875rem;
  }
  .lg\:mg-left-75 {
    margin-left: 4.6875rem;
  }
  .lg\:padding-left-75 {
    padding-left: 4.6875rem;
  }
  .lg\:mg-x-75 {
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .lg\:mg-y-75 {
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }
  .lg\:padding-x-75 {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }
  .lg\:padding-y-75 {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
  .lg\:mg-80 {
    margin: 5rem;
  }
  .lg\:padding-80 {
    padding: 5rem;
  }
  .lg\:mg-top-80 {
    margin-top: 5rem;
  }
  .lg\:padding-top-80 {
    padding-top: 5rem;
  }
  .lg\:mg-right-80 {
    margin-right: 5rem;
  }
  .lg\:padding-right-80 {
    padding-right: 5rem;
  }
  .lg\:mg-bottom-80 {
    margin-bottom: 5rem;
  }
  .lg\:padding-bottom-80 {
    padding-bottom: 5rem;
  }
  .lg\:mg-left-80 {
    margin-left: 5rem;
  }
  .lg\:padding-left-80 {
    padding-left: 5rem;
  }
  .lg\:mg-x-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:mg-y-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:padding-x-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:padding-y-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:mg-85 {
    margin: 5.3125rem;
  }
  .lg\:padding-85 {
    padding: 5.3125rem;
  }
  .lg\:mg-top-85 {
    margin-top: 5.3125rem;
  }
  .lg\:padding-top-85 {
    padding-top: 5.3125rem;
  }
  .lg\:mg-right-85 {
    margin-right: 5.3125rem;
  }
  .lg\:padding-right-85 {
    padding-right: 5.3125rem;
  }
  .lg\:mg-bottom-85 {
    margin-bottom: 5.3125rem;
  }
  .lg\:padding-bottom-85 {
    padding-bottom: 5.3125rem;
  }
  .lg\:mg-left-85 {
    margin-left: 5.3125rem;
  }
  .lg\:padding-left-85 {
    padding-left: 5.3125rem;
  }
  .lg\:mg-x-85 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .lg\:mg-y-85 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
  .lg\:padding-x-85 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .lg\:padding-y-85 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .lg\:mg-90 {
    margin: 5.625rem;
  }
  .lg\:padding-90 {
    padding: 5.625rem;
  }
  .lg\:mg-top-90 {
    margin-top: 5.625rem;
  }
  .lg\:padding-top-90 {
    padding-top: 5.625rem;
  }
  .lg\:mg-right-90 {
    margin-right: 5.625rem;
  }
  .lg\:padding-right-90 {
    padding-right: 5.625rem;
  }
  .lg\:mg-bottom-90 {
    margin-bottom: 5.625rem;
  }
  .lg\:padding-bottom-90 {
    padding-bottom: 5.625rem;
  }
  .lg\:mg-left-90 {
    margin-left: 5.625rem;
  }
  .lg\:padding-left-90 {
    padding-left: 5.625rem;
  }
  .lg\:mg-x-90 {
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }
  .lg\:mg-y-90 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .lg\:padding-x-90 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .lg\:padding-y-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .lg\:mg-95 {
    margin: 5.9375rem;
  }
  .lg\:padding-95 {
    padding: 5.9375rem;
  }
  .lg\:mg-top-95 {
    margin-top: 5.9375rem;
  }
  .lg\:padding-top-95 {
    padding-top: 5.9375rem;
  }
  .lg\:mg-right-95 {
    margin-right: 5.9375rem;
  }
  .lg\:padding-right-95 {
    padding-right: 5.9375rem;
  }
  .lg\:mg-bottom-95 {
    margin-bottom: 5.9375rem;
  }
  .lg\:padding-bottom-95 {
    padding-bottom: 5.9375rem;
  }
  .lg\:mg-left-95 {
    margin-left: 5.9375rem;
  }
  .lg\:padding-left-95 {
    padding-left: 5.9375rem;
  }
  .lg\:mg-x-95 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .lg\:mg-y-95 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
  .lg\:padding-x-95 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .lg\:padding-y-95 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .lg\:mg-100 {
    margin: 6.25rem;
  }
  .lg\:padding-100 {
    padding: 6.25rem;
  }
  .lg\:mg-top-100 {
    margin-top: 6.25rem;
  }
  .lg\:padding-top-100 {
    padding-top: 6.25rem;
  }
  .lg\:mg-right-100 {
    margin-right: 6.25rem;
  }
  .lg\:padding-right-100 {
    padding-right: 6.25rem;
  }
  .lg\:mg-bottom-100 {
    margin-bottom: 6.25rem;
  }
  .lg\:padding-bottom-100 {
    padding-bottom: 6.25rem;
  }
  .lg\:mg-left-100 {
    margin-left: 6.25rem;
  }
  .lg\:padding-left-100 {
    padding-left: 6.25rem;
  }
  .lg\:mg-x-100 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .lg\:mg-y-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .lg\:padding-x-100 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .lg\:padding-y-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 768px) {
  .xs\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .sm\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 970px) {
  .smb\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 971px) {
  .md\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1289px) {
  .mdb\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1290px) {
  .lg\:mg-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.divide-x-10 {
  grid-gap: 10px !important;
  overflow: hidden;
}
.divide-x-10 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-x-10 > :not([hidden]) ~ :not([hidden]):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--strawberry-divider-color);
  position: absolute;
  left: 0;
  top: -5px;
}

.divide-x-20 {
  grid-gap: 20px !important;
  overflow: hidden;
}
.divide-x-20 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-x-20 > :not([hidden]) ~ :not([hidden]):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--strawberry-divider-color);
  position: absolute;
  left: 0;
  top: -10px;
}

.divide-x-30 {
  grid-gap: 30px !important;
  overflow: hidden;
}
.divide-x-30 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-x-30 > :not([hidden]) ~ :not([hidden]):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--strawberry-divider-color);
  position: absolute;
  left: 0;
  top: -15px;
}

.divide-x-40 {
  grid-gap: 40px !important;
  overflow: hidden;
}
.divide-x-40 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-x-40 > :not([hidden]) ~ :not([hidden]):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--strawberry-divider-color);
  position: absolute;
  left: 0;
  top: -20px;
}

.divide-x-50 {
  grid-gap: 50px !important;
  overflow: hidden;
}
.divide-x-50 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-x-50 > :not([hidden]) ~ :not([hidden]):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--strawberry-divider-color);
  position: absolute;
  left: 0;
  top: -25px;
}

.divide-x-60 {
  grid-gap: 60px !important;
  overflow: hidden;
}
.divide-x-60 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-x-60 > :not([hidden]) ~ :not([hidden]):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--strawberry-divider-color);
  position: absolute;
  left: 0;
  top: -30px;
}

.divide-x-70 {
  grid-gap: 70px !important;
  overflow: hidden;
}
.divide-x-70 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-x-70 > :not([hidden]) ~ :not([hidden]):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--strawberry-divider-color);
  position: absolute;
  left: 0;
  top: -35px;
}

.divide-x-80 {
  grid-gap: 80px !important;
  overflow: hidden;
}
.divide-x-80 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-x-80 > :not([hidden]) ~ :not([hidden]):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--strawberry-divider-color);
  position: absolute;
  left: 0;
  top: -40px;
}

.divide-x-90 {
  grid-gap: 90px !important;
  overflow: hidden;
}
.divide-x-90 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-x-90 > :not([hidden]) ~ :not([hidden]):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--strawberry-divider-color);
  position: absolute;
  left: 0;
  top: -45px;
}

.divide-x-100 {
  grid-gap: 100px !important;
  overflow: hidden;
}
.divide-x-100 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-x-100 > :not([hidden]) ~ :not([hidden]):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--strawberry-divider-color);
  position: absolute;
  left: 0;
  top: -50px;
}

@media (max-width: 768px) {
  .xs\:divide-x-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .xs\:divide-x-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-x-10 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -5px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-x-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .sm\:divide-x-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-x-10 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -5px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-x-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .smo\:divide-x-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-x-10 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -5px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-x-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .smb\:divide-x-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-x-10 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -5px;
  }
}
@media (min-width: 971px) {
  .md\:divide-x-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .md\:divide-x-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-x-10 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -5px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-x-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .mdo\:divide-x-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-x-10 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -5px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-x-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .mdb\:divide-x-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-x-10 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -5px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-x-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .lg\:divide-x-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-x-10 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -5px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-x-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .xs\:divide-x-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-x-20 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -10px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-x-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .sm\:divide-x-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-x-20 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -10px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-x-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .smo\:divide-x-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-x-20 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -10px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-x-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .smb\:divide-x-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-x-20 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -10px;
  }
}
@media (min-width: 971px) {
  .md\:divide-x-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .md\:divide-x-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-x-20 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -10px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-x-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .mdo\:divide-x-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-x-20 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -10px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-x-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .mdb\:divide-x-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-x-20 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -10px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-x-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .lg\:divide-x-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-x-20 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -10px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-x-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .xs\:divide-x-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-x-30 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -15px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-x-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .sm\:divide-x-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-x-30 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -15px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-x-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .smo\:divide-x-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-x-30 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -15px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-x-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .smb\:divide-x-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-x-30 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -15px;
  }
}
@media (min-width: 971px) {
  .md\:divide-x-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .md\:divide-x-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-x-30 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -15px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-x-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .mdo\:divide-x-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-x-30 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -15px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-x-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .mdb\:divide-x-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-x-30 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -15px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-x-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .lg\:divide-x-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-x-30 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -15px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-x-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .xs\:divide-x-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-x-40 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -20px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-x-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .sm\:divide-x-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-x-40 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -20px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-x-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .smo\:divide-x-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-x-40 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -20px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-x-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .smb\:divide-x-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-x-40 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -20px;
  }
}
@media (min-width: 971px) {
  .md\:divide-x-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .md\:divide-x-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-x-40 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -20px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-x-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .mdo\:divide-x-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-x-40 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -20px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-x-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .mdb\:divide-x-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-x-40 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -20px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-x-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .lg\:divide-x-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-x-40 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -20px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-x-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .xs\:divide-x-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-x-50 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -25px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-x-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .sm\:divide-x-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-x-50 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -25px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-x-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .smo\:divide-x-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-x-50 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -25px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-x-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .smb\:divide-x-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-x-50 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -25px;
  }
}
@media (min-width: 971px) {
  .md\:divide-x-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .md\:divide-x-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-x-50 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -25px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-x-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .mdo\:divide-x-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-x-50 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -25px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-x-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .mdb\:divide-x-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-x-50 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -25px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-x-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .lg\:divide-x-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-x-50 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -25px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-x-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .xs\:divide-x-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-x-60 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -30px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-x-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .sm\:divide-x-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-x-60 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -30px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-x-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .smo\:divide-x-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-x-60 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -30px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-x-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .smb\:divide-x-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-x-60 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -30px;
  }
}
@media (min-width: 971px) {
  .md\:divide-x-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .md\:divide-x-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-x-60 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -30px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-x-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .mdo\:divide-x-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-x-60 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -30px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-x-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .mdb\:divide-x-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-x-60 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -30px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-x-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .lg\:divide-x-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-x-60 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -30px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-x-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .xs\:divide-x-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-x-70 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -35px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-x-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .sm\:divide-x-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-x-70 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -35px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-x-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .smo\:divide-x-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-x-70 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -35px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-x-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .smb\:divide-x-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-x-70 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -35px;
  }
}
@media (min-width: 971px) {
  .md\:divide-x-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .md\:divide-x-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-x-70 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -35px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-x-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .mdo\:divide-x-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-x-70 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -35px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-x-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .mdb\:divide-x-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-x-70 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -35px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-x-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .lg\:divide-x-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-x-70 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -35px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-x-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .xs\:divide-x-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-x-80 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -40px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-x-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .sm\:divide-x-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-x-80 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -40px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-x-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .smo\:divide-x-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-x-80 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -40px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-x-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .smb\:divide-x-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-x-80 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -40px;
  }
}
@media (min-width: 971px) {
  .md\:divide-x-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .md\:divide-x-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-x-80 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -40px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-x-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .mdo\:divide-x-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-x-80 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -40px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-x-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .mdb\:divide-x-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-x-80 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -40px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-x-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .lg\:divide-x-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-x-80 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -40px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-x-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .xs\:divide-x-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-x-90 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -45px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-x-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .sm\:divide-x-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-x-90 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -45px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-x-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .smo\:divide-x-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-x-90 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -45px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-x-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .smb\:divide-x-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-x-90 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -45px;
  }
}
@media (min-width: 971px) {
  .md\:divide-x-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .md\:divide-x-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-x-90 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -45px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-x-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .mdo\:divide-x-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-x-90 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -45px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-x-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .mdb\:divide-x-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-x-90 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -45px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-x-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .lg\:divide-x-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-x-90 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -45px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-x-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .xs\:divide-x-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-x-100 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -50px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-x-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .sm\:divide-x-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-x-100 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -50px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-x-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .smo\:divide-x-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-x-100 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -50px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-x-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .smb\:divide-x-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-x-100 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -50px;
  }
}
@media (min-width: 971px) {
  .md\:divide-x-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .md\:divide-x-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-x-100 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -50px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-x-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .mdo\:divide-x-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-x-100 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -50px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-x-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .mdb\:divide-x-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-x-100 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -50px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-x-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .lg\:divide-x-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-x-100 > :not([hidden]) ~ :not([hidden]):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--strawberry-divider-color);
    position: absolute;
    left: 0;
    top: -50px;
  }
}
.divide-y-10 {
  overflow: hidden;
  grid-gap: 10px !important;
}
.divide-y-10 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-y-10 > :not([hidden]) ~ :not([hidden]):before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 10px);
  background-color: var(--strawberry-divider-color);
  position: absolute;
  top: 0;
  left: -5px;
}

.divide-y-20 {
  overflow: hidden;
  grid-gap: 20px !important;
}
.divide-y-20 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-y-20 > :not([hidden]) ~ :not([hidden]):before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 20px);
  background-color: var(--strawberry-divider-color);
  position: absolute;
  top: 0;
  left: -10px;
}

.divide-y-30 {
  overflow: hidden;
  grid-gap: 30px !important;
}
.divide-y-30 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-y-30 > :not([hidden]) ~ :not([hidden]):before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 30px);
  background-color: var(--strawberry-divider-color);
  position: absolute;
  top: 0;
  left: -15px;
}

.divide-y-40 {
  overflow: hidden;
  grid-gap: 40px !important;
}
.divide-y-40 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-y-40 > :not([hidden]) ~ :not([hidden]):before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 40px);
  background-color: var(--strawberry-divider-color);
  position: absolute;
  top: 0;
  left: -20px;
}

.divide-y-50 {
  overflow: hidden;
  grid-gap: 50px !important;
}
.divide-y-50 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-y-50 > :not([hidden]) ~ :not([hidden]):before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 50px);
  background-color: var(--strawberry-divider-color);
  position: absolute;
  top: 0;
  left: -25px;
}

.divide-y-60 {
  overflow: hidden;
  grid-gap: 60px !important;
}
.divide-y-60 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-y-60 > :not([hidden]) ~ :not([hidden]):before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 60px);
  background-color: var(--strawberry-divider-color);
  position: absolute;
  top: 0;
  left: -30px;
}

.divide-y-70 {
  overflow: hidden;
  grid-gap: 70px !important;
}
.divide-y-70 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-y-70 > :not([hidden]) ~ :not([hidden]):before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 70px);
  background-color: var(--strawberry-divider-color);
  position: absolute;
  top: 0;
  left: -35px;
}

.divide-y-80 {
  overflow: hidden;
  grid-gap: 80px !important;
}
.divide-y-80 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-y-80 > :not([hidden]) ~ :not([hidden]):before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 80px);
  background-color: var(--strawberry-divider-color);
  position: absolute;
  top: 0;
  left: -40px;
}

.divide-y-90 {
  overflow: hidden;
  grid-gap: 90px !important;
}
.divide-y-90 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-y-90 > :not([hidden]) ~ :not([hidden]):before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 90px);
  background-color: var(--strawberry-divider-color);
  position: absolute;
  top: 0;
  left: -45px;
}

.divide-y-100 {
  overflow: hidden;
  grid-gap: 100px !important;
}
.divide-y-100 > :not([hidden]) ~ :not([hidden]) {
  position: relative;
}
.divide-y-100 > :not([hidden]) ~ :not([hidden]):before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 100px);
  background-color: var(--strawberry-divider-color);
  position: absolute;
  top: 0;
  left: -50px;
}

@media (max-width: 768px) {
  .xs\:divide-y-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .xs\:divide-y-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-y-10 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 10px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -5px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-y-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .sm\:divide-y-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-y-10 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 10px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -5px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-y-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .smo\:divide-y-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-y-10 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 10px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -5px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-y-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .smb\:divide-y-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-y-10 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 10px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -5px;
  }
}
@media (min-width: 971px) {
  .md\:divide-y-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .md\:divide-y-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-y-10 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 10px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -5px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-y-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .mdo\:divide-y-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-y-10 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 10px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -5px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-y-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .mdb\:divide-y-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-y-10 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 10px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -5px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-y-10 {
    overflow: hidden;
    grid-gap: 10px !important;
  }
  .lg\:divide-y-10 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-y-10 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 10px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -5px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-y-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .xs\:divide-y-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-y-20 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 20px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -10px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-y-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .sm\:divide-y-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-y-20 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 20px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -10px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-y-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .smo\:divide-y-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-y-20 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 20px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -10px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-y-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .smb\:divide-y-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-y-20 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 20px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -10px;
  }
}
@media (min-width: 971px) {
  .md\:divide-y-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .md\:divide-y-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-y-20 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 20px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -10px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-y-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .mdo\:divide-y-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-y-20 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 20px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -10px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-y-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .mdb\:divide-y-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-y-20 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 20px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -10px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-y-20 {
    overflow: hidden;
    grid-gap: 20px !important;
  }
  .lg\:divide-y-20 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-y-20 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 20px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -10px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-y-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .xs\:divide-y-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-y-30 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 30px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -15px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-y-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .sm\:divide-y-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-y-30 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 30px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -15px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-y-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .smo\:divide-y-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-y-30 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 30px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -15px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-y-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .smb\:divide-y-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-y-30 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 30px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -15px;
  }
}
@media (min-width: 971px) {
  .md\:divide-y-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .md\:divide-y-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-y-30 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 30px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -15px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-y-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .mdo\:divide-y-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-y-30 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 30px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -15px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-y-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .mdb\:divide-y-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-y-30 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 30px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -15px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-y-30 {
    overflow: hidden;
    grid-gap: 30px !important;
  }
  .lg\:divide-y-30 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-y-30 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 30px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -15px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-y-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .xs\:divide-y-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-y-40 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 40px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -20px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-y-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .sm\:divide-y-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-y-40 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 40px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -20px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-y-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .smo\:divide-y-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-y-40 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 40px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -20px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-y-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .smb\:divide-y-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-y-40 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 40px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -20px;
  }
}
@media (min-width: 971px) {
  .md\:divide-y-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .md\:divide-y-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-y-40 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 40px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -20px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-y-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .mdo\:divide-y-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-y-40 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 40px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -20px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-y-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .mdb\:divide-y-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-y-40 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 40px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -20px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-y-40 {
    overflow: hidden;
    grid-gap: 40px !important;
  }
  .lg\:divide-y-40 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-y-40 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 40px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -20px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-y-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .xs\:divide-y-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-y-50 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 50px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -25px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-y-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .sm\:divide-y-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-y-50 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 50px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -25px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-y-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .smo\:divide-y-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-y-50 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 50px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -25px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-y-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .smb\:divide-y-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-y-50 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 50px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -25px;
  }
}
@media (min-width: 971px) {
  .md\:divide-y-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .md\:divide-y-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-y-50 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 50px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -25px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-y-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .mdo\:divide-y-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-y-50 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 50px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -25px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-y-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .mdb\:divide-y-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-y-50 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 50px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -25px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-y-50 {
    overflow: hidden;
    grid-gap: 50px !important;
  }
  .lg\:divide-y-50 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-y-50 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 50px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -25px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-y-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .xs\:divide-y-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-y-60 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 60px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -30px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-y-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .sm\:divide-y-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-y-60 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 60px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -30px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-y-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .smo\:divide-y-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-y-60 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 60px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -30px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-y-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .smb\:divide-y-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-y-60 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 60px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -30px;
  }
}
@media (min-width: 971px) {
  .md\:divide-y-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .md\:divide-y-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-y-60 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 60px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -30px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-y-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .mdo\:divide-y-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-y-60 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 60px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -30px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-y-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .mdb\:divide-y-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-y-60 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 60px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -30px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-y-60 {
    overflow: hidden;
    grid-gap: 60px !important;
  }
  .lg\:divide-y-60 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-y-60 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 60px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -30px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-y-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .xs\:divide-y-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-y-70 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 70px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -35px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-y-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .sm\:divide-y-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-y-70 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 70px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -35px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-y-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .smo\:divide-y-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-y-70 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 70px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -35px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-y-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .smb\:divide-y-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-y-70 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 70px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -35px;
  }
}
@media (min-width: 971px) {
  .md\:divide-y-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .md\:divide-y-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-y-70 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 70px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -35px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-y-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .mdo\:divide-y-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-y-70 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 70px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -35px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-y-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .mdb\:divide-y-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-y-70 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 70px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -35px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-y-70 {
    overflow: hidden;
    grid-gap: 70px !important;
  }
  .lg\:divide-y-70 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-y-70 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 70px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -35px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-y-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .xs\:divide-y-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-y-80 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 80px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -40px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-y-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .sm\:divide-y-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-y-80 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 80px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -40px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-y-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .smo\:divide-y-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-y-80 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 80px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -40px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-y-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .smb\:divide-y-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-y-80 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 80px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -40px;
  }
}
@media (min-width: 971px) {
  .md\:divide-y-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .md\:divide-y-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-y-80 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 80px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -40px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-y-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .mdo\:divide-y-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-y-80 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 80px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -40px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-y-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .mdb\:divide-y-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-y-80 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 80px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -40px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-y-80 {
    overflow: hidden;
    grid-gap: 80px !important;
  }
  .lg\:divide-y-80 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-y-80 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 80px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -40px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-y-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .xs\:divide-y-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-y-90 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 90px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -45px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-y-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .sm\:divide-y-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-y-90 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 90px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -45px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-y-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .smo\:divide-y-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-y-90 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 90px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -45px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-y-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .smb\:divide-y-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-y-90 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 90px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -45px;
  }
}
@media (min-width: 971px) {
  .md\:divide-y-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .md\:divide-y-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-y-90 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 90px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -45px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-y-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .mdo\:divide-y-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-y-90 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 90px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -45px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-y-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .mdb\:divide-y-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-y-90 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 90px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -45px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-y-90 {
    overflow: hidden;
    grid-gap: 90px !important;
  }
  .lg\:divide-y-90 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-y-90 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 90px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -45px;
  }
}
@media (max-width: 768px) {
  .xs\:divide-y-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .xs\:divide-y-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .xs\:divide-y-100 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 100px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -50px;
  }
}
@media (min-width: 769px) {
  .sm\:divide-y-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .sm\:divide-y-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .sm\:divide-y-100 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 100px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -50px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:divide-y-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .smo\:divide-y-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smo\:divide-y-100 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 100px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -50px;
  }
}
@media (max-width: 970px) {
  .smb\:divide-y-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .smb\:divide-y-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .smb\:divide-y-100 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 100px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -50px;
  }
}
@media (min-width: 971px) {
  .md\:divide-y-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .md\:divide-y-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .md\:divide-y-100 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 100px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -50px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:divide-y-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .mdo\:divide-y-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdo\:divide-y-100 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 100px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -50px;
  }
}
@media (max-width: 1289px) {
  .mdb\:divide-y-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .mdb\:divide-y-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .mdb\:divide-y-100 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 100px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -50px;
  }
}
@media (min-width: 1290px) {
  .lg\:divide-y-100 {
    overflow: hidden;
    grid-gap: 100px !important;
  }
  .lg\:divide-y-100 > :not([hidden]) ~ :not([hidden]) {
    position: relative;
  }
  .lg\:divide-y-100 > :not([hidden]) ~ :not([hidden]):before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 100px);
    background-color: var(--strawberry-divider-color);
    position: absolute;
    top: 0;
    left: -50px;
  }
}
@media (max-width: 768px) {
  .xs\:with-border-bottom-10 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:with-border-bottom-10:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .xs\:add-border-bottom-10 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:add-border-top-10 {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) {
  .sm\:with-border-bottom-10 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:with-border-bottom-10:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .sm\:add-border-bottom-10 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:add-border-top-10 {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:with-border-bottom-10 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:with-border-bottom-10:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smo\:add-border-bottom-10 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:add-border-top-10 {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 970px) {
  .smb\:with-border-bottom-10 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:with-border-bottom-10:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smb\:add-border-bottom-10 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:add-border-top-10 {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) {
  .md\:with-border-bottom-10 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:with-border-bottom-10:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .md\:add-border-bottom-10 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:add-border-top-10 {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:with-border-bottom-10 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:with-border-bottom-10:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdo\:add-border-bottom-10 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:add-border-top-10 {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 1289px) {
  .mdb\:with-border-bottom-10 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:with-border-bottom-10:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdb\:add-border-bottom-10 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:add-border-top-10 {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 1290px) {
  .lg\:with-border-bottom-10 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:with-border-bottom-10:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .lg\:add-border-bottom-10 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:add-border-top-10 {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 768px) {
  .xs\:with-border-bottom-20 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:with-border-bottom-20:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .xs\:add-border-bottom-20 {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:add-border-top-20 {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) {
  .sm\:with-border-bottom-20 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:with-border-bottom-20:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .sm\:add-border-bottom-20 {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:add-border-top-20 {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:with-border-bottom-20 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:with-border-bottom-20:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smo\:add-border-bottom-20 {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:add-border-top-20 {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 970px) {
  .smb\:with-border-bottom-20 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:with-border-bottom-20:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smb\:add-border-bottom-20 {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:add-border-top-20 {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) {
  .md\:with-border-bottom-20 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:with-border-bottom-20:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .md\:add-border-bottom-20 {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:add-border-top-20 {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:with-border-bottom-20 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:with-border-bottom-20:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdo\:add-border-bottom-20 {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:add-border-top-20 {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 1289px) {
  .mdb\:with-border-bottom-20 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:with-border-bottom-20:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdb\:add-border-bottom-20 {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:add-border-top-20 {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 1290px) {
  .lg\:with-border-bottom-20 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:with-border-bottom-20:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .lg\:add-border-bottom-20 {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:add-border-top-20 {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 768px) {
  .xs\:with-border-bottom-30 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:with-border-bottom-30:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .xs\:add-border-bottom-30 {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:add-border-top-30 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) {
  .sm\:with-border-bottom-30 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:with-border-bottom-30:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .sm\:add-border-bottom-30 {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:add-border-top-30 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:with-border-bottom-30 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:with-border-bottom-30:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smo\:add-border-bottom-30 {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:add-border-top-30 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 970px) {
  .smb\:with-border-bottom-30 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:with-border-bottom-30:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smb\:add-border-bottom-30 {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:add-border-top-30 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) {
  .md\:with-border-bottom-30 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:with-border-bottom-30:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .md\:add-border-bottom-30 {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:add-border-top-30 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:with-border-bottom-30 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:with-border-bottom-30:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdo\:add-border-bottom-30 {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:add-border-top-30 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 1289px) {
  .mdb\:with-border-bottom-30 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:with-border-bottom-30:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdb\:add-border-bottom-30 {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:add-border-top-30 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 1290px) {
  .lg\:with-border-bottom-30 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:with-border-bottom-30:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .lg\:add-border-bottom-30 {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:add-border-top-30 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 768px) {
  .xs\:with-border-bottom-40 {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:with-border-bottom-40:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .xs\:add-border-bottom-40 {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:add-border-top-40 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) {
  .sm\:with-border-bottom-40 {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:with-border-bottom-40:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .sm\:add-border-bottom-40 {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:add-border-top-40 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:with-border-bottom-40 {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:with-border-bottom-40:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smo\:add-border-bottom-40 {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:add-border-top-40 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 970px) {
  .smb\:with-border-bottom-40 {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:with-border-bottom-40:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smb\:add-border-bottom-40 {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:add-border-top-40 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) {
  .md\:with-border-bottom-40 {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:with-border-bottom-40:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .md\:add-border-bottom-40 {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:add-border-top-40 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:with-border-bottom-40 {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:with-border-bottom-40:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdo\:add-border-bottom-40 {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:add-border-top-40 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 1289px) {
  .mdb\:with-border-bottom-40 {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:with-border-bottom-40:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdb\:add-border-bottom-40 {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:add-border-top-40 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 1290px) {
  .lg\:with-border-bottom-40 {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:with-border-bottom-40:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .lg\:add-border-bottom-40 {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:add-border-top-40 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 768px) {
  .xs\:with-border-bottom-50 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:with-border-bottom-50:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .xs\:add-border-bottom-50 {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:add-border-top-50 {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) {
  .sm\:with-border-bottom-50 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:with-border-bottom-50:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .sm\:add-border-bottom-50 {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:add-border-top-50 {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:with-border-bottom-50 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:with-border-bottom-50:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smo\:add-border-bottom-50 {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:add-border-top-50 {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 970px) {
  .smb\:with-border-bottom-50 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:with-border-bottom-50:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smb\:add-border-bottom-50 {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:add-border-top-50 {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) {
  .md\:with-border-bottom-50 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:with-border-bottom-50:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .md\:add-border-bottom-50 {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:add-border-top-50 {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:with-border-bottom-50 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:with-border-bottom-50:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdo\:add-border-bottom-50 {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:add-border-top-50 {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 1289px) {
  .mdb\:with-border-bottom-50 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:with-border-bottom-50:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdb\:add-border-bottom-50 {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:add-border-top-50 {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 1290px) {
  .lg\:with-border-bottom-50 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:with-border-bottom-50:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .lg\:add-border-bottom-50 {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:add-border-top-50 {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 768px) {
  .xs\:with-border-bottom-60 {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:with-border-bottom-60:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .xs\:add-border-bottom-60 {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:add-border-top-60 {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) {
  .sm\:with-border-bottom-60 {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:with-border-bottom-60:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .sm\:add-border-bottom-60 {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:add-border-top-60 {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:with-border-bottom-60 {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:with-border-bottom-60:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smo\:add-border-bottom-60 {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:add-border-top-60 {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 970px) {
  .smb\:with-border-bottom-60 {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:with-border-bottom-60:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smb\:add-border-bottom-60 {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:add-border-top-60 {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) {
  .md\:with-border-bottom-60 {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:with-border-bottom-60:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .md\:add-border-bottom-60 {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:add-border-top-60 {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:with-border-bottom-60 {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:with-border-bottom-60:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdo\:add-border-bottom-60 {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:add-border-top-60 {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 1289px) {
  .mdb\:with-border-bottom-60 {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:with-border-bottom-60:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdb\:add-border-bottom-60 {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:add-border-top-60 {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 1290px) {
  .lg\:with-border-bottom-60 {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:with-border-bottom-60:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .lg\:add-border-bottom-60 {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:add-border-top-60 {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 768px) {
  .xs\:with-border-bottom-70 {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:with-border-bottom-70:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .xs\:add-border-bottom-70 {
    padding-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:add-border-top-70 {
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) {
  .sm\:with-border-bottom-70 {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:with-border-bottom-70:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .sm\:add-border-bottom-70 {
    padding-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:add-border-top-70 {
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:with-border-bottom-70 {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:with-border-bottom-70:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smo\:add-border-bottom-70 {
    padding-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:add-border-top-70 {
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 970px) {
  .smb\:with-border-bottom-70 {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:with-border-bottom-70:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smb\:add-border-bottom-70 {
    padding-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:add-border-top-70 {
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) {
  .md\:with-border-bottom-70 {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:with-border-bottom-70:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .md\:add-border-bottom-70 {
    padding-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:add-border-top-70 {
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:with-border-bottom-70 {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:with-border-bottom-70:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdo\:add-border-bottom-70 {
    padding-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:add-border-top-70 {
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 1289px) {
  .mdb\:with-border-bottom-70 {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:with-border-bottom-70:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdb\:add-border-bottom-70 {
    padding-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:add-border-top-70 {
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 1290px) {
  .lg\:with-border-bottom-70 {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:with-border-bottom-70:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .lg\:add-border-bottom-70 {
    padding-bottom: 70px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:add-border-top-70 {
    padding-top: 70px;
    margin-top: 70px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 768px) {
  .xs\:with-border-bottom-80 {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:with-border-bottom-80:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .xs\:add-border-bottom-80 {
    padding-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:add-border-top-80 {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) {
  .sm\:with-border-bottom-80 {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:with-border-bottom-80:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .sm\:add-border-bottom-80 {
    padding-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:add-border-top-80 {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:with-border-bottom-80 {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:with-border-bottom-80:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smo\:add-border-bottom-80 {
    padding-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:add-border-top-80 {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 970px) {
  .smb\:with-border-bottom-80 {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:with-border-bottom-80:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smb\:add-border-bottom-80 {
    padding-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:add-border-top-80 {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) {
  .md\:with-border-bottom-80 {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:with-border-bottom-80:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .md\:add-border-bottom-80 {
    padding-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:add-border-top-80 {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:with-border-bottom-80 {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:with-border-bottom-80:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdo\:add-border-bottom-80 {
    padding-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:add-border-top-80 {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 1289px) {
  .mdb\:with-border-bottom-80 {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:with-border-bottom-80:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdb\:add-border-bottom-80 {
    padding-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:add-border-top-80 {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 1290px) {
  .lg\:with-border-bottom-80 {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:with-border-bottom-80:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .lg\:add-border-bottom-80 {
    padding-bottom: 80px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:add-border-top-80 {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 768px) {
  .xs\:with-border-bottom-90 {
    padding-bottom: 90px;
    margin-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:with-border-bottom-90:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .xs\:add-border-bottom-90 {
    padding-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:add-border-top-90 {
    padding-top: 90px;
    margin-top: 90px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) {
  .sm\:with-border-bottom-90 {
    padding-bottom: 90px;
    margin-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:with-border-bottom-90:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .sm\:add-border-bottom-90 {
    padding-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:add-border-top-90 {
    padding-top: 90px;
    margin-top: 90px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:with-border-bottom-90 {
    padding-bottom: 90px;
    margin-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:with-border-bottom-90:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smo\:add-border-bottom-90 {
    padding-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:add-border-top-90 {
    padding-top: 90px;
    margin-top: 90px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 970px) {
  .smb\:with-border-bottom-90 {
    padding-bottom: 90px;
    margin-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:with-border-bottom-90:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smb\:add-border-bottom-90 {
    padding-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:add-border-top-90 {
    padding-top: 90px;
    margin-top: 90px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) {
  .md\:with-border-bottom-90 {
    padding-bottom: 90px;
    margin-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:with-border-bottom-90:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .md\:add-border-bottom-90 {
    padding-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:add-border-top-90 {
    padding-top: 90px;
    margin-top: 90px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:with-border-bottom-90 {
    padding-bottom: 90px;
    margin-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:with-border-bottom-90:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdo\:add-border-bottom-90 {
    padding-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:add-border-top-90 {
    padding-top: 90px;
    margin-top: 90px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 1289px) {
  .mdb\:with-border-bottom-90 {
    padding-bottom: 90px;
    margin-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:with-border-bottom-90:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdb\:add-border-bottom-90 {
    padding-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:add-border-top-90 {
    padding-top: 90px;
    margin-top: 90px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 1290px) {
  .lg\:with-border-bottom-90 {
    padding-bottom: 90px;
    margin-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:with-border-bottom-90:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .lg\:add-border-bottom-90 {
    padding-bottom: 90px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:add-border-top-90 {
    padding-top: 90px;
    margin-top: 90px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 768px) {
  .xs\:with-border-bottom-100 {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:with-border-bottom-100:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .xs\:add-border-bottom-100 {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .xs\:add-border-top-100 {
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) {
  .sm\:with-border-bottom-100 {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:with-border-bottom-100:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .sm\:add-border-bottom-100 {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .sm\:add-border-top-100 {
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:with-border-bottom-100 {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:with-border-bottom-100:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smo\:add-border-bottom-100 {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smo\:add-border-top-100 {
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 970px) {
  .smb\:with-border-bottom-100 {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:with-border-bottom-100:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .smb\:add-border-bottom-100 {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .smb\:add-border-top-100 {
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) {
  .md\:with-border-bottom-100 {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:with-border-bottom-100:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .md\:add-border-bottom-100 {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .md\:add-border-top-100 {
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:with-border-bottom-100 {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:with-border-bottom-100:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdo\:add-border-bottom-100 {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdo\:add-border-top-100 {
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (max-width: 1289px) {
  .mdb\:with-border-bottom-100 {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:with-border-bottom-100:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .mdb\:add-border-bottom-100 {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .mdb\:add-border-top-100 {
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
@media (min-width: 1290px) {
  .lg\:with-border-bottom-100 {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:with-border-bottom-100:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .lg\:add-border-bottom-100 {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--strawberry-divider-color);
  }
  .lg\:add-border-top-100 {
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid var(--strawberry-divider-color);
  }
}
.with-border-bottom-10 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}
.with-border-bottom-10:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.add-border-bottom-10 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}

.add-border-top-10 {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--strawberry-divider-color);
}

.with-border-bottom-20 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}
.with-border-bottom-20:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.add-border-bottom-20 {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}

.add-border-top-20 {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--strawberry-divider-color);
}

.with-border-bottom-30 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}
.with-border-bottom-30:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.add-border-bottom-30 {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}

.add-border-top-30 {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--strawberry-divider-color);
}

.with-border-bottom-40 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}
.with-border-bottom-40:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.add-border-bottom-40 {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}

.add-border-top-40 {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid var(--strawberry-divider-color);
}

.with-border-bottom-50 {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}
.with-border-bottom-50:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.add-border-bottom-50 {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}

.add-border-top-50 {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid var(--strawberry-divider-color);
}

.with-border-bottom-60 {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}
.with-border-bottom-60:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.add-border-bottom-60 {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}

.add-border-top-60 {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid var(--strawberry-divider-color);
}

.with-border-bottom-70 {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}
.with-border-bottom-70:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.add-border-bottom-70 {
  padding-bottom: 70px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}

.add-border-top-70 {
  padding-top: 70px;
  margin-top: 70px;
  border-top: 1px solid var(--strawberry-divider-color);
}

.with-border-bottom-80 {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}
.with-border-bottom-80:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.add-border-bottom-80 {
  padding-bottom: 80px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}

.add-border-top-80 {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid var(--strawberry-divider-color);
}

.with-border-bottom-90 {
  padding-bottom: 90px;
  margin-bottom: 90px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}
.with-border-bottom-90:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.add-border-bottom-90 {
  padding-bottom: 90px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}

.add-border-top-90 {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 1px solid var(--strawberry-divider-color);
}

.with-border-bottom-100 {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}
.with-border-bottom-100:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.add-border-bottom-100 {
  padding-bottom: 100px;
  border-bottom: 1px solid var(--strawberry-divider-color);
}

.add-border-top-100 {
  padding-top: 100px;
  margin-top: 100px;
  border-top: 1px solid var(--strawberry-divider-color);
}

.w-50, .width-50 {
  width: 3.125rem;
  min-width: 3.125rem;
  max-width: 3.125rem;
}

.max-w-50, .max-width-50 {
  max-width: 3.125rem;
}

.min-w-50, .min-width-50 {
  min-width: 3.125rem;
}

.h-50, .height-50 {
  height: 3.125rem;
  min-height: 3.125rem;
  max-height: 3.125rem;
}

.min-h-50, .min-height-50 {
  min-height: 3.125rem;
}

.w-100, .width-100 {
  width: 6.25rem;
  min-width: 6.25rem;
  max-width: 6.25rem;
}

.max-w-100, .max-width-100 {
  max-width: 6.25rem;
}

.min-w-100, .min-width-100 {
  min-width: 6.25rem;
}

.h-100, .height-100 {
  height: 6.25rem;
  min-height: 6.25rem;
  max-height: 6.25rem;
}

.min-h-100, .min-height-100 {
  min-height: 6.25rem;
}

.w-150, .width-150 {
  width: 9.375rem;
  min-width: 9.375rem;
  max-width: 9.375rem;
}

.max-w-150, .max-width-150 {
  max-width: 9.375rem;
}

.min-w-150, .min-width-150 {
  min-width: 9.375rem;
}

.h-150, .height-150 {
  height: 9.375rem;
  min-height: 9.375rem;
  max-height: 9.375rem;
}

.min-h-150, .min-height-150 {
  min-height: 9.375rem;
}

.w-200, .width-200 {
  width: 12.5rem;
  min-width: 12.5rem;
  max-width: 12.5rem;
}

.max-w-200, .max-width-200 {
  max-width: 12.5rem;
}

.min-w-200, .min-width-200 {
  min-width: 12.5rem;
}

.h-200, .height-200 {
  height: 12.5rem;
  min-height: 12.5rem;
  max-height: 12.5rem;
}

.min-h-200, .min-height-200 {
  min-height: 12.5rem;
}

.w-250, .width-250 {
  width: 15.625rem;
  min-width: 15.625rem;
  max-width: 15.625rem;
}

.max-w-250, .max-width-250 {
  max-width: 15.625rem;
}

.min-w-250, .min-width-250 {
  min-width: 15.625rem;
}

.h-250, .height-250 {
  height: 15.625rem;
  min-height: 15.625rem;
  max-height: 15.625rem;
}

.min-h-250, .min-height-250 {
  min-height: 15.625rem;
}

.w-300, .width-300 {
  width: 18.75rem;
  min-width: 18.75rem;
  max-width: 18.75rem;
}

.max-w-300, .max-width-300 {
  max-width: 18.75rem;
}

.min-w-300, .min-width-300 {
  min-width: 18.75rem;
}

.h-300, .height-300 {
  height: 18.75rem;
  min-height: 18.75rem;
  max-height: 18.75rem;
}

.min-h-300, .min-height-300 {
  min-height: 18.75rem;
}

.w-350, .width-350 {
  width: 21.875rem;
  min-width: 21.875rem;
  max-width: 21.875rem;
}

.max-w-350, .max-width-350 {
  max-width: 21.875rem;
}

.min-w-350, .min-width-350 {
  min-width: 21.875rem;
}

.h-350, .height-350 {
  height: 21.875rem;
  min-height: 21.875rem;
  max-height: 21.875rem;
}

.min-h-350, .min-height-350 {
  min-height: 21.875rem;
}

.w-400, .width-400 {
  width: 25rem;
  min-width: 25rem;
  max-width: 25rem;
}

.max-w-400, .max-width-400 {
  max-width: 25rem;
}

.min-w-400, .min-width-400 {
  min-width: 25rem;
}

.h-400, .height-400 {
  height: 25rem;
  min-height: 25rem;
  max-height: 25rem;
}

.min-h-400, .min-height-400 {
  min-height: 25rem;
}

.w-450, .width-450 {
  width: 28.125rem;
  min-width: 28.125rem;
  max-width: 28.125rem;
}

.max-w-450, .max-width-450 {
  max-width: 28.125rem;
}

.min-w-450, .min-width-450 {
  min-width: 28.125rem;
}

.h-450, .height-450 {
  height: 28.125rem;
  min-height: 28.125rem;
  max-height: 28.125rem;
}

.min-h-450, .min-height-450 {
  min-height: 28.125rem;
}

.w-500, .width-500 {
  width: 31.25rem;
  min-width: 31.25rem;
  max-width: 31.25rem;
}

.max-w-500, .max-width-500 {
  max-width: 31.25rem;
}

.min-w-500, .min-width-500 {
  min-width: 31.25rem;
}

.h-500, .height-500 {
  height: 31.25rem;
  min-height: 31.25rem;
  max-height: 31.25rem;
}

.min-h-500, .min-height-500 {
  min-height: 31.25rem;
}

.w-550, .width-550 {
  width: 34.375rem;
  min-width: 34.375rem;
  max-width: 34.375rem;
}

.max-w-550, .max-width-550 {
  max-width: 34.375rem;
}

.min-w-550, .min-width-550 {
  min-width: 34.375rem;
}

.h-550, .height-550 {
  height: 34.375rem;
  min-height: 34.375rem;
  max-height: 34.375rem;
}

.min-h-550, .min-height-550 {
  min-height: 34.375rem;
}

.w-600, .width-600 {
  width: 37.5rem;
  min-width: 37.5rem;
  max-width: 37.5rem;
}

.max-w-600, .max-width-600 {
  max-width: 37.5rem;
}

.min-w-600, .min-width-600 {
  min-width: 37.5rem;
}

.h-600, .height-600 {
  height: 37.5rem;
  min-height: 37.5rem;
  max-height: 37.5rem;
}

.min-h-600, .min-height-600 {
  min-height: 37.5rem;
}

.w-650, .width-650 {
  width: 40.625rem;
  min-width: 40.625rem;
  max-width: 40.625rem;
}

.max-w-650, .max-width-650 {
  max-width: 40.625rem;
}

.min-w-650, .min-width-650 {
  min-width: 40.625rem;
}

.h-650, .height-650 {
  height: 40.625rem;
  min-height: 40.625rem;
  max-height: 40.625rem;
}

.min-h-650, .min-height-650 {
  min-height: 40.625rem;
}

.w-700, .width-700 {
  width: 43.75rem;
  min-width: 43.75rem;
  max-width: 43.75rem;
}

.max-w-700, .max-width-700 {
  max-width: 43.75rem;
}

.min-w-700, .min-width-700 {
  min-width: 43.75rem;
}

.h-700, .height-700 {
  height: 43.75rem;
  min-height: 43.75rem;
  max-height: 43.75rem;
}

.min-h-700, .min-height-700 {
  min-height: 43.75rem;
}

.w-750, .width-750 {
  width: 46.875rem;
  min-width: 46.875rem;
  max-width: 46.875rem;
}

.max-w-750, .max-width-750 {
  max-width: 46.875rem;
}

.min-w-750, .min-width-750 {
  min-width: 46.875rem;
}

.h-750, .height-750 {
  height: 46.875rem;
  min-height: 46.875rem;
  max-height: 46.875rem;
}

.min-h-750, .min-height-750 {
  min-height: 46.875rem;
}

.w-800, .width-800 {
  width: 50rem;
  min-width: 50rem;
  max-width: 50rem;
}

.max-w-800, .max-width-800 {
  max-width: 50rem;
}

.min-w-800, .min-width-800 {
  min-width: 50rem;
}

.h-800, .height-800 {
  height: 50rem;
  min-height: 50rem;
  max-height: 50rem;
}

.min-h-800, .min-height-800 {
  min-height: 50rem;
}

.w-850, .width-850 {
  width: 53.125rem;
  min-width: 53.125rem;
  max-width: 53.125rem;
}

.max-w-850, .max-width-850 {
  max-width: 53.125rem;
}

.min-w-850, .min-width-850 {
  min-width: 53.125rem;
}

.h-850, .height-850 {
  height: 53.125rem;
  min-height: 53.125rem;
  max-height: 53.125rem;
}

.min-h-850, .min-height-850 {
  min-height: 53.125rem;
}

.w-900, .width-900 {
  width: 56.25rem;
  min-width: 56.25rem;
  max-width: 56.25rem;
}

.max-w-900, .max-width-900 {
  max-width: 56.25rem;
}

.min-w-900, .min-width-900 {
  min-width: 56.25rem;
}

.h-900, .height-900 {
  height: 56.25rem;
  min-height: 56.25rem;
  max-height: 56.25rem;
}

.min-h-900, .min-height-900 {
  min-height: 56.25rem;
}

.w-950, .width-950 {
  width: 59.375rem;
  min-width: 59.375rem;
  max-width: 59.375rem;
}

.max-w-950, .max-width-950 {
  max-width: 59.375rem;
}

.min-w-950, .min-width-950 {
  min-width: 59.375rem;
}

.h-950, .height-950 {
  height: 59.375rem;
  min-height: 59.375rem;
  max-height: 59.375rem;
}

.min-h-950, .min-height-950 {
  min-height: 59.375rem;
}

.w-1000, .width-1000 {
  width: 62.5rem;
  min-width: 62.5rem;
  max-width: 62.5rem;
}

.max-w-1000, .max-width-1000 {
  max-width: 62.5rem;
}

.min-w-1000, .min-width-1000 {
  min-width: 62.5rem;
}

.h-1000, .height-1000 {
  height: 62.5rem;
  min-height: 62.5rem;
  max-height: 62.5rem;
}

.min-h-1000, .min-height-1000 {
  min-height: 62.5rem;
}

@media (max-width: 768px) {
  .xs\:w-50, .xs\:width-50 {
    min-width: 3.125rem;
    max-width: 3.125rem;
  }
  .xs\:max-w-50, .xs\:max-width-50 {
    max-width: 3.125rem;
  }
  .xs\:min-w-50, .xs\:max-width-50 {
    min-width: 3.125rem;
  }
  .xs\:h-50, .xs\:height-50 {
    height: 3.125rem;
    min-height: 3.125rem;
    max-height: 3.125rem;
  }
  .xs\:min-h-50, .xs\:min-height-50 {
    min-height: 3.125rem;
  }
  .xs\:w-100, .xs\:width-100 {
    min-width: 6.25rem;
    max-width: 6.25rem;
  }
  .xs\:max-w-100, .xs\:max-width-100 {
    max-width: 6.25rem;
  }
  .xs\:min-w-100, .xs\:max-width-100 {
    min-width: 6.25rem;
  }
  .xs\:h-100, .xs\:height-100 {
    height: 6.25rem;
    min-height: 6.25rem;
    max-height: 6.25rem;
  }
  .xs\:min-h-100, .xs\:min-height-100 {
    min-height: 6.25rem;
  }
  .xs\:w-150, .xs\:width-150 {
    min-width: 9.375rem;
    max-width: 9.375rem;
  }
  .xs\:max-w-150, .xs\:max-width-150 {
    max-width: 9.375rem;
  }
  .xs\:min-w-150, .xs\:max-width-150 {
    min-width: 9.375rem;
  }
  .xs\:h-150, .xs\:height-150 {
    height: 9.375rem;
    min-height: 9.375rem;
    max-height: 9.375rem;
  }
  .xs\:min-h-150, .xs\:min-height-150 {
    min-height: 9.375rem;
  }
  .xs\:w-200, .xs\:width-200 {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }
  .xs\:max-w-200, .xs\:max-width-200 {
    max-width: 12.5rem;
  }
  .xs\:min-w-200, .xs\:max-width-200 {
    min-width: 12.5rem;
  }
  .xs\:h-200, .xs\:height-200 {
    height: 12.5rem;
    min-height: 12.5rem;
    max-height: 12.5rem;
  }
  .xs\:min-h-200, .xs\:min-height-200 {
    min-height: 12.5rem;
  }
  .xs\:w-250, .xs\:width-250 {
    min-width: 15.625rem;
    max-width: 15.625rem;
  }
  .xs\:max-w-250, .xs\:max-width-250 {
    max-width: 15.625rem;
  }
  .xs\:min-w-250, .xs\:max-width-250 {
    min-width: 15.625rem;
  }
  .xs\:h-250, .xs\:height-250 {
    height: 15.625rem;
    min-height: 15.625rem;
    max-height: 15.625rem;
  }
  .xs\:min-h-250, .xs\:min-height-250 {
    min-height: 15.625rem;
  }
  .xs\:w-300, .xs\:width-300 {
    min-width: 18.75rem;
    max-width: 18.75rem;
  }
  .xs\:max-w-300, .xs\:max-width-300 {
    max-width: 18.75rem;
  }
  .xs\:min-w-300, .xs\:max-width-300 {
    min-width: 18.75rem;
  }
  .xs\:h-300, .xs\:height-300 {
    height: 18.75rem;
    min-height: 18.75rem;
    max-height: 18.75rem;
  }
  .xs\:min-h-300, .xs\:min-height-300 {
    min-height: 18.75rem;
  }
  .xs\:w-350, .xs\:width-350 {
    min-width: 21.875rem;
    max-width: 21.875rem;
  }
  .xs\:max-w-350, .xs\:max-width-350 {
    max-width: 21.875rem;
  }
  .xs\:min-w-350, .xs\:max-width-350 {
    min-width: 21.875rem;
  }
  .xs\:h-350, .xs\:height-350 {
    height: 21.875rem;
    min-height: 21.875rem;
    max-height: 21.875rem;
  }
  .xs\:min-h-350, .xs\:min-height-350 {
    min-height: 21.875rem;
  }
  .xs\:w-400, .xs\:width-400 {
    min-width: 25rem;
    max-width: 25rem;
  }
  .xs\:max-w-400, .xs\:max-width-400 {
    max-width: 25rem;
  }
  .xs\:min-w-400, .xs\:max-width-400 {
    min-width: 25rem;
  }
  .xs\:h-400, .xs\:height-400 {
    height: 25rem;
    min-height: 25rem;
    max-height: 25rem;
  }
  .xs\:min-h-400, .xs\:min-height-400 {
    min-height: 25rem;
  }
  .xs\:w-450, .xs\:width-450 {
    min-width: 28.125rem;
    max-width: 28.125rem;
  }
  .xs\:max-w-450, .xs\:max-width-450 {
    max-width: 28.125rem;
  }
  .xs\:min-w-450, .xs\:max-width-450 {
    min-width: 28.125rem;
  }
  .xs\:h-450, .xs\:height-450 {
    height: 28.125rem;
    min-height: 28.125rem;
    max-height: 28.125rem;
  }
  .xs\:min-h-450, .xs\:min-height-450 {
    min-height: 28.125rem;
  }
  .xs\:w-500, .xs\:width-500 {
    min-width: 31.25rem;
    max-width: 31.25rem;
  }
  .xs\:max-w-500, .xs\:max-width-500 {
    max-width: 31.25rem;
  }
  .xs\:min-w-500, .xs\:max-width-500 {
    min-width: 31.25rem;
  }
  .xs\:h-500, .xs\:height-500 {
    height: 31.25rem;
    min-height: 31.25rem;
    max-height: 31.25rem;
  }
  .xs\:min-h-500, .xs\:min-height-500 {
    min-height: 31.25rem;
  }
  .xs\:w-550, .xs\:width-550 {
    min-width: 34.375rem;
    max-width: 34.375rem;
  }
  .xs\:max-w-550, .xs\:max-width-550 {
    max-width: 34.375rem;
  }
  .xs\:min-w-550, .xs\:max-width-550 {
    min-width: 34.375rem;
  }
  .xs\:h-550, .xs\:height-550 {
    height: 34.375rem;
    min-height: 34.375rem;
    max-height: 34.375rem;
  }
  .xs\:min-h-550, .xs\:min-height-550 {
    min-height: 34.375rem;
  }
  .xs\:w-600, .xs\:width-600 {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
  .xs\:max-w-600, .xs\:max-width-600 {
    max-width: 37.5rem;
  }
  .xs\:min-w-600, .xs\:max-width-600 {
    min-width: 37.5rem;
  }
  .xs\:h-600, .xs\:height-600 {
    height: 37.5rem;
    min-height: 37.5rem;
    max-height: 37.5rem;
  }
  .xs\:min-h-600, .xs\:min-height-600 {
    min-height: 37.5rem;
  }
  .xs\:w-650, .xs\:width-650 {
    min-width: 40.625rem;
    max-width: 40.625rem;
  }
  .xs\:max-w-650, .xs\:max-width-650 {
    max-width: 40.625rem;
  }
  .xs\:min-w-650, .xs\:max-width-650 {
    min-width: 40.625rem;
  }
  .xs\:h-650, .xs\:height-650 {
    height: 40.625rem;
    min-height: 40.625rem;
    max-height: 40.625rem;
  }
  .xs\:min-h-650, .xs\:min-height-650 {
    min-height: 40.625rem;
  }
  .xs\:w-700, .xs\:width-700 {
    min-width: 43.75rem;
    max-width: 43.75rem;
  }
  .xs\:max-w-700, .xs\:max-width-700 {
    max-width: 43.75rem;
  }
  .xs\:min-w-700, .xs\:max-width-700 {
    min-width: 43.75rem;
  }
  .xs\:h-700, .xs\:height-700 {
    height: 43.75rem;
    min-height: 43.75rem;
    max-height: 43.75rem;
  }
  .xs\:min-h-700, .xs\:min-height-700 {
    min-height: 43.75rem;
  }
  .xs\:w-750, .xs\:width-750 {
    min-width: 46.875rem;
    max-width: 46.875rem;
  }
  .xs\:max-w-750, .xs\:max-width-750 {
    max-width: 46.875rem;
  }
  .xs\:min-w-750, .xs\:max-width-750 {
    min-width: 46.875rem;
  }
  .xs\:h-750, .xs\:height-750 {
    height: 46.875rem;
    min-height: 46.875rem;
    max-height: 46.875rem;
  }
  .xs\:min-h-750, .xs\:min-height-750 {
    min-height: 46.875rem;
  }
  .xs\:w-800, .xs\:width-800 {
    min-width: 50rem;
    max-width: 50rem;
  }
  .xs\:max-w-800, .xs\:max-width-800 {
    max-width: 50rem;
  }
  .xs\:min-w-800, .xs\:max-width-800 {
    min-width: 50rem;
  }
  .xs\:h-800, .xs\:height-800 {
    height: 50rem;
    min-height: 50rem;
    max-height: 50rem;
  }
  .xs\:min-h-800, .xs\:min-height-800 {
    min-height: 50rem;
  }
  .xs\:w-850, .xs\:width-850 {
    min-width: 53.125rem;
    max-width: 53.125rem;
  }
  .xs\:max-w-850, .xs\:max-width-850 {
    max-width: 53.125rem;
  }
  .xs\:min-w-850, .xs\:max-width-850 {
    min-width: 53.125rem;
  }
  .xs\:h-850, .xs\:height-850 {
    height: 53.125rem;
    min-height: 53.125rem;
    max-height: 53.125rem;
  }
  .xs\:min-h-850, .xs\:min-height-850 {
    min-height: 53.125rem;
  }
  .xs\:w-900, .xs\:width-900 {
    min-width: 56.25rem;
    max-width: 56.25rem;
  }
  .xs\:max-w-900, .xs\:max-width-900 {
    max-width: 56.25rem;
  }
  .xs\:min-w-900, .xs\:max-width-900 {
    min-width: 56.25rem;
  }
  .xs\:h-900, .xs\:height-900 {
    height: 56.25rem;
    min-height: 56.25rem;
    max-height: 56.25rem;
  }
  .xs\:min-h-900, .xs\:min-height-900 {
    min-height: 56.25rem;
  }
  .xs\:w-950, .xs\:width-950 {
    min-width: 59.375rem;
    max-width: 59.375rem;
  }
  .xs\:max-w-950, .xs\:max-width-950 {
    max-width: 59.375rem;
  }
  .xs\:min-w-950, .xs\:max-width-950 {
    min-width: 59.375rem;
  }
  .xs\:h-950, .xs\:height-950 {
    height: 59.375rem;
    min-height: 59.375rem;
    max-height: 59.375rem;
  }
  .xs\:min-h-950, .xs\:min-height-950 {
    min-height: 59.375rem;
  }
  .xs\:w-1000, .xs\:width-1000 {
    min-width: 62.5rem;
    max-width: 62.5rem;
  }
  .xs\:max-w-1000, .xs\:max-width-1000 {
    max-width: 62.5rem;
  }
  .xs\:min-w-1000, .xs\:max-width-1000 {
    min-width: 62.5rem;
  }
  .xs\:h-1000, .xs\:height-1000 {
    height: 62.5rem;
    min-height: 62.5rem;
    max-height: 62.5rem;
  }
  .xs\:min-h-1000, .xs\:min-height-1000 {
    min-height: 62.5rem;
  }
}
@media (min-width: 769px) {
  .sm\:w-50, .sm\:width-50 {
    min-width: 3.125rem;
    max-width: 3.125rem;
  }
  .sm\:max-w-50, .sm\:max-width-50 {
    max-width: 3.125rem;
  }
  .sm\:min-w-50, .sm\:max-width-50 {
    min-width: 3.125rem;
  }
  .sm\:h-50, .sm\:height-50 {
    height: 3.125rem;
    min-height: 3.125rem;
    max-height: 3.125rem;
  }
  .sm\:min-h-50, .sm\:min-height-50 {
    min-height: 3.125rem;
  }
  .sm\:w-100, .sm\:width-100 {
    min-width: 6.25rem;
    max-width: 6.25rem;
  }
  .sm\:max-w-100, .sm\:max-width-100 {
    max-width: 6.25rem;
  }
  .sm\:min-w-100, .sm\:max-width-100 {
    min-width: 6.25rem;
  }
  .sm\:h-100, .sm\:height-100 {
    height: 6.25rem;
    min-height: 6.25rem;
    max-height: 6.25rem;
  }
  .sm\:min-h-100, .sm\:min-height-100 {
    min-height: 6.25rem;
  }
  .sm\:w-150, .sm\:width-150 {
    min-width: 9.375rem;
    max-width: 9.375rem;
  }
  .sm\:max-w-150, .sm\:max-width-150 {
    max-width: 9.375rem;
  }
  .sm\:min-w-150, .sm\:max-width-150 {
    min-width: 9.375rem;
  }
  .sm\:h-150, .sm\:height-150 {
    height: 9.375rem;
    min-height: 9.375rem;
    max-height: 9.375rem;
  }
  .sm\:min-h-150, .sm\:min-height-150 {
    min-height: 9.375rem;
  }
  .sm\:w-200, .sm\:width-200 {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }
  .sm\:max-w-200, .sm\:max-width-200 {
    max-width: 12.5rem;
  }
  .sm\:min-w-200, .sm\:max-width-200 {
    min-width: 12.5rem;
  }
  .sm\:h-200, .sm\:height-200 {
    height: 12.5rem;
    min-height: 12.5rem;
    max-height: 12.5rem;
  }
  .sm\:min-h-200, .sm\:min-height-200 {
    min-height: 12.5rem;
  }
  .sm\:w-250, .sm\:width-250 {
    min-width: 15.625rem;
    max-width: 15.625rem;
  }
  .sm\:max-w-250, .sm\:max-width-250 {
    max-width: 15.625rem;
  }
  .sm\:min-w-250, .sm\:max-width-250 {
    min-width: 15.625rem;
  }
  .sm\:h-250, .sm\:height-250 {
    height: 15.625rem;
    min-height: 15.625rem;
    max-height: 15.625rem;
  }
  .sm\:min-h-250, .sm\:min-height-250 {
    min-height: 15.625rem;
  }
  .sm\:w-300, .sm\:width-300 {
    min-width: 18.75rem;
    max-width: 18.75rem;
  }
  .sm\:max-w-300, .sm\:max-width-300 {
    max-width: 18.75rem;
  }
  .sm\:min-w-300, .sm\:max-width-300 {
    min-width: 18.75rem;
  }
  .sm\:h-300, .sm\:height-300 {
    height: 18.75rem;
    min-height: 18.75rem;
    max-height: 18.75rem;
  }
  .sm\:min-h-300, .sm\:min-height-300 {
    min-height: 18.75rem;
  }
  .sm\:w-350, .sm\:width-350 {
    min-width: 21.875rem;
    max-width: 21.875rem;
  }
  .sm\:max-w-350, .sm\:max-width-350 {
    max-width: 21.875rem;
  }
  .sm\:min-w-350, .sm\:max-width-350 {
    min-width: 21.875rem;
  }
  .sm\:h-350, .sm\:height-350 {
    height: 21.875rem;
    min-height: 21.875rem;
    max-height: 21.875rem;
  }
  .sm\:min-h-350, .sm\:min-height-350 {
    min-height: 21.875rem;
  }
  .sm\:w-400, .sm\:width-400 {
    min-width: 25rem;
    max-width: 25rem;
  }
  .sm\:max-w-400, .sm\:max-width-400 {
    max-width: 25rem;
  }
  .sm\:min-w-400, .sm\:max-width-400 {
    min-width: 25rem;
  }
  .sm\:h-400, .sm\:height-400 {
    height: 25rem;
    min-height: 25rem;
    max-height: 25rem;
  }
  .sm\:min-h-400, .sm\:min-height-400 {
    min-height: 25rem;
  }
  .sm\:w-450, .sm\:width-450 {
    min-width: 28.125rem;
    max-width: 28.125rem;
  }
  .sm\:max-w-450, .sm\:max-width-450 {
    max-width: 28.125rem;
  }
  .sm\:min-w-450, .sm\:max-width-450 {
    min-width: 28.125rem;
  }
  .sm\:h-450, .sm\:height-450 {
    height: 28.125rem;
    min-height: 28.125rem;
    max-height: 28.125rem;
  }
  .sm\:min-h-450, .sm\:min-height-450 {
    min-height: 28.125rem;
  }
  .sm\:w-500, .sm\:width-500 {
    min-width: 31.25rem;
    max-width: 31.25rem;
  }
  .sm\:max-w-500, .sm\:max-width-500 {
    max-width: 31.25rem;
  }
  .sm\:min-w-500, .sm\:max-width-500 {
    min-width: 31.25rem;
  }
  .sm\:h-500, .sm\:height-500 {
    height: 31.25rem;
    min-height: 31.25rem;
    max-height: 31.25rem;
  }
  .sm\:min-h-500, .sm\:min-height-500 {
    min-height: 31.25rem;
  }
  .sm\:w-550, .sm\:width-550 {
    min-width: 34.375rem;
    max-width: 34.375rem;
  }
  .sm\:max-w-550, .sm\:max-width-550 {
    max-width: 34.375rem;
  }
  .sm\:min-w-550, .sm\:max-width-550 {
    min-width: 34.375rem;
  }
  .sm\:h-550, .sm\:height-550 {
    height: 34.375rem;
    min-height: 34.375rem;
    max-height: 34.375rem;
  }
  .sm\:min-h-550, .sm\:min-height-550 {
    min-height: 34.375rem;
  }
  .sm\:w-600, .sm\:width-600 {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
  .sm\:max-w-600, .sm\:max-width-600 {
    max-width: 37.5rem;
  }
  .sm\:min-w-600, .sm\:max-width-600 {
    min-width: 37.5rem;
  }
  .sm\:h-600, .sm\:height-600 {
    height: 37.5rem;
    min-height: 37.5rem;
    max-height: 37.5rem;
  }
  .sm\:min-h-600, .sm\:min-height-600 {
    min-height: 37.5rem;
  }
  .sm\:w-650, .sm\:width-650 {
    min-width: 40.625rem;
    max-width: 40.625rem;
  }
  .sm\:max-w-650, .sm\:max-width-650 {
    max-width: 40.625rem;
  }
  .sm\:min-w-650, .sm\:max-width-650 {
    min-width: 40.625rem;
  }
  .sm\:h-650, .sm\:height-650 {
    height: 40.625rem;
    min-height: 40.625rem;
    max-height: 40.625rem;
  }
  .sm\:min-h-650, .sm\:min-height-650 {
    min-height: 40.625rem;
  }
  .sm\:w-700, .sm\:width-700 {
    min-width: 43.75rem;
    max-width: 43.75rem;
  }
  .sm\:max-w-700, .sm\:max-width-700 {
    max-width: 43.75rem;
  }
  .sm\:min-w-700, .sm\:max-width-700 {
    min-width: 43.75rem;
  }
  .sm\:h-700, .sm\:height-700 {
    height: 43.75rem;
    min-height: 43.75rem;
    max-height: 43.75rem;
  }
  .sm\:min-h-700, .sm\:min-height-700 {
    min-height: 43.75rem;
  }
  .sm\:w-750, .sm\:width-750 {
    min-width: 46.875rem;
    max-width: 46.875rem;
  }
  .sm\:max-w-750, .sm\:max-width-750 {
    max-width: 46.875rem;
  }
  .sm\:min-w-750, .sm\:max-width-750 {
    min-width: 46.875rem;
  }
  .sm\:h-750, .sm\:height-750 {
    height: 46.875rem;
    min-height: 46.875rem;
    max-height: 46.875rem;
  }
  .sm\:min-h-750, .sm\:min-height-750 {
    min-height: 46.875rem;
  }
  .sm\:w-800, .sm\:width-800 {
    min-width: 50rem;
    max-width: 50rem;
  }
  .sm\:max-w-800, .sm\:max-width-800 {
    max-width: 50rem;
  }
  .sm\:min-w-800, .sm\:max-width-800 {
    min-width: 50rem;
  }
  .sm\:h-800, .sm\:height-800 {
    height: 50rem;
    min-height: 50rem;
    max-height: 50rem;
  }
  .sm\:min-h-800, .sm\:min-height-800 {
    min-height: 50rem;
  }
  .sm\:w-850, .sm\:width-850 {
    min-width: 53.125rem;
    max-width: 53.125rem;
  }
  .sm\:max-w-850, .sm\:max-width-850 {
    max-width: 53.125rem;
  }
  .sm\:min-w-850, .sm\:max-width-850 {
    min-width: 53.125rem;
  }
  .sm\:h-850, .sm\:height-850 {
    height: 53.125rem;
    min-height: 53.125rem;
    max-height: 53.125rem;
  }
  .sm\:min-h-850, .sm\:min-height-850 {
    min-height: 53.125rem;
  }
  .sm\:w-900, .sm\:width-900 {
    min-width: 56.25rem;
    max-width: 56.25rem;
  }
  .sm\:max-w-900, .sm\:max-width-900 {
    max-width: 56.25rem;
  }
  .sm\:min-w-900, .sm\:max-width-900 {
    min-width: 56.25rem;
  }
  .sm\:h-900, .sm\:height-900 {
    height: 56.25rem;
    min-height: 56.25rem;
    max-height: 56.25rem;
  }
  .sm\:min-h-900, .sm\:min-height-900 {
    min-height: 56.25rem;
  }
  .sm\:w-950, .sm\:width-950 {
    min-width: 59.375rem;
    max-width: 59.375rem;
  }
  .sm\:max-w-950, .sm\:max-width-950 {
    max-width: 59.375rem;
  }
  .sm\:min-w-950, .sm\:max-width-950 {
    min-width: 59.375rem;
  }
  .sm\:h-950, .sm\:height-950 {
    height: 59.375rem;
    min-height: 59.375rem;
    max-height: 59.375rem;
  }
  .sm\:min-h-950, .sm\:min-height-950 {
    min-height: 59.375rem;
  }
  .sm\:w-1000, .sm\:width-1000 {
    min-width: 62.5rem;
    max-width: 62.5rem;
  }
  .sm\:max-w-1000, .sm\:max-width-1000 {
    max-width: 62.5rem;
  }
  .sm\:min-w-1000, .sm\:max-width-1000 {
    min-width: 62.5rem;
  }
  .sm\:h-1000, .sm\:height-1000 {
    height: 62.5rem;
    min-height: 62.5rem;
    max-height: 62.5rem;
  }
  .sm\:min-h-1000, .sm\:min-height-1000 {
    min-height: 62.5rem;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:w-50, .smo\:width-50 {
    min-width: 3.125rem;
    max-width: 3.125rem;
  }
  .smo\:max-w-50, .smo\:max-width-50 {
    max-width: 3.125rem;
  }
  .smo\:min-w-50, .smo\:max-width-50 {
    min-width: 3.125rem;
  }
  .smo\:h-50, .smo\:height-50 {
    height: 3.125rem;
    min-height: 3.125rem;
    max-height: 3.125rem;
  }
  .smo\:min-h-50, .smo\:min-height-50 {
    min-height: 3.125rem;
  }
  .smo\:w-100, .smo\:width-100 {
    min-width: 6.25rem;
    max-width: 6.25rem;
  }
  .smo\:max-w-100, .smo\:max-width-100 {
    max-width: 6.25rem;
  }
  .smo\:min-w-100, .smo\:max-width-100 {
    min-width: 6.25rem;
  }
  .smo\:h-100, .smo\:height-100 {
    height: 6.25rem;
    min-height: 6.25rem;
    max-height: 6.25rem;
  }
  .smo\:min-h-100, .smo\:min-height-100 {
    min-height: 6.25rem;
  }
  .smo\:w-150, .smo\:width-150 {
    min-width: 9.375rem;
    max-width: 9.375rem;
  }
  .smo\:max-w-150, .smo\:max-width-150 {
    max-width: 9.375rem;
  }
  .smo\:min-w-150, .smo\:max-width-150 {
    min-width: 9.375rem;
  }
  .smo\:h-150, .smo\:height-150 {
    height: 9.375rem;
    min-height: 9.375rem;
    max-height: 9.375rem;
  }
  .smo\:min-h-150, .smo\:min-height-150 {
    min-height: 9.375rem;
  }
  .smo\:w-200, .smo\:width-200 {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }
  .smo\:max-w-200, .smo\:max-width-200 {
    max-width: 12.5rem;
  }
  .smo\:min-w-200, .smo\:max-width-200 {
    min-width: 12.5rem;
  }
  .smo\:h-200, .smo\:height-200 {
    height: 12.5rem;
    min-height: 12.5rem;
    max-height: 12.5rem;
  }
  .smo\:min-h-200, .smo\:min-height-200 {
    min-height: 12.5rem;
  }
  .smo\:w-250, .smo\:width-250 {
    min-width: 15.625rem;
    max-width: 15.625rem;
  }
  .smo\:max-w-250, .smo\:max-width-250 {
    max-width: 15.625rem;
  }
  .smo\:min-w-250, .smo\:max-width-250 {
    min-width: 15.625rem;
  }
  .smo\:h-250, .smo\:height-250 {
    height: 15.625rem;
    min-height: 15.625rem;
    max-height: 15.625rem;
  }
  .smo\:min-h-250, .smo\:min-height-250 {
    min-height: 15.625rem;
  }
  .smo\:w-300, .smo\:width-300 {
    min-width: 18.75rem;
    max-width: 18.75rem;
  }
  .smo\:max-w-300, .smo\:max-width-300 {
    max-width: 18.75rem;
  }
  .smo\:min-w-300, .smo\:max-width-300 {
    min-width: 18.75rem;
  }
  .smo\:h-300, .smo\:height-300 {
    height: 18.75rem;
    min-height: 18.75rem;
    max-height: 18.75rem;
  }
  .smo\:min-h-300, .smo\:min-height-300 {
    min-height: 18.75rem;
  }
  .smo\:w-350, .smo\:width-350 {
    min-width: 21.875rem;
    max-width: 21.875rem;
  }
  .smo\:max-w-350, .smo\:max-width-350 {
    max-width: 21.875rem;
  }
  .smo\:min-w-350, .smo\:max-width-350 {
    min-width: 21.875rem;
  }
  .smo\:h-350, .smo\:height-350 {
    height: 21.875rem;
    min-height: 21.875rem;
    max-height: 21.875rem;
  }
  .smo\:min-h-350, .smo\:min-height-350 {
    min-height: 21.875rem;
  }
  .smo\:w-400, .smo\:width-400 {
    min-width: 25rem;
    max-width: 25rem;
  }
  .smo\:max-w-400, .smo\:max-width-400 {
    max-width: 25rem;
  }
  .smo\:min-w-400, .smo\:max-width-400 {
    min-width: 25rem;
  }
  .smo\:h-400, .smo\:height-400 {
    height: 25rem;
    min-height: 25rem;
    max-height: 25rem;
  }
  .smo\:min-h-400, .smo\:min-height-400 {
    min-height: 25rem;
  }
  .smo\:w-450, .smo\:width-450 {
    min-width: 28.125rem;
    max-width: 28.125rem;
  }
  .smo\:max-w-450, .smo\:max-width-450 {
    max-width: 28.125rem;
  }
  .smo\:min-w-450, .smo\:max-width-450 {
    min-width: 28.125rem;
  }
  .smo\:h-450, .smo\:height-450 {
    height: 28.125rem;
    min-height: 28.125rem;
    max-height: 28.125rem;
  }
  .smo\:min-h-450, .smo\:min-height-450 {
    min-height: 28.125rem;
  }
  .smo\:w-500, .smo\:width-500 {
    min-width: 31.25rem;
    max-width: 31.25rem;
  }
  .smo\:max-w-500, .smo\:max-width-500 {
    max-width: 31.25rem;
  }
  .smo\:min-w-500, .smo\:max-width-500 {
    min-width: 31.25rem;
  }
  .smo\:h-500, .smo\:height-500 {
    height: 31.25rem;
    min-height: 31.25rem;
    max-height: 31.25rem;
  }
  .smo\:min-h-500, .smo\:min-height-500 {
    min-height: 31.25rem;
  }
  .smo\:w-550, .smo\:width-550 {
    min-width: 34.375rem;
    max-width: 34.375rem;
  }
  .smo\:max-w-550, .smo\:max-width-550 {
    max-width: 34.375rem;
  }
  .smo\:min-w-550, .smo\:max-width-550 {
    min-width: 34.375rem;
  }
  .smo\:h-550, .smo\:height-550 {
    height: 34.375rem;
    min-height: 34.375rem;
    max-height: 34.375rem;
  }
  .smo\:min-h-550, .smo\:min-height-550 {
    min-height: 34.375rem;
  }
  .smo\:w-600, .smo\:width-600 {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
  .smo\:max-w-600, .smo\:max-width-600 {
    max-width: 37.5rem;
  }
  .smo\:min-w-600, .smo\:max-width-600 {
    min-width: 37.5rem;
  }
  .smo\:h-600, .smo\:height-600 {
    height: 37.5rem;
    min-height: 37.5rem;
    max-height: 37.5rem;
  }
  .smo\:min-h-600, .smo\:min-height-600 {
    min-height: 37.5rem;
  }
  .smo\:w-650, .smo\:width-650 {
    min-width: 40.625rem;
    max-width: 40.625rem;
  }
  .smo\:max-w-650, .smo\:max-width-650 {
    max-width: 40.625rem;
  }
  .smo\:min-w-650, .smo\:max-width-650 {
    min-width: 40.625rem;
  }
  .smo\:h-650, .smo\:height-650 {
    height: 40.625rem;
    min-height: 40.625rem;
    max-height: 40.625rem;
  }
  .smo\:min-h-650, .smo\:min-height-650 {
    min-height: 40.625rem;
  }
  .smo\:w-700, .smo\:width-700 {
    min-width: 43.75rem;
    max-width: 43.75rem;
  }
  .smo\:max-w-700, .smo\:max-width-700 {
    max-width: 43.75rem;
  }
  .smo\:min-w-700, .smo\:max-width-700 {
    min-width: 43.75rem;
  }
  .smo\:h-700, .smo\:height-700 {
    height: 43.75rem;
    min-height: 43.75rem;
    max-height: 43.75rem;
  }
  .smo\:min-h-700, .smo\:min-height-700 {
    min-height: 43.75rem;
  }
  .smo\:w-750, .smo\:width-750 {
    min-width: 46.875rem;
    max-width: 46.875rem;
  }
  .smo\:max-w-750, .smo\:max-width-750 {
    max-width: 46.875rem;
  }
  .smo\:min-w-750, .smo\:max-width-750 {
    min-width: 46.875rem;
  }
  .smo\:h-750, .smo\:height-750 {
    height: 46.875rem;
    min-height: 46.875rem;
    max-height: 46.875rem;
  }
  .smo\:min-h-750, .smo\:min-height-750 {
    min-height: 46.875rem;
  }
  .smo\:w-800, .smo\:width-800 {
    min-width: 50rem;
    max-width: 50rem;
  }
  .smo\:max-w-800, .smo\:max-width-800 {
    max-width: 50rem;
  }
  .smo\:min-w-800, .smo\:max-width-800 {
    min-width: 50rem;
  }
  .smo\:h-800, .smo\:height-800 {
    height: 50rem;
    min-height: 50rem;
    max-height: 50rem;
  }
  .smo\:min-h-800, .smo\:min-height-800 {
    min-height: 50rem;
  }
  .smo\:w-850, .smo\:width-850 {
    min-width: 53.125rem;
    max-width: 53.125rem;
  }
  .smo\:max-w-850, .smo\:max-width-850 {
    max-width: 53.125rem;
  }
  .smo\:min-w-850, .smo\:max-width-850 {
    min-width: 53.125rem;
  }
  .smo\:h-850, .smo\:height-850 {
    height: 53.125rem;
    min-height: 53.125rem;
    max-height: 53.125rem;
  }
  .smo\:min-h-850, .smo\:min-height-850 {
    min-height: 53.125rem;
  }
  .smo\:w-900, .smo\:width-900 {
    min-width: 56.25rem;
    max-width: 56.25rem;
  }
  .smo\:max-w-900, .smo\:max-width-900 {
    max-width: 56.25rem;
  }
  .smo\:min-w-900, .smo\:max-width-900 {
    min-width: 56.25rem;
  }
  .smo\:h-900, .smo\:height-900 {
    height: 56.25rem;
    min-height: 56.25rem;
    max-height: 56.25rem;
  }
  .smo\:min-h-900, .smo\:min-height-900 {
    min-height: 56.25rem;
  }
  .smo\:w-950, .smo\:width-950 {
    min-width: 59.375rem;
    max-width: 59.375rem;
  }
  .smo\:max-w-950, .smo\:max-width-950 {
    max-width: 59.375rem;
  }
  .smo\:min-w-950, .smo\:max-width-950 {
    min-width: 59.375rem;
  }
  .smo\:h-950, .smo\:height-950 {
    height: 59.375rem;
    min-height: 59.375rem;
    max-height: 59.375rem;
  }
  .smo\:min-h-950, .smo\:min-height-950 {
    min-height: 59.375rem;
  }
  .smo\:w-1000, .smo\:width-1000 {
    min-width: 62.5rem;
    max-width: 62.5rem;
  }
  .smo\:max-w-1000, .smo\:max-width-1000 {
    max-width: 62.5rem;
  }
  .smo\:min-w-1000, .smo\:max-width-1000 {
    min-width: 62.5rem;
  }
  .smo\:h-1000, .smo\:height-1000 {
    height: 62.5rem;
    min-height: 62.5rem;
    max-height: 62.5rem;
  }
  .smo\:min-h-1000, .smo\:min-height-1000 {
    min-height: 62.5rem;
  }
}
@media (max-width: 970px) {
  .smb\:w-50, .smb\:width-50 {
    min-width: 3.125rem;
    max-width: 3.125rem;
  }
  .smb\:max-w-50, .smb\:max-width-50 {
    max-width: 3.125rem;
  }
  .smb\:min-w-50, .smb\:max-width-50 {
    min-width: 3.125rem;
  }
  .smb\:h-50, .smb\:height-50 {
    height: 3.125rem;
    min-height: 3.125rem;
    max-height: 3.125rem;
  }
  .smb\:min-h-50, .smb\:min-height-50 {
    min-height: 3.125rem;
  }
  .smb\:w-100, .smb\:width-100 {
    min-width: 6.25rem;
    max-width: 6.25rem;
  }
  .smb\:max-w-100, .smb\:max-width-100 {
    max-width: 6.25rem;
  }
  .smb\:min-w-100, .smb\:max-width-100 {
    min-width: 6.25rem;
  }
  .smb\:h-100, .smb\:height-100 {
    height: 6.25rem;
    min-height: 6.25rem;
    max-height: 6.25rem;
  }
  .smb\:min-h-100, .smb\:min-height-100 {
    min-height: 6.25rem;
  }
  .smb\:w-150, .smb\:width-150 {
    min-width: 9.375rem;
    max-width: 9.375rem;
  }
  .smb\:max-w-150, .smb\:max-width-150 {
    max-width: 9.375rem;
  }
  .smb\:min-w-150, .smb\:max-width-150 {
    min-width: 9.375rem;
  }
  .smb\:h-150, .smb\:height-150 {
    height: 9.375rem;
    min-height: 9.375rem;
    max-height: 9.375rem;
  }
  .smb\:min-h-150, .smb\:min-height-150 {
    min-height: 9.375rem;
  }
  .smb\:w-200, .smb\:width-200 {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }
  .smb\:max-w-200, .smb\:max-width-200 {
    max-width: 12.5rem;
  }
  .smb\:min-w-200, .smb\:max-width-200 {
    min-width: 12.5rem;
  }
  .smb\:h-200, .smb\:height-200 {
    height: 12.5rem;
    min-height: 12.5rem;
    max-height: 12.5rem;
  }
  .smb\:min-h-200, .smb\:min-height-200 {
    min-height: 12.5rem;
  }
  .smb\:w-250, .smb\:width-250 {
    min-width: 15.625rem;
    max-width: 15.625rem;
  }
  .smb\:max-w-250, .smb\:max-width-250 {
    max-width: 15.625rem;
  }
  .smb\:min-w-250, .smb\:max-width-250 {
    min-width: 15.625rem;
  }
  .smb\:h-250, .smb\:height-250 {
    height: 15.625rem;
    min-height: 15.625rem;
    max-height: 15.625rem;
  }
  .smb\:min-h-250, .smb\:min-height-250 {
    min-height: 15.625rem;
  }
  .smb\:w-300, .smb\:width-300 {
    min-width: 18.75rem;
    max-width: 18.75rem;
  }
  .smb\:max-w-300, .smb\:max-width-300 {
    max-width: 18.75rem;
  }
  .smb\:min-w-300, .smb\:max-width-300 {
    min-width: 18.75rem;
  }
  .smb\:h-300, .smb\:height-300 {
    height: 18.75rem;
    min-height: 18.75rem;
    max-height: 18.75rem;
  }
  .smb\:min-h-300, .smb\:min-height-300 {
    min-height: 18.75rem;
  }
  .smb\:w-350, .smb\:width-350 {
    min-width: 21.875rem;
    max-width: 21.875rem;
  }
  .smb\:max-w-350, .smb\:max-width-350 {
    max-width: 21.875rem;
  }
  .smb\:min-w-350, .smb\:max-width-350 {
    min-width: 21.875rem;
  }
  .smb\:h-350, .smb\:height-350 {
    height: 21.875rem;
    min-height: 21.875rem;
    max-height: 21.875rem;
  }
  .smb\:min-h-350, .smb\:min-height-350 {
    min-height: 21.875rem;
  }
  .smb\:w-400, .smb\:width-400 {
    min-width: 25rem;
    max-width: 25rem;
  }
  .smb\:max-w-400, .smb\:max-width-400 {
    max-width: 25rem;
  }
  .smb\:min-w-400, .smb\:max-width-400 {
    min-width: 25rem;
  }
  .smb\:h-400, .smb\:height-400 {
    height: 25rem;
    min-height: 25rem;
    max-height: 25rem;
  }
  .smb\:min-h-400, .smb\:min-height-400 {
    min-height: 25rem;
  }
  .smb\:w-450, .smb\:width-450 {
    min-width: 28.125rem;
    max-width: 28.125rem;
  }
  .smb\:max-w-450, .smb\:max-width-450 {
    max-width: 28.125rem;
  }
  .smb\:min-w-450, .smb\:max-width-450 {
    min-width: 28.125rem;
  }
  .smb\:h-450, .smb\:height-450 {
    height: 28.125rem;
    min-height: 28.125rem;
    max-height: 28.125rem;
  }
  .smb\:min-h-450, .smb\:min-height-450 {
    min-height: 28.125rem;
  }
  .smb\:w-500, .smb\:width-500 {
    min-width: 31.25rem;
    max-width: 31.25rem;
  }
  .smb\:max-w-500, .smb\:max-width-500 {
    max-width: 31.25rem;
  }
  .smb\:min-w-500, .smb\:max-width-500 {
    min-width: 31.25rem;
  }
  .smb\:h-500, .smb\:height-500 {
    height: 31.25rem;
    min-height: 31.25rem;
    max-height: 31.25rem;
  }
  .smb\:min-h-500, .smb\:min-height-500 {
    min-height: 31.25rem;
  }
  .smb\:w-550, .smb\:width-550 {
    min-width: 34.375rem;
    max-width: 34.375rem;
  }
  .smb\:max-w-550, .smb\:max-width-550 {
    max-width: 34.375rem;
  }
  .smb\:min-w-550, .smb\:max-width-550 {
    min-width: 34.375rem;
  }
  .smb\:h-550, .smb\:height-550 {
    height: 34.375rem;
    min-height: 34.375rem;
    max-height: 34.375rem;
  }
  .smb\:min-h-550, .smb\:min-height-550 {
    min-height: 34.375rem;
  }
  .smb\:w-600, .smb\:width-600 {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
  .smb\:max-w-600, .smb\:max-width-600 {
    max-width: 37.5rem;
  }
  .smb\:min-w-600, .smb\:max-width-600 {
    min-width: 37.5rem;
  }
  .smb\:h-600, .smb\:height-600 {
    height: 37.5rem;
    min-height: 37.5rem;
    max-height: 37.5rem;
  }
  .smb\:min-h-600, .smb\:min-height-600 {
    min-height: 37.5rem;
  }
  .smb\:w-650, .smb\:width-650 {
    min-width: 40.625rem;
    max-width: 40.625rem;
  }
  .smb\:max-w-650, .smb\:max-width-650 {
    max-width: 40.625rem;
  }
  .smb\:min-w-650, .smb\:max-width-650 {
    min-width: 40.625rem;
  }
  .smb\:h-650, .smb\:height-650 {
    height: 40.625rem;
    min-height: 40.625rem;
    max-height: 40.625rem;
  }
  .smb\:min-h-650, .smb\:min-height-650 {
    min-height: 40.625rem;
  }
  .smb\:w-700, .smb\:width-700 {
    min-width: 43.75rem;
    max-width: 43.75rem;
  }
  .smb\:max-w-700, .smb\:max-width-700 {
    max-width: 43.75rem;
  }
  .smb\:min-w-700, .smb\:max-width-700 {
    min-width: 43.75rem;
  }
  .smb\:h-700, .smb\:height-700 {
    height: 43.75rem;
    min-height: 43.75rem;
    max-height: 43.75rem;
  }
  .smb\:min-h-700, .smb\:min-height-700 {
    min-height: 43.75rem;
  }
  .smb\:w-750, .smb\:width-750 {
    min-width: 46.875rem;
    max-width: 46.875rem;
  }
  .smb\:max-w-750, .smb\:max-width-750 {
    max-width: 46.875rem;
  }
  .smb\:min-w-750, .smb\:max-width-750 {
    min-width: 46.875rem;
  }
  .smb\:h-750, .smb\:height-750 {
    height: 46.875rem;
    min-height: 46.875rem;
    max-height: 46.875rem;
  }
  .smb\:min-h-750, .smb\:min-height-750 {
    min-height: 46.875rem;
  }
  .smb\:w-800, .smb\:width-800 {
    min-width: 50rem;
    max-width: 50rem;
  }
  .smb\:max-w-800, .smb\:max-width-800 {
    max-width: 50rem;
  }
  .smb\:min-w-800, .smb\:max-width-800 {
    min-width: 50rem;
  }
  .smb\:h-800, .smb\:height-800 {
    height: 50rem;
    min-height: 50rem;
    max-height: 50rem;
  }
  .smb\:min-h-800, .smb\:min-height-800 {
    min-height: 50rem;
  }
  .smb\:w-850, .smb\:width-850 {
    min-width: 53.125rem;
    max-width: 53.125rem;
  }
  .smb\:max-w-850, .smb\:max-width-850 {
    max-width: 53.125rem;
  }
  .smb\:min-w-850, .smb\:max-width-850 {
    min-width: 53.125rem;
  }
  .smb\:h-850, .smb\:height-850 {
    height: 53.125rem;
    min-height: 53.125rem;
    max-height: 53.125rem;
  }
  .smb\:min-h-850, .smb\:min-height-850 {
    min-height: 53.125rem;
  }
  .smb\:w-900, .smb\:width-900 {
    min-width: 56.25rem;
    max-width: 56.25rem;
  }
  .smb\:max-w-900, .smb\:max-width-900 {
    max-width: 56.25rem;
  }
  .smb\:min-w-900, .smb\:max-width-900 {
    min-width: 56.25rem;
  }
  .smb\:h-900, .smb\:height-900 {
    height: 56.25rem;
    min-height: 56.25rem;
    max-height: 56.25rem;
  }
  .smb\:min-h-900, .smb\:min-height-900 {
    min-height: 56.25rem;
  }
  .smb\:w-950, .smb\:width-950 {
    min-width: 59.375rem;
    max-width: 59.375rem;
  }
  .smb\:max-w-950, .smb\:max-width-950 {
    max-width: 59.375rem;
  }
  .smb\:min-w-950, .smb\:max-width-950 {
    min-width: 59.375rem;
  }
  .smb\:h-950, .smb\:height-950 {
    height: 59.375rem;
    min-height: 59.375rem;
    max-height: 59.375rem;
  }
  .smb\:min-h-950, .smb\:min-height-950 {
    min-height: 59.375rem;
  }
  .smb\:w-1000, .smb\:width-1000 {
    min-width: 62.5rem;
    max-width: 62.5rem;
  }
  .smb\:max-w-1000, .smb\:max-width-1000 {
    max-width: 62.5rem;
  }
  .smb\:min-w-1000, .smb\:max-width-1000 {
    min-width: 62.5rem;
  }
  .smb\:h-1000, .smb\:height-1000 {
    height: 62.5rem;
    min-height: 62.5rem;
    max-height: 62.5rem;
  }
  .smb\:min-h-1000, .smb\:min-height-1000 {
    min-height: 62.5rem;
  }
}
@media (min-width: 971px) {
  .md\:w-50, .md\:width-50 {
    min-width: 3.125rem;
    max-width: 3.125rem;
  }
  .md\:max-w-50, .md\:max-width-50 {
    max-width: 3.125rem;
  }
  .md\:min-w-50, .md\:max-width-50 {
    min-width: 3.125rem;
  }
  .md\:h-50, .md\:height-50 {
    height: 3.125rem;
    min-height: 3.125rem;
    max-height: 3.125rem;
  }
  .md\:min-h-50, .md\:min-height-50 {
    min-height: 3.125rem;
  }
  .md\:w-100, .md\:width-100 {
    min-width: 6.25rem;
    max-width: 6.25rem;
  }
  .md\:max-w-100, .md\:max-width-100 {
    max-width: 6.25rem;
  }
  .md\:min-w-100, .md\:max-width-100 {
    min-width: 6.25rem;
  }
  .md\:h-100, .md\:height-100 {
    height: 6.25rem;
    min-height: 6.25rem;
    max-height: 6.25rem;
  }
  .md\:min-h-100, .md\:min-height-100 {
    min-height: 6.25rem;
  }
  .md\:w-150, .md\:width-150 {
    min-width: 9.375rem;
    max-width: 9.375rem;
  }
  .md\:max-w-150, .md\:max-width-150 {
    max-width: 9.375rem;
  }
  .md\:min-w-150, .md\:max-width-150 {
    min-width: 9.375rem;
  }
  .md\:h-150, .md\:height-150 {
    height: 9.375rem;
    min-height: 9.375rem;
    max-height: 9.375rem;
  }
  .md\:min-h-150, .md\:min-height-150 {
    min-height: 9.375rem;
  }
  .md\:w-200, .md\:width-200 {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }
  .md\:max-w-200, .md\:max-width-200 {
    max-width: 12.5rem;
  }
  .md\:min-w-200, .md\:max-width-200 {
    min-width: 12.5rem;
  }
  .md\:h-200, .md\:height-200 {
    height: 12.5rem;
    min-height: 12.5rem;
    max-height: 12.5rem;
  }
  .md\:min-h-200, .md\:min-height-200 {
    min-height: 12.5rem;
  }
  .md\:w-250, .md\:width-250 {
    min-width: 15.625rem;
    max-width: 15.625rem;
  }
  .md\:max-w-250, .md\:max-width-250 {
    max-width: 15.625rem;
  }
  .md\:min-w-250, .md\:max-width-250 {
    min-width: 15.625rem;
  }
  .md\:h-250, .md\:height-250 {
    height: 15.625rem;
    min-height: 15.625rem;
    max-height: 15.625rem;
  }
  .md\:min-h-250, .md\:min-height-250 {
    min-height: 15.625rem;
  }
  .md\:w-300, .md\:width-300 {
    min-width: 18.75rem;
    max-width: 18.75rem;
  }
  .md\:max-w-300, .md\:max-width-300 {
    max-width: 18.75rem;
  }
  .md\:min-w-300, .md\:max-width-300 {
    min-width: 18.75rem;
  }
  .md\:h-300, .md\:height-300 {
    height: 18.75rem;
    min-height: 18.75rem;
    max-height: 18.75rem;
  }
  .md\:min-h-300, .md\:min-height-300 {
    min-height: 18.75rem;
  }
  .md\:w-350, .md\:width-350 {
    min-width: 21.875rem;
    max-width: 21.875rem;
  }
  .md\:max-w-350, .md\:max-width-350 {
    max-width: 21.875rem;
  }
  .md\:min-w-350, .md\:max-width-350 {
    min-width: 21.875rem;
  }
  .md\:h-350, .md\:height-350 {
    height: 21.875rem;
    min-height: 21.875rem;
    max-height: 21.875rem;
  }
  .md\:min-h-350, .md\:min-height-350 {
    min-height: 21.875rem;
  }
  .md\:w-400, .md\:width-400 {
    min-width: 25rem;
    max-width: 25rem;
  }
  .md\:max-w-400, .md\:max-width-400 {
    max-width: 25rem;
  }
  .md\:min-w-400, .md\:max-width-400 {
    min-width: 25rem;
  }
  .md\:h-400, .md\:height-400 {
    height: 25rem;
    min-height: 25rem;
    max-height: 25rem;
  }
  .md\:min-h-400, .md\:min-height-400 {
    min-height: 25rem;
  }
  .md\:w-450, .md\:width-450 {
    min-width: 28.125rem;
    max-width: 28.125rem;
  }
  .md\:max-w-450, .md\:max-width-450 {
    max-width: 28.125rem;
  }
  .md\:min-w-450, .md\:max-width-450 {
    min-width: 28.125rem;
  }
  .md\:h-450, .md\:height-450 {
    height: 28.125rem;
    min-height: 28.125rem;
    max-height: 28.125rem;
  }
  .md\:min-h-450, .md\:min-height-450 {
    min-height: 28.125rem;
  }
  .md\:w-500, .md\:width-500 {
    min-width: 31.25rem;
    max-width: 31.25rem;
  }
  .md\:max-w-500, .md\:max-width-500 {
    max-width: 31.25rem;
  }
  .md\:min-w-500, .md\:max-width-500 {
    min-width: 31.25rem;
  }
  .md\:h-500, .md\:height-500 {
    height: 31.25rem;
    min-height: 31.25rem;
    max-height: 31.25rem;
  }
  .md\:min-h-500, .md\:min-height-500 {
    min-height: 31.25rem;
  }
  .md\:w-550, .md\:width-550 {
    min-width: 34.375rem;
    max-width: 34.375rem;
  }
  .md\:max-w-550, .md\:max-width-550 {
    max-width: 34.375rem;
  }
  .md\:min-w-550, .md\:max-width-550 {
    min-width: 34.375rem;
  }
  .md\:h-550, .md\:height-550 {
    height: 34.375rem;
    min-height: 34.375rem;
    max-height: 34.375rem;
  }
  .md\:min-h-550, .md\:min-height-550 {
    min-height: 34.375rem;
  }
  .md\:w-600, .md\:width-600 {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
  .md\:max-w-600, .md\:max-width-600 {
    max-width: 37.5rem;
  }
  .md\:min-w-600, .md\:max-width-600 {
    min-width: 37.5rem;
  }
  .md\:h-600, .md\:height-600 {
    height: 37.5rem;
    min-height: 37.5rem;
    max-height: 37.5rem;
  }
  .md\:min-h-600, .md\:min-height-600 {
    min-height: 37.5rem;
  }
  .md\:w-650, .md\:width-650 {
    min-width: 40.625rem;
    max-width: 40.625rem;
  }
  .md\:max-w-650, .md\:max-width-650 {
    max-width: 40.625rem;
  }
  .md\:min-w-650, .md\:max-width-650 {
    min-width: 40.625rem;
  }
  .md\:h-650, .md\:height-650 {
    height: 40.625rem;
    min-height: 40.625rem;
    max-height: 40.625rem;
  }
  .md\:min-h-650, .md\:min-height-650 {
    min-height: 40.625rem;
  }
  .md\:w-700, .md\:width-700 {
    min-width: 43.75rem;
    max-width: 43.75rem;
  }
  .md\:max-w-700, .md\:max-width-700 {
    max-width: 43.75rem;
  }
  .md\:min-w-700, .md\:max-width-700 {
    min-width: 43.75rem;
  }
  .md\:h-700, .md\:height-700 {
    height: 43.75rem;
    min-height: 43.75rem;
    max-height: 43.75rem;
  }
  .md\:min-h-700, .md\:min-height-700 {
    min-height: 43.75rem;
  }
  .md\:w-750, .md\:width-750 {
    min-width: 46.875rem;
    max-width: 46.875rem;
  }
  .md\:max-w-750, .md\:max-width-750 {
    max-width: 46.875rem;
  }
  .md\:min-w-750, .md\:max-width-750 {
    min-width: 46.875rem;
  }
  .md\:h-750, .md\:height-750 {
    height: 46.875rem;
    min-height: 46.875rem;
    max-height: 46.875rem;
  }
  .md\:min-h-750, .md\:min-height-750 {
    min-height: 46.875rem;
  }
  .md\:w-800, .md\:width-800 {
    min-width: 50rem;
    max-width: 50rem;
  }
  .md\:max-w-800, .md\:max-width-800 {
    max-width: 50rem;
  }
  .md\:min-w-800, .md\:max-width-800 {
    min-width: 50rem;
  }
  .md\:h-800, .md\:height-800 {
    height: 50rem;
    min-height: 50rem;
    max-height: 50rem;
  }
  .md\:min-h-800, .md\:min-height-800 {
    min-height: 50rem;
  }
  .md\:w-850, .md\:width-850 {
    min-width: 53.125rem;
    max-width: 53.125rem;
  }
  .md\:max-w-850, .md\:max-width-850 {
    max-width: 53.125rem;
  }
  .md\:min-w-850, .md\:max-width-850 {
    min-width: 53.125rem;
  }
  .md\:h-850, .md\:height-850 {
    height: 53.125rem;
    min-height: 53.125rem;
    max-height: 53.125rem;
  }
  .md\:min-h-850, .md\:min-height-850 {
    min-height: 53.125rem;
  }
  .md\:w-900, .md\:width-900 {
    min-width: 56.25rem;
    max-width: 56.25rem;
  }
  .md\:max-w-900, .md\:max-width-900 {
    max-width: 56.25rem;
  }
  .md\:min-w-900, .md\:max-width-900 {
    min-width: 56.25rem;
  }
  .md\:h-900, .md\:height-900 {
    height: 56.25rem;
    min-height: 56.25rem;
    max-height: 56.25rem;
  }
  .md\:min-h-900, .md\:min-height-900 {
    min-height: 56.25rem;
  }
  .md\:w-950, .md\:width-950 {
    min-width: 59.375rem;
    max-width: 59.375rem;
  }
  .md\:max-w-950, .md\:max-width-950 {
    max-width: 59.375rem;
  }
  .md\:min-w-950, .md\:max-width-950 {
    min-width: 59.375rem;
  }
  .md\:h-950, .md\:height-950 {
    height: 59.375rem;
    min-height: 59.375rem;
    max-height: 59.375rem;
  }
  .md\:min-h-950, .md\:min-height-950 {
    min-height: 59.375rem;
  }
  .md\:w-1000, .md\:width-1000 {
    min-width: 62.5rem;
    max-width: 62.5rem;
  }
  .md\:max-w-1000, .md\:max-width-1000 {
    max-width: 62.5rem;
  }
  .md\:min-w-1000, .md\:max-width-1000 {
    min-width: 62.5rem;
  }
  .md\:h-1000, .md\:height-1000 {
    height: 62.5rem;
    min-height: 62.5rem;
    max-height: 62.5rem;
  }
  .md\:min-h-1000, .md\:min-height-1000 {
    min-height: 62.5rem;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:w-50, .mdo\:width-50 {
    min-width: 3.125rem;
    max-width: 3.125rem;
  }
  .mdo\:max-w-50, .mdo\:max-width-50 {
    max-width: 3.125rem;
  }
  .mdo\:min-w-50, .mdo\:max-width-50 {
    min-width: 3.125rem;
  }
  .mdo\:h-50, .mdo\:height-50 {
    height: 3.125rem;
    min-height: 3.125rem;
    max-height: 3.125rem;
  }
  .mdo\:min-h-50, .mdo\:min-height-50 {
    min-height: 3.125rem;
  }
  .mdo\:w-100, .mdo\:width-100 {
    min-width: 6.25rem;
    max-width: 6.25rem;
  }
  .mdo\:max-w-100, .mdo\:max-width-100 {
    max-width: 6.25rem;
  }
  .mdo\:min-w-100, .mdo\:max-width-100 {
    min-width: 6.25rem;
  }
  .mdo\:h-100, .mdo\:height-100 {
    height: 6.25rem;
    min-height: 6.25rem;
    max-height: 6.25rem;
  }
  .mdo\:min-h-100, .mdo\:min-height-100 {
    min-height: 6.25rem;
  }
  .mdo\:w-150, .mdo\:width-150 {
    min-width: 9.375rem;
    max-width: 9.375rem;
  }
  .mdo\:max-w-150, .mdo\:max-width-150 {
    max-width: 9.375rem;
  }
  .mdo\:min-w-150, .mdo\:max-width-150 {
    min-width: 9.375rem;
  }
  .mdo\:h-150, .mdo\:height-150 {
    height: 9.375rem;
    min-height: 9.375rem;
    max-height: 9.375rem;
  }
  .mdo\:min-h-150, .mdo\:min-height-150 {
    min-height: 9.375rem;
  }
  .mdo\:w-200, .mdo\:width-200 {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }
  .mdo\:max-w-200, .mdo\:max-width-200 {
    max-width: 12.5rem;
  }
  .mdo\:min-w-200, .mdo\:max-width-200 {
    min-width: 12.5rem;
  }
  .mdo\:h-200, .mdo\:height-200 {
    height: 12.5rem;
    min-height: 12.5rem;
    max-height: 12.5rem;
  }
  .mdo\:min-h-200, .mdo\:min-height-200 {
    min-height: 12.5rem;
  }
  .mdo\:w-250, .mdo\:width-250 {
    min-width: 15.625rem;
    max-width: 15.625rem;
  }
  .mdo\:max-w-250, .mdo\:max-width-250 {
    max-width: 15.625rem;
  }
  .mdo\:min-w-250, .mdo\:max-width-250 {
    min-width: 15.625rem;
  }
  .mdo\:h-250, .mdo\:height-250 {
    height: 15.625rem;
    min-height: 15.625rem;
    max-height: 15.625rem;
  }
  .mdo\:min-h-250, .mdo\:min-height-250 {
    min-height: 15.625rem;
  }
  .mdo\:w-300, .mdo\:width-300 {
    min-width: 18.75rem;
    max-width: 18.75rem;
  }
  .mdo\:max-w-300, .mdo\:max-width-300 {
    max-width: 18.75rem;
  }
  .mdo\:min-w-300, .mdo\:max-width-300 {
    min-width: 18.75rem;
  }
  .mdo\:h-300, .mdo\:height-300 {
    height: 18.75rem;
    min-height: 18.75rem;
    max-height: 18.75rem;
  }
  .mdo\:min-h-300, .mdo\:min-height-300 {
    min-height: 18.75rem;
  }
  .mdo\:w-350, .mdo\:width-350 {
    min-width: 21.875rem;
    max-width: 21.875rem;
  }
  .mdo\:max-w-350, .mdo\:max-width-350 {
    max-width: 21.875rem;
  }
  .mdo\:min-w-350, .mdo\:max-width-350 {
    min-width: 21.875rem;
  }
  .mdo\:h-350, .mdo\:height-350 {
    height: 21.875rem;
    min-height: 21.875rem;
    max-height: 21.875rem;
  }
  .mdo\:min-h-350, .mdo\:min-height-350 {
    min-height: 21.875rem;
  }
  .mdo\:w-400, .mdo\:width-400 {
    min-width: 25rem;
    max-width: 25rem;
  }
  .mdo\:max-w-400, .mdo\:max-width-400 {
    max-width: 25rem;
  }
  .mdo\:min-w-400, .mdo\:max-width-400 {
    min-width: 25rem;
  }
  .mdo\:h-400, .mdo\:height-400 {
    height: 25rem;
    min-height: 25rem;
    max-height: 25rem;
  }
  .mdo\:min-h-400, .mdo\:min-height-400 {
    min-height: 25rem;
  }
  .mdo\:w-450, .mdo\:width-450 {
    min-width: 28.125rem;
    max-width: 28.125rem;
  }
  .mdo\:max-w-450, .mdo\:max-width-450 {
    max-width: 28.125rem;
  }
  .mdo\:min-w-450, .mdo\:max-width-450 {
    min-width: 28.125rem;
  }
  .mdo\:h-450, .mdo\:height-450 {
    height: 28.125rem;
    min-height: 28.125rem;
    max-height: 28.125rem;
  }
  .mdo\:min-h-450, .mdo\:min-height-450 {
    min-height: 28.125rem;
  }
  .mdo\:w-500, .mdo\:width-500 {
    min-width: 31.25rem;
    max-width: 31.25rem;
  }
  .mdo\:max-w-500, .mdo\:max-width-500 {
    max-width: 31.25rem;
  }
  .mdo\:min-w-500, .mdo\:max-width-500 {
    min-width: 31.25rem;
  }
  .mdo\:h-500, .mdo\:height-500 {
    height: 31.25rem;
    min-height: 31.25rem;
    max-height: 31.25rem;
  }
  .mdo\:min-h-500, .mdo\:min-height-500 {
    min-height: 31.25rem;
  }
  .mdo\:w-550, .mdo\:width-550 {
    min-width: 34.375rem;
    max-width: 34.375rem;
  }
  .mdo\:max-w-550, .mdo\:max-width-550 {
    max-width: 34.375rem;
  }
  .mdo\:min-w-550, .mdo\:max-width-550 {
    min-width: 34.375rem;
  }
  .mdo\:h-550, .mdo\:height-550 {
    height: 34.375rem;
    min-height: 34.375rem;
    max-height: 34.375rem;
  }
  .mdo\:min-h-550, .mdo\:min-height-550 {
    min-height: 34.375rem;
  }
  .mdo\:w-600, .mdo\:width-600 {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
  .mdo\:max-w-600, .mdo\:max-width-600 {
    max-width: 37.5rem;
  }
  .mdo\:min-w-600, .mdo\:max-width-600 {
    min-width: 37.5rem;
  }
  .mdo\:h-600, .mdo\:height-600 {
    height: 37.5rem;
    min-height: 37.5rem;
    max-height: 37.5rem;
  }
  .mdo\:min-h-600, .mdo\:min-height-600 {
    min-height: 37.5rem;
  }
  .mdo\:w-650, .mdo\:width-650 {
    min-width: 40.625rem;
    max-width: 40.625rem;
  }
  .mdo\:max-w-650, .mdo\:max-width-650 {
    max-width: 40.625rem;
  }
  .mdo\:min-w-650, .mdo\:max-width-650 {
    min-width: 40.625rem;
  }
  .mdo\:h-650, .mdo\:height-650 {
    height: 40.625rem;
    min-height: 40.625rem;
    max-height: 40.625rem;
  }
  .mdo\:min-h-650, .mdo\:min-height-650 {
    min-height: 40.625rem;
  }
  .mdo\:w-700, .mdo\:width-700 {
    min-width: 43.75rem;
    max-width: 43.75rem;
  }
  .mdo\:max-w-700, .mdo\:max-width-700 {
    max-width: 43.75rem;
  }
  .mdo\:min-w-700, .mdo\:max-width-700 {
    min-width: 43.75rem;
  }
  .mdo\:h-700, .mdo\:height-700 {
    height: 43.75rem;
    min-height: 43.75rem;
    max-height: 43.75rem;
  }
  .mdo\:min-h-700, .mdo\:min-height-700 {
    min-height: 43.75rem;
  }
  .mdo\:w-750, .mdo\:width-750 {
    min-width: 46.875rem;
    max-width: 46.875rem;
  }
  .mdo\:max-w-750, .mdo\:max-width-750 {
    max-width: 46.875rem;
  }
  .mdo\:min-w-750, .mdo\:max-width-750 {
    min-width: 46.875rem;
  }
  .mdo\:h-750, .mdo\:height-750 {
    height: 46.875rem;
    min-height: 46.875rem;
    max-height: 46.875rem;
  }
  .mdo\:min-h-750, .mdo\:min-height-750 {
    min-height: 46.875rem;
  }
  .mdo\:w-800, .mdo\:width-800 {
    min-width: 50rem;
    max-width: 50rem;
  }
  .mdo\:max-w-800, .mdo\:max-width-800 {
    max-width: 50rem;
  }
  .mdo\:min-w-800, .mdo\:max-width-800 {
    min-width: 50rem;
  }
  .mdo\:h-800, .mdo\:height-800 {
    height: 50rem;
    min-height: 50rem;
    max-height: 50rem;
  }
  .mdo\:min-h-800, .mdo\:min-height-800 {
    min-height: 50rem;
  }
  .mdo\:w-850, .mdo\:width-850 {
    min-width: 53.125rem;
    max-width: 53.125rem;
  }
  .mdo\:max-w-850, .mdo\:max-width-850 {
    max-width: 53.125rem;
  }
  .mdo\:min-w-850, .mdo\:max-width-850 {
    min-width: 53.125rem;
  }
  .mdo\:h-850, .mdo\:height-850 {
    height: 53.125rem;
    min-height: 53.125rem;
    max-height: 53.125rem;
  }
  .mdo\:min-h-850, .mdo\:min-height-850 {
    min-height: 53.125rem;
  }
  .mdo\:w-900, .mdo\:width-900 {
    min-width: 56.25rem;
    max-width: 56.25rem;
  }
  .mdo\:max-w-900, .mdo\:max-width-900 {
    max-width: 56.25rem;
  }
  .mdo\:min-w-900, .mdo\:max-width-900 {
    min-width: 56.25rem;
  }
  .mdo\:h-900, .mdo\:height-900 {
    height: 56.25rem;
    min-height: 56.25rem;
    max-height: 56.25rem;
  }
  .mdo\:min-h-900, .mdo\:min-height-900 {
    min-height: 56.25rem;
  }
  .mdo\:w-950, .mdo\:width-950 {
    min-width: 59.375rem;
    max-width: 59.375rem;
  }
  .mdo\:max-w-950, .mdo\:max-width-950 {
    max-width: 59.375rem;
  }
  .mdo\:min-w-950, .mdo\:max-width-950 {
    min-width: 59.375rem;
  }
  .mdo\:h-950, .mdo\:height-950 {
    height: 59.375rem;
    min-height: 59.375rem;
    max-height: 59.375rem;
  }
  .mdo\:min-h-950, .mdo\:min-height-950 {
    min-height: 59.375rem;
  }
  .mdo\:w-1000, .mdo\:width-1000 {
    min-width: 62.5rem;
    max-width: 62.5rem;
  }
  .mdo\:max-w-1000, .mdo\:max-width-1000 {
    max-width: 62.5rem;
  }
  .mdo\:min-w-1000, .mdo\:max-width-1000 {
    min-width: 62.5rem;
  }
  .mdo\:h-1000, .mdo\:height-1000 {
    height: 62.5rem;
    min-height: 62.5rem;
    max-height: 62.5rem;
  }
  .mdo\:min-h-1000, .mdo\:min-height-1000 {
    min-height: 62.5rem;
  }
}
@media (max-width: 1289px) {
  .mdb\:w-50, .mdb\:width-50 {
    min-width: 3.125rem;
    max-width: 3.125rem;
  }
  .mdb\:max-w-50, .mdb\:max-width-50 {
    max-width: 3.125rem;
  }
  .mdb\:min-w-50, .mdb\:max-width-50 {
    min-width: 3.125rem;
  }
  .mdb\:h-50, .mdb\:height-50 {
    height: 3.125rem;
    min-height: 3.125rem;
    max-height: 3.125rem;
  }
  .mdb\:min-h-50, .mdb\:min-height-50 {
    min-height: 3.125rem;
  }
  .mdb\:w-100, .mdb\:width-100 {
    min-width: 6.25rem;
    max-width: 6.25rem;
  }
  .mdb\:max-w-100, .mdb\:max-width-100 {
    max-width: 6.25rem;
  }
  .mdb\:min-w-100, .mdb\:max-width-100 {
    min-width: 6.25rem;
  }
  .mdb\:h-100, .mdb\:height-100 {
    height: 6.25rem;
    min-height: 6.25rem;
    max-height: 6.25rem;
  }
  .mdb\:min-h-100, .mdb\:min-height-100 {
    min-height: 6.25rem;
  }
  .mdb\:w-150, .mdb\:width-150 {
    min-width: 9.375rem;
    max-width: 9.375rem;
  }
  .mdb\:max-w-150, .mdb\:max-width-150 {
    max-width: 9.375rem;
  }
  .mdb\:min-w-150, .mdb\:max-width-150 {
    min-width: 9.375rem;
  }
  .mdb\:h-150, .mdb\:height-150 {
    height: 9.375rem;
    min-height: 9.375rem;
    max-height: 9.375rem;
  }
  .mdb\:min-h-150, .mdb\:min-height-150 {
    min-height: 9.375rem;
  }
  .mdb\:w-200, .mdb\:width-200 {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }
  .mdb\:max-w-200, .mdb\:max-width-200 {
    max-width: 12.5rem;
  }
  .mdb\:min-w-200, .mdb\:max-width-200 {
    min-width: 12.5rem;
  }
  .mdb\:h-200, .mdb\:height-200 {
    height: 12.5rem;
    min-height: 12.5rem;
    max-height: 12.5rem;
  }
  .mdb\:min-h-200, .mdb\:min-height-200 {
    min-height: 12.5rem;
  }
  .mdb\:w-250, .mdb\:width-250 {
    min-width: 15.625rem;
    max-width: 15.625rem;
  }
  .mdb\:max-w-250, .mdb\:max-width-250 {
    max-width: 15.625rem;
  }
  .mdb\:min-w-250, .mdb\:max-width-250 {
    min-width: 15.625rem;
  }
  .mdb\:h-250, .mdb\:height-250 {
    height: 15.625rem;
    min-height: 15.625rem;
    max-height: 15.625rem;
  }
  .mdb\:min-h-250, .mdb\:min-height-250 {
    min-height: 15.625rem;
  }
  .mdb\:w-300, .mdb\:width-300 {
    min-width: 18.75rem;
    max-width: 18.75rem;
  }
  .mdb\:max-w-300, .mdb\:max-width-300 {
    max-width: 18.75rem;
  }
  .mdb\:min-w-300, .mdb\:max-width-300 {
    min-width: 18.75rem;
  }
  .mdb\:h-300, .mdb\:height-300 {
    height: 18.75rem;
    min-height: 18.75rem;
    max-height: 18.75rem;
  }
  .mdb\:min-h-300, .mdb\:min-height-300 {
    min-height: 18.75rem;
  }
  .mdb\:w-350, .mdb\:width-350 {
    min-width: 21.875rem;
    max-width: 21.875rem;
  }
  .mdb\:max-w-350, .mdb\:max-width-350 {
    max-width: 21.875rem;
  }
  .mdb\:min-w-350, .mdb\:max-width-350 {
    min-width: 21.875rem;
  }
  .mdb\:h-350, .mdb\:height-350 {
    height: 21.875rem;
    min-height: 21.875rem;
    max-height: 21.875rem;
  }
  .mdb\:min-h-350, .mdb\:min-height-350 {
    min-height: 21.875rem;
  }
  .mdb\:w-400, .mdb\:width-400 {
    min-width: 25rem;
    max-width: 25rem;
  }
  .mdb\:max-w-400, .mdb\:max-width-400 {
    max-width: 25rem;
  }
  .mdb\:min-w-400, .mdb\:max-width-400 {
    min-width: 25rem;
  }
  .mdb\:h-400, .mdb\:height-400 {
    height: 25rem;
    min-height: 25rem;
    max-height: 25rem;
  }
  .mdb\:min-h-400, .mdb\:min-height-400 {
    min-height: 25rem;
  }
  .mdb\:w-450, .mdb\:width-450 {
    min-width: 28.125rem;
    max-width: 28.125rem;
  }
  .mdb\:max-w-450, .mdb\:max-width-450 {
    max-width: 28.125rem;
  }
  .mdb\:min-w-450, .mdb\:max-width-450 {
    min-width: 28.125rem;
  }
  .mdb\:h-450, .mdb\:height-450 {
    height: 28.125rem;
    min-height: 28.125rem;
    max-height: 28.125rem;
  }
  .mdb\:min-h-450, .mdb\:min-height-450 {
    min-height: 28.125rem;
  }
  .mdb\:w-500, .mdb\:width-500 {
    min-width: 31.25rem;
    max-width: 31.25rem;
  }
  .mdb\:max-w-500, .mdb\:max-width-500 {
    max-width: 31.25rem;
  }
  .mdb\:min-w-500, .mdb\:max-width-500 {
    min-width: 31.25rem;
  }
  .mdb\:h-500, .mdb\:height-500 {
    height: 31.25rem;
    min-height: 31.25rem;
    max-height: 31.25rem;
  }
  .mdb\:min-h-500, .mdb\:min-height-500 {
    min-height: 31.25rem;
  }
  .mdb\:w-550, .mdb\:width-550 {
    min-width: 34.375rem;
    max-width: 34.375rem;
  }
  .mdb\:max-w-550, .mdb\:max-width-550 {
    max-width: 34.375rem;
  }
  .mdb\:min-w-550, .mdb\:max-width-550 {
    min-width: 34.375rem;
  }
  .mdb\:h-550, .mdb\:height-550 {
    height: 34.375rem;
    min-height: 34.375rem;
    max-height: 34.375rem;
  }
  .mdb\:min-h-550, .mdb\:min-height-550 {
    min-height: 34.375rem;
  }
  .mdb\:w-600, .mdb\:width-600 {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
  .mdb\:max-w-600, .mdb\:max-width-600 {
    max-width: 37.5rem;
  }
  .mdb\:min-w-600, .mdb\:max-width-600 {
    min-width: 37.5rem;
  }
  .mdb\:h-600, .mdb\:height-600 {
    height: 37.5rem;
    min-height: 37.5rem;
    max-height: 37.5rem;
  }
  .mdb\:min-h-600, .mdb\:min-height-600 {
    min-height: 37.5rem;
  }
  .mdb\:w-650, .mdb\:width-650 {
    min-width: 40.625rem;
    max-width: 40.625rem;
  }
  .mdb\:max-w-650, .mdb\:max-width-650 {
    max-width: 40.625rem;
  }
  .mdb\:min-w-650, .mdb\:max-width-650 {
    min-width: 40.625rem;
  }
  .mdb\:h-650, .mdb\:height-650 {
    height: 40.625rem;
    min-height: 40.625rem;
    max-height: 40.625rem;
  }
  .mdb\:min-h-650, .mdb\:min-height-650 {
    min-height: 40.625rem;
  }
  .mdb\:w-700, .mdb\:width-700 {
    min-width: 43.75rem;
    max-width: 43.75rem;
  }
  .mdb\:max-w-700, .mdb\:max-width-700 {
    max-width: 43.75rem;
  }
  .mdb\:min-w-700, .mdb\:max-width-700 {
    min-width: 43.75rem;
  }
  .mdb\:h-700, .mdb\:height-700 {
    height: 43.75rem;
    min-height: 43.75rem;
    max-height: 43.75rem;
  }
  .mdb\:min-h-700, .mdb\:min-height-700 {
    min-height: 43.75rem;
  }
  .mdb\:w-750, .mdb\:width-750 {
    min-width: 46.875rem;
    max-width: 46.875rem;
  }
  .mdb\:max-w-750, .mdb\:max-width-750 {
    max-width: 46.875rem;
  }
  .mdb\:min-w-750, .mdb\:max-width-750 {
    min-width: 46.875rem;
  }
  .mdb\:h-750, .mdb\:height-750 {
    height: 46.875rem;
    min-height: 46.875rem;
    max-height: 46.875rem;
  }
  .mdb\:min-h-750, .mdb\:min-height-750 {
    min-height: 46.875rem;
  }
  .mdb\:w-800, .mdb\:width-800 {
    min-width: 50rem;
    max-width: 50rem;
  }
  .mdb\:max-w-800, .mdb\:max-width-800 {
    max-width: 50rem;
  }
  .mdb\:min-w-800, .mdb\:max-width-800 {
    min-width: 50rem;
  }
  .mdb\:h-800, .mdb\:height-800 {
    height: 50rem;
    min-height: 50rem;
    max-height: 50rem;
  }
  .mdb\:min-h-800, .mdb\:min-height-800 {
    min-height: 50rem;
  }
  .mdb\:w-850, .mdb\:width-850 {
    min-width: 53.125rem;
    max-width: 53.125rem;
  }
  .mdb\:max-w-850, .mdb\:max-width-850 {
    max-width: 53.125rem;
  }
  .mdb\:min-w-850, .mdb\:max-width-850 {
    min-width: 53.125rem;
  }
  .mdb\:h-850, .mdb\:height-850 {
    height: 53.125rem;
    min-height: 53.125rem;
    max-height: 53.125rem;
  }
  .mdb\:min-h-850, .mdb\:min-height-850 {
    min-height: 53.125rem;
  }
  .mdb\:w-900, .mdb\:width-900 {
    min-width: 56.25rem;
    max-width: 56.25rem;
  }
  .mdb\:max-w-900, .mdb\:max-width-900 {
    max-width: 56.25rem;
  }
  .mdb\:min-w-900, .mdb\:max-width-900 {
    min-width: 56.25rem;
  }
  .mdb\:h-900, .mdb\:height-900 {
    height: 56.25rem;
    min-height: 56.25rem;
    max-height: 56.25rem;
  }
  .mdb\:min-h-900, .mdb\:min-height-900 {
    min-height: 56.25rem;
  }
  .mdb\:w-950, .mdb\:width-950 {
    min-width: 59.375rem;
    max-width: 59.375rem;
  }
  .mdb\:max-w-950, .mdb\:max-width-950 {
    max-width: 59.375rem;
  }
  .mdb\:min-w-950, .mdb\:max-width-950 {
    min-width: 59.375rem;
  }
  .mdb\:h-950, .mdb\:height-950 {
    height: 59.375rem;
    min-height: 59.375rem;
    max-height: 59.375rem;
  }
  .mdb\:min-h-950, .mdb\:min-height-950 {
    min-height: 59.375rem;
  }
  .mdb\:w-1000, .mdb\:width-1000 {
    min-width: 62.5rem;
    max-width: 62.5rem;
  }
  .mdb\:max-w-1000, .mdb\:max-width-1000 {
    max-width: 62.5rem;
  }
  .mdb\:min-w-1000, .mdb\:max-width-1000 {
    min-width: 62.5rem;
  }
  .mdb\:h-1000, .mdb\:height-1000 {
    height: 62.5rem;
    min-height: 62.5rem;
    max-height: 62.5rem;
  }
  .mdb\:min-h-1000, .mdb\:min-height-1000 {
    min-height: 62.5rem;
  }
}
@media (min-width: 1290px) {
  .lg\:w-50, .lg\:width-50 {
    min-width: 3.125rem;
    max-width: 3.125rem;
  }
  .lg\:max-w-50, .lg\:max-width-50 {
    max-width: 3.125rem;
  }
  .lg\:min-w-50, .lg\:max-width-50 {
    min-width: 3.125rem;
  }
  .lg\:h-50, .lg\:height-50 {
    height: 3.125rem;
    min-height: 3.125rem;
    max-height: 3.125rem;
  }
  .lg\:min-h-50, .lg\:min-height-50 {
    min-height: 3.125rem;
  }
  .lg\:w-100, .lg\:width-100 {
    min-width: 6.25rem;
    max-width: 6.25rem;
  }
  .lg\:max-w-100, .lg\:max-width-100 {
    max-width: 6.25rem;
  }
  .lg\:min-w-100, .lg\:max-width-100 {
    min-width: 6.25rem;
  }
  .lg\:h-100, .lg\:height-100 {
    height: 6.25rem;
    min-height: 6.25rem;
    max-height: 6.25rem;
  }
  .lg\:min-h-100, .lg\:min-height-100 {
    min-height: 6.25rem;
  }
  .lg\:w-150, .lg\:width-150 {
    min-width: 9.375rem;
    max-width: 9.375rem;
  }
  .lg\:max-w-150, .lg\:max-width-150 {
    max-width: 9.375rem;
  }
  .lg\:min-w-150, .lg\:max-width-150 {
    min-width: 9.375rem;
  }
  .lg\:h-150, .lg\:height-150 {
    height: 9.375rem;
    min-height: 9.375rem;
    max-height: 9.375rem;
  }
  .lg\:min-h-150, .lg\:min-height-150 {
    min-height: 9.375rem;
  }
  .lg\:w-200, .lg\:width-200 {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }
  .lg\:max-w-200, .lg\:max-width-200 {
    max-width: 12.5rem;
  }
  .lg\:min-w-200, .lg\:max-width-200 {
    min-width: 12.5rem;
  }
  .lg\:h-200, .lg\:height-200 {
    height: 12.5rem;
    min-height: 12.5rem;
    max-height: 12.5rem;
  }
  .lg\:min-h-200, .lg\:min-height-200 {
    min-height: 12.5rem;
  }
  .lg\:w-250, .lg\:width-250 {
    min-width: 15.625rem;
    max-width: 15.625rem;
  }
  .lg\:max-w-250, .lg\:max-width-250 {
    max-width: 15.625rem;
  }
  .lg\:min-w-250, .lg\:max-width-250 {
    min-width: 15.625rem;
  }
  .lg\:h-250, .lg\:height-250 {
    height: 15.625rem;
    min-height: 15.625rem;
    max-height: 15.625rem;
  }
  .lg\:min-h-250, .lg\:min-height-250 {
    min-height: 15.625rem;
  }
  .lg\:w-300, .lg\:width-300 {
    min-width: 18.75rem;
    max-width: 18.75rem;
  }
  .lg\:max-w-300, .lg\:max-width-300 {
    max-width: 18.75rem;
  }
  .lg\:min-w-300, .lg\:max-width-300 {
    min-width: 18.75rem;
  }
  .lg\:h-300, .lg\:height-300 {
    height: 18.75rem;
    min-height: 18.75rem;
    max-height: 18.75rem;
  }
  .lg\:min-h-300, .lg\:min-height-300 {
    min-height: 18.75rem;
  }
  .lg\:w-350, .lg\:width-350 {
    min-width: 21.875rem;
    max-width: 21.875rem;
  }
  .lg\:max-w-350, .lg\:max-width-350 {
    max-width: 21.875rem;
  }
  .lg\:min-w-350, .lg\:max-width-350 {
    min-width: 21.875rem;
  }
  .lg\:h-350, .lg\:height-350 {
    height: 21.875rem;
    min-height: 21.875rem;
    max-height: 21.875rem;
  }
  .lg\:min-h-350, .lg\:min-height-350 {
    min-height: 21.875rem;
  }
  .lg\:w-400, .lg\:width-400 {
    min-width: 25rem;
    max-width: 25rem;
  }
  .lg\:max-w-400, .lg\:max-width-400 {
    max-width: 25rem;
  }
  .lg\:min-w-400, .lg\:max-width-400 {
    min-width: 25rem;
  }
  .lg\:h-400, .lg\:height-400 {
    height: 25rem;
    min-height: 25rem;
    max-height: 25rem;
  }
  .lg\:min-h-400, .lg\:min-height-400 {
    min-height: 25rem;
  }
  .lg\:w-450, .lg\:width-450 {
    min-width: 28.125rem;
    max-width: 28.125rem;
  }
  .lg\:max-w-450, .lg\:max-width-450 {
    max-width: 28.125rem;
  }
  .lg\:min-w-450, .lg\:max-width-450 {
    min-width: 28.125rem;
  }
  .lg\:h-450, .lg\:height-450 {
    height: 28.125rem;
    min-height: 28.125rem;
    max-height: 28.125rem;
  }
  .lg\:min-h-450, .lg\:min-height-450 {
    min-height: 28.125rem;
  }
  .lg\:w-500, .lg\:width-500 {
    min-width: 31.25rem;
    max-width: 31.25rem;
  }
  .lg\:max-w-500, .lg\:max-width-500 {
    max-width: 31.25rem;
  }
  .lg\:min-w-500, .lg\:max-width-500 {
    min-width: 31.25rem;
  }
  .lg\:h-500, .lg\:height-500 {
    height: 31.25rem;
    min-height: 31.25rem;
    max-height: 31.25rem;
  }
  .lg\:min-h-500, .lg\:min-height-500 {
    min-height: 31.25rem;
  }
  .lg\:w-550, .lg\:width-550 {
    min-width: 34.375rem;
    max-width: 34.375rem;
  }
  .lg\:max-w-550, .lg\:max-width-550 {
    max-width: 34.375rem;
  }
  .lg\:min-w-550, .lg\:max-width-550 {
    min-width: 34.375rem;
  }
  .lg\:h-550, .lg\:height-550 {
    height: 34.375rem;
    min-height: 34.375rem;
    max-height: 34.375rem;
  }
  .lg\:min-h-550, .lg\:min-height-550 {
    min-height: 34.375rem;
  }
  .lg\:w-600, .lg\:width-600 {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
  .lg\:max-w-600, .lg\:max-width-600 {
    max-width: 37.5rem;
  }
  .lg\:min-w-600, .lg\:max-width-600 {
    min-width: 37.5rem;
  }
  .lg\:h-600, .lg\:height-600 {
    height: 37.5rem;
    min-height: 37.5rem;
    max-height: 37.5rem;
  }
  .lg\:min-h-600, .lg\:min-height-600 {
    min-height: 37.5rem;
  }
  .lg\:w-650, .lg\:width-650 {
    min-width: 40.625rem;
    max-width: 40.625rem;
  }
  .lg\:max-w-650, .lg\:max-width-650 {
    max-width: 40.625rem;
  }
  .lg\:min-w-650, .lg\:max-width-650 {
    min-width: 40.625rem;
  }
  .lg\:h-650, .lg\:height-650 {
    height: 40.625rem;
    min-height: 40.625rem;
    max-height: 40.625rem;
  }
  .lg\:min-h-650, .lg\:min-height-650 {
    min-height: 40.625rem;
  }
  .lg\:w-700, .lg\:width-700 {
    min-width: 43.75rem;
    max-width: 43.75rem;
  }
  .lg\:max-w-700, .lg\:max-width-700 {
    max-width: 43.75rem;
  }
  .lg\:min-w-700, .lg\:max-width-700 {
    min-width: 43.75rem;
  }
  .lg\:h-700, .lg\:height-700 {
    height: 43.75rem;
    min-height: 43.75rem;
    max-height: 43.75rem;
  }
  .lg\:min-h-700, .lg\:min-height-700 {
    min-height: 43.75rem;
  }
  .lg\:w-750, .lg\:width-750 {
    min-width: 46.875rem;
    max-width: 46.875rem;
  }
  .lg\:max-w-750, .lg\:max-width-750 {
    max-width: 46.875rem;
  }
  .lg\:min-w-750, .lg\:max-width-750 {
    min-width: 46.875rem;
  }
  .lg\:h-750, .lg\:height-750 {
    height: 46.875rem;
    min-height: 46.875rem;
    max-height: 46.875rem;
  }
  .lg\:min-h-750, .lg\:min-height-750 {
    min-height: 46.875rem;
  }
  .lg\:w-800, .lg\:width-800 {
    min-width: 50rem;
    max-width: 50rem;
  }
  .lg\:max-w-800, .lg\:max-width-800 {
    max-width: 50rem;
  }
  .lg\:min-w-800, .lg\:max-width-800 {
    min-width: 50rem;
  }
  .lg\:h-800, .lg\:height-800 {
    height: 50rem;
    min-height: 50rem;
    max-height: 50rem;
  }
  .lg\:min-h-800, .lg\:min-height-800 {
    min-height: 50rem;
  }
  .lg\:w-850, .lg\:width-850 {
    min-width: 53.125rem;
    max-width: 53.125rem;
  }
  .lg\:max-w-850, .lg\:max-width-850 {
    max-width: 53.125rem;
  }
  .lg\:min-w-850, .lg\:max-width-850 {
    min-width: 53.125rem;
  }
  .lg\:h-850, .lg\:height-850 {
    height: 53.125rem;
    min-height: 53.125rem;
    max-height: 53.125rem;
  }
  .lg\:min-h-850, .lg\:min-height-850 {
    min-height: 53.125rem;
  }
  .lg\:w-900, .lg\:width-900 {
    min-width: 56.25rem;
    max-width: 56.25rem;
  }
  .lg\:max-w-900, .lg\:max-width-900 {
    max-width: 56.25rem;
  }
  .lg\:min-w-900, .lg\:max-width-900 {
    min-width: 56.25rem;
  }
  .lg\:h-900, .lg\:height-900 {
    height: 56.25rem;
    min-height: 56.25rem;
    max-height: 56.25rem;
  }
  .lg\:min-h-900, .lg\:min-height-900 {
    min-height: 56.25rem;
  }
  .lg\:w-950, .lg\:width-950 {
    min-width: 59.375rem;
    max-width: 59.375rem;
  }
  .lg\:max-w-950, .lg\:max-width-950 {
    max-width: 59.375rem;
  }
  .lg\:min-w-950, .lg\:max-width-950 {
    min-width: 59.375rem;
  }
  .lg\:h-950, .lg\:height-950 {
    height: 59.375rem;
    min-height: 59.375rem;
    max-height: 59.375rem;
  }
  .lg\:min-h-950, .lg\:min-height-950 {
    min-height: 59.375rem;
  }
  .lg\:w-1000, .lg\:width-1000 {
    min-width: 62.5rem;
    max-width: 62.5rem;
  }
  .lg\:max-w-1000, .lg\:max-width-1000 {
    max-width: 62.5rem;
  }
  .lg\:min-w-1000, .lg\:max-width-1000 {
    min-width: 62.5rem;
  }
  .lg\:h-1000, .lg\:height-1000 {
    height: 62.5rem;
    min-height: 62.5rem;
    max-height: 62.5rem;
  }
  .lg\:min-h-1000, .lg\:min-height-1000 {
    min-height: 62.5rem;
  }
}
/* PERCENT WIDTH */
.w-25p, .width-25p {
  min-width: 25%;
  max-width: 25%;
}

.h-25p, .height-25p {
  height: 25%;
  min-height: 25%;
  max-height: 25%;
}

.w-50p, .width-50p {
  min-width: 50%;
  max-width: 50%;
}

.h-50p, .height-50p {
  height: 50%;
  min-height: 50%;
  max-height: 50%;
}

.w-33p, .width-33p {
  min-width: 33%;
  max-width: 33%;
}

.h-33p, .height-33p {
  height: 33%;
  min-height: 33%;
  max-height: 33%;
}

.w-40p, .width-40p {
  min-width: 40%;
  max-width: 40%;
}

.h-40p, .height-40p {
  height: 40%;
  min-height: 40%;
  max-height: 40%;
}

.w-60p, .width-60p {
  min-width: 60%;
  max-width: 60%;
}

.h-60p, .height-60p {
  height: 60%;
  min-height: 60%;
  max-height: 60%;
}

.w-75p, .width-75p {
  min-width: 75%;
  max-width: 75%;
}

.h-75p, .height-75p {
  height: 75%;
  min-height: 75%;
  max-height: 75%;
}

.w-80p, .width-80p {
  min-width: 80%;
  max-width: 80%;
}

.h-80p, .height-80p {
  height: 80%;
  min-height: 80%;
  max-height: 80%;
}

.w-90p, .width-90p {
  min-width: 90%;
  max-width: 90%;
}

.h-90p, .height-90p {
  height: 90%;
  min-height: 90%;
  max-height: 90%;
}

.w-100p, .width-100p {
  min-width: 100%;
  max-width: 100%;
}

.h-100p, .height-100p {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

@media (max-width: 768px) {
  .xs\:w-25p, .xs\:width-25p {
    min-width: 25%;
    max-width: 25%;
  }
  .xs\:h-25p, .xs\:height-25p {
    height: 25%;
    min-height: 25%;
    max-height: 25%;
  }
  .xs\:w-50p, .xs\:width-50p {
    min-width: 50%;
    max-width: 50%;
  }
  .xs\:h-50p, .xs\:height-50p {
    height: 50%;
    min-height: 50%;
    max-height: 50%;
  }
  .xs\:w-33p, .xs\:width-33p {
    min-width: 33%;
    max-width: 33%;
  }
  .xs\:h-33p, .xs\:height-33p {
    height: 33%;
    min-height: 33%;
    max-height: 33%;
  }
  .xs\:w-40p, .xs\:width-40p {
    min-width: 40%;
    max-width: 40%;
  }
  .xs\:h-40p, .xs\:height-40p {
    height: 40%;
    min-height: 40%;
    max-height: 40%;
  }
  .xs\:w-60p, .xs\:width-60p {
    min-width: 60%;
    max-width: 60%;
  }
  .xs\:h-60p, .xs\:height-60p {
    height: 60%;
    min-height: 60%;
    max-height: 60%;
  }
  .xs\:w-75p, .xs\:width-75p {
    min-width: 75%;
    max-width: 75%;
  }
  .xs\:h-75p, .xs\:height-75p {
    height: 75%;
    min-height: 75%;
    max-height: 75%;
  }
  .xs\:w-80p, .xs\:width-80p {
    min-width: 80%;
    max-width: 80%;
  }
  .xs\:h-80p, .xs\:height-80p {
    height: 80%;
    min-height: 80%;
    max-height: 80%;
  }
  .xs\:w-90p, .xs\:width-90p {
    min-width: 90%;
    max-width: 90%;
  }
  .xs\:h-90p, .xs\:height-90p {
    height: 90%;
    min-height: 90%;
    max-height: 90%;
  }
  .xs\:w-100p, .xs\:width-100p {
    min-width: 100%;
    max-width: 100%;
  }
  .xs\:h-100p, .xs\:height-100p {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
@media (min-width: 769px) {
  .sm\:w-25p, .sm\:width-25p {
    min-width: 25%;
    max-width: 25%;
  }
  .sm\:h-25p, .sm\:height-25p {
    height: 25%;
    min-height: 25%;
    max-height: 25%;
  }
  .sm\:w-50p, .sm\:width-50p {
    min-width: 50%;
    max-width: 50%;
  }
  .sm\:h-50p, .sm\:height-50p {
    height: 50%;
    min-height: 50%;
    max-height: 50%;
  }
  .sm\:w-33p, .sm\:width-33p {
    min-width: 33%;
    max-width: 33%;
  }
  .sm\:h-33p, .sm\:height-33p {
    height: 33%;
    min-height: 33%;
    max-height: 33%;
  }
  .sm\:w-40p, .sm\:width-40p {
    min-width: 40%;
    max-width: 40%;
  }
  .sm\:h-40p, .sm\:height-40p {
    height: 40%;
    min-height: 40%;
    max-height: 40%;
  }
  .sm\:w-60p, .sm\:width-60p {
    min-width: 60%;
    max-width: 60%;
  }
  .sm\:h-60p, .sm\:height-60p {
    height: 60%;
    min-height: 60%;
    max-height: 60%;
  }
  .sm\:w-75p, .sm\:width-75p {
    min-width: 75%;
    max-width: 75%;
  }
  .sm\:h-75p, .sm\:height-75p {
    height: 75%;
    min-height: 75%;
    max-height: 75%;
  }
  .sm\:w-80p, .sm\:width-80p {
    min-width: 80%;
    max-width: 80%;
  }
  .sm\:h-80p, .sm\:height-80p {
    height: 80%;
    min-height: 80%;
    max-height: 80%;
  }
  .sm\:w-90p, .sm\:width-90p {
    min-width: 90%;
    max-width: 90%;
  }
  .sm\:h-90p, .sm\:height-90p {
    height: 90%;
    min-height: 90%;
    max-height: 90%;
  }
  .sm\:w-100p, .sm\:width-100p {
    min-width: 100%;
    max-width: 100%;
  }
  .sm\:h-100p, .sm\:height-100p {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:w-25p, .smo\:width-25p {
    min-width: 25%;
    max-width: 25%;
  }
  .smo\:h-25p, .smo\:height-25p {
    height: 25%;
    min-height: 25%;
    max-height: 25%;
  }
  .smo\:w-50p, .smo\:width-50p {
    min-width: 50%;
    max-width: 50%;
  }
  .smo\:h-50p, .smo\:height-50p {
    height: 50%;
    min-height: 50%;
    max-height: 50%;
  }
  .smo\:w-33p, .smo\:width-33p {
    min-width: 33%;
    max-width: 33%;
  }
  .smo\:h-33p, .smo\:height-33p {
    height: 33%;
    min-height: 33%;
    max-height: 33%;
  }
  .smo\:w-40p, .smo\:width-40p {
    min-width: 40%;
    max-width: 40%;
  }
  .smo\:h-40p, .smo\:height-40p {
    height: 40%;
    min-height: 40%;
    max-height: 40%;
  }
  .smo\:w-60p, .smo\:width-60p {
    min-width: 60%;
    max-width: 60%;
  }
  .smo\:h-60p, .smo\:height-60p {
    height: 60%;
    min-height: 60%;
    max-height: 60%;
  }
  .smo\:w-75p, .smo\:width-75p {
    min-width: 75%;
    max-width: 75%;
  }
  .smo\:h-75p, .smo\:height-75p {
    height: 75%;
    min-height: 75%;
    max-height: 75%;
  }
  .smo\:w-80p, .smo\:width-80p {
    min-width: 80%;
    max-width: 80%;
  }
  .smo\:h-80p, .smo\:height-80p {
    height: 80%;
    min-height: 80%;
    max-height: 80%;
  }
  .smo\:w-90p, .smo\:width-90p {
    min-width: 90%;
    max-width: 90%;
  }
  .smo\:h-90p, .smo\:height-90p {
    height: 90%;
    min-height: 90%;
    max-height: 90%;
  }
  .smo\:w-100p, .smo\:width-100p {
    min-width: 100%;
    max-width: 100%;
  }
  .smo\:h-100p, .smo\:height-100p {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
@media (max-width: 970px) {
  .smb\:w-25p, .smb\:width-25p {
    min-width: 25%;
    max-width: 25%;
  }
  .smb\:h-25p, .smb\:height-25p {
    height: 25%;
    min-height: 25%;
    max-height: 25%;
  }
  .smb\:w-50p, .smb\:width-50p {
    min-width: 50%;
    max-width: 50%;
  }
  .smb\:h-50p, .smb\:height-50p {
    height: 50%;
    min-height: 50%;
    max-height: 50%;
  }
  .smb\:w-33p, .smb\:width-33p {
    min-width: 33%;
    max-width: 33%;
  }
  .smb\:h-33p, .smb\:height-33p {
    height: 33%;
    min-height: 33%;
    max-height: 33%;
  }
  .smb\:w-40p, .smb\:width-40p {
    min-width: 40%;
    max-width: 40%;
  }
  .smb\:h-40p, .smb\:height-40p {
    height: 40%;
    min-height: 40%;
    max-height: 40%;
  }
  .smb\:w-60p, .smb\:width-60p {
    min-width: 60%;
    max-width: 60%;
  }
  .smb\:h-60p, .smb\:height-60p {
    height: 60%;
    min-height: 60%;
    max-height: 60%;
  }
  .smb\:w-75p, .smb\:width-75p {
    min-width: 75%;
    max-width: 75%;
  }
  .smb\:h-75p, .smb\:height-75p {
    height: 75%;
    min-height: 75%;
    max-height: 75%;
  }
  .smb\:w-80p, .smb\:width-80p {
    min-width: 80%;
    max-width: 80%;
  }
  .smb\:h-80p, .smb\:height-80p {
    height: 80%;
    min-height: 80%;
    max-height: 80%;
  }
  .smb\:w-90p, .smb\:width-90p {
    min-width: 90%;
    max-width: 90%;
  }
  .smb\:h-90p, .smb\:height-90p {
    height: 90%;
    min-height: 90%;
    max-height: 90%;
  }
  .smb\:w-100p, .smb\:width-100p {
    min-width: 100%;
    max-width: 100%;
  }
  .smb\:h-100p, .smb\:height-100p {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
@media (min-width: 971px) {
  .md\:w-25p, .md\:width-25p {
    min-width: 25%;
    max-width: 25%;
  }
  .md\:h-25p, .md\:height-25p {
    height: 25%;
    min-height: 25%;
    max-height: 25%;
  }
  .md\:w-50p, .md\:width-50p {
    min-width: 50%;
    max-width: 50%;
  }
  .md\:h-50p, .md\:height-50p {
    height: 50%;
    min-height: 50%;
    max-height: 50%;
  }
  .md\:w-33p, .md\:width-33p {
    min-width: 33%;
    max-width: 33%;
  }
  .md\:h-33p, .md\:height-33p {
    height: 33%;
    min-height: 33%;
    max-height: 33%;
  }
  .md\:w-40p, .md\:width-40p {
    min-width: 40%;
    max-width: 40%;
  }
  .md\:h-40p, .md\:height-40p {
    height: 40%;
    min-height: 40%;
    max-height: 40%;
  }
  .md\:w-60p, .md\:width-60p {
    min-width: 60%;
    max-width: 60%;
  }
  .md\:h-60p, .md\:height-60p {
    height: 60%;
    min-height: 60%;
    max-height: 60%;
  }
  .md\:w-75p, .md\:width-75p {
    min-width: 75%;
    max-width: 75%;
  }
  .md\:h-75p, .md\:height-75p {
    height: 75%;
    min-height: 75%;
    max-height: 75%;
  }
  .md\:w-80p, .md\:width-80p {
    min-width: 80%;
    max-width: 80%;
  }
  .md\:h-80p, .md\:height-80p {
    height: 80%;
    min-height: 80%;
    max-height: 80%;
  }
  .md\:w-90p, .md\:width-90p {
    min-width: 90%;
    max-width: 90%;
  }
  .md\:h-90p, .md\:height-90p {
    height: 90%;
    min-height: 90%;
    max-height: 90%;
  }
  .md\:w-100p, .md\:width-100p {
    min-width: 100%;
    max-width: 100%;
  }
  .md\:h-100p, .md\:height-100p {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:w-25p, .mdo\:width-25p {
    min-width: 25%;
    max-width: 25%;
  }
  .mdo\:h-25p, .mdo\:height-25p {
    height: 25%;
    min-height: 25%;
    max-height: 25%;
  }
  .mdo\:w-50p, .mdo\:width-50p {
    min-width: 50%;
    max-width: 50%;
  }
  .mdo\:h-50p, .mdo\:height-50p {
    height: 50%;
    min-height: 50%;
    max-height: 50%;
  }
  .mdo\:w-33p, .mdo\:width-33p {
    min-width: 33%;
    max-width: 33%;
  }
  .mdo\:h-33p, .mdo\:height-33p {
    height: 33%;
    min-height: 33%;
    max-height: 33%;
  }
  .mdo\:w-40p, .mdo\:width-40p {
    min-width: 40%;
    max-width: 40%;
  }
  .mdo\:h-40p, .mdo\:height-40p {
    height: 40%;
    min-height: 40%;
    max-height: 40%;
  }
  .mdo\:w-60p, .mdo\:width-60p {
    min-width: 60%;
    max-width: 60%;
  }
  .mdo\:h-60p, .mdo\:height-60p {
    height: 60%;
    min-height: 60%;
    max-height: 60%;
  }
  .mdo\:w-75p, .mdo\:width-75p {
    min-width: 75%;
    max-width: 75%;
  }
  .mdo\:h-75p, .mdo\:height-75p {
    height: 75%;
    min-height: 75%;
    max-height: 75%;
  }
  .mdo\:w-80p, .mdo\:width-80p {
    min-width: 80%;
    max-width: 80%;
  }
  .mdo\:h-80p, .mdo\:height-80p {
    height: 80%;
    min-height: 80%;
    max-height: 80%;
  }
  .mdo\:w-90p, .mdo\:width-90p {
    min-width: 90%;
    max-width: 90%;
  }
  .mdo\:h-90p, .mdo\:height-90p {
    height: 90%;
    min-height: 90%;
    max-height: 90%;
  }
  .mdo\:w-100p, .mdo\:width-100p {
    min-width: 100%;
    max-width: 100%;
  }
  .mdo\:h-100p, .mdo\:height-100p {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
@media (max-width: 1289px) {
  .mdb\:w-25p, .mdb\:width-25p {
    min-width: 25%;
    max-width: 25%;
  }
  .mdb\:h-25p, .mdb\:height-25p {
    height: 25%;
    min-height: 25%;
    max-height: 25%;
  }
  .mdb\:w-50p, .mdb\:width-50p {
    min-width: 50%;
    max-width: 50%;
  }
  .mdb\:h-50p, .mdb\:height-50p {
    height: 50%;
    min-height: 50%;
    max-height: 50%;
  }
  .mdb\:w-33p, .mdb\:width-33p {
    min-width: 33%;
    max-width: 33%;
  }
  .mdb\:h-33p, .mdb\:height-33p {
    height: 33%;
    min-height: 33%;
    max-height: 33%;
  }
  .mdb\:w-40p, .mdb\:width-40p {
    min-width: 40%;
    max-width: 40%;
  }
  .mdb\:h-40p, .mdb\:height-40p {
    height: 40%;
    min-height: 40%;
    max-height: 40%;
  }
  .mdb\:w-60p, .mdb\:width-60p {
    min-width: 60%;
    max-width: 60%;
  }
  .mdb\:h-60p, .mdb\:height-60p {
    height: 60%;
    min-height: 60%;
    max-height: 60%;
  }
  .mdb\:w-75p, .mdb\:width-75p {
    min-width: 75%;
    max-width: 75%;
  }
  .mdb\:h-75p, .mdb\:height-75p {
    height: 75%;
    min-height: 75%;
    max-height: 75%;
  }
  .mdb\:w-80p, .mdb\:width-80p {
    min-width: 80%;
    max-width: 80%;
  }
  .mdb\:h-80p, .mdb\:height-80p {
    height: 80%;
    min-height: 80%;
    max-height: 80%;
  }
  .mdb\:w-90p, .mdb\:width-90p {
    min-width: 90%;
    max-width: 90%;
  }
  .mdb\:h-90p, .mdb\:height-90p {
    height: 90%;
    min-height: 90%;
    max-height: 90%;
  }
  .mdb\:w-100p, .mdb\:width-100p {
    min-width: 100%;
    max-width: 100%;
  }
  .mdb\:h-100p, .mdb\:height-100p {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
@media (min-width: 1290px) {
  .lg\:w-25p, .lg\:width-25p {
    min-width: 25%;
    max-width: 25%;
  }
  .lg\:h-25p, .lg\:height-25p {
    height: 25%;
    min-height: 25%;
    max-height: 25%;
  }
  .lg\:w-50p, .lg\:width-50p {
    min-width: 50%;
    max-width: 50%;
  }
  .lg\:h-50p, .lg\:height-50p {
    height: 50%;
    min-height: 50%;
    max-height: 50%;
  }
  .lg\:w-33p, .lg\:width-33p {
    min-width: 33%;
    max-width: 33%;
  }
  .lg\:h-33p, .lg\:height-33p {
    height: 33%;
    min-height: 33%;
    max-height: 33%;
  }
  .lg\:w-40p, .lg\:width-40p {
    min-width: 40%;
    max-width: 40%;
  }
  .lg\:h-40p, .lg\:height-40p {
    height: 40%;
    min-height: 40%;
    max-height: 40%;
  }
  .lg\:w-60p, .lg\:width-60p {
    min-width: 60%;
    max-width: 60%;
  }
  .lg\:h-60p, .lg\:height-60p {
    height: 60%;
    min-height: 60%;
    max-height: 60%;
  }
  .lg\:w-75p, .lg\:width-75p {
    min-width: 75%;
    max-width: 75%;
  }
  .lg\:h-75p, .lg\:height-75p {
    height: 75%;
    min-height: 75%;
    max-height: 75%;
  }
  .lg\:w-80p, .lg\:width-80p {
    min-width: 80%;
    max-width: 80%;
  }
  .lg\:h-80p, .lg\:height-80p {
    height: 80%;
    min-height: 80%;
    max-height: 80%;
  }
  .lg\:w-90p, .lg\:width-90p {
    min-width: 90%;
    max-width: 90%;
  }
  .lg\:h-90p, .lg\:height-90p {
    height: 90%;
    min-height: 90%;
    max-height: 90%;
  }
  .lg\:w-100p, .lg\:width-100p {
    min-width: 100%;
    max-width: 100%;
  }
  .lg\:h-100p, .lg\:height-100p {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
.clamp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.clamp-1 > * {
  display: inline;
}

.clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clamp-2 > * {
  display: inline;
}

.clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clamp-3 > * {
  display: inline;
}

.clamp-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.clamp-4 > * {
  display: inline;
}

.clamp-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.clamp-5 > * {
  display: inline;
}

.clamp-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.clamp-6 > * {
  display: inline;
}

.clamp-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
}
.clamp-7 > * {
  display: inline;
}

.clamp-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
}
.clamp-8 > * {
  display: inline;
}

.clamp-9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  -webkit-box-orient: vertical;
}
.clamp-9 > * {
  display: inline;
}

.clamp-10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
}
.clamp-10 > * {
  display: inline;
}

@media (max-width: 768px) {
  .xs\:clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .xs\:clamp-1 > * {
    display: inline;
  }
  .xs\:clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .xs\:clamp-2 > * {
    display: inline;
  }
  .xs\:clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .xs\:clamp-3 > * {
    display: inline;
  }
  .xs\:clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .xs\:clamp-4 > * {
    display: inline;
  }
  .xs\:clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .xs\:clamp-5 > * {
    display: inline;
  }
  .xs\:clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .xs\:clamp-6 > * {
    display: inline;
  }
  .xs\:clamp-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .xs\:clamp-7 > * {
    display: inline;
  }
  .xs\:clamp-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .xs\:clamp-8 > * {
    display: inline;
  }
  .xs\:clamp-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
  }
  .xs\:clamp-9 > * {
    display: inline;
  }
  .xs\:clamp-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  .xs\:clamp-10 > * {
    display: inline;
  }
}
@media (min-width: 769px) {
  .sm\:clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .sm\:clamp-1 > * {
    display: inline;
  }
  .sm\:clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sm\:clamp-2 > * {
    display: inline;
  }
  .sm\:clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .sm\:clamp-3 > * {
    display: inline;
  }
  .sm\:clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .sm\:clamp-4 > * {
    display: inline;
  }
  .sm\:clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .sm\:clamp-5 > * {
    display: inline;
  }
  .sm\:clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .sm\:clamp-6 > * {
    display: inline;
  }
  .sm\:clamp-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .sm\:clamp-7 > * {
    display: inline;
  }
  .sm\:clamp-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .sm\:clamp-8 > * {
    display: inline;
  }
  .sm\:clamp-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
  }
  .sm\:clamp-9 > * {
    display: inline;
  }
  .sm\:clamp-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  .sm\:clamp-10 > * {
    display: inline;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .smo\:clamp-1 > * {
    display: inline;
  }
  .smo\:clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .smo\:clamp-2 > * {
    display: inline;
  }
  .smo\:clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .smo\:clamp-3 > * {
    display: inline;
  }
  .smo\:clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .smo\:clamp-4 > * {
    display: inline;
  }
  .smo\:clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .smo\:clamp-5 > * {
    display: inline;
  }
  .smo\:clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .smo\:clamp-6 > * {
    display: inline;
  }
  .smo\:clamp-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .smo\:clamp-7 > * {
    display: inline;
  }
  .smo\:clamp-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .smo\:clamp-8 > * {
    display: inline;
  }
  .smo\:clamp-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
  }
  .smo\:clamp-9 > * {
    display: inline;
  }
  .smo\:clamp-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  .smo\:clamp-10 > * {
    display: inline;
  }
}
@media (max-width: 970px) {
  .smb\:clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .smb\:clamp-1 > * {
    display: inline;
  }
  .smb\:clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .smb\:clamp-2 > * {
    display: inline;
  }
  .smb\:clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .smb\:clamp-3 > * {
    display: inline;
  }
  .smb\:clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .smb\:clamp-4 > * {
    display: inline;
  }
  .smb\:clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .smb\:clamp-5 > * {
    display: inline;
  }
  .smb\:clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .smb\:clamp-6 > * {
    display: inline;
  }
  .smb\:clamp-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .smb\:clamp-7 > * {
    display: inline;
  }
  .smb\:clamp-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .smb\:clamp-8 > * {
    display: inline;
  }
  .smb\:clamp-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
  }
  .smb\:clamp-9 > * {
    display: inline;
  }
  .smb\:clamp-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  .smb\:clamp-10 > * {
    display: inline;
  }
}
@media (min-width: 971px) {
  .md\:clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .md\:clamp-1 > * {
    display: inline;
  }
  .md\:clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .md\:clamp-2 > * {
    display: inline;
  }
  .md\:clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .md\:clamp-3 > * {
    display: inline;
  }
  .md\:clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .md\:clamp-4 > * {
    display: inline;
  }
  .md\:clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .md\:clamp-5 > * {
    display: inline;
  }
  .md\:clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .md\:clamp-6 > * {
    display: inline;
  }
  .md\:clamp-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .md\:clamp-7 > * {
    display: inline;
  }
  .md\:clamp-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .md\:clamp-8 > * {
    display: inline;
  }
  .md\:clamp-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
  }
  .md\:clamp-9 > * {
    display: inline;
  }
  .md\:clamp-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  .md\:clamp-10 > * {
    display: inline;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .mdo\:clamp-1 > * {
    display: inline;
  }
  .mdo\:clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mdo\:clamp-2 > * {
    display: inline;
  }
  .mdo\:clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .mdo\:clamp-3 > * {
    display: inline;
  }
  .mdo\:clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .mdo\:clamp-4 > * {
    display: inline;
  }
  .mdo\:clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .mdo\:clamp-5 > * {
    display: inline;
  }
  .mdo\:clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .mdo\:clamp-6 > * {
    display: inline;
  }
  .mdo\:clamp-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .mdo\:clamp-7 > * {
    display: inline;
  }
  .mdo\:clamp-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .mdo\:clamp-8 > * {
    display: inline;
  }
  .mdo\:clamp-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
  }
  .mdo\:clamp-9 > * {
    display: inline;
  }
  .mdo\:clamp-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  .mdo\:clamp-10 > * {
    display: inline;
  }
}
@media (max-width: 1289px) {
  .mdb\:clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .mdb\:clamp-1 > * {
    display: inline;
  }
  .mdb\:clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mdb\:clamp-2 > * {
    display: inline;
  }
  .mdb\:clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .mdb\:clamp-3 > * {
    display: inline;
  }
  .mdb\:clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .mdb\:clamp-4 > * {
    display: inline;
  }
  .mdb\:clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .mdb\:clamp-5 > * {
    display: inline;
  }
  .mdb\:clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .mdb\:clamp-6 > * {
    display: inline;
  }
  .mdb\:clamp-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .mdb\:clamp-7 > * {
    display: inline;
  }
  .mdb\:clamp-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .mdb\:clamp-8 > * {
    display: inline;
  }
  .mdb\:clamp-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
  }
  .mdb\:clamp-9 > * {
    display: inline;
  }
  .mdb\:clamp-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  .mdb\:clamp-10 > * {
    display: inline;
  }
}
@media (min-width: 1290px) {
  .lg\:clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .lg\:clamp-1 > * {
    display: inline;
  }
  .lg\:clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .lg\:clamp-2 > * {
    display: inline;
  }
  .lg\:clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .lg\:clamp-3 > * {
    display: inline;
  }
  .lg\:clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .lg\:clamp-4 > * {
    display: inline;
  }
  .lg\:clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .lg\:clamp-5 > * {
    display: inline;
  }
  .lg\:clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .lg\:clamp-6 > * {
    display: inline;
  }
  .lg\:clamp-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .lg\:clamp-7 > * {
    display: inline;
  }
  .lg\:clamp-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .lg\:clamp-8 > * {
    display: inline;
  }
  .lg\:clamp-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
  }
  .lg\:clamp-9 > * {
    display: inline;
  }
  .lg\:clamp-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  .lg\:clamp-10 > * {
    display: inline;
  }
}
.color-white {
  color: #ffffff;
}
.color-white-t1 {
  color: rgba(255, 255, 255, 0.1);
}
.color-white-t2 {
  color: rgba(255, 255, 255, 0.2);
}
.color-white-t3 {
  color: rgba(255, 255, 255, 0.3);
}
.color-white-t4 {
  color: rgba(255, 255, 255, 0.4);
}
.color-white-t5 {
  color: rgba(255, 255, 255, 0.5);
}
.color-white-t6 {
  color: rgba(255, 255, 255, 0.6);
}
.color-white-t7 {
  color: rgba(255, 255, 255, 0.7);
}
.color-white-t8 {
  color: rgba(255, 255, 255, 0.8);
}
.color-white-t9 {
  color: rgba(255, 255, 255, 0.9);
}
.color-white-100 {
  color: white;
}
.color-white-200 {
  color: white;
}
.color-white-300 {
  color: white;
}
.color-white-400 {
  color: white;
}
.color-white-500 {
  color: #ffffff;
}
.color-white-600 {
  color: #e6e6e6;
}
.color-white-700 {
  color: #cccccc;
}
.color-white-800 {
  color: #b3b3b3;
}
.color-white-900 {
  color: #999999;
}

.bg-white {
  background-color: #ffffff;
}
.bg-white-t1 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-white-t2 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white-t3 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-white-t4 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-white-t5 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-white-t6 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-white-t7 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-white-t8 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-white-t9 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-white-100 {
  background-color: white;
}
.bg-white-200 {
  background-color: white;
}
.bg-white-300 {
  background-color: white;
}
.bg-white-400 {
  background-color: white;
}
.bg-white-500 {
  background-color: #ffffff;
}
.bg-white-600 {
  background-color: #e6e6e6;
}
.bg-white-700 {
  background-color: #cccccc;
}
.bg-white-800 {
  background-color: #b3b3b3;
}
.bg-white-900 {
  background-color: #999999;
}

.border-white {
  border-color: #ffffff;
}
.border-white-t1 {
  border-color: rgba(255, 255, 255, 0.1);
}
.border-white-t2 {
  border-color: rgba(255, 255, 255, 0.2);
}
.border-white-t3 {
  border-color: rgba(255, 255, 255, 0.3);
}
.border-white-t4 {
  border-color: rgba(255, 255, 255, 0.4);
}
.border-white-t5 {
  border-color: rgba(255, 255, 255, 0.5);
}
.border-white-t6 {
  border-color: rgba(255, 255, 255, 0.6);
}
.border-white-t7 {
  border-color: rgba(255, 255, 255, 0.7);
}
.border-white-t8 {
  border-color: rgba(255, 255, 255, 0.8);
}
.border-white-t9 {
  border-color: rgba(255, 255, 255, 0.9);
}
.border-white-100 {
  border-color: white;
}
.border-white-200 {
  border-color: white;
}
.border-white-300 {
  border-color: white;
}
.border-white-400 {
  border-color: white;
}
.border-white-500 {
  border-color: #ffffff;
}
.border-white-600 {
  border-color: #e6e6e6;
}
.border-white-700 {
  border-color: #cccccc;
}
.border-white-800 {
  border-color: #b3b3b3;
}
.border-white-900 {
  border-color: #999999;
}

.fill-white {
  fill: #ffffff;
}
.fill-white-t1 {
  fill: rgba(255, 255, 255, 0.1);
}
.fill-white-t2 {
  fill: rgba(255, 255, 255, 0.2);
}
.fill-white-t3 {
  fill: rgba(255, 255, 255, 0.3);
}
.fill-white-t4 {
  fill: rgba(255, 255, 255, 0.4);
}
.fill-white-t5 {
  fill: rgba(255, 255, 255, 0.5);
}
.fill-white-t6 {
  fill: rgba(255, 255, 255, 0.6);
}
.fill-white-t7 {
  fill: rgba(255, 255, 255, 0.7);
}
.fill-white-t8 {
  fill: rgba(255, 255, 255, 0.8);
}
.fill-white-t9 {
  fill: rgba(255, 255, 255, 0.9);
}
.fill-white-100 {
  fill: white;
}
.fill-white-200 {
  fill: white;
}
.fill-white-300 {
  fill: white;
}
.fill-white-400 {
  fill: white;
}
.fill-white-500 {
  fill: #ffffff;
}
.fill-white-600 {
  fill: #e6e6e6;
}
.fill-white-700 {
  fill: #cccccc;
}
.fill-white-800 {
  fill: #b3b3b3;
}
.fill-white-900 {
  fill: #999999;
}

.color-black {
  color: #000000;
}
.color-black-t1 {
  color: rgba(0, 0, 0, 0.1);
}
.color-black-t2 {
  color: rgba(0, 0, 0, 0.2);
}
.color-black-t3 {
  color: rgba(0, 0, 0, 0.3);
}
.color-black-t4 {
  color: rgba(0, 0, 0, 0.4);
}
.color-black-t5 {
  color: rgba(0, 0, 0, 0.5);
}
.color-black-t6 {
  color: rgba(0, 0, 0, 0.6);
}
.color-black-t7 {
  color: rgba(0, 0, 0, 0.7);
}
.color-black-t8 {
  color: rgba(0, 0, 0, 0.8);
}
.color-black-t9 {
  color: rgba(0, 0, 0, 0.9);
}
.color-black-100 {
  color: #666666;
}
.color-black-200 {
  color: #4d4d4d;
}
.color-black-300 {
  color: #333333;
}
.color-black-400 {
  color: #1a1a1a;
}
.color-black-500 {
  color: #000000;
}
.color-black-600 {
  color: black;
}
.color-black-700 {
  color: black;
}
.color-black-800 {
  color: black;
}
.color-black-900 {
  color: black;
}

.bg-black {
  background-color: #000000;
}
.bg-black-t1 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black-t2 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-black-t3 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black-t4 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-black-t5 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black-t6 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black-t7 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-black-t8 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black-t9 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-black-100 {
  background-color: #666666;
}
.bg-black-200 {
  background-color: #4d4d4d;
}
.bg-black-300 {
  background-color: #333333;
}
.bg-black-400 {
  background-color: #1a1a1a;
}
.bg-black-500 {
  background-color: #000000;
}
.bg-black-600 {
  background-color: black;
}
.bg-black-700 {
  background-color: black;
}
.bg-black-800 {
  background-color: black;
}
.bg-black-900 {
  background-color: black;
}

.border-black {
  border-color: #000000;
}
.border-black-t1 {
  border-color: rgba(0, 0, 0, 0.1);
}
.border-black-t2 {
  border-color: rgba(0, 0, 0, 0.2);
}
.border-black-t3 {
  border-color: rgba(0, 0, 0, 0.3);
}
.border-black-t4 {
  border-color: rgba(0, 0, 0, 0.4);
}
.border-black-t5 {
  border-color: rgba(0, 0, 0, 0.5);
}
.border-black-t6 {
  border-color: rgba(0, 0, 0, 0.6);
}
.border-black-t7 {
  border-color: rgba(0, 0, 0, 0.7);
}
.border-black-t8 {
  border-color: rgba(0, 0, 0, 0.8);
}
.border-black-t9 {
  border-color: rgba(0, 0, 0, 0.9);
}
.border-black-100 {
  border-color: #666666;
}
.border-black-200 {
  border-color: #4d4d4d;
}
.border-black-300 {
  border-color: #333333;
}
.border-black-400 {
  border-color: #1a1a1a;
}
.border-black-500 {
  border-color: #000000;
}
.border-black-600 {
  border-color: black;
}
.border-black-700 {
  border-color: black;
}
.border-black-800 {
  border-color: black;
}
.border-black-900 {
  border-color: black;
}

.fill-black {
  fill: #000000;
}
.fill-black-t1 {
  fill: rgba(0, 0, 0, 0.1);
}
.fill-black-t2 {
  fill: rgba(0, 0, 0, 0.2);
}
.fill-black-t3 {
  fill: rgba(0, 0, 0, 0.3);
}
.fill-black-t4 {
  fill: rgba(0, 0, 0, 0.4);
}
.fill-black-t5 {
  fill: rgba(0, 0, 0, 0.5);
}
.fill-black-t6 {
  fill: rgba(0, 0, 0, 0.6);
}
.fill-black-t7 {
  fill: rgba(0, 0, 0, 0.7);
}
.fill-black-t8 {
  fill: rgba(0, 0, 0, 0.8);
}
.fill-black-t9 {
  fill: rgba(0, 0, 0, 0.9);
}
.fill-black-100 {
  fill: #666666;
}
.fill-black-200 {
  fill: #4d4d4d;
}
.fill-black-300 {
  fill: #333333;
}
.fill-black-400 {
  fill: #1a1a1a;
}
.fill-black-500 {
  fill: #000000;
}
.fill-black-600 {
  fill: black;
}
.fill-black-700 {
  fill: black;
}
.fill-black-800 {
  fill: black;
}
.fill-black-900 {
  fill: black;
}

.color-pink {
  color: #E91E63;
}
.color-pink-t1 {
  color: rgba(233, 30, 99, 0.1);
}
.color-pink-t2 {
  color: rgba(233, 30, 99, 0.2);
}
.color-pink-t3 {
  color: rgba(233, 30, 99, 0.3);
}
.color-pink-t4 {
  color: rgba(233, 30, 99, 0.4);
}
.color-pink-t5 {
  color: rgba(233, 30, 99, 0.5);
}
.color-pink-t6 {
  color: rgba(233, 30, 99, 0.6);
}
.color-pink-t7 {
  color: rgba(233, 30, 99, 0.7);
}
.color-pink-t8 {
  color: rgba(233, 30, 99, 0.8);
}
.color-pink-t9 {
  color: rgba(233, 30, 99, 0.9);
}
.color-pink-100 {
  color: #fbd8e4;
}
.color-pink-200 {
  color: #f7a9c4;
}
.color-pink-300 {
  color: #f27ba3;
}
.color-pink-400 {
  color: #ee4c83;
}
.color-pink-500 {
  color: #E91E63;
}
.color-pink-600 {
  color: #c1134e;
}
.color-pink-700 {
  color: #930e3b;
}
.color-pink-800 {
  color: #640a29;
}
.color-pink-900 {
  color: #360516;
}

.bg-pink {
  background-color: #E91E63;
}
.bg-pink-t1 {
  background-color: rgba(233, 30, 99, 0.1);
}
.bg-pink-t2 {
  background-color: rgba(233, 30, 99, 0.2);
}
.bg-pink-t3 {
  background-color: rgba(233, 30, 99, 0.3);
}
.bg-pink-t4 {
  background-color: rgba(233, 30, 99, 0.4);
}
.bg-pink-t5 {
  background-color: rgba(233, 30, 99, 0.5);
}
.bg-pink-t6 {
  background-color: rgba(233, 30, 99, 0.6);
}
.bg-pink-t7 {
  background-color: rgba(233, 30, 99, 0.7);
}
.bg-pink-t8 {
  background-color: rgba(233, 30, 99, 0.8);
}
.bg-pink-t9 {
  background-color: rgba(233, 30, 99, 0.9);
}
.bg-pink-100 {
  background-color: #fbd8e4;
}
.bg-pink-200 {
  background-color: #f7a9c4;
}
.bg-pink-300 {
  background-color: #f27ba3;
}
.bg-pink-400 {
  background-color: #ee4c83;
}
.bg-pink-500 {
  background-color: #E91E63;
}
.bg-pink-600 {
  background-color: #c1134e;
}
.bg-pink-700 {
  background-color: #930e3b;
}
.bg-pink-800 {
  background-color: #640a29;
}
.bg-pink-900 {
  background-color: #360516;
}

.border-pink {
  border-color: #E91E63;
}
.border-pink-t1 {
  border-color: rgba(233, 30, 99, 0.1);
}
.border-pink-t2 {
  border-color: rgba(233, 30, 99, 0.2);
}
.border-pink-t3 {
  border-color: rgba(233, 30, 99, 0.3);
}
.border-pink-t4 {
  border-color: rgba(233, 30, 99, 0.4);
}
.border-pink-t5 {
  border-color: rgba(233, 30, 99, 0.5);
}
.border-pink-t6 {
  border-color: rgba(233, 30, 99, 0.6);
}
.border-pink-t7 {
  border-color: rgba(233, 30, 99, 0.7);
}
.border-pink-t8 {
  border-color: rgba(233, 30, 99, 0.8);
}
.border-pink-t9 {
  border-color: rgba(233, 30, 99, 0.9);
}
.border-pink-100 {
  border-color: #fbd8e4;
}
.border-pink-200 {
  border-color: #f7a9c4;
}
.border-pink-300 {
  border-color: #f27ba3;
}
.border-pink-400 {
  border-color: #ee4c83;
}
.border-pink-500 {
  border-color: #E91E63;
}
.border-pink-600 {
  border-color: #c1134e;
}
.border-pink-700 {
  border-color: #930e3b;
}
.border-pink-800 {
  border-color: #640a29;
}
.border-pink-900 {
  border-color: #360516;
}

.fill-pink {
  fill: #E91E63;
}
.fill-pink-t1 {
  fill: rgba(233, 30, 99, 0.1);
}
.fill-pink-t2 {
  fill: rgba(233, 30, 99, 0.2);
}
.fill-pink-t3 {
  fill: rgba(233, 30, 99, 0.3);
}
.fill-pink-t4 {
  fill: rgba(233, 30, 99, 0.4);
}
.fill-pink-t5 {
  fill: rgba(233, 30, 99, 0.5);
}
.fill-pink-t6 {
  fill: rgba(233, 30, 99, 0.6);
}
.fill-pink-t7 {
  fill: rgba(233, 30, 99, 0.7);
}
.fill-pink-t8 {
  fill: rgba(233, 30, 99, 0.8);
}
.fill-pink-t9 {
  fill: rgba(233, 30, 99, 0.9);
}
.fill-pink-100 {
  fill: #fbd8e4;
}
.fill-pink-200 {
  fill: #f7a9c4;
}
.fill-pink-300 {
  fill: #f27ba3;
}
.fill-pink-400 {
  fill: #ee4c83;
}
.fill-pink-500 {
  fill: #E91E63;
}
.fill-pink-600 {
  fill: #c1134e;
}
.fill-pink-700 {
  fill: #930e3b;
}
.fill-pink-800 {
  fill: #640a29;
}
.fill-pink-900 {
  fill: #360516;
}

.color-grey {
  color: #d7d7d7;
}
.color-grey-t1 {
  color: rgba(215, 215, 215, 0.1);
}
.color-grey-t2 {
  color: rgba(215, 215, 215, 0.2);
}
.color-grey-t3 {
  color: rgba(215, 215, 215, 0.3);
}
.color-grey-t4 {
  color: rgba(215, 215, 215, 0.4);
}
.color-grey-t5 {
  color: rgba(215, 215, 215, 0.5);
}
.color-grey-t6 {
  color: rgba(215, 215, 215, 0.6);
}
.color-grey-t7 {
  color: rgba(215, 215, 215, 0.7);
}
.color-grey-t8 {
  color: rgba(215, 215, 215, 0.8);
}
.color-grey-t9 {
  color: rgba(215, 215, 215, 0.9);
}
.color-grey-100 {
  color: white;
}
.color-grey-200 {
  color: white;
}
.color-grey-300 {
  color: white;
}
.color-grey-400 {
  color: #f1f1f1;
}
.color-grey-500 {
  color: #d7d7d7;
}
.color-grey-600 {
  color: #bebebe;
}
.color-grey-700 {
  color: #a4a4a4;
}
.color-grey-800 {
  color: #8b8b8b;
}
.color-grey-900 {
  color: #717171;
}

.bg-grey {
  background-color: #d7d7d7;
}
.bg-grey-t1 {
  background-color: rgba(215, 215, 215, 0.1);
}
.bg-grey-t2 {
  background-color: rgba(215, 215, 215, 0.2);
}
.bg-grey-t3 {
  background-color: rgba(215, 215, 215, 0.3);
}
.bg-grey-t4 {
  background-color: rgba(215, 215, 215, 0.4);
}
.bg-grey-t5 {
  background-color: rgba(215, 215, 215, 0.5);
}
.bg-grey-t6 {
  background-color: rgba(215, 215, 215, 0.6);
}
.bg-grey-t7 {
  background-color: rgba(215, 215, 215, 0.7);
}
.bg-grey-t8 {
  background-color: rgba(215, 215, 215, 0.8);
}
.bg-grey-t9 {
  background-color: rgba(215, 215, 215, 0.9);
}
.bg-grey-100 {
  background-color: white;
}
.bg-grey-200 {
  background-color: white;
}
.bg-grey-300 {
  background-color: white;
}
.bg-grey-400 {
  background-color: #f1f1f1;
}
.bg-grey-500 {
  background-color: #d7d7d7;
}
.bg-grey-600 {
  background-color: #bebebe;
}
.bg-grey-700 {
  background-color: #a4a4a4;
}
.bg-grey-800 {
  background-color: #8b8b8b;
}
.bg-grey-900 {
  background-color: #717171;
}

.border-grey {
  border-color: #d7d7d7;
}
.border-grey-t1 {
  border-color: rgba(215, 215, 215, 0.1);
}
.border-grey-t2 {
  border-color: rgba(215, 215, 215, 0.2);
}
.border-grey-t3 {
  border-color: rgba(215, 215, 215, 0.3);
}
.border-grey-t4 {
  border-color: rgba(215, 215, 215, 0.4);
}
.border-grey-t5 {
  border-color: rgba(215, 215, 215, 0.5);
}
.border-grey-t6 {
  border-color: rgba(215, 215, 215, 0.6);
}
.border-grey-t7 {
  border-color: rgba(215, 215, 215, 0.7);
}
.border-grey-t8 {
  border-color: rgba(215, 215, 215, 0.8);
}
.border-grey-t9 {
  border-color: rgba(215, 215, 215, 0.9);
}
.border-grey-100 {
  border-color: white;
}
.border-grey-200 {
  border-color: white;
}
.border-grey-300 {
  border-color: white;
}
.border-grey-400 {
  border-color: #f1f1f1;
}
.border-grey-500 {
  border-color: #d7d7d7;
}
.border-grey-600 {
  border-color: #bebebe;
}
.border-grey-700 {
  border-color: #a4a4a4;
}
.border-grey-800 {
  border-color: #8b8b8b;
}
.border-grey-900 {
  border-color: #717171;
}

.fill-grey {
  fill: #d7d7d7;
}
.fill-grey-t1 {
  fill: rgba(215, 215, 215, 0.1);
}
.fill-grey-t2 {
  fill: rgba(215, 215, 215, 0.2);
}
.fill-grey-t3 {
  fill: rgba(215, 215, 215, 0.3);
}
.fill-grey-t4 {
  fill: rgba(215, 215, 215, 0.4);
}
.fill-grey-t5 {
  fill: rgba(215, 215, 215, 0.5);
}
.fill-grey-t6 {
  fill: rgba(215, 215, 215, 0.6);
}
.fill-grey-t7 {
  fill: rgba(215, 215, 215, 0.7);
}
.fill-grey-t8 {
  fill: rgba(215, 215, 215, 0.8);
}
.fill-grey-t9 {
  fill: rgba(215, 215, 215, 0.9);
}
.fill-grey-100 {
  fill: white;
}
.fill-grey-200 {
  fill: white;
}
.fill-grey-300 {
  fill: white;
}
.fill-grey-400 {
  fill: #f1f1f1;
}
.fill-grey-500 {
  fill: #d7d7d7;
}
.fill-grey-600 {
  fill: #bebebe;
}
.fill-grey-700 {
  fill: #a4a4a4;
}
.fill-grey-800 {
  fill: #8b8b8b;
}
.fill-grey-900 {
  fill: #717171;
}

.color-gold {
  color: #f5efeb;
}
.color-gold-t1 {
  color: rgba(245, 239, 235, 0.1);
}
.color-gold-t2 {
  color: rgba(245, 239, 235, 0.2);
}
.color-gold-t3 {
  color: rgba(245, 239, 235, 0.3);
}
.color-gold-t4 {
  color: rgba(245, 239, 235, 0.4);
}
.color-gold-t5 {
  color: rgba(245, 239, 235, 0.5);
}
.color-gold-t6 {
  color: rgba(245, 239, 235, 0.6);
}
.color-gold-t7 {
  color: rgba(245, 239, 235, 0.7);
}
.color-gold-t8 {
  color: rgba(245, 239, 235, 0.8);
}
.color-gold-t9 {
  color: rgba(245, 239, 235, 0.9);
}
.color-gold-100 {
  color: white;
}
.color-gold-200 {
  color: white;
}
.color-gold-300 {
  color: white;
}
.color-gold-400 {
  color: white;
}
.color-gold-500 {
  color: #f5efeb;
}
.color-gold-600 {
  color: #e4d4c9;
}
.color-gold-700 {
  color: #d3b9a7;
}
.color-gold-800 {
  color: #c29d85;
}
.color-gold-900 {
  color: #b18263;
}

.bg-gold {
  background-color: #f5efeb;
}
.bg-gold-t1 {
  background-color: rgba(245, 239, 235, 0.1);
}
.bg-gold-t2 {
  background-color: rgba(245, 239, 235, 0.2);
}
.bg-gold-t3 {
  background-color: rgba(245, 239, 235, 0.3);
}
.bg-gold-t4 {
  background-color: rgba(245, 239, 235, 0.4);
}
.bg-gold-t5 {
  background-color: rgba(245, 239, 235, 0.5);
}
.bg-gold-t6 {
  background-color: rgba(245, 239, 235, 0.6);
}
.bg-gold-t7 {
  background-color: rgba(245, 239, 235, 0.7);
}
.bg-gold-t8 {
  background-color: rgba(245, 239, 235, 0.8);
}
.bg-gold-t9 {
  background-color: rgba(245, 239, 235, 0.9);
}
.bg-gold-100 {
  background-color: white;
}
.bg-gold-200 {
  background-color: white;
}
.bg-gold-300 {
  background-color: white;
}
.bg-gold-400 {
  background-color: white;
}
.bg-gold-500 {
  background-color: #f5efeb;
}
.bg-gold-600 {
  background-color: #e4d4c9;
}
.bg-gold-700 {
  background-color: #d3b9a7;
}
.bg-gold-800 {
  background-color: #c29d85;
}
.bg-gold-900 {
  background-color: #b18263;
}

.border-gold {
  border-color: #f5efeb;
}
.border-gold-t1 {
  border-color: rgba(245, 239, 235, 0.1);
}
.border-gold-t2 {
  border-color: rgba(245, 239, 235, 0.2);
}
.border-gold-t3 {
  border-color: rgba(245, 239, 235, 0.3);
}
.border-gold-t4 {
  border-color: rgba(245, 239, 235, 0.4);
}
.border-gold-t5 {
  border-color: rgba(245, 239, 235, 0.5);
}
.border-gold-t6 {
  border-color: rgba(245, 239, 235, 0.6);
}
.border-gold-t7 {
  border-color: rgba(245, 239, 235, 0.7);
}
.border-gold-t8 {
  border-color: rgba(245, 239, 235, 0.8);
}
.border-gold-t9 {
  border-color: rgba(245, 239, 235, 0.9);
}
.border-gold-100 {
  border-color: white;
}
.border-gold-200 {
  border-color: white;
}
.border-gold-300 {
  border-color: white;
}
.border-gold-400 {
  border-color: white;
}
.border-gold-500 {
  border-color: #f5efeb;
}
.border-gold-600 {
  border-color: #e4d4c9;
}
.border-gold-700 {
  border-color: #d3b9a7;
}
.border-gold-800 {
  border-color: #c29d85;
}
.border-gold-900 {
  border-color: #b18263;
}

.fill-gold {
  fill: #f5efeb;
}
.fill-gold-t1 {
  fill: rgba(245, 239, 235, 0.1);
}
.fill-gold-t2 {
  fill: rgba(245, 239, 235, 0.2);
}
.fill-gold-t3 {
  fill: rgba(245, 239, 235, 0.3);
}
.fill-gold-t4 {
  fill: rgba(245, 239, 235, 0.4);
}
.fill-gold-t5 {
  fill: rgba(245, 239, 235, 0.5);
}
.fill-gold-t6 {
  fill: rgba(245, 239, 235, 0.6);
}
.fill-gold-t7 {
  fill: rgba(245, 239, 235, 0.7);
}
.fill-gold-t8 {
  fill: rgba(245, 239, 235, 0.8);
}
.fill-gold-t9 {
  fill: rgba(245, 239, 235, 0.9);
}
.fill-gold-100 {
  fill: white;
}
.fill-gold-200 {
  fill: white;
}
.fill-gold-300 {
  fill: white;
}
.fill-gold-400 {
  fill: white;
}
.fill-gold-500 {
  fill: #f5efeb;
}
.fill-gold-600 {
  fill: #e4d4c9;
}
.fill-gold-700 {
  fill: #d3b9a7;
}
.fill-gold-800 {
  fill: #c29d85;
}
.fill-gold-900 {
  fill: #b18263;
}

.color-dark {
  color: #111;
}
.color-dark-t1 {
  color: rgba(17, 17, 17, 0.1);
}
.color-dark-t2 {
  color: rgba(17, 17, 17, 0.2);
}
.color-dark-t3 {
  color: rgba(17, 17, 17, 0.3);
}
.color-dark-t4 {
  color: rgba(17, 17, 17, 0.4);
}
.color-dark-t5 {
  color: rgba(17, 17, 17, 0.5);
}
.color-dark-t6 {
  color: rgba(17, 17, 17, 0.6);
}
.color-dark-t7 {
  color: rgba(17, 17, 17, 0.7);
}
.color-dark-t8 {
  color: rgba(17, 17, 17, 0.8);
}
.color-dark-t9 {
  color: rgba(17, 17, 17, 0.9);
}
.color-dark-100 {
  color: #777777;
}
.color-dark-200 {
  color: #5e5e5e;
}
.color-dark-300 {
  color: #444444;
}
.color-dark-400 {
  color: #2b2b2b;
}
.color-dark-500 {
  color: #111;
}
.color-dark-600 {
  color: black;
}
.color-dark-700 {
  color: black;
}
.color-dark-800 {
  color: black;
}
.color-dark-900 {
  color: black;
}

.bg-dark {
  background-color: #111;
}
.bg-dark-t1 {
  background-color: rgba(17, 17, 17, 0.1);
}
.bg-dark-t2 {
  background-color: rgba(17, 17, 17, 0.2);
}
.bg-dark-t3 {
  background-color: rgba(17, 17, 17, 0.3);
}
.bg-dark-t4 {
  background-color: rgba(17, 17, 17, 0.4);
}
.bg-dark-t5 {
  background-color: rgba(17, 17, 17, 0.5);
}
.bg-dark-t6 {
  background-color: rgba(17, 17, 17, 0.6);
}
.bg-dark-t7 {
  background-color: rgba(17, 17, 17, 0.7);
}
.bg-dark-t8 {
  background-color: rgba(17, 17, 17, 0.8);
}
.bg-dark-t9 {
  background-color: rgba(17, 17, 17, 0.9);
}
.bg-dark-100 {
  background-color: #777777;
}
.bg-dark-200 {
  background-color: #5e5e5e;
}
.bg-dark-300 {
  background-color: #444444;
}
.bg-dark-400 {
  background-color: #2b2b2b;
}
.bg-dark-500 {
  background-color: #111;
}
.bg-dark-600 {
  background-color: black;
}
.bg-dark-700 {
  background-color: black;
}
.bg-dark-800 {
  background-color: black;
}
.bg-dark-900 {
  background-color: black;
}

.border-dark {
  border-color: #111;
}
.border-dark-t1 {
  border-color: rgba(17, 17, 17, 0.1);
}
.border-dark-t2 {
  border-color: rgba(17, 17, 17, 0.2);
}
.border-dark-t3 {
  border-color: rgba(17, 17, 17, 0.3);
}
.border-dark-t4 {
  border-color: rgba(17, 17, 17, 0.4);
}
.border-dark-t5 {
  border-color: rgba(17, 17, 17, 0.5);
}
.border-dark-t6 {
  border-color: rgba(17, 17, 17, 0.6);
}
.border-dark-t7 {
  border-color: rgba(17, 17, 17, 0.7);
}
.border-dark-t8 {
  border-color: rgba(17, 17, 17, 0.8);
}
.border-dark-t9 {
  border-color: rgba(17, 17, 17, 0.9);
}
.border-dark-100 {
  border-color: #777777;
}
.border-dark-200 {
  border-color: #5e5e5e;
}
.border-dark-300 {
  border-color: #444444;
}
.border-dark-400 {
  border-color: #2b2b2b;
}
.border-dark-500 {
  border-color: #111;
}
.border-dark-600 {
  border-color: black;
}
.border-dark-700 {
  border-color: black;
}
.border-dark-800 {
  border-color: black;
}
.border-dark-900 {
  border-color: black;
}

.fill-dark {
  fill: #111;
}
.fill-dark-t1 {
  fill: rgba(17, 17, 17, 0.1);
}
.fill-dark-t2 {
  fill: rgba(17, 17, 17, 0.2);
}
.fill-dark-t3 {
  fill: rgba(17, 17, 17, 0.3);
}
.fill-dark-t4 {
  fill: rgba(17, 17, 17, 0.4);
}
.fill-dark-t5 {
  fill: rgba(17, 17, 17, 0.5);
}
.fill-dark-t6 {
  fill: rgba(17, 17, 17, 0.6);
}
.fill-dark-t7 {
  fill: rgba(17, 17, 17, 0.7);
}
.fill-dark-t8 {
  fill: rgba(17, 17, 17, 0.8);
}
.fill-dark-t9 {
  fill: rgba(17, 17, 17, 0.9);
}
.fill-dark-100 {
  fill: #777777;
}
.fill-dark-200 {
  fill: #5e5e5e;
}
.fill-dark-300 {
  fill: #444444;
}
.fill-dark-400 {
  fill: #2b2b2b;
}
.fill-dark-500 {
  fill: #111;
}
.fill-dark-600 {
  fill: black;
}
.fill-dark-700 {
  fill: black;
}
.fill-dark-800 {
  fill: black;
}
.fill-dark-900 {
  fill: black;
}

.color-green {
  color: #22c55e;
}
.color-green-t1 {
  color: rgba(34, 197, 94, 0.1);
}
.color-green-t2 {
  color: rgba(34, 197, 94, 0.2);
}
.color-green-t3 {
  color: rgba(34, 197, 94, 0.3);
}
.color-green-t4 {
  color: rgba(34, 197, 94, 0.4);
}
.color-green-t5 {
  color: rgba(34, 197, 94, 0.5);
}
.color-green-t6 {
  color: rgba(34, 197, 94, 0.6);
}
.color-green-t7 {
  color: rgba(34, 197, 94, 0.7);
}
.color-green-t8 {
  color: rgba(34, 197, 94, 0.8);
}
.color-green-t9 {
  color: rgba(34, 197, 94, 0.9);
}
.color-green-100 {
  color: #bff4d3;
}
.color-green-200 {
  color: #94ecb4;
}
.color-green-300 {
  color: #68e596;
}
.color-green-400 {
  color: #3ddd78;
}
.color-green-500 {
  color: #22c55e;
}
.color-green-600 {
  color: #1a9a49;
}
.color-green-700 {
  color: #136e34;
}
.color-green-800 {
  color: #0b4320;
}
.color-green-900 {
  color: #04170b;
}

.bg-green {
  background-color: #22c55e;
}
.bg-green-t1 {
  background-color: rgba(34, 197, 94, 0.1);
}
.bg-green-t2 {
  background-color: rgba(34, 197, 94, 0.2);
}
.bg-green-t3 {
  background-color: rgba(34, 197, 94, 0.3);
}
.bg-green-t4 {
  background-color: rgba(34, 197, 94, 0.4);
}
.bg-green-t5 {
  background-color: rgba(34, 197, 94, 0.5);
}
.bg-green-t6 {
  background-color: rgba(34, 197, 94, 0.6);
}
.bg-green-t7 {
  background-color: rgba(34, 197, 94, 0.7);
}
.bg-green-t8 {
  background-color: rgba(34, 197, 94, 0.8);
}
.bg-green-t9 {
  background-color: rgba(34, 197, 94, 0.9);
}
.bg-green-100 {
  background-color: #bff4d3;
}
.bg-green-200 {
  background-color: #94ecb4;
}
.bg-green-300 {
  background-color: #68e596;
}
.bg-green-400 {
  background-color: #3ddd78;
}
.bg-green-500 {
  background-color: #22c55e;
}
.bg-green-600 {
  background-color: #1a9a49;
}
.bg-green-700 {
  background-color: #136e34;
}
.bg-green-800 {
  background-color: #0b4320;
}
.bg-green-900 {
  background-color: #04170b;
}

.border-green {
  border-color: #22c55e;
}
.border-green-t1 {
  border-color: rgba(34, 197, 94, 0.1);
}
.border-green-t2 {
  border-color: rgba(34, 197, 94, 0.2);
}
.border-green-t3 {
  border-color: rgba(34, 197, 94, 0.3);
}
.border-green-t4 {
  border-color: rgba(34, 197, 94, 0.4);
}
.border-green-t5 {
  border-color: rgba(34, 197, 94, 0.5);
}
.border-green-t6 {
  border-color: rgba(34, 197, 94, 0.6);
}
.border-green-t7 {
  border-color: rgba(34, 197, 94, 0.7);
}
.border-green-t8 {
  border-color: rgba(34, 197, 94, 0.8);
}
.border-green-t9 {
  border-color: rgba(34, 197, 94, 0.9);
}
.border-green-100 {
  border-color: #bff4d3;
}
.border-green-200 {
  border-color: #94ecb4;
}
.border-green-300 {
  border-color: #68e596;
}
.border-green-400 {
  border-color: #3ddd78;
}
.border-green-500 {
  border-color: #22c55e;
}
.border-green-600 {
  border-color: #1a9a49;
}
.border-green-700 {
  border-color: #136e34;
}
.border-green-800 {
  border-color: #0b4320;
}
.border-green-900 {
  border-color: #04170b;
}

.fill-green {
  fill: #22c55e;
}
.fill-green-t1 {
  fill: rgba(34, 197, 94, 0.1);
}
.fill-green-t2 {
  fill: rgba(34, 197, 94, 0.2);
}
.fill-green-t3 {
  fill: rgba(34, 197, 94, 0.3);
}
.fill-green-t4 {
  fill: rgba(34, 197, 94, 0.4);
}
.fill-green-t5 {
  fill: rgba(34, 197, 94, 0.5);
}
.fill-green-t6 {
  fill: rgba(34, 197, 94, 0.6);
}
.fill-green-t7 {
  fill: rgba(34, 197, 94, 0.7);
}
.fill-green-t8 {
  fill: rgba(34, 197, 94, 0.8);
}
.fill-green-t9 {
  fill: rgba(34, 197, 94, 0.9);
}
.fill-green-100 {
  fill: #bff4d3;
}
.fill-green-200 {
  fill: #94ecb4;
}
.fill-green-300 {
  fill: #68e596;
}
.fill-green-400 {
  fill: #3ddd78;
}
.fill-green-500 {
  fill: #22c55e;
}
.fill-green-600 {
  fill: #1a9a49;
}
.fill-green-700 {
  fill: #136e34;
}
.fill-green-800 {
  fill: #0b4320;
}
.fill-green-900 {
  fill: #04170b;
}

.color-orange {
  color: #F84C00;
}
.color-orange-t1 {
  color: rgba(248, 76, 0, 0.1);
}
.color-orange-t2 {
  color: rgba(248, 76, 0, 0.2);
}
.color-orange-t3 {
  color: rgba(248, 76, 0, 0.3);
}
.color-orange-t4 {
  color: rgba(248, 76, 0, 0.4);
}
.color-orange-t5 {
  color: rgba(248, 76, 0, 0.5);
}
.color-orange-t6 {
  color: rgba(248, 76, 0, 0.6);
}
.color-orange-t7 {
  color: rgba(248, 76, 0, 0.7);
}
.color-orange-t8 {
  color: rgba(248, 76, 0, 0.8);
}
.color-orange-t9 {
  color: rgba(248, 76, 0, 0.9);
}
.color-orange-100 {
  color: #ffd7c5;
}
.color-orange-200 {
  color: #ffb392;
}
.color-orange-300 {
  color: #ff905f;
}
.color-orange-400 {
  color: #ff6d2c;
}
.color-orange-500 {
  color: #F84C00;
}
.color-orange-600 {
  color: #c53c00;
}
.color-orange-700 {
  color: #922d00;
}
.color-orange-800 {
  color: #5f1d00;
}
.color-orange-900 {
  color: #2c0d00;
}

.bg-orange {
  background-color: #F84C00;
}
.bg-orange-t1 {
  background-color: rgba(248, 76, 0, 0.1);
}
.bg-orange-t2 {
  background-color: rgba(248, 76, 0, 0.2);
}
.bg-orange-t3 {
  background-color: rgba(248, 76, 0, 0.3);
}
.bg-orange-t4 {
  background-color: rgba(248, 76, 0, 0.4);
}
.bg-orange-t5 {
  background-color: rgba(248, 76, 0, 0.5);
}
.bg-orange-t6 {
  background-color: rgba(248, 76, 0, 0.6);
}
.bg-orange-t7 {
  background-color: rgba(248, 76, 0, 0.7);
}
.bg-orange-t8 {
  background-color: rgba(248, 76, 0, 0.8);
}
.bg-orange-t9 {
  background-color: rgba(248, 76, 0, 0.9);
}
.bg-orange-100 {
  background-color: #ffd7c5;
}
.bg-orange-200 {
  background-color: #ffb392;
}
.bg-orange-300 {
  background-color: #ff905f;
}
.bg-orange-400 {
  background-color: #ff6d2c;
}
.bg-orange-500 {
  background-color: #F84C00;
}
.bg-orange-600 {
  background-color: #c53c00;
}
.bg-orange-700 {
  background-color: #922d00;
}
.bg-orange-800 {
  background-color: #5f1d00;
}
.bg-orange-900 {
  background-color: #2c0d00;
}

.border-orange {
  border-color: #F84C00;
}
.border-orange-t1 {
  border-color: rgba(248, 76, 0, 0.1);
}
.border-orange-t2 {
  border-color: rgba(248, 76, 0, 0.2);
}
.border-orange-t3 {
  border-color: rgba(248, 76, 0, 0.3);
}
.border-orange-t4 {
  border-color: rgba(248, 76, 0, 0.4);
}
.border-orange-t5 {
  border-color: rgba(248, 76, 0, 0.5);
}
.border-orange-t6 {
  border-color: rgba(248, 76, 0, 0.6);
}
.border-orange-t7 {
  border-color: rgba(248, 76, 0, 0.7);
}
.border-orange-t8 {
  border-color: rgba(248, 76, 0, 0.8);
}
.border-orange-t9 {
  border-color: rgba(248, 76, 0, 0.9);
}
.border-orange-100 {
  border-color: #ffd7c5;
}
.border-orange-200 {
  border-color: #ffb392;
}
.border-orange-300 {
  border-color: #ff905f;
}
.border-orange-400 {
  border-color: #ff6d2c;
}
.border-orange-500 {
  border-color: #F84C00;
}
.border-orange-600 {
  border-color: #c53c00;
}
.border-orange-700 {
  border-color: #922d00;
}
.border-orange-800 {
  border-color: #5f1d00;
}
.border-orange-900 {
  border-color: #2c0d00;
}

.fill-orange {
  fill: #F84C00;
}
.fill-orange-t1 {
  fill: rgba(248, 76, 0, 0.1);
}
.fill-orange-t2 {
  fill: rgba(248, 76, 0, 0.2);
}
.fill-orange-t3 {
  fill: rgba(248, 76, 0, 0.3);
}
.fill-orange-t4 {
  fill: rgba(248, 76, 0, 0.4);
}
.fill-orange-t5 {
  fill: rgba(248, 76, 0, 0.5);
}
.fill-orange-t6 {
  fill: rgba(248, 76, 0, 0.6);
}
.fill-orange-t7 {
  fill: rgba(248, 76, 0, 0.7);
}
.fill-orange-t8 {
  fill: rgba(248, 76, 0, 0.8);
}
.fill-orange-t9 {
  fill: rgba(248, 76, 0, 0.9);
}
.fill-orange-100 {
  fill: #ffd7c5;
}
.fill-orange-200 {
  fill: #ffb392;
}
.fill-orange-300 {
  fill: #ff905f;
}
.fill-orange-400 {
  fill: #ff6d2c;
}
.fill-orange-500 {
  fill: #F84C00;
}
.fill-orange-600 {
  fill: #c53c00;
}
.fill-orange-700 {
  fill: #922d00;
}
.fill-orange-800 {
  fill: #5f1d00;
}
.fill-orange-900 {
  fill: #2c0d00;
}

.color-navy {
  color: #172331;
}
.color-navy-t1 {
  color: rgba(23, 35, 49, 0.1);
}
.color-navy-t2 {
  color: rgba(23, 35, 49, 0.2);
}
.color-navy-t3 {
  color: rgba(23, 35, 49, 0.3);
}
.color-navy-t4 {
  color: rgba(23, 35, 49, 0.4);
}
.color-navy-t5 {
  color: rgba(23, 35, 49, 0.5);
}
.color-navy-t6 {
  color: rgba(23, 35, 49, 0.6);
}
.color-navy-t7 {
  color: rgba(23, 35, 49, 0.7);
}
.color-navy-t8 {
  color: rgba(23, 35, 49, 0.8);
}
.color-navy-t9 {
  color: rgba(23, 35, 49, 0.9);
}
.color-navy-100 {
  color: #6087b4;
}
.color-navy-200 {
  color: #486d99;
}
.color-navy-300 {
  color: #385576;
}
.color-navy-400 {
  color: #273c54;
}
.color-navy-500 {
  color: #172331;
}
.color-navy-600 {
  color: #070a0e;
}
.color-navy-700 {
  color: black;
}
.color-navy-800 {
  color: black;
}
.color-navy-900 {
  color: black;
}

.bg-navy {
  background-color: #172331;
}
.bg-navy-t1 {
  background-color: rgba(23, 35, 49, 0.1);
}
.bg-navy-t2 {
  background-color: rgba(23, 35, 49, 0.2);
}
.bg-navy-t3 {
  background-color: rgba(23, 35, 49, 0.3);
}
.bg-navy-t4 {
  background-color: rgba(23, 35, 49, 0.4);
}
.bg-navy-t5 {
  background-color: rgba(23, 35, 49, 0.5);
}
.bg-navy-t6 {
  background-color: rgba(23, 35, 49, 0.6);
}
.bg-navy-t7 {
  background-color: rgba(23, 35, 49, 0.7);
}
.bg-navy-t8 {
  background-color: rgba(23, 35, 49, 0.8);
}
.bg-navy-t9 {
  background-color: rgba(23, 35, 49, 0.9);
}
.bg-navy-100 {
  background-color: #6087b4;
}
.bg-navy-200 {
  background-color: #486d99;
}
.bg-navy-300 {
  background-color: #385576;
}
.bg-navy-400 {
  background-color: #273c54;
}
.bg-navy-500 {
  background-color: #172331;
}
.bg-navy-600 {
  background-color: #070a0e;
}
.bg-navy-700 {
  background-color: black;
}
.bg-navy-800 {
  background-color: black;
}
.bg-navy-900 {
  background-color: black;
}

.border-navy {
  border-color: #172331;
}
.border-navy-t1 {
  border-color: rgba(23, 35, 49, 0.1);
}
.border-navy-t2 {
  border-color: rgba(23, 35, 49, 0.2);
}
.border-navy-t3 {
  border-color: rgba(23, 35, 49, 0.3);
}
.border-navy-t4 {
  border-color: rgba(23, 35, 49, 0.4);
}
.border-navy-t5 {
  border-color: rgba(23, 35, 49, 0.5);
}
.border-navy-t6 {
  border-color: rgba(23, 35, 49, 0.6);
}
.border-navy-t7 {
  border-color: rgba(23, 35, 49, 0.7);
}
.border-navy-t8 {
  border-color: rgba(23, 35, 49, 0.8);
}
.border-navy-t9 {
  border-color: rgba(23, 35, 49, 0.9);
}
.border-navy-100 {
  border-color: #6087b4;
}
.border-navy-200 {
  border-color: #486d99;
}
.border-navy-300 {
  border-color: #385576;
}
.border-navy-400 {
  border-color: #273c54;
}
.border-navy-500 {
  border-color: #172331;
}
.border-navy-600 {
  border-color: #070a0e;
}
.border-navy-700 {
  border-color: black;
}
.border-navy-800 {
  border-color: black;
}
.border-navy-900 {
  border-color: black;
}

.fill-navy {
  fill: #172331;
}
.fill-navy-t1 {
  fill: rgba(23, 35, 49, 0.1);
}
.fill-navy-t2 {
  fill: rgba(23, 35, 49, 0.2);
}
.fill-navy-t3 {
  fill: rgba(23, 35, 49, 0.3);
}
.fill-navy-t4 {
  fill: rgba(23, 35, 49, 0.4);
}
.fill-navy-t5 {
  fill: rgba(23, 35, 49, 0.5);
}
.fill-navy-t6 {
  fill: rgba(23, 35, 49, 0.6);
}
.fill-navy-t7 {
  fill: rgba(23, 35, 49, 0.7);
}
.fill-navy-t8 {
  fill: rgba(23, 35, 49, 0.8);
}
.fill-navy-t9 {
  fill: rgba(23, 35, 49, 0.9);
}
.fill-navy-100 {
  fill: #6087b4;
}
.fill-navy-200 {
  fill: #486d99;
}
.fill-navy-300 {
  fill: #385576;
}
.fill-navy-400 {
  fill: #273c54;
}
.fill-navy-500 {
  fill: #172331;
}
.fill-navy-600 {
  fill: #070a0e;
}
.fill-navy-700 {
  fill: black;
}
.fill-navy-800 {
  fill: black;
}
.fill-navy-900 {
  fill: black;
}

.color-denim {
  color: #26376f;
}
.color-denim-t1 {
  color: rgba(38, 55, 111, 0.1);
}
.color-denim-t2 {
  color: rgba(38, 55, 111, 0.2);
}
.color-denim-t3 {
  color: rgba(38, 55, 111, 0.3);
}
.color-denim-t4 {
  color: rgba(38, 55, 111, 0.4);
}
.color-denim-t5 {
  color: rgba(38, 55, 111, 0.5);
}
.color-denim-t6 {
  color: rgba(38, 55, 111, 0.6);
}
.color-denim-t7 {
  color: rgba(38, 55, 111, 0.7);
}
.color-denim-t8 {
  color: rgba(38, 55, 111, 0.8);
}
.color-denim-t9 {
  color: rgba(38, 55, 111, 0.9);
}
.color-denim-100 {
  color: #8a9cd7;
}
.color-denim-200 {
  color: #647cca;
}
.color-denim-300 {
  color: #405dbb;
}
.color-denim-400 {
  color: #334a95;
}
.color-denim-500 {
  color: #26376f;
}
.color-denim-600 {
  color: #192449;
}
.color-denim-700 {
  color: #0c1123;
}
.color-denim-800 {
  color: black;
}
.color-denim-900 {
  color: black;
}

.bg-denim {
  background-color: #26376f;
}
.bg-denim-t1 {
  background-color: rgba(38, 55, 111, 0.1);
}
.bg-denim-t2 {
  background-color: rgba(38, 55, 111, 0.2);
}
.bg-denim-t3 {
  background-color: rgba(38, 55, 111, 0.3);
}
.bg-denim-t4 {
  background-color: rgba(38, 55, 111, 0.4);
}
.bg-denim-t5 {
  background-color: rgba(38, 55, 111, 0.5);
}
.bg-denim-t6 {
  background-color: rgba(38, 55, 111, 0.6);
}
.bg-denim-t7 {
  background-color: rgba(38, 55, 111, 0.7);
}
.bg-denim-t8 {
  background-color: rgba(38, 55, 111, 0.8);
}
.bg-denim-t9 {
  background-color: rgba(38, 55, 111, 0.9);
}
.bg-denim-100 {
  background-color: #8a9cd7;
}
.bg-denim-200 {
  background-color: #647cca;
}
.bg-denim-300 {
  background-color: #405dbb;
}
.bg-denim-400 {
  background-color: #334a95;
}
.bg-denim-500 {
  background-color: #26376f;
}
.bg-denim-600 {
  background-color: #192449;
}
.bg-denim-700 {
  background-color: #0c1123;
}
.bg-denim-800 {
  background-color: black;
}
.bg-denim-900 {
  background-color: black;
}

.border-denim {
  border-color: #26376f;
}
.border-denim-t1 {
  border-color: rgba(38, 55, 111, 0.1);
}
.border-denim-t2 {
  border-color: rgba(38, 55, 111, 0.2);
}
.border-denim-t3 {
  border-color: rgba(38, 55, 111, 0.3);
}
.border-denim-t4 {
  border-color: rgba(38, 55, 111, 0.4);
}
.border-denim-t5 {
  border-color: rgba(38, 55, 111, 0.5);
}
.border-denim-t6 {
  border-color: rgba(38, 55, 111, 0.6);
}
.border-denim-t7 {
  border-color: rgba(38, 55, 111, 0.7);
}
.border-denim-t8 {
  border-color: rgba(38, 55, 111, 0.8);
}
.border-denim-t9 {
  border-color: rgba(38, 55, 111, 0.9);
}
.border-denim-100 {
  border-color: #8a9cd7;
}
.border-denim-200 {
  border-color: #647cca;
}
.border-denim-300 {
  border-color: #405dbb;
}
.border-denim-400 {
  border-color: #334a95;
}
.border-denim-500 {
  border-color: #26376f;
}
.border-denim-600 {
  border-color: #192449;
}
.border-denim-700 {
  border-color: #0c1123;
}
.border-denim-800 {
  border-color: black;
}
.border-denim-900 {
  border-color: black;
}

.fill-denim {
  fill: #26376f;
}
.fill-denim-t1 {
  fill: rgba(38, 55, 111, 0.1);
}
.fill-denim-t2 {
  fill: rgba(38, 55, 111, 0.2);
}
.fill-denim-t3 {
  fill: rgba(38, 55, 111, 0.3);
}
.fill-denim-t4 {
  fill: rgba(38, 55, 111, 0.4);
}
.fill-denim-t5 {
  fill: rgba(38, 55, 111, 0.5);
}
.fill-denim-t6 {
  fill: rgba(38, 55, 111, 0.6);
}
.fill-denim-t7 {
  fill: rgba(38, 55, 111, 0.7);
}
.fill-denim-t8 {
  fill: rgba(38, 55, 111, 0.8);
}
.fill-denim-t9 {
  fill: rgba(38, 55, 111, 0.9);
}
.fill-denim-100 {
  fill: #8a9cd7;
}
.fill-denim-200 {
  fill: #647cca;
}
.fill-denim-300 {
  fill: #405dbb;
}
.fill-denim-400 {
  fill: #334a95;
}
.fill-denim-500 {
  fill: #26376f;
}
.fill-denim-600 {
  fill: #192449;
}
.fill-denim-700 {
  fill: #0c1123;
}
.fill-denim-800 {
  fill: black;
}
.fill-denim-900 {
  fill: black;
}

.color-slate {
  color: #122832;
}
.color-slate-t1 {
  color: rgba(18, 40, 50, 0.1);
}
.color-slate-t2 {
  color: rgba(18, 40, 50, 0.2);
}
.color-slate-t3 {
  color: rgba(18, 40, 50, 0.3);
}
.color-slate-t4 {
  color: rgba(18, 40, 50, 0.4);
}
.color-slate-t5 {
  color: rgba(18, 40, 50, 0.5);
}
.color-slate-t6 {
  color: rgba(18, 40, 50, 0.6);
}
.color-slate-t7 {
  color: rgba(18, 40, 50, 0.7);
}
.color-slate-t8 {
  color: rgba(18, 40, 50, 0.8);
}
.color-slate-t9 {
  color: rgba(18, 40, 50, 0.9);
}
.color-slate-100 {
  color: #509dc0;
}
.color-slate-200 {
  color: #3b82a3;
}
.color-slate-300 {
  color: #2d647d;
}
.color-slate-400 {
  color: #204658;
}
.color-slate-500 {
  color: #122832;
}
.color-slate-600 {
  color: #050a0d;
}
.color-slate-700 {
  color: black;
}
.color-slate-800 {
  color: black;
}
.color-slate-900 {
  color: black;
}

.bg-slate {
  background-color: #122832;
}
.bg-slate-t1 {
  background-color: rgba(18, 40, 50, 0.1);
}
.bg-slate-t2 {
  background-color: rgba(18, 40, 50, 0.2);
}
.bg-slate-t3 {
  background-color: rgba(18, 40, 50, 0.3);
}
.bg-slate-t4 {
  background-color: rgba(18, 40, 50, 0.4);
}
.bg-slate-t5 {
  background-color: rgba(18, 40, 50, 0.5);
}
.bg-slate-t6 {
  background-color: rgba(18, 40, 50, 0.6);
}
.bg-slate-t7 {
  background-color: rgba(18, 40, 50, 0.7);
}
.bg-slate-t8 {
  background-color: rgba(18, 40, 50, 0.8);
}
.bg-slate-t9 {
  background-color: rgba(18, 40, 50, 0.9);
}
.bg-slate-100 {
  background-color: #509dc0;
}
.bg-slate-200 {
  background-color: #3b82a3;
}
.bg-slate-300 {
  background-color: #2d647d;
}
.bg-slate-400 {
  background-color: #204658;
}
.bg-slate-500 {
  background-color: #122832;
}
.bg-slate-600 {
  background-color: #050a0d;
}
.bg-slate-700 {
  background-color: black;
}
.bg-slate-800 {
  background-color: black;
}
.bg-slate-900 {
  background-color: black;
}

.border-slate {
  border-color: #122832;
}
.border-slate-t1 {
  border-color: rgba(18, 40, 50, 0.1);
}
.border-slate-t2 {
  border-color: rgba(18, 40, 50, 0.2);
}
.border-slate-t3 {
  border-color: rgba(18, 40, 50, 0.3);
}
.border-slate-t4 {
  border-color: rgba(18, 40, 50, 0.4);
}
.border-slate-t5 {
  border-color: rgba(18, 40, 50, 0.5);
}
.border-slate-t6 {
  border-color: rgba(18, 40, 50, 0.6);
}
.border-slate-t7 {
  border-color: rgba(18, 40, 50, 0.7);
}
.border-slate-t8 {
  border-color: rgba(18, 40, 50, 0.8);
}
.border-slate-t9 {
  border-color: rgba(18, 40, 50, 0.9);
}
.border-slate-100 {
  border-color: #509dc0;
}
.border-slate-200 {
  border-color: #3b82a3;
}
.border-slate-300 {
  border-color: #2d647d;
}
.border-slate-400 {
  border-color: #204658;
}
.border-slate-500 {
  border-color: #122832;
}
.border-slate-600 {
  border-color: #050a0d;
}
.border-slate-700 {
  border-color: black;
}
.border-slate-800 {
  border-color: black;
}
.border-slate-900 {
  border-color: black;
}

.fill-slate {
  fill: #122832;
}
.fill-slate-t1 {
  fill: rgba(18, 40, 50, 0.1);
}
.fill-slate-t2 {
  fill: rgba(18, 40, 50, 0.2);
}
.fill-slate-t3 {
  fill: rgba(18, 40, 50, 0.3);
}
.fill-slate-t4 {
  fill: rgba(18, 40, 50, 0.4);
}
.fill-slate-t5 {
  fill: rgba(18, 40, 50, 0.5);
}
.fill-slate-t6 {
  fill: rgba(18, 40, 50, 0.6);
}
.fill-slate-t7 {
  fill: rgba(18, 40, 50, 0.7);
}
.fill-slate-t8 {
  fill: rgba(18, 40, 50, 0.8);
}
.fill-slate-t9 {
  fill: rgba(18, 40, 50, 0.9);
}
.fill-slate-100 {
  fill: #509dc0;
}
.fill-slate-200 {
  fill: #3b82a3;
}
.fill-slate-300 {
  fill: #2d647d;
}
.fill-slate-400 {
  fill: #204658;
}
.fill-slate-500 {
  fill: #122832;
}
.fill-slate-600 {
  fill: #050a0d;
}
.fill-slate-700 {
  fill: black;
}
.fill-slate-800 {
  fill: black;
}
.fill-slate-900 {
  fill: black;
}

.color-blue {
  color: #096ffa;
}
.color-blue-t1 {
  color: rgba(9, 111, 250, 0.1);
}
.color-blue-t2 {
  color: rgba(9, 111, 250, 0.2);
}
.color-blue-t3 {
  color: rgba(9, 111, 250, 0.3);
}
.color-blue-t4 {
  color: rgba(9, 111, 250, 0.4);
}
.color-blue-t5 {
  color: rgba(9, 111, 250, 0.5);
}
.color-blue-t6 {
  color: rgba(9, 111, 250, 0.6);
}
.color-blue-t7 {
  color: rgba(9, 111, 250, 0.7);
}
.color-blue-t8 {
  color: rgba(9, 111, 250, 0.8);
}
.color-blue-t9 {
  color: rgba(9, 111, 250, 0.9);
}
.color-blue-100 {
  color: #d1e4fe;
}
.color-blue-200 {
  color: #9fc7fd;
}
.color-blue-300 {
  color: #6daafc;
}
.color-blue-400 {
  color: #3b8cfb;
}
.color-blue-500 {
  color: #096ffa;
}
.color-blue-600 {
  color: #0459cc;
}
.color-blue-700 {
  color: #03439a;
}
.color-blue-800 {
  color: #022d68;
}
.color-blue-900 {
  color: #011736;
}

.bg-blue {
  background-color: #096ffa;
}
.bg-blue-t1 {
  background-color: rgba(9, 111, 250, 0.1);
}
.bg-blue-t2 {
  background-color: rgba(9, 111, 250, 0.2);
}
.bg-blue-t3 {
  background-color: rgba(9, 111, 250, 0.3);
}
.bg-blue-t4 {
  background-color: rgba(9, 111, 250, 0.4);
}
.bg-blue-t5 {
  background-color: rgba(9, 111, 250, 0.5);
}
.bg-blue-t6 {
  background-color: rgba(9, 111, 250, 0.6);
}
.bg-blue-t7 {
  background-color: rgba(9, 111, 250, 0.7);
}
.bg-blue-t8 {
  background-color: rgba(9, 111, 250, 0.8);
}
.bg-blue-t9 {
  background-color: rgba(9, 111, 250, 0.9);
}
.bg-blue-100 {
  background-color: #d1e4fe;
}
.bg-blue-200 {
  background-color: #9fc7fd;
}
.bg-blue-300 {
  background-color: #6daafc;
}
.bg-blue-400 {
  background-color: #3b8cfb;
}
.bg-blue-500 {
  background-color: #096ffa;
}
.bg-blue-600 {
  background-color: #0459cc;
}
.bg-blue-700 {
  background-color: #03439a;
}
.bg-blue-800 {
  background-color: #022d68;
}
.bg-blue-900 {
  background-color: #011736;
}

.border-blue {
  border-color: #096ffa;
}
.border-blue-t1 {
  border-color: rgba(9, 111, 250, 0.1);
}
.border-blue-t2 {
  border-color: rgba(9, 111, 250, 0.2);
}
.border-blue-t3 {
  border-color: rgba(9, 111, 250, 0.3);
}
.border-blue-t4 {
  border-color: rgba(9, 111, 250, 0.4);
}
.border-blue-t5 {
  border-color: rgba(9, 111, 250, 0.5);
}
.border-blue-t6 {
  border-color: rgba(9, 111, 250, 0.6);
}
.border-blue-t7 {
  border-color: rgba(9, 111, 250, 0.7);
}
.border-blue-t8 {
  border-color: rgba(9, 111, 250, 0.8);
}
.border-blue-t9 {
  border-color: rgba(9, 111, 250, 0.9);
}
.border-blue-100 {
  border-color: #d1e4fe;
}
.border-blue-200 {
  border-color: #9fc7fd;
}
.border-blue-300 {
  border-color: #6daafc;
}
.border-blue-400 {
  border-color: #3b8cfb;
}
.border-blue-500 {
  border-color: #096ffa;
}
.border-blue-600 {
  border-color: #0459cc;
}
.border-blue-700 {
  border-color: #03439a;
}
.border-blue-800 {
  border-color: #022d68;
}
.border-blue-900 {
  border-color: #011736;
}

.fill-blue {
  fill: #096ffa;
}
.fill-blue-t1 {
  fill: rgba(9, 111, 250, 0.1);
}
.fill-blue-t2 {
  fill: rgba(9, 111, 250, 0.2);
}
.fill-blue-t3 {
  fill: rgba(9, 111, 250, 0.3);
}
.fill-blue-t4 {
  fill: rgba(9, 111, 250, 0.4);
}
.fill-blue-t5 {
  fill: rgba(9, 111, 250, 0.5);
}
.fill-blue-t6 {
  fill: rgba(9, 111, 250, 0.6);
}
.fill-blue-t7 {
  fill: rgba(9, 111, 250, 0.7);
}
.fill-blue-t8 {
  fill: rgba(9, 111, 250, 0.8);
}
.fill-blue-t9 {
  fill: rgba(9, 111, 250, 0.9);
}
.fill-blue-100 {
  fill: #d1e4fe;
}
.fill-blue-200 {
  fill: #9fc7fd;
}
.fill-blue-300 {
  fill: #6daafc;
}
.fill-blue-400 {
  fill: #3b8cfb;
}
.fill-blue-500 {
  fill: #096ffa;
}
.fill-blue-600 {
  fill: #0459cc;
}
.fill-blue-700 {
  fill: #03439a;
}
.fill-blue-800 {
  fill: #022d68;
}
.fill-blue-900 {
  fill: #011736;
}

.color-aqua {
  color: #8ecae6;
}
.color-aqua-t1 {
  color: rgba(142, 202, 230, 0.1);
}
.color-aqua-t2 {
  color: rgba(142, 202, 230, 0.2);
}
.color-aqua-t3 {
  color: rgba(142, 202, 230, 0.3);
}
.color-aqua-t4 {
  color: rgba(142, 202, 230, 0.4);
}
.color-aqua-t5 {
  color: rgba(142, 202, 230, 0.5);
}
.color-aqua-t6 {
  color: rgba(142, 202, 230, 0.6);
}
.color-aqua-t7 {
  color: rgba(142, 202, 230, 0.7);
}
.color-aqua-t8 {
  color: rgba(142, 202, 230, 0.8);
}
.color-aqua-t9 {
  color: rgba(142, 202, 230, 0.9);
}
.color-aqua-100 {
  color: white;
}
.color-aqua-200 {
  color: white;
}
.color-aqua-300 {
  color: #e2f1f8;
}
.color-aqua-400 {
  color: #b8deef;
}
.color-aqua-500 {
  color: #8ecae6;
}
.color-aqua-600 {
  color: #64b6dd;
}
.color-aqua-700 {
  color: #3aa3d4;
}
.color-aqua-800 {
  color: #2887b3;
}
.color-aqua-900 {
  color: #1e678a;
}

.bg-aqua {
  background-color: #8ecae6;
}
.bg-aqua-t1 {
  background-color: rgba(142, 202, 230, 0.1);
}
.bg-aqua-t2 {
  background-color: rgba(142, 202, 230, 0.2);
}
.bg-aqua-t3 {
  background-color: rgba(142, 202, 230, 0.3);
}
.bg-aqua-t4 {
  background-color: rgba(142, 202, 230, 0.4);
}
.bg-aqua-t5 {
  background-color: rgba(142, 202, 230, 0.5);
}
.bg-aqua-t6 {
  background-color: rgba(142, 202, 230, 0.6);
}
.bg-aqua-t7 {
  background-color: rgba(142, 202, 230, 0.7);
}
.bg-aqua-t8 {
  background-color: rgba(142, 202, 230, 0.8);
}
.bg-aqua-t9 {
  background-color: rgba(142, 202, 230, 0.9);
}
.bg-aqua-100 {
  background-color: white;
}
.bg-aqua-200 {
  background-color: white;
}
.bg-aqua-300 {
  background-color: #e2f1f8;
}
.bg-aqua-400 {
  background-color: #b8deef;
}
.bg-aqua-500 {
  background-color: #8ecae6;
}
.bg-aqua-600 {
  background-color: #64b6dd;
}
.bg-aqua-700 {
  background-color: #3aa3d4;
}
.bg-aqua-800 {
  background-color: #2887b3;
}
.bg-aqua-900 {
  background-color: #1e678a;
}

.border-aqua {
  border-color: #8ecae6;
}
.border-aqua-t1 {
  border-color: rgba(142, 202, 230, 0.1);
}
.border-aqua-t2 {
  border-color: rgba(142, 202, 230, 0.2);
}
.border-aqua-t3 {
  border-color: rgba(142, 202, 230, 0.3);
}
.border-aqua-t4 {
  border-color: rgba(142, 202, 230, 0.4);
}
.border-aqua-t5 {
  border-color: rgba(142, 202, 230, 0.5);
}
.border-aqua-t6 {
  border-color: rgba(142, 202, 230, 0.6);
}
.border-aqua-t7 {
  border-color: rgba(142, 202, 230, 0.7);
}
.border-aqua-t8 {
  border-color: rgba(142, 202, 230, 0.8);
}
.border-aqua-t9 {
  border-color: rgba(142, 202, 230, 0.9);
}
.border-aqua-100 {
  border-color: white;
}
.border-aqua-200 {
  border-color: white;
}
.border-aqua-300 {
  border-color: #e2f1f8;
}
.border-aqua-400 {
  border-color: #b8deef;
}
.border-aqua-500 {
  border-color: #8ecae6;
}
.border-aqua-600 {
  border-color: #64b6dd;
}
.border-aqua-700 {
  border-color: #3aa3d4;
}
.border-aqua-800 {
  border-color: #2887b3;
}
.border-aqua-900 {
  border-color: #1e678a;
}

.fill-aqua {
  fill: #8ecae6;
}
.fill-aqua-t1 {
  fill: rgba(142, 202, 230, 0.1);
}
.fill-aqua-t2 {
  fill: rgba(142, 202, 230, 0.2);
}
.fill-aqua-t3 {
  fill: rgba(142, 202, 230, 0.3);
}
.fill-aqua-t4 {
  fill: rgba(142, 202, 230, 0.4);
}
.fill-aqua-t5 {
  fill: rgba(142, 202, 230, 0.5);
}
.fill-aqua-t6 {
  fill: rgba(142, 202, 230, 0.6);
}
.fill-aqua-t7 {
  fill: rgba(142, 202, 230, 0.7);
}
.fill-aqua-t8 {
  fill: rgba(142, 202, 230, 0.8);
}
.fill-aqua-t9 {
  fill: rgba(142, 202, 230, 0.9);
}
.fill-aqua-100 {
  fill: white;
}
.fill-aqua-200 {
  fill: white;
}
.fill-aqua-300 {
  fill: #e2f1f8;
}
.fill-aqua-400 {
  fill: #b8deef;
}
.fill-aqua-500 {
  fill: #8ecae6;
}
.fill-aqua-600 {
  fill: #64b6dd;
}
.fill-aqua-700 {
  fill: #3aa3d4;
}
.fill-aqua-800 {
  fill: #2887b3;
}
.fill-aqua-900 {
  fill: #1e678a;
}

.color-yellow {
  color: #ffd203;
}
.color-yellow-t1 {
  color: rgba(255, 210, 3, 0.1);
}
.color-yellow-t2 {
  color: rgba(255, 210, 3, 0.2);
}
.color-yellow-t3 {
  color: rgba(255, 210, 3, 0.3);
}
.color-yellow-t4 {
  color: rgba(255, 210, 3, 0.4);
}
.color-yellow-t5 {
  color: rgba(255, 210, 3, 0.5);
}
.color-yellow-t6 {
  color: rgba(255, 210, 3, 0.6);
}
.color-yellow-t7 {
  color: rgba(255, 210, 3, 0.7);
}
.color-yellow-t8 {
  color: rgba(255, 210, 3, 0.8);
}
.color-yellow-t9 {
  color: rgba(255, 210, 3, 0.9);
}
.color-yellow-100 {
  color: #fff6cf;
}
.color-yellow-200 {
  color: #ffed9c;
}
.color-yellow-300 {
  color: #ffe469;
}
.color-yellow-400 {
  color: #ffdb36;
}
.color-yellow-500 {
  color: #ffd203;
}
.color-yellow-600 {
  color: #cfaa00;
}
.color-yellow-700 {
  color: #9c8000;
}
.color-yellow-800 {
  color: #695600;
}
.color-yellow-900 {
  color: #362c00;
}

.bg-yellow {
  background-color: #ffd203;
}
.bg-yellow-t1 {
  background-color: rgba(255, 210, 3, 0.1);
}
.bg-yellow-t2 {
  background-color: rgba(255, 210, 3, 0.2);
}
.bg-yellow-t3 {
  background-color: rgba(255, 210, 3, 0.3);
}
.bg-yellow-t4 {
  background-color: rgba(255, 210, 3, 0.4);
}
.bg-yellow-t5 {
  background-color: rgba(255, 210, 3, 0.5);
}
.bg-yellow-t6 {
  background-color: rgba(255, 210, 3, 0.6);
}
.bg-yellow-t7 {
  background-color: rgba(255, 210, 3, 0.7);
}
.bg-yellow-t8 {
  background-color: rgba(255, 210, 3, 0.8);
}
.bg-yellow-t9 {
  background-color: rgba(255, 210, 3, 0.9);
}
.bg-yellow-100 {
  background-color: #fff6cf;
}
.bg-yellow-200 {
  background-color: #ffed9c;
}
.bg-yellow-300 {
  background-color: #ffe469;
}
.bg-yellow-400 {
  background-color: #ffdb36;
}
.bg-yellow-500 {
  background-color: #ffd203;
}
.bg-yellow-600 {
  background-color: #cfaa00;
}
.bg-yellow-700 {
  background-color: #9c8000;
}
.bg-yellow-800 {
  background-color: #695600;
}
.bg-yellow-900 {
  background-color: #362c00;
}

.border-yellow {
  border-color: #ffd203;
}
.border-yellow-t1 {
  border-color: rgba(255, 210, 3, 0.1);
}
.border-yellow-t2 {
  border-color: rgba(255, 210, 3, 0.2);
}
.border-yellow-t3 {
  border-color: rgba(255, 210, 3, 0.3);
}
.border-yellow-t4 {
  border-color: rgba(255, 210, 3, 0.4);
}
.border-yellow-t5 {
  border-color: rgba(255, 210, 3, 0.5);
}
.border-yellow-t6 {
  border-color: rgba(255, 210, 3, 0.6);
}
.border-yellow-t7 {
  border-color: rgba(255, 210, 3, 0.7);
}
.border-yellow-t8 {
  border-color: rgba(255, 210, 3, 0.8);
}
.border-yellow-t9 {
  border-color: rgba(255, 210, 3, 0.9);
}
.border-yellow-100 {
  border-color: #fff6cf;
}
.border-yellow-200 {
  border-color: #ffed9c;
}
.border-yellow-300 {
  border-color: #ffe469;
}
.border-yellow-400 {
  border-color: #ffdb36;
}
.border-yellow-500 {
  border-color: #ffd203;
}
.border-yellow-600 {
  border-color: #cfaa00;
}
.border-yellow-700 {
  border-color: #9c8000;
}
.border-yellow-800 {
  border-color: #695600;
}
.border-yellow-900 {
  border-color: #362c00;
}

.fill-yellow {
  fill: #ffd203;
}
.fill-yellow-t1 {
  fill: rgba(255, 210, 3, 0.1);
}
.fill-yellow-t2 {
  fill: rgba(255, 210, 3, 0.2);
}
.fill-yellow-t3 {
  fill: rgba(255, 210, 3, 0.3);
}
.fill-yellow-t4 {
  fill: rgba(255, 210, 3, 0.4);
}
.fill-yellow-t5 {
  fill: rgba(255, 210, 3, 0.5);
}
.fill-yellow-t6 {
  fill: rgba(255, 210, 3, 0.6);
}
.fill-yellow-t7 {
  fill: rgba(255, 210, 3, 0.7);
}
.fill-yellow-t8 {
  fill: rgba(255, 210, 3, 0.8);
}
.fill-yellow-t9 {
  fill: rgba(255, 210, 3, 0.9);
}
.fill-yellow-100 {
  fill: #fff6cf;
}
.fill-yellow-200 {
  fill: #ffed9c;
}
.fill-yellow-300 {
  fill: #ffe469;
}
.fill-yellow-400 {
  fill: #ffdb36;
}
.fill-yellow-500 {
  fill: #ffd203;
}
.fill-yellow-600 {
  fill: #cfaa00;
}
.fill-yellow-700 {
  fill: #9c8000;
}
.fill-yellow-800 {
  fill: #695600;
}
.fill-yellow-900 {
  fill: #362c00;
}

.color-violet {
  color: #210037;
}
.color-violet-t1 {
  color: rgba(33, 0, 55, 0.1);
}
.color-violet-t2 {
  color: rgba(33, 0, 55, 0.2);
}
.color-violet-t3 {
  color: rgba(33, 0, 55, 0.3);
}
.color-violet-t4 {
  color: rgba(33, 0, 55, 0.4);
}
.color-violet-t5 {
  color: rgba(33, 0, 55, 0.5);
}
.color-violet-t6 {
  color: rgba(33, 0, 55, 0.6);
}
.color-violet-t7 {
  color: rgba(33, 0, 55, 0.7);
}
.color-violet-t8 {
  color: rgba(33, 0, 55, 0.8);
}
.color-violet-t9 {
  color: rgba(33, 0, 55, 0.9);
}
.color-violet-100 {
  color: #9b04ff;
}
.color-violet-200 {
  color: #7d00d0;
}
.color-violet-300 {
  color: #5e009d;
}
.color-violet-400 {
  color: #40006a;
}
.color-violet-500 {
  color: #210037;
}
.color-violet-600 {
  color: #020004;
}
.color-violet-700 {
  color: black;
}
.color-violet-800 {
  color: black;
}
.color-violet-900 {
  color: black;
}

.bg-violet {
  background-color: #210037;
}
.bg-violet-t1 {
  background-color: rgba(33, 0, 55, 0.1);
}
.bg-violet-t2 {
  background-color: rgba(33, 0, 55, 0.2);
}
.bg-violet-t3 {
  background-color: rgba(33, 0, 55, 0.3);
}
.bg-violet-t4 {
  background-color: rgba(33, 0, 55, 0.4);
}
.bg-violet-t5 {
  background-color: rgba(33, 0, 55, 0.5);
}
.bg-violet-t6 {
  background-color: rgba(33, 0, 55, 0.6);
}
.bg-violet-t7 {
  background-color: rgba(33, 0, 55, 0.7);
}
.bg-violet-t8 {
  background-color: rgba(33, 0, 55, 0.8);
}
.bg-violet-t9 {
  background-color: rgba(33, 0, 55, 0.9);
}
.bg-violet-100 {
  background-color: #9b04ff;
}
.bg-violet-200 {
  background-color: #7d00d0;
}
.bg-violet-300 {
  background-color: #5e009d;
}
.bg-violet-400 {
  background-color: #40006a;
}
.bg-violet-500 {
  background-color: #210037;
}
.bg-violet-600 {
  background-color: #020004;
}
.bg-violet-700 {
  background-color: black;
}
.bg-violet-800 {
  background-color: black;
}
.bg-violet-900 {
  background-color: black;
}

.border-violet {
  border-color: #210037;
}
.border-violet-t1 {
  border-color: rgba(33, 0, 55, 0.1);
}
.border-violet-t2 {
  border-color: rgba(33, 0, 55, 0.2);
}
.border-violet-t3 {
  border-color: rgba(33, 0, 55, 0.3);
}
.border-violet-t4 {
  border-color: rgba(33, 0, 55, 0.4);
}
.border-violet-t5 {
  border-color: rgba(33, 0, 55, 0.5);
}
.border-violet-t6 {
  border-color: rgba(33, 0, 55, 0.6);
}
.border-violet-t7 {
  border-color: rgba(33, 0, 55, 0.7);
}
.border-violet-t8 {
  border-color: rgba(33, 0, 55, 0.8);
}
.border-violet-t9 {
  border-color: rgba(33, 0, 55, 0.9);
}
.border-violet-100 {
  border-color: #9b04ff;
}
.border-violet-200 {
  border-color: #7d00d0;
}
.border-violet-300 {
  border-color: #5e009d;
}
.border-violet-400 {
  border-color: #40006a;
}
.border-violet-500 {
  border-color: #210037;
}
.border-violet-600 {
  border-color: #020004;
}
.border-violet-700 {
  border-color: black;
}
.border-violet-800 {
  border-color: black;
}
.border-violet-900 {
  border-color: black;
}

.fill-violet {
  fill: #210037;
}
.fill-violet-t1 {
  fill: rgba(33, 0, 55, 0.1);
}
.fill-violet-t2 {
  fill: rgba(33, 0, 55, 0.2);
}
.fill-violet-t3 {
  fill: rgba(33, 0, 55, 0.3);
}
.fill-violet-t4 {
  fill: rgba(33, 0, 55, 0.4);
}
.fill-violet-t5 {
  fill: rgba(33, 0, 55, 0.5);
}
.fill-violet-t6 {
  fill: rgba(33, 0, 55, 0.6);
}
.fill-violet-t7 {
  fill: rgba(33, 0, 55, 0.7);
}
.fill-violet-t8 {
  fill: rgba(33, 0, 55, 0.8);
}
.fill-violet-t9 {
  fill: rgba(33, 0, 55, 0.9);
}
.fill-violet-100 {
  fill: #9b04ff;
}
.fill-violet-200 {
  fill: #7d00d0;
}
.fill-violet-300 {
  fill: #5e009d;
}
.fill-violet-400 {
  fill: #40006a;
}
.fill-violet-500 {
  fill: #210037;
}
.fill-violet-600 {
  fill: #020004;
}
.fill-violet-700 {
  fill: black;
}
.fill-violet-800 {
  fill: black;
}
.fill-violet-900 {
  fill: black;
}

.color-purple {
  color: #a91d7e;
}
.color-purple-t1 {
  color: rgba(169, 29, 126, 0.1);
}
.color-purple-t2 {
  color: rgba(169, 29, 126, 0.2);
}
.color-purple-t3 {
  color: rgba(169, 29, 126, 0.3);
}
.color-purple-t4 {
  color: rgba(169, 29, 126, 0.4);
}
.color-purple-t5 {
  color: rgba(169, 29, 126, 0.5);
}
.color-purple-t6 {
  color: rgba(169, 29, 126, 0.6);
}
.color-purple-t7 {
  color: rgba(169, 29, 126, 0.7);
}
.color-purple-t8 {
  color: rgba(169, 29, 126, 0.8);
}
.color-purple-t9 {
  color: rgba(169, 29, 126, 0.9);
}
.color-purple-100 {
  color: #efa3d8;
}
.color-purple-200 {
  color: #e877c5;
}
.color-purple-300 {
  color: #e04cb3;
}
.color-purple-400 {
  color: #d5249e;
}
.color-purple-500 {
  color: #a91d7e;
}
.color-purple-600 {
  color: #7d165e;
}
.color-purple-700 {
  color: #520e3d;
}
.color-purple-800 {
  color: #26071d;
}
.color-purple-900 {
  color: black;
}

.bg-purple {
  background-color: #a91d7e;
}
.bg-purple-t1 {
  background-color: rgba(169, 29, 126, 0.1);
}
.bg-purple-t2 {
  background-color: rgba(169, 29, 126, 0.2);
}
.bg-purple-t3 {
  background-color: rgba(169, 29, 126, 0.3);
}
.bg-purple-t4 {
  background-color: rgba(169, 29, 126, 0.4);
}
.bg-purple-t5 {
  background-color: rgba(169, 29, 126, 0.5);
}
.bg-purple-t6 {
  background-color: rgba(169, 29, 126, 0.6);
}
.bg-purple-t7 {
  background-color: rgba(169, 29, 126, 0.7);
}
.bg-purple-t8 {
  background-color: rgba(169, 29, 126, 0.8);
}
.bg-purple-t9 {
  background-color: rgba(169, 29, 126, 0.9);
}
.bg-purple-100 {
  background-color: #efa3d8;
}
.bg-purple-200 {
  background-color: #e877c5;
}
.bg-purple-300 {
  background-color: #e04cb3;
}
.bg-purple-400 {
  background-color: #d5249e;
}
.bg-purple-500 {
  background-color: #a91d7e;
}
.bg-purple-600 {
  background-color: #7d165e;
}
.bg-purple-700 {
  background-color: #520e3d;
}
.bg-purple-800 {
  background-color: #26071d;
}
.bg-purple-900 {
  background-color: black;
}

.border-purple {
  border-color: #a91d7e;
}
.border-purple-t1 {
  border-color: rgba(169, 29, 126, 0.1);
}
.border-purple-t2 {
  border-color: rgba(169, 29, 126, 0.2);
}
.border-purple-t3 {
  border-color: rgba(169, 29, 126, 0.3);
}
.border-purple-t4 {
  border-color: rgba(169, 29, 126, 0.4);
}
.border-purple-t5 {
  border-color: rgba(169, 29, 126, 0.5);
}
.border-purple-t6 {
  border-color: rgba(169, 29, 126, 0.6);
}
.border-purple-t7 {
  border-color: rgba(169, 29, 126, 0.7);
}
.border-purple-t8 {
  border-color: rgba(169, 29, 126, 0.8);
}
.border-purple-t9 {
  border-color: rgba(169, 29, 126, 0.9);
}
.border-purple-100 {
  border-color: #efa3d8;
}
.border-purple-200 {
  border-color: #e877c5;
}
.border-purple-300 {
  border-color: #e04cb3;
}
.border-purple-400 {
  border-color: #d5249e;
}
.border-purple-500 {
  border-color: #a91d7e;
}
.border-purple-600 {
  border-color: #7d165e;
}
.border-purple-700 {
  border-color: #520e3d;
}
.border-purple-800 {
  border-color: #26071d;
}
.border-purple-900 {
  border-color: black;
}

.fill-purple {
  fill: #a91d7e;
}
.fill-purple-t1 {
  fill: rgba(169, 29, 126, 0.1);
}
.fill-purple-t2 {
  fill: rgba(169, 29, 126, 0.2);
}
.fill-purple-t3 {
  fill: rgba(169, 29, 126, 0.3);
}
.fill-purple-t4 {
  fill: rgba(169, 29, 126, 0.4);
}
.fill-purple-t5 {
  fill: rgba(169, 29, 126, 0.5);
}
.fill-purple-t6 {
  fill: rgba(169, 29, 126, 0.6);
}
.fill-purple-t7 {
  fill: rgba(169, 29, 126, 0.7);
}
.fill-purple-t8 {
  fill: rgba(169, 29, 126, 0.8);
}
.fill-purple-t9 {
  fill: rgba(169, 29, 126, 0.9);
}
.fill-purple-100 {
  fill: #efa3d8;
}
.fill-purple-200 {
  fill: #e877c5;
}
.fill-purple-300 {
  fill: #e04cb3;
}
.fill-purple-400 {
  fill: #d5249e;
}
.fill-purple-500 {
  fill: #a91d7e;
}
.fill-purple-600 {
  fill: #7d165e;
}
.fill-purple-700 {
  fill: #520e3d;
}
.fill-purple-800 {
  fill: #26071d;
}
.fill-purple-900 {
  fill: black;
}

.color-red {
  color: #cc0000;
}
.color-red-t1 {
  color: rgba(204, 0, 0, 0.1);
}
.color-red-t2 {
  color: rgba(204, 0, 0, 0.2);
}
.color-red-t3 {
  color: rgba(204, 0, 0, 0.3);
}
.color-red-t4 {
  color: rgba(204, 0, 0, 0.4);
}
.color-red-t5 {
  color: rgba(204, 0, 0, 0.5);
}
.color-red-t6 {
  color: rgba(204, 0, 0, 0.6);
}
.color-red-t7 {
  color: rgba(204, 0, 0, 0.7);
}
.color-red-t8 {
  color: rgba(204, 0, 0, 0.8);
}
.color-red-t9 {
  color: rgba(204, 0, 0, 0.9);
}
.color-red-100 {
  color: #ff9999;
}
.color-red-200 {
  color: #ff6666;
}
.color-red-300 {
  color: #ff3333;
}
.color-red-400 {
  color: red;
}
.color-red-500 {
  color: #cc0000;
}
.color-red-600 {
  color: #990000;
}
.color-red-700 {
  color: #660000;
}
.color-red-800 {
  color: #330000;
}
.color-red-900 {
  color: black;
}

.bg-red {
  background-color: #cc0000;
}
.bg-red-t1 {
  background-color: rgba(204, 0, 0, 0.1);
}
.bg-red-t2 {
  background-color: rgba(204, 0, 0, 0.2);
}
.bg-red-t3 {
  background-color: rgba(204, 0, 0, 0.3);
}
.bg-red-t4 {
  background-color: rgba(204, 0, 0, 0.4);
}
.bg-red-t5 {
  background-color: rgba(204, 0, 0, 0.5);
}
.bg-red-t6 {
  background-color: rgba(204, 0, 0, 0.6);
}
.bg-red-t7 {
  background-color: rgba(204, 0, 0, 0.7);
}
.bg-red-t8 {
  background-color: rgba(204, 0, 0, 0.8);
}
.bg-red-t9 {
  background-color: rgba(204, 0, 0, 0.9);
}
.bg-red-100 {
  background-color: #ff9999;
}
.bg-red-200 {
  background-color: #ff6666;
}
.bg-red-300 {
  background-color: #ff3333;
}
.bg-red-400 {
  background-color: red;
}
.bg-red-500 {
  background-color: #cc0000;
}
.bg-red-600 {
  background-color: #990000;
}
.bg-red-700 {
  background-color: #660000;
}
.bg-red-800 {
  background-color: #330000;
}
.bg-red-900 {
  background-color: black;
}

.border-red {
  border-color: #cc0000;
}
.border-red-t1 {
  border-color: rgba(204, 0, 0, 0.1);
}
.border-red-t2 {
  border-color: rgba(204, 0, 0, 0.2);
}
.border-red-t3 {
  border-color: rgba(204, 0, 0, 0.3);
}
.border-red-t4 {
  border-color: rgba(204, 0, 0, 0.4);
}
.border-red-t5 {
  border-color: rgba(204, 0, 0, 0.5);
}
.border-red-t6 {
  border-color: rgba(204, 0, 0, 0.6);
}
.border-red-t7 {
  border-color: rgba(204, 0, 0, 0.7);
}
.border-red-t8 {
  border-color: rgba(204, 0, 0, 0.8);
}
.border-red-t9 {
  border-color: rgba(204, 0, 0, 0.9);
}
.border-red-100 {
  border-color: #ff9999;
}
.border-red-200 {
  border-color: #ff6666;
}
.border-red-300 {
  border-color: #ff3333;
}
.border-red-400 {
  border-color: red;
}
.border-red-500 {
  border-color: #cc0000;
}
.border-red-600 {
  border-color: #990000;
}
.border-red-700 {
  border-color: #660000;
}
.border-red-800 {
  border-color: #330000;
}
.border-red-900 {
  border-color: black;
}

.fill-red {
  fill: #cc0000;
}
.fill-red-t1 {
  fill: rgba(204, 0, 0, 0.1);
}
.fill-red-t2 {
  fill: rgba(204, 0, 0, 0.2);
}
.fill-red-t3 {
  fill: rgba(204, 0, 0, 0.3);
}
.fill-red-t4 {
  fill: rgba(204, 0, 0, 0.4);
}
.fill-red-t5 {
  fill: rgba(204, 0, 0, 0.5);
}
.fill-red-t6 {
  fill: rgba(204, 0, 0, 0.6);
}
.fill-red-t7 {
  fill: rgba(204, 0, 0, 0.7);
}
.fill-red-t8 {
  fill: rgba(204, 0, 0, 0.8);
}
.fill-red-t9 {
  fill: rgba(204, 0, 0, 0.9);
}
.fill-red-100 {
  fill: #ff9999;
}
.fill-red-200 {
  fill: #ff6666;
}
.fill-red-300 {
  fill: #ff3333;
}
.fill-red-400 {
  fill: red;
}
.fill-red-500 {
  fill: #cc0000;
}
.fill-red-600 {
  fill: #990000;
}
.fill-red-700 {
  fill: #660000;
}
.fill-red-800 {
  fill: #330000;
}
.fill-red-900 {
  fill: black;
}

.color-orange {
  color: #F84C00;
}
.color-orange-t1 {
  color: rgba(248, 76, 0, 0.1);
}
.color-orange-t2 {
  color: rgba(248, 76, 0, 0.2);
}
.color-orange-t3 {
  color: rgba(248, 76, 0, 0.3);
}
.color-orange-t4 {
  color: rgba(248, 76, 0, 0.4);
}
.color-orange-t5 {
  color: rgba(248, 76, 0, 0.5);
}
.color-orange-t6 {
  color: rgba(248, 76, 0, 0.6);
}
.color-orange-t7 {
  color: rgba(248, 76, 0, 0.7);
}
.color-orange-t8 {
  color: rgba(248, 76, 0, 0.8);
}
.color-orange-t9 {
  color: rgba(248, 76, 0, 0.9);
}
.color-orange-100 {
  color: #ffd7c5;
}
.color-orange-200 {
  color: #ffb392;
}
.color-orange-300 {
  color: #ff905f;
}
.color-orange-400 {
  color: #ff6d2c;
}
.color-orange-500 {
  color: #F84C00;
}
.color-orange-600 {
  color: #c53c00;
}
.color-orange-700 {
  color: #922d00;
}
.color-orange-800 {
  color: #5f1d00;
}
.color-orange-900 {
  color: #2c0d00;
}

.bg-orange {
  background-color: #F84C00;
}
.bg-orange-t1 {
  background-color: rgba(248, 76, 0, 0.1);
}
.bg-orange-t2 {
  background-color: rgba(248, 76, 0, 0.2);
}
.bg-orange-t3 {
  background-color: rgba(248, 76, 0, 0.3);
}
.bg-orange-t4 {
  background-color: rgba(248, 76, 0, 0.4);
}
.bg-orange-t5 {
  background-color: rgba(248, 76, 0, 0.5);
}
.bg-orange-t6 {
  background-color: rgba(248, 76, 0, 0.6);
}
.bg-orange-t7 {
  background-color: rgba(248, 76, 0, 0.7);
}
.bg-orange-t8 {
  background-color: rgba(248, 76, 0, 0.8);
}
.bg-orange-t9 {
  background-color: rgba(248, 76, 0, 0.9);
}
.bg-orange-100 {
  background-color: #ffd7c5;
}
.bg-orange-200 {
  background-color: #ffb392;
}
.bg-orange-300 {
  background-color: #ff905f;
}
.bg-orange-400 {
  background-color: #ff6d2c;
}
.bg-orange-500 {
  background-color: #F84C00;
}
.bg-orange-600 {
  background-color: #c53c00;
}
.bg-orange-700 {
  background-color: #922d00;
}
.bg-orange-800 {
  background-color: #5f1d00;
}
.bg-orange-900 {
  background-color: #2c0d00;
}

.border-orange {
  border-color: #F84C00;
}
.border-orange-t1 {
  border-color: rgba(248, 76, 0, 0.1);
}
.border-orange-t2 {
  border-color: rgba(248, 76, 0, 0.2);
}
.border-orange-t3 {
  border-color: rgba(248, 76, 0, 0.3);
}
.border-orange-t4 {
  border-color: rgba(248, 76, 0, 0.4);
}
.border-orange-t5 {
  border-color: rgba(248, 76, 0, 0.5);
}
.border-orange-t6 {
  border-color: rgba(248, 76, 0, 0.6);
}
.border-orange-t7 {
  border-color: rgba(248, 76, 0, 0.7);
}
.border-orange-t8 {
  border-color: rgba(248, 76, 0, 0.8);
}
.border-orange-t9 {
  border-color: rgba(248, 76, 0, 0.9);
}
.border-orange-100 {
  border-color: #ffd7c5;
}
.border-orange-200 {
  border-color: #ffb392;
}
.border-orange-300 {
  border-color: #ff905f;
}
.border-orange-400 {
  border-color: #ff6d2c;
}
.border-orange-500 {
  border-color: #F84C00;
}
.border-orange-600 {
  border-color: #c53c00;
}
.border-orange-700 {
  border-color: #922d00;
}
.border-orange-800 {
  border-color: #5f1d00;
}
.border-orange-900 {
  border-color: #2c0d00;
}

.fill-orange {
  fill: #F84C00;
}
.fill-orange-t1 {
  fill: rgba(248, 76, 0, 0.1);
}
.fill-orange-t2 {
  fill: rgba(248, 76, 0, 0.2);
}
.fill-orange-t3 {
  fill: rgba(248, 76, 0, 0.3);
}
.fill-orange-t4 {
  fill: rgba(248, 76, 0, 0.4);
}
.fill-orange-t5 {
  fill: rgba(248, 76, 0, 0.5);
}
.fill-orange-t6 {
  fill: rgba(248, 76, 0, 0.6);
}
.fill-orange-t7 {
  fill: rgba(248, 76, 0, 0.7);
}
.fill-orange-t8 {
  fill: rgba(248, 76, 0, 0.8);
}
.fill-orange-t9 {
  fill: rgba(248, 76, 0, 0.9);
}
.fill-orange-100 {
  fill: #ffd7c5;
}
.fill-orange-200 {
  fill: #ffb392;
}
.fill-orange-300 {
  fill: #ff905f;
}
.fill-orange-400 {
  fill: #ff6d2c;
}
.fill-orange-500 {
  fill: #F84C00;
}
.fill-orange-600 {
  fill: #c53c00;
}
.fill-orange-700 {
  fill: #922d00;
}
.fill-orange-800 {
  fill: #5f1d00;
}
.fill-orange-900 {
  fill: #2c0d00;
}

.color-brown {
  color: #D2C092;
}
.color-brown-t1 {
  color: rgba(210, 192, 146, 0.1);
}
.color-brown-t2 {
  color: rgba(210, 192, 146, 0.2);
}
.color-brown-t3 {
  color: rgba(210, 192, 146, 0.3);
}
.color-brown-t4 {
  color: rgba(210, 192, 146, 0.4);
}
.color-brown-t5 {
  color: rgba(210, 192, 146, 0.5);
}
.color-brown-t6 {
  color: rgba(210, 192, 146, 0.6);
}
.color-brown-t7 {
  color: rgba(210, 192, 146, 0.7);
}
.color-brown-t8 {
  color: rgba(210, 192, 146, 0.8);
}
.color-brown-t9 {
  color: rgba(210, 192, 146, 0.9);
}
.color-brown-100 {
  color: white;
}
.color-brown-200 {
  color: #fffffe;
}
.color-brown-300 {
  color: #f0eada;
}
.color-brown-400 {
  color: #e1d5b6;
}
.color-brown-500 {
  color: #D2C092;
}
.color-brown-600 {
  color: #c3ab6e;
}
.color-brown-700 {
  color: #b4964a;
}
.color-brown-800 {
  color: #90783b;
}
.color-brown-900 {
  color: #6c5a2c;
}

.bg-brown {
  background-color: #D2C092;
}
.bg-brown-t1 {
  background-color: rgba(210, 192, 146, 0.1);
}
.bg-brown-t2 {
  background-color: rgba(210, 192, 146, 0.2);
}
.bg-brown-t3 {
  background-color: rgba(210, 192, 146, 0.3);
}
.bg-brown-t4 {
  background-color: rgba(210, 192, 146, 0.4);
}
.bg-brown-t5 {
  background-color: rgba(210, 192, 146, 0.5);
}
.bg-brown-t6 {
  background-color: rgba(210, 192, 146, 0.6);
}
.bg-brown-t7 {
  background-color: rgba(210, 192, 146, 0.7);
}
.bg-brown-t8 {
  background-color: rgba(210, 192, 146, 0.8);
}
.bg-brown-t9 {
  background-color: rgba(210, 192, 146, 0.9);
}
.bg-brown-100 {
  background-color: white;
}
.bg-brown-200 {
  background-color: #fffffe;
}
.bg-brown-300 {
  background-color: #f0eada;
}
.bg-brown-400 {
  background-color: #e1d5b6;
}
.bg-brown-500 {
  background-color: #D2C092;
}
.bg-brown-600 {
  background-color: #c3ab6e;
}
.bg-brown-700 {
  background-color: #b4964a;
}
.bg-brown-800 {
  background-color: #90783b;
}
.bg-brown-900 {
  background-color: #6c5a2c;
}

.border-brown {
  border-color: #D2C092;
}
.border-brown-t1 {
  border-color: rgba(210, 192, 146, 0.1);
}
.border-brown-t2 {
  border-color: rgba(210, 192, 146, 0.2);
}
.border-brown-t3 {
  border-color: rgba(210, 192, 146, 0.3);
}
.border-brown-t4 {
  border-color: rgba(210, 192, 146, 0.4);
}
.border-brown-t5 {
  border-color: rgba(210, 192, 146, 0.5);
}
.border-brown-t6 {
  border-color: rgba(210, 192, 146, 0.6);
}
.border-brown-t7 {
  border-color: rgba(210, 192, 146, 0.7);
}
.border-brown-t8 {
  border-color: rgba(210, 192, 146, 0.8);
}
.border-brown-t9 {
  border-color: rgba(210, 192, 146, 0.9);
}
.border-brown-100 {
  border-color: white;
}
.border-brown-200 {
  border-color: #fffffe;
}
.border-brown-300 {
  border-color: #f0eada;
}
.border-brown-400 {
  border-color: #e1d5b6;
}
.border-brown-500 {
  border-color: #D2C092;
}
.border-brown-600 {
  border-color: #c3ab6e;
}
.border-brown-700 {
  border-color: #b4964a;
}
.border-brown-800 {
  border-color: #90783b;
}
.border-brown-900 {
  border-color: #6c5a2c;
}

.fill-brown {
  fill: #D2C092;
}
.fill-brown-t1 {
  fill: rgba(210, 192, 146, 0.1);
}
.fill-brown-t2 {
  fill: rgba(210, 192, 146, 0.2);
}
.fill-brown-t3 {
  fill: rgba(210, 192, 146, 0.3);
}
.fill-brown-t4 {
  fill: rgba(210, 192, 146, 0.4);
}
.fill-brown-t5 {
  fill: rgba(210, 192, 146, 0.5);
}
.fill-brown-t6 {
  fill: rgba(210, 192, 146, 0.6);
}
.fill-brown-t7 {
  fill: rgba(210, 192, 146, 0.7);
}
.fill-brown-t8 {
  fill: rgba(210, 192, 146, 0.8);
}
.fill-brown-t9 {
  fill: rgba(210, 192, 146, 0.9);
}
.fill-brown-100 {
  fill: white;
}
.fill-brown-200 {
  fill: #fffffe;
}
.fill-brown-300 {
  fill: #f0eada;
}
.fill-brown-400 {
  fill: #e1d5b6;
}
.fill-brown-500 {
  fill: #D2C092;
}
.fill-brown-600 {
  fill: #c3ab6e;
}
.fill-brown-700 {
  fill: #b4964a;
}
.fill-brown-800 {
  fill: #90783b;
}
.fill-brown-900 {
  fill: #6c5a2c;
}

.color-facebook {
  color: #1877F2;
}
.color-facebook-t1 {
  color: rgba(24, 119, 242, 0.1);
}
.color-facebook-t2 {
  color: rgba(24, 119, 242, 0.2);
}
.color-facebook-t3 {
  color: rgba(24, 119, 242, 0.3);
}
.color-facebook-t4 {
  color: rgba(24, 119, 242, 0.4);
}
.color-facebook-t5 {
  color: rgba(24, 119, 242, 0.5);
}
.color-facebook-t6 {
  color: rgba(24, 119, 242, 0.6);
}
.color-facebook-t7 {
  color: rgba(24, 119, 242, 0.7);
}
.color-facebook-t8 {
  color: rgba(24, 119, 242, 0.8);
}
.color-facebook-t9 {
  color: rgba(24, 119, 242, 0.9);
}
.color-facebook-100 {
  color: #d9e9fd;
}
.color-facebook-200 {
  color: #a9ccfa;
}
.color-facebook-300 {
  color: #79b0f7;
}
.color-facebook-400 {
  color: #4893f5;
}
.color-facebook-500 {
  color: #1877F2;
}
.color-facebook-600 {
  color: #0b5fcc;
}
.color-facebook-700 {
  color: #09499b;
}
.color-facebook-800 {
  color: #06326b;
}
.color-facebook-900 {
  color: #031b3b;
}

.bg-facebook {
  background-color: #1877F2;
}
.bg-facebook-t1 {
  background-color: rgba(24, 119, 242, 0.1);
}
.bg-facebook-t2 {
  background-color: rgba(24, 119, 242, 0.2);
}
.bg-facebook-t3 {
  background-color: rgba(24, 119, 242, 0.3);
}
.bg-facebook-t4 {
  background-color: rgba(24, 119, 242, 0.4);
}
.bg-facebook-t5 {
  background-color: rgba(24, 119, 242, 0.5);
}
.bg-facebook-t6 {
  background-color: rgba(24, 119, 242, 0.6);
}
.bg-facebook-t7 {
  background-color: rgba(24, 119, 242, 0.7);
}
.bg-facebook-t8 {
  background-color: rgba(24, 119, 242, 0.8);
}
.bg-facebook-t9 {
  background-color: rgba(24, 119, 242, 0.9);
}
.bg-facebook-100 {
  background-color: #d9e9fd;
}
.bg-facebook-200 {
  background-color: #a9ccfa;
}
.bg-facebook-300 {
  background-color: #79b0f7;
}
.bg-facebook-400 {
  background-color: #4893f5;
}
.bg-facebook-500 {
  background-color: #1877F2;
}
.bg-facebook-600 {
  background-color: #0b5fcc;
}
.bg-facebook-700 {
  background-color: #09499b;
}
.bg-facebook-800 {
  background-color: #06326b;
}
.bg-facebook-900 {
  background-color: #031b3b;
}

.border-facebook {
  border-color: #1877F2;
}
.border-facebook-t1 {
  border-color: rgba(24, 119, 242, 0.1);
}
.border-facebook-t2 {
  border-color: rgba(24, 119, 242, 0.2);
}
.border-facebook-t3 {
  border-color: rgba(24, 119, 242, 0.3);
}
.border-facebook-t4 {
  border-color: rgba(24, 119, 242, 0.4);
}
.border-facebook-t5 {
  border-color: rgba(24, 119, 242, 0.5);
}
.border-facebook-t6 {
  border-color: rgba(24, 119, 242, 0.6);
}
.border-facebook-t7 {
  border-color: rgba(24, 119, 242, 0.7);
}
.border-facebook-t8 {
  border-color: rgba(24, 119, 242, 0.8);
}
.border-facebook-t9 {
  border-color: rgba(24, 119, 242, 0.9);
}
.border-facebook-100 {
  border-color: #d9e9fd;
}
.border-facebook-200 {
  border-color: #a9ccfa;
}
.border-facebook-300 {
  border-color: #79b0f7;
}
.border-facebook-400 {
  border-color: #4893f5;
}
.border-facebook-500 {
  border-color: #1877F2;
}
.border-facebook-600 {
  border-color: #0b5fcc;
}
.border-facebook-700 {
  border-color: #09499b;
}
.border-facebook-800 {
  border-color: #06326b;
}
.border-facebook-900 {
  border-color: #031b3b;
}

.fill-facebook {
  fill: #1877F2;
}
.fill-facebook-t1 {
  fill: rgba(24, 119, 242, 0.1);
}
.fill-facebook-t2 {
  fill: rgba(24, 119, 242, 0.2);
}
.fill-facebook-t3 {
  fill: rgba(24, 119, 242, 0.3);
}
.fill-facebook-t4 {
  fill: rgba(24, 119, 242, 0.4);
}
.fill-facebook-t5 {
  fill: rgba(24, 119, 242, 0.5);
}
.fill-facebook-t6 {
  fill: rgba(24, 119, 242, 0.6);
}
.fill-facebook-t7 {
  fill: rgba(24, 119, 242, 0.7);
}
.fill-facebook-t8 {
  fill: rgba(24, 119, 242, 0.8);
}
.fill-facebook-t9 {
  fill: rgba(24, 119, 242, 0.9);
}
.fill-facebook-100 {
  fill: #d9e9fd;
}
.fill-facebook-200 {
  fill: #a9ccfa;
}
.fill-facebook-300 {
  fill: #79b0f7;
}
.fill-facebook-400 {
  fill: #4893f5;
}
.fill-facebook-500 {
  fill: #1877F2;
}
.fill-facebook-600 {
  fill: #0b5fcc;
}
.fill-facebook-700 {
  fill: #09499b;
}
.fill-facebook-800 {
  fill: #06326b;
}
.fill-facebook-900 {
  fill: #031b3b;
}

.color-instagram {
  color: #E4405F;
}
.color-instagram-t1 {
  color: rgba(228, 64, 95, 0.1);
}
.color-instagram-t2 {
  color: rgba(228, 64, 95, 0.2);
}
.color-instagram-t3 {
  color: rgba(228, 64, 95, 0.3);
}
.color-instagram-t4 {
  color: rgba(228, 64, 95, 0.4);
}
.color-instagram-t5 {
  color: rgba(228, 64, 95, 0.5);
}
.color-instagram-t6 {
  color: rgba(228, 64, 95, 0.6);
}
.color-instagram-t7 {
  color: rgba(228, 64, 95, 0.7);
}
.color-instagram-t8 {
  color: rgba(228, 64, 95, 0.8);
}
.color-instagram-t9 {
  color: rgba(228, 64, 95, 0.9);
}
.color-instagram-100 {
  color: #fdf3f5;
}
.color-instagram-200 {
  color: #f7c6cf;
}
.color-instagram-300 {
  color: #f199aa;
}
.color-instagram-400 {
  color: #ea6d84;
}
.color-instagram-500 {
  color: #E4405F;
}
.color-instagram-600 {
  color: #d31e40;
}
.color-instagram-700 {
  color: #a61833;
}
.color-instagram-800 {
  color: #7a1125;
}
.color-instagram-900 {
  color: #4d0b17;
}

.bg-instagram {
  background-color: #E4405F;
}
.bg-instagram-t1 {
  background-color: rgba(228, 64, 95, 0.1);
}
.bg-instagram-t2 {
  background-color: rgba(228, 64, 95, 0.2);
}
.bg-instagram-t3 {
  background-color: rgba(228, 64, 95, 0.3);
}
.bg-instagram-t4 {
  background-color: rgba(228, 64, 95, 0.4);
}
.bg-instagram-t5 {
  background-color: rgba(228, 64, 95, 0.5);
}
.bg-instagram-t6 {
  background-color: rgba(228, 64, 95, 0.6);
}
.bg-instagram-t7 {
  background-color: rgba(228, 64, 95, 0.7);
}
.bg-instagram-t8 {
  background-color: rgba(228, 64, 95, 0.8);
}
.bg-instagram-t9 {
  background-color: rgba(228, 64, 95, 0.9);
}
.bg-instagram-100 {
  background-color: #fdf3f5;
}
.bg-instagram-200 {
  background-color: #f7c6cf;
}
.bg-instagram-300 {
  background-color: #f199aa;
}
.bg-instagram-400 {
  background-color: #ea6d84;
}
.bg-instagram-500 {
  background-color: #E4405F;
}
.bg-instagram-600 {
  background-color: #d31e40;
}
.bg-instagram-700 {
  background-color: #a61833;
}
.bg-instagram-800 {
  background-color: #7a1125;
}
.bg-instagram-900 {
  background-color: #4d0b17;
}

.border-instagram {
  border-color: #E4405F;
}
.border-instagram-t1 {
  border-color: rgba(228, 64, 95, 0.1);
}
.border-instagram-t2 {
  border-color: rgba(228, 64, 95, 0.2);
}
.border-instagram-t3 {
  border-color: rgba(228, 64, 95, 0.3);
}
.border-instagram-t4 {
  border-color: rgba(228, 64, 95, 0.4);
}
.border-instagram-t5 {
  border-color: rgba(228, 64, 95, 0.5);
}
.border-instagram-t6 {
  border-color: rgba(228, 64, 95, 0.6);
}
.border-instagram-t7 {
  border-color: rgba(228, 64, 95, 0.7);
}
.border-instagram-t8 {
  border-color: rgba(228, 64, 95, 0.8);
}
.border-instagram-t9 {
  border-color: rgba(228, 64, 95, 0.9);
}
.border-instagram-100 {
  border-color: #fdf3f5;
}
.border-instagram-200 {
  border-color: #f7c6cf;
}
.border-instagram-300 {
  border-color: #f199aa;
}
.border-instagram-400 {
  border-color: #ea6d84;
}
.border-instagram-500 {
  border-color: #E4405F;
}
.border-instagram-600 {
  border-color: #d31e40;
}
.border-instagram-700 {
  border-color: #a61833;
}
.border-instagram-800 {
  border-color: #7a1125;
}
.border-instagram-900 {
  border-color: #4d0b17;
}

.fill-instagram {
  fill: #E4405F;
}
.fill-instagram-t1 {
  fill: rgba(228, 64, 95, 0.1);
}
.fill-instagram-t2 {
  fill: rgba(228, 64, 95, 0.2);
}
.fill-instagram-t3 {
  fill: rgba(228, 64, 95, 0.3);
}
.fill-instagram-t4 {
  fill: rgba(228, 64, 95, 0.4);
}
.fill-instagram-t5 {
  fill: rgba(228, 64, 95, 0.5);
}
.fill-instagram-t6 {
  fill: rgba(228, 64, 95, 0.6);
}
.fill-instagram-t7 {
  fill: rgba(228, 64, 95, 0.7);
}
.fill-instagram-t8 {
  fill: rgba(228, 64, 95, 0.8);
}
.fill-instagram-t9 {
  fill: rgba(228, 64, 95, 0.9);
}
.fill-instagram-100 {
  fill: #fdf3f5;
}
.fill-instagram-200 {
  fill: #f7c6cf;
}
.fill-instagram-300 {
  fill: #f199aa;
}
.fill-instagram-400 {
  fill: #ea6d84;
}
.fill-instagram-500 {
  fill: #E4405F;
}
.fill-instagram-600 {
  fill: #d31e40;
}
.fill-instagram-700 {
  fill: #a61833;
}
.fill-instagram-800 {
  fill: #7a1125;
}
.fill-instagram-900 {
  fill: #4d0b17;
}

.color-linkedin {
  color: #0077B5;
}
.color-linkedin-t1 {
  color: rgba(0, 119, 181, 0.1);
}
.color-linkedin-t2 {
  color: rgba(0, 119, 181, 0.2);
}
.color-linkedin-t3 {
  color: rgba(0, 119, 181, 0.3);
}
.color-linkedin-t4 {
  color: rgba(0, 119, 181, 0.4);
}
.color-linkedin-t5 {
  color: rgba(0, 119, 181, 0.5);
}
.color-linkedin-t6 {
  color: rgba(0, 119, 181, 0.6);
}
.color-linkedin-t7 {
  color: rgba(0, 119, 181, 0.7);
}
.color-linkedin-t8 {
  color: rgba(0, 119, 181, 0.8);
}
.color-linkedin-t9 {
  color: rgba(0, 119, 181, 0.9);
}
.color-linkedin-100 {
  color: #82d4ff;
}
.color-linkedin-200 {
  color: #4fc3ff;
}
.color-linkedin-300 {
  color: #1cb1ff;
}
.color-linkedin-400 {
  color: #0099e8;
}
.color-linkedin-500 {
  color: #0077B5;
}
.color-linkedin-600 {
  color: #005582;
}
.color-linkedin-700 {
  color: #00344f;
}
.color-linkedin-800 {
  color: #00121c;
}
.color-linkedin-900 {
  color: black;
}

.bg-linkedin {
  background-color: #0077B5;
}
.bg-linkedin-t1 {
  background-color: rgba(0, 119, 181, 0.1);
}
.bg-linkedin-t2 {
  background-color: rgba(0, 119, 181, 0.2);
}
.bg-linkedin-t3 {
  background-color: rgba(0, 119, 181, 0.3);
}
.bg-linkedin-t4 {
  background-color: rgba(0, 119, 181, 0.4);
}
.bg-linkedin-t5 {
  background-color: rgba(0, 119, 181, 0.5);
}
.bg-linkedin-t6 {
  background-color: rgba(0, 119, 181, 0.6);
}
.bg-linkedin-t7 {
  background-color: rgba(0, 119, 181, 0.7);
}
.bg-linkedin-t8 {
  background-color: rgba(0, 119, 181, 0.8);
}
.bg-linkedin-t9 {
  background-color: rgba(0, 119, 181, 0.9);
}
.bg-linkedin-100 {
  background-color: #82d4ff;
}
.bg-linkedin-200 {
  background-color: #4fc3ff;
}
.bg-linkedin-300 {
  background-color: #1cb1ff;
}
.bg-linkedin-400 {
  background-color: #0099e8;
}
.bg-linkedin-500 {
  background-color: #0077B5;
}
.bg-linkedin-600 {
  background-color: #005582;
}
.bg-linkedin-700 {
  background-color: #00344f;
}
.bg-linkedin-800 {
  background-color: #00121c;
}
.bg-linkedin-900 {
  background-color: black;
}

.border-linkedin {
  border-color: #0077B5;
}
.border-linkedin-t1 {
  border-color: rgba(0, 119, 181, 0.1);
}
.border-linkedin-t2 {
  border-color: rgba(0, 119, 181, 0.2);
}
.border-linkedin-t3 {
  border-color: rgba(0, 119, 181, 0.3);
}
.border-linkedin-t4 {
  border-color: rgba(0, 119, 181, 0.4);
}
.border-linkedin-t5 {
  border-color: rgba(0, 119, 181, 0.5);
}
.border-linkedin-t6 {
  border-color: rgba(0, 119, 181, 0.6);
}
.border-linkedin-t7 {
  border-color: rgba(0, 119, 181, 0.7);
}
.border-linkedin-t8 {
  border-color: rgba(0, 119, 181, 0.8);
}
.border-linkedin-t9 {
  border-color: rgba(0, 119, 181, 0.9);
}
.border-linkedin-100 {
  border-color: #82d4ff;
}
.border-linkedin-200 {
  border-color: #4fc3ff;
}
.border-linkedin-300 {
  border-color: #1cb1ff;
}
.border-linkedin-400 {
  border-color: #0099e8;
}
.border-linkedin-500 {
  border-color: #0077B5;
}
.border-linkedin-600 {
  border-color: #005582;
}
.border-linkedin-700 {
  border-color: #00344f;
}
.border-linkedin-800 {
  border-color: #00121c;
}
.border-linkedin-900 {
  border-color: black;
}

.fill-linkedin {
  fill: #0077B5;
}
.fill-linkedin-t1 {
  fill: rgba(0, 119, 181, 0.1);
}
.fill-linkedin-t2 {
  fill: rgba(0, 119, 181, 0.2);
}
.fill-linkedin-t3 {
  fill: rgba(0, 119, 181, 0.3);
}
.fill-linkedin-t4 {
  fill: rgba(0, 119, 181, 0.4);
}
.fill-linkedin-t5 {
  fill: rgba(0, 119, 181, 0.5);
}
.fill-linkedin-t6 {
  fill: rgba(0, 119, 181, 0.6);
}
.fill-linkedin-t7 {
  fill: rgba(0, 119, 181, 0.7);
}
.fill-linkedin-t8 {
  fill: rgba(0, 119, 181, 0.8);
}
.fill-linkedin-t9 {
  fill: rgba(0, 119, 181, 0.9);
}
.fill-linkedin-100 {
  fill: #82d4ff;
}
.fill-linkedin-200 {
  fill: #4fc3ff;
}
.fill-linkedin-300 {
  fill: #1cb1ff;
}
.fill-linkedin-400 {
  fill: #0099e8;
}
.fill-linkedin-500 {
  fill: #0077B5;
}
.fill-linkedin-600 {
  fill: #005582;
}
.fill-linkedin-700 {
  fill: #00344f;
}
.fill-linkedin-800 {
  fill: #00121c;
}
.fill-linkedin-900 {
  fill: black;
}

.color-twitter {
  color: #1DA1F2;
}
.color-twitter-t1 {
  color: rgba(29, 161, 242, 0.1);
}
.color-twitter-t2 {
  color: rgba(29, 161, 242, 0.2);
}
.color-twitter-t3 {
  color: rgba(29, 161, 242, 0.3);
}
.color-twitter-t4 {
  color: rgba(29, 161, 242, 0.4);
}
.color-twitter-t5 {
  color: rgba(29, 161, 242, 0.5);
}
.color-twitter-t6 {
  color: rgba(29, 161, 242, 0.6);
}
.color-twitter-t7 {
  color: rgba(29, 161, 242, 0.7);
}
.color-twitter-t8 {
  color: rgba(29, 161, 242, 0.8);
}
.color-twitter-t9 {
  color: rgba(29, 161, 242, 0.9);
}
.color-twitter-100 {
  color: #def1fd;
}
.color-twitter-200 {
  color: #aeddfa;
}
.color-twitter-300 {
  color: #7dc9f8;
}
.color-twitter-400 {
  color: #4db5f5;
}
.color-twitter-500 {
  color: #1DA1F2;
}
.color-twitter-600 {
  color: #0c85d0;
}
.color-twitter-700 {
  color: #0967a0;
}
.color-twitter-800 {
  color: #064870;
}
.color-twitter-900 {
  color: #04293f;
}

.bg-twitter {
  background-color: #1DA1F2;
}
.bg-twitter-t1 {
  background-color: rgba(29, 161, 242, 0.1);
}
.bg-twitter-t2 {
  background-color: rgba(29, 161, 242, 0.2);
}
.bg-twitter-t3 {
  background-color: rgba(29, 161, 242, 0.3);
}
.bg-twitter-t4 {
  background-color: rgba(29, 161, 242, 0.4);
}
.bg-twitter-t5 {
  background-color: rgba(29, 161, 242, 0.5);
}
.bg-twitter-t6 {
  background-color: rgba(29, 161, 242, 0.6);
}
.bg-twitter-t7 {
  background-color: rgba(29, 161, 242, 0.7);
}
.bg-twitter-t8 {
  background-color: rgba(29, 161, 242, 0.8);
}
.bg-twitter-t9 {
  background-color: rgba(29, 161, 242, 0.9);
}
.bg-twitter-100 {
  background-color: #def1fd;
}
.bg-twitter-200 {
  background-color: #aeddfa;
}
.bg-twitter-300 {
  background-color: #7dc9f8;
}
.bg-twitter-400 {
  background-color: #4db5f5;
}
.bg-twitter-500 {
  background-color: #1DA1F2;
}
.bg-twitter-600 {
  background-color: #0c85d0;
}
.bg-twitter-700 {
  background-color: #0967a0;
}
.bg-twitter-800 {
  background-color: #064870;
}
.bg-twitter-900 {
  background-color: #04293f;
}

.border-twitter {
  border-color: #1DA1F2;
}
.border-twitter-t1 {
  border-color: rgba(29, 161, 242, 0.1);
}
.border-twitter-t2 {
  border-color: rgba(29, 161, 242, 0.2);
}
.border-twitter-t3 {
  border-color: rgba(29, 161, 242, 0.3);
}
.border-twitter-t4 {
  border-color: rgba(29, 161, 242, 0.4);
}
.border-twitter-t5 {
  border-color: rgba(29, 161, 242, 0.5);
}
.border-twitter-t6 {
  border-color: rgba(29, 161, 242, 0.6);
}
.border-twitter-t7 {
  border-color: rgba(29, 161, 242, 0.7);
}
.border-twitter-t8 {
  border-color: rgba(29, 161, 242, 0.8);
}
.border-twitter-t9 {
  border-color: rgba(29, 161, 242, 0.9);
}
.border-twitter-100 {
  border-color: #def1fd;
}
.border-twitter-200 {
  border-color: #aeddfa;
}
.border-twitter-300 {
  border-color: #7dc9f8;
}
.border-twitter-400 {
  border-color: #4db5f5;
}
.border-twitter-500 {
  border-color: #1DA1F2;
}
.border-twitter-600 {
  border-color: #0c85d0;
}
.border-twitter-700 {
  border-color: #0967a0;
}
.border-twitter-800 {
  border-color: #064870;
}
.border-twitter-900 {
  border-color: #04293f;
}

.fill-twitter {
  fill: #1DA1F2;
}
.fill-twitter-t1 {
  fill: rgba(29, 161, 242, 0.1);
}
.fill-twitter-t2 {
  fill: rgba(29, 161, 242, 0.2);
}
.fill-twitter-t3 {
  fill: rgba(29, 161, 242, 0.3);
}
.fill-twitter-t4 {
  fill: rgba(29, 161, 242, 0.4);
}
.fill-twitter-t5 {
  fill: rgba(29, 161, 242, 0.5);
}
.fill-twitter-t6 {
  fill: rgba(29, 161, 242, 0.6);
}
.fill-twitter-t7 {
  fill: rgba(29, 161, 242, 0.7);
}
.fill-twitter-t8 {
  fill: rgba(29, 161, 242, 0.8);
}
.fill-twitter-t9 {
  fill: rgba(29, 161, 242, 0.9);
}
.fill-twitter-100 {
  fill: #def1fd;
}
.fill-twitter-200 {
  fill: #aeddfa;
}
.fill-twitter-300 {
  fill: #7dc9f8;
}
.fill-twitter-400 {
  fill: #4db5f5;
}
.fill-twitter-500 {
  fill: #1DA1F2;
}
.fill-twitter-600 {
  fill: #0c85d0;
}
.fill-twitter-700 {
  fill: #0967a0;
}
.fill-twitter-800 {
  fill: #064870;
}
.fill-twitter-900 {
  fill: #04293f;
}

.color-youtube {
  color: #FF0000;
}
.color-youtube-t1 {
  color: rgba(255, 0, 0, 0.1);
}
.color-youtube-t2 {
  color: rgba(255, 0, 0, 0.2);
}
.color-youtube-t3 {
  color: rgba(255, 0, 0, 0.3);
}
.color-youtube-t4 {
  color: rgba(255, 0, 0, 0.4);
}
.color-youtube-t5 {
  color: rgba(255, 0, 0, 0.5);
}
.color-youtube-t6 {
  color: rgba(255, 0, 0, 0.6);
}
.color-youtube-t7 {
  color: rgba(255, 0, 0, 0.7);
}
.color-youtube-t8 {
  color: rgba(255, 0, 0, 0.8);
}
.color-youtube-t9 {
  color: rgba(255, 0, 0, 0.9);
}
.color-youtube-100 {
  color: #ffcccc;
}
.color-youtube-200 {
  color: #ff9999;
}
.color-youtube-300 {
  color: #ff6666;
}
.color-youtube-400 {
  color: #ff3333;
}
.color-youtube-500 {
  color: #FF0000;
}
.color-youtube-600 {
  color: #cc0000;
}
.color-youtube-700 {
  color: #990000;
}
.color-youtube-800 {
  color: #660000;
}
.color-youtube-900 {
  color: #330000;
}

.bg-youtube {
  background-color: #FF0000;
}
.bg-youtube-t1 {
  background-color: rgba(255, 0, 0, 0.1);
}
.bg-youtube-t2 {
  background-color: rgba(255, 0, 0, 0.2);
}
.bg-youtube-t3 {
  background-color: rgba(255, 0, 0, 0.3);
}
.bg-youtube-t4 {
  background-color: rgba(255, 0, 0, 0.4);
}
.bg-youtube-t5 {
  background-color: rgba(255, 0, 0, 0.5);
}
.bg-youtube-t6 {
  background-color: rgba(255, 0, 0, 0.6);
}
.bg-youtube-t7 {
  background-color: rgba(255, 0, 0, 0.7);
}
.bg-youtube-t8 {
  background-color: rgba(255, 0, 0, 0.8);
}
.bg-youtube-t9 {
  background-color: rgba(255, 0, 0, 0.9);
}
.bg-youtube-100 {
  background-color: #ffcccc;
}
.bg-youtube-200 {
  background-color: #ff9999;
}
.bg-youtube-300 {
  background-color: #ff6666;
}
.bg-youtube-400 {
  background-color: #ff3333;
}
.bg-youtube-500 {
  background-color: #FF0000;
}
.bg-youtube-600 {
  background-color: #cc0000;
}
.bg-youtube-700 {
  background-color: #990000;
}
.bg-youtube-800 {
  background-color: #660000;
}
.bg-youtube-900 {
  background-color: #330000;
}

.border-youtube {
  border-color: #FF0000;
}
.border-youtube-t1 {
  border-color: rgba(255, 0, 0, 0.1);
}
.border-youtube-t2 {
  border-color: rgba(255, 0, 0, 0.2);
}
.border-youtube-t3 {
  border-color: rgba(255, 0, 0, 0.3);
}
.border-youtube-t4 {
  border-color: rgba(255, 0, 0, 0.4);
}
.border-youtube-t5 {
  border-color: rgba(255, 0, 0, 0.5);
}
.border-youtube-t6 {
  border-color: rgba(255, 0, 0, 0.6);
}
.border-youtube-t7 {
  border-color: rgba(255, 0, 0, 0.7);
}
.border-youtube-t8 {
  border-color: rgba(255, 0, 0, 0.8);
}
.border-youtube-t9 {
  border-color: rgba(255, 0, 0, 0.9);
}
.border-youtube-100 {
  border-color: #ffcccc;
}
.border-youtube-200 {
  border-color: #ff9999;
}
.border-youtube-300 {
  border-color: #ff6666;
}
.border-youtube-400 {
  border-color: #ff3333;
}
.border-youtube-500 {
  border-color: #FF0000;
}
.border-youtube-600 {
  border-color: #cc0000;
}
.border-youtube-700 {
  border-color: #990000;
}
.border-youtube-800 {
  border-color: #660000;
}
.border-youtube-900 {
  border-color: #330000;
}

.fill-youtube {
  fill: #FF0000;
}
.fill-youtube-t1 {
  fill: rgba(255, 0, 0, 0.1);
}
.fill-youtube-t2 {
  fill: rgba(255, 0, 0, 0.2);
}
.fill-youtube-t3 {
  fill: rgba(255, 0, 0, 0.3);
}
.fill-youtube-t4 {
  fill: rgba(255, 0, 0, 0.4);
}
.fill-youtube-t5 {
  fill: rgba(255, 0, 0, 0.5);
}
.fill-youtube-t6 {
  fill: rgba(255, 0, 0, 0.6);
}
.fill-youtube-t7 {
  fill: rgba(255, 0, 0, 0.7);
}
.fill-youtube-t8 {
  fill: rgba(255, 0, 0, 0.8);
}
.fill-youtube-t9 {
  fill: rgba(255, 0, 0, 0.9);
}
.fill-youtube-100 {
  fill: #ffcccc;
}
.fill-youtube-200 {
  fill: #ff9999;
}
.fill-youtube-300 {
  fill: #ff6666;
}
.fill-youtube-400 {
  fill: #ff3333;
}
.fill-youtube-500 {
  fill: #FF0000;
}
.fill-youtube-600 {
  fill: #cc0000;
}
.fill-youtube-700 {
  fill: #990000;
}
.fill-youtube-800 {
  fill: #660000;
}
.fill-youtube-900 {
  fill: #330000;
}

.color-whatsapp {
  color: #25D366;
}
.color-whatsapp-t1 {
  color: rgba(37, 211, 102, 0.1);
}
.color-whatsapp-t2 {
  color: rgba(37, 211, 102, 0.2);
}
.color-whatsapp-t3 {
  color: rgba(37, 211, 102, 0.3);
}
.color-whatsapp-t4 {
  color: rgba(37, 211, 102, 0.4);
}
.color-whatsapp-t5 {
  color: rgba(37, 211, 102, 0.5);
}
.color-whatsapp-t6 {
  color: rgba(37, 211, 102, 0.6);
}
.color-whatsapp-t7 {
  color: rgba(37, 211, 102, 0.7);
}
.color-whatsapp-t8 {
  color: rgba(37, 211, 102, 0.8);
}
.color-whatsapp-t9 {
  color: rgba(37, 211, 102, 0.9);
}
.color-whatsapp-100 {
  color: #cef6dd;
}
.color-whatsapp-200 {
  color: #a2efbf;
}
.color-whatsapp-300 {
  color: #77e7a1;
}
.color-whatsapp-400 {
  color: #4be083;
}
.color-whatsapp-500 {
  color: #25D366;
}
.color-whatsapp-600 {
  color: #1da851;
}
.color-whatsapp-700 {
  color: #167c3c;
}
.color-whatsapp-800 {
  color: #0e5127;
}
.color-whatsapp-900 {
  color: #072512;
}

.bg-whatsapp {
  background-color: #25D366;
}
.bg-whatsapp-t1 {
  background-color: rgba(37, 211, 102, 0.1);
}
.bg-whatsapp-t2 {
  background-color: rgba(37, 211, 102, 0.2);
}
.bg-whatsapp-t3 {
  background-color: rgba(37, 211, 102, 0.3);
}
.bg-whatsapp-t4 {
  background-color: rgba(37, 211, 102, 0.4);
}
.bg-whatsapp-t5 {
  background-color: rgba(37, 211, 102, 0.5);
}
.bg-whatsapp-t6 {
  background-color: rgba(37, 211, 102, 0.6);
}
.bg-whatsapp-t7 {
  background-color: rgba(37, 211, 102, 0.7);
}
.bg-whatsapp-t8 {
  background-color: rgba(37, 211, 102, 0.8);
}
.bg-whatsapp-t9 {
  background-color: rgba(37, 211, 102, 0.9);
}
.bg-whatsapp-100 {
  background-color: #cef6dd;
}
.bg-whatsapp-200 {
  background-color: #a2efbf;
}
.bg-whatsapp-300 {
  background-color: #77e7a1;
}
.bg-whatsapp-400 {
  background-color: #4be083;
}
.bg-whatsapp-500 {
  background-color: #25D366;
}
.bg-whatsapp-600 {
  background-color: #1da851;
}
.bg-whatsapp-700 {
  background-color: #167c3c;
}
.bg-whatsapp-800 {
  background-color: #0e5127;
}
.bg-whatsapp-900 {
  background-color: #072512;
}

.border-whatsapp {
  border-color: #25D366;
}
.border-whatsapp-t1 {
  border-color: rgba(37, 211, 102, 0.1);
}
.border-whatsapp-t2 {
  border-color: rgba(37, 211, 102, 0.2);
}
.border-whatsapp-t3 {
  border-color: rgba(37, 211, 102, 0.3);
}
.border-whatsapp-t4 {
  border-color: rgba(37, 211, 102, 0.4);
}
.border-whatsapp-t5 {
  border-color: rgba(37, 211, 102, 0.5);
}
.border-whatsapp-t6 {
  border-color: rgba(37, 211, 102, 0.6);
}
.border-whatsapp-t7 {
  border-color: rgba(37, 211, 102, 0.7);
}
.border-whatsapp-t8 {
  border-color: rgba(37, 211, 102, 0.8);
}
.border-whatsapp-t9 {
  border-color: rgba(37, 211, 102, 0.9);
}
.border-whatsapp-100 {
  border-color: #cef6dd;
}
.border-whatsapp-200 {
  border-color: #a2efbf;
}
.border-whatsapp-300 {
  border-color: #77e7a1;
}
.border-whatsapp-400 {
  border-color: #4be083;
}
.border-whatsapp-500 {
  border-color: #25D366;
}
.border-whatsapp-600 {
  border-color: #1da851;
}
.border-whatsapp-700 {
  border-color: #167c3c;
}
.border-whatsapp-800 {
  border-color: #0e5127;
}
.border-whatsapp-900 {
  border-color: #072512;
}

.fill-whatsapp {
  fill: #25D366;
}
.fill-whatsapp-t1 {
  fill: rgba(37, 211, 102, 0.1);
}
.fill-whatsapp-t2 {
  fill: rgba(37, 211, 102, 0.2);
}
.fill-whatsapp-t3 {
  fill: rgba(37, 211, 102, 0.3);
}
.fill-whatsapp-t4 {
  fill: rgba(37, 211, 102, 0.4);
}
.fill-whatsapp-t5 {
  fill: rgba(37, 211, 102, 0.5);
}
.fill-whatsapp-t6 {
  fill: rgba(37, 211, 102, 0.6);
}
.fill-whatsapp-t7 {
  fill: rgba(37, 211, 102, 0.7);
}
.fill-whatsapp-t8 {
  fill: rgba(37, 211, 102, 0.8);
}
.fill-whatsapp-t9 {
  fill: rgba(37, 211, 102, 0.9);
}
.fill-whatsapp-100 {
  fill: #cef6dd;
}
.fill-whatsapp-200 {
  fill: #a2efbf;
}
.fill-whatsapp-300 {
  fill: #77e7a1;
}
.fill-whatsapp-400 {
  fill: #4be083;
}
.fill-whatsapp-500 {
  fill: #25D366;
}
.fill-whatsapp-600 {
  fill: #1da851;
}
.fill-whatsapp-700 {
  fill: #167c3c;
}
.fill-whatsapp-800 {
  fill: #0e5127;
}
.fill-whatsapp-900 {
  fill: #072512;
}

@media (max-width: 768px) {
  .xs\:color-white {
    color: #ffffff;
  }
  .xs\:color-white-t1 {
    color: rgba(255, 255, 255, 0.1);
  }
  .xs\:color-white-t2 {
    color: rgba(255, 255, 255, 0.2);
  }
  .xs\:color-white-t3 {
    color: rgba(255, 255, 255, 0.3);
  }
  .xs\:color-white-t4 {
    color: rgba(255, 255, 255, 0.4);
  }
  .xs\:color-white-t5 {
    color: rgba(255, 255, 255, 0.5);
  }
  .xs\:color-white-t6 {
    color: rgba(255, 255, 255, 0.6);
  }
  .xs\:color-white-t7 {
    color: rgba(255, 255, 255, 0.7);
  }
  .xs\:color-white-t8 {
    color: rgba(255, 255, 255, 0.8);
  }
  .xs\:color-white-t9 {
    color: rgba(255, 255, 255, 0.9);
  }
  .xs\:color-white-100 {
    color: white;
  }
  .xs\:color-white-200 {
    color: white;
  }
  .xs\:color-white-300 {
    color: white;
  }
  .xs\:color-white-400 {
    color: white;
  }
  .xs\:color-white-500 {
    color: #ffffff;
  }
  .xs\:color-white-600 {
    color: #e6e6e6;
  }
  .xs\:color-white-700 {
    color: #cccccc;
  }
  .xs\:color-white-800 {
    color: #b3b3b3;
  }
  .xs\:color-white-900 {
    color: #999999;
  }
  .xs\:bg-white {
    background-color: #ffffff;
  }
  .xs\:bg-white-t1 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .xs\:bg-white-t2 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .xs\:bg-white-t3 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .xs\:bg-white-t4 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .xs\:bg-white-t5 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .xs\:bg-white-t6 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .xs\:bg-white-t7 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .xs\:bg-white-t8 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .xs\:bg-white-t9 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .xs\:bg-white-100 {
    background-color: white;
  }
  .xs\:bg-white-200 {
    background-color: white;
  }
  .xs\:bg-white-300 {
    background-color: white;
  }
  .xs\:bg-white-400 {
    background-color: white;
  }
  .xs\:bg-white-500 {
    background-color: #ffffff;
  }
  .xs\:bg-white-600 {
    background-color: #e6e6e6;
  }
  .xs\:bg-white-700 {
    background-color: #cccccc;
  }
  .xs\:bg-white-800 {
    background-color: #b3b3b3;
  }
  .xs\:bg-white-900 {
    background-color: #999999;
  }
  .xs\:border-white {
    border-color: #ffffff;
  }
  .xs\:border-white-t1 {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .xs\:border-white-t2 {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .xs\:border-white-t3 {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .xs\:border-white-t4 {
    border-color: rgba(255, 255, 255, 0.4);
  }
  .xs\:border-white-t5 {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .xs\:border-white-t6 {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .xs\:border-white-t7 {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .xs\:border-white-t8 {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .xs\:border-white-t9 {
    border-color: rgba(255, 255, 255, 0.9);
  }
  .xs\:border-white-100 {
    border-color: white;
  }
  .xs\:border-white-200 {
    border-color: white;
  }
  .xs\:border-white-300 {
    border-color: white;
  }
  .xs\:border-white-400 {
    border-color: white;
  }
  .xs\:border-white-500 {
    border-color: #ffffff;
  }
  .xs\:border-white-600 {
    border-color: #e6e6e6;
  }
  .xs\:border-white-700 {
    border-color: #cccccc;
  }
  .xs\:border-white-800 {
    border-color: #b3b3b3;
  }
  .xs\:border-white-900 {
    border-color: #999999;
  }
  .xs\:fill-white {
    fill: #ffffff;
  }
  .xs\:fill-white-t1 {
    fill: rgba(255, 255, 255, 0.1);
  }
  .xs\:fill-white-t2 {
    fill: rgba(255, 255, 255, 0.2);
  }
  .xs\:fill-white-t3 {
    fill: rgba(255, 255, 255, 0.3);
  }
  .xs\:fill-white-t4 {
    fill: rgba(255, 255, 255, 0.4);
  }
  .xs\:fill-white-t5 {
    fill: rgba(255, 255, 255, 0.5);
  }
  .xs\:fill-white-t6 {
    fill: rgba(255, 255, 255, 0.6);
  }
  .xs\:fill-white-t7 {
    fill: rgba(255, 255, 255, 0.7);
  }
  .xs\:fill-white-t8 {
    fill: rgba(255, 255, 255, 0.8);
  }
  .xs\:fill-white-t9 {
    fill: rgba(255, 255, 255, 0.9);
  }
  .xs\:fill-white-100 {
    fill: white;
  }
  .xs\:fill-white-200 {
    fill: white;
  }
  .xs\:fill-white-300 {
    fill: white;
  }
  .xs\:fill-white-400 {
    fill: white;
  }
  .xs\:fill-white-500 {
    fill: #ffffff;
  }
  .xs\:fill-white-600 {
    fill: #e6e6e6;
  }
  .xs\:fill-white-700 {
    fill: #cccccc;
  }
  .xs\:fill-white-800 {
    fill: #b3b3b3;
  }
  .xs\:fill-white-900 {
    fill: #999999;
  }
  .xs\:color-black {
    color: #000000;
  }
  .xs\:color-black-t1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .xs\:color-black-t2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .xs\:color-black-t3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .xs\:color-black-t4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .xs\:color-black-t5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .xs\:color-black-t6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .xs\:color-black-t7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .xs\:color-black-t8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .xs\:color-black-t9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .xs\:color-black-100 {
    color: #666666;
  }
  .xs\:color-black-200 {
    color: #4d4d4d;
  }
  .xs\:color-black-300 {
    color: #333333;
  }
  .xs\:color-black-400 {
    color: #1a1a1a;
  }
  .xs\:color-black-500 {
    color: #000000;
  }
  .xs\:color-black-600 {
    color: black;
  }
  .xs\:color-black-700 {
    color: black;
  }
  .xs\:color-black-800 {
    color: black;
  }
  .xs\:color-black-900 {
    color: black;
  }
  .xs\:bg-black {
    background-color: #000000;
  }
  .xs\:bg-black-t1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .xs\:bg-black-t2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .xs\:bg-black-t3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .xs\:bg-black-t4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .xs\:bg-black-t5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .xs\:bg-black-t6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .xs\:bg-black-t7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .xs\:bg-black-t8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .xs\:bg-black-t9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .xs\:bg-black-100 {
    background-color: #666666;
  }
  .xs\:bg-black-200 {
    background-color: #4d4d4d;
  }
  .xs\:bg-black-300 {
    background-color: #333333;
  }
  .xs\:bg-black-400 {
    background-color: #1a1a1a;
  }
  .xs\:bg-black-500 {
    background-color: #000000;
  }
  .xs\:bg-black-600 {
    background-color: black;
  }
  .xs\:bg-black-700 {
    background-color: black;
  }
  .xs\:bg-black-800 {
    background-color: black;
  }
  .xs\:bg-black-900 {
    background-color: black;
  }
  .xs\:border-black {
    border-color: #000000;
  }
  .xs\:border-black-t1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .xs\:border-black-t2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .xs\:border-black-t3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .xs\:border-black-t4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .xs\:border-black-t5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .xs\:border-black-t6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .xs\:border-black-t7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .xs\:border-black-t8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .xs\:border-black-t9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .xs\:border-black-100 {
    border-color: #666666;
  }
  .xs\:border-black-200 {
    border-color: #4d4d4d;
  }
  .xs\:border-black-300 {
    border-color: #333333;
  }
  .xs\:border-black-400 {
    border-color: #1a1a1a;
  }
  .xs\:border-black-500 {
    border-color: #000000;
  }
  .xs\:border-black-600 {
    border-color: black;
  }
  .xs\:border-black-700 {
    border-color: black;
  }
  .xs\:border-black-800 {
    border-color: black;
  }
  .xs\:border-black-900 {
    border-color: black;
  }
  .xs\:fill-black {
    fill: #000000;
  }
  .xs\:fill-black-t1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .xs\:fill-black-t2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .xs\:fill-black-t3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .xs\:fill-black-t4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .xs\:fill-black-t5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .xs\:fill-black-t6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .xs\:fill-black-t7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .xs\:fill-black-t8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .xs\:fill-black-t9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .xs\:fill-black-100 {
    fill: #666666;
  }
  .xs\:fill-black-200 {
    fill: #4d4d4d;
  }
  .xs\:fill-black-300 {
    fill: #333333;
  }
  .xs\:fill-black-400 {
    fill: #1a1a1a;
  }
  .xs\:fill-black-500 {
    fill: #000000;
  }
  .xs\:fill-black-600 {
    fill: black;
  }
  .xs\:fill-black-700 {
    fill: black;
  }
  .xs\:fill-black-800 {
    fill: black;
  }
  .xs\:fill-black-900 {
    fill: black;
  }
  .xs\:color-pink {
    color: #E91E63;
  }
  .xs\:color-pink-t1 {
    color: rgba(233, 30, 99, 0.1);
  }
  .xs\:color-pink-t2 {
    color: rgba(233, 30, 99, 0.2);
  }
  .xs\:color-pink-t3 {
    color: rgba(233, 30, 99, 0.3);
  }
  .xs\:color-pink-t4 {
    color: rgba(233, 30, 99, 0.4);
  }
  .xs\:color-pink-t5 {
    color: rgba(233, 30, 99, 0.5);
  }
  .xs\:color-pink-t6 {
    color: rgba(233, 30, 99, 0.6);
  }
  .xs\:color-pink-t7 {
    color: rgba(233, 30, 99, 0.7);
  }
  .xs\:color-pink-t8 {
    color: rgba(233, 30, 99, 0.8);
  }
  .xs\:color-pink-t9 {
    color: rgba(233, 30, 99, 0.9);
  }
  .xs\:color-pink-100 {
    color: #fbd8e4;
  }
  .xs\:color-pink-200 {
    color: #f7a9c4;
  }
  .xs\:color-pink-300 {
    color: #f27ba3;
  }
  .xs\:color-pink-400 {
    color: #ee4c83;
  }
  .xs\:color-pink-500 {
    color: #E91E63;
  }
  .xs\:color-pink-600 {
    color: #c1134e;
  }
  .xs\:color-pink-700 {
    color: #930e3b;
  }
  .xs\:color-pink-800 {
    color: #640a29;
  }
  .xs\:color-pink-900 {
    color: #360516;
  }
  .xs\:bg-pink {
    background-color: #E91E63;
  }
  .xs\:bg-pink-t1 {
    background-color: rgba(233, 30, 99, 0.1);
  }
  .xs\:bg-pink-t2 {
    background-color: rgba(233, 30, 99, 0.2);
  }
  .xs\:bg-pink-t3 {
    background-color: rgba(233, 30, 99, 0.3);
  }
  .xs\:bg-pink-t4 {
    background-color: rgba(233, 30, 99, 0.4);
  }
  .xs\:bg-pink-t5 {
    background-color: rgba(233, 30, 99, 0.5);
  }
  .xs\:bg-pink-t6 {
    background-color: rgba(233, 30, 99, 0.6);
  }
  .xs\:bg-pink-t7 {
    background-color: rgba(233, 30, 99, 0.7);
  }
  .xs\:bg-pink-t8 {
    background-color: rgba(233, 30, 99, 0.8);
  }
  .xs\:bg-pink-t9 {
    background-color: rgba(233, 30, 99, 0.9);
  }
  .xs\:bg-pink-100 {
    background-color: #fbd8e4;
  }
  .xs\:bg-pink-200 {
    background-color: #f7a9c4;
  }
  .xs\:bg-pink-300 {
    background-color: #f27ba3;
  }
  .xs\:bg-pink-400 {
    background-color: #ee4c83;
  }
  .xs\:bg-pink-500 {
    background-color: #E91E63;
  }
  .xs\:bg-pink-600 {
    background-color: #c1134e;
  }
  .xs\:bg-pink-700 {
    background-color: #930e3b;
  }
  .xs\:bg-pink-800 {
    background-color: #640a29;
  }
  .xs\:bg-pink-900 {
    background-color: #360516;
  }
  .xs\:border-pink {
    border-color: #E91E63;
  }
  .xs\:border-pink-t1 {
    border-color: rgba(233, 30, 99, 0.1);
  }
  .xs\:border-pink-t2 {
    border-color: rgba(233, 30, 99, 0.2);
  }
  .xs\:border-pink-t3 {
    border-color: rgba(233, 30, 99, 0.3);
  }
  .xs\:border-pink-t4 {
    border-color: rgba(233, 30, 99, 0.4);
  }
  .xs\:border-pink-t5 {
    border-color: rgba(233, 30, 99, 0.5);
  }
  .xs\:border-pink-t6 {
    border-color: rgba(233, 30, 99, 0.6);
  }
  .xs\:border-pink-t7 {
    border-color: rgba(233, 30, 99, 0.7);
  }
  .xs\:border-pink-t8 {
    border-color: rgba(233, 30, 99, 0.8);
  }
  .xs\:border-pink-t9 {
    border-color: rgba(233, 30, 99, 0.9);
  }
  .xs\:border-pink-100 {
    border-color: #fbd8e4;
  }
  .xs\:border-pink-200 {
    border-color: #f7a9c4;
  }
  .xs\:border-pink-300 {
    border-color: #f27ba3;
  }
  .xs\:border-pink-400 {
    border-color: #ee4c83;
  }
  .xs\:border-pink-500 {
    border-color: #E91E63;
  }
  .xs\:border-pink-600 {
    border-color: #c1134e;
  }
  .xs\:border-pink-700 {
    border-color: #930e3b;
  }
  .xs\:border-pink-800 {
    border-color: #640a29;
  }
  .xs\:border-pink-900 {
    border-color: #360516;
  }
  .xs\:fill-pink {
    fill: #E91E63;
  }
  .xs\:fill-pink-t1 {
    fill: rgba(233, 30, 99, 0.1);
  }
  .xs\:fill-pink-t2 {
    fill: rgba(233, 30, 99, 0.2);
  }
  .xs\:fill-pink-t3 {
    fill: rgba(233, 30, 99, 0.3);
  }
  .xs\:fill-pink-t4 {
    fill: rgba(233, 30, 99, 0.4);
  }
  .xs\:fill-pink-t5 {
    fill: rgba(233, 30, 99, 0.5);
  }
  .xs\:fill-pink-t6 {
    fill: rgba(233, 30, 99, 0.6);
  }
  .xs\:fill-pink-t7 {
    fill: rgba(233, 30, 99, 0.7);
  }
  .xs\:fill-pink-t8 {
    fill: rgba(233, 30, 99, 0.8);
  }
  .xs\:fill-pink-t9 {
    fill: rgba(233, 30, 99, 0.9);
  }
  .xs\:fill-pink-100 {
    fill: #fbd8e4;
  }
  .xs\:fill-pink-200 {
    fill: #f7a9c4;
  }
  .xs\:fill-pink-300 {
    fill: #f27ba3;
  }
  .xs\:fill-pink-400 {
    fill: #ee4c83;
  }
  .xs\:fill-pink-500 {
    fill: #E91E63;
  }
  .xs\:fill-pink-600 {
    fill: #c1134e;
  }
  .xs\:fill-pink-700 {
    fill: #930e3b;
  }
  .xs\:fill-pink-800 {
    fill: #640a29;
  }
  .xs\:fill-pink-900 {
    fill: #360516;
  }
  .xs\:color-grey {
    color: #d7d7d7;
  }
  .xs\:color-grey-t1 {
    color: rgba(215, 215, 215, 0.1);
  }
  .xs\:color-grey-t2 {
    color: rgba(215, 215, 215, 0.2);
  }
  .xs\:color-grey-t3 {
    color: rgba(215, 215, 215, 0.3);
  }
  .xs\:color-grey-t4 {
    color: rgba(215, 215, 215, 0.4);
  }
  .xs\:color-grey-t5 {
    color: rgba(215, 215, 215, 0.5);
  }
  .xs\:color-grey-t6 {
    color: rgba(215, 215, 215, 0.6);
  }
  .xs\:color-grey-t7 {
    color: rgba(215, 215, 215, 0.7);
  }
  .xs\:color-grey-t8 {
    color: rgba(215, 215, 215, 0.8);
  }
  .xs\:color-grey-t9 {
    color: rgba(215, 215, 215, 0.9);
  }
  .xs\:color-grey-100 {
    color: white;
  }
  .xs\:color-grey-200 {
    color: white;
  }
  .xs\:color-grey-300 {
    color: white;
  }
  .xs\:color-grey-400 {
    color: #f1f1f1;
  }
  .xs\:color-grey-500 {
    color: #d7d7d7;
  }
  .xs\:color-grey-600 {
    color: #bebebe;
  }
  .xs\:color-grey-700 {
    color: #a4a4a4;
  }
  .xs\:color-grey-800 {
    color: #8b8b8b;
  }
  .xs\:color-grey-900 {
    color: #717171;
  }
  .xs\:bg-grey {
    background-color: #d7d7d7;
  }
  .xs\:bg-grey-t1 {
    background-color: rgba(215, 215, 215, 0.1);
  }
  .xs\:bg-grey-t2 {
    background-color: rgba(215, 215, 215, 0.2);
  }
  .xs\:bg-grey-t3 {
    background-color: rgba(215, 215, 215, 0.3);
  }
  .xs\:bg-grey-t4 {
    background-color: rgba(215, 215, 215, 0.4);
  }
  .xs\:bg-grey-t5 {
    background-color: rgba(215, 215, 215, 0.5);
  }
  .xs\:bg-grey-t6 {
    background-color: rgba(215, 215, 215, 0.6);
  }
  .xs\:bg-grey-t7 {
    background-color: rgba(215, 215, 215, 0.7);
  }
  .xs\:bg-grey-t8 {
    background-color: rgba(215, 215, 215, 0.8);
  }
  .xs\:bg-grey-t9 {
    background-color: rgba(215, 215, 215, 0.9);
  }
  .xs\:bg-grey-100 {
    background-color: white;
  }
  .xs\:bg-grey-200 {
    background-color: white;
  }
  .xs\:bg-grey-300 {
    background-color: white;
  }
  .xs\:bg-grey-400 {
    background-color: #f1f1f1;
  }
  .xs\:bg-grey-500 {
    background-color: #d7d7d7;
  }
  .xs\:bg-grey-600 {
    background-color: #bebebe;
  }
  .xs\:bg-grey-700 {
    background-color: #a4a4a4;
  }
  .xs\:bg-grey-800 {
    background-color: #8b8b8b;
  }
  .xs\:bg-grey-900 {
    background-color: #717171;
  }
  .xs\:border-grey {
    border-color: #d7d7d7;
  }
  .xs\:border-grey-t1 {
    border-color: rgba(215, 215, 215, 0.1);
  }
  .xs\:border-grey-t2 {
    border-color: rgba(215, 215, 215, 0.2);
  }
  .xs\:border-grey-t3 {
    border-color: rgba(215, 215, 215, 0.3);
  }
  .xs\:border-grey-t4 {
    border-color: rgba(215, 215, 215, 0.4);
  }
  .xs\:border-grey-t5 {
    border-color: rgba(215, 215, 215, 0.5);
  }
  .xs\:border-grey-t6 {
    border-color: rgba(215, 215, 215, 0.6);
  }
  .xs\:border-grey-t7 {
    border-color: rgba(215, 215, 215, 0.7);
  }
  .xs\:border-grey-t8 {
    border-color: rgba(215, 215, 215, 0.8);
  }
  .xs\:border-grey-t9 {
    border-color: rgba(215, 215, 215, 0.9);
  }
  .xs\:border-grey-100 {
    border-color: white;
  }
  .xs\:border-grey-200 {
    border-color: white;
  }
  .xs\:border-grey-300 {
    border-color: white;
  }
  .xs\:border-grey-400 {
    border-color: #f1f1f1;
  }
  .xs\:border-grey-500 {
    border-color: #d7d7d7;
  }
  .xs\:border-grey-600 {
    border-color: #bebebe;
  }
  .xs\:border-grey-700 {
    border-color: #a4a4a4;
  }
  .xs\:border-grey-800 {
    border-color: #8b8b8b;
  }
  .xs\:border-grey-900 {
    border-color: #717171;
  }
  .xs\:fill-grey {
    fill: #d7d7d7;
  }
  .xs\:fill-grey-t1 {
    fill: rgba(215, 215, 215, 0.1);
  }
  .xs\:fill-grey-t2 {
    fill: rgba(215, 215, 215, 0.2);
  }
  .xs\:fill-grey-t3 {
    fill: rgba(215, 215, 215, 0.3);
  }
  .xs\:fill-grey-t4 {
    fill: rgba(215, 215, 215, 0.4);
  }
  .xs\:fill-grey-t5 {
    fill: rgba(215, 215, 215, 0.5);
  }
  .xs\:fill-grey-t6 {
    fill: rgba(215, 215, 215, 0.6);
  }
  .xs\:fill-grey-t7 {
    fill: rgba(215, 215, 215, 0.7);
  }
  .xs\:fill-grey-t8 {
    fill: rgba(215, 215, 215, 0.8);
  }
  .xs\:fill-grey-t9 {
    fill: rgba(215, 215, 215, 0.9);
  }
  .xs\:fill-grey-100 {
    fill: white;
  }
  .xs\:fill-grey-200 {
    fill: white;
  }
  .xs\:fill-grey-300 {
    fill: white;
  }
  .xs\:fill-grey-400 {
    fill: #f1f1f1;
  }
  .xs\:fill-grey-500 {
    fill: #d7d7d7;
  }
  .xs\:fill-grey-600 {
    fill: #bebebe;
  }
  .xs\:fill-grey-700 {
    fill: #a4a4a4;
  }
  .xs\:fill-grey-800 {
    fill: #8b8b8b;
  }
  .xs\:fill-grey-900 {
    fill: #717171;
  }
  .xs\:color-gold {
    color: #f5efeb;
  }
  .xs\:color-gold-t1 {
    color: rgba(245, 239, 235, 0.1);
  }
  .xs\:color-gold-t2 {
    color: rgba(245, 239, 235, 0.2);
  }
  .xs\:color-gold-t3 {
    color: rgba(245, 239, 235, 0.3);
  }
  .xs\:color-gold-t4 {
    color: rgba(245, 239, 235, 0.4);
  }
  .xs\:color-gold-t5 {
    color: rgba(245, 239, 235, 0.5);
  }
  .xs\:color-gold-t6 {
    color: rgba(245, 239, 235, 0.6);
  }
  .xs\:color-gold-t7 {
    color: rgba(245, 239, 235, 0.7);
  }
  .xs\:color-gold-t8 {
    color: rgba(245, 239, 235, 0.8);
  }
  .xs\:color-gold-t9 {
    color: rgba(245, 239, 235, 0.9);
  }
  .xs\:color-gold-100 {
    color: white;
  }
  .xs\:color-gold-200 {
    color: white;
  }
  .xs\:color-gold-300 {
    color: white;
  }
  .xs\:color-gold-400 {
    color: white;
  }
  .xs\:color-gold-500 {
    color: #f5efeb;
  }
  .xs\:color-gold-600 {
    color: #e4d4c9;
  }
  .xs\:color-gold-700 {
    color: #d3b9a7;
  }
  .xs\:color-gold-800 {
    color: #c29d85;
  }
  .xs\:color-gold-900 {
    color: #b18263;
  }
  .xs\:bg-gold {
    background-color: #f5efeb;
  }
  .xs\:bg-gold-t1 {
    background-color: rgba(245, 239, 235, 0.1);
  }
  .xs\:bg-gold-t2 {
    background-color: rgba(245, 239, 235, 0.2);
  }
  .xs\:bg-gold-t3 {
    background-color: rgba(245, 239, 235, 0.3);
  }
  .xs\:bg-gold-t4 {
    background-color: rgba(245, 239, 235, 0.4);
  }
  .xs\:bg-gold-t5 {
    background-color: rgba(245, 239, 235, 0.5);
  }
  .xs\:bg-gold-t6 {
    background-color: rgba(245, 239, 235, 0.6);
  }
  .xs\:bg-gold-t7 {
    background-color: rgba(245, 239, 235, 0.7);
  }
  .xs\:bg-gold-t8 {
    background-color: rgba(245, 239, 235, 0.8);
  }
  .xs\:bg-gold-t9 {
    background-color: rgba(245, 239, 235, 0.9);
  }
  .xs\:bg-gold-100 {
    background-color: white;
  }
  .xs\:bg-gold-200 {
    background-color: white;
  }
  .xs\:bg-gold-300 {
    background-color: white;
  }
  .xs\:bg-gold-400 {
    background-color: white;
  }
  .xs\:bg-gold-500 {
    background-color: #f5efeb;
  }
  .xs\:bg-gold-600 {
    background-color: #e4d4c9;
  }
  .xs\:bg-gold-700 {
    background-color: #d3b9a7;
  }
  .xs\:bg-gold-800 {
    background-color: #c29d85;
  }
  .xs\:bg-gold-900 {
    background-color: #b18263;
  }
  .xs\:border-gold {
    border-color: #f5efeb;
  }
  .xs\:border-gold-t1 {
    border-color: rgba(245, 239, 235, 0.1);
  }
  .xs\:border-gold-t2 {
    border-color: rgba(245, 239, 235, 0.2);
  }
  .xs\:border-gold-t3 {
    border-color: rgba(245, 239, 235, 0.3);
  }
  .xs\:border-gold-t4 {
    border-color: rgba(245, 239, 235, 0.4);
  }
  .xs\:border-gold-t5 {
    border-color: rgba(245, 239, 235, 0.5);
  }
  .xs\:border-gold-t6 {
    border-color: rgba(245, 239, 235, 0.6);
  }
  .xs\:border-gold-t7 {
    border-color: rgba(245, 239, 235, 0.7);
  }
  .xs\:border-gold-t8 {
    border-color: rgba(245, 239, 235, 0.8);
  }
  .xs\:border-gold-t9 {
    border-color: rgba(245, 239, 235, 0.9);
  }
  .xs\:border-gold-100 {
    border-color: white;
  }
  .xs\:border-gold-200 {
    border-color: white;
  }
  .xs\:border-gold-300 {
    border-color: white;
  }
  .xs\:border-gold-400 {
    border-color: white;
  }
  .xs\:border-gold-500 {
    border-color: #f5efeb;
  }
  .xs\:border-gold-600 {
    border-color: #e4d4c9;
  }
  .xs\:border-gold-700 {
    border-color: #d3b9a7;
  }
  .xs\:border-gold-800 {
    border-color: #c29d85;
  }
  .xs\:border-gold-900 {
    border-color: #b18263;
  }
  .xs\:fill-gold {
    fill: #f5efeb;
  }
  .xs\:fill-gold-t1 {
    fill: rgba(245, 239, 235, 0.1);
  }
  .xs\:fill-gold-t2 {
    fill: rgba(245, 239, 235, 0.2);
  }
  .xs\:fill-gold-t3 {
    fill: rgba(245, 239, 235, 0.3);
  }
  .xs\:fill-gold-t4 {
    fill: rgba(245, 239, 235, 0.4);
  }
  .xs\:fill-gold-t5 {
    fill: rgba(245, 239, 235, 0.5);
  }
  .xs\:fill-gold-t6 {
    fill: rgba(245, 239, 235, 0.6);
  }
  .xs\:fill-gold-t7 {
    fill: rgba(245, 239, 235, 0.7);
  }
  .xs\:fill-gold-t8 {
    fill: rgba(245, 239, 235, 0.8);
  }
  .xs\:fill-gold-t9 {
    fill: rgba(245, 239, 235, 0.9);
  }
  .xs\:fill-gold-100 {
    fill: white;
  }
  .xs\:fill-gold-200 {
    fill: white;
  }
  .xs\:fill-gold-300 {
    fill: white;
  }
  .xs\:fill-gold-400 {
    fill: white;
  }
  .xs\:fill-gold-500 {
    fill: #f5efeb;
  }
  .xs\:fill-gold-600 {
    fill: #e4d4c9;
  }
  .xs\:fill-gold-700 {
    fill: #d3b9a7;
  }
  .xs\:fill-gold-800 {
    fill: #c29d85;
  }
  .xs\:fill-gold-900 {
    fill: #b18263;
  }
  .xs\:color-dark {
    color: #111;
  }
  .xs\:color-dark-t1 {
    color: rgba(17, 17, 17, 0.1);
  }
  .xs\:color-dark-t2 {
    color: rgba(17, 17, 17, 0.2);
  }
  .xs\:color-dark-t3 {
    color: rgba(17, 17, 17, 0.3);
  }
  .xs\:color-dark-t4 {
    color: rgba(17, 17, 17, 0.4);
  }
  .xs\:color-dark-t5 {
    color: rgba(17, 17, 17, 0.5);
  }
  .xs\:color-dark-t6 {
    color: rgba(17, 17, 17, 0.6);
  }
  .xs\:color-dark-t7 {
    color: rgba(17, 17, 17, 0.7);
  }
  .xs\:color-dark-t8 {
    color: rgba(17, 17, 17, 0.8);
  }
  .xs\:color-dark-t9 {
    color: rgba(17, 17, 17, 0.9);
  }
  .xs\:color-dark-100 {
    color: #777777;
  }
  .xs\:color-dark-200 {
    color: #5e5e5e;
  }
  .xs\:color-dark-300 {
    color: #444444;
  }
  .xs\:color-dark-400 {
    color: #2b2b2b;
  }
  .xs\:color-dark-500 {
    color: #111;
  }
  .xs\:color-dark-600 {
    color: black;
  }
  .xs\:color-dark-700 {
    color: black;
  }
  .xs\:color-dark-800 {
    color: black;
  }
  .xs\:color-dark-900 {
    color: black;
  }
  .xs\:bg-dark {
    background-color: #111;
  }
  .xs\:bg-dark-t1 {
    background-color: rgba(17, 17, 17, 0.1);
  }
  .xs\:bg-dark-t2 {
    background-color: rgba(17, 17, 17, 0.2);
  }
  .xs\:bg-dark-t3 {
    background-color: rgba(17, 17, 17, 0.3);
  }
  .xs\:bg-dark-t4 {
    background-color: rgba(17, 17, 17, 0.4);
  }
  .xs\:bg-dark-t5 {
    background-color: rgba(17, 17, 17, 0.5);
  }
  .xs\:bg-dark-t6 {
    background-color: rgba(17, 17, 17, 0.6);
  }
  .xs\:bg-dark-t7 {
    background-color: rgba(17, 17, 17, 0.7);
  }
  .xs\:bg-dark-t8 {
    background-color: rgba(17, 17, 17, 0.8);
  }
  .xs\:bg-dark-t9 {
    background-color: rgba(17, 17, 17, 0.9);
  }
  .xs\:bg-dark-100 {
    background-color: #777777;
  }
  .xs\:bg-dark-200 {
    background-color: #5e5e5e;
  }
  .xs\:bg-dark-300 {
    background-color: #444444;
  }
  .xs\:bg-dark-400 {
    background-color: #2b2b2b;
  }
  .xs\:bg-dark-500 {
    background-color: #111;
  }
  .xs\:bg-dark-600 {
    background-color: black;
  }
  .xs\:bg-dark-700 {
    background-color: black;
  }
  .xs\:bg-dark-800 {
    background-color: black;
  }
  .xs\:bg-dark-900 {
    background-color: black;
  }
  .xs\:border-dark {
    border-color: #111;
  }
  .xs\:border-dark-t1 {
    border-color: rgba(17, 17, 17, 0.1);
  }
  .xs\:border-dark-t2 {
    border-color: rgba(17, 17, 17, 0.2);
  }
  .xs\:border-dark-t3 {
    border-color: rgba(17, 17, 17, 0.3);
  }
  .xs\:border-dark-t4 {
    border-color: rgba(17, 17, 17, 0.4);
  }
  .xs\:border-dark-t5 {
    border-color: rgba(17, 17, 17, 0.5);
  }
  .xs\:border-dark-t6 {
    border-color: rgba(17, 17, 17, 0.6);
  }
  .xs\:border-dark-t7 {
    border-color: rgba(17, 17, 17, 0.7);
  }
  .xs\:border-dark-t8 {
    border-color: rgba(17, 17, 17, 0.8);
  }
  .xs\:border-dark-t9 {
    border-color: rgba(17, 17, 17, 0.9);
  }
  .xs\:border-dark-100 {
    border-color: #777777;
  }
  .xs\:border-dark-200 {
    border-color: #5e5e5e;
  }
  .xs\:border-dark-300 {
    border-color: #444444;
  }
  .xs\:border-dark-400 {
    border-color: #2b2b2b;
  }
  .xs\:border-dark-500 {
    border-color: #111;
  }
  .xs\:border-dark-600 {
    border-color: black;
  }
  .xs\:border-dark-700 {
    border-color: black;
  }
  .xs\:border-dark-800 {
    border-color: black;
  }
  .xs\:border-dark-900 {
    border-color: black;
  }
  .xs\:fill-dark {
    fill: #111;
  }
  .xs\:fill-dark-t1 {
    fill: rgba(17, 17, 17, 0.1);
  }
  .xs\:fill-dark-t2 {
    fill: rgba(17, 17, 17, 0.2);
  }
  .xs\:fill-dark-t3 {
    fill: rgba(17, 17, 17, 0.3);
  }
  .xs\:fill-dark-t4 {
    fill: rgba(17, 17, 17, 0.4);
  }
  .xs\:fill-dark-t5 {
    fill: rgba(17, 17, 17, 0.5);
  }
  .xs\:fill-dark-t6 {
    fill: rgba(17, 17, 17, 0.6);
  }
  .xs\:fill-dark-t7 {
    fill: rgba(17, 17, 17, 0.7);
  }
  .xs\:fill-dark-t8 {
    fill: rgba(17, 17, 17, 0.8);
  }
  .xs\:fill-dark-t9 {
    fill: rgba(17, 17, 17, 0.9);
  }
  .xs\:fill-dark-100 {
    fill: #777777;
  }
  .xs\:fill-dark-200 {
    fill: #5e5e5e;
  }
  .xs\:fill-dark-300 {
    fill: #444444;
  }
  .xs\:fill-dark-400 {
    fill: #2b2b2b;
  }
  .xs\:fill-dark-500 {
    fill: #111;
  }
  .xs\:fill-dark-600 {
    fill: black;
  }
  .xs\:fill-dark-700 {
    fill: black;
  }
  .xs\:fill-dark-800 {
    fill: black;
  }
  .xs\:fill-dark-900 {
    fill: black;
  }
  .xs\:color-green {
    color: #22c55e;
  }
  .xs\:color-green-t1 {
    color: rgba(34, 197, 94, 0.1);
  }
  .xs\:color-green-t2 {
    color: rgba(34, 197, 94, 0.2);
  }
  .xs\:color-green-t3 {
    color: rgba(34, 197, 94, 0.3);
  }
  .xs\:color-green-t4 {
    color: rgba(34, 197, 94, 0.4);
  }
  .xs\:color-green-t5 {
    color: rgba(34, 197, 94, 0.5);
  }
  .xs\:color-green-t6 {
    color: rgba(34, 197, 94, 0.6);
  }
  .xs\:color-green-t7 {
    color: rgba(34, 197, 94, 0.7);
  }
  .xs\:color-green-t8 {
    color: rgba(34, 197, 94, 0.8);
  }
  .xs\:color-green-t9 {
    color: rgba(34, 197, 94, 0.9);
  }
  .xs\:color-green-100 {
    color: #bff4d3;
  }
  .xs\:color-green-200 {
    color: #94ecb4;
  }
  .xs\:color-green-300 {
    color: #68e596;
  }
  .xs\:color-green-400 {
    color: #3ddd78;
  }
  .xs\:color-green-500 {
    color: #22c55e;
  }
  .xs\:color-green-600 {
    color: #1a9a49;
  }
  .xs\:color-green-700 {
    color: #136e34;
  }
  .xs\:color-green-800 {
    color: #0b4320;
  }
  .xs\:color-green-900 {
    color: #04170b;
  }
  .xs\:bg-green {
    background-color: #22c55e;
  }
  .xs\:bg-green-t1 {
    background-color: rgba(34, 197, 94, 0.1);
  }
  .xs\:bg-green-t2 {
    background-color: rgba(34, 197, 94, 0.2);
  }
  .xs\:bg-green-t3 {
    background-color: rgba(34, 197, 94, 0.3);
  }
  .xs\:bg-green-t4 {
    background-color: rgba(34, 197, 94, 0.4);
  }
  .xs\:bg-green-t5 {
    background-color: rgba(34, 197, 94, 0.5);
  }
  .xs\:bg-green-t6 {
    background-color: rgba(34, 197, 94, 0.6);
  }
  .xs\:bg-green-t7 {
    background-color: rgba(34, 197, 94, 0.7);
  }
  .xs\:bg-green-t8 {
    background-color: rgba(34, 197, 94, 0.8);
  }
  .xs\:bg-green-t9 {
    background-color: rgba(34, 197, 94, 0.9);
  }
  .xs\:bg-green-100 {
    background-color: #bff4d3;
  }
  .xs\:bg-green-200 {
    background-color: #94ecb4;
  }
  .xs\:bg-green-300 {
    background-color: #68e596;
  }
  .xs\:bg-green-400 {
    background-color: #3ddd78;
  }
  .xs\:bg-green-500 {
    background-color: #22c55e;
  }
  .xs\:bg-green-600 {
    background-color: #1a9a49;
  }
  .xs\:bg-green-700 {
    background-color: #136e34;
  }
  .xs\:bg-green-800 {
    background-color: #0b4320;
  }
  .xs\:bg-green-900 {
    background-color: #04170b;
  }
  .xs\:border-green {
    border-color: #22c55e;
  }
  .xs\:border-green-t1 {
    border-color: rgba(34, 197, 94, 0.1);
  }
  .xs\:border-green-t2 {
    border-color: rgba(34, 197, 94, 0.2);
  }
  .xs\:border-green-t3 {
    border-color: rgba(34, 197, 94, 0.3);
  }
  .xs\:border-green-t4 {
    border-color: rgba(34, 197, 94, 0.4);
  }
  .xs\:border-green-t5 {
    border-color: rgba(34, 197, 94, 0.5);
  }
  .xs\:border-green-t6 {
    border-color: rgba(34, 197, 94, 0.6);
  }
  .xs\:border-green-t7 {
    border-color: rgba(34, 197, 94, 0.7);
  }
  .xs\:border-green-t8 {
    border-color: rgba(34, 197, 94, 0.8);
  }
  .xs\:border-green-t9 {
    border-color: rgba(34, 197, 94, 0.9);
  }
  .xs\:border-green-100 {
    border-color: #bff4d3;
  }
  .xs\:border-green-200 {
    border-color: #94ecb4;
  }
  .xs\:border-green-300 {
    border-color: #68e596;
  }
  .xs\:border-green-400 {
    border-color: #3ddd78;
  }
  .xs\:border-green-500 {
    border-color: #22c55e;
  }
  .xs\:border-green-600 {
    border-color: #1a9a49;
  }
  .xs\:border-green-700 {
    border-color: #136e34;
  }
  .xs\:border-green-800 {
    border-color: #0b4320;
  }
  .xs\:border-green-900 {
    border-color: #04170b;
  }
  .xs\:fill-green {
    fill: #22c55e;
  }
  .xs\:fill-green-t1 {
    fill: rgba(34, 197, 94, 0.1);
  }
  .xs\:fill-green-t2 {
    fill: rgba(34, 197, 94, 0.2);
  }
  .xs\:fill-green-t3 {
    fill: rgba(34, 197, 94, 0.3);
  }
  .xs\:fill-green-t4 {
    fill: rgba(34, 197, 94, 0.4);
  }
  .xs\:fill-green-t5 {
    fill: rgba(34, 197, 94, 0.5);
  }
  .xs\:fill-green-t6 {
    fill: rgba(34, 197, 94, 0.6);
  }
  .xs\:fill-green-t7 {
    fill: rgba(34, 197, 94, 0.7);
  }
  .xs\:fill-green-t8 {
    fill: rgba(34, 197, 94, 0.8);
  }
  .xs\:fill-green-t9 {
    fill: rgba(34, 197, 94, 0.9);
  }
  .xs\:fill-green-100 {
    fill: #bff4d3;
  }
  .xs\:fill-green-200 {
    fill: #94ecb4;
  }
  .xs\:fill-green-300 {
    fill: #68e596;
  }
  .xs\:fill-green-400 {
    fill: #3ddd78;
  }
  .xs\:fill-green-500 {
    fill: #22c55e;
  }
  .xs\:fill-green-600 {
    fill: #1a9a49;
  }
  .xs\:fill-green-700 {
    fill: #136e34;
  }
  .xs\:fill-green-800 {
    fill: #0b4320;
  }
  .xs\:fill-green-900 {
    fill: #04170b;
  }
  .xs\:color-orange {
    color: #F84C00;
  }
  .xs\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .xs\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .xs\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .xs\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .xs\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .xs\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .xs\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .xs\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .xs\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .xs\:color-orange-100 {
    color: #ffd7c5;
  }
  .xs\:color-orange-200 {
    color: #ffb392;
  }
  .xs\:color-orange-300 {
    color: #ff905f;
  }
  .xs\:color-orange-400 {
    color: #ff6d2c;
  }
  .xs\:color-orange-500 {
    color: #F84C00;
  }
  .xs\:color-orange-600 {
    color: #c53c00;
  }
  .xs\:color-orange-700 {
    color: #922d00;
  }
  .xs\:color-orange-800 {
    color: #5f1d00;
  }
  .xs\:color-orange-900 {
    color: #2c0d00;
  }
  .xs\:bg-orange {
    background-color: #F84C00;
  }
  .xs\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .xs\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .xs\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .xs\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .xs\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .xs\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .xs\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .xs\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .xs\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .xs\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .xs\:bg-orange-200 {
    background-color: #ffb392;
  }
  .xs\:bg-orange-300 {
    background-color: #ff905f;
  }
  .xs\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .xs\:bg-orange-500 {
    background-color: #F84C00;
  }
  .xs\:bg-orange-600 {
    background-color: #c53c00;
  }
  .xs\:bg-orange-700 {
    background-color: #922d00;
  }
  .xs\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .xs\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .xs\:border-orange {
    border-color: #F84C00;
  }
  .xs\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .xs\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .xs\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .xs\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .xs\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .xs\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .xs\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .xs\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .xs\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .xs\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .xs\:border-orange-200 {
    border-color: #ffb392;
  }
  .xs\:border-orange-300 {
    border-color: #ff905f;
  }
  .xs\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .xs\:border-orange-500 {
    border-color: #F84C00;
  }
  .xs\:border-orange-600 {
    border-color: #c53c00;
  }
  .xs\:border-orange-700 {
    border-color: #922d00;
  }
  .xs\:border-orange-800 {
    border-color: #5f1d00;
  }
  .xs\:border-orange-900 {
    border-color: #2c0d00;
  }
  .xs\:fill-orange {
    fill: #F84C00;
  }
  .xs\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .xs\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .xs\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .xs\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .xs\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .xs\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .xs\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .xs\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .xs\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .xs\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .xs\:fill-orange-200 {
    fill: #ffb392;
  }
  .xs\:fill-orange-300 {
    fill: #ff905f;
  }
  .xs\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .xs\:fill-orange-500 {
    fill: #F84C00;
  }
  .xs\:fill-orange-600 {
    fill: #c53c00;
  }
  .xs\:fill-orange-700 {
    fill: #922d00;
  }
  .xs\:fill-orange-800 {
    fill: #5f1d00;
  }
  .xs\:fill-orange-900 {
    fill: #2c0d00;
  }
  .xs\:color-navy {
    color: #172331;
  }
  .xs\:color-navy-t1 {
    color: rgba(23, 35, 49, 0.1);
  }
  .xs\:color-navy-t2 {
    color: rgba(23, 35, 49, 0.2);
  }
  .xs\:color-navy-t3 {
    color: rgba(23, 35, 49, 0.3);
  }
  .xs\:color-navy-t4 {
    color: rgba(23, 35, 49, 0.4);
  }
  .xs\:color-navy-t5 {
    color: rgba(23, 35, 49, 0.5);
  }
  .xs\:color-navy-t6 {
    color: rgba(23, 35, 49, 0.6);
  }
  .xs\:color-navy-t7 {
    color: rgba(23, 35, 49, 0.7);
  }
  .xs\:color-navy-t8 {
    color: rgba(23, 35, 49, 0.8);
  }
  .xs\:color-navy-t9 {
    color: rgba(23, 35, 49, 0.9);
  }
  .xs\:color-navy-100 {
    color: #6087b4;
  }
  .xs\:color-navy-200 {
    color: #486d99;
  }
  .xs\:color-navy-300 {
    color: #385576;
  }
  .xs\:color-navy-400 {
    color: #273c54;
  }
  .xs\:color-navy-500 {
    color: #172331;
  }
  .xs\:color-navy-600 {
    color: #070a0e;
  }
  .xs\:color-navy-700 {
    color: black;
  }
  .xs\:color-navy-800 {
    color: black;
  }
  .xs\:color-navy-900 {
    color: black;
  }
  .xs\:bg-navy {
    background-color: #172331;
  }
  .xs\:bg-navy-t1 {
    background-color: rgba(23, 35, 49, 0.1);
  }
  .xs\:bg-navy-t2 {
    background-color: rgba(23, 35, 49, 0.2);
  }
  .xs\:bg-navy-t3 {
    background-color: rgba(23, 35, 49, 0.3);
  }
  .xs\:bg-navy-t4 {
    background-color: rgba(23, 35, 49, 0.4);
  }
  .xs\:bg-navy-t5 {
    background-color: rgba(23, 35, 49, 0.5);
  }
  .xs\:bg-navy-t6 {
    background-color: rgba(23, 35, 49, 0.6);
  }
  .xs\:bg-navy-t7 {
    background-color: rgba(23, 35, 49, 0.7);
  }
  .xs\:bg-navy-t8 {
    background-color: rgba(23, 35, 49, 0.8);
  }
  .xs\:bg-navy-t9 {
    background-color: rgba(23, 35, 49, 0.9);
  }
  .xs\:bg-navy-100 {
    background-color: #6087b4;
  }
  .xs\:bg-navy-200 {
    background-color: #486d99;
  }
  .xs\:bg-navy-300 {
    background-color: #385576;
  }
  .xs\:bg-navy-400 {
    background-color: #273c54;
  }
  .xs\:bg-navy-500 {
    background-color: #172331;
  }
  .xs\:bg-navy-600 {
    background-color: #070a0e;
  }
  .xs\:bg-navy-700 {
    background-color: black;
  }
  .xs\:bg-navy-800 {
    background-color: black;
  }
  .xs\:bg-navy-900 {
    background-color: black;
  }
  .xs\:border-navy {
    border-color: #172331;
  }
  .xs\:border-navy-t1 {
    border-color: rgba(23, 35, 49, 0.1);
  }
  .xs\:border-navy-t2 {
    border-color: rgba(23, 35, 49, 0.2);
  }
  .xs\:border-navy-t3 {
    border-color: rgba(23, 35, 49, 0.3);
  }
  .xs\:border-navy-t4 {
    border-color: rgba(23, 35, 49, 0.4);
  }
  .xs\:border-navy-t5 {
    border-color: rgba(23, 35, 49, 0.5);
  }
  .xs\:border-navy-t6 {
    border-color: rgba(23, 35, 49, 0.6);
  }
  .xs\:border-navy-t7 {
    border-color: rgba(23, 35, 49, 0.7);
  }
  .xs\:border-navy-t8 {
    border-color: rgba(23, 35, 49, 0.8);
  }
  .xs\:border-navy-t9 {
    border-color: rgba(23, 35, 49, 0.9);
  }
  .xs\:border-navy-100 {
    border-color: #6087b4;
  }
  .xs\:border-navy-200 {
    border-color: #486d99;
  }
  .xs\:border-navy-300 {
    border-color: #385576;
  }
  .xs\:border-navy-400 {
    border-color: #273c54;
  }
  .xs\:border-navy-500 {
    border-color: #172331;
  }
  .xs\:border-navy-600 {
    border-color: #070a0e;
  }
  .xs\:border-navy-700 {
    border-color: black;
  }
  .xs\:border-navy-800 {
    border-color: black;
  }
  .xs\:border-navy-900 {
    border-color: black;
  }
  .xs\:fill-navy {
    fill: #172331;
  }
  .xs\:fill-navy-t1 {
    fill: rgba(23, 35, 49, 0.1);
  }
  .xs\:fill-navy-t2 {
    fill: rgba(23, 35, 49, 0.2);
  }
  .xs\:fill-navy-t3 {
    fill: rgba(23, 35, 49, 0.3);
  }
  .xs\:fill-navy-t4 {
    fill: rgba(23, 35, 49, 0.4);
  }
  .xs\:fill-navy-t5 {
    fill: rgba(23, 35, 49, 0.5);
  }
  .xs\:fill-navy-t6 {
    fill: rgba(23, 35, 49, 0.6);
  }
  .xs\:fill-navy-t7 {
    fill: rgba(23, 35, 49, 0.7);
  }
  .xs\:fill-navy-t8 {
    fill: rgba(23, 35, 49, 0.8);
  }
  .xs\:fill-navy-t9 {
    fill: rgba(23, 35, 49, 0.9);
  }
  .xs\:fill-navy-100 {
    fill: #6087b4;
  }
  .xs\:fill-navy-200 {
    fill: #486d99;
  }
  .xs\:fill-navy-300 {
    fill: #385576;
  }
  .xs\:fill-navy-400 {
    fill: #273c54;
  }
  .xs\:fill-navy-500 {
    fill: #172331;
  }
  .xs\:fill-navy-600 {
    fill: #070a0e;
  }
  .xs\:fill-navy-700 {
    fill: black;
  }
  .xs\:fill-navy-800 {
    fill: black;
  }
  .xs\:fill-navy-900 {
    fill: black;
  }
  .xs\:color-denim {
    color: #26376f;
  }
  .xs\:color-denim-t1 {
    color: rgba(38, 55, 111, 0.1);
  }
  .xs\:color-denim-t2 {
    color: rgba(38, 55, 111, 0.2);
  }
  .xs\:color-denim-t3 {
    color: rgba(38, 55, 111, 0.3);
  }
  .xs\:color-denim-t4 {
    color: rgba(38, 55, 111, 0.4);
  }
  .xs\:color-denim-t5 {
    color: rgba(38, 55, 111, 0.5);
  }
  .xs\:color-denim-t6 {
    color: rgba(38, 55, 111, 0.6);
  }
  .xs\:color-denim-t7 {
    color: rgba(38, 55, 111, 0.7);
  }
  .xs\:color-denim-t8 {
    color: rgba(38, 55, 111, 0.8);
  }
  .xs\:color-denim-t9 {
    color: rgba(38, 55, 111, 0.9);
  }
  .xs\:color-denim-100 {
    color: #8a9cd7;
  }
  .xs\:color-denim-200 {
    color: #647cca;
  }
  .xs\:color-denim-300 {
    color: #405dbb;
  }
  .xs\:color-denim-400 {
    color: #334a95;
  }
  .xs\:color-denim-500 {
    color: #26376f;
  }
  .xs\:color-denim-600 {
    color: #192449;
  }
  .xs\:color-denim-700 {
    color: #0c1123;
  }
  .xs\:color-denim-800 {
    color: black;
  }
  .xs\:color-denim-900 {
    color: black;
  }
  .xs\:bg-denim {
    background-color: #26376f;
  }
  .xs\:bg-denim-t1 {
    background-color: rgba(38, 55, 111, 0.1);
  }
  .xs\:bg-denim-t2 {
    background-color: rgba(38, 55, 111, 0.2);
  }
  .xs\:bg-denim-t3 {
    background-color: rgba(38, 55, 111, 0.3);
  }
  .xs\:bg-denim-t4 {
    background-color: rgba(38, 55, 111, 0.4);
  }
  .xs\:bg-denim-t5 {
    background-color: rgba(38, 55, 111, 0.5);
  }
  .xs\:bg-denim-t6 {
    background-color: rgba(38, 55, 111, 0.6);
  }
  .xs\:bg-denim-t7 {
    background-color: rgba(38, 55, 111, 0.7);
  }
  .xs\:bg-denim-t8 {
    background-color: rgba(38, 55, 111, 0.8);
  }
  .xs\:bg-denim-t9 {
    background-color: rgba(38, 55, 111, 0.9);
  }
  .xs\:bg-denim-100 {
    background-color: #8a9cd7;
  }
  .xs\:bg-denim-200 {
    background-color: #647cca;
  }
  .xs\:bg-denim-300 {
    background-color: #405dbb;
  }
  .xs\:bg-denim-400 {
    background-color: #334a95;
  }
  .xs\:bg-denim-500 {
    background-color: #26376f;
  }
  .xs\:bg-denim-600 {
    background-color: #192449;
  }
  .xs\:bg-denim-700 {
    background-color: #0c1123;
  }
  .xs\:bg-denim-800 {
    background-color: black;
  }
  .xs\:bg-denim-900 {
    background-color: black;
  }
  .xs\:border-denim {
    border-color: #26376f;
  }
  .xs\:border-denim-t1 {
    border-color: rgba(38, 55, 111, 0.1);
  }
  .xs\:border-denim-t2 {
    border-color: rgba(38, 55, 111, 0.2);
  }
  .xs\:border-denim-t3 {
    border-color: rgba(38, 55, 111, 0.3);
  }
  .xs\:border-denim-t4 {
    border-color: rgba(38, 55, 111, 0.4);
  }
  .xs\:border-denim-t5 {
    border-color: rgba(38, 55, 111, 0.5);
  }
  .xs\:border-denim-t6 {
    border-color: rgba(38, 55, 111, 0.6);
  }
  .xs\:border-denim-t7 {
    border-color: rgba(38, 55, 111, 0.7);
  }
  .xs\:border-denim-t8 {
    border-color: rgba(38, 55, 111, 0.8);
  }
  .xs\:border-denim-t9 {
    border-color: rgba(38, 55, 111, 0.9);
  }
  .xs\:border-denim-100 {
    border-color: #8a9cd7;
  }
  .xs\:border-denim-200 {
    border-color: #647cca;
  }
  .xs\:border-denim-300 {
    border-color: #405dbb;
  }
  .xs\:border-denim-400 {
    border-color: #334a95;
  }
  .xs\:border-denim-500 {
    border-color: #26376f;
  }
  .xs\:border-denim-600 {
    border-color: #192449;
  }
  .xs\:border-denim-700 {
    border-color: #0c1123;
  }
  .xs\:border-denim-800 {
    border-color: black;
  }
  .xs\:border-denim-900 {
    border-color: black;
  }
  .xs\:fill-denim {
    fill: #26376f;
  }
  .xs\:fill-denim-t1 {
    fill: rgba(38, 55, 111, 0.1);
  }
  .xs\:fill-denim-t2 {
    fill: rgba(38, 55, 111, 0.2);
  }
  .xs\:fill-denim-t3 {
    fill: rgba(38, 55, 111, 0.3);
  }
  .xs\:fill-denim-t4 {
    fill: rgba(38, 55, 111, 0.4);
  }
  .xs\:fill-denim-t5 {
    fill: rgba(38, 55, 111, 0.5);
  }
  .xs\:fill-denim-t6 {
    fill: rgba(38, 55, 111, 0.6);
  }
  .xs\:fill-denim-t7 {
    fill: rgba(38, 55, 111, 0.7);
  }
  .xs\:fill-denim-t8 {
    fill: rgba(38, 55, 111, 0.8);
  }
  .xs\:fill-denim-t9 {
    fill: rgba(38, 55, 111, 0.9);
  }
  .xs\:fill-denim-100 {
    fill: #8a9cd7;
  }
  .xs\:fill-denim-200 {
    fill: #647cca;
  }
  .xs\:fill-denim-300 {
    fill: #405dbb;
  }
  .xs\:fill-denim-400 {
    fill: #334a95;
  }
  .xs\:fill-denim-500 {
    fill: #26376f;
  }
  .xs\:fill-denim-600 {
    fill: #192449;
  }
  .xs\:fill-denim-700 {
    fill: #0c1123;
  }
  .xs\:fill-denim-800 {
    fill: black;
  }
  .xs\:fill-denim-900 {
    fill: black;
  }
  .xs\:color-slate {
    color: #122832;
  }
  .xs\:color-slate-t1 {
    color: rgba(18, 40, 50, 0.1);
  }
  .xs\:color-slate-t2 {
    color: rgba(18, 40, 50, 0.2);
  }
  .xs\:color-slate-t3 {
    color: rgba(18, 40, 50, 0.3);
  }
  .xs\:color-slate-t4 {
    color: rgba(18, 40, 50, 0.4);
  }
  .xs\:color-slate-t5 {
    color: rgba(18, 40, 50, 0.5);
  }
  .xs\:color-slate-t6 {
    color: rgba(18, 40, 50, 0.6);
  }
  .xs\:color-slate-t7 {
    color: rgba(18, 40, 50, 0.7);
  }
  .xs\:color-slate-t8 {
    color: rgba(18, 40, 50, 0.8);
  }
  .xs\:color-slate-t9 {
    color: rgba(18, 40, 50, 0.9);
  }
  .xs\:color-slate-100 {
    color: #509dc0;
  }
  .xs\:color-slate-200 {
    color: #3b82a3;
  }
  .xs\:color-slate-300 {
    color: #2d647d;
  }
  .xs\:color-slate-400 {
    color: #204658;
  }
  .xs\:color-slate-500 {
    color: #122832;
  }
  .xs\:color-slate-600 {
    color: #050a0d;
  }
  .xs\:color-slate-700 {
    color: black;
  }
  .xs\:color-slate-800 {
    color: black;
  }
  .xs\:color-slate-900 {
    color: black;
  }
  .xs\:bg-slate {
    background-color: #122832;
  }
  .xs\:bg-slate-t1 {
    background-color: rgba(18, 40, 50, 0.1);
  }
  .xs\:bg-slate-t2 {
    background-color: rgba(18, 40, 50, 0.2);
  }
  .xs\:bg-slate-t3 {
    background-color: rgba(18, 40, 50, 0.3);
  }
  .xs\:bg-slate-t4 {
    background-color: rgba(18, 40, 50, 0.4);
  }
  .xs\:bg-slate-t5 {
    background-color: rgba(18, 40, 50, 0.5);
  }
  .xs\:bg-slate-t6 {
    background-color: rgba(18, 40, 50, 0.6);
  }
  .xs\:bg-slate-t7 {
    background-color: rgba(18, 40, 50, 0.7);
  }
  .xs\:bg-slate-t8 {
    background-color: rgba(18, 40, 50, 0.8);
  }
  .xs\:bg-slate-t9 {
    background-color: rgba(18, 40, 50, 0.9);
  }
  .xs\:bg-slate-100 {
    background-color: #509dc0;
  }
  .xs\:bg-slate-200 {
    background-color: #3b82a3;
  }
  .xs\:bg-slate-300 {
    background-color: #2d647d;
  }
  .xs\:bg-slate-400 {
    background-color: #204658;
  }
  .xs\:bg-slate-500 {
    background-color: #122832;
  }
  .xs\:bg-slate-600 {
    background-color: #050a0d;
  }
  .xs\:bg-slate-700 {
    background-color: black;
  }
  .xs\:bg-slate-800 {
    background-color: black;
  }
  .xs\:bg-slate-900 {
    background-color: black;
  }
  .xs\:border-slate {
    border-color: #122832;
  }
  .xs\:border-slate-t1 {
    border-color: rgba(18, 40, 50, 0.1);
  }
  .xs\:border-slate-t2 {
    border-color: rgba(18, 40, 50, 0.2);
  }
  .xs\:border-slate-t3 {
    border-color: rgba(18, 40, 50, 0.3);
  }
  .xs\:border-slate-t4 {
    border-color: rgba(18, 40, 50, 0.4);
  }
  .xs\:border-slate-t5 {
    border-color: rgba(18, 40, 50, 0.5);
  }
  .xs\:border-slate-t6 {
    border-color: rgba(18, 40, 50, 0.6);
  }
  .xs\:border-slate-t7 {
    border-color: rgba(18, 40, 50, 0.7);
  }
  .xs\:border-slate-t8 {
    border-color: rgba(18, 40, 50, 0.8);
  }
  .xs\:border-slate-t9 {
    border-color: rgba(18, 40, 50, 0.9);
  }
  .xs\:border-slate-100 {
    border-color: #509dc0;
  }
  .xs\:border-slate-200 {
    border-color: #3b82a3;
  }
  .xs\:border-slate-300 {
    border-color: #2d647d;
  }
  .xs\:border-slate-400 {
    border-color: #204658;
  }
  .xs\:border-slate-500 {
    border-color: #122832;
  }
  .xs\:border-slate-600 {
    border-color: #050a0d;
  }
  .xs\:border-slate-700 {
    border-color: black;
  }
  .xs\:border-slate-800 {
    border-color: black;
  }
  .xs\:border-slate-900 {
    border-color: black;
  }
  .xs\:fill-slate {
    fill: #122832;
  }
  .xs\:fill-slate-t1 {
    fill: rgba(18, 40, 50, 0.1);
  }
  .xs\:fill-slate-t2 {
    fill: rgba(18, 40, 50, 0.2);
  }
  .xs\:fill-slate-t3 {
    fill: rgba(18, 40, 50, 0.3);
  }
  .xs\:fill-slate-t4 {
    fill: rgba(18, 40, 50, 0.4);
  }
  .xs\:fill-slate-t5 {
    fill: rgba(18, 40, 50, 0.5);
  }
  .xs\:fill-slate-t6 {
    fill: rgba(18, 40, 50, 0.6);
  }
  .xs\:fill-slate-t7 {
    fill: rgba(18, 40, 50, 0.7);
  }
  .xs\:fill-slate-t8 {
    fill: rgba(18, 40, 50, 0.8);
  }
  .xs\:fill-slate-t9 {
    fill: rgba(18, 40, 50, 0.9);
  }
  .xs\:fill-slate-100 {
    fill: #509dc0;
  }
  .xs\:fill-slate-200 {
    fill: #3b82a3;
  }
  .xs\:fill-slate-300 {
    fill: #2d647d;
  }
  .xs\:fill-slate-400 {
    fill: #204658;
  }
  .xs\:fill-slate-500 {
    fill: #122832;
  }
  .xs\:fill-slate-600 {
    fill: #050a0d;
  }
  .xs\:fill-slate-700 {
    fill: black;
  }
  .xs\:fill-slate-800 {
    fill: black;
  }
  .xs\:fill-slate-900 {
    fill: black;
  }
  .xs\:color-blue {
    color: #096ffa;
  }
  .xs\:color-blue-t1 {
    color: rgba(9, 111, 250, 0.1);
  }
  .xs\:color-blue-t2 {
    color: rgba(9, 111, 250, 0.2);
  }
  .xs\:color-blue-t3 {
    color: rgba(9, 111, 250, 0.3);
  }
  .xs\:color-blue-t4 {
    color: rgba(9, 111, 250, 0.4);
  }
  .xs\:color-blue-t5 {
    color: rgba(9, 111, 250, 0.5);
  }
  .xs\:color-blue-t6 {
    color: rgba(9, 111, 250, 0.6);
  }
  .xs\:color-blue-t7 {
    color: rgba(9, 111, 250, 0.7);
  }
  .xs\:color-blue-t8 {
    color: rgba(9, 111, 250, 0.8);
  }
  .xs\:color-blue-t9 {
    color: rgba(9, 111, 250, 0.9);
  }
  .xs\:color-blue-100 {
    color: #d1e4fe;
  }
  .xs\:color-blue-200 {
    color: #9fc7fd;
  }
  .xs\:color-blue-300 {
    color: #6daafc;
  }
  .xs\:color-blue-400 {
    color: #3b8cfb;
  }
  .xs\:color-blue-500 {
    color: #096ffa;
  }
  .xs\:color-blue-600 {
    color: #0459cc;
  }
  .xs\:color-blue-700 {
    color: #03439a;
  }
  .xs\:color-blue-800 {
    color: #022d68;
  }
  .xs\:color-blue-900 {
    color: #011736;
  }
  .xs\:bg-blue {
    background-color: #096ffa;
  }
  .xs\:bg-blue-t1 {
    background-color: rgba(9, 111, 250, 0.1);
  }
  .xs\:bg-blue-t2 {
    background-color: rgba(9, 111, 250, 0.2);
  }
  .xs\:bg-blue-t3 {
    background-color: rgba(9, 111, 250, 0.3);
  }
  .xs\:bg-blue-t4 {
    background-color: rgba(9, 111, 250, 0.4);
  }
  .xs\:bg-blue-t5 {
    background-color: rgba(9, 111, 250, 0.5);
  }
  .xs\:bg-blue-t6 {
    background-color: rgba(9, 111, 250, 0.6);
  }
  .xs\:bg-blue-t7 {
    background-color: rgba(9, 111, 250, 0.7);
  }
  .xs\:bg-blue-t8 {
    background-color: rgba(9, 111, 250, 0.8);
  }
  .xs\:bg-blue-t9 {
    background-color: rgba(9, 111, 250, 0.9);
  }
  .xs\:bg-blue-100 {
    background-color: #d1e4fe;
  }
  .xs\:bg-blue-200 {
    background-color: #9fc7fd;
  }
  .xs\:bg-blue-300 {
    background-color: #6daafc;
  }
  .xs\:bg-blue-400 {
    background-color: #3b8cfb;
  }
  .xs\:bg-blue-500 {
    background-color: #096ffa;
  }
  .xs\:bg-blue-600 {
    background-color: #0459cc;
  }
  .xs\:bg-blue-700 {
    background-color: #03439a;
  }
  .xs\:bg-blue-800 {
    background-color: #022d68;
  }
  .xs\:bg-blue-900 {
    background-color: #011736;
  }
  .xs\:border-blue {
    border-color: #096ffa;
  }
  .xs\:border-blue-t1 {
    border-color: rgba(9, 111, 250, 0.1);
  }
  .xs\:border-blue-t2 {
    border-color: rgba(9, 111, 250, 0.2);
  }
  .xs\:border-blue-t3 {
    border-color: rgba(9, 111, 250, 0.3);
  }
  .xs\:border-blue-t4 {
    border-color: rgba(9, 111, 250, 0.4);
  }
  .xs\:border-blue-t5 {
    border-color: rgba(9, 111, 250, 0.5);
  }
  .xs\:border-blue-t6 {
    border-color: rgba(9, 111, 250, 0.6);
  }
  .xs\:border-blue-t7 {
    border-color: rgba(9, 111, 250, 0.7);
  }
  .xs\:border-blue-t8 {
    border-color: rgba(9, 111, 250, 0.8);
  }
  .xs\:border-blue-t9 {
    border-color: rgba(9, 111, 250, 0.9);
  }
  .xs\:border-blue-100 {
    border-color: #d1e4fe;
  }
  .xs\:border-blue-200 {
    border-color: #9fc7fd;
  }
  .xs\:border-blue-300 {
    border-color: #6daafc;
  }
  .xs\:border-blue-400 {
    border-color: #3b8cfb;
  }
  .xs\:border-blue-500 {
    border-color: #096ffa;
  }
  .xs\:border-blue-600 {
    border-color: #0459cc;
  }
  .xs\:border-blue-700 {
    border-color: #03439a;
  }
  .xs\:border-blue-800 {
    border-color: #022d68;
  }
  .xs\:border-blue-900 {
    border-color: #011736;
  }
  .xs\:fill-blue {
    fill: #096ffa;
  }
  .xs\:fill-blue-t1 {
    fill: rgba(9, 111, 250, 0.1);
  }
  .xs\:fill-blue-t2 {
    fill: rgba(9, 111, 250, 0.2);
  }
  .xs\:fill-blue-t3 {
    fill: rgba(9, 111, 250, 0.3);
  }
  .xs\:fill-blue-t4 {
    fill: rgba(9, 111, 250, 0.4);
  }
  .xs\:fill-blue-t5 {
    fill: rgba(9, 111, 250, 0.5);
  }
  .xs\:fill-blue-t6 {
    fill: rgba(9, 111, 250, 0.6);
  }
  .xs\:fill-blue-t7 {
    fill: rgba(9, 111, 250, 0.7);
  }
  .xs\:fill-blue-t8 {
    fill: rgba(9, 111, 250, 0.8);
  }
  .xs\:fill-blue-t9 {
    fill: rgba(9, 111, 250, 0.9);
  }
  .xs\:fill-blue-100 {
    fill: #d1e4fe;
  }
  .xs\:fill-blue-200 {
    fill: #9fc7fd;
  }
  .xs\:fill-blue-300 {
    fill: #6daafc;
  }
  .xs\:fill-blue-400 {
    fill: #3b8cfb;
  }
  .xs\:fill-blue-500 {
    fill: #096ffa;
  }
  .xs\:fill-blue-600 {
    fill: #0459cc;
  }
  .xs\:fill-blue-700 {
    fill: #03439a;
  }
  .xs\:fill-blue-800 {
    fill: #022d68;
  }
  .xs\:fill-blue-900 {
    fill: #011736;
  }
  .xs\:color-aqua {
    color: #8ecae6;
  }
  .xs\:color-aqua-t1 {
    color: rgba(142, 202, 230, 0.1);
  }
  .xs\:color-aqua-t2 {
    color: rgba(142, 202, 230, 0.2);
  }
  .xs\:color-aqua-t3 {
    color: rgba(142, 202, 230, 0.3);
  }
  .xs\:color-aqua-t4 {
    color: rgba(142, 202, 230, 0.4);
  }
  .xs\:color-aqua-t5 {
    color: rgba(142, 202, 230, 0.5);
  }
  .xs\:color-aqua-t6 {
    color: rgba(142, 202, 230, 0.6);
  }
  .xs\:color-aqua-t7 {
    color: rgba(142, 202, 230, 0.7);
  }
  .xs\:color-aqua-t8 {
    color: rgba(142, 202, 230, 0.8);
  }
  .xs\:color-aqua-t9 {
    color: rgba(142, 202, 230, 0.9);
  }
  .xs\:color-aqua-100 {
    color: white;
  }
  .xs\:color-aqua-200 {
    color: white;
  }
  .xs\:color-aqua-300 {
    color: #e2f1f8;
  }
  .xs\:color-aqua-400 {
    color: #b8deef;
  }
  .xs\:color-aqua-500 {
    color: #8ecae6;
  }
  .xs\:color-aqua-600 {
    color: #64b6dd;
  }
  .xs\:color-aqua-700 {
    color: #3aa3d4;
  }
  .xs\:color-aqua-800 {
    color: #2887b3;
  }
  .xs\:color-aqua-900 {
    color: #1e678a;
  }
  .xs\:bg-aqua {
    background-color: #8ecae6;
  }
  .xs\:bg-aqua-t1 {
    background-color: rgba(142, 202, 230, 0.1);
  }
  .xs\:bg-aqua-t2 {
    background-color: rgba(142, 202, 230, 0.2);
  }
  .xs\:bg-aqua-t3 {
    background-color: rgba(142, 202, 230, 0.3);
  }
  .xs\:bg-aqua-t4 {
    background-color: rgba(142, 202, 230, 0.4);
  }
  .xs\:bg-aqua-t5 {
    background-color: rgba(142, 202, 230, 0.5);
  }
  .xs\:bg-aqua-t6 {
    background-color: rgba(142, 202, 230, 0.6);
  }
  .xs\:bg-aqua-t7 {
    background-color: rgba(142, 202, 230, 0.7);
  }
  .xs\:bg-aqua-t8 {
    background-color: rgba(142, 202, 230, 0.8);
  }
  .xs\:bg-aqua-t9 {
    background-color: rgba(142, 202, 230, 0.9);
  }
  .xs\:bg-aqua-100 {
    background-color: white;
  }
  .xs\:bg-aqua-200 {
    background-color: white;
  }
  .xs\:bg-aqua-300 {
    background-color: #e2f1f8;
  }
  .xs\:bg-aqua-400 {
    background-color: #b8deef;
  }
  .xs\:bg-aqua-500 {
    background-color: #8ecae6;
  }
  .xs\:bg-aqua-600 {
    background-color: #64b6dd;
  }
  .xs\:bg-aqua-700 {
    background-color: #3aa3d4;
  }
  .xs\:bg-aqua-800 {
    background-color: #2887b3;
  }
  .xs\:bg-aqua-900 {
    background-color: #1e678a;
  }
  .xs\:border-aqua {
    border-color: #8ecae6;
  }
  .xs\:border-aqua-t1 {
    border-color: rgba(142, 202, 230, 0.1);
  }
  .xs\:border-aqua-t2 {
    border-color: rgba(142, 202, 230, 0.2);
  }
  .xs\:border-aqua-t3 {
    border-color: rgba(142, 202, 230, 0.3);
  }
  .xs\:border-aqua-t4 {
    border-color: rgba(142, 202, 230, 0.4);
  }
  .xs\:border-aqua-t5 {
    border-color: rgba(142, 202, 230, 0.5);
  }
  .xs\:border-aqua-t6 {
    border-color: rgba(142, 202, 230, 0.6);
  }
  .xs\:border-aqua-t7 {
    border-color: rgba(142, 202, 230, 0.7);
  }
  .xs\:border-aqua-t8 {
    border-color: rgba(142, 202, 230, 0.8);
  }
  .xs\:border-aqua-t9 {
    border-color: rgba(142, 202, 230, 0.9);
  }
  .xs\:border-aqua-100 {
    border-color: white;
  }
  .xs\:border-aqua-200 {
    border-color: white;
  }
  .xs\:border-aqua-300 {
    border-color: #e2f1f8;
  }
  .xs\:border-aqua-400 {
    border-color: #b8deef;
  }
  .xs\:border-aqua-500 {
    border-color: #8ecae6;
  }
  .xs\:border-aqua-600 {
    border-color: #64b6dd;
  }
  .xs\:border-aqua-700 {
    border-color: #3aa3d4;
  }
  .xs\:border-aqua-800 {
    border-color: #2887b3;
  }
  .xs\:border-aqua-900 {
    border-color: #1e678a;
  }
  .xs\:fill-aqua {
    fill: #8ecae6;
  }
  .xs\:fill-aqua-t1 {
    fill: rgba(142, 202, 230, 0.1);
  }
  .xs\:fill-aqua-t2 {
    fill: rgba(142, 202, 230, 0.2);
  }
  .xs\:fill-aqua-t3 {
    fill: rgba(142, 202, 230, 0.3);
  }
  .xs\:fill-aqua-t4 {
    fill: rgba(142, 202, 230, 0.4);
  }
  .xs\:fill-aqua-t5 {
    fill: rgba(142, 202, 230, 0.5);
  }
  .xs\:fill-aqua-t6 {
    fill: rgba(142, 202, 230, 0.6);
  }
  .xs\:fill-aqua-t7 {
    fill: rgba(142, 202, 230, 0.7);
  }
  .xs\:fill-aqua-t8 {
    fill: rgba(142, 202, 230, 0.8);
  }
  .xs\:fill-aqua-t9 {
    fill: rgba(142, 202, 230, 0.9);
  }
  .xs\:fill-aqua-100 {
    fill: white;
  }
  .xs\:fill-aqua-200 {
    fill: white;
  }
  .xs\:fill-aqua-300 {
    fill: #e2f1f8;
  }
  .xs\:fill-aqua-400 {
    fill: #b8deef;
  }
  .xs\:fill-aqua-500 {
    fill: #8ecae6;
  }
  .xs\:fill-aqua-600 {
    fill: #64b6dd;
  }
  .xs\:fill-aqua-700 {
    fill: #3aa3d4;
  }
  .xs\:fill-aqua-800 {
    fill: #2887b3;
  }
  .xs\:fill-aqua-900 {
    fill: #1e678a;
  }
  .xs\:color-yellow {
    color: #ffd203;
  }
  .xs\:color-yellow-t1 {
    color: rgba(255, 210, 3, 0.1);
  }
  .xs\:color-yellow-t2 {
    color: rgba(255, 210, 3, 0.2);
  }
  .xs\:color-yellow-t3 {
    color: rgba(255, 210, 3, 0.3);
  }
  .xs\:color-yellow-t4 {
    color: rgba(255, 210, 3, 0.4);
  }
  .xs\:color-yellow-t5 {
    color: rgba(255, 210, 3, 0.5);
  }
  .xs\:color-yellow-t6 {
    color: rgba(255, 210, 3, 0.6);
  }
  .xs\:color-yellow-t7 {
    color: rgba(255, 210, 3, 0.7);
  }
  .xs\:color-yellow-t8 {
    color: rgba(255, 210, 3, 0.8);
  }
  .xs\:color-yellow-t9 {
    color: rgba(255, 210, 3, 0.9);
  }
  .xs\:color-yellow-100 {
    color: #fff6cf;
  }
  .xs\:color-yellow-200 {
    color: #ffed9c;
  }
  .xs\:color-yellow-300 {
    color: #ffe469;
  }
  .xs\:color-yellow-400 {
    color: #ffdb36;
  }
  .xs\:color-yellow-500 {
    color: #ffd203;
  }
  .xs\:color-yellow-600 {
    color: #cfaa00;
  }
  .xs\:color-yellow-700 {
    color: #9c8000;
  }
  .xs\:color-yellow-800 {
    color: #695600;
  }
  .xs\:color-yellow-900 {
    color: #362c00;
  }
  .xs\:bg-yellow {
    background-color: #ffd203;
  }
  .xs\:bg-yellow-t1 {
    background-color: rgba(255, 210, 3, 0.1);
  }
  .xs\:bg-yellow-t2 {
    background-color: rgba(255, 210, 3, 0.2);
  }
  .xs\:bg-yellow-t3 {
    background-color: rgba(255, 210, 3, 0.3);
  }
  .xs\:bg-yellow-t4 {
    background-color: rgba(255, 210, 3, 0.4);
  }
  .xs\:bg-yellow-t5 {
    background-color: rgba(255, 210, 3, 0.5);
  }
  .xs\:bg-yellow-t6 {
    background-color: rgba(255, 210, 3, 0.6);
  }
  .xs\:bg-yellow-t7 {
    background-color: rgba(255, 210, 3, 0.7);
  }
  .xs\:bg-yellow-t8 {
    background-color: rgba(255, 210, 3, 0.8);
  }
  .xs\:bg-yellow-t9 {
    background-color: rgba(255, 210, 3, 0.9);
  }
  .xs\:bg-yellow-100 {
    background-color: #fff6cf;
  }
  .xs\:bg-yellow-200 {
    background-color: #ffed9c;
  }
  .xs\:bg-yellow-300 {
    background-color: #ffe469;
  }
  .xs\:bg-yellow-400 {
    background-color: #ffdb36;
  }
  .xs\:bg-yellow-500 {
    background-color: #ffd203;
  }
  .xs\:bg-yellow-600 {
    background-color: #cfaa00;
  }
  .xs\:bg-yellow-700 {
    background-color: #9c8000;
  }
  .xs\:bg-yellow-800 {
    background-color: #695600;
  }
  .xs\:bg-yellow-900 {
    background-color: #362c00;
  }
  .xs\:border-yellow {
    border-color: #ffd203;
  }
  .xs\:border-yellow-t1 {
    border-color: rgba(255, 210, 3, 0.1);
  }
  .xs\:border-yellow-t2 {
    border-color: rgba(255, 210, 3, 0.2);
  }
  .xs\:border-yellow-t3 {
    border-color: rgba(255, 210, 3, 0.3);
  }
  .xs\:border-yellow-t4 {
    border-color: rgba(255, 210, 3, 0.4);
  }
  .xs\:border-yellow-t5 {
    border-color: rgba(255, 210, 3, 0.5);
  }
  .xs\:border-yellow-t6 {
    border-color: rgba(255, 210, 3, 0.6);
  }
  .xs\:border-yellow-t7 {
    border-color: rgba(255, 210, 3, 0.7);
  }
  .xs\:border-yellow-t8 {
    border-color: rgba(255, 210, 3, 0.8);
  }
  .xs\:border-yellow-t9 {
    border-color: rgba(255, 210, 3, 0.9);
  }
  .xs\:border-yellow-100 {
    border-color: #fff6cf;
  }
  .xs\:border-yellow-200 {
    border-color: #ffed9c;
  }
  .xs\:border-yellow-300 {
    border-color: #ffe469;
  }
  .xs\:border-yellow-400 {
    border-color: #ffdb36;
  }
  .xs\:border-yellow-500 {
    border-color: #ffd203;
  }
  .xs\:border-yellow-600 {
    border-color: #cfaa00;
  }
  .xs\:border-yellow-700 {
    border-color: #9c8000;
  }
  .xs\:border-yellow-800 {
    border-color: #695600;
  }
  .xs\:border-yellow-900 {
    border-color: #362c00;
  }
  .xs\:fill-yellow {
    fill: #ffd203;
  }
  .xs\:fill-yellow-t1 {
    fill: rgba(255, 210, 3, 0.1);
  }
  .xs\:fill-yellow-t2 {
    fill: rgba(255, 210, 3, 0.2);
  }
  .xs\:fill-yellow-t3 {
    fill: rgba(255, 210, 3, 0.3);
  }
  .xs\:fill-yellow-t4 {
    fill: rgba(255, 210, 3, 0.4);
  }
  .xs\:fill-yellow-t5 {
    fill: rgba(255, 210, 3, 0.5);
  }
  .xs\:fill-yellow-t6 {
    fill: rgba(255, 210, 3, 0.6);
  }
  .xs\:fill-yellow-t7 {
    fill: rgba(255, 210, 3, 0.7);
  }
  .xs\:fill-yellow-t8 {
    fill: rgba(255, 210, 3, 0.8);
  }
  .xs\:fill-yellow-t9 {
    fill: rgba(255, 210, 3, 0.9);
  }
  .xs\:fill-yellow-100 {
    fill: #fff6cf;
  }
  .xs\:fill-yellow-200 {
    fill: #ffed9c;
  }
  .xs\:fill-yellow-300 {
    fill: #ffe469;
  }
  .xs\:fill-yellow-400 {
    fill: #ffdb36;
  }
  .xs\:fill-yellow-500 {
    fill: #ffd203;
  }
  .xs\:fill-yellow-600 {
    fill: #cfaa00;
  }
  .xs\:fill-yellow-700 {
    fill: #9c8000;
  }
  .xs\:fill-yellow-800 {
    fill: #695600;
  }
  .xs\:fill-yellow-900 {
    fill: #362c00;
  }
  .xs\:color-violet {
    color: #210037;
  }
  .xs\:color-violet-t1 {
    color: rgba(33, 0, 55, 0.1);
  }
  .xs\:color-violet-t2 {
    color: rgba(33, 0, 55, 0.2);
  }
  .xs\:color-violet-t3 {
    color: rgba(33, 0, 55, 0.3);
  }
  .xs\:color-violet-t4 {
    color: rgba(33, 0, 55, 0.4);
  }
  .xs\:color-violet-t5 {
    color: rgba(33, 0, 55, 0.5);
  }
  .xs\:color-violet-t6 {
    color: rgba(33, 0, 55, 0.6);
  }
  .xs\:color-violet-t7 {
    color: rgba(33, 0, 55, 0.7);
  }
  .xs\:color-violet-t8 {
    color: rgba(33, 0, 55, 0.8);
  }
  .xs\:color-violet-t9 {
    color: rgba(33, 0, 55, 0.9);
  }
  .xs\:color-violet-100 {
    color: #9b04ff;
  }
  .xs\:color-violet-200 {
    color: #7d00d0;
  }
  .xs\:color-violet-300 {
    color: #5e009d;
  }
  .xs\:color-violet-400 {
    color: #40006a;
  }
  .xs\:color-violet-500 {
    color: #210037;
  }
  .xs\:color-violet-600 {
    color: #020004;
  }
  .xs\:color-violet-700 {
    color: black;
  }
  .xs\:color-violet-800 {
    color: black;
  }
  .xs\:color-violet-900 {
    color: black;
  }
  .xs\:bg-violet {
    background-color: #210037;
  }
  .xs\:bg-violet-t1 {
    background-color: rgba(33, 0, 55, 0.1);
  }
  .xs\:bg-violet-t2 {
    background-color: rgba(33, 0, 55, 0.2);
  }
  .xs\:bg-violet-t3 {
    background-color: rgba(33, 0, 55, 0.3);
  }
  .xs\:bg-violet-t4 {
    background-color: rgba(33, 0, 55, 0.4);
  }
  .xs\:bg-violet-t5 {
    background-color: rgba(33, 0, 55, 0.5);
  }
  .xs\:bg-violet-t6 {
    background-color: rgba(33, 0, 55, 0.6);
  }
  .xs\:bg-violet-t7 {
    background-color: rgba(33, 0, 55, 0.7);
  }
  .xs\:bg-violet-t8 {
    background-color: rgba(33, 0, 55, 0.8);
  }
  .xs\:bg-violet-t9 {
    background-color: rgba(33, 0, 55, 0.9);
  }
  .xs\:bg-violet-100 {
    background-color: #9b04ff;
  }
  .xs\:bg-violet-200 {
    background-color: #7d00d0;
  }
  .xs\:bg-violet-300 {
    background-color: #5e009d;
  }
  .xs\:bg-violet-400 {
    background-color: #40006a;
  }
  .xs\:bg-violet-500 {
    background-color: #210037;
  }
  .xs\:bg-violet-600 {
    background-color: #020004;
  }
  .xs\:bg-violet-700 {
    background-color: black;
  }
  .xs\:bg-violet-800 {
    background-color: black;
  }
  .xs\:bg-violet-900 {
    background-color: black;
  }
  .xs\:border-violet {
    border-color: #210037;
  }
  .xs\:border-violet-t1 {
    border-color: rgba(33, 0, 55, 0.1);
  }
  .xs\:border-violet-t2 {
    border-color: rgba(33, 0, 55, 0.2);
  }
  .xs\:border-violet-t3 {
    border-color: rgba(33, 0, 55, 0.3);
  }
  .xs\:border-violet-t4 {
    border-color: rgba(33, 0, 55, 0.4);
  }
  .xs\:border-violet-t5 {
    border-color: rgba(33, 0, 55, 0.5);
  }
  .xs\:border-violet-t6 {
    border-color: rgba(33, 0, 55, 0.6);
  }
  .xs\:border-violet-t7 {
    border-color: rgba(33, 0, 55, 0.7);
  }
  .xs\:border-violet-t8 {
    border-color: rgba(33, 0, 55, 0.8);
  }
  .xs\:border-violet-t9 {
    border-color: rgba(33, 0, 55, 0.9);
  }
  .xs\:border-violet-100 {
    border-color: #9b04ff;
  }
  .xs\:border-violet-200 {
    border-color: #7d00d0;
  }
  .xs\:border-violet-300 {
    border-color: #5e009d;
  }
  .xs\:border-violet-400 {
    border-color: #40006a;
  }
  .xs\:border-violet-500 {
    border-color: #210037;
  }
  .xs\:border-violet-600 {
    border-color: #020004;
  }
  .xs\:border-violet-700 {
    border-color: black;
  }
  .xs\:border-violet-800 {
    border-color: black;
  }
  .xs\:border-violet-900 {
    border-color: black;
  }
  .xs\:fill-violet {
    fill: #210037;
  }
  .xs\:fill-violet-t1 {
    fill: rgba(33, 0, 55, 0.1);
  }
  .xs\:fill-violet-t2 {
    fill: rgba(33, 0, 55, 0.2);
  }
  .xs\:fill-violet-t3 {
    fill: rgba(33, 0, 55, 0.3);
  }
  .xs\:fill-violet-t4 {
    fill: rgba(33, 0, 55, 0.4);
  }
  .xs\:fill-violet-t5 {
    fill: rgba(33, 0, 55, 0.5);
  }
  .xs\:fill-violet-t6 {
    fill: rgba(33, 0, 55, 0.6);
  }
  .xs\:fill-violet-t7 {
    fill: rgba(33, 0, 55, 0.7);
  }
  .xs\:fill-violet-t8 {
    fill: rgba(33, 0, 55, 0.8);
  }
  .xs\:fill-violet-t9 {
    fill: rgba(33, 0, 55, 0.9);
  }
  .xs\:fill-violet-100 {
    fill: #9b04ff;
  }
  .xs\:fill-violet-200 {
    fill: #7d00d0;
  }
  .xs\:fill-violet-300 {
    fill: #5e009d;
  }
  .xs\:fill-violet-400 {
    fill: #40006a;
  }
  .xs\:fill-violet-500 {
    fill: #210037;
  }
  .xs\:fill-violet-600 {
    fill: #020004;
  }
  .xs\:fill-violet-700 {
    fill: black;
  }
  .xs\:fill-violet-800 {
    fill: black;
  }
  .xs\:fill-violet-900 {
    fill: black;
  }
  .xs\:color-purple {
    color: #a91d7e;
  }
  .xs\:color-purple-t1 {
    color: rgba(169, 29, 126, 0.1);
  }
  .xs\:color-purple-t2 {
    color: rgba(169, 29, 126, 0.2);
  }
  .xs\:color-purple-t3 {
    color: rgba(169, 29, 126, 0.3);
  }
  .xs\:color-purple-t4 {
    color: rgba(169, 29, 126, 0.4);
  }
  .xs\:color-purple-t5 {
    color: rgba(169, 29, 126, 0.5);
  }
  .xs\:color-purple-t6 {
    color: rgba(169, 29, 126, 0.6);
  }
  .xs\:color-purple-t7 {
    color: rgba(169, 29, 126, 0.7);
  }
  .xs\:color-purple-t8 {
    color: rgba(169, 29, 126, 0.8);
  }
  .xs\:color-purple-t9 {
    color: rgba(169, 29, 126, 0.9);
  }
  .xs\:color-purple-100 {
    color: #efa3d8;
  }
  .xs\:color-purple-200 {
    color: #e877c5;
  }
  .xs\:color-purple-300 {
    color: #e04cb3;
  }
  .xs\:color-purple-400 {
    color: #d5249e;
  }
  .xs\:color-purple-500 {
    color: #a91d7e;
  }
  .xs\:color-purple-600 {
    color: #7d165e;
  }
  .xs\:color-purple-700 {
    color: #520e3d;
  }
  .xs\:color-purple-800 {
    color: #26071d;
  }
  .xs\:color-purple-900 {
    color: black;
  }
  .xs\:bg-purple {
    background-color: #a91d7e;
  }
  .xs\:bg-purple-t1 {
    background-color: rgba(169, 29, 126, 0.1);
  }
  .xs\:bg-purple-t2 {
    background-color: rgba(169, 29, 126, 0.2);
  }
  .xs\:bg-purple-t3 {
    background-color: rgba(169, 29, 126, 0.3);
  }
  .xs\:bg-purple-t4 {
    background-color: rgba(169, 29, 126, 0.4);
  }
  .xs\:bg-purple-t5 {
    background-color: rgba(169, 29, 126, 0.5);
  }
  .xs\:bg-purple-t6 {
    background-color: rgba(169, 29, 126, 0.6);
  }
  .xs\:bg-purple-t7 {
    background-color: rgba(169, 29, 126, 0.7);
  }
  .xs\:bg-purple-t8 {
    background-color: rgba(169, 29, 126, 0.8);
  }
  .xs\:bg-purple-t9 {
    background-color: rgba(169, 29, 126, 0.9);
  }
  .xs\:bg-purple-100 {
    background-color: #efa3d8;
  }
  .xs\:bg-purple-200 {
    background-color: #e877c5;
  }
  .xs\:bg-purple-300 {
    background-color: #e04cb3;
  }
  .xs\:bg-purple-400 {
    background-color: #d5249e;
  }
  .xs\:bg-purple-500 {
    background-color: #a91d7e;
  }
  .xs\:bg-purple-600 {
    background-color: #7d165e;
  }
  .xs\:bg-purple-700 {
    background-color: #520e3d;
  }
  .xs\:bg-purple-800 {
    background-color: #26071d;
  }
  .xs\:bg-purple-900 {
    background-color: black;
  }
  .xs\:border-purple {
    border-color: #a91d7e;
  }
  .xs\:border-purple-t1 {
    border-color: rgba(169, 29, 126, 0.1);
  }
  .xs\:border-purple-t2 {
    border-color: rgba(169, 29, 126, 0.2);
  }
  .xs\:border-purple-t3 {
    border-color: rgba(169, 29, 126, 0.3);
  }
  .xs\:border-purple-t4 {
    border-color: rgba(169, 29, 126, 0.4);
  }
  .xs\:border-purple-t5 {
    border-color: rgba(169, 29, 126, 0.5);
  }
  .xs\:border-purple-t6 {
    border-color: rgba(169, 29, 126, 0.6);
  }
  .xs\:border-purple-t7 {
    border-color: rgba(169, 29, 126, 0.7);
  }
  .xs\:border-purple-t8 {
    border-color: rgba(169, 29, 126, 0.8);
  }
  .xs\:border-purple-t9 {
    border-color: rgba(169, 29, 126, 0.9);
  }
  .xs\:border-purple-100 {
    border-color: #efa3d8;
  }
  .xs\:border-purple-200 {
    border-color: #e877c5;
  }
  .xs\:border-purple-300 {
    border-color: #e04cb3;
  }
  .xs\:border-purple-400 {
    border-color: #d5249e;
  }
  .xs\:border-purple-500 {
    border-color: #a91d7e;
  }
  .xs\:border-purple-600 {
    border-color: #7d165e;
  }
  .xs\:border-purple-700 {
    border-color: #520e3d;
  }
  .xs\:border-purple-800 {
    border-color: #26071d;
  }
  .xs\:border-purple-900 {
    border-color: black;
  }
  .xs\:fill-purple {
    fill: #a91d7e;
  }
  .xs\:fill-purple-t1 {
    fill: rgba(169, 29, 126, 0.1);
  }
  .xs\:fill-purple-t2 {
    fill: rgba(169, 29, 126, 0.2);
  }
  .xs\:fill-purple-t3 {
    fill: rgba(169, 29, 126, 0.3);
  }
  .xs\:fill-purple-t4 {
    fill: rgba(169, 29, 126, 0.4);
  }
  .xs\:fill-purple-t5 {
    fill: rgba(169, 29, 126, 0.5);
  }
  .xs\:fill-purple-t6 {
    fill: rgba(169, 29, 126, 0.6);
  }
  .xs\:fill-purple-t7 {
    fill: rgba(169, 29, 126, 0.7);
  }
  .xs\:fill-purple-t8 {
    fill: rgba(169, 29, 126, 0.8);
  }
  .xs\:fill-purple-t9 {
    fill: rgba(169, 29, 126, 0.9);
  }
  .xs\:fill-purple-100 {
    fill: #efa3d8;
  }
  .xs\:fill-purple-200 {
    fill: #e877c5;
  }
  .xs\:fill-purple-300 {
    fill: #e04cb3;
  }
  .xs\:fill-purple-400 {
    fill: #d5249e;
  }
  .xs\:fill-purple-500 {
    fill: #a91d7e;
  }
  .xs\:fill-purple-600 {
    fill: #7d165e;
  }
  .xs\:fill-purple-700 {
    fill: #520e3d;
  }
  .xs\:fill-purple-800 {
    fill: #26071d;
  }
  .xs\:fill-purple-900 {
    fill: black;
  }
  .xs\:color-red {
    color: #cc0000;
  }
  .xs\:color-red-t1 {
    color: rgba(204, 0, 0, 0.1);
  }
  .xs\:color-red-t2 {
    color: rgba(204, 0, 0, 0.2);
  }
  .xs\:color-red-t3 {
    color: rgba(204, 0, 0, 0.3);
  }
  .xs\:color-red-t4 {
    color: rgba(204, 0, 0, 0.4);
  }
  .xs\:color-red-t5 {
    color: rgba(204, 0, 0, 0.5);
  }
  .xs\:color-red-t6 {
    color: rgba(204, 0, 0, 0.6);
  }
  .xs\:color-red-t7 {
    color: rgba(204, 0, 0, 0.7);
  }
  .xs\:color-red-t8 {
    color: rgba(204, 0, 0, 0.8);
  }
  .xs\:color-red-t9 {
    color: rgba(204, 0, 0, 0.9);
  }
  .xs\:color-red-100 {
    color: #ff9999;
  }
  .xs\:color-red-200 {
    color: #ff6666;
  }
  .xs\:color-red-300 {
    color: #ff3333;
  }
  .xs\:color-red-400 {
    color: red;
  }
  .xs\:color-red-500 {
    color: #cc0000;
  }
  .xs\:color-red-600 {
    color: #990000;
  }
  .xs\:color-red-700 {
    color: #660000;
  }
  .xs\:color-red-800 {
    color: #330000;
  }
  .xs\:color-red-900 {
    color: black;
  }
  .xs\:bg-red {
    background-color: #cc0000;
  }
  .xs\:bg-red-t1 {
    background-color: rgba(204, 0, 0, 0.1);
  }
  .xs\:bg-red-t2 {
    background-color: rgba(204, 0, 0, 0.2);
  }
  .xs\:bg-red-t3 {
    background-color: rgba(204, 0, 0, 0.3);
  }
  .xs\:bg-red-t4 {
    background-color: rgba(204, 0, 0, 0.4);
  }
  .xs\:bg-red-t5 {
    background-color: rgba(204, 0, 0, 0.5);
  }
  .xs\:bg-red-t6 {
    background-color: rgba(204, 0, 0, 0.6);
  }
  .xs\:bg-red-t7 {
    background-color: rgba(204, 0, 0, 0.7);
  }
  .xs\:bg-red-t8 {
    background-color: rgba(204, 0, 0, 0.8);
  }
  .xs\:bg-red-t9 {
    background-color: rgba(204, 0, 0, 0.9);
  }
  .xs\:bg-red-100 {
    background-color: #ff9999;
  }
  .xs\:bg-red-200 {
    background-color: #ff6666;
  }
  .xs\:bg-red-300 {
    background-color: #ff3333;
  }
  .xs\:bg-red-400 {
    background-color: red;
  }
  .xs\:bg-red-500 {
    background-color: #cc0000;
  }
  .xs\:bg-red-600 {
    background-color: #990000;
  }
  .xs\:bg-red-700 {
    background-color: #660000;
  }
  .xs\:bg-red-800 {
    background-color: #330000;
  }
  .xs\:bg-red-900 {
    background-color: black;
  }
  .xs\:border-red {
    border-color: #cc0000;
  }
  .xs\:border-red-t1 {
    border-color: rgba(204, 0, 0, 0.1);
  }
  .xs\:border-red-t2 {
    border-color: rgba(204, 0, 0, 0.2);
  }
  .xs\:border-red-t3 {
    border-color: rgba(204, 0, 0, 0.3);
  }
  .xs\:border-red-t4 {
    border-color: rgba(204, 0, 0, 0.4);
  }
  .xs\:border-red-t5 {
    border-color: rgba(204, 0, 0, 0.5);
  }
  .xs\:border-red-t6 {
    border-color: rgba(204, 0, 0, 0.6);
  }
  .xs\:border-red-t7 {
    border-color: rgba(204, 0, 0, 0.7);
  }
  .xs\:border-red-t8 {
    border-color: rgba(204, 0, 0, 0.8);
  }
  .xs\:border-red-t9 {
    border-color: rgba(204, 0, 0, 0.9);
  }
  .xs\:border-red-100 {
    border-color: #ff9999;
  }
  .xs\:border-red-200 {
    border-color: #ff6666;
  }
  .xs\:border-red-300 {
    border-color: #ff3333;
  }
  .xs\:border-red-400 {
    border-color: red;
  }
  .xs\:border-red-500 {
    border-color: #cc0000;
  }
  .xs\:border-red-600 {
    border-color: #990000;
  }
  .xs\:border-red-700 {
    border-color: #660000;
  }
  .xs\:border-red-800 {
    border-color: #330000;
  }
  .xs\:border-red-900 {
    border-color: black;
  }
  .xs\:fill-red {
    fill: #cc0000;
  }
  .xs\:fill-red-t1 {
    fill: rgba(204, 0, 0, 0.1);
  }
  .xs\:fill-red-t2 {
    fill: rgba(204, 0, 0, 0.2);
  }
  .xs\:fill-red-t3 {
    fill: rgba(204, 0, 0, 0.3);
  }
  .xs\:fill-red-t4 {
    fill: rgba(204, 0, 0, 0.4);
  }
  .xs\:fill-red-t5 {
    fill: rgba(204, 0, 0, 0.5);
  }
  .xs\:fill-red-t6 {
    fill: rgba(204, 0, 0, 0.6);
  }
  .xs\:fill-red-t7 {
    fill: rgba(204, 0, 0, 0.7);
  }
  .xs\:fill-red-t8 {
    fill: rgba(204, 0, 0, 0.8);
  }
  .xs\:fill-red-t9 {
    fill: rgba(204, 0, 0, 0.9);
  }
  .xs\:fill-red-100 {
    fill: #ff9999;
  }
  .xs\:fill-red-200 {
    fill: #ff6666;
  }
  .xs\:fill-red-300 {
    fill: #ff3333;
  }
  .xs\:fill-red-400 {
    fill: red;
  }
  .xs\:fill-red-500 {
    fill: #cc0000;
  }
  .xs\:fill-red-600 {
    fill: #990000;
  }
  .xs\:fill-red-700 {
    fill: #660000;
  }
  .xs\:fill-red-800 {
    fill: #330000;
  }
  .xs\:fill-red-900 {
    fill: black;
  }
  .xs\:color-orange {
    color: #F84C00;
  }
  .xs\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .xs\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .xs\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .xs\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .xs\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .xs\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .xs\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .xs\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .xs\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .xs\:color-orange-100 {
    color: #ffd7c5;
  }
  .xs\:color-orange-200 {
    color: #ffb392;
  }
  .xs\:color-orange-300 {
    color: #ff905f;
  }
  .xs\:color-orange-400 {
    color: #ff6d2c;
  }
  .xs\:color-orange-500 {
    color: #F84C00;
  }
  .xs\:color-orange-600 {
    color: #c53c00;
  }
  .xs\:color-orange-700 {
    color: #922d00;
  }
  .xs\:color-orange-800 {
    color: #5f1d00;
  }
  .xs\:color-orange-900 {
    color: #2c0d00;
  }
  .xs\:bg-orange {
    background-color: #F84C00;
  }
  .xs\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .xs\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .xs\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .xs\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .xs\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .xs\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .xs\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .xs\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .xs\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .xs\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .xs\:bg-orange-200 {
    background-color: #ffb392;
  }
  .xs\:bg-orange-300 {
    background-color: #ff905f;
  }
  .xs\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .xs\:bg-orange-500 {
    background-color: #F84C00;
  }
  .xs\:bg-orange-600 {
    background-color: #c53c00;
  }
  .xs\:bg-orange-700 {
    background-color: #922d00;
  }
  .xs\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .xs\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .xs\:border-orange {
    border-color: #F84C00;
  }
  .xs\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .xs\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .xs\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .xs\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .xs\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .xs\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .xs\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .xs\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .xs\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .xs\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .xs\:border-orange-200 {
    border-color: #ffb392;
  }
  .xs\:border-orange-300 {
    border-color: #ff905f;
  }
  .xs\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .xs\:border-orange-500 {
    border-color: #F84C00;
  }
  .xs\:border-orange-600 {
    border-color: #c53c00;
  }
  .xs\:border-orange-700 {
    border-color: #922d00;
  }
  .xs\:border-orange-800 {
    border-color: #5f1d00;
  }
  .xs\:border-orange-900 {
    border-color: #2c0d00;
  }
  .xs\:fill-orange {
    fill: #F84C00;
  }
  .xs\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .xs\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .xs\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .xs\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .xs\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .xs\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .xs\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .xs\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .xs\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .xs\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .xs\:fill-orange-200 {
    fill: #ffb392;
  }
  .xs\:fill-orange-300 {
    fill: #ff905f;
  }
  .xs\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .xs\:fill-orange-500 {
    fill: #F84C00;
  }
  .xs\:fill-orange-600 {
    fill: #c53c00;
  }
  .xs\:fill-orange-700 {
    fill: #922d00;
  }
  .xs\:fill-orange-800 {
    fill: #5f1d00;
  }
  .xs\:fill-orange-900 {
    fill: #2c0d00;
  }
  .xs\:color-brown {
    color: #D2C092;
  }
  .xs\:color-brown-t1 {
    color: rgba(210, 192, 146, 0.1);
  }
  .xs\:color-brown-t2 {
    color: rgba(210, 192, 146, 0.2);
  }
  .xs\:color-brown-t3 {
    color: rgba(210, 192, 146, 0.3);
  }
  .xs\:color-brown-t4 {
    color: rgba(210, 192, 146, 0.4);
  }
  .xs\:color-brown-t5 {
    color: rgba(210, 192, 146, 0.5);
  }
  .xs\:color-brown-t6 {
    color: rgba(210, 192, 146, 0.6);
  }
  .xs\:color-brown-t7 {
    color: rgba(210, 192, 146, 0.7);
  }
  .xs\:color-brown-t8 {
    color: rgba(210, 192, 146, 0.8);
  }
  .xs\:color-brown-t9 {
    color: rgba(210, 192, 146, 0.9);
  }
  .xs\:color-brown-100 {
    color: white;
  }
  .xs\:color-brown-200 {
    color: #fffffe;
  }
  .xs\:color-brown-300 {
    color: #f0eada;
  }
  .xs\:color-brown-400 {
    color: #e1d5b6;
  }
  .xs\:color-brown-500 {
    color: #D2C092;
  }
  .xs\:color-brown-600 {
    color: #c3ab6e;
  }
  .xs\:color-brown-700 {
    color: #b4964a;
  }
  .xs\:color-brown-800 {
    color: #90783b;
  }
  .xs\:color-brown-900 {
    color: #6c5a2c;
  }
  .xs\:bg-brown {
    background-color: #D2C092;
  }
  .xs\:bg-brown-t1 {
    background-color: rgba(210, 192, 146, 0.1);
  }
  .xs\:bg-brown-t2 {
    background-color: rgba(210, 192, 146, 0.2);
  }
  .xs\:bg-brown-t3 {
    background-color: rgba(210, 192, 146, 0.3);
  }
  .xs\:bg-brown-t4 {
    background-color: rgba(210, 192, 146, 0.4);
  }
  .xs\:bg-brown-t5 {
    background-color: rgba(210, 192, 146, 0.5);
  }
  .xs\:bg-brown-t6 {
    background-color: rgba(210, 192, 146, 0.6);
  }
  .xs\:bg-brown-t7 {
    background-color: rgba(210, 192, 146, 0.7);
  }
  .xs\:bg-brown-t8 {
    background-color: rgba(210, 192, 146, 0.8);
  }
  .xs\:bg-brown-t9 {
    background-color: rgba(210, 192, 146, 0.9);
  }
  .xs\:bg-brown-100 {
    background-color: white;
  }
  .xs\:bg-brown-200 {
    background-color: #fffffe;
  }
  .xs\:bg-brown-300 {
    background-color: #f0eada;
  }
  .xs\:bg-brown-400 {
    background-color: #e1d5b6;
  }
  .xs\:bg-brown-500 {
    background-color: #D2C092;
  }
  .xs\:bg-brown-600 {
    background-color: #c3ab6e;
  }
  .xs\:bg-brown-700 {
    background-color: #b4964a;
  }
  .xs\:bg-brown-800 {
    background-color: #90783b;
  }
  .xs\:bg-brown-900 {
    background-color: #6c5a2c;
  }
  .xs\:border-brown {
    border-color: #D2C092;
  }
  .xs\:border-brown-t1 {
    border-color: rgba(210, 192, 146, 0.1);
  }
  .xs\:border-brown-t2 {
    border-color: rgba(210, 192, 146, 0.2);
  }
  .xs\:border-brown-t3 {
    border-color: rgba(210, 192, 146, 0.3);
  }
  .xs\:border-brown-t4 {
    border-color: rgba(210, 192, 146, 0.4);
  }
  .xs\:border-brown-t5 {
    border-color: rgba(210, 192, 146, 0.5);
  }
  .xs\:border-brown-t6 {
    border-color: rgba(210, 192, 146, 0.6);
  }
  .xs\:border-brown-t7 {
    border-color: rgba(210, 192, 146, 0.7);
  }
  .xs\:border-brown-t8 {
    border-color: rgba(210, 192, 146, 0.8);
  }
  .xs\:border-brown-t9 {
    border-color: rgba(210, 192, 146, 0.9);
  }
  .xs\:border-brown-100 {
    border-color: white;
  }
  .xs\:border-brown-200 {
    border-color: #fffffe;
  }
  .xs\:border-brown-300 {
    border-color: #f0eada;
  }
  .xs\:border-brown-400 {
    border-color: #e1d5b6;
  }
  .xs\:border-brown-500 {
    border-color: #D2C092;
  }
  .xs\:border-brown-600 {
    border-color: #c3ab6e;
  }
  .xs\:border-brown-700 {
    border-color: #b4964a;
  }
  .xs\:border-brown-800 {
    border-color: #90783b;
  }
  .xs\:border-brown-900 {
    border-color: #6c5a2c;
  }
  .xs\:fill-brown {
    fill: #D2C092;
  }
  .xs\:fill-brown-t1 {
    fill: rgba(210, 192, 146, 0.1);
  }
  .xs\:fill-brown-t2 {
    fill: rgba(210, 192, 146, 0.2);
  }
  .xs\:fill-brown-t3 {
    fill: rgba(210, 192, 146, 0.3);
  }
  .xs\:fill-brown-t4 {
    fill: rgba(210, 192, 146, 0.4);
  }
  .xs\:fill-brown-t5 {
    fill: rgba(210, 192, 146, 0.5);
  }
  .xs\:fill-brown-t6 {
    fill: rgba(210, 192, 146, 0.6);
  }
  .xs\:fill-brown-t7 {
    fill: rgba(210, 192, 146, 0.7);
  }
  .xs\:fill-brown-t8 {
    fill: rgba(210, 192, 146, 0.8);
  }
  .xs\:fill-brown-t9 {
    fill: rgba(210, 192, 146, 0.9);
  }
  .xs\:fill-brown-100 {
    fill: white;
  }
  .xs\:fill-brown-200 {
    fill: #fffffe;
  }
  .xs\:fill-brown-300 {
    fill: #f0eada;
  }
  .xs\:fill-brown-400 {
    fill: #e1d5b6;
  }
  .xs\:fill-brown-500 {
    fill: #D2C092;
  }
  .xs\:fill-brown-600 {
    fill: #c3ab6e;
  }
  .xs\:fill-brown-700 {
    fill: #b4964a;
  }
  .xs\:fill-brown-800 {
    fill: #90783b;
  }
  .xs\:fill-brown-900 {
    fill: #6c5a2c;
  }
  .xs\:color-facebook {
    color: #1877F2;
  }
  .xs\:color-facebook-t1 {
    color: rgba(24, 119, 242, 0.1);
  }
  .xs\:color-facebook-t2 {
    color: rgba(24, 119, 242, 0.2);
  }
  .xs\:color-facebook-t3 {
    color: rgba(24, 119, 242, 0.3);
  }
  .xs\:color-facebook-t4 {
    color: rgba(24, 119, 242, 0.4);
  }
  .xs\:color-facebook-t5 {
    color: rgba(24, 119, 242, 0.5);
  }
  .xs\:color-facebook-t6 {
    color: rgba(24, 119, 242, 0.6);
  }
  .xs\:color-facebook-t7 {
    color: rgba(24, 119, 242, 0.7);
  }
  .xs\:color-facebook-t8 {
    color: rgba(24, 119, 242, 0.8);
  }
  .xs\:color-facebook-t9 {
    color: rgba(24, 119, 242, 0.9);
  }
  .xs\:color-facebook-100 {
    color: #d9e9fd;
  }
  .xs\:color-facebook-200 {
    color: #a9ccfa;
  }
  .xs\:color-facebook-300 {
    color: #79b0f7;
  }
  .xs\:color-facebook-400 {
    color: #4893f5;
  }
  .xs\:color-facebook-500 {
    color: #1877F2;
  }
  .xs\:color-facebook-600 {
    color: #0b5fcc;
  }
  .xs\:color-facebook-700 {
    color: #09499b;
  }
  .xs\:color-facebook-800 {
    color: #06326b;
  }
  .xs\:color-facebook-900 {
    color: #031b3b;
  }
  .xs\:bg-facebook {
    background-color: #1877F2;
  }
  .xs\:bg-facebook-t1 {
    background-color: rgba(24, 119, 242, 0.1);
  }
  .xs\:bg-facebook-t2 {
    background-color: rgba(24, 119, 242, 0.2);
  }
  .xs\:bg-facebook-t3 {
    background-color: rgba(24, 119, 242, 0.3);
  }
  .xs\:bg-facebook-t4 {
    background-color: rgba(24, 119, 242, 0.4);
  }
  .xs\:bg-facebook-t5 {
    background-color: rgba(24, 119, 242, 0.5);
  }
  .xs\:bg-facebook-t6 {
    background-color: rgba(24, 119, 242, 0.6);
  }
  .xs\:bg-facebook-t7 {
    background-color: rgba(24, 119, 242, 0.7);
  }
  .xs\:bg-facebook-t8 {
    background-color: rgba(24, 119, 242, 0.8);
  }
  .xs\:bg-facebook-t9 {
    background-color: rgba(24, 119, 242, 0.9);
  }
  .xs\:bg-facebook-100 {
    background-color: #d9e9fd;
  }
  .xs\:bg-facebook-200 {
    background-color: #a9ccfa;
  }
  .xs\:bg-facebook-300 {
    background-color: #79b0f7;
  }
  .xs\:bg-facebook-400 {
    background-color: #4893f5;
  }
  .xs\:bg-facebook-500 {
    background-color: #1877F2;
  }
  .xs\:bg-facebook-600 {
    background-color: #0b5fcc;
  }
  .xs\:bg-facebook-700 {
    background-color: #09499b;
  }
  .xs\:bg-facebook-800 {
    background-color: #06326b;
  }
  .xs\:bg-facebook-900 {
    background-color: #031b3b;
  }
  .xs\:border-facebook {
    border-color: #1877F2;
  }
  .xs\:border-facebook-t1 {
    border-color: rgba(24, 119, 242, 0.1);
  }
  .xs\:border-facebook-t2 {
    border-color: rgba(24, 119, 242, 0.2);
  }
  .xs\:border-facebook-t3 {
    border-color: rgba(24, 119, 242, 0.3);
  }
  .xs\:border-facebook-t4 {
    border-color: rgba(24, 119, 242, 0.4);
  }
  .xs\:border-facebook-t5 {
    border-color: rgba(24, 119, 242, 0.5);
  }
  .xs\:border-facebook-t6 {
    border-color: rgba(24, 119, 242, 0.6);
  }
  .xs\:border-facebook-t7 {
    border-color: rgba(24, 119, 242, 0.7);
  }
  .xs\:border-facebook-t8 {
    border-color: rgba(24, 119, 242, 0.8);
  }
  .xs\:border-facebook-t9 {
    border-color: rgba(24, 119, 242, 0.9);
  }
  .xs\:border-facebook-100 {
    border-color: #d9e9fd;
  }
  .xs\:border-facebook-200 {
    border-color: #a9ccfa;
  }
  .xs\:border-facebook-300 {
    border-color: #79b0f7;
  }
  .xs\:border-facebook-400 {
    border-color: #4893f5;
  }
  .xs\:border-facebook-500 {
    border-color: #1877F2;
  }
  .xs\:border-facebook-600 {
    border-color: #0b5fcc;
  }
  .xs\:border-facebook-700 {
    border-color: #09499b;
  }
  .xs\:border-facebook-800 {
    border-color: #06326b;
  }
  .xs\:border-facebook-900 {
    border-color: #031b3b;
  }
  .xs\:fill-facebook {
    fill: #1877F2;
  }
  .xs\:fill-facebook-t1 {
    fill: rgba(24, 119, 242, 0.1);
  }
  .xs\:fill-facebook-t2 {
    fill: rgba(24, 119, 242, 0.2);
  }
  .xs\:fill-facebook-t3 {
    fill: rgba(24, 119, 242, 0.3);
  }
  .xs\:fill-facebook-t4 {
    fill: rgba(24, 119, 242, 0.4);
  }
  .xs\:fill-facebook-t5 {
    fill: rgba(24, 119, 242, 0.5);
  }
  .xs\:fill-facebook-t6 {
    fill: rgba(24, 119, 242, 0.6);
  }
  .xs\:fill-facebook-t7 {
    fill: rgba(24, 119, 242, 0.7);
  }
  .xs\:fill-facebook-t8 {
    fill: rgba(24, 119, 242, 0.8);
  }
  .xs\:fill-facebook-t9 {
    fill: rgba(24, 119, 242, 0.9);
  }
  .xs\:fill-facebook-100 {
    fill: #d9e9fd;
  }
  .xs\:fill-facebook-200 {
    fill: #a9ccfa;
  }
  .xs\:fill-facebook-300 {
    fill: #79b0f7;
  }
  .xs\:fill-facebook-400 {
    fill: #4893f5;
  }
  .xs\:fill-facebook-500 {
    fill: #1877F2;
  }
  .xs\:fill-facebook-600 {
    fill: #0b5fcc;
  }
  .xs\:fill-facebook-700 {
    fill: #09499b;
  }
  .xs\:fill-facebook-800 {
    fill: #06326b;
  }
  .xs\:fill-facebook-900 {
    fill: #031b3b;
  }
  .xs\:color-instagram {
    color: #E4405F;
  }
  .xs\:color-instagram-t1 {
    color: rgba(228, 64, 95, 0.1);
  }
  .xs\:color-instagram-t2 {
    color: rgba(228, 64, 95, 0.2);
  }
  .xs\:color-instagram-t3 {
    color: rgba(228, 64, 95, 0.3);
  }
  .xs\:color-instagram-t4 {
    color: rgba(228, 64, 95, 0.4);
  }
  .xs\:color-instagram-t5 {
    color: rgba(228, 64, 95, 0.5);
  }
  .xs\:color-instagram-t6 {
    color: rgba(228, 64, 95, 0.6);
  }
  .xs\:color-instagram-t7 {
    color: rgba(228, 64, 95, 0.7);
  }
  .xs\:color-instagram-t8 {
    color: rgba(228, 64, 95, 0.8);
  }
  .xs\:color-instagram-t9 {
    color: rgba(228, 64, 95, 0.9);
  }
  .xs\:color-instagram-100 {
    color: #fdf3f5;
  }
  .xs\:color-instagram-200 {
    color: #f7c6cf;
  }
  .xs\:color-instagram-300 {
    color: #f199aa;
  }
  .xs\:color-instagram-400 {
    color: #ea6d84;
  }
  .xs\:color-instagram-500 {
    color: #E4405F;
  }
  .xs\:color-instagram-600 {
    color: #d31e40;
  }
  .xs\:color-instagram-700 {
    color: #a61833;
  }
  .xs\:color-instagram-800 {
    color: #7a1125;
  }
  .xs\:color-instagram-900 {
    color: #4d0b17;
  }
  .xs\:bg-instagram {
    background-color: #E4405F;
  }
  .xs\:bg-instagram-t1 {
    background-color: rgba(228, 64, 95, 0.1);
  }
  .xs\:bg-instagram-t2 {
    background-color: rgba(228, 64, 95, 0.2);
  }
  .xs\:bg-instagram-t3 {
    background-color: rgba(228, 64, 95, 0.3);
  }
  .xs\:bg-instagram-t4 {
    background-color: rgba(228, 64, 95, 0.4);
  }
  .xs\:bg-instagram-t5 {
    background-color: rgba(228, 64, 95, 0.5);
  }
  .xs\:bg-instagram-t6 {
    background-color: rgba(228, 64, 95, 0.6);
  }
  .xs\:bg-instagram-t7 {
    background-color: rgba(228, 64, 95, 0.7);
  }
  .xs\:bg-instagram-t8 {
    background-color: rgba(228, 64, 95, 0.8);
  }
  .xs\:bg-instagram-t9 {
    background-color: rgba(228, 64, 95, 0.9);
  }
  .xs\:bg-instagram-100 {
    background-color: #fdf3f5;
  }
  .xs\:bg-instagram-200 {
    background-color: #f7c6cf;
  }
  .xs\:bg-instagram-300 {
    background-color: #f199aa;
  }
  .xs\:bg-instagram-400 {
    background-color: #ea6d84;
  }
  .xs\:bg-instagram-500 {
    background-color: #E4405F;
  }
  .xs\:bg-instagram-600 {
    background-color: #d31e40;
  }
  .xs\:bg-instagram-700 {
    background-color: #a61833;
  }
  .xs\:bg-instagram-800 {
    background-color: #7a1125;
  }
  .xs\:bg-instagram-900 {
    background-color: #4d0b17;
  }
  .xs\:border-instagram {
    border-color: #E4405F;
  }
  .xs\:border-instagram-t1 {
    border-color: rgba(228, 64, 95, 0.1);
  }
  .xs\:border-instagram-t2 {
    border-color: rgba(228, 64, 95, 0.2);
  }
  .xs\:border-instagram-t3 {
    border-color: rgba(228, 64, 95, 0.3);
  }
  .xs\:border-instagram-t4 {
    border-color: rgba(228, 64, 95, 0.4);
  }
  .xs\:border-instagram-t5 {
    border-color: rgba(228, 64, 95, 0.5);
  }
  .xs\:border-instagram-t6 {
    border-color: rgba(228, 64, 95, 0.6);
  }
  .xs\:border-instagram-t7 {
    border-color: rgba(228, 64, 95, 0.7);
  }
  .xs\:border-instagram-t8 {
    border-color: rgba(228, 64, 95, 0.8);
  }
  .xs\:border-instagram-t9 {
    border-color: rgba(228, 64, 95, 0.9);
  }
  .xs\:border-instagram-100 {
    border-color: #fdf3f5;
  }
  .xs\:border-instagram-200 {
    border-color: #f7c6cf;
  }
  .xs\:border-instagram-300 {
    border-color: #f199aa;
  }
  .xs\:border-instagram-400 {
    border-color: #ea6d84;
  }
  .xs\:border-instagram-500 {
    border-color: #E4405F;
  }
  .xs\:border-instagram-600 {
    border-color: #d31e40;
  }
  .xs\:border-instagram-700 {
    border-color: #a61833;
  }
  .xs\:border-instagram-800 {
    border-color: #7a1125;
  }
  .xs\:border-instagram-900 {
    border-color: #4d0b17;
  }
  .xs\:fill-instagram {
    fill: #E4405F;
  }
  .xs\:fill-instagram-t1 {
    fill: rgba(228, 64, 95, 0.1);
  }
  .xs\:fill-instagram-t2 {
    fill: rgba(228, 64, 95, 0.2);
  }
  .xs\:fill-instagram-t3 {
    fill: rgba(228, 64, 95, 0.3);
  }
  .xs\:fill-instagram-t4 {
    fill: rgba(228, 64, 95, 0.4);
  }
  .xs\:fill-instagram-t5 {
    fill: rgba(228, 64, 95, 0.5);
  }
  .xs\:fill-instagram-t6 {
    fill: rgba(228, 64, 95, 0.6);
  }
  .xs\:fill-instagram-t7 {
    fill: rgba(228, 64, 95, 0.7);
  }
  .xs\:fill-instagram-t8 {
    fill: rgba(228, 64, 95, 0.8);
  }
  .xs\:fill-instagram-t9 {
    fill: rgba(228, 64, 95, 0.9);
  }
  .xs\:fill-instagram-100 {
    fill: #fdf3f5;
  }
  .xs\:fill-instagram-200 {
    fill: #f7c6cf;
  }
  .xs\:fill-instagram-300 {
    fill: #f199aa;
  }
  .xs\:fill-instagram-400 {
    fill: #ea6d84;
  }
  .xs\:fill-instagram-500 {
    fill: #E4405F;
  }
  .xs\:fill-instagram-600 {
    fill: #d31e40;
  }
  .xs\:fill-instagram-700 {
    fill: #a61833;
  }
  .xs\:fill-instagram-800 {
    fill: #7a1125;
  }
  .xs\:fill-instagram-900 {
    fill: #4d0b17;
  }
  .xs\:color-linkedin {
    color: #0077B5;
  }
  .xs\:color-linkedin-t1 {
    color: rgba(0, 119, 181, 0.1);
  }
  .xs\:color-linkedin-t2 {
    color: rgba(0, 119, 181, 0.2);
  }
  .xs\:color-linkedin-t3 {
    color: rgba(0, 119, 181, 0.3);
  }
  .xs\:color-linkedin-t4 {
    color: rgba(0, 119, 181, 0.4);
  }
  .xs\:color-linkedin-t5 {
    color: rgba(0, 119, 181, 0.5);
  }
  .xs\:color-linkedin-t6 {
    color: rgba(0, 119, 181, 0.6);
  }
  .xs\:color-linkedin-t7 {
    color: rgba(0, 119, 181, 0.7);
  }
  .xs\:color-linkedin-t8 {
    color: rgba(0, 119, 181, 0.8);
  }
  .xs\:color-linkedin-t9 {
    color: rgba(0, 119, 181, 0.9);
  }
  .xs\:color-linkedin-100 {
    color: #82d4ff;
  }
  .xs\:color-linkedin-200 {
    color: #4fc3ff;
  }
  .xs\:color-linkedin-300 {
    color: #1cb1ff;
  }
  .xs\:color-linkedin-400 {
    color: #0099e8;
  }
  .xs\:color-linkedin-500 {
    color: #0077B5;
  }
  .xs\:color-linkedin-600 {
    color: #005582;
  }
  .xs\:color-linkedin-700 {
    color: #00344f;
  }
  .xs\:color-linkedin-800 {
    color: #00121c;
  }
  .xs\:color-linkedin-900 {
    color: black;
  }
  .xs\:bg-linkedin {
    background-color: #0077B5;
  }
  .xs\:bg-linkedin-t1 {
    background-color: rgba(0, 119, 181, 0.1);
  }
  .xs\:bg-linkedin-t2 {
    background-color: rgba(0, 119, 181, 0.2);
  }
  .xs\:bg-linkedin-t3 {
    background-color: rgba(0, 119, 181, 0.3);
  }
  .xs\:bg-linkedin-t4 {
    background-color: rgba(0, 119, 181, 0.4);
  }
  .xs\:bg-linkedin-t5 {
    background-color: rgba(0, 119, 181, 0.5);
  }
  .xs\:bg-linkedin-t6 {
    background-color: rgba(0, 119, 181, 0.6);
  }
  .xs\:bg-linkedin-t7 {
    background-color: rgba(0, 119, 181, 0.7);
  }
  .xs\:bg-linkedin-t8 {
    background-color: rgba(0, 119, 181, 0.8);
  }
  .xs\:bg-linkedin-t9 {
    background-color: rgba(0, 119, 181, 0.9);
  }
  .xs\:bg-linkedin-100 {
    background-color: #82d4ff;
  }
  .xs\:bg-linkedin-200 {
    background-color: #4fc3ff;
  }
  .xs\:bg-linkedin-300 {
    background-color: #1cb1ff;
  }
  .xs\:bg-linkedin-400 {
    background-color: #0099e8;
  }
  .xs\:bg-linkedin-500 {
    background-color: #0077B5;
  }
  .xs\:bg-linkedin-600 {
    background-color: #005582;
  }
  .xs\:bg-linkedin-700 {
    background-color: #00344f;
  }
  .xs\:bg-linkedin-800 {
    background-color: #00121c;
  }
  .xs\:bg-linkedin-900 {
    background-color: black;
  }
  .xs\:border-linkedin {
    border-color: #0077B5;
  }
  .xs\:border-linkedin-t1 {
    border-color: rgba(0, 119, 181, 0.1);
  }
  .xs\:border-linkedin-t2 {
    border-color: rgba(0, 119, 181, 0.2);
  }
  .xs\:border-linkedin-t3 {
    border-color: rgba(0, 119, 181, 0.3);
  }
  .xs\:border-linkedin-t4 {
    border-color: rgba(0, 119, 181, 0.4);
  }
  .xs\:border-linkedin-t5 {
    border-color: rgba(0, 119, 181, 0.5);
  }
  .xs\:border-linkedin-t6 {
    border-color: rgba(0, 119, 181, 0.6);
  }
  .xs\:border-linkedin-t7 {
    border-color: rgba(0, 119, 181, 0.7);
  }
  .xs\:border-linkedin-t8 {
    border-color: rgba(0, 119, 181, 0.8);
  }
  .xs\:border-linkedin-t9 {
    border-color: rgba(0, 119, 181, 0.9);
  }
  .xs\:border-linkedin-100 {
    border-color: #82d4ff;
  }
  .xs\:border-linkedin-200 {
    border-color: #4fc3ff;
  }
  .xs\:border-linkedin-300 {
    border-color: #1cb1ff;
  }
  .xs\:border-linkedin-400 {
    border-color: #0099e8;
  }
  .xs\:border-linkedin-500 {
    border-color: #0077B5;
  }
  .xs\:border-linkedin-600 {
    border-color: #005582;
  }
  .xs\:border-linkedin-700 {
    border-color: #00344f;
  }
  .xs\:border-linkedin-800 {
    border-color: #00121c;
  }
  .xs\:border-linkedin-900 {
    border-color: black;
  }
  .xs\:fill-linkedin {
    fill: #0077B5;
  }
  .xs\:fill-linkedin-t1 {
    fill: rgba(0, 119, 181, 0.1);
  }
  .xs\:fill-linkedin-t2 {
    fill: rgba(0, 119, 181, 0.2);
  }
  .xs\:fill-linkedin-t3 {
    fill: rgba(0, 119, 181, 0.3);
  }
  .xs\:fill-linkedin-t4 {
    fill: rgba(0, 119, 181, 0.4);
  }
  .xs\:fill-linkedin-t5 {
    fill: rgba(0, 119, 181, 0.5);
  }
  .xs\:fill-linkedin-t6 {
    fill: rgba(0, 119, 181, 0.6);
  }
  .xs\:fill-linkedin-t7 {
    fill: rgba(0, 119, 181, 0.7);
  }
  .xs\:fill-linkedin-t8 {
    fill: rgba(0, 119, 181, 0.8);
  }
  .xs\:fill-linkedin-t9 {
    fill: rgba(0, 119, 181, 0.9);
  }
  .xs\:fill-linkedin-100 {
    fill: #82d4ff;
  }
  .xs\:fill-linkedin-200 {
    fill: #4fc3ff;
  }
  .xs\:fill-linkedin-300 {
    fill: #1cb1ff;
  }
  .xs\:fill-linkedin-400 {
    fill: #0099e8;
  }
  .xs\:fill-linkedin-500 {
    fill: #0077B5;
  }
  .xs\:fill-linkedin-600 {
    fill: #005582;
  }
  .xs\:fill-linkedin-700 {
    fill: #00344f;
  }
  .xs\:fill-linkedin-800 {
    fill: #00121c;
  }
  .xs\:fill-linkedin-900 {
    fill: black;
  }
  .xs\:color-twitter {
    color: #1DA1F2;
  }
  .xs\:color-twitter-t1 {
    color: rgba(29, 161, 242, 0.1);
  }
  .xs\:color-twitter-t2 {
    color: rgba(29, 161, 242, 0.2);
  }
  .xs\:color-twitter-t3 {
    color: rgba(29, 161, 242, 0.3);
  }
  .xs\:color-twitter-t4 {
    color: rgba(29, 161, 242, 0.4);
  }
  .xs\:color-twitter-t5 {
    color: rgba(29, 161, 242, 0.5);
  }
  .xs\:color-twitter-t6 {
    color: rgba(29, 161, 242, 0.6);
  }
  .xs\:color-twitter-t7 {
    color: rgba(29, 161, 242, 0.7);
  }
  .xs\:color-twitter-t8 {
    color: rgba(29, 161, 242, 0.8);
  }
  .xs\:color-twitter-t9 {
    color: rgba(29, 161, 242, 0.9);
  }
  .xs\:color-twitter-100 {
    color: #def1fd;
  }
  .xs\:color-twitter-200 {
    color: #aeddfa;
  }
  .xs\:color-twitter-300 {
    color: #7dc9f8;
  }
  .xs\:color-twitter-400 {
    color: #4db5f5;
  }
  .xs\:color-twitter-500 {
    color: #1DA1F2;
  }
  .xs\:color-twitter-600 {
    color: #0c85d0;
  }
  .xs\:color-twitter-700 {
    color: #0967a0;
  }
  .xs\:color-twitter-800 {
    color: #064870;
  }
  .xs\:color-twitter-900 {
    color: #04293f;
  }
  .xs\:bg-twitter {
    background-color: #1DA1F2;
  }
  .xs\:bg-twitter-t1 {
    background-color: rgba(29, 161, 242, 0.1);
  }
  .xs\:bg-twitter-t2 {
    background-color: rgba(29, 161, 242, 0.2);
  }
  .xs\:bg-twitter-t3 {
    background-color: rgba(29, 161, 242, 0.3);
  }
  .xs\:bg-twitter-t4 {
    background-color: rgba(29, 161, 242, 0.4);
  }
  .xs\:bg-twitter-t5 {
    background-color: rgba(29, 161, 242, 0.5);
  }
  .xs\:bg-twitter-t6 {
    background-color: rgba(29, 161, 242, 0.6);
  }
  .xs\:bg-twitter-t7 {
    background-color: rgba(29, 161, 242, 0.7);
  }
  .xs\:bg-twitter-t8 {
    background-color: rgba(29, 161, 242, 0.8);
  }
  .xs\:bg-twitter-t9 {
    background-color: rgba(29, 161, 242, 0.9);
  }
  .xs\:bg-twitter-100 {
    background-color: #def1fd;
  }
  .xs\:bg-twitter-200 {
    background-color: #aeddfa;
  }
  .xs\:bg-twitter-300 {
    background-color: #7dc9f8;
  }
  .xs\:bg-twitter-400 {
    background-color: #4db5f5;
  }
  .xs\:bg-twitter-500 {
    background-color: #1DA1F2;
  }
  .xs\:bg-twitter-600 {
    background-color: #0c85d0;
  }
  .xs\:bg-twitter-700 {
    background-color: #0967a0;
  }
  .xs\:bg-twitter-800 {
    background-color: #064870;
  }
  .xs\:bg-twitter-900 {
    background-color: #04293f;
  }
  .xs\:border-twitter {
    border-color: #1DA1F2;
  }
  .xs\:border-twitter-t1 {
    border-color: rgba(29, 161, 242, 0.1);
  }
  .xs\:border-twitter-t2 {
    border-color: rgba(29, 161, 242, 0.2);
  }
  .xs\:border-twitter-t3 {
    border-color: rgba(29, 161, 242, 0.3);
  }
  .xs\:border-twitter-t4 {
    border-color: rgba(29, 161, 242, 0.4);
  }
  .xs\:border-twitter-t5 {
    border-color: rgba(29, 161, 242, 0.5);
  }
  .xs\:border-twitter-t6 {
    border-color: rgba(29, 161, 242, 0.6);
  }
  .xs\:border-twitter-t7 {
    border-color: rgba(29, 161, 242, 0.7);
  }
  .xs\:border-twitter-t8 {
    border-color: rgba(29, 161, 242, 0.8);
  }
  .xs\:border-twitter-t9 {
    border-color: rgba(29, 161, 242, 0.9);
  }
  .xs\:border-twitter-100 {
    border-color: #def1fd;
  }
  .xs\:border-twitter-200 {
    border-color: #aeddfa;
  }
  .xs\:border-twitter-300 {
    border-color: #7dc9f8;
  }
  .xs\:border-twitter-400 {
    border-color: #4db5f5;
  }
  .xs\:border-twitter-500 {
    border-color: #1DA1F2;
  }
  .xs\:border-twitter-600 {
    border-color: #0c85d0;
  }
  .xs\:border-twitter-700 {
    border-color: #0967a0;
  }
  .xs\:border-twitter-800 {
    border-color: #064870;
  }
  .xs\:border-twitter-900 {
    border-color: #04293f;
  }
  .xs\:fill-twitter {
    fill: #1DA1F2;
  }
  .xs\:fill-twitter-t1 {
    fill: rgba(29, 161, 242, 0.1);
  }
  .xs\:fill-twitter-t2 {
    fill: rgba(29, 161, 242, 0.2);
  }
  .xs\:fill-twitter-t3 {
    fill: rgba(29, 161, 242, 0.3);
  }
  .xs\:fill-twitter-t4 {
    fill: rgba(29, 161, 242, 0.4);
  }
  .xs\:fill-twitter-t5 {
    fill: rgba(29, 161, 242, 0.5);
  }
  .xs\:fill-twitter-t6 {
    fill: rgba(29, 161, 242, 0.6);
  }
  .xs\:fill-twitter-t7 {
    fill: rgba(29, 161, 242, 0.7);
  }
  .xs\:fill-twitter-t8 {
    fill: rgba(29, 161, 242, 0.8);
  }
  .xs\:fill-twitter-t9 {
    fill: rgba(29, 161, 242, 0.9);
  }
  .xs\:fill-twitter-100 {
    fill: #def1fd;
  }
  .xs\:fill-twitter-200 {
    fill: #aeddfa;
  }
  .xs\:fill-twitter-300 {
    fill: #7dc9f8;
  }
  .xs\:fill-twitter-400 {
    fill: #4db5f5;
  }
  .xs\:fill-twitter-500 {
    fill: #1DA1F2;
  }
  .xs\:fill-twitter-600 {
    fill: #0c85d0;
  }
  .xs\:fill-twitter-700 {
    fill: #0967a0;
  }
  .xs\:fill-twitter-800 {
    fill: #064870;
  }
  .xs\:fill-twitter-900 {
    fill: #04293f;
  }
  .xs\:color-youtube {
    color: #FF0000;
  }
  .xs\:color-youtube-t1 {
    color: rgba(255, 0, 0, 0.1);
  }
  .xs\:color-youtube-t2 {
    color: rgba(255, 0, 0, 0.2);
  }
  .xs\:color-youtube-t3 {
    color: rgba(255, 0, 0, 0.3);
  }
  .xs\:color-youtube-t4 {
    color: rgba(255, 0, 0, 0.4);
  }
  .xs\:color-youtube-t5 {
    color: rgba(255, 0, 0, 0.5);
  }
  .xs\:color-youtube-t6 {
    color: rgba(255, 0, 0, 0.6);
  }
  .xs\:color-youtube-t7 {
    color: rgba(255, 0, 0, 0.7);
  }
  .xs\:color-youtube-t8 {
    color: rgba(255, 0, 0, 0.8);
  }
  .xs\:color-youtube-t9 {
    color: rgba(255, 0, 0, 0.9);
  }
  .xs\:color-youtube-100 {
    color: #ffcccc;
  }
  .xs\:color-youtube-200 {
    color: #ff9999;
  }
  .xs\:color-youtube-300 {
    color: #ff6666;
  }
  .xs\:color-youtube-400 {
    color: #ff3333;
  }
  .xs\:color-youtube-500 {
    color: #FF0000;
  }
  .xs\:color-youtube-600 {
    color: #cc0000;
  }
  .xs\:color-youtube-700 {
    color: #990000;
  }
  .xs\:color-youtube-800 {
    color: #660000;
  }
  .xs\:color-youtube-900 {
    color: #330000;
  }
  .xs\:bg-youtube {
    background-color: #FF0000;
  }
  .xs\:bg-youtube-t1 {
    background-color: rgba(255, 0, 0, 0.1);
  }
  .xs\:bg-youtube-t2 {
    background-color: rgba(255, 0, 0, 0.2);
  }
  .xs\:bg-youtube-t3 {
    background-color: rgba(255, 0, 0, 0.3);
  }
  .xs\:bg-youtube-t4 {
    background-color: rgba(255, 0, 0, 0.4);
  }
  .xs\:bg-youtube-t5 {
    background-color: rgba(255, 0, 0, 0.5);
  }
  .xs\:bg-youtube-t6 {
    background-color: rgba(255, 0, 0, 0.6);
  }
  .xs\:bg-youtube-t7 {
    background-color: rgba(255, 0, 0, 0.7);
  }
  .xs\:bg-youtube-t8 {
    background-color: rgba(255, 0, 0, 0.8);
  }
  .xs\:bg-youtube-t9 {
    background-color: rgba(255, 0, 0, 0.9);
  }
  .xs\:bg-youtube-100 {
    background-color: #ffcccc;
  }
  .xs\:bg-youtube-200 {
    background-color: #ff9999;
  }
  .xs\:bg-youtube-300 {
    background-color: #ff6666;
  }
  .xs\:bg-youtube-400 {
    background-color: #ff3333;
  }
  .xs\:bg-youtube-500 {
    background-color: #FF0000;
  }
  .xs\:bg-youtube-600 {
    background-color: #cc0000;
  }
  .xs\:bg-youtube-700 {
    background-color: #990000;
  }
  .xs\:bg-youtube-800 {
    background-color: #660000;
  }
  .xs\:bg-youtube-900 {
    background-color: #330000;
  }
  .xs\:border-youtube {
    border-color: #FF0000;
  }
  .xs\:border-youtube-t1 {
    border-color: rgba(255, 0, 0, 0.1);
  }
  .xs\:border-youtube-t2 {
    border-color: rgba(255, 0, 0, 0.2);
  }
  .xs\:border-youtube-t3 {
    border-color: rgba(255, 0, 0, 0.3);
  }
  .xs\:border-youtube-t4 {
    border-color: rgba(255, 0, 0, 0.4);
  }
  .xs\:border-youtube-t5 {
    border-color: rgba(255, 0, 0, 0.5);
  }
  .xs\:border-youtube-t6 {
    border-color: rgba(255, 0, 0, 0.6);
  }
  .xs\:border-youtube-t7 {
    border-color: rgba(255, 0, 0, 0.7);
  }
  .xs\:border-youtube-t8 {
    border-color: rgba(255, 0, 0, 0.8);
  }
  .xs\:border-youtube-t9 {
    border-color: rgba(255, 0, 0, 0.9);
  }
  .xs\:border-youtube-100 {
    border-color: #ffcccc;
  }
  .xs\:border-youtube-200 {
    border-color: #ff9999;
  }
  .xs\:border-youtube-300 {
    border-color: #ff6666;
  }
  .xs\:border-youtube-400 {
    border-color: #ff3333;
  }
  .xs\:border-youtube-500 {
    border-color: #FF0000;
  }
  .xs\:border-youtube-600 {
    border-color: #cc0000;
  }
  .xs\:border-youtube-700 {
    border-color: #990000;
  }
  .xs\:border-youtube-800 {
    border-color: #660000;
  }
  .xs\:border-youtube-900 {
    border-color: #330000;
  }
  .xs\:fill-youtube {
    fill: #FF0000;
  }
  .xs\:fill-youtube-t1 {
    fill: rgba(255, 0, 0, 0.1);
  }
  .xs\:fill-youtube-t2 {
    fill: rgba(255, 0, 0, 0.2);
  }
  .xs\:fill-youtube-t3 {
    fill: rgba(255, 0, 0, 0.3);
  }
  .xs\:fill-youtube-t4 {
    fill: rgba(255, 0, 0, 0.4);
  }
  .xs\:fill-youtube-t5 {
    fill: rgba(255, 0, 0, 0.5);
  }
  .xs\:fill-youtube-t6 {
    fill: rgba(255, 0, 0, 0.6);
  }
  .xs\:fill-youtube-t7 {
    fill: rgba(255, 0, 0, 0.7);
  }
  .xs\:fill-youtube-t8 {
    fill: rgba(255, 0, 0, 0.8);
  }
  .xs\:fill-youtube-t9 {
    fill: rgba(255, 0, 0, 0.9);
  }
  .xs\:fill-youtube-100 {
    fill: #ffcccc;
  }
  .xs\:fill-youtube-200 {
    fill: #ff9999;
  }
  .xs\:fill-youtube-300 {
    fill: #ff6666;
  }
  .xs\:fill-youtube-400 {
    fill: #ff3333;
  }
  .xs\:fill-youtube-500 {
    fill: #FF0000;
  }
  .xs\:fill-youtube-600 {
    fill: #cc0000;
  }
  .xs\:fill-youtube-700 {
    fill: #990000;
  }
  .xs\:fill-youtube-800 {
    fill: #660000;
  }
  .xs\:fill-youtube-900 {
    fill: #330000;
  }
  .xs\:color-whatsapp {
    color: #25D366;
  }
  .xs\:color-whatsapp-t1 {
    color: rgba(37, 211, 102, 0.1);
  }
  .xs\:color-whatsapp-t2 {
    color: rgba(37, 211, 102, 0.2);
  }
  .xs\:color-whatsapp-t3 {
    color: rgba(37, 211, 102, 0.3);
  }
  .xs\:color-whatsapp-t4 {
    color: rgba(37, 211, 102, 0.4);
  }
  .xs\:color-whatsapp-t5 {
    color: rgba(37, 211, 102, 0.5);
  }
  .xs\:color-whatsapp-t6 {
    color: rgba(37, 211, 102, 0.6);
  }
  .xs\:color-whatsapp-t7 {
    color: rgba(37, 211, 102, 0.7);
  }
  .xs\:color-whatsapp-t8 {
    color: rgba(37, 211, 102, 0.8);
  }
  .xs\:color-whatsapp-t9 {
    color: rgba(37, 211, 102, 0.9);
  }
  .xs\:color-whatsapp-100 {
    color: #cef6dd;
  }
  .xs\:color-whatsapp-200 {
    color: #a2efbf;
  }
  .xs\:color-whatsapp-300 {
    color: #77e7a1;
  }
  .xs\:color-whatsapp-400 {
    color: #4be083;
  }
  .xs\:color-whatsapp-500 {
    color: #25D366;
  }
  .xs\:color-whatsapp-600 {
    color: #1da851;
  }
  .xs\:color-whatsapp-700 {
    color: #167c3c;
  }
  .xs\:color-whatsapp-800 {
    color: #0e5127;
  }
  .xs\:color-whatsapp-900 {
    color: #072512;
  }
  .xs\:bg-whatsapp {
    background-color: #25D366;
  }
  .xs\:bg-whatsapp-t1 {
    background-color: rgba(37, 211, 102, 0.1);
  }
  .xs\:bg-whatsapp-t2 {
    background-color: rgba(37, 211, 102, 0.2);
  }
  .xs\:bg-whatsapp-t3 {
    background-color: rgba(37, 211, 102, 0.3);
  }
  .xs\:bg-whatsapp-t4 {
    background-color: rgba(37, 211, 102, 0.4);
  }
  .xs\:bg-whatsapp-t5 {
    background-color: rgba(37, 211, 102, 0.5);
  }
  .xs\:bg-whatsapp-t6 {
    background-color: rgba(37, 211, 102, 0.6);
  }
  .xs\:bg-whatsapp-t7 {
    background-color: rgba(37, 211, 102, 0.7);
  }
  .xs\:bg-whatsapp-t8 {
    background-color: rgba(37, 211, 102, 0.8);
  }
  .xs\:bg-whatsapp-t9 {
    background-color: rgba(37, 211, 102, 0.9);
  }
  .xs\:bg-whatsapp-100 {
    background-color: #cef6dd;
  }
  .xs\:bg-whatsapp-200 {
    background-color: #a2efbf;
  }
  .xs\:bg-whatsapp-300 {
    background-color: #77e7a1;
  }
  .xs\:bg-whatsapp-400 {
    background-color: #4be083;
  }
  .xs\:bg-whatsapp-500 {
    background-color: #25D366;
  }
  .xs\:bg-whatsapp-600 {
    background-color: #1da851;
  }
  .xs\:bg-whatsapp-700 {
    background-color: #167c3c;
  }
  .xs\:bg-whatsapp-800 {
    background-color: #0e5127;
  }
  .xs\:bg-whatsapp-900 {
    background-color: #072512;
  }
  .xs\:border-whatsapp {
    border-color: #25D366;
  }
  .xs\:border-whatsapp-t1 {
    border-color: rgba(37, 211, 102, 0.1);
  }
  .xs\:border-whatsapp-t2 {
    border-color: rgba(37, 211, 102, 0.2);
  }
  .xs\:border-whatsapp-t3 {
    border-color: rgba(37, 211, 102, 0.3);
  }
  .xs\:border-whatsapp-t4 {
    border-color: rgba(37, 211, 102, 0.4);
  }
  .xs\:border-whatsapp-t5 {
    border-color: rgba(37, 211, 102, 0.5);
  }
  .xs\:border-whatsapp-t6 {
    border-color: rgba(37, 211, 102, 0.6);
  }
  .xs\:border-whatsapp-t7 {
    border-color: rgba(37, 211, 102, 0.7);
  }
  .xs\:border-whatsapp-t8 {
    border-color: rgba(37, 211, 102, 0.8);
  }
  .xs\:border-whatsapp-t9 {
    border-color: rgba(37, 211, 102, 0.9);
  }
  .xs\:border-whatsapp-100 {
    border-color: #cef6dd;
  }
  .xs\:border-whatsapp-200 {
    border-color: #a2efbf;
  }
  .xs\:border-whatsapp-300 {
    border-color: #77e7a1;
  }
  .xs\:border-whatsapp-400 {
    border-color: #4be083;
  }
  .xs\:border-whatsapp-500 {
    border-color: #25D366;
  }
  .xs\:border-whatsapp-600 {
    border-color: #1da851;
  }
  .xs\:border-whatsapp-700 {
    border-color: #167c3c;
  }
  .xs\:border-whatsapp-800 {
    border-color: #0e5127;
  }
  .xs\:border-whatsapp-900 {
    border-color: #072512;
  }
  .xs\:fill-whatsapp {
    fill: #25D366;
  }
  .xs\:fill-whatsapp-t1 {
    fill: rgba(37, 211, 102, 0.1);
  }
  .xs\:fill-whatsapp-t2 {
    fill: rgba(37, 211, 102, 0.2);
  }
  .xs\:fill-whatsapp-t3 {
    fill: rgba(37, 211, 102, 0.3);
  }
  .xs\:fill-whatsapp-t4 {
    fill: rgba(37, 211, 102, 0.4);
  }
  .xs\:fill-whatsapp-t5 {
    fill: rgba(37, 211, 102, 0.5);
  }
  .xs\:fill-whatsapp-t6 {
    fill: rgba(37, 211, 102, 0.6);
  }
  .xs\:fill-whatsapp-t7 {
    fill: rgba(37, 211, 102, 0.7);
  }
  .xs\:fill-whatsapp-t8 {
    fill: rgba(37, 211, 102, 0.8);
  }
  .xs\:fill-whatsapp-t9 {
    fill: rgba(37, 211, 102, 0.9);
  }
  .xs\:fill-whatsapp-100 {
    fill: #cef6dd;
  }
  .xs\:fill-whatsapp-200 {
    fill: #a2efbf;
  }
  .xs\:fill-whatsapp-300 {
    fill: #77e7a1;
  }
  .xs\:fill-whatsapp-400 {
    fill: #4be083;
  }
  .xs\:fill-whatsapp-500 {
    fill: #25D366;
  }
  .xs\:fill-whatsapp-600 {
    fill: #1da851;
  }
  .xs\:fill-whatsapp-700 {
    fill: #167c3c;
  }
  .xs\:fill-whatsapp-800 {
    fill: #0e5127;
  }
  .xs\:fill-whatsapp-900 {
    fill: #072512;
  }
}
@media (min-width: 769px) {
  .sm\:color-white {
    color: #ffffff;
  }
  .sm\:color-white-t1 {
    color: rgba(255, 255, 255, 0.1);
  }
  .sm\:color-white-t2 {
    color: rgba(255, 255, 255, 0.2);
  }
  .sm\:color-white-t3 {
    color: rgba(255, 255, 255, 0.3);
  }
  .sm\:color-white-t4 {
    color: rgba(255, 255, 255, 0.4);
  }
  .sm\:color-white-t5 {
    color: rgba(255, 255, 255, 0.5);
  }
  .sm\:color-white-t6 {
    color: rgba(255, 255, 255, 0.6);
  }
  .sm\:color-white-t7 {
    color: rgba(255, 255, 255, 0.7);
  }
  .sm\:color-white-t8 {
    color: rgba(255, 255, 255, 0.8);
  }
  .sm\:color-white-t9 {
    color: rgba(255, 255, 255, 0.9);
  }
  .sm\:color-white-100 {
    color: white;
  }
  .sm\:color-white-200 {
    color: white;
  }
  .sm\:color-white-300 {
    color: white;
  }
  .sm\:color-white-400 {
    color: white;
  }
  .sm\:color-white-500 {
    color: #ffffff;
  }
  .sm\:color-white-600 {
    color: #e6e6e6;
  }
  .sm\:color-white-700 {
    color: #cccccc;
  }
  .sm\:color-white-800 {
    color: #b3b3b3;
  }
  .sm\:color-white-900 {
    color: #999999;
  }
  .sm\:bg-white {
    background-color: #ffffff;
  }
  .sm\:bg-white-t1 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .sm\:bg-white-t2 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .sm\:bg-white-t3 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .sm\:bg-white-t4 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .sm\:bg-white-t5 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .sm\:bg-white-t6 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .sm\:bg-white-t7 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sm\:bg-white-t8 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .sm\:bg-white-t9 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .sm\:bg-white-100 {
    background-color: white;
  }
  .sm\:bg-white-200 {
    background-color: white;
  }
  .sm\:bg-white-300 {
    background-color: white;
  }
  .sm\:bg-white-400 {
    background-color: white;
  }
  .sm\:bg-white-500 {
    background-color: #ffffff;
  }
  .sm\:bg-white-600 {
    background-color: #e6e6e6;
  }
  .sm\:bg-white-700 {
    background-color: #cccccc;
  }
  .sm\:bg-white-800 {
    background-color: #b3b3b3;
  }
  .sm\:bg-white-900 {
    background-color: #999999;
  }
  .sm\:border-white {
    border-color: #ffffff;
  }
  .sm\:border-white-t1 {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .sm\:border-white-t2 {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .sm\:border-white-t3 {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .sm\:border-white-t4 {
    border-color: rgba(255, 255, 255, 0.4);
  }
  .sm\:border-white-t5 {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .sm\:border-white-t6 {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .sm\:border-white-t7 {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .sm\:border-white-t8 {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .sm\:border-white-t9 {
    border-color: rgba(255, 255, 255, 0.9);
  }
  .sm\:border-white-100 {
    border-color: white;
  }
  .sm\:border-white-200 {
    border-color: white;
  }
  .sm\:border-white-300 {
    border-color: white;
  }
  .sm\:border-white-400 {
    border-color: white;
  }
  .sm\:border-white-500 {
    border-color: #ffffff;
  }
  .sm\:border-white-600 {
    border-color: #e6e6e6;
  }
  .sm\:border-white-700 {
    border-color: #cccccc;
  }
  .sm\:border-white-800 {
    border-color: #b3b3b3;
  }
  .sm\:border-white-900 {
    border-color: #999999;
  }
  .sm\:fill-white {
    fill: #ffffff;
  }
  .sm\:fill-white-t1 {
    fill: rgba(255, 255, 255, 0.1);
  }
  .sm\:fill-white-t2 {
    fill: rgba(255, 255, 255, 0.2);
  }
  .sm\:fill-white-t3 {
    fill: rgba(255, 255, 255, 0.3);
  }
  .sm\:fill-white-t4 {
    fill: rgba(255, 255, 255, 0.4);
  }
  .sm\:fill-white-t5 {
    fill: rgba(255, 255, 255, 0.5);
  }
  .sm\:fill-white-t6 {
    fill: rgba(255, 255, 255, 0.6);
  }
  .sm\:fill-white-t7 {
    fill: rgba(255, 255, 255, 0.7);
  }
  .sm\:fill-white-t8 {
    fill: rgba(255, 255, 255, 0.8);
  }
  .sm\:fill-white-t9 {
    fill: rgba(255, 255, 255, 0.9);
  }
  .sm\:fill-white-100 {
    fill: white;
  }
  .sm\:fill-white-200 {
    fill: white;
  }
  .sm\:fill-white-300 {
    fill: white;
  }
  .sm\:fill-white-400 {
    fill: white;
  }
  .sm\:fill-white-500 {
    fill: #ffffff;
  }
  .sm\:fill-white-600 {
    fill: #e6e6e6;
  }
  .sm\:fill-white-700 {
    fill: #cccccc;
  }
  .sm\:fill-white-800 {
    fill: #b3b3b3;
  }
  .sm\:fill-white-900 {
    fill: #999999;
  }
  .sm\:color-black {
    color: #000000;
  }
  .sm\:color-black-t1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .sm\:color-black-t2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .sm\:color-black-t3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .sm\:color-black-t4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .sm\:color-black-t5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .sm\:color-black-t6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .sm\:color-black-t7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .sm\:color-black-t8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .sm\:color-black-t9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .sm\:color-black-100 {
    color: #666666;
  }
  .sm\:color-black-200 {
    color: #4d4d4d;
  }
  .sm\:color-black-300 {
    color: #333333;
  }
  .sm\:color-black-400 {
    color: #1a1a1a;
  }
  .sm\:color-black-500 {
    color: #000000;
  }
  .sm\:color-black-600 {
    color: black;
  }
  .sm\:color-black-700 {
    color: black;
  }
  .sm\:color-black-800 {
    color: black;
  }
  .sm\:color-black-900 {
    color: black;
  }
  .sm\:bg-black {
    background-color: #000000;
  }
  .sm\:bg-black-t1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .sm\:bg-black-t2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .sm\:bg-black-t3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .sm\:bg-black-t4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .sm\:bg-black-t5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sm\:bg-black-t6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .sm\:bg-black-t7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .sm\:bg-black-t8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .sm\:bg-black-t9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .sm\:bg-black-100 {
    background-color: #666666;
  }
  .sm\:bg-black-200 {
    background-color: #4d4d4d;
  }
  .sm\:bg-black-300 {
    background-color: #333333;
  }
  .sm\:bg-black-400 {
    background-color: #1a1a1a;
  }
  .sm\:bg-black-500 {
    background-color: #000000;
  }
  .sm\:bg-black-600 {
    background-color: black;
  }
  .sm\:bg-black-700 {
    background-color: black;
  }
  .sm\:bg-black-800 {
    background-color: black;
  }
  .sm\:bg-black-900 {
    background-color: black;
  }
  .sm\:border-black {
    border-color: #000000;
  }
  .sm\:border-black-t1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .sm\:border-black-t2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .sm\:border-black-t3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .sm\:border-black-t4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .sm\:border-black-t5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .sm\:border-black-t6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .sm\:border-black-t7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .sm\:border-black-t8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .sm\:border-black-t9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .sm\:border-black-100 {
    border-color: #666666;
  }
  .sm\:border-black-200 {
    border-color: #4d4d4d;
  }
  .sm\:border-black-300 {
    border-color: #333333;
  }
  .sm\:border-black-400 {
    border-color: #1a1a1a;
  }
  .sm\:border-black-500 {
    border-color: #000000;
  }
  .sm\:border-black-600 {
    border-color: black;
  }
  .sm\:border-black-700 {
    border-color: black;
  }
  .sm\:border-black-800 {
    border-color: black;
  }
  .sm\:border-black-900 {
    border-color: black;
  }
  .sm\:fill-black {
    fill: #000000;
  }
  .sm\:fill-black-t1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .sm\:fill-black-t2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .sm\:fill-black-t3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .sm\:fill-black-t4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .sm\:fill-black-t5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .sm\:fill-black-t6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .sm\:fill-black-t7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .sm\:fill-black-t8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .sm\:fill-black-t9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .sm\:fill-black-100 {
    fill: #666666;
  }
  .sm\:fill-black-200 {
    fill: #4d4d4d;
  }
  .sm\:fill-black-300 {
    fill: #333333;
  }
  .sm\:fill-black-400 {
    fill: #1a1a1a;
  }
  .sm\:fill-black-500 {
    fill: #000000;
  }
  .sm\:fill-black-600 {
    fill: black;
  }
  .sm\:fill-black-700 {
    fill: black;
  }
  .sm\:fill-black-800 {
    fill: black;
  }
  .sm\:fill-black-900 {
    fill: black;
  }
  .sm\:color-pink {
    color: #E91E63;
  }
  .sm\:color-pink-t1 {
    color: rgba(233, 30, 99, 0.1);
  }
  .sm\:color-pink-t2 {
    color: rgba(233, 30, 99, 0.2);
  }
  .sm\:color-pink-t3 {
    color: rgba(233, 30, 99, 0.3);
  }
  .sm\:color-pink-t4 {
    color: rgba(233, 30, 99, 0.4);
  }
  .sm\:color-pink-t5 {
    color: rgba(233, 30, 99, 0.5);
  }
  .sm\:color-pink-t6 {
    color: rgba(233, 30, 99, 0.6);
  }
  .sm\:color-pink-t7 {
    color: rgba(233, 30, 99, 0.7);
  }
  .sm\:color-pink-t8 {
    color: rgba(233, 30, 99, 0.8);
  }
  .sm\:color-pink-t9 {
    color: rgba(233, 30, 99, 0.9);
  }
  .sm\:color-pink-100 {
    color: #fbd8e4;
  }
  .sm\:color-pink-200 {
    color: #f7a9c4;
  }
  .sm\:color-pink-300 {
    color: #f27ba3;
  }
  .sm\:color-pink-400 {
    color: #ee4c83;
  }
  .sm\:color-pink-500 {
    color: #E91E63;
  }
  .sm\:color-pink-600 {
    color: #c1134e;
  }
  .sm\:color-pink-700 {
    color: #930e3b;
  }
  .sm\:color-pink-800 {
    color: #640a29;
  }
  .sm\:color-pink-900 {
    color: #360516;
  }
  .sm\:bg-pink {
    background-color: #E91E63;
  }
  .sm\:bg-pink-t1 {
    background-color: rgba(233, 30, 99, 0.1);
  }
  .sm\:bg-pink-t2 {
    background-color: rgba(233, 30, 99, 0.2);
  }
  .sm\:bg-pink-t3 {
    background-color: rgba(233, 30, 99, 0.3);
  }
  .sm\:bg-pink-t4 {
    background-color: rgba(233, 30, 99, 0.4);
  }
  .sm\:bg-pink-t5 {
    background-color: rgba(233, 30, 99, 0.5);
  }
  .sm\:bg-pink-t6 {
    background-color: rgba(233, 30, 99, 0.6);
  }
  .sm\:bg-pink-t7 {
    background-color: rgba(233, 30, 99, 0.7);
  }
  .sm\:bg-pink-t8 {
    background-color: rgba(233, 30, 99, 0.8);
  }
  .sm\:bg-pink-t9 {
    background-color: rgba(233, 30, 99, 0.9);
  }
  .sm\:bg-pink-100 {
    background-color: #fbd8e4;
  }
  .sm\:bg-pink-200 {
    background-color: #f7a9c4;
  }
  .sm\:bg-pink-300 {
    background-color: #f27ba3;
  }
  .sm\:bg-pink-400 {
    background-color: #ee4c83;
  }
  .sm\:bg-pink-500 {
    background-color: #E91E63;
  }
  .sm\:bg-pink-600 {
    background-color: #c1134e;
  }
  .sm\:bg-pink-700 {
    background-color: #930e3b;
  }
  .sm\:bg-pink-800 {
    background-color: #640a29;
  }
  .sm\:bg-pink-900 {
    background-color: #360516;
  }
  .sm\:border-pink {
    border-color: #E91E63;
  }
  .sm\:border-pink-t1 {
    border-color: rgba(233, 30, 99, 0.1);
  }
  .sm\:border-pink-t2 {
    border-color: rgba(233, 30, 99, 0.2);
  }
  .sm\:border-pink-t3 {
    border-color: rgba(233, 30, 99, 0.3);
  }
  .sm\:border-pink-t4 {
    border-color: rgba(233, 30, 99, 0.4);
  }
  .sm\:border-pink-t5 {
    border-color: rgba(233, 30, 99, 0.5);
  }
  .sm\:border-pink-t6 {
    border-color: rgba(233, 30, 99, 0.6);
  }
  .sm\:border-pink-t7 {
    border-color: rgba(233, 30, 99, 0.7);
  }
  .sm\:border-pink-t8 {
    border-color: rgba(233, 30, 99, 0.8);
  }
  .sm\:border-pink-t9 {
    border-color: rgba(233, 30, 99, 0.9);
  }
  .sm\:border-pink-100 {
    border-color: #fbd8e4;
  }
  .sm\:border-pink-200 {
    border-color: #f7a9c4;
  }
  .sm\:border-pink-300 {
    border-color: #f27ba3;
  }
  .sm\:border-pink-400 {
    border-color: #ee4c83;
  }
  .sm\:border-pink-500 {
    border-color: #E91E63;
  }
  .sm\:border-pink-600 {
    border-color: #c1134e;
  }
  .sm\:border-pink-700 {
    border-color: #930e3b;
  }
  .sm\:border-pink-800 {
    border-color: #640a29;
  }
  .sm\:border-pink-900 {
    border-color: #360516;
  }
  .sm\:fill-pink {
    fill: #E91E63;
  }
  .sm\:fill-pink-t1 {
    fill: rgba(233, 30, 99, 0.1);
  }
  .sm\:fill-pink-t2 {
    fill: rgba(233, 30, 99, 0.2);
  }
  .sm\:fill-pink-t3 {
    fill: rgba(233, 30, 99, 0.3);
  }
  .sm\:fill-pink-t4 {
    fill: rgba(233, 30, 99, 0.4);
  }
  .sm\:fill-pink-t5 {
    fill: rgba(233, 30, 99, 0.5);
  }
  .sm\:fill-pink-t6 {
    fill: rgba(233, 30, 99, 0.6);
  }
  .sm\:fill-pink-t7 {
    fill: rgba(233, 30, 99, 0.7);
  }
  .sm\:fill-pink-t8 {
    fill: rgba(233, 30, 99, 0.8);
  }
  .sm\:fill-pink-t9 {
    fill: rgba(233, 30, 99, 0.9);
  }
  .sm\:fill-pink-100 {
    fill: #fbd8e4;
  }
  .sm\:fill-pink-200 {
    fill: #f7a9c4;
  }
  .sm\:fill-pink-300 {
    fill: #f27ba3;
  }
  .sm\:fill-pink-400 {
    fill: #ee4c83;
  }
  .sm\:fill-pink-500 {
    fill: #E91E63;
  }
  .sm\:fill-pink-600 {
    fill: #c1134e;
  }
  .sm\:fill-pink-700 {
    fill: #930e3b;
  }
  .sm\:fill-pink-800 {
    fill: #640a29;
  }
  .sm\:fill-pink-900 {
    fill: #360516;
  }
  .sm\:color-grey {
    color: #d7d7d7;
  }
  .sm\:color-grey-t1 {
    color: rgba(215, 215, 215, 0.1);
  }
  .sm\:color-grey-t2 {
    color: rgba(215, 215, 215, 0.2);
  }
  .sm\:color-grey-t3 {
    color: rgba(215, 215, 215, 0.3);
  }
  .sm\:color-grey-t4 {
    color: rgba(215, 215, 215, 0.4);
  }
  .sm\:color-grey-t5 {
    color: rgba(215, 215, 215, 0.5);
  }
  .sm\:color-grey-t6 {
    color: rgba(215, 215, 215, 0.6);
  }
  .sm\:color-grey-t7 {
    color: rgba(215, 215, 215, 0.7);
  }
  .sm\:color-grey-t8 {
    color: rgba(215, 215, 215, 0.8);
  }
  .sm\:color-grey-t9 {
    color: rgba(215, 215, 215, 0.9);
  }
  .sm\:color-grey-100 {
    color: white;
  }
  .sm\:color-grey-200 {
    color: white;
  }
  .sm\:color-grey-300 {
    color: white;
  }
  .sm\:color-grey-400 {
    color: #f1f1f1;
  }
  .sm\:color-grey-500 {
    color: #d7d7d7;
  }
  .sm\:color-grey-600 {
    color: #bebebe;
  }
  .sm\:color-grey-700 {
    color: #a4a4a4;
  }
  .sm\:color-grey-800 {
    color: #8b8b8b;
  }
  .sm\:color-grey-900 {
    color: #717171;
  }
  .sm\:bg-grey {
    background-color: #d7d7d7;
  }
  .sm\:bg-grey-t1 {
    background-color: rgba(215, 215, 215, 0.1);
  }
  .sm\:bg-grey-t2 {
    background-color: rgba(215, 215, 215, 0.2);
  }
  .sm\:bg-grey-t3 {
    background-color: rgba(215, 215, 215, 0.3);
  }
  .sm\:bg-grey-t4 {
    background-color: rgba(215, 215, 215, 0.4);
  }
  .sm\:bg-grey-t5 {
    background-color: rgba(215, 215, 215, 0.5);
  }
  .sm\:bg-grey-t6 {
    background-color: rgba(215, 215, 215, 0.6);
  }
  .sm\:bg-grey-t7 {
    background-color: rgba(215, 215, 215, 0.7);
  }
  .sm\:bg-grey-t8 {
    background-color: rgba(215, 215, 215, 0.8);
  }
  .sm\:bg-grey-t9 {
    background-color: rgba(215, 215, 215, 0.9);
  }
  .sm\:bg-grey-100 {
    background-color: white;
  }
  .sm\:bg-grey-200 {
    background-color: white;
  }
  .sm\:bg-grey-300 {
    background-color: white;
  }
  .sm\:bg-grey-400 {
    background-color: #f1f1f1;
  }
  .sm\:bg-grey-500 {
    background-color: #d7d7d7;
  }
  .sm\:bg-grey-600 {
    background-color: #bebebe;
  }
  .sm\:bg-grey-700 {
    background-color: #a4a4a4;
  }
  .sm\:bg-grey-800 {
    background-color: #8b8b8b;
  }
  .sm\:bg-grey-900 {
    background-color: #717171;
  }
  .sm\:border-grey {
    border-color: #d7d7d7;
  }
  .sm\:border-grey-t1 {
    border-color: rgba(215, 215, 215, 0.1);
  }
  .sm\:border-grey-t2 {
    border-color: rgba(215, 215, 215, 0.2);
  }
  .sm\:border-grey-t3 {
    border-color: rgba(215, 215, 215, 0.3);
  }
  .sm\:border-grey-t4 {
    border-color: rgba(215, 215, 215, 0.4);
  }
  .sm\:border-grey-t5 {
    border-color: rgba(215, 215, 215, 0.5);
  }
  .sm\:border-grey-t6 {
    border-color: rgba(215, 215, 215, 0.6);
  }
  .sm\:border-grey-t7 {
    border-color: rgba(215, 215, 215, 0.7);
  }
  .sm\:border-grey-t8 {
    border-color: rgba(215, 215, 215, 0.8);
  }
  .sm\:border-grey-t9 {
    border-color: rgba(215, 215, 215, 0.9);
  }
  .sm\:border-grey-100 {
    border-color: white;
  }
  .sm\:border-grey-200 {
    border-color: white;
  }
  .sm\:border-grey-300 {
    border-color: white;
  }
  .sm\:border-grey-400 {
    border-color: #f1f1f1;
  }
  .sm\:border-grey-500 {
    border-color: #d7d7d7;
  }
  .sm\:border-grey-600 {
    border-color: #bebebe;
  }
  .sm\:border-grey-700 {
    border-color: #a4a4a4;
  }
  .sm\:border-grey-800 {
    border-color: #8b8b8b;
  }
  .sm\:border-grey-900 {
    border-color: #717171;
  }
  .sm\:fill-grey {
    fill: #d7d7d7;
  }
  .sm\:fill-grey-t1 {
    fill: rgba(215, 215, 215, 0.1);
  }
  .sm\:fill-grey-t2 {
    fill: rgba(215, 215, 215, 0.2);
  }
  .sm\:fill-grey-t3 {
    fill: rgba(215, 215, 215, 0.3);
  }
  .sm\:fill-grey-t4 {
    fill: rgba(215, 215, 215, 0.4);
  }
  .sm\:fill-grey-t5 {
    fill: rgba(215, 215, 215, 0.5);
  }
  .sm\:fill-grey-t6 {
    fill: rgba(215, 215, 215, 0.6);
  }
  .sm\:fill-grey-t7 {
    fill: rgba(215, 215, 215, 0.7);
  }
  .sm\:fill-grey-t8 {
    fill: rgba(215, 215, 215, 0.8);
  }
  .sm\:fill-grey-t9 {
    fill: rgba(215, 215, 215, 0.9);
  }
  .sm\:fill-grey-100 {
    fill: white;
  }
  .sm\:fill-grey-200 {
    fill: white;
  }
  .sm\:fill-grey-300 {
    fill: white;
  }
  .sm\:fill-grey-400 {
    fill: #f1f1f1;
  }
  .sm\:fill-grey-500 {
    fill: #d7d7d7;
  }
  .sm\:fill-grey-600 {
    fill: #bebebe;
  }
  .sm\:fill-grey-700 {
    fill: #a4a4a4;
  }
  .sm\:fill-grey-800 {
    fill: #8b8b8b;
  }
  .sm\:fill-grey-900 {
    fill: #717171;
  }
  .sm\:color-gold {
    color: #f5efeb;
  }
  .sm\:color-gold-t1 {
    color: rgba(245, 239, 235, 0.1);
  }
  .sm\:color-gold-t2 {
    color: rgba(245, 239, 235, 0.2);
  }
  .sm\:color-gold-t3 {
    color: rgba(245, 239, 235, 0.3);
  }
  .sm\:color-gold-t4 {
    color: rgba(245, 239, 235, 0.4);
  }
  .sm\:color-gold-t5 {
    color: rgba(245, 239, 235, 0.5);
  }
  .sm\:color-gold-t6 {
    color: rgba(245, 239, 235, 0.6);
  }
  .sm\:color-gold-t7 {
    color: rgba(245, 239, 235, 0.7);
  }
  .sm\:color-gold-t8 {
    color: rgba(245, 239, 235, 0.8);
  }
  .sm\:color-gold-t9 {
    color: rgba(245, 239, 235, 0.9);
  }
  .sm\:color-gold-100 {
    color: white;
  }
  .sm\:color-gold-200 {
    color: white;
  }
  .sm\:color-gold-300 {
    color: white;
  }
  .sm\:color-gold-400 {
    color: white;
  }
  .sm\:color-gold-500 {
    color: #f5efeb;
  }
  .sm\:color-gold-600 {
    color: #e4d4c9;
  }
  .sm\:color-gold-700 {
    color: #d3b9a7;
  }
  .sm\:color-gold-800 {
    color: #c29d85;
  }
  .sm\:color-gold-900 {
    color: #b18263;
  }
  .sm\:bg-gold {
    background-color: #f5efeb;
  }
  .sm\:bg-gold-t1 {
    background-color: rgba(245, 239, 235, 0.1);
  }
  .sm\:bg-gold-t2 {
    background-color: rgba(245, 239, 235, 0.2);
  }
  .sm\:bg-gold-t3 {
    background-color: rgba(245, 239, 235, 0.3);
  }
  .sm\:bg-gold-t4 {
    background-color: rgba(245, 239, 235, 0.4);
  }
  .sm\:bg-gold-t5 {
    background-color: rgba(245, 239, 235, 0.5);
  }
  .sm\:bg-gold-t6 {
    background-color: rgba(245, 239, 235, 0.6);
  }
  .sm\:bg-gold-t7 {
    background-color: rgba(245, 239, 235, 0.7);
  }
  .sm\:bg-gold-t8 {
    background-color: rgba(245, 239, 235, 0.8);
  }
  .sm\:bg-gold-t9 {
    background-color: rgba(245, 239, 235, 0.9);
  }
  .sm\:bg-gold-100 {
    background-color: white;
  }
  .sm\:bg-gold-200 {
    background-color: white;
  }
  .sm\:bg-gold-300 {
    background-color: white;
  }
  .sm\:bg-gold-400 {
    background-color: white;
  }
  .sm\:bg-gold-500 {
    background-color: #f5efeb;
  }
  .sm\:bg-gold-600 {
    background-color: #e4d4c9;
  }
  .sm\:bg-gold-700 {
    background-color: #d3b9a7;
  }
  .sm\:bg-gold-800 {
    background-color: #c29d85;
  }
  .sm\:bg-gold-900 {
    background-color: #b18263;
  }
  .sm\:border-gold {
    border-color: #f5efeb;
  }
  .sm\:border-gold-t1 {
    border-color: rgba(245, 239, 235, 0.1);
  }
  .sm\:border-gold-t2 {
    border-color: rgba(245, 239, 235, 0.2);
  }
  .sm\:border-gold-t3 {
    border-color: rgba(245, 239, 235, 0.3);
  }
  .sm\:border-gold-t4 {
    border-color: rgba(245, 239, 235, 0.4);
  }
  .sm\:border-gold-t5 {
    border-color: rgba(245, 239, 235, 0.5);
  }
  .sm\:border-gold-t6 {
    border-color: rgba(245, 239, 235, 0.6);
  }
  .sm\:border-gold-t7 {
    border-color: rgba(245, 239, 235, 0.7);
  }
  .sm\:border-gold-t8 {
    border-color: rgba(245, 239, 235, 0.8);
  }
  .sm\:border-gold-t9 {
    border-color: rgba(245, 239, 235, 0.9);
  }
  .sm\:border-gold-100 {
    border-color: white;
  }
  .sm\:border-gold-200 {
    border-color: white;
  }
  .sm\:border-gold-300 {
    border-color: white;
  }
  .sm\:border-gold-400 {
    border-color: white;
  }
  .sm\:border-gold-500 {
    border-color: #f5efeb;
  }
  .sm\:border-gold-600 {
    border-color: #e4d4c9;
  }
  .sm\:border-gold-700 {
    border-color: #d3b9a7;
  }
  .sm\:border-gold-800 {
    border-color: #c29d85;
  }
  .sm\:border-gold-900 {
    border-color: #b18263;
  }
  .sm\:fill-gold {
    fill: #f5efeb;
  }
  .sm\:fill-gold-t1 {
    fill: rgba(245, 239, 235, 0.1);
  }
  .sm\:fill-gold-t2 {
    fill: rgba(245, 239, 235, 0.2);
  }
  .sm\:fill-gold-t3 {
    fill: rgba(245, 239, 235, 0.3);
  }
  .sm\:fill-gold-t4 {
    fill: rgba(245, 239, 235, 0.4);
  }
  .sm\:fill-gold-t5 {
    fill: rgba(245, 239, 235, 0.5);
  }
  .sm\:fill-gold-t6 {
    fill: rgba(245, 239, 235, 0.6);
  }
  .sm\:fill-gold-t7 {
    fill: rgba(245, 239, 235, 0.7);
  }
  .sm\:fill-gold-t8 {
    fill: rgba(245, 239, 235, 0.8);
  }
  .sm\:fill-gold-t9 {
    fill: rgba(245, 239, 235, 0.9);
  }
  .sm\:fill-gold-100 {
    fill: white;
  }
  .sm\:fill-gold-200 {
    fill: white;
  }
  .sm\:fill-gold-300 {
    fill: white;
  }
  .sm\:fill-gold-400 {
    fill: white;
  }
  .sm\:fill-gold-500 {
    fill: #f5efeb;
  }
  .sm\:fill-gold-600 {
    fill: #e4d4c9;
  }
  .sm\:fill-gold-700 {
    fill: #d3b9a7;
  }
  .sm\:fill-gold-800 {
    fill: #c29d85;
  }
  .sm\:fill-gold-900 {
    fill: #b18263;
  }
  .sm\:color-dark {
    color: #111;
  }
  .sm\:color-dark-t1 {
    color: rgba(17, 17, 17, 0.1);
  }
  .sm\:color-dark-t2 {
    color: rgba(17, 17, 17, 0.2);
  }
  .sm\:color-dark-t3 {
    color: rgba(17, 17, 17, 0.3);
  }
  .sm\:color-dark-t4 {
    color: rgba(17, 17, 17, 0.4);
  }
  .sm\:color-dark-t5 {
    color: rgba(17, 17, 17, 0.5);
  }
  .sm\:color-dark-t6 {
    color: rgba(17, 17, 17, 0.6);
  }
  .sm\:color-dark-t7 {
    color: rgba(17, 17, 17, 0.7);
  }
  .sm\:color-dark-t8 {
    color: rgba(17, 17, 17, 0.8);
  }
  .sm\:color-dark-t9 {
    color: rgba(17, 17, 17, 0.9);
  }
  .sm\:color-dark-100 {
    color: #777777;
  }
  .sm\:color-dark-200 {
    color: #5e5e5e;
  }
  .sm\:color-dark-300 {
    color: #444444;
  }
  .sm\:color-dark-400 {
    color: #2b2b2b;
  }
  .sm\:color-dark-500 {
    color: #111;
  }
  .sm\:color-dark-600 {
    color: black;
  }
  .sm\:color-dark-700 {
    color: black;
  }
  .sm\:color-dark-800 {
    color: black;
  }
  .sm\:color-dark-900 {
    color: black;
  }
  .sm\:bg-dark {
    background-color: #111;
  }
  .sm\:bg-dark-t1 {
    background-color: rgba(17, 17, 17, 0.1);
  }
  .sm\:bg-dark-t2 {
    background-color: rgba(17, 17, 17, 0.2);
  }
  .sm\:bg-dark-t3 {
    background-color: rgba(17, 17, 17, 0.3);
  }
  .sm\:bg-dark-t4 {
    background-color: rgba(17, 17, 17, 0.4);
  }
  .sm\:bg-dark-t5 {
    background-color: rgba(17, 17, 17, 0.5);
  }
  .sm\:bg-dark-t6 {
    background-color: rgba(17, 17, 17, 0.6);
  }
  .sm\:bg-dark-t7 {
    background-color: rgba(17, 17, 17, 0.7);
  }
  .sm\:bg-dark-t8 {
    background-color: rgba(17, 17, 17, 0.8);
  }
  .sm\:bg-dark-t9 {
    background-color: rgba(17, 17, 17, 0.9);
  }
  .sm\:bg-dark-100 {
    background-color: #777777;
  }
  .sm\:bg-dark-200 {
    background-color: #5e5e5e;
  }
  .sm\:bg-dark-300 {
    background-color: #444444;
  }
  .sm\:bg-dark-400 {
    background-color: #2b2b2b;
  }
  .sm\:bg-dark-500 {
    background-color: #111;
  }
  .sm\:bg-dark-600 {
    background-color: black;
  }
  .sm\:bg-dark-700 {
    background-color: black;
  }
  .sm\:bg-dark-800 {
    background-color: black;
  }
  .sm\:bg-dark-900 {
    background-color: black;
  }
  .sm\:border-dark {
    border-color: #111;
  }
  .sm\:border-dark-t1 {
    border-color: rgba(17, 17, 17, 0.1);
  }
  .sm\:border-dark-t2 {
    border-color: rgba(17, 17, 17, 0.2);
  }
  .sm\:border-dark-t3 {
    border-color: rgba(17, 17, 17, 0.3);
  }
  .sm\:border-dark-t4 {
    border-color: rgba(17, 17, 17, 0.4);
  }
  .sm\:border-dark-t5 {
    border-color: rgba(17, 17, 17, 0.5);
  }
  .sm\:border-dark-t6 {
    border-color: rgba(17, 17, 17, 0.6);
  }
  .sm\:border-dark-t7 {
    border-color: rgba(17, 17, 17, 0.7);
  }
  .sm\:border-dark-t8 {
    border-color: rgba(17, 17, 17, 0.8);
  }
  .sm\:border-dark-t9 {
    border-color: rgba(17, 17, 17, 0.9);
  }
  .sm\:border-dark-100 {
    border-color: #777777;
  }
  .sm\:border-dark-200 {
    border-color: #5e5e5e;
  }
  .sm\:border-dark-300 {
    border-color: #444444;
  }
  .sm\:border-dark-400 {
    border-color: #2b2b2b;
  }
  .sm\:border-dark-500 {
    border-color: #111;
  }
  .sm\:border-dark-600 {
    border-color: black;
  }
  .sm\:border-dark-700 {
    border-color: black;
  }
  .sm\:border-dark-800 {
    border-color: black;
  }
  .sm\:border-dark-900 {
    border-color: black;
  }
  .sm\:fill-dark {
    fill: #111;
  }
  .sm\:fill-dark-t1 {
    fill: rgba(17, 17, 17, 0.1);
  }
  .sm\:fill-dark-t2 {
    fill: rgba(17, 17, 17, 0.2);
  }
  .sm\:fill-dark-t3 {
    fill: rgba(17, 17, 17, 0.3);
  }
  .sm\:fill-dark-t4 {
    fill: rgba(17, 17, 17, 0.4);
  }
  .sm\:fill-dark-t5 {
    fill: rgba(17, 17, 17, 0.5);
  }
  .sm\:fill-dark-t6 {
    fill: rgba(17, 17, 17, 0.6);
  }
  .sm\:fill-dark-t7 {
    fill: rgba(17, 17, 17, 0.7);
  }
  .sm\:fill-dark-t8 {
    fill: rgba(17, 17, 17, 0.8);
  }
  .sm\:fill-dark-t9 {
    fill: rgba(17, 17, 17, 0.9);
  }
  .sm\:fill-dark-100 {
    fill: #777777;
  }
  .sm\:fill-dark-200 {
    fill: #5e5e5e;
  }
  .sm\:fill-dark-300 {
    fill: #444444;
  }
  .sm\:fill-dark-400 {
    fill: #2b2b2b;
  }
  .sm\:fill-dark-500 {
    fill: #111;
  }
  .sm\:fill-dark-600 {
    fill: black;
  }
  .sm\:fill-dark-700 {
    fill: black;
  }
  .sm\:fill-dark-800 {
    fill: black;
  }
  .sm\:fill-dark-900 {
    fill: black;
  }
  .sm\:color-green {
    color: #22c55e;
  }
  .sm\:color-green-t1 {
    color: rgba(34, 197, 94, 0.1);
  }
  .sm\:color-green-t2 {
    color: rgba(34, 197, 94, 0.2);
  }
  .sm\:color-green-t3 {
    color: rgba(34, 197, 94, 0.3);
  }
  .sm\:color-green-t4 {
    color: rgba(34, 197, 94, 0.4);
  }
  .sm\:color-green-t5 {
    color: rgba(34, 197, 94, 0.5);
  }
  .sm\:color-green-t6 {
    color: rgba(34, 197, 94, 0.6);
  }
  .sm\:color-green-t7 {
    color: rgba(34, 197, 94, 0.7);
  }
  .sm\:color-green-t8 {
    color: rgba(34, 197, 94, 0.8);
  }
  .sm\:color-green-t9 {
    color: rgba(34, 197, 94, 0.9);
  }
  .sm\:color-green-100 {
    color: #bff4d3;
  }
  .sm\:color-green-200 {
    color: #94ecb4;
  }
  .sm\:color-green-300 {
    color: #68e596;
  }
  .sm\:color-green-400 {
    color: #3ddd78;
  }
  .sm\:color-green-500 {
    color: #22c55e;
  }
  .sm\:color-green-600 {
    color: #1a9a49;
  }
  .sm\:color-green-700 {
    color: #136e34;
  }
  .sm\:color-green-800 {
    color: #0b4320;
  }
  .sm\:color-green-900 {
    color: #04170b;
  }
  .sm\:bg-green {
    background-color: #22c55e;
  }
  .sm\:bg-green-t1 {
    background-color: rgba(34, 197, 94, 0.1);
  }
  .sm\:bg-green-t2 {
    background-color: rgba(34, 197, 94, 0.2);
  }
  .sm\:bg-green-t3 {
    background-color: rgba(34, 197, 94, 0.3);
  }
  .sm\:bg-green-t4 {
    background-color: rgba(34, 197, 94, 0.4);
  }
  .sm\:bg-green-t5 {
    background-color: rgba(34, 197, 94, 0.5);
  }
  .sm\:bg-green-t6 {
    background-color: rgba(34, 197, 94, 0.6);
  }
  .sm\:bg-green-t7 {
    background-color: rgba(34, 197, 94, 0.7);
  }
  .sm\:bg-green-t8 {
    background-color: rgba(34, 197, 94, 0.8);
  }
  .sm\:bg-green-t9 {
    background-color: rgba(34, 197, 94, 0.9);
  }
  .sm\:bg-green-100 {
    background-color: #bff4d3;
  }
  .sm\:bg-green-200 {
    background-color: #94ecb4;
  }
  .sm\:bg-green-300 {
    background-color: #68e596;
  }
  .sm\:bg-green-400 {
    background-color: #3ddd78;
  }
  .sm\:bg-green-500 {
    background-color: #22c55e;
  }
  .sm\:bg-green-600 {
    background-color: #1a9a49;
  }
  .sm\:bg-green-700 {
    background-color: #136e34;
  }
  .sm\:bg-green-800 {
    background-color: #0b4320;
  }
  .sm\:bg-green-900 {
    background-color: #04170b;
  }
  .sm\:border-green {
    border-color: #22c55e;
  }
  .sm\:border-green-t1 {
    border-color: rgba(34, 197, 94, 0.1);
  }
  .sm\:border-green-t2 {
    border-color: rgba(34, 197, 94, 0.2);
  }
  .sm\:border-green-t3 {
    border-color: rgba(34, 197, 94, 0.3);
  }
  .sm\:border-green-t4 {
    border-color: rgba(34, 197, 94, 0.4);
  }
  .sm\:border-green-t5 {
    border-color: rgba(34, 197, 94, 0.5);
  }
  .sm\:border-green-t6 {
    border-color: rgba(34, 197, 94, 0.6);
  }
  .sm\:border-green-t7 {
    border-color: rgba(34, 197, 94, 0.7);
  }
  .sm\:border-green-t8 {
    border-color: rgba(34, 197, 94, 0.8);
  }
  .sm\:border-green-t9 {
    border-color: rgba(34, 197, 94, 0.9);
  }
  .sm\:border-green-100 {
    border-color: #bff4d3;
  }
  .sm\:border-green-200 {
    border-color: #94ecb4;
  }
  .sm\:border-green-300 {
    border-color: #68e596;
  }
  .sm\:border-green-400 {
    border-color: #3ddd78;
  }
  .sm\:border-green-500 {
    border-color: #22c55e;
  }
  .sm\:border-green-600 {
    border-color: #1a9a49;
  }
  .sm\:border-green-700 {
    border-color: #136e34;
  }
  .sm\:border-green-800 {
    border-color: #0b4320;
  }
  .sm\:border-green-900 {
    border-color: #04170b;
  }
  .sm\:fill-green {
    fill: #22c55e;
  }
  .sm\:fill-green-t1 {
    fill: rgba(34, 197, 94, 0.1);
  }
  .sm\:fill-green-t2 {
    fill: rgba(34, 197, 94, 0.2);
  }
  .sm\:fill-green-t3 {
    fill: rgba(34, 197, 94, 0.3);
  }
  .sm\:fill-green-t4 {
    fill: rgba(34, 197, 94, 0.4);
  }
  .sm\:fill-green-t5 {
    fill: rgba(34, 197, 94, 0.5);
  }
  .sm\:fill-green-t6 {
    fill: rgba(34, 197, 94, 0.6);
  }
  .sm\:fill-green-t7 {
    fill: rgba(34, 197, 94, 0.7);
  }
  .sm\:fill-green-t8 {
    fill: rgba(34, 197, 94, 0.8);
  }
  .sm\:fill-green-t9 {
    fill: rgba(34, 197, 94, 0.9);
  }
  .sm\:fill-green-100 {
    fill: #bff4d3;
  }
  .sm\:fill-green-200 {
    fill: #94ecb4;
  }
  .sm\:fill-green-300 {
    fill: #68e596;
  }
  .sm\:fill-green-400 {
    fill: #3ddd78;
  }
  .sm\:fill-green-500 {
    fill: #22c55e;
  }
  .sm\:fill-green-600 {
    fill: #1a9a49;
  }
  .sm\:fill-green-700 {
    fill: #136e34;
  }
  .sm\:fill-green-800 {
    fill: #0b4320;
  }
  .sm\:fill-green-900 {
    fill: #04170b;
  }
  .sm\:color-orange {
    color: #F84C00;
  }
  .sm\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .sm\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .sm\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .sm\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .sm\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .sm\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .sm\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .sm\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .sm\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .sm\:color-orange-100 {
    color: #ffd7c5;
  }
  .sm\:color-orange-200 {
    color: #ffb392;
  }
  .sm\:color-orange-300 {
    color: #ff905f;
  }
  .sm\:color-orange-400 {
    color: #ff6d2c;
  }
  .sm\:color-orange-500 {
    color: #F84C00;
  }
  .sm\:color-orange-600 {
    color: #c53c00;
  }
  .sm\:color-orange-700 {
    color: #922d00;
  }
  .sm\:color-orange-800 {
    color: #5f1d00;
  }
  .sm\:color-orange-900 {
    color: #2c0d00;
  }
  .sm\:bg-orange {
    background-color: #F84C00;
  }
  .sm\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .sm\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .sm\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .sm\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .sm\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .sm\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .sm\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .sm\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .sm\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .sm\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .sm\:bg-orange-200 {
    background-color: #ffb392;
  }
  .sm\:bg-orange-300 {
    background-color: #ff905f;
  }
  .sm\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .sm\:bg-orange-500 {
    background-color: #F84C00;
  }
  .sm\:bg-orange-600 {
    background-color: #c53c00;
  }
  .sm\:bg-orange-700 {
    background-color: #922d00;
  }
  .sm\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .sm\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .sm\:border-orange {
    border-color: #F84C00;
  }
  .sm\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .sm\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .sm\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .sm\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .sm\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .sm\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .sm\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .sm\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .sm\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .sm\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .sm\:border-orange-200 {
    border-color: #ffb392;
  }
  .sm\:border-orange-300 {
    border-color: #ff905f;
  }
  .sm\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .sm\:border-orange-500 {
    border-color: #F84C00;
  }
  .sm\:border-orange-600 {
    border-color: #c53c00;
  }
  .sm\:border-orange-700 {
    border-color: #922d00;
  }
  .sm\:border-orange-800 {
    border-color: #5f1d00;
  }
  .sm\:border-orange-900 {
    border-color: #2c0d00;
  }
  .sm\:fill-orange {
    fill: #F84C00;
  }
  .sm\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .sm\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .sm\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .sm\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .sm\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .sm\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .sm\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .sm\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .sm\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .sm\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .sm\:fill-orange-200 {
    fill: #ffb392;
  }
  .sm\:fill-orange-300 {
    fill: #ff905f;
  }
  .sm\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .sm\:fill-orange-500 {
    fill: #F84C00;
  }
  .sm\:fill-orange-600 {
    fill: #c53c00;
  }
  .sm\:fill-orange-700 {
    fill: #922d00;
  }
  .sm\:fill-orange-800 {
    fill: #5f1d00;
  }
  .sm\:fill-orange-900 {
    fill: #2c0d00;
  }
  .sm\:color-navy {
    color: #172331;
  }
  .sm\:color-navy-t1 {
    color: rgba(23, 35, 49, 0.1);
  }
  .sm\:color-navy-t2 {
    color: rgba(23, 35, 49, 0.2);
  }
  .sm\:color-navy-t3 {
    color: rgba(23, 35, 49, 0.3);
  }
  .sm\:color-navy-t4 {
    color: rgba(23, 35, 49, 0.4);
  }
  .sm\:color-navy-t5 {
    color: rgba(23, 35, 49, 0.5);
  }
  .sm\:color-navy-t6 {
    color: rgba(23, 35, 49, 0.6);
  }
  .sm\:color-navy-t7 {
    color: rgba(23, 35, 49, 0.7);
  }
  .sm\:color-navy-t8 {
    color: rgba(23, 35, 49, 0.8);
  }
  .sm\:color-navy-t9 {
    color: rgba(23, 35, 49, 0.9);
  }
  .sm\:color-navy-100 {
    color: #6087b4;
  }
  .sm\:color-navy-200 {
    color: #486d99;
  }
  .sm\:color-navy-300 {
    color: #385576;
  }
  .sm\:color-navy-400 {
    color: #273c54;
  }
  .sm\:color-navy-500 {
    color: #172331;
  }
  .sm\:color-navy-600 {
    color: #070a0e;
  }
  .sm\:color-navy-700 {
    color: black;
  }
  .sm\:color-navy-800 {
    color: black;
  }
  .sm\:color-navy-900 {
    color: black;
  }
  .sm\:bg-navy {
    background-color: #172331;
  }
  .sm\:bg-navy-t1 {
    background-color: rgba(23, 35, 49, 0.1);
  }
  .sm\:bg-navy-t2 {
    background-color: rgba(23, 35, 49, 0.2);
  }
  .sm\:bg-navy-t3 {
    background-color: rgba(23, 35, 49, 0.3);
  }
  .sm\:bg-navy-t4 {
    background-color: rgba(23, 35, 49, 0.4);
  }
  .sm\:bg-navy-t5 {
    background-color: rgba(23, 35, 49, 0.5);
  }
  .sm\:bg-navy-t6 {
    background-color: rgba(23, 35, 49, 0.6);
  }
  .sm\:bg-navy-t7 {
    background-color: rgba(23, 35, 49, 0.7);
  }
  .sm\:bg-navy-t8 {
    background-color: rgba(23, 35, 49, 0.8);
  }
  .sm\:bg-navy-t9 {
    background-color: rgba(23, 35, 49, 0.9);
  }
  .sm\:bg-navy-100 {
    background-color: #6087b4;
  }
  .sm\:bg-navy-200 {
    background-color: #486d99;
  }
  .sm\:bg-navy-300 {
    background-color: #385576;
  }
  .sm\:bg-navy-400 {
    background-color: #273c54;
  }
  .sm\:bg-navy-500 {
    background-color: #172331;
  }
  .sm\:bg-navy-600 {
    background-color: #070a0e;
  }
  .sm\:bg-navy-700 {
    background-color: black;
  }
  .sm\:bg-navy-800 {
    background-color: black;
  }
  .sm\:bg-navy-900 {
    background-color: black;
  }
  .sm\:border-navy {
    border-color: #172331;
  }
  .sm\:border-navy-t1 {
    border-color: rgba(23, 35, 49, 0.1);
  }
  .sm\:border-navy-t2 {
    border-color: rgba(23, 35, 49, 0.2);
  }
  .sm\:border-navy-t3 {
    border-color: rgba(23, 35, 49, 0.3);
  }
  .sm\:border-navy-t4 {
    border-color: rgba(23, 35, 49, 0.4);
  }
  .sm\:border-navy-t5 {
    border-color: rgba(23, 35, 49, 0.5);
  }
  .sm\:border-navy-t6 {
    border-color: rgba(23, 35, 49, 0.6);
  }
  .sm\:border-navy-t7 {
    border-color: rgba(23, 35, 49, 0.7);
  }
  .sm\:border-navy-t8 {
    border-color: rgba(23, 35, 49, 0.8);
  }
  .sm\:border-navy-t9 {
    border-color: rgba(23, 35, 49, 0.9);
  }
  .sm\:border-navy-100 {
    border-color: #6087b4;
  }
  .sm\:border-navy-200 {
    border-color: #486d99;
  }
  .sm\:border-navy-300 {
    border-color: #385576;
  }
  .sm\:border-navy-400 {
    border-color: #273c54;
  }
  .sm\:border-navy-500 {
    border-color: #172331;
  }
  .sm\:border-navy-600 {
    border-color: #070a0e;
  }
  .sm\:border-navy-700 {
    border-color: black;
  }
  .sm\:border-navy-800 {
    border-color: black;
  }
  .sm\:border-navy-900 {
    border-color: black;
  }
  .sm\:fill-navy {
    fill: #172331;
  }
  .sm\:fill-navy-t1 {
    fill: rgba(23, 35, 49, 0.1);
  }
  .sm\:fill-navy-t2 {
    fill: rgba(23, 35, 49, 0.2);
  }
  .sm\:fill-navy-t3 {
    fill: rgba(23, 35, 49, 0.3);
  }
  .sm\:fill-navy-t4 {
    fill: rgba(23, 35, 49, 0.4);
  }
  .sm\:fill-navy-t5 {
    fill: rgba(23, 35, 49, 0.5);
  }
  .sm\:fill-navy-t6 {
    fill: rgba(23, 35, 49, 0.6);
  }
  .sm\:fill-navy-t7 {
    fill: rgba(23, 35, 49, 0.7);
  }
  .sm\:fill-navy-t8 {
    fill: rgba(23, 35, 49, 0.8);
  }
  .sm\:fill-navy-t9 {
    fill: rgba(23, 35, 49, 0.9);
  }
  .sm\:fill-navy-100 {
    fill: #6087b4;
  }
  .sm\:fill-navy-200 {
    fill: #486d99;
  }
  .sm\:fill-navy-300 {
    fill: #385576;
  }
  .sm\:fill-navy-400 {
    fill: #273c54;
  }
  .sm\:fill-navy-500 {
    fill: #172331;
  }
  .sm\:fill-navy-600 {
    fill: #070a0e;
  }
  .sm\:fill-navy-700 {
    fill: black;
  }
  .sm\:fill-navy-800 {
    fill: black;
  }
  .sm\:fill-navy-900 {
    fill: black;
  }
  .sm\:color-denim {
    color: #26376f;
  }
  .sm\:color-denim-t1 {
    color: rgba(38, 55, 111, 0.1);
  }
  .sm\:color-denim-t2 {
    color: rgba(38, 55, 111, 0.2);
  }
  .sm\:color-denim-t3 {
    color: rgba(38, 55, 111, 0.3);
  }
  .sm\:color-denim-t4 {
    color: rgba(38, 55, 111, 0.4);
  }
  .sm\:color-denim-t5 {
    color: rgba(38, 55, 111, 0.5);
  }
  .sm\:color-denim-t6 {
    color: rgba(38, 55, 111, 0.6);
  }
  .sm\:color-denim-t7 {
    color: rgba(38, 55, 111, 0.7);
  }
  .sm\:color-denim-t8 {
    color: rgba(38, 55, 111, 0.8);
  }
  .sm\:color-denim-t9 {
    color: rgba(38, 55, 111, 0.9);
  }
  .sm\:color-denim-100 {
    color: #8a9cd7;
  }
  .sm\:color-denim-200 {
    color: #647cca;
  }
  .sm\:color-denim-300 {
    color: #405dbb;
  }
  .sm\:color-denim-400 {
    color: #334a95;
  }
  .sm\:color-denim-500 {
    color: #26376f;
  }
  .sm\:color-denim-600 {
    color: #192449;
  }
  .sm\:color-denim-700 {
    color: #0c1123;
  }
  .sm\:color-denim-800 {
    color: black;
  }
  .sm\:color-denim-900 {
    color: black;
  }
  .sm\:bg-denim {
    background-color: #26376f;
  }
  .sm\:bg-denim-t1 {
    background-color: rgba(38, 55, 111, 0.1);
  }
  .sm\:bg-denim-t2 {
    background-color: rgba(38, 55, 111, 0.2);
  }
  .sm\:bg-denim-t3 {
    background-color: rgba(38, 55, 111, 0.3);
  }
  .sm\:bg-denim-t4 {
    background-color: rgba(38, 55, 111, 0.4);
  }
  .sm\:bg-denim-t5 {
    background-color: rgba(38, 55, 111, 0.5);
  }
  .sm\:bg-denim-t6 {
    background-color: rgba(38, 55, 111, 0.6);
  }
  .sm\:bg-denim-t7 {
    background-color: rgba(38, 55, 111, 0.7);
  }
  .sm\:bg-denim-t8 {
    background-color: rgba(38, 55, 111, 0.8);
  }
  .sm\:bg-denim-t9 {
    background-color: rgba(38, 55, 111, 0.9);
  }
  .sm\:bg-denim-100 {
    background-color: #8a9cd7;
  }
  .sm\:bg-denim-200 {
    background-color: #647cca;
  }
  .sm\:bg-denim-300 {
    background-color: #405dbb;
  }
  .sm\:bg-denim-400 {
    background-color: #334a95;
  }
  .sm\:bg-denim-500 {
    background-color: #26376f;
  }
  .sm\:bg-denim-600 {
    background-color: #192449;
  }
  .sm\:bg-denim-700 {
    background-color: #0c1123;
  }
  .sm\:bg-denim-800 {
    background-color: black;
  }
  .sm\:bg-denim-900 {
    background-color: black;
  }
  .sm\:border-denim {
    border-color: #26376f;
  }
  .sm\:border-denim-t1 {
    border-color: rgba(38, 55, 111, 0.1);
  }
  .sm\:border-denim-t2 {
    border-color: rgba(38, 55, 111, 0.2);
  }
  .sm\:border-denim-t3 {
    border-color: rgba(38, 55, 111, 0.3);
  }
  .sm\:border-denim-t4 {
    border-color: rgba(38, 55, 111, 0.4);
  }
  .sm\:border-denim-t5 {
    border-color: rgba(38, 55, 111, 0.5);
  }
  .sm\:border-denim-t6 {
    border-color: rgba(38, 55, 111, 0.6);
  }
  .sm\:border-denim-t7 {
    border-color: rgba(38, 55, 111, 0.7);
  }
  .sm\:border-denim-t8 {
    border-color: rgba(38, 55, 111, 0.8);
  }
  .sm\:border-denim-t9 {
    border-color: rgba(38, 55, 111, 0.9);
  }
  .sm\:border-denim-100 {
    border-color: #8a9cd7;
  }
  .sm\:border-denim-200 {
    border-color: #647cca;
  }
  .sm\:border-denim-300 {
    border-color: #405dbb;
  }
  .sm\:border-denim-400 {
    border-color: #334a95;
  }
  .sm\:border-denim-500 {
    border-color: #26376f;
  }
  .sm\:border-denim-600 {
    border-color: #192449;
  }
  .sm\:border-denim-700 {
    border-color: #0c1123;
  }
  .sm\:border-denim-800 {
    border-color: black;
  }
  .sm\:border-denim-900 {
    border-color: black;
  }
  .sm\:fill-denim {
    fill: #26376f;
  }
  .sm\:fill-denim-t1 {
    fill: rgba(38, 55, 111, 0.1);
  }
  .sm\:fill-denim-t2 {
    fill: rgba(38, 55, 111, 0.2);
  }
  .sm\:fill-denim-t3 {
    fill: rgba(38, 55, 111, 0.3);
  }
  .sm\:fill-denim-t4 {
    fill: rgba(38, 55, 111, 0.4);
  }
  .sm\:fill-denim-t5 {
    fill: rgba(38, 55, 111, 0.5);
  }
  .sm\:fill-denim-t6 {
    fill: rgba(38, 55, 111, 0.6);
  }
  .sm\:fill-denim-t7 {
    fill: rgba(38, 55, 111, 0.7);
  }
  .sm\:fill-denim-t8 {
    fill: rgba(38, 55, 111, 0.8);
  }
  .sm\:fill-denim-t9 {
    fill: rgba(38, 55, 111, 0.9);
  }
  .sm\:fill-denim-100 {
    fill: #8a9cd7;
  }
  .sm\:fill-denim-200 {
    fill: #647cca;
  }
  .sm\:fill-denim-300 {
    fill: #405dbb;
  }
  .sm\:fill-denim-400 {
    fill: #334a95;
  }
  .sm\:fill-denim-500 {
    fill: #26376f;
  }
  .sm\:fill-denim-600 {
    fill: #192449;
  }
  .sm\:fill-denim-700 {
    fill: #0c1123;
  }
  .sm\:fill-denim-800 {
    fill: black;
  }
  .sm\:fill-denim-900 {
    fill: black;
  }
  .sm\:color-slate {
    color: #122832;
  }
  .sm\:color-slate-t1 {
    color: rgba(18, 40, 50, 0.1);
  }
  .sm\:color-slate-t2 {
    color: rgba(18, 40, 50, 0.2);
  }
  .sm\:color-slate-t3 {
    color: rgba(18, 40, 50, 0.3);
  }
  .sm\:color-slate-t4 {
    color: rgba(18, 40, 50, 0.4);
  }
  .sm\:color-slate-t5 {
    color: rgba(18, 40, 50, 0.5);
  }
  .sm\:color-slate-t6 {
    color: rgba(18, 40, 50, 0.6);
  }
  .sm\:color-slate-t7 {
    color: rgba(18, 40, 50, 0.7);
  }
  .sm\:color-slate-t8 {
    color: rgba(18, 40, 50, 0.8);
  }
  .sm\:color-slate-t9 {
    color: rgba(18, 40, 50, 0.9);
  }
  .sm\:color-slate-100 {
    color: #509dc0;
  }
  .sm\:color-slate-200 {
    color: #3b82a3;
  }
  .sm\:color-slate-300 {
    color: #2d647d;
  }
  .sm\:color-slate-400 {
    color: #204658;
  }
  .sm\:color-slate-500 {
    color: #122832;
  }
  .sm\:color-slate-600 {
    color: #050a0d;
  }
  .sm\:color-slate-700 {
    color: black;
  }
  .sm\:color-slate-800 {
    color: black;
  }
  .sm\:color-slate-900 {
    color: black;
  }
  .sm\:bg-slate {
    background-color: #122832;
  }
  .sm\:bg-slate-t1 {
    background-color: rgba(18, 40, 50, 0.1);
  }
  .sm\:bg-slate-t2 {
    background-color: rgba(18, 40, 50, 0.2);
  }
  .sm\:bg-slate-t3 {
    background-color: rgba(18, 40, 50, 0.3);
  }
  .sm\:bg-slate-t4 {
    background-color: rgba(18, 40, 50, 0.4);
  }
  .sm\:bg-slate-t5 {
    background-color: rgba(18, 40, 50, 0.5);
  }
  .sm\:bg-slate-t6 {
    background-color: rgba(18, 40, 50, 0.6);
  }
  .sm\:bg-slate-t7 {
    background-color: rgba(18, 40, 50, 0.7);
  }
  .sm\:bg-slate-t8 {
    background-color: rgba(18, 40, 50, 0.8);
  }
  .sm\:bg-slate-t9 {
    background-color: rgba(18, 40, 50, 0.9);
  }
  .sm\:bg-slate-100 {
    background-color: #509dc0;
  }
  .sm\:bg-slate-200 {
    background-color: #3b82a3;
  }
  .sm\:bg-slate-300 {
    background-color: #2d647d;
  }
  .sm\:bg-slate-400 {
    background-color: #204658;
  }
  .sm\:bg-slate-500 {
    background-color: #122832;
  }
  .sm\:bg-slate-600 {
    background-color: #050a0d;
  }
  .sm\:bg-slate-700 {
    background-color: black;
  }
  .sm\:bg-slate-800 {
    background-color: black;
  }
  .sm\:bg-slate-900 {
    background-color: black;
  }
  .sm\:border-slate {
    border-color: #122832;
  }
  .sm\:border-slate-t1 {
    border-color: rgba(18, 40, 50, 0.1);
  }
  .sm\:border-slate-t2 {
    border-color: rgba(18, 40, 50, 0.2);
  }
  .sm\:border-slate-t3 {
    border-color: rgba(18, 40, 50, 0.3);
  }
  .sm\:border-slate-t4 {
    border-color: rgba(18, 40, 50, 0.4);
  }
  .sm\:border-slate-t5 {
    border-color: rgba(18, 40, 50, 0.5);
  }
  .sm\:border-slate-t6 {
    border-color: rgba(18, 40, 50, 0.6);
  }
  .sm\:border-slate-t7 {
    border-color: rgba(18, 40, 50, 0.7);
  }
  .sm\:border-slate-t8 {
    border-color: rgba(18, 40, 50, 0.8);
  }
  .sm\:border-slate-t9 {
    border-color: rgba(18, 40, 50, 0.9);
  }
  .sm\:border-slate-100 {
    border-color: #509dc0;
  }
  .sm\:border-slate-200 {
    border-color: #3b82a3;
  }
  .sm\:border-slate-300 {
    border-color: #2d647d;
  }
  .sm\:border-slate-400 {
    border-color: #204658;
  }
  .sm\:border-slate-500 {
    border-color: #122832;
  }
  .sm\:border-slate-600 {
    border-color: #050a0d;
  }
  .sm\:border-slate-700 {
    border-color: black;
  }
  .sm\:border-slate-800 {
    border-color: black;
  }
  .sm\:border-slate-900 {
    border-color: black;
  }
  .sm\:fill-slate {
    fill: #122832;
  }
  .sm\:fill-slate-t1 {
    fill: rgba(18, 40, 50, 0.1);
  }
  .sm\:fill-slate-t2 {
    fill: rgba(18, 40, 50, 0.2);
  }
  .sm\:fill-slate-t3 {
    fill: rgba(18, 40, 50, 0.3);
  }
  .sm\:fill-slate-t4 {
    fill: rgba(18, 40, 50, 0.4);
  }
  .sm\:fill-slate-t5 {
    fill: rgba(18, 40, 50, 0.5);
  }
  .sm\:fill-slate-t6 {
    fill: rgba(18, 40, 50, 0.6);
  }
  .sm\:fill-slate-t7 {
    fill: rgba(18, 40, 50, 0.7);
  }
  .sm\:fill-slate-t8 {
    fill: rgba(18, 40, 50, 0.8);
  }
  .sm\:fill-slate-t9 {
    fill: rgba(18, 40, 50, 0.9);
  }
  .sm\:fill-slate-100 {
    fill: #509dc0;
  }
  .sm\:fill-slate-200 {
    fill: #3b82a3;
  }
  .sm\:fill-slate-300 {
    fill: #2d647d;
  }
  .sm\:fill-slate-400 {
    fill: #204658;
  }
  .sm\:fill-slate-500 {
    fill: #122832;
  }
  .sm\:fill-slate-600 {
    fill: #050a0d;
  }
  .sm\:fill-slate-700 {
    fill: black;
  }
  .sm\:fill-slate-800 {
    fill: black;
  }
  .sm\:fill-slate-900 {
    fill: black;
  }
  .sm\:color-blue {
    color: #096ffa;
  }
  .sm\:color-blue-t1 {
    color: rgba(9, 111, 250, 0.1);
  }
  .sm\:color-blue-t2 {
    color: rgba(9, 111, 250, 0.2);
  }
  .sm\:color-blue-t3 {
    color: rgba(9, 111, 250, 0.3);
  }
  .sm\:color-blue-t4 {
    color: rgba(9, 111, 250, 0.4);
  }
  .sm\:color-blue-t5 {
    color: rgba(9, 111, 250, 0.5);
  }
  .sm\:color-blue-t6 {
    color: rgba(9, 111, 250, 0.6);
  }
  .sm\:color-blue-t7 {
    color: rgba(9, 111, 250, 0.7);
  }
  .sm\:color-blue-t8 {
    color: rgba(9, 111, 250, 0.8);
  }
  .sm\:color-blue-t9 {
    color: rgba(9, 111, 250, 0.9);
  }
  .sm\:color-blue-100 {
    color: #d1e4fe;
  }
  .sm\:color-blue-200 {
    color: #9fc7fd;
  }
  .sm\:color-blue-300 {
    color: #6daafc;
  }
  .sm\:color-blue-400 {
    color: #3b8cfb;
  }
  .sm\:color-blue-500 {
    color: #096ffa;
  }
  .sm\:color-blue-600 {
    color: #0459cc;
  }
  .sm\:color-blue-700 {
    color: #03439a;
  }
  .sm\:color-blue-800 {
    color: #022d68;
  }
  .sm\:color-blue-900 {
    color: #011736;
  }
  .sm\:bg-blue {
    background-color: #096ffa;
  }
  .sm\:bg-blue-t1 {
    background-color: rgba(9, 111, 250, 0.1);
  }
  .sm\:bg-blue-t2 {
    background-color: rgba(9, 111, 250, 0.2);
  }
  .sm\:bg-blue-t3 {
    background-color: rgba(9, 111, 250, 0.3);
  }
  .sm\:bg-blue-t4 {
    background-color: rgba(9, 111, 250, 0.4);
  }
  .sm\:bg-blue-t5 {
    background-color: rgba(9, 111, 250, 0.5);
  }
  .sm\:bg-blue-t6 {
    background-color: rgba(9, 111, 250, 0.6);
  }
  .sm\:bg-blue-t7 {
    background-color: rgba(9, 111, 250, 0.7);
  }
  .sm\:bg-blue-t8 {
    background-color: rgba(9, 111, 250, 0.8);
  }
  .sm\:bg-blue-t9 {
    background-color: rgba(9, 111, 250, 0.9);
  }
  .sm\:bg-blue-100 {
    background-color: #d1e4fe;
  }
  .sm\:bg-blue-200 {
    background-color: #9fc7fd;
  }
  .sm\:bg-blue-300 {
    background-color: #6daafc;
  }
  .sm\:bg-blue-400 {
    background-color: #3b8cfb;
  }
  .sm\:bg-blue-500 {
    background-color: #096ffa;
  }
  .sm\:bg-blue-600 {
    background-color: #0459cc;
  }
  .sm\:bg-blue-700 {
    background-color: #03439a;
  }
  .sm\:bg-blue-800 {
    background-color: #022d68;
  }
  .sm\:bg-blue-900 {
    background-color: #011736;
  }
  .sm\:border-blue {
    border-color: #096ffa;
  }
  .sm\:border-blue-t1 {
    border-color: rgba(9, 111, 250, 0.1);
  }
  .sm\:border-blue-t2 {
    border-color: rgba(9, 111, 250, 0.2);
  }
  .sm\:border-blue-t3 {
    border-color: rgba(9, 111, 250, 0.3);
  }
  .sm\:border-blue-t4 {
    border-color: rgba(9, 111, 250, 0.4);
  }
  .sm\:border-blue-t5 {
    border-color: rgba(9, 111, 250, 0.5);
  }
  .sm\:border-blue-t6 {
    border-color: rgba(9, 111, 250, 0.6);
  }
  .sm\:border-blue-t7 {
    border-color: rgba(9, 111, 250, 0.7);
  }
  .sm\:border-blue-t8 {
    border-color: rgba(9, 111, 250, 0.8);
  }
  .sm\:border-blue-t9 {
    border-color: rgba(9, 111, 250, 0.9);
  }
  .sm\:border-blue-100 {
    border-color: #d1e4fe;
  }
  .sm\:border-blue-200 {
    border-color: #9fc7fd;
  }
  .sm\:border-blue-300 {
    border-color: #6daafc;
  }
  .sm\:border-blue-400 {
    border-color: #3b8cfb;
  }
  .sm\:border-blue-500 {
    border-color: #096ffa;
  }
  .sm\:border-blue-600 {
    border-color: #0459cc;
  }
  .sm\:border-blue-700 {
    border-color: #03439a;
  }
  .sm\:border-blue-800 {
    border-color: #022d68;
  }
  .sm\:border-blue-900 {
    border-color: #011736;
  }
  .sm\:fill-blue {
    fill: #096ffa;
  }
  .sm\:fill-blue-t1 {
    fill: rgba(9, 111, 250, 0.1);
  }
  .sm\:fill-blue-t2 {
    fill: rgba(9, 111, 250, 0.2);
  }
  .sm\:fill-blue-t3 {
    fill: rgba(9, 111, 250, 0.3);
  }
  .sm\:fill-blue-t4 {
    fill: rgba(9, 111, 250, 0.4);
  }
  .sm\:fill-blue-t5 {
    fill: rgba(9, 111, 250, 0.5);
  }
  .sm\:fill-blue-t6 {
    fill: rgba(9, 111, 250, 0.6);
  }
  .sm\:fill-blue-t7 {
    fill: rgba(9, 111, 250, 0.7);
  }
  .sm\:fill-blue-t8 {
    fill: rgba(9, 111, 250, 0.8);
  }
  .sm\:fill-blue-t9 {
    fill: rgba(9, 111, 250, 0.9);
  }
  .sm\:fill-blue-100 {
    fill: #d1e4fe;
  }
  .sm\:fill-blue-200 {
    fill: #9fc7fd;
  }
  .sm\:fill-blue-300 {
    fill: #6daafc;
  }
  .sm\:fill-blue-400 {
    fill: #3b8cfb;
  }
  .sm\:fill-blue-500 {
    fill: #096ffa;
  }
  .sm\:fill-blue-600 {
    fill: #0459cc;
  }
  .sm\:fill-blue-700 {
    fill: #03439a;
  }
  .sm\:fill-blue-800 {
    fill: #022d68;
  }
  .sm\:fill-blue-900 {
    fill: #011736;
  }
  .sm\:color-aqua {
    color: #8ecae6;
  }
  .sm\:color-aqua-t1 {
    color: rgba(142, 202, 230, 0.1);
  }
  .sm\:color-aqua-t2 {
    color: rgba(142, 202, 230, 0.2);
  }
  .sm\:color-aqua-t3 {
    color: rgba(142, 202, 230, 0.3);
  }
  .sm\:color-aqua-t4 {
    color: rgba(142, 202, 230, 0.4);
  }
  .sm\:color-aqua-t5 {
    color: rgba(142, 202, 230, 0.5);
  }
  .sm\:color-aqua-t6 {
    color: rgba(142, 202, 230, 0.6);
  }
  .sm\:color-aqua-t7 {
    color: rgba(142, 202, 230, 0.7);
  }
  .sm\:color-aqua-t8 {
    color: rgba(142, 202, 230, 0.8);
  }
  .sm\:color-aqua-t9 {
    color: rgba(142, 202, 230, 0.9);
  }
  .sm\:color-aqua-100 {
    color: white;
  }
  .sm\:color-aqua-200 {
    color: white;
  }
  .sm\:color-aqua-300 {
    color: #e2f1f8;
  }
  .sm\:color-aqua-400 {
    color: #b8deef;
  }
  .sm\:color-aqua-500 {
    color: #8ecae6;
  }
  .sm\:color-aqua-600 {
    color: #64b6dd;
  }
  .sm\:color-aqua-700 {
    color: #3aa3d4;
  }
  .sm\:color-aqua-800 {
    color: #2887b3;
  }
  .sm\:color-aqua-900 {
    color: #1e678a;
  }
  .sm\:bg-aqua {
    background-color: #8ecae6;
  }
  .sm\:bg-aqua-t1 {
    background-color: rgba(142, 202, 230, 0.1);
  }
  .sm\:bg-aqua-t2 {
    background-color: rgba(142, 202, 230, 0.2);
  }
  .sm\:bg-aqua-t3 {
    background-color: rgba(142, 202, 230, 0.3);
  }
  .sm\:bg-aqua-t4 {
    background-color: rgba(142, 202, 230, 0.4);
  }
  .sm\:bg-aqua-t5 {
    background-color: rgba(142, 202, 230, 0.5);
  }
  .sm\:bg-aqua-t6 {
    background-color: rgba(142, 202, 230, 0.6);
  }
  .sm\:bg-aqua-t7 {
    background-color: rgba(142, 202, 230, 0.7);
  }
  .sm\:bg-aqua-t8 {
    background-color: rgba(142, 202, 230, 0.8);
  }
  .sm\:bg-aqua-t9 {
    background-color: rgba(142, 202, 230, 0.9);
  }
  .sm\:bg-aqua-100 {
    background-color: white;
  }
  .sm\:bg-aqua-200 {
    background-color: white;
  }
  .sm\:bg-aqua-300 {
    background-color: #e2f1f8;
  }
  .sm\:bg-aqua-400 {
    background-color: #b8deef;
  }
  .sm\:bg-aqua-500 {
    background-color: #8ecae6;
  }
  .sm\:bg-aqua-600 {
    background-color: #64b6dd;
  }
  .sm\:bg-aqua-700 {
    background-color: #3aa3d4;
  }
  .sm\:bg-aqua-800 {
    background-color: #2887b3;
  }
  .sm\:bg-aqua-900 {
    background-color: #1e678a;
  }
  .sm\:border-aqua {
    border-color: #8ecae6;
  }
  .sm\:border-aqua-t1 {
    border-color: rgba(142, 202, 230, 0.1);
  }
  .sm\:border-aqua-t2 {
    border-color: rgba(142, 202, 230, 0.2);
  }
  .sm\:border-aqua-t3 {
    border-color: rgba(142, 202, 230, 0.3);
  }
  .sm\:border-aqua-t4 {
    border-color: rgba(142, 202, 230, 0.4);
  }
  .sm\:border-aqua-t5 {
    border-color: rgba(142, 202, 230, 0.5);
  }
  .sm\:border-aqua-t6 {
    border-color: rgba(142, 202, 230, 0.6);
  }
  .sm\:border-aqua-t7 {
    border-color: rgba(142, 202, 230, 0.7);
  }
  .sm\:border-aqua-t8 {
    border-color: rgba(142, 202, 230, 0.8);
  }
  .sm\:border-aqua-t9 {
    border-color: rgba(142, 202, 230, 0.9);
  }
  .sm\:border-aqua-100 {
    border-color: white;
  }
  .sm\:border-aqua-200 {
    border-color: white;
  }
  .sm\:border-aqua-300 {
    border-color: #e2f1f8;
  }
  .sm\:border-aqua-400 {
    border-color: #b8deef;
  }
  .sm\:border-aqua-500 {
    border-color: #8ecae6;
  }
  .sm\:border-aqua-600 {
    border-color: #64b6dd;
  }
  .sm\:border-aqua-700 {
    border-color: #3aa3d4;
  }
  .sm\:border-aqua-800 {
    border-color: #2887b3;
  }
  .sm\:border-aqua-900 {
    border-color: #1e678a;
  }
  .sm\:fill-aqua {
    fill: #8ecae6;
  }
  .sm\:fill-aqua-t1 {
    fill: rgba(142, 202, 230, 0.1);
  }
  .sm\:fill-aqua-t2 {
    fill: rgba(142, 202, 230, 0.2);
  }
  .sm\:fill-aqua-t3 {
    fill: rgba(142, 202, 230, 0.3);
  }
  .sm\:fill-aqua-t4 {
    fill: rgba(142, 202, 230, 0.4);
  }
  .sm\:fill-aqua-t5 {
    fill: rgba(142, 202, 230, 0.5);
  }
  .sm\:fill-aqua-t6 {
    fill: rgba(142, 202, 230, 0.6);
  }
  .sm\:fill-aqua-t7 {
    fill: rgba(142, 202, 230, 0.7);
  }
  .sm\:fill-aqua-t8 {
    fill: rgba(142, 202, 230, 0.8);
  }
  .sm\:fill-aqua-t9 {
    fill: rgba(142, 202, 230, 0.9);
  }
  .sm\:fill-aqua-100 {
    fill: white;
  }
  .sm\:fill-aqua-200 {
    fill: white;
  }
  .sm\:fill-aqua-300 {
    fill: #e2f1f8;
  }
  .sm\:fill-aqua-400 {
    fill: #b8deef;
  }
  .sm\:fill-aqua-500 {
    fill: #8ecae6;
  }
  .sm\:fill-aqua-600 {
    fill: #64b6dd;
  }
  .sm\:fill-aqua-700 {
    fill: #3aa3d4;
  }
  .sm\:fill-aqua-800 {
    fill: #2887b3;
  }
  .sm\:fill-aqua-900 {
    fill: #1e678a;
  }
  .sm\:color-yellow {
    color: #ffd203;
  }
  .sm\:color-yellow-t1 {
    color: rgba(255, 210, 3, 0.1);
  }
  .sm\:color-yellow-t2 {
    color: rgba(255, 210, 3, 0.2);
  }
  .sm\:color-yellow-t3 {
    color: rgba(255, 210, 3, 0.3);
  }
  .sm\:color-yellow-t4 {
    color: rgba(255, 210, 3, 0.4);
  }
  .sm\:color-yellow-t5 {
    color: rgba(255, 210, 3, 0.5);
  }
  .sm\:color-yellow-t6 {
    color: rgba(255, 210, 3, 0.6);
  }
  .sm\:color-yellow-t7 {
    color: rgba(255, 210, 3, 0.7);
  }
  .sm\:color-yellow-t8 {
    color: rgba(255, 210, 3, 0.8);
  }
  .sm\:color-yellow-t9 {
    color: rgba(255, 210, 3, 0.9);
  }
  .sm\:color-yellow-100 {
    color: #fff6cf;
  }
  .sm\:color-yellow-200 {
    color: #ffed9c;
  }
  .sm\:color-yellow-300 {
    color: #ffe469;
  }
  .sm\:color-yellow-400 {
    color: #ffdb36;
  }
  .sm\:color-yellow-500 {
    color: #ffd203;
  }
  .sm\:color-yellow-600 {
    color: #cfaa00;
  }
  .sm\:color-yellow-700 {
    color: #9c8000;
  }
  .sm\:color-yellow-800 {
    color: #695600;
  }
  .sm\:color-yellow-900 {
    color: #362c00;
  }
  .sm\:bg-yellow {
    background-color: #ffd203;
  }
  .sm\:bg-yellow-t1 {
    background-color: rgba(255, 210, 3, 0.1);
  }
  .sm\:bg-yellow-t2 {
    background-color: rgba(255, 210, 3, 0.2);
  }
  .sm\:bg-yellow-t3 {
    background-color: rgba(255, 210, 3, 0.3);
  }
  .sm\:bg-yellow-t4 {
    background-color: rgba(255, 210, 3, 0.4);
  }
  .sm\:bg-yellow-t5 {
    background-color: rgba(255, 210, 3, 0.5);
  }
  .sm\:bg-yellow-t6 {
    background-color: rgba(255, 210, 3, 0.6);
  }
  .sm\:bg-yellow-t7 {
    background-color: rgba(255, 210, 3, 0.7);
  }
  .sm\:bg-yellow-t8 {
    background-color: rgba(255, 210, 3, 0.8);
  }
  .sm\:bg-yellow-t9 {
    background-color: rgba(255, 210, 3, 0.9);
  }
  .sm\:bg-yellow-100 {
    background-color: #fff6cf;
  }
  .sm\:bg-yellow-200 {
    background-color: #ffed9c;
  }
  .sm\:bg-yellow-300 {
    background-color: #ffe469;
  }
  .sm\:bg-yellow-400 {
    background-color: #ffdb36;
  }
  .sm\:bg-yellow-500 {
    background-color: #ffd203;
  }
  .sm\:bg-yellow-600 {
    background-color: #cfaa00;
  }
  .sm\:bg-yellow-700 {
    background-color: #9c8000;
  }
  .sm\:bg-yellow-800 {
    background-color: #695600;
  }
  .sm\:bg-yellow-900 {
    background-color: #362c00;
  }
  .sm\:border-yellow {
    border-color: #ffd203;
  }
  .sm\:border-yellow-t1 {
    border-color: rgba(255, 210, 3, 0.1);
  }
  .sm\:border-yellow-t2 {
    border-color: rgba(255, 210, 3, 0.2);
  }
  .sm\:border-yellow-t3 {
    border-color: rgba(255, 210, 3, 0.3);
  }
  .sm\:border-yellow-t4 {
    border-color: rgba(255, 210, 3, 0.4);
  }
  .sm\:border-yellow-t5 {
    border-color: rgba(255, 210, 3, 0.5);
  }
  .sm\:border-yellow-t6 {
    border-color: rgba(255, 210, 3, 0.6);
  }
  .sm\:border-yellow-t7 {
    border-color: rgba(255, 210, 3, 0.7);
  }
  .sm\:border-yellow-t8 {
    border-color: rgba(255, 210, 3, 0.8);
  }
  .sm\:border-yellow-t9 {
    border-color: rgba(255, 210, 3, 0.9);
  }
  .sm\:border-yellow-100 {
    border-color: #fff6cf;
  }
  .sm\:border-yellow-200 {
    border-color: #ffed9c;
  }
  .sm\:border-yellow-300 {
    border-color: #ffe469;
  }
  .sm\:border-yellow-400 {
    border-color: #ffdb36;
  }
  .sm\:border-yellow-500 {
    border-color: #ffd203;
  }
  .sm\:border-yellow-600 {
    border-color: #cfaa00;
  }
  .sm\:border-yellow-700 {
    border-color: #9c8000;
  }
  .sm\:border-yellow-800 {
    border-color: #695600;
  }
  .sm\:border-yellow-900 {
    border-color: #362c00;
  }
  .sm\:fill-yellow {
    fill: #ffd203;
  }
  .sm\:fill-yellow-t1 {
    fill: rgba(255, 210, 3, 0.1);
  }
  .sm\:fill-yellow-t2 {
    fill: rgba(255, 210, 3, 0.2);
  }
  .sm\:fill-yellow-t3 {
    fill: rgba(255, 210, 3, 0.3);
  }
  .sm\:fill-yellow-t4 {
    fill: rgba(255, 210, 3, 0.4);
  }
  .sm\:fill-yellow-t5 {
    fill: rgba(255, 210, 3, 0.5);
  }
  .sm\:fill-yellow-t6 {
    fill: rgba(255, 210, 3, 0.6);
  }
  .sm\:fill-yellow-t7 {
    fill: rgba(255, 210, 3, 0.7);
  }
  .sm\:fill-yellow-t8 {
    fill: rgba(255, 210, 3, 0.8);
  }
  .sm\:fill-yellow-t9 {
    fill: rgba(255, 210, 3, 0.9);
  }
  .sm\:fill-yellow-100 {
    fill: #fff6cf;
  }
  .sm\:fill-yellow-200 {
    fill: #ffed9c;
  }
  .sm\:fill-yellow-300 {
    fill: #ffe469;
  }
  .sm\:fill-yellow-400 {
    fill: #ffdb36;
  }
  .sm\:fill-yellow-500 {
    fill: #ffd203;
  }
  .sm\:fill-yellow-600 {
    fill: #cfaa00;
  }
  .sm\:fill-yellow-700 {
    fill: #9c8000;
  }
  .sm\:fill-yellow-800 {
    fill: #695600;
  }
  .sm\:fill-yellow-900 {
    fill: #362c00;
  }
  .sm\:color-violet {
    color: #210037;
  }
  .sm\:color-violet-t1 {
    color: rgba(33, 0, 55, 0.1);
  }
  .sm\:color-violet-t2 {
    color: rgba(33, 0, 55, 0.2);
  }
  .sm\:color-violet-t3 {
    color: rgba(33, 0, 55, 0.3);
  }
  .sm\:color-violet-t4 {
    color: rgba(33, 0, 55, 0.4);
  }
  .sm\:color-violet-t5 {
    color: rgba(33, 0, 55, 0.5);
  }
  .sm\:color-violet-t6 {
    color: rgba(33, 0, 55, 0.6);
  }
  .sm\:color-violet-t7 {
    color: rgba(33, 0, 55, 0.7);
  }
  .sm\:color-violet-t8 {
    color: rgba(33, 0, 55, 0.8);
  }
  .sm\:color-violet-t9 {
    color: rgba(33, 0, 55, 0.9);
  }
  .sm\:color-violet-100 {
    color: #9b04ff;
  }
  .sm\:color-violet-200 {
    color: #7d00d0;
  }
  .sm\:color-violet-300 {
    color: #5e009d;
  }
  .sm\:color-violet-400 {
    color: #40006a;
  }
  .sm\:color-violet-500 {
    color: #210037;
  }
  .sm\:color-violet-600 {
    color: #020004;
  }
  .sm\:color-violet-700 {
    color: black;
  }
  .sm\:color-violet-800 {
    color: black;
  }
  .sm\:color-violet-900 {
    color: black;
  }
  .sm\:bg-violet {
    background-color: #210037;
  }
  .sm\:bg-violet-t1 {
    background-color: rgba(33, 0, 55, 0.1);
  }
  .sm\:bg-violet-t2 {
    background-color: rgba(33, 0, 55, 0.2);
  }
  .sm\:bg-violet-t3 {
    background-color: rgba(33, 0, 55, 0.3);
  }
  .sm\:bg-violet-t4 {
    background-color: rgba(33, 0, 55, 0.4);
  }
  .sm\:bg-violet-t5 {
    background-color: rgba(33, 0, 55, 0.5);
  }
  .sm\:bg-violet-t6 {
    background-color: rgba(33, 0, 55, 0.6);
  }
  .sm\:bg-violet-t7 {
    background-color: rgba(33, 0, 55, 0.7);
  }
  .sm\:bg-violet-t8 {
    background-color: rgba(33, 0, 55, 0.8);
  }
  .sm\:bg-violet-t9 {
    background-color: rgba(33, 0, 55, 0.9);
  }
  .sm\:bg-violet-100 {
    background-color: #9b04ff;
  }
  .sm\:bg-violet-200 {
    background-color: #7d00d0;
  }
  .sm\:bg-violet-300 {
    background-color: #5e009d;
  }
  .sm\:bg-violet-400 {
    background-color: #40006a;
  }
  .sm\:bg-violet-500 {
    background-color: #210037;
  }
  .sm\:bg-violet-600 {
    background-color: #020004;
  }
  .sm\:bg-violet-700 {
    background-color: black;
  }
  .sm\:bg-violet-800 {
    background-color: black;
  }
  .sm\:bg-violet-900 {
    background-color: black;
  }
  .sm\:border-violet {
    border-color: #210037;
  }
  .sm\:border-violet-t1 {
    border-color: rgba(33, 0, 55, 0.1);
  }
  .sm\:border-violet-t2 {
    border-color: rgba(33, 0, 55, 0.2);
  }
  .sm\:border-violet-t3 {
    border-color: rgba(33, 0, 55, 0.3);
  }
  .sm\:border-violet-t4 {
    border-color: rgba(33, 0, 55, 0.4);
  }
  .sm\:border-violet-t5 {
    border-color: rgba(33, 0, 55, 0.5);
  }
  .sm\:border-violet-t6 {
    border-color: rgba(33, 0, 55, 0.6);
  }
  .sm\:border-violet-t7 {
    border-color: rgba(33, 0, 55, 0.7);
  }
  .sm\:border-violet-t8 {
    border-color: rgba(33, 0, 55, 0.8);
  }
  .sm\:border-violet-t9 {
    border-color: rgba(33, 0, 55, 0.9);
  }
  .sm\:border-violet-100 {
    border-color: #9b04ff;
  }
  .sm\:border-violet-200 {
    border-color: #7d00d0;
  }
  .sm\:border-violet-300 {
    border-color: #5e009d;
  }
  .sm\:border-violet-400 {
    border-color: #40006a;
  }
  .sm\:border-violet-500 {
    border-color: #210037;
  }
  .sm\:border-violet-600 {
    border-color: #020004;
  }
  .sm\:border-violet-700 {
    border-color: black;
  }
  .sm\:border-violet-800 {
    border-color: black;
  }
  .sm\:border-violet-900 {
    border-color: black;
  }
  .sm\:fill-violet {
    fill: #210037;
  }
  .sm\:fill-violet-t1 {
    fill: rgba(33, 0, 55, 0.1);
  }
  .sm\:fill-violet-t2 {
    fill: rgba(33, 0, 55, 0.2);
  }
  .sm\:fill-violet-t3 {
    fill: rgba(33, 0, 55, 0.3);
  }
  .sm\:fill-violet-t4 {
    fill: rgba(33, 0, 55, 0.4);
  }
  .sm\:fill-violet-t5 {
    fill: rgba(33, 0, 55, 0.5);
  }
  .sm\:fill-violet-t6 {
    fill: rgba(33, 0, 55, 0.6);
  }
  .sm\:fill-violet-t7 {
    fill: rgba(33, 0, 55, 0.7);
  }
  .sm\:fill-violet-t8 {
    fill: rgba(33, 0, 55, 0.8);
  }
  .sm\:fill-violet-t9 {
    fill: rgba(33, 0, 55, 0.9);
  }
  .sm\:fill-violet-100 {
    fill: #9b04ff;
  }
  .sm\:fill-violet-200 {
    fill: #7d00d0;
  }
  .sm\:fill-violet-300 {
    fill: #5e009d;
  }
  .sm\:fill-violet-400 {
    fill: #40006a;
  }
  .sm\:fill-violet-500 {
    fill: #210037;
  }
  .sm\:fill-violet-600 {
    fill: #020004;
  }
  .sm\:fill-violet-700 {
    fill: black;
  }
  .sm\:fill-violet-800 {
    fill: black;
  }
  .sm\:fill-violet-900 {
    fill: black;
  }
  .sm\:color-purple {
    color: #a91d7e;
  }
  .sm\:color-purple-t1 {
    color: rgba(169, 29, 126, 0.1);
  }
  .sm\:color-purple-t2 {
    color: rgba(169, 29, 126, 0.2);
  }
  .sm\:color-purple-t3 {
    color: rgba(169, 29, 126, 0.3);
  }
  .sm\:color-purple-t4 {
    color: rgba(169, 29, 126, 0.4);
  }
  .sm\:color-purple-t5 {
    color: rgba(169, 29, 126, 0.5);
  }
  .sm\:color-purple-t6 {
    color: rgba(169, 29, 126, 0.6);
  }
  .sm\:color-purple-t7 {
    color: rgba(169, 29, 126, 0.7);
  }
  .sm\:color-purple-t8 {
    color: rgba(169, 29, 126, 0.8);
  }
  .sm\:color-purple-t9 {
    color: rgba(169, 29, 126, 0.9);
  }
  .sm\:color-purple-100 {
    color: #efa3d8;
  }
  .sm\:color-purple-200 {
    color: #e877c5;
  }
  .sm\:color-purple-300 {
    color: #e04cb3;
  }
  .sm\:color-purple-400 {
    color: #d5249e;
  }
  .sm\:color-purple-500 {
    color: #a91d7e;
  }
  .sm\:color-purple-600 {
    color: #7d165e;
  }
  .sm\:color-purple-700 {
    color: #520e3d;
  }
  .sm\:color-purple-800 {
    color: #26071d;
  }
  .sm\:color-purple-900 {
    color: black;
  }
  .sm\:bg-purple {
    background-color: #a91d7e;
  }
  .sm\:bg-purple-t1 {
    background-color: rgba(169, 29, 126, 0.1);
  }
  .sm\:bg-purple-t2 {
    background-color: rgba(169, 29, 126, 0.2);
  }
  .sm\:bg-purple-t3 {
    background-color: rgba(169, 29, 126, 0.3);
  }
  .sm\:bg-purple-t4 {
    background-color: rgba(169, 29, 126, 0.4);
  }
  .sm\:bg-purple-t5 {
    background-color: rgba(169, 29, 126, 0.5);
  }
  .sm\:bg-purple-t6 {
    background-color: rgba(169, 29, 126, 0.6);
  }
  .sm\:bg-purple-t7 {
    background-color: rgba(169, 29, 126, 0.7);
  }
  .sm\:bg-purple-t8 {
    background-color: rgba(169, 29, 126, 0.8);
  }
  .sm\:bg-purple-t9 {
    background-color: rgba(169, 29, 126, 0.9);
  }
  .sm\:bg-purple-100 {
    background-color: #efa3d8;
  }
  .sm\:bg-purple-200 {
    background-color: #e877c5;
  }
  .sm\:bg-purple-300 {
    background-color: #e04cb3;
  }
  .sm\:bg-purple-400 {
    background-color: #d5249e;
  }
  .sm\:bg-purple-500 {
    background-color: #a91d7e;
  }
  .sm\:bg-purple-600 {
    background-color: #7d165e;
  }
  .sm\:bg-purple-700 {
    background-color: #520e3d;
  }
  .sm\:bg-purple-800 {
    background-color: #26071d;
  }
  .sm\:bg-purple-900 {
    background-color: black;
  }
  .sm\:border-purple {
    border-color: #a91d7e;
  }
  .sm\:border-purple-t1 {
    border-color: rgba(169, 29, 126, 0.1);
  }
  .sm\:border-purple-t2 {
    border-color: rgba(169, 29, 126, 0.2);
  }
  .sm\:border-purple-t3 {
    border-color: rgba(169, 29, 126, 0.3);
  }
  .sm\:border-purple-t4 {
    border-color: rgba(169, 29, 126, 0.4);
  }
  .sm\:border-purple-t5 {
    border-color: rgba(169, 29, 126, 0.5);
  }
  .sm\:border-purple-t6 {
    border-color: rgba(169, 29, 126, 0.6);
  }
  .sm\:border-purple-t7 {
    border-color: rgba(169, 29, 126, 0.7);
  }
  .sm\:border-purple-t8 {
    border-color: rgba(169, 29, 126, 0.8);
  }
  .sm\:border-purple-t9 {
    border-color: rgba(169, 29, 126, 0.9);
  }
  .sm\:border-purple-100 {
    border-color: #efa3d8;
  }
  .sm\:border-purple-200 {
    border-color: #e877c5;
  }
  .sm\:border-purple-300 {
    border-color: #e04cb3;
  }
  .sm\:border-purple-400 {
    border-color: #d5249e;
  }
  .sm\:border-purple-500 {
    border-color: #a91d7e;
  }
  .sm\:border-purple-600 {
    border-color: #7d165e;
  }
  .sm\:border-purple-700 {
    border-color: #520e3d;
  }
  .sm\:border-purple-800 {
    border-color: #26071d;
  }
  .sm\:border-purple-900 {
    border-color: black;
  }
  .sm\:fill-purple {
    fill: #a91d7e;
  }
  .sm\:fill-purple-t1 {
    fill: rgba(169, 29, 126, 0.1);
  }
  .sm\:fill-purple-t2 {
    fill: rgba(169, 29, 126, 0.2);
  }
  .sm\:fill-purple-t3 {
    fill: rgba(169, 29, 126, 0.3);
  }
  .sm\:fill-purple-t4 {
    fill: rgba(169, 29, 126, 0.4);
  }
  .sm\:fill-purple-t5 {
    fill: rgba(169, 29, 126, 0.5);
  }
  .sm\:fill-purple-t6 {
    fill: rgba(169, 29, 126, 0.6);
  }
  .sm\:fill-purple-t7 {
    fill: rgba(169, 29, 126, 0.7);
  }
  .sm\:fill-purple-t8 {
    fill: rgba(169, 29, 126, 0.8);
  }
  .sm\:fill-purple-t9 {
    fill: rgba(169, 29, 126, 0.9);
  }
  .sm\:fill-purple-100 {
    fill: #efa3d8;
  }
  .sm\:fill-purple-200 {
    fill: #e877c5;
  }
  .sm\:fill-purple-300 {
    fill: #e04cb3;
  }
  .sm\:fill-purple-400 {
    fill: #d5249e;
  }
  .sm\:fill-purple-500 {
    fill: #a91d7e;
  }
  .sm\:fill-purple-600 {
    fill: #7d165e;
  }
  .sm\:fill-purple-700 {
    fill: #520e3d;
  }
  .sm\:fill-purple-800 {
    fill: #26071d;
  }
  .sm\:fill-purple-900 {
    fill: black;
  }
  .sm\:color-red {
    color: #cc0000;
  }
  .sm\:color-red-t1 {
    color: rgba(204, 0, 0, 0.1);
  }
  .sm\:color-red-t2 {
    color: rgba(204, 0, 0, 0.2);
  }
  .sm\:color-red-t3 {
    color: rgba(204, 0, 0, 0.3);
  }
  .sm\:color-red-t4 {
    color: rgba(204, 0, 0, 0.4);
  }
  .sm\:color-red-t5 {
    color: rgba(204, 0, 0, 0.5);
  }
  .sm\:color-red-t6 {
    color: rgba(204, 0, 0, 0.6);
  }
  .sm\:color-red-t7 {
    color: rgba(204, 0, 0, 0.7);
  }
  .sm\:color-red-t8 {
    color: rgba(204, 0, 0, 0.8);
  }
  .sm\:color-red-t9 {
    color: rgba(204, 0, 0, 0.9);
  }
  .sm\:color-red-100 {
    color: #ff9999;
  }
  .sm\:color-red-200 {
    color: #ff6666;
  }
  .sm\:color-red-300 {
    color: #ff3333;
  }
  .sm\:color-red-400 {
    color: red;
  }
  .sm\:color-red-500 {
    color: #cc0000;
  }
  .sm\:color-red-600 {
    color: #990000;
  }
  .sm\:color-red-700 {
    color: #660000;
  }
  .sm\:color-red-800 {
    color: #330000;
  }
  .sm\:color-red-900 {
    color: black;
  }
  .sm\:bg-red {
    background-color: #cc0000;
  }
  .sm\:bg-red-t1 {
    background-color: rgba(204, 0, 0, 0.1);
  }
  .sm\:bg-red-t2 {
    background-color: rgba(204, 0, 0, 0.2);
  }
  .sm\:bg-red-t3 {
    background-color: rgba(204, 0, 0, 0.3);
  }
  .sm\:bg-red-t4 {
    background-color: rgba(204, 0, 0, 0.4);
  }
  .sm\:bg-red-t5 {
    background-color: rgba(204, 0, 0, 0.5);
  }
  .sm\:bg-red-t6 {
    background-color: rgba(204, 0, 0, 0.6);
  }
  .sm\:bg-red-t7 {
    background-color: rgba(204, 0, 0, 0.7);
  }
  .sm\:bg-red-t8 {
    background-color: rgba(204, 0, 0, 0.8);
  }
  .sm\:bg-red-t9 {
    background-color: rgba(204, 0, 0, 0.9);
  }
  .sm\:bg-red-100 {
    background-color: #ff9999;
  }
  .sm\:bg-red-200 {
    background-color: #ff6666;
  }
  .sm\:bg-red-300 {
    background-color: #ff3333;
  }
  .sm\:bg-red-400 {
    background-color: red;
  }
  .sm\:bg-red-500 {
    background-color: #cc0000;
  }
  .sm\:bg-red-600 {
    background-color: #990000;
  }
  .sm\:bg-red-700 {
    background-color: #660000;
  }
  .sm\:bg-red-800 {
    background-color: #330000;
  }
  .sm\:bg-red-900 {
    background-color: black;
  }
  .sm\:border-red {
    border-color: #cc0000;
  }
  .sm\:border-red-t1 {
    border-color: rgba(204, 0, 0, 0.1);
  }
  .sm\:border-red-t2 {
    border-color: rgba(204, 0, 0, 0.2);
  }
  .sm\:border-red-t3 {
    border-color: rgba(204, 0, 0, 0.3);
  }
  .sm\:border-red-t4 {
    border-color: rgba(204, 0, 0, 0.4);
  }
  .sm\:border-red-t5 {
    border-color: rgba(204, 0, 0, 0.5);
  }
  .sm\:border-red-t6 {
    border-color: rgba(204, 0, 0, 0.6);
  }
  .sm\:border-red-t7 {
    border-color: rgba(204, 0, 0, 0.7);
  }
  .sm\:border-red-t8 {
    border-color: rgba(204, 0, 0, 0.8);
  }
  .sm\:border-red-t9 {
    border-color: rgba(204, 0, 0, 0.9);
  }
  .sm\:border-red-100 {
    border-color: #ff9999;
  }
  .sm\:border-red-200 {
    border-color: #ff6666;
  }
  .sm\:border-red-300 {
    border-color: #ff3333;
  }
  .sm\:border-red-400 {
    border-color: red;
  }
  .sm\:border-red-500 {
    border-color: #cc0000;
  }
  .sm\:border-red-600 {
    border-color: #990000;
  }
  .sm\:border-red-700 {
    border-color: #660000;
  }
  .sm\:border-red-800 {
    border-color: #330000;
  }
  .sm\:border-red-900 {
    border-color: black;
  }
  .sm\:fill-red {
    fill: #cc0000;
  }
  .sm\:fill-red-t1 {
    fill: rgba(204, 0, 0, 0.1);
  }
  .sm\:fill-red-t2 {
    fill: rgba(204, 0, 0, 0.2);
  }
  .sm\:fill-red-t3 {
    fill: rgba(204, 0, 0, 0.3);
  }
  .sm\:fill-red-t4 {
    fill: rgba(204, 0, 0, 0.4);
  }
  .sm\:fill-red-t5 {
    fill: rgba(204, 0, 0, 0.5);
  }
  .sm\:fill-red-t6 {
    fill: rgba(204, 0, 0, 0.6);
  }
  .sm\:fill-red-t7 {
    fill: rgba(204, 0, 0, 0.7);
  }
  .sm\:fill-red-t8 {
    fill: rgba(204, 0, 0, 0.8);
  }
  .sm\:fill-red-t9 {
    fill: rgba(204, 0, 0, 0.9);
  }
  .sm\:fill-red-100 {
    fill: #ff9999;
  }
  .sm\:fill-red-200 {
    fill: #ff6666;
  }
  .sm\:fill-red-300 {
    fill: #ff3333;
  }
  .sm\:fill-red-400 {
    fill: red;
  }
  .sm\:fill-red-500 {
    fill: #cc0000;
  }
  .sm\:fill-red-600 {
    fill: #990000;
  }
  .sm\:fill-red-700 {
    fill: #660000;
  }
  .sm\:fill-red-800 {
    fill: #330000;
  }
  .sm\:fill-red-900 {
    fill: black;
  }
  .sm\:color-orange {
    color: #F84C00;
  }
  .sm\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .sm\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .sm\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .sm\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .sm\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .sm\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .sm\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .sm\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .sm\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .sm\:color-orange-100 {
    color: #ffd7c5;
  }
  .sm\:color-orange-200 {
    color: #ffb392;
  }
  .sm\:color-orange-300 {
    color: #ff905f;
  }
  .sm\:color-orange-400 {
    color: #ff6d2c;
  }
  .sm\:color-orange-500 {
    color: #F84C00;
  }
  .sm\:color-orange-600 {
    color: #c53c00;
  }
  .sm\:color-orange-700 {
    color: #922d00;
  }
  .sm\:color-orange-800 {
    color: #5f1d00;
  }
  .sm\:color-orange-900 {
    color: #2c0d00;
  }
  .sm\:bg-orange {
    background-color: #F84C00;
  }
  .sm\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .sm\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .sm\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .sm\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .sm\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .sm\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .sm\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .sm\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .sm\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .sm\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .sm\:bg-orange-200 {
    background-color: #ffb392;
  }
  .sm\:bg-orange-300 {
    background-color: #ff905f;
  }
  .sm\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .sm\:bg-orange-500 {
    background-color: #F84C00;
  }
  .sm\:bg-orange-600 {
    background-color: #c53c00;
  }
  .sm\:bg-orange-700 {
    background-color: #922d00;
  }
  .sm\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .sm\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .sm\:border-orange {
    border-color: #F84C00;
  }
  .sm\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .sm\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .sm\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .sm\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .sm\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .sm\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .sm\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .sm\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .sm\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .sm\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .sm\:border-orange-200 {
    border-color: #ffb392;
  }
  .sm\:border-orange-300 {
    border-color: #ff905f;
  }
  .sm\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .sm\:border-orange-500 {
    border-color: #F84C00;
  }
  .sm\:border-orange-600 {
    border-color: #c53c00;
  }
  .sm\:border-orange-700 {
    border-color: #922d00;
  }
  .sm\:border-orange-800 {
    border-color: #5f1d00;
  }
  .sm\:border-orange-900 {
    border-color: #2c0d00;
  }
  .sm\:fill-orange {
    fill: #F84C00;
  }
  .sm\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .sm\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .sm\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .sm\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .sm\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .sm\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .sm\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .sm\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .sm\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .sm\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .sm\:fill-orange-200 {
    fill: #ffb392;
  }
  .sm\:fill-orange-300 {
    fill: #ff905f;
  }
  .sm\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .sm\:fill-orange-500 {
    fill: #F84C00;
  }
  .sm\:fill-orange-600 {
    fill: #c53c00;
  }
  .sm\:fill-orange-700 {
    fill: #922d00;
  }
  .sm\:fill-orange-800 {
    fill: #5f1d00;
  }
  .sm\:fill-orange-900 {
    fill: #2c0d00;
  }
  .sm\:color-brown {
    color: #D2C092;
  }
  .sm\:color-brown-t1 {
    color: rgba(210, 192, 146, 0.1);
  }
  .sm\:color-brown-t2 {
    color: rgba(210, 192, 146, 0.2);
  }
  .sm\:color-brown-t3 {
    color: rgba(210, 192, 146, 0.3);
  }
  .sm\:color-brown-t4 {
    color: rgba(210, 192, 146, 0.4);
  }
  .sm\:color-brown-t5 {
    color: rgba(210, 192, 146, 0.5);
  }
  .sm\:color-brown-t6 {
    color: rgba(210, 192, 146, 0.6);
  }
  .sm\:color-brown-t7 {
    color: rgba(210, 192, 146, 0.7);
  }
  .sm\:color-brown-t8 {
    color: rgba(210, 192, 146, 0.8);
  }
  .sm\:color-brown-t9 {
    color: rgba(210, 192, 146, 0.9);
  }
  .sm\:color-brown-100 {
    color: white;
  }
  .sm\:color-brown-200 {
    color: #fffffe;
  }
  .sm\:color-brown-300 {
    color: #f0eada;
  }
  .sm\:color-brown-400 {
    color: #e1d5b6;
  }
  .sm\:color-brown-500 {
    color: #D2C092;
  }
  .sm\:color-brown-600 {
    color: #c3ab6e;
  }
  .sm\:color-brown-700 {
    color: #b4964a;
  }
  .sm\:color-brown-800 {
    color: #90783b;
  }
  .sm\:color-brown-900 {
    color: #6c5a2c;
  }
  .sm\:bg-brown {
    background-color: #D2C092;
  }
  .sm\:bg-brown-t1 {
    background-color: rgba(210, 192, 146, 0.1);
  }
  .sm\:bg-brown-t2 {
    background-color: rgba(210, 192, 146, 0.2);
  }
  .sm\:bg-brown-t3 {
    background-color: rgba(210, 192, 146, 0.3);
  }
  .sm\:bg-brown-t4 {
    background-color: rgba(210, 192, 146, 0.4);
  }
  .sm\:bg-brown-t5 {
    background-color: rgba(210, 192, 146, 0.5);
  }
  .sm\:bg-brown-t6 {
    background-color: rgba(210, 192, 146, 0.6);
  }
  .sm\:bg-brown-t7 {
    background-color: rgba(210, 192, 146, 0.7);
  }
  .sm\:bg-brown-t8 {
    background-color: rgba(210, 192, 146, 0.8);
  }
  .sm\:bg-brown-t9 {
    background-color: rgba(210, 192, 146, 0.9);
  }
  .sm\:bg-brown-100 {
    background-color: white;
  }
  .sm\:bg-brown-200 {
    background-color: #fffffe;
  }
  .sm\:bg-brown-300 {
    background-color: #f0eada;
  }
  .sm\:bg-brown-400 {
    background-color: #e1d5b6;
  }
  .sm\:bg-brown-500 {
    background-color: #D2C092;
  }
  .sm\:bg-brown-600 {
    background-color: #c3ab6e;
  }
  .sm\:bg-brown-700 {
    background-color: #b4964a;
  }
  .sm\:bg-brown-800 {
    background-color: #90783b;
  }
  .sm\:bg-brown-900 {
    background-color: #6c5a2c;
  }
  .sm\:border-brown {
    border-color: #D2C092;
  }
  .sm\:border-brown-t1 {
    border-color: rgba(210, 192, 146, 0.1);
  }
  .sm\:border-brown-t2 {
    border-color: rgba(210, 192, 146, 0.2);
  }
  .sm\:border-brown-t3 {
    border-color: rgba(210, 192, 146, 0.3);
  }
  .sm\:border-brown-t4 {
    border-color: rgba(210, 192, 146, 0.4);
  }
  .sm\:border-brown-t5 {
    border-color: rgba(210, 192, 146, 0.5);
  }
  .sm\:border-brown-t6 {
    border-color: rgba(210, 192, 146, 0.6);
  }
  .sm\:border-brown-t7 {
    border-color: rgba(210, 192, 146, 0.7);
  }
  .sm\:border-brown-t8 {
    border-color: rgba(210, 192, 146, 0.8);
  }
  .sm\:border-brown-t9 {
    border-color: rgba(210, 192, 146, 0.9);
  }
  .sm\:border-brown-100 {
    border-color: white;
  }
  .sm\:border-brown-200 {
    border-color: #fffffe;
  }
  .sm\:border-brown-300 {
    border-color: #f0eada;
  }
  .sm\:border-brown-400 {
    border-color: #e1d5b6;
  }
  .sm\:border-brown-500 {
    border-color: #D2C092;
  }
  .sm\:border-brown-600 {
    border-color: #c3ab6e;
  }
  .sm\:border-brown-700 {
    border-color: #b4964a;
  }
  .sm\:border-brown-800 {
    border-color: #90783b;
  }
  .sm\:border-brown-900 {
    border-color: #6c5a2c;
  }
  .sm\:fill-brown {
    fill: #D2C092;
  }
  .sm\:fill-brown-t1 {
    fill: rgba(210, 192, 146, 0.1);
  }
  .sm\:fill-brown-t2 {
    fill: rgba(210, 192, 146, 0.2);
  }
  .sm\:fill-brown-t3 {
    fill: rgba(210, 192, 146, 0.3);
  }
  .sm\:fill-brown-t4 {
    fill: rgba(210, 192, 146, 0.4);
  }
  .sm\:fill-brown-t5 {
    fill: rgba(210, 192, 146, 0.5);
  }
  .sm\:fill-brown-t6 {
    fill: rgba(210, 192, 146, 0.6);
  }
  .sm\:fill-brown-t7 {
    fill: rgba(210, 192, 146, 0.7);
  }
  .sm\:fill-brown-t8 {
    fill: rgba(210, 192, 146, 0.8);
  }
  .sm\:fill-brown-t9 {
    fill: rgba(210, 192, 146, 0.9);
  }
  .sm\:fill-brown-100 {
    fill: white;
  }
  .sm\:fill-brown-200 {
    fill: #fffffe;
  }
  .sm\:fill-brown-300 {
    fill: #f0eada;
  }
  .sm\:fill-brown-400 {
    fill: #e1d5b6;
  }
  .sm\:fill-brown-500 {
    fill: #D2C092;
  }
  .sm\:fill-brown-600 {
    fill: #c3ab6e;
  }
  .sm\:fill-brown-700 {
    fill: #b4964a;
  }
  .sm\:fill-brown-800 {
    fill: #90783b;
  }
  .sm\:fill-brown-900 {
    fill: #6c5a2c;
  }
  .sm\:color-facebook {
    color: #1877F2;
  }
  .sm\:color-facebook-t1 {
    color: rgba(24, 119, 242, 0.1);
  }
  .sm\:color-facebook-t2 {
    color: rgba(24, 119, 242, 0.2);
  }
  .sm\:color-facebook-t3 {
    color: rgba(24, 119, 242, 0.3);
  }
  .sm\:color-facebook-t4 {
    color: rgba(24, 119, 242, 0.4);
  }
  .sm\:color-facebook-t5 {
    color: rgba(24, 119, 242, 0.5);
  }
  .sm\:color-facebook-t6 {
    color: rgba(24, 119, 242, 0.6);
  }
  .sm\:color-facebook-t7 {
    color: rgba(24, 119, 242, 0.7);
  }
  .sm\:color-facebook-t8 {
    color: rgba(24, 119, 242, 0.8);
  }
  .sm\:color-facebook-t9 {
    color: rgba(24, 119, 242, 0.9);
  }
  .sm\:color-facebook-100 {
    color: #d9e9fd;
  }
  .sm\:color-facebook-200 {
    color: #a9ccfa;
  }
  .sm\:color-facebook-300 {
    color: #79b0f7;
  }
  .sm\:color-facebook-400 {
    color: #4893f5;
  }
  .sm\:color-facebook-500 {
    color: #1877F2;
  }
  .sm\:color-facebook-600 {
    color: #0b5fcc;
  }
  .sm\:color-facebook-700 {
    color: #09499b;
  }
  .sm\:color-facebook-800 {
    color: #06326b;
  }
  .sm\:color-facebook-900 {
    color: #031b3b;
  }
  .sm\:bg-facebook {
    background-color: #1877F2;
  }
  .sm\:bg-facebook-t1 {
    background-color: rgba(24, 119, 242, 0.1);
  }
  .sm\:bg-facebook-t2 {
    background-color: rgba(24, 119, 242, 0.2);
  }
  .sm\:bg-facebook-t3 {
    background-color: rgba(24, 119, 242, 0.3);
  }
  .sm\:bg-facebook-t4 {
    background-color: rgba(24, 119, 242, 0.4);
  }
  .sm\:bg-facebook-t5 {
    background-color: rgba(24, 119, 242, 0.5);
  }
  .sm\:bg-facebook-t6 {
    background-color: rgba(24, 119, 242, 0.6);
  }
  .sm\:bg-facebook-t7 {
    background-color: rgba(24, 119, 242, 0.7);
  }
  .sm\:bg-facebook-t8 {
    background-color: rgba(24, 119, 242, 0.8);
  }
  .sm\:bg-facebook-t9 {
    background-color: rgba(24, 119, 242, 0.9);
  }
  .sm\:bg-facebook-100 {
    background-color: #d9e9fd;
  }
  .sm\:bg-facebook-200 {
    background-color: #a9ccfa;
  }
  .sm\:bg-facebook-300 {
    background-color: #79b0f7;
  }
  .sm\:bg-facebook-400 {
    background-color: #4893f5;
  }
  .sm\:bg-facebook-500 {
    background-color: #1877F2;
  }
  .sm\:bg-facebook-600 {
    background-color: #0b5fcc;
  }
  .sm\:bg-facebook-700 {
    background-color: #09499b;
  }
  .sm\:bg-facebook-800 {
    background-color: #06326b;
  }
  .sm\:bg-facebook-900 {
    background-color: #031b3b;
  }
  .sm\:border-facebook {
    border-color: #1877F2;
  }
  .sm\:border-facebook-t1 {
    border-color: rgba(24, 119, 242, 0.1);
  }
  .sm\:border-facebook-t2 {
    border-color: rgba(24, 119, 242, 0.2);
  }
  .sm\:border-facebook-t3 {
    border-color: rgba(24, 119, 242, 0.3);
  }
  .sm\:border-facebook-t4 {
    border-color: rgba(24, 119, 242, 0.4);
  }
  .sm\:border-facebook-t5 {
    border-color: rgba(24, 119, 242, 0.5);
  }
  .sm\:border-facebook-t6 {
    border-color: rgba(24, 119, 242, 0.6);
  }
  .sm\:border-facebook-t7 {
    border-color: rgba(24, 119, 242, 0.7);
  }
  .sm\:border-facebook-t8 {
    border-color: rgba(24, 119, 242, 0.8);
  }
  .sm\:border-facebook-t9 {
    border-color: rgba(24, 119, 242, 0.9);
  }
  .sm\:border-facebook-100 {
    border-color: #d9e9fd;
  }
  .sm\:border-facebook-200 {
    border-color: #a9ccfa;
  }
  .sm\:border-facebook-300 {
    border-color: #79b0f7;
  }
  .sm\:border-facebook-400 {
    border-color: #4893f5;
  }
  .sm\:border-facebook-500 {
    border-color: #1877F2;
  }
  .sm\:border-facebook-600 {
    border-color: #0b5fcc;
  }
  .sm\:border-facebook-700 {
    border-color: #09499b;
  }
  .sm\:border-facebook-800 {
    border-color: #06326b;
  }
  .sm\:border-facebook-900 {
    border-color: #031b3b;
  }
  .sm\:fill-facebook {
    fill: #1877F2;
  }
  .sm\:fill-facebook-t1 {
    fill: rgba(24, 119, 242, 0.1);
  }
  .sm\:fill-facebook-t2 {
    fill: rgba(24, 119, 242, 0.2);
  }
  .sm\:fill-facebook-t3 {
    fill: rgba(24, 119, 242, 0.3);
  }
  .sm\:fill-facebook-t4 {
    fill: rgba(24, 119, 242, 0.4);
  }
  .sm\:fill-facebook-t5 {
    fill: rgba(24, 119, 242, 0.5);
  }
  .sm\:fill-facebook-t6 {
    fill: rgba(24, 119, 242, 0.6);
  }
  .sm\:fill-facebook-t7 {
    fill: rgba(24, 119, 242, 0.7);
  }
  .sm\:fill-facebook-t8 {
    fill: rgba(24, 119, 242, 0.8);
  }
  .sm\:fill-facebook-t9 {
    fill: rgba(24, 119, 242, 0.9);
  }
  .sm\:fill-facebook-100 {
    fill: #d9e9fd;
  }
  .sm\:fill-facebook-200 {
    fill: #a9ccfa;
  }
  .sm\:fill-facebook-300 {
    fill: #79b0f7;
  }
  .sm\:fill-facebook-400 {
    fill: #4893f5;
  }
  .sm\:fill-facebook-500 {
    fill: #1877F2;
  }
  .sm\:fill-facebook-600 {
    fill: #0b5fcc;
  }
  .sm\:fill-facebook-700 {
    fill: #09499b;
  }
  .sm\:fill-facebook-800 {
    fill: #06326b;
  }
  .sm\:fill-facebook-900 {
    fill: #031b3b;
  }
  .sm\:color-instagram {
    color: #E4405F;
  }
  .sm\:color-instagram-t1 {
    color: rgba(228, 64, 95, 0.1);
  }
  .sm\:color-instagram-t2 {
    color: rgba(228, 64, 95, 0.2);
  }
  .sm\:color-instagram-t3 {
    color: rgba(228, 64, 95, 0.3);
  }
  .sm\:color-instagram-t4 {
    color: rgba(228, 64, 95, 0.4);
  }
  .sm\:color-instagram-t5 {
    color: rgba(228, 64, 95, 0.5);
  }
  .sm\:color-instagram-t6 {
    color: rgba(228, 64, 95, 0.6);
  }
  .sm\:color-instagram-t7 {
    color: rgba(228, 64, 95, 0.7);
  }
  .sm\:color-instagram-t8 {
    color: rgba(228, 64, 95, 0.8);
  }
  .sm\:color-instagram-t9 {
    color: rgba(228, 64, 95, 0.9);
  }
  .sm\:color-instagram-100 {
    color: #fdf3f5;
  }
  .sm\:color-instagram-200 {
    color: #f7c6cf;
  }
  .sm\:color-instagram-300 {
    color: #f199aa;
  }
  .sm\:color-instagram-400 {
    color: #ea6d84;
  }
  .sm\:color-instagram-500 {
    color: #E4405F;
  }
  .sm\:color-instagram-600 {
    color: #d31e40;
  }
  .sm\:color-instagram-700 {
    color: #a61833;
  }
  .sm\:color-instagram-800 {
    color: #7a1125;
  }
  .sm\:color-instagram-900 {
    color: #4d0b17;
  }
  .sm\:bg-instagram {
    background-color: #E4405F;
  }
  .sm\:bg-instagram-t1 {
    background-color: rgba(228, 64, 95, 0.1);
  }
  .sm\:bg-instagram-t2 {
    background-color: rgba(228, 64, 95, 0.2);
  }
  .sm\:bg-instagram-t3 {
    background-color: rgba(228, 64, 95, 0.3);
  }
  .sm\:bg-instagram-t4 {
    background-color: rgba(228, 64, 95, 0.4);
  }
  .sm\:bg-instagram-t5 {
    background-color: rgba(228, 64, 95, 0.5);
  }
  .sm\:bg-instagram-t6 {
    background-color: rgba(228, 64, 95, 0.6);
  }
  .sm\:bg-instagram-t7 {
    background-color: rgba(228, 64, 95, 0.7);
  }
  .sm\:bg-instagram-t8 {
    background-color: rgba(228, 64, 95, 0.8);
  }
  .sm\:bg-instagram-t9 {
    background-color: rgba(228, 64, 95, 0.9);
  }
  .sm\:bg-instagram-100 {
    background-color: #fdf3f5;
  }
  .sm\:bg-instagram-200 {
    background-color: #f7c6cf;
  }
  .sm\:bg-instagram-300 {
    background-color: #f199aa;
  }
  .sm\:bg-instagram-400 {
    background-color: #ea6d84;
  }
  .sm\:bg-instagram-500 {
    background-color: #E4405F;
  }
  .sm\:bg-instagram-600 {
    background-color: #d31e40;
  }
  .sm\:bg-instagram-700 {
    background-color: #a61833;
  }
  .sm\:bg-instagram-800 {
    background-color: #7a1125;
  }
  .sm\:bg-instagram-900 {
    background-color: #4d0b17;
  }
  .sm\:border-instagram {
    border-color: #E4405F;
  }
  .sm\:border-instagram-t1 {
    border-color: rgba(228, 64, 95, 0.1);
  }
  .sm\:border-instagram-t2 {
    border-color: rgba(228, 64, 95, 0.2);
  }
  .sm\:border-instagram-t3 {
    border-color: rgba(228, 64, 95, 0.3);
  }
  .sm\:border-instagram-t4 {
    border-color: rgba(228, 64, 95, 0.4);
  }
  .sm\:border-instagram-t5 {
    border-color: rgba(228, 64, 95, 0.5);
  }
  .sm\:border-instagram-t6 {
    border-color: rgba(228, 64, 95, 0.6);
  }
  .sm\:border-instagram-t7 {
    border-color: rgba(228, 64, 95, 0.7);
  }
  .sm\:border-instagram-t8 {
    border-color: rgba(228, 64, 95, 0.8);
  }
  .sm\:border-instagram-t9 {
    border-color: rgba(228, 64, 95, 0.9);
  }
  .sm\:border-instagram-100 {
    border-color: #fdf3f5;
  }
  .sm\:border-instagram-200 {
    border-color: #f7c6cf;
  }
  .sm\:border-instagram-300 {
    border-color: #f199aa;
  }
  .sm\:border-instagram-400 {
    border-color: #ea6d84;
  }
  .sm\:border-instagram-500 {
    border-color: #E4405F;
  }
  .sm\:border-instagram-600 {
    border-color: #d31e40;
  }
  .sm\:border-instagram-700 {
    border-color: #a61833;
  }
  .sm\:border-instagram-800 {
    border-color: #7a1125;
  }
  .sm\:border-instagram-900 {
    border-color: #4d0b17;
  }
  .sm\:fill-instagram {
    fill: #E4405F;
  }
  .sm\:fill-instagram-t1 {
    fill: rgba(228, 64, 95, 0.1);
  }
  .sm\:fill-instagram-t2 {
    fill: rgba(228, 64, 95, 0.2);
  }
  .sm\:fill-instagram-t3 {
    fill: rgba(228, 64, 95, 0.3);
  }
  .sm\:fill-instagram-t4 {
    fill: rgba(228, 64, 95, 0.4);
  }
  .sm\:fill-instagram-t5 {
    fill: rgba(228, 64, 95, 0.5);
  }
  .sm\:fill-instagram-t6 {
    fill: rgba(228, 64, 95, 0.6);
  }
  .sm\:fill-instagram-t7 {
    fill: rgba(228, 64, 95, 0.7);
  }
  .sm\:fill-instagram-t8 {
    fill: rgba(228, 64, 95, 0.8);
  }
  .sm\:fill-instagram-t9 {
    fill: rgba(228, 64, 95, 0.9);
  }
  .sm\:fill-instagram-100 {
    fill: #fdf3f5;
  }
  .sm\:fill-instagram-200 {
    fill: #f7c6cf;
  }
  .sm\:fill-instagram-300 {
    fill: #f199aa;
  }
  .sm\:fill-instagram-400 {
    fill: #ea6d84;
  }
  .sm\:fill-instagram-500 {
    fill: #E4405F;
  }
  .sm\:fill-instagram-600 {
    fill: #d31e40;
  }
  .sm\:fill-instagram-700 {
    fill: #a61833;
  }
  .sm\:fill-instagram-800 {
    fill: #7a1125;
  }
  .sm\:fill-instagram-900 {
    fill: #4d0b17;
  }
  .sm\:color-linkedin {
    color: #0077B5;
  }
  .sm\:color-linkedin-t1 {
    color: rgba(0, 119, 181, 0.1);
  }
  .sm\:color-linkedin-t2 {
    color: rgba(0, 119, 181, 0.2);
  }
  .sm\:color-linkedin-t3 {
    color: rgba(0, 119, 181, 0.3);
  }
  .sm\:color-linkedin-t4 {
    color: rgba(0, 119, 181, 0.4);
  }
  .sm\:color-linkedin-t5 {
    color: rgba(0, 119, 181, 0.5);
  }
  .sm\:color-linkedin-t6 {
    color: rgba(0, 119, 181, 0.6);
  }
  .sm\:color-linkedin-t7 {
    color: rgba(0, 119, 181, 0.7);
  }
  .sm\:color-linkedin-t8 {
    color: rgba(0, 119, 181, 0.8);
  }
  .sm\:color-linkedin-t9 {
    color: rgba(0, 119, 181, 0.9);
  }
  .sm\:color-linkedin-100 {
    color: #82d4ff;
  }
  .sm\:color-linkedin-200 {
    color: #4fc3ff;
  }
  .sm\:color-linkedin-300 {
    color: #1cb1ff;
  }
  .sm\:color-linkedin-400 {
    color: #0099e8;
  }
  .sm\:color-linkedin-500 {
    color: #0077B5;
  }
  .sm\:color-linkedin-600 {
    color: #005582;
  }
  .sm\:color-linkedin-700 {
    color: #00344f;
  }
  .sm\:color-linkedin-800 {
    color: #00121c;
  }
  .sm\:color-linkedin-900 {
    color: black;
  }
  .sm\:bg-linkedin {
    background-color: #0077B5;
  }
  .sm\:bg-linkedin-t1 {
    background-color: rgba(0, 119, 181, 0.1);
  }
  .sm\:bg-linkedin-t2 {
    background-color: rgba(0, 119, 181, 0.2);
  }
  .sm\:bg-linkedin-t3 {
    background-color: rgba(0, 119, 181, 0.3);
  }
  .sm\:bg-linkedin-t4 {
    background-color: rgba(0, 119, 181, 0.4);
  }
  .sm\:bg-linkedin-t5 {
    background-color: rgba(0, 119, 181, 0.5);
  }
  .sm\:bg-linkedin-t6 {
    background-color: rgba(0, 119, 181, 0.6);
  }
  .sm\:bg-linkedin-t7 {
    background-color: rgba(0, 119, 181, 0.7);
  }
  .sm\:bg-linkedin-t8 {
    background-color: rgba(0, 119, 181, 0.8);
  }
  .sm\:bg-linkedin-t9 {
    background-color: rgba(0, 119, 181, 0.9);
  }
  .sm\:bg-linkedin-100 {
    background-color: #82d4ff;
  }
  .sm\:bg-linkedin-200 {
    background-color: #4fc3ff;
  }
  .sm\:bg-linkedin-300 {
    background-color: #1cb1ff;
  }
  .sm\:bg-linkedin-400 {
    background-color: #0099e8;
  }
  .sm\:bg-linkedin-500 {
    background-color: #0077B5;
  }
  .sm\:bg-linkedin-600 {
    background-color: #005582;
  }
  .sm\:bg-linkedin-700 {
    background-color: #00344f;
  }
  .sm\:bg-linkedin-800 {
    background-color: #00121c;
  }
  .sm\:bg-linkedin-900 {
    background-color: black;
  }
  .sm\:border-linkedin {
    border-color: #0077B5;
  }
  .sm\:border-linkedin-t1 {
    border-color: rgba(0, 119, 181, 0.1);
  }
  .sm\:border-linkedin-t2 {
    border-color: rgba(0, 119, 181, 0.2);
  }
  .sm\:border-linkedin-t3 {
    border-color: rgba(0, 119, 181, 0.3);
  }
  .sm\:border-linkedin-t4 {
    border-color: rgba(0, 119, 181, 0.4);
  }
  .sm\:border-linkedin-t5 {
    border-color: rgba(0, 119, 181, 0.5);
  }
  .sm\:border-linkedin-t6 {
    border-color: rgba(0, 119, 181, 0.6);
  }
  .sm\:border-linkedin-t7 {
    border-color: rgba(0, 119, 181, 0.7);
  }
  .sm\:border-linkedin-t8 {
    border-color: rgba(0, 119, 181, 0.8);
  }
  .sm\:border-linkedin-t9 {
    border-color: rgba(0, 119, 181, 0.9);
  }
  .sm\:border-linkedin-100 {
    border-color: #82d4ff;
  }
  .sm\:border-linkedin-200 {
    border-color: #4fc3ff;
  }
  .sm\:border-linkedin-300 {
    border-color: #1cb1ff;
  }
  .sm\:border-linkedin-400 {
    border-color: #0099e8;
  }
  .sm\:border-linkedin-500 {
    border-color: #0077B5;
  }
  .sm\:border-linkedin-600 {
    border-color: #005582;
  }
  .sm\:border-linkedin-700 {
    border-color: #00344f;
  }
  .sm\:border-linkedin-800 {
    border-color: #00121c;
  }
  .sm\:border-linkedin-900 {
    border-color: black;
  }
  .sm\:fill-linkedin {
    fill: #0077B5;
  }
  .sm\:fill-linkedin-t1 {
    fill: rgba(0, 119, 181, 0.1);
  }
  .sm\:fill-linkedin-t2 {
    fill: rgba(0, 119, 181, 0.2);
  }
  .sm\:fill-linkedin-t3 {
    fill: rgba(0, 119, 181, 0.3);
  }
  .sm\:fill-linkedin-t4 {
    fill: rgba(0, 119, 181, 0.4);
  }
  .sm\:fill-linkedin-t5 {
    fill: rgba(0, 119, 181, 0.5);
  }
  .sm\:fill-linkedin-t6 {
    fill: rgba(0, 119, 181, 0.6);
  }
  .sm\:fill-linkedin-t7 {
    fill: rgba(0, 119, 181, 0.7);
  }
  .sm\:fill-linkedin-t8 {
    fill: rgba(0, 119, 181, 0.8);
  }
  .sm\:fill-linkedin-t9 {
    fill: rgba(0, 119, 181, 0.9);
  }
  .sm\:fill-linkedin-100 {
    fill: #82d4ff;
  }
  .sm\:fill-linkedin-200 {
    fill: #4fc3ff;
  }
  .sm\:fill-linkedin-300 {
    fill: #1cb1ff;
  }
  .sm\:fill-linkedin-400 {
    fill: #0099e8;
  }
  .sm\:fill-linkedin-500 {
    fill: #0077B5;
  }
  .sm\:fill-linkedin-600 {
    fill: #005582;
  }
  .sm\:fill-linkedin-700 {
    fill: #00344f;
  }
  .sm\:fill-linkedin-800 {
    fill: #00121c;
  }
  .sm\:fill-linkedin-900 {
    fill: black;
  }
  .sm\:color-twitter {
    color: #1DA1F2;
  }
  .sm\:color-twitter-t1 {
    color: rgba(29, 161, 242, 0.1);
  }
  .sm\:color-twitter-t2 {
    color: rgba(29, 161, 242, 0.2);
  }
  .sm\:color-twitter-t3 {
    color: rgba(29, 161, 242, 0.3);
  }
  .sm\:color-twitter-t4 {
    color: rgba(29, 161, 242, 0.4);
  }
  .sm\:color-twitter-t5 {
    color: rgba(29, 161, 242, 0.5);
  }
  .sm\:color-twitter-t6 {
    color: rgba(29, 161, 242, 0.6);
  }
  .sm\:color-twitter-t7 {
    color: rgba(29, 161, 242, 0.7);
  }
  .sm\:color-twitter-t8 {
    color: rgba(29, 161, 242, 0.8);
  }
  .sm\:color-twitter-t9 {
    color: rgba(29, 161, 242, 0.9);
  }
  .sm\:color-twitter-100 {
    color: #def1fd;
  }
  .sm\:color-twitter-200 {
    color: #aeddfa;
  }
  .sm\:color-twitter-300 {
    color: #7dc9f8;
  }
  .sm\:color-twitter-400 {
    color: #4db5f5;
  }
  .sm\:color-twitter-500 {
    color: #1DA1F2;
  }
  .sm\:color-twitter-600 {
    color: #0c85d0;
  }
  .sm\:color-twitter-700 {
    color: #0967a0;
  }
  .sm\:color-twitter-800 {
    color: #064870;
  }
  .sm\:color-twitter-900 {
    color: #04293f;
  }
  .sm\:bg-twitter {
    background-color: #1DA1F2;
  }
  .sm\:bg-twitter-t1 {
    background-color: rgba(29, 161, 242, 0.1);
  }
  .sm\:bg-twitter-t2 {
    background-color: rgba(29, 161, 242, 0.2);
  }
  .sm\:bg-twitter-t3 {
    background-color: rgba(29, 161, 242, 0.3);
  }
  .sm\:bg-twitter-t4 {
    background-color: rgba(29, 161, 242, 0.4);
  }
  .sm\:bg-twitter-t5 {
    background-color: rgba(29, 161, 242, 0.5);
  }
  .sm\:bg-twitter-t6 {
    background-color: rgba(29, 161, 242, 0.6);
  }
  .sm\:bg-twitter-t7 {
    background-color: rgba(29, 161, 242, 0.7);
  }
  .sm\:bg-twitter-t8 {
    background-color: rgba(29, 161, 242, 0.8);
  }
  .sm\:bg-twitter-t9 {
    background-color: rgba(29, 161, 242, 0.9);
  }
  .sm\:bg-twitter-100 {
    background-color: #def1fd;
  }
  .sm\:bg-twitter-200 {
    background-color: #aeddfa;
  }
  .sm\:bg-twitter-300 {
    background-color: #7dc9f8;
  }
  .sm\:bg-twitter-400 {
    background-color: #4db5f5;
  }
  .sm\:bg-twitter-500 {
    background-color: #1DA1F2;
  }
  .sm\:bg-twitter-600 {
    background-color: #0c85d0;
  }
  .sm\:bg-twitter-700 {
    background-color: #0967a0;
  }
  .sm\:bg-twitter-800 {
    background-color: #064870;
  }
  .sm\:bg-twitter-900 {
    background-color: #04293f;
  }
  .sm\:border-twitter {
    border-color: #1DA1F2;
  }
  .sm\:border-twitter-t1 {
    border-color: rgba(29, 161, 242, 0.1);
  }
  .sm\:border-twitter-t2 {
    border-color: rgba(29, 161, 242, 0.2);
  }
  .sm\:border-twitter-t3 {
    border-color: rgba(29, 161, 242, 0.3);
  }
  .sm\:border-twitter-t4 {
    border-color: rgba(29, 161, 242, 0.4);
  }
  .sm\:border-twitter-t5 {
    border-color: rgba(29, 161, 242, 0.5);
  }
  .sm\:border-twitter-t6 {
    border-color: rgba(29, 161, 242, 0.6);
  }
  .sm\:border-twitter-t7 {
    border-color: rgba(29, 161, 242, 0.7);
  }
  .sm\:border-twitter-t8 {
    border-color: rgba(29, 161, 242, 0.8);
  }
  .sm\:border-twitter-t9 {
    border-color: rgba(29, 161, 242, 0.9);
  }
  .sm\:border-twitter-100 {
    border-color: #def1fd;
  }
  .sm\:border-twitter-200 {
    border-color: #aeddfa;
  }
  .sm\:border-twitter-300 {
    border-color: #7dc9f8;
  }
  .sm\:border-twitter-400 {
    border-color: #4db5f5;
  }
  .sm\:border-twitter-500 {
    border-color: #1DA1F2;
  }
  .sm\:border-twitter-600 {
    border-color: #0c85d0;
  }
  .sm\:border-twitter-700 {
    border-color: #0967a0;
  }
  .sm\:border-twitter-800 {
    border-color: #064870;
  }
  .sm\:border-twitter-900 {
    border-color: #04293f;
  }
  .sm\:fill-twitter {
    fill: #1DA1F2;
  }
  .sm\:fill-twitter-t1 {
    fill: rgba(29, 161, 242, 0.1);
  }
  .sm\:fill-twitter-t2 {
    fill: rgba(29, 161, 242, 0.2);
  }
  .sm\:fill-twitter-t3 {
    fill: rgba(29, 161, 242, 0.3);
  }
  .sm\:fill-twitter-t4 {
    fill: rgba(29, 161, 242, 0.4);
  }
  .sm\:fill-twitter-t5 {
    fill: rgba(29, 161, 242, 0.5);
  }
  .sm\:fill-twitter-t6 {
    fill: rgba(29, 161, 242, 0.6);
  }
  .sm\:fill-twitter-t7 {
    fill: rgba(29, 161, 242, 0.7);
  }
  .sm\:fill-twitter-t8 {
    fill: rgba(29, 161, 242, 0.8);
  }
  .sm\:fill-twitter-t9 {
    fill: rgba(29, 161, 242, 0.9);
  }
  .sm\:fill-twitter-100 {
    fill: #def1fd;
  }
  .sm\:fill-twitter-200 {
    fill: #aeddfa;
  }
  .sm\:fill-twitter-300 {
    fill: #7dc9f8;
  }
  .sm\:fill-twitter-400 {
    fill: #4db5f5;
  }
  .sm\:fill-twitter-500 {
    fill: #1DA1F2;
  }
  .sm\:fill-twitter-600 {
    fill: #0c85d0;
  }
  .sm\:fill-twitter-700 {
    fill: #0967a0;
  }
  .sm\:fill-twitter-800 {
    fill: #064870;
  }
  .sm\:fill-twitter-900 {
    fill: #04293f;
  }
  .sm\:color-youtube {
    color: #FF0000;
  }
  .sm\:color-youtube-t1 {
    color: rgba(255, 0, 0, 0.1);
  }
  .sm\:color-youtube-t2 {
    color: rgba(255, 0, 0, 0.2);
  }
  .sm\:color-youtube-t3 {
    color: rgba(255, 0, 0, 0.3);
  }
  .sm\:color-youtube-t4 {
    color: rgba(255, 0, 0, 0.4);
  }
  .sm\:color-youtube-t5 {
    color: rgba(255, 0, 0, 0.5);
  }
  .sm\:color-youtube-t6 {
    color: rgba(255, 0, 0, 0.6);
  }
  .sm\:color-youtube-t7 {
    color: rgba(255, 0, 0, 0.7);
  }
  .sm\:color-youtube-t8 {
    color: rgba(255, 0, 0, 0.8);
  }
  .sm\:color-youtube-t9 {
    color: rgba(255, 0, 0, 0.9);
  }
  .sm\:color-youtube-100 {
    color: #ffcccc;
  }
  .sm\:color-youtube-200 {
    color: #ff9999;
  }
  .sm\:color-youtube-300 {
    color: #ff6666;
  }
  .sm\:color-youtube-400 {
    color: #ff3333;
  }
  .sm\:color-youtube-500 {
    color: #FF0000;
  }
  .sm\:color-youtube-600 {
    color: #cc0000;
  }
  .sm\:color-youtube-700 {
    color: #990000;
  }
  .sm\:color-youtube-800 {
    color: #660000;
  }
  .sm\:color-youtube-900 {
    color: #330000;
  }
  .sm\:bg-youtube {
    background-color: #FF0000;
  }
  .sm\:bg-youtube-t1 {
    background-color: rgba(255, 0, 0, 0.1);
  }
  .sm\:bg-youtube-t2 {
    background-color: rgba(255, 0, 0, 0.2);
  }
  .sm\:bg-youtube-t3 {
    background-color: rgba(255, 0, 0, 0.3);
  }
  .sm\:bg-youtube-t4 {
    background-color: rgba(255, 0, 0, 0.4);
  }
  .sm\:bg-youtube-t5 {
    background-color: rgba(255, 0, 0, 0.5);
  }
  .sm\:bg-youtube-t6 {
    background-color: rgba(255, 0, 0, 0.6);
  }
  .sm\:bg-youtube-t7 {
    background-color: rgba(255, 0, 0, 0.7);
  }
  .sm\:bg-youtube-t8 {
    background-color: rgba(255, 0, 0, 0.8);
  }
  .sm\:bg-youtube-t9 {
    background-color: rgba(255, 0, 0, 0.9);
  }
  .sm\:bg-youtube-100 {
    background-color: #ffcccc;
  }
  .sm\:bg-youtube-200 {
    background-color: #ff9999;
  }
  .sm\:bg-youtube-300 {
    background-color: #ff6666;
  }
  .sm\:bg-youtube-400 {
    background-color: #ff3333;
  }
  .sm\:bg-youtube-500 {
    background-color: #FF0000;
  }
  .sm\:bg-youtube-600 {
    background-color: #cc0000;
  }
  .sm\:bg-youtube-700 {
    background-color: #990000;
  }
  .sm\:bg-youtube-800 {
    background-color: #660000;
  }
  .sm\:bg-youtube-900 {
    background-color: #330000;
  }
  .sm\:border-youtube {
    border-color: #FF0000;
  }
  .sm\:border-youtube-t1 {
    border-color: rgba(255, 0, 0, 0.1);
  }
  .sm\:border-youtube-t2 {
    border-color: rgba(255, 0, 0, 0.2);
  }
  .sm\:border-youtube-t3 {
    border-color: rgba(255, 0, 0, 0.3);
  }
  .sm\:border-youtube-t4 {
    border-color: rgba(255, 0, 0, 0.4);
  }
  .sm\:border-youtube-t5 {
    border-color: rgba(255, 0, 0, 0.5);
  }
  .sm\:border-youtube-t6 {
    border-color: rgba(255, 0, 0, 0.6);
  }
  .sm\:border-youtube-t7 {
    border-color: rgba(255, 0, 0, 0.7);
  }
  .sm\:border-youtube-t8 {
    border-color: rgba(255, 0, 0, 0.8);
  }
  .sm\:border-youtube-t9 {
    border-color: rgba(255, 0, 0, 0.9);
  }
  .sm\:border-youtube-100 {
    border-color: #ffcccc;
  }
  .sm\:border-youtube-200 {
    border-color: #ff9999;
  }
  .sm\:border-youtube-300 {
    border-color: #ff6666;
  }
  .sm\:border-youtube-400 {
    border-color: #ff3333;
  }
  .sm\:border-youtube-500 {
    border-color: #FF0000;
  }
  .sm\:border-youtube-600 {
    border-color: #cc0000;
  }
  .sm\:border-youtube-700 {
    border-color: #990000;
  }
  .sm\:border-youtube-800 {
    border-color: #660000;
  }
  .sm\:border-youtube-900 {
    border-color: #330000;
  }
  .sm\:fill-youtube {
    fill: #FF0000;
  }
  .sm\:fill-youtube-t1 {
    fill: rgba(255, 0, 0, 0.1);
  }
  .sm\:fill-youtube-t2 {
    fill: rgba(255, 0, 0, 0.2);
  }
  .sm\:fill-youtube-t3 {
    fill: rgba(255, 0, 0, 0.3);
  }
  .sm\:fill-youtube-t4 {
    fill: rgba(255, 0, 0, 0.4);
  }
  .sm\:fill-youtube-t5 {
    fill: rgba(255, 0, 0, 0.5);
  }
  .sm\:fill-youtube-t6 {
    fill: rgba(255, 0, 0, 0.6);
  }
  .sm\:fill-youtube-t7 {
    fill: rgba(255, 0, 0, 0.7);
  }
  .sm\:fill-youtube-t8 {
    fill: rgba(255, 0, 0, 0.8);
  }
  .sm\:fill-youtube-t9 {
    fill: rgba(255, 0, 0, 0.9);
  }
  .sm\:fill-youtube-100 {
    fill: #ffcccc;
  }
  .sm\:fill-youtube-200 {
    fill: #ff9999;
  }
  .sm\:fill-youtube-300 {
    fill: #ff6666;
  }
  .sm\:fill-youtube-400 {
    fill: #ff3333;
  }
  .sm\:fill-youtube-500 {
    fill: #FF0000;
  }
  .sm\:fill-youtube-600 {
    fill: #cc0000;
  }
  .sm\:fill-youtube-700 {
    fill: #990000;
  }
  .sm\:fill-youtube-800 {
    fill: #660000;
  }
  .sm\:fill-youtube-900 {
    fill: #330000;
  }
  .sm\:color-whatsapp {
    color: #25D366;
  }
  .sm\:color-whatsapp-t1 {
    color: rgba(37, 211, 102, 0.1);
  }
  .sm\:color-whatsapp-t2 {
    color: rgba(37, 211, 102, 0.2);
  }
  .sm\:color-whatsapp-t3 {
    color: rgba(37, 211, 102, 0.3);
  }
  .sm\:color-whatsapp-t4 {
    color: rgba(37, 211, 102, 0.4);
  }
  .sm\:color-whatsapp-t5 {
    color: rgba(37, 211, 102, 0.5);
  }
  .sm\:color-whatsapp-t6 {
    color: rgba(37, 211, 102, 0.6);
  }
  .sm\:color-whatsapp-t7 {
    color: rgba(37, 211, 102, 0.7);
  }
  .sm\:color-whatsapp-t8 {
    color: rgba(37, 211, 102, 0.8);
  }
  .sm\:color-whatsapp-t9 {
    color: rgba(37, 211, 102, 0.9);
  }
  .sm\:color-whatsapp-100 {
    color: #cef6dd;
  }
  .sm\:color-whatsapp-200 {
    color: #a2efbf;
  }
  .sm\:color-whatsapp-300 {
    color: #77e7a1;
  }
  .sm\:color-whatsapp-400 {
    color: #4be083;
  }
  .sm\:color-whatsapp-500 {
    color: #25D366;
  }
  .sm\:color-whatsapp-600 {
    color: #1da851;
  }
  .sm\:color-whatsapp-700 {
    color: #167c3c;
  }
  .sm\:color-whatsapp-800 {
    color: #0e5127;
  }
  .sm\:color-whatsapp-900 {
    color: #072512;
  }
  .sm\:bg-whatsapp {
    background-color: #25D366;
  }
  .sm\:bg-whatsapp-t1 {
    background-color: rgba(37, 211, 102, 0.1);
  }
  .sm\:bg-whatsapp-t2 {
    background-color: rgba(37, 211, 102, 0.2);
  }
  .sm\:bg-whatsapp-t3 {
    background-color: rgba(37, 211, 102, 0.3);
  }
  .sm\:bg-whatsapp-t4 {
    background-color: rgba(37, 211, 102, 0.4);
  }
  .sm\:bg-whatsapp-t5 {
    background-color: rgba(37, 211, 102, 0.5);
  }
  .sm\:bg-whatsapp-t6 {
    background-color: rgba(37, 211, 102, 0.6);
  }
  .sm\:bg-whatsapp-t7 {
    background-color: rgba(37, 211, 102, 0.7);
  }
  .sm\:bg-whatsapp-t8 {
    background-color: rgba(37, 211, 102, 0.8);
  }
  .sm\:bg-whatsapp-t9 {
    background-color: rgba(37, 211, 102, 0.9);
  }
  .sm\:bg-whatsapp-100 {
    background-color: #cef6dd;
  }
  .sm\:bg-whatsapp-200 {
    background-color: #a2efbf;
  }
  .sm\:bg-whatsapp-300 {
    background-color: #77e7a1;
  }
  .sm\:bg-whatsapp-400 {
    background-color: #4be083;
  }
  .sm\:bg-whatsapp-500 {
    background-color: #25D366;
  }
  .sm\:bg-whatsapp-600 {
    background-color: #1da851;
  }
  .sm\:bg-whatsapp-700 {
    background-color: #167c3c;
  }
  .sm\:bg-whatsapp-800 {
    background-color: #0e5127;
  }
  .sm\:bg-whatsapp-900 {
    background-color: #072512;
  }
  .sm\:border-whatsapp {
    border-color: #25D366;
  }
  .sm\:border-whatsapp-t1 {
    border-color: rgba(37, 211, 102, 0.1);
  }
  .sm\:border-whatsapp-t2 {
    border-color: rgba(37, 211, 102, 0.2);
  }
  .sm\:border-whatsapp-t3 {
    border-color: rgba(37, 211, 102, 0.3);
  }
  .sm\:border-whatsapp-t4 {
    border-color: rgba(37, 211, 102, 0.4);
  }
  .sm\:border-whatsapp-t5 {
    border-color: rgba(37, 211, 102, 0.5);
  }
  .sm\:border-whatsapp-t6 {
    border-color: rgba(37, 211, 102, 0.6);
  }
  .sm\:border-whatsapp-t7 {
    border-color: rgba(37, 211, 102, 0.7);
  }
  .sm\:border-whatsapp-t8 {
    border-color: rgba(37, 211, 102, 0.8);
  }
  .sm\:border-whatsapp-t9 {
    border-color: rgba(37, 211, 102, 0.9);
  }
  .sm\:border-whatsapp-100 {
    border-color: #cef6dd;
  }
  .sm\:border-whatsapp-200 {
    border-color: #a2efbf;
  }
  .sm\:border-whatsapp-300 {
    border-color: #77e7a1;
  }
  .sm\:border-whatsapp-400 {
    border-color: #4be083;
  }
  .sm\:border-whatsapp-500 {
    border-color: #25D366;
  }
  .sm\:border-whatsapp-600 {
    border-color: #1da851;
  }
  .sm\:border-whatsapp-700 {
    border-color: #167c3c;
  }
  .sm\:border-whatsapp-800 {
    border-color: #0e5127;
  }
  .sm\:border-whatsapp-900 {
    border-color: #072512;
  }
  .sm\:fill-whatsapp {
    fill: #25D366;
  }
  .sm\:fill-whatsapp-t1 {
    fill: rgba(37, 211, 102, 0.1);
  }
  .sm\:fill-whatsapp-t2 {
    fill: rgba(37, 211, 102, 0.2);
  }
  .sm\:fill-whatsapp-t3 {
    fill: rgba(37, 211, 102, 0.3);
  }
  .sm\:fill-whatsapp-t4 {
    fill: rgba(37, 211, 102, 0.4);
  }
  .sm\:fill-whatsapp-t5 {
    fill: rgba(37, 211, 102, 0.5);
  }
  .sm\:fill-whatsapp-t6 {
    fill: rgba(37, 211, 102, 0.6);
  }
  .sm\:fill-whatsapp-t7 {
    fill: rgba(37, 211, 102, 0.7);
  }
  .sm\:fill-whatsapp-t8 {
    fill: rgba(37, 211, 102, 0.8);
  }
  .sm\:fill-whatsapp-t9 {
    fill: rgba(37, 211, 102, 0.9);
  }
  .sm\:fill-whatsapp-100 {
    fill: #cef6dd;
  }
  .sm\:fill-whatsapp-200 {
    fill: #a2efbf;
  }
  .sm\:fill-whatsapp-300 {
    fill: #77e7a1;
  }
  .sm\:fill-whatsapp-400 {
    fill: #4be083;
  }
  .sm\:fill-whatsapp-500 {
    fill: #25D366;
  }
  .sm\:fill-whatsapp-600 {
    fill: #1da851;
  }
  .sm\:fill-whatsapp-700 {
    fill: #167c3c;
  }
  .sm\:fill-whatsapp-800 {
    fill: #0e5127;
  }
  .sm\:fill-whatsapp-900 {
    fill: #072512;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:color-white {
    color: #ffffff;
  }
  .smo\:color-white-t1 {
    color: rgba(255, 255, 255, 0.1);
  }
  .smo\:color-white-t2 {
    color: rgba(255, 255, 255, 0.2);
  }
  .smo\:color-white-t3 {
    color: rgba(255, 255, 255, 0.3);
  }
  .smo\:color-white-t4 {
    color: rgba(255, 255, 255, 0.4);
  }
  .smo\:color-white-t5 {
    color: rgba(255, 255, 255, 0.5);
  }
  .smo\:color-white-t6 {
    color: rgba(255, 255, 255, 0.6);
  }
  .smo\:color-white-t7 {
    color: rgba(255, 255, 255, 0.7);
  }
  .smo\:color-white-t8 {
    color: rgba(255, 255, 255, 0.8);
  }
  .smo\:color-white-t9 {
    color: rgba(255, 255, 255, 0.9);
  }
  .smo\:color-white-100 {
    color: white;
  }
  .smo\:color-white-200 {
    color: white;
  }
  .smo\:color-white-300 {
    color: white;
  }
  .smo\:color-white-400 {
    color: white;
  }
  .smo\:color-white-500 {
    color: #ffffff;
  }
  .smo\:color-white-600 {
    color: #e6e6e6;
  }
  .smo\:color-white-700 {
    color: #cccccc;
  }
  .smo\:color-white-800 {
    color: #b3b3b3;
  }
  .smo\:color-white-900 {
    color: #999999;
  }
  .smo\:bg-white {
    background-color: #ffffff;
  }
  .smo\:bg-white-t1 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .smo\:bg-white-t2 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .smo\:bg-white-t3 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .smo\:bg-white-t4 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .smo\:bg-white-t5 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .smo\:bg-white-t6 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .smo\:bg-white-t7 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .smo\:bg-white-t8 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .smo\:bg-white-t9 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .smo\:bg-white-100 {
    background-color: white;
  }
  .smo\:bg-white-200 {
    background-color: white;
  }
  .smo\:bg-white-300 {
    background-color: white;
  }
  .smo\:bg-white-400 {
    background-color: white;
  }
  .smo\:bg-white-500 {
    background-color: #ffffff;
  }
  .smo\:bg-white-600 {
    background-color: #e6e6e6;
  }
  .smo\:bg-white-700 {
    background-color: #cccccc;
  }
  .smo\:bg-white-800 {
    background-color: #b3b3b3;
  }
  .smo\:bg-white-900 {
    background-color: #999999;
  }
  .smo\:border-white {
    border-color: #ffffff;
  }
  .smo\:border-white-t1 {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .smo\:border-white-t2 {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .smo\:border-white-t3 {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .smo\:border-white-t4 {
    border-color: rgba(255, 255, 255, 0.4);
  }
  .smo\:border-white-t5 {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .smo\:border-white-t6 {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .smo\:border-white-t7 {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .smo\:border-white-t8 {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .smo\:border-white-t9 {
    border-color: rgba(255, 255, 255, 0.9);
  }
  .smo\:border-white-100 {
    border-color: white;
  }
  .smo\:border-white-200 {
    border-color: white;
  }
  .smo\:border-white-300 {
    border-color: white;
  }
  .smo\:border-white-400 {
    border-color: white;
  }
  .smo\:border-white-500 {
    border-color: #ffffff;
  }
  .smo\:border-white-600 {
    border-color: #e6e6e6;
  }
  .smo\:border-white-700 {
    border-color: #cccccc;
  }
  .smo\:border-white-800 {
    border-color: #b3b3b3;
  }
  .smo\:border-white-900 {
    border-color: #999999;
  }
  .smo\:fill-white {
    fill: #ffffff;
  }
  .smo\:fill-white-t1 {
    fill: rgba(255, 255, 255, 0.1);
  }
  .smo\:fill-white-t2 {
    fill: rgba(255, 255, 255, 0.2);
  }
  .smo\:fill-white-t3 {
    fill: rgba(255, 255, 255, 0.3);
  }
  .smo\:fill-white-t4 {
    fill: rgba(255, 255, 255, 0.4);
  }
  .smo\:fill-white-t5 {
    fill: rgba(255, 255, 255, 0.5);
  }
  .smo\:fill-white-t6 {
    fill: rgba(255, 255, 255, 0.6);
  }
  .smo\:fill-white-t7 {
    fill: rgba(255, 255, 255, 0.7);
  }
  .smo\:fill-white-t8 {
    fill: rgba(255, 255, 255, 0.8);
  }
  .smo\:fill-white-t9 {
    fill: rgba(255, 255, 255, 0.9);
  }
  .smo\:fill-white-100 {
    fill: white;
  }
  .smo\:fill-white-200 {
    fill: white;
  }
  .smo\:fill-white-300 {
    fill: white;
  }
  .smo\:fill-white-400 {
    fill: white;
  }
  .smo\:fill-white-500 {
    fill: #ffffff;
  }
  .smo\:fill-white-600 {
    fill: #e6e6e6;
  }
  .smo\:fill-white-700 {
    fill: #cccccc;
  }
  .smo\:fill-white-800 {
    fill: #b3b3b3;
  }
  .smo\:fill-white-900 {
    fill: #999999;
  }
  .smo\:color-black {
    color: #000000;
  }
  .smo\:color-black-t1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .smo\:color-black-t2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .smo\:color-black-t3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .smo\:color-black-t4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .smo\:color-black-t5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .smo\:color-black-t6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .smo\:color-black-t7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .smo\:color-black-t8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .smo\:color-black-t9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .smo\:color-black-100 {
    color: #666666;
  }
  .smo\:color-black-200 {
    color: #4d4d4d;
  }
  .smo\:color-black-300 {
    color: #333333;
  }
  .smo\:color-black-400 {
    color: #1a1a1a;
  }
  .smo\:color-black-500 {
    color: #000000;
  }
  .smo\:color-black-600 {
    color: black;
  }
  .smo\:color-black-700 {
    color: black;
  }
  .smo\:color-black-800 {
    color: black;
  }
  .smo\:color-black-900 {
    color: black;
  }
  .smo\:bg-black {
    background-color: #000000;
  }
  .smo\:bg-black-t1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .smo\:bg-black-t2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .smo\:bg-black-t3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .smo\:bg-black-t4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .smo\:bg-black-t5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .smo\:bg-black-t6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .smo\:bg-black-t7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .smo\:bg-black-t8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .smo\:bg-black-t9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .smo\:bg-black-100 {
    background-color: #666666;
  }
  .smo\:bg-black-200 {
    background-color: #4d4d4d;
  }
  .smo\:bg-black-300 {
    background-color: #333333;
  }
  .smo\:bg-black-400 {
    background-color: #1a1a1a;
  }
  .smo\:bg-black-500 {
    background-color: #000000;
  }
  .smo\:bg-black-600 {
    background-color: black;
  }
  .smo\:bg-black-700 {
    background-color: black;
  }
  .smo\:bg-black-800 {
    background-color: black;
  }
  .smo\:bg-black-900 {
    background-color: black;
  }
  .smo\:border-black {
    border-color: #000000;
  }
  .smo\:border-black-t1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .smo\:border-black-t2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .smo\:border-black-t3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .smo\:border-black-t4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .smo\:border-black-t5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .smo\:border-black-t6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .smo\:border-black-t7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .smo\:border-black-t8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .smo\:border-black-t9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .smo\:border-black-100 {
    border-color: #666666;
  }
  .smo\:border-black-200 {
    border-color: #4d4d4d;
  }
  .smo\:border-black-300 {
    border-color: #333333;
  }
  .smo\:border-black-400 {
    border-color: #1a1a1a;
  }
  .smo\:border-black-500 {
    border-color: #000000;
  }
  .smo\:border-black-600 {
    border-color: black;
  }
  .smo\:border-black-700 {
    border-color: black;
  }
  .smo\:border-black-800 {
    border-color: black;
  }
  .smo\:border-black-900 {
    border-color: black;
  }
  .smo\:fill-black {
    fill: #000000;
  }
  .smo\:fill-black-t1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .smo\:fill-black-t2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .smo\:fill-black-t3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .smo\:fill-black-t4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .smo\:fill-black-t5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .smo\:fill-black-t6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .smo\:fill-black-t7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .smo\:fill-black-t8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .smo\:fill-black-t9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .smo\:fill-black-100 {
    fill: #666666;
  }
  .smo\:fill-black-200 {
    fill: #4d4d4d;
  }
  .smo\:fill-black-300 {
    fill: #333333;
  }
  .smo\:fill-black-400 {
    fill: #1a1a1a;
  }
  .smo\:fill-black-500 {
    fill: #000000;
  }
  .smo\:fill-black-600 {
    fill: black;
  }
  .smo\:fill-black-700 {
    fill: black;
  }
  .smo\:fill-black-800 {
    fill: black;
  }
  .smo\:fill-black-900 {
    fill: black;
  }
  .smo\:color-pink {
    color: #E91E63;
  }
  .smo\:color-pink-t1 {
    color: rgba(233, 30, 99, 0.1);
  }
  .smo\:color-pink-t2 {
    color: rgba(233, 30, 99, 0.2);
  }
  .smo\:color-pink-t3 {
    color: rgba(233, 30, 99, 0.3);
  }
  .smo\:color-pink-t4 {
    color: rgba(233, 30, 99, 0.4);
  }
  .smo\:color-pink-t5 {
    color: rgba(233, 30, 99, 0.5);
  }
  .smo\:color-pink-t6 {
    color: rgba(233, 30, 99, 0.6);
  }
  .smo\:color-pink-t7 {
    color: rgba(233, 30, 99, 0.7);
  }
  .smo\:color-pink-t8 {
    color: rgba(233, 30, 99, 0.8);
  }
  .smo\:color-pink-t9 {
    color: rgba(233, 30, 99, 0.9);
  }
  .smo\:color-pink-100 {
    color: #fbd8e4;
  }
  .smo\:color-pink-200 {
    color: #f7a9c4;
  }
  .smo\:color-pink-300 {
    color: #f27ba3;
  }
  .smo\:color-pink-400 {
    color: #ee4c83;
  }
  .smo\:color-pink-500 {
    color: #E91E63;
  }
  .smo\:color-pink-600 {
    color: #c1134e;
  }
  .smo\:color-pink-700 {
    color: #930e3b;
  }
  .smo\:color-pink-800 {
    color: #640a29;
  }
  .smo\:color-pink-900 {
    color: #360516;
  }
  .smo\:bg-pink {
    background-color: #E91E63;
  }
  .smo\:bg-pink-t1 {
    background-color: rgba(233, 30, 99, 0.1);
  }
  .smo\:bg-pink-t2 {
    background-color: rgba(233, 30, 99, 0.2);
  }
  .smo\:bg-pink-t3 {
    background-color: rgba(233, 30, 99, 0.3);
  }
  .smo\:bg-pink-t4 {
    background-color: rgba(233, 30, 99, 0.4);
  }
  .smo\:bg-pink-t5 {
    background-color: rgba(233, 30, 99, 0.5);
  }
  .smo\:bg-pink-t6 {
    background-color: rgba(233, 30, 99, 0.6);
  }
  .smo\:bg-pink-t7 {
    background-color: rgba(233, 30, 99, 0.7);
  }
  .smo\:bg-pink-t8 {
    background-color: rgba(233, 30, 99, 0.8);
  }
  .smo\:bg-pink-t9 {
    background-color: rgba(233, 30, 99, 0.9);
  }
  .smo\:bg-pink-100 {
    background-color: #fbd8e4;
  }
  .smo\:bg-pink-200 {
    background-color: #f7a9c4;
  }
  .smo\:bg-pink-300 {
    background-color: #f27ba3;
  }
  .smo\:bg-pink-400 {
    background-color: #ee4c83;
  }
  .smo\:bg-pink-500 {
    background-color: #E91E63;
  }
  .smo\:bg-pink-600 {
    background-color: #c1134e;
  }
  .smo\:bg-pink-700 {
    background-color: #930e3b;
  }
  .smo\:bg-pink-800 {
    background-color: #640a29;
  }
  .smo\:bg-pink-900 {
    background-color: #360516;
  }
  .smo\:border-pink {
    border-color: #E91E63;
  }
  .smo\:border-pink-t1 {
    border-color: rgba(233, 30, 99, 0.1);
  }
  .smo\:border-pink-t2 {
    border-color: rgba(233, 30, 99, 0.2);
  }
  .smo\:border-pink-t3 {
    border-color: rgba(233, 30, 99, 0.3);
  }
  .smo\:border-pink-t4 {
    border-color: rgba(233, 30, 99, 0.4);
  }
  .smo\:border-pink-t5 {
    border-color: rgba(233, 30, 99, 0.5);
  }
  .smo\:border-pink-t6 {
    border-color: rgba(233, 30, 99, 0.6);
  }
  .smo\:border-pink-t7 {
    border-color: rgba(233, 30, 99, 0.7);
  }
  .smo\:border-pink-t8 {
    border-color: rgba(233, 30, 99, 0.8);
  }
  .smo\:border-pink-t9 {
    border-color: rgba(233, 30, 99, 0.9);
  }
  .smo\:border-pink-100 {
    border-color: #fbd8e4;
  }
  .smo\:border-pink-200 {
    border-color: #f7a9c4;
  }
  .smo\:border-pink-300 {
    border-color: #f27ba3;
  }
  .smo\:border-pink-400 {
    border-color: #ee4c83;
  }
  .smo\:border-pink-500 {
    border-color: #E91E63;
  }
  .smo\:border-pink-600 {
    border-color: #c1134e;
  }
  .smo\:border-pink-700 {
    border-color: #930e3b;
  }
  .smo\:border-pink-800 {
    border-color: #640a29;
  }
  .smo\:border-pink-900 {
    border-color: #360516;
  }
  .smo\:fill-pink {
    fill: #E91E63;
  }
  .smo\:fill-pink-t1 {
    fill: rgba(233, 30, 99, 0.1);
  }
  .smo\:fill-pink-t2 {
    fill: rgba(233, 30, 99, 0.2);
  }
  .smo\:fill-pink-t3 {
    fill: rgba(233, 30, 99, 0.3);
  }
  .smo\:fill-pink-t4 {
    fill: rgba(233, 30, 99, 0.4);
  }
  .smo\:fill-pink-t5 {
    fill: rgba(233, 30, 99, 0.5);
  }
  .smo\:fill-pink-t6 {
    fill: rgba(233, 30, 99, 0.6);
  }
  .smo\:fill-pink-t7 {
    fill: rgba(233, 30, 99, 0.7);
  }
  .smo\:fill-pink-t8 {
    fill: rgba(233, 30, 99, 0.8);
  }
  .smo\:fill-pink-t9 {
    fill: rgba(233, 30, 99, 0.9);
  }
  .smo\:fill-pink-100 {
    fill: #fbd8e4;
  }
  .smo\:fill-pink-200 {
    fill: #f7a9c4;
  }
  .smo\:fill-pink-300 {
    fill: #f27ba3;
  }
  .smo\:fill-pink-400 {
    fill: #ee4c83;
  }
  .smo\:fill-pink-500 {
    fill: #E91E63;
  }
  .smo\:fill-pink-600 {
    fill: #c1134e;
  }
  .smo\:fill-pink-700 {
    fill: #930e3b;
  }
  .smo\:fill-pink-800 {
    fill: #640a29;
  }
  .smo\:fill-pink-900 {
    fill: #360516;
  }
  .smo\:color-grey {
    color: #d7d7d7;
  }
  .smo\:color-grey-t1 {
    color: rgba(215, 215, 215, 0.1);
  }
  .smo\:color-grey-t2 {
    color: rgba(215, 215, 215, 0.2);
  }
  .smo\:color-grey-t3 {
    color: rgba(215, 215, 215, 0.3);
  }
  .smo\:color-grey-t4 {
    color: rgba(215, 215, 215, 0.4);
  }
  .smo\:color-grey-t5 {
    color: rgba(215, 215, 215, 0.5);
  }
  .smo\:color-grey-t6 {
    color: rgba(215, 215, 215, 0.6);
  }
  .smo\:color-grey-t7 {
    color: rgba(215, 215, 215, 0.7);
  }
  .smo\:color-grey-t8 {
    color: rgba(215, 215, 215, 0.8);
  }
  .smo\:color-grey-t9 {
    color: rgba(215, 215, 215, 0.9);
  }
  .smo\:color-grey-100 {
    color: white;
  }
  .smo\:color-grey-200 {
    color: white;
  }
  .smo\:color-grey-300 {
    color: white;
  }
  .smo\:color-grey-400 {
    color: #f1f1f1;
  }
  .smo\:color-grey-500 {
    color: #d7d7d7;
  }
  .smo\:color-grey-600 {
    color: #bebebe;
  }
  .smo\:color-grey-700 {
    color: #a4a4a4;
  }
  .smo\:color-grey-800 {
    color: #8b8b8b;
  }
  .smo\:color-grey-900 {
    color: #717171;
  }
  .smo\:bg-grey {
    background-color: #d7d7d7;
  }
  .smo\:bg-grey-t1 {
    background-color: rgba(215, 215, 215, 0.1);
  }
  .smo\:bg-grey-t2 {
    background-color: rgba(215, 215, 215, 0.2);
  }
  .smo\:bg-grey-t3 {
    background-color: rgba(215, 215, 215, 0.3);
  }
  .smo\:bg-grey-t4 {
    background-color: rgba(215, 215, 215, 0.4);
  }
  .smo\:bg-grey-t5 {
    background-color: rgba(215, 215, 215, 0.5);
  }
  .smo\:bg-grey-t6 {
    background-color: rgba(215, 215, 215, 0.6);
  }
  .smo\:bg-grey-t7 {
    background-color: rgba(215, 215, 215, 0.7);
  }
  .smo\:bg-grey-t8 {
    background-color: rgba(215, 215, 215, 0.8);
  }
  .smo\:bg-grey-t9 {
    background-color: rgba(215, 215, 215, 0.9);
  }
  .smo\:bg-grey-100 {
    background-color: white;
  }
  .smo\:bg-grey-200 {
    background-color: white;
  }
  .smo\:bg-grey-300 {
    background-color: white;
  }
  .smo\:bg-grey-400 {
    background-color: #f1f1f1;
  }
  .smo\:bg-grey-500 {
    background-color: #d7d7d7;
  }
  .smo\:bg-grey-600 {
    background-color: #bebebe;
  }
  .smo\:bg-grey-700 {
    background-color: #a4a4a4;
  }
  .smo\:bg-grey-800 {
    background-color: #8b8b8b;
  }
  .smo\:bg-grey-900 {
    background-color: #717171;
  }
  .smo\:border-grey {
    border-color: #d7d7d7;
  }
  .smo\:border-grey-t1 {
    border-color: rgba(215, 215, 215, 0.1);
  }
  .smo\:border-grey-t2 {
    border-color: rgba(215, 215, 215, 0.2);
  }
  .smo\:border-grey-t3 {
    border-color: rgba(215, 215, 215, 0.3);
  }
  .smo\:border-grey-t4 {
    border-color: rgba(215, 215, 215, 0.4);
  }
  .smo\:border-grey-t5 {
    border-color: rgba(215, 215, 215, 0.5);
  }
  .smo\:border-grey-t6 {
    border-color: rgba(215, 215, 215, 0.6);
  }
  .smo\:border-grey-t7 {
    border-color: rgba(215, 215, 215, 0.7);
  }
  .smo\:border-grey-t8 {
    border-color: rgba(215, 215, 215, 0.8);
  }
  .smo\:border-grey-t9 {
    border-color: rgba(215, 215, 215, 0.9);
  }
  .smo\:border-grey-100 {
    border-color: white;
  }
  .smo\:border-grey-200 {
    border-color: white;
  }
  .smo\:border-grey-300 {
    border-color: white;
  }
  .smo\:border-grey-400 {
    border-color: #f1f1f1;
  }
  .smo\:border-grey-500 {
    border-color: #d7d7d7;
  }
  .smo\:border-grey-600 {
    border-color: #bebebe;
  }
  .smo\:border-grey-700 {
    border-color: #a4a4a4;
  }
  .smo\:border-grey-800 {
    border-color: #8b8b8b;
  }
  .smo\:border-grey-900 {
    border-color: #717171;
  }
  .smo\:fill-grey {
    fill: #d7d7d7;
  }
  .smo\:fill-grey-t1 {
    fill: rgba(215, 215, 215, 0.1);
  }
  .smo\:fill-grey-t2 {
    fill: rgba(215, 215, 215, 0.2);
  }
  .smo\:fill-grey-t3 {
    fill: rgba(215, 215, 215, 0.3);
  }
  .smo\:fill-grey-t4 {
    fill: rgba(215, 215, 215, 0.4);
  }
  .smo\:fill-grey-t5 {
    fill: rgba(215, 215, 215, 0.5);
  }
  .smo\:fill-grey-t6 {
    fill: rgba(215, 215, 215, 0.6);
  }
  .smo\:fill-grey-t7 {
    fill: rgba(215, 215, 215, 0.7);
  }
  .smo\:fill-grey-t8 {
    fill: rgba(215, 215, 215, 0.8);
  }
  .smo\:fill-grey-t9 {
    fill: rgba(215, 215, 215, 0.9);
  }
  .smo\:fill-grey-100 {
    fill: white;
  }
  .smo\:fill-grey-200 {
    fill: white;
  }
  .smo\:fill-grey-300 {
    fill: white;
  }
  .smo\:fill-grey-400 {
    fill: #f1f1f1;
  }
  .smo\:fill-grey-500 {
    fill: #d7d7d7;
  }
  .smo\:fill-grey-600 {
    fill: #bebebe;
  }
  .smo\:fill-grey-700 {
    fill: #a4a4a4;
  }
  .smo\:fill-grey-800 {
    fill: #8b8b8b;
  }
  .smo\:fill-grey-900 {
    fill: #717171;
  }
  .smo\:color-gold {
    color: #f5efeb;
  }
  .smo\:color-gold-t1 {
    color: rgba(245, 239, 235, 0.1);
  }
  .smo\:color-gold-t2 {
    color: rgba(245, 239, 235, 0.2);
  }
  .smo\:color-gold-t3 {
    color: rgba(245, 239, 235, 0.3);
  }
  .smo\:color-gold-t4 {
    color: rgba(245, 239, 235, 0.4);
  }
  .smo\:color-gold-t5 {
    color: rgba(245, 239, 235, 0.5);
  }
  .smo\:color-gold-t6 {
    color: rgba(245, 239, 235, 0.6);
  }
  .smo\:color-gold-t7 {
    color: rgba(245, 239, 235, 0.7);
  }
  .smo\:color-gold-t8 {
    color: rgba(245, 239, 235, 0.8);
  }
  .smo\:color-gold-t9 {
    color: rgba(245, 239, 235, 0.9);
  }
  .smo\:color-gold-100 {
    color: white;
  }
  .smo\:color-gold-200 {
    color: white;
  }
  .smo\:color-gold-300 {
    color: white;
  }
  .smo\:color-gold-400 {
    color: white;
  }
  .smo\:color-gold-500 {
    color: #f5efeb;
  }
  .smo\:color-gold-600 {
    color: #e4d4c9;
  }
  .smo\:color-gold-700 {
    color: #d3b9a7;
  }
  .smo\:color-gold-800 {
    color: #c29d85;
  }
  .smo\:color-gold-900 {
    color: #b18263;
  }
  .smo\:bg-gold {
    background-color: #f5efeb;
  }
  .smo\:bg-gold-t1 {
    background-color: rgba(245, 239, 235, 0.1);
  }
  .smo\:bg-gold-t2 {
    background-color: rgba(245, 239, 235, 0.2);
  }
  .smo\:bg-gold-t3 {
    background-color: rgba(245, 239, 235, 0.3);
  }
  .smo\:bg-gold-t4 {
    background-color: rgba(245, 239, 235, 0.4);
  }
  .smo\:bg-gold-t5 {
    background-color: rgba(245, 239, 235, 0.5);
  }
  .smo\:bg-gold-t6 {
    background-color: rgba(245, 239, 235, 0.6);
  }
  .smo\:bg-gold-t7 {
    background-color: rgba(245, 239, 235, 0.7);
  }
  .smo\:bg-gold-t8 {
    background-color: rgba(245, 239, 235, 0.8);
  }
  .smo\:bg-gold-t9 {
    background-color: rgba(245, 239, 235, 0.9);
  }
  .smo\:bg-gold-100 {
    background-color: white;
  }
  .smo\:bg-gold-200 {
    background-color: white;
  }
  .smo\:bg-gold-300 {
    background-color: white;
  }
  .smo\:bg-gold-400 {
    background-color: white;
  }
  .smo\:bg-gold-500 {
    background-color: #f5efeb;
  }
  .smo\:bg-gold-600 {
    background-color: #e4d4c9;
  }
  .smo\:bg-gold-700 {
    background-color: #d3b9a7;
  }
  .smo\:bg-gold-800 {
    background-color: #c29d85;
  }
  .smo\:bg-gold-900 {
    background-color: #b18263;
  }
  .smo\:border-gold {
    border-color: #f5efeb;
  }
  .smo\:border-gold-t1 {
    border-color: rgba(245, 239, 235, 0.1);
  }
  .smo\:border-gold-t2 {
    border-color: rgba(245, 239, 235, 0.2);
  }
  .smo\:border-gold-t3 {
    border-color: rgba(245, 239, 235, 0.3);
  }
  .smo\:border-gold-t4 {
    border-color: rgba(245, 239, 235, 0.4);
  }
  .smo\:border-gold-t5 {
    border-color: rgba(245, 239, 235, 0.5);
  }
  .smo\:border-gold-t6 {
    border-color: rgba(245, 239, 235, 0.6);
  }
  .smo\:border-gold-t7 {
    border-color: rgba(245, 239, 235, 0.7);
  }
  .smo\:border-gold-t8 {
    border-color: rgba(245, 239, 235, 0.8);
  }
  .smo\:border-gold-t9 {
    border-color: rgba(245, 239, 235, 0.9);
  }
  .smo\:border-gold-100 {
    border-color: white;
  }
  .smo\:border-gold-200 {
    border-color: white;
  }
  .smo\:border-gold-300 {
    border-color: white;
  }
  .smo\:border-gold-400 {
    border-color: white;
  }
  .smo\:border-gold-500 {
    border-color: #f5efeb;
  }
  .smo\:border-gold-600 {
    border-color: #e4d4c9;
  }
  .smo\:border-gold-700 {
    border-color: #d3b9a7;
  }
  .smo\:border-gold-800 {
    border-color: #c29d85;
  }
  .smo\:border-gold-900 {
    border-color: #b18263;
  }
  .smo\:fill-gold {
    fill: #f5efeb;
  }
  .smo\:fill-gold-t1 {
    fill: rgba(245, 239, 235, 0.1);
  }
  .smo\:fill-gold-t2 {
    fill: rgba(245, 239, 235, 0.2);
  }
  .smo\:fill-gold-t3 {
    fill: rgba(245, 239, 235, 0.3);
  }
  .smo\:fill-gold-t4 {
    fill: rgba(245, 239, 235, 0.4);
  }
  .smo\:fill-gold-t5 {
    fill: rgba(245, 239, 235, 0.5);
  }
  .smo\:fill-gold-t6 {
    fill: rgba(245, 239, 235, 0.6);
  }
  .smo\:fill-gold-t7 {
    fill: rgba(245, 239, 235, 0.7);
  }
  .smo\:fill-gold-t8 {
    fill: rgba(245, 239, 235, 0.8);
  }
  .smo\:fill-gold-t9 {
    fill: rgba(245, 239, 235, 0.9);
  }
  .smo\:fill-gold-100 {
    fill: white;
  }
  .smo\:fill-gold-200 {
    fill: white;
  }
  .smo\:fill-gold-300 {
    fill: white;
  }
  .smo\:fill-gold-400 {
    fill: white;
  }
  .smo\:fill-gold-500 {
    fill: #f5efeb;
  }
  .smo\:fill-gold-600 {
    fill: #e4d4c9;
  }
  .smo\:fill-gold-700 {
    fill: #d3b9a7;
  }
  .smo\:fill-gold-800 {
    fill: #c29d85;
  }
  .smo\:fill-gold-900 {
    fill: #b18263;
  }
  .smo\:color-dark {
    color: #111;
  }
  .smo\:color-dark-t1 {
    color: rgba(17, 17, 17, 0.1);
  }
  .smo\:color-dark-t2 {
    color: rgba(17, 17, 17, 0.2);
  }
  .smo\:color-dark-t3 {
    color: rgba(17, 17, 17, 0.3);
  }
  .smo\:color-dark-t4 {
    color: rgba(17, 17, 17, 0.4);
  }
  .smo\:color-dark-t5 {
    color: rgba(17, 17, 17, 0.5);
  }
  .smo\:color-dark-t6 {
    color: rgba(17, 17, 17, 0.6);
  }
  .smo\:color-dark-t7 {
    color: rgba(17, 17, 17, 0.7);
  }
  .smo\:color-dark-t8 {
    color: rgba(17, 17, 17, 0.8);
  }
  .smo\:color-dark-t9 {
    color: rgba(17, 17, 17, 0.9);
  }
  .smo\:color-dark-100 {
    color: #777777;
  }
  .smo\:color-dark-200 {
    color: #5e5e5e;
  }
  .smo\:color-dark-300 {
    color: #444444;
  }
  .smo\:color-dark-400 {
    color: #2b2b2b;
  }
  .smo\:color-dark-500 {
    color: #111;
  }
  .smo\:color-dark-600 {
    color: black;
  }
  .smo\:color-dark-700 {
    color: black;
  }
  .smo\:color-dark-800 {
    color: black;
  }
  .smo\:color-dark-900 {
    color: black;
  }
  .smo\:bg-dark {
    background-color: #111;
  }
  .smo\:bg-dark-t1 {
    background-color: rgba(17, 17, 17, 0.1);
  }
  .smo\:bg-dark-t2 {
    background-color: rgba(17, 17, 17, 0.2);
  }
  .smo\:bg-dark-t3 {
    background-color: rgba(17, 17, 17, 0.3);
  }
  .smo\:bg-dark-t4 {
    background-color: rgba(17, 17, 17, 0.4);
  }
  .smo\:bg-dark-t5 {
    background-color: rgba(17, 17, 17, 0.5);
  }
  .smo\:bg-dark-t6 {
    background-color: rgba(17, 17, 17, 0.6);
  }
  .smo\:bg-dark-t7 {
    background-color: rgba(17, 17, 17, 0.7);
  }
  .smo\:bg-dark-t8 {
    background-color: rgba(17, 17, 17, 0.8);
  }
  .smo\:bg-dark-t9 {
    background-color: rgba(17, 17, 17, 0.9);
  }
  .smo\:bg-dark-100 {
    background-color: #777777;
  }
  .smo\:bg-dark-200 {
    background-color: #5e5e5e;
  }
  .smo\:bg-dark-300 {
    background-color: #444444;
  }
  .smo\:bg-dark-400 {
    background-color: #2b2b2b;
  }
  .smo\:bg-dark-500 {
    background-color: #111;
  }
  .smo\:bg-dark-600 {
    background-color: black;
  }
  .smo\:bg-dark-700 {
    background-color: black;
  }
  .smo\:bg-dark-800 {
    background-color: black;
  }
  .smo\:bg-dark-900 {
    background-color: black;
  }
  .smo\:border-dark {
    border-color: #111;
  }
  .smo\:border-dark-t1 {
    border-color: rgba(17, 17, 17, 0.1);
  }
  .smo\:border-dark-t2 {
    border-color: rgba(17, 17, 17, 0.2);
  }
  .smo\:border-dark-t3 {
    border-color: rgba(17, 17, 17, 0.3);
  }
  .smo\:border-dark-t4 {
    border-color: rgba(17, 17, 17, 0.4);
  }
  .smo\:border-dark-t5 {
    border-color: rgba(17, 17, 17, 0.5);
  }
  .smo\:border-dark-t6 {
    border-color: rgba(17, 17, 17, 0.6);
  }
  .smo\:border-dark-t7 {
    border-color: rgba(17, 17, 17, 0.7);
  }
  .smo\:border-dark-t8 {
    border-color: rgba(17, 17, 17, 0.8);
  }
  .smo\:border-dark-t9 {
    border-color: rgba(17, 17, 17, 0.9);
  }
  .smo\:border-dark-100 {
    border-color: #777777;
  }
  .smo\:border-dark-200 {
    border-color: #5e5e5e;
  }
  .smo\:border-dark-300 {
    border-color: #444444;
  }
  .smo\:border-dark-400 {
    border-color: #2b2b2b;
  }
  .smo\:border-dark-500 {
    border-color: #111;
  }
  .smo\:border-dark-600 {
    border-color: black;
  }
  .smo\:border-dark-700 {
    border-color: black;
  }
  .smo\:border-dark-800 {
    border-color: black;
  }
  .smo\:border-dark-900 {
    border-color: black;
  }
  .smo\:fill-dark {
    fill: #111;
  }
  .smo\:fill-dark-t1 {
    fill: rgba(17, 17, 17, 0.1);
  }
  .smo\:fill-dark-t2 {
    fill: rgba(17, 17, 17, 0.2);
  }
  .smo\:fill-dark-t3 {
    fill: rgba(17, 17, 17, 0.3);
  }
  .smo\:fill-dark-t4 {
    fill: rgba(17, 17, 17, 0.4);
  }
  .smo\:fill-dark-t5 {
    fill: rgba(17, 17, 17, 0.5);
  }
  .smo\:fill-dark-t6 {
    fill: rgba(17, 17, 17, 0.6);
  }
  .smo\:fill-dark-t7 {
    fill: rgba(17, 17, 17, 0.7);
  }
  .smo\:fill-dark-t8 {
    fill: rgba(17, 17, 17, 0.8);
  }
  .smo\:fill-dark-t9 {
    fill: rgba(17, 17, 17, 0.9);
  }
  .smo\:fill-dark-100 {
    fill: #777777;
  }
  .smo\:fill-dark-200 {
    fill: #5e5e5e;
  }
  .smo\:fill-dark-300 {
    fill: #444444;
  }
  .smo\:fill-dark-400 {
    fill: #2b2b2b;
  }
  .smo\:fill-dark-500 {
    fill: #111;
  }
  .smo\:fill-dark-600 {
    fill: black;
  }
  .smo\:fill-dark-700 {
    fill: black;
  }
  .smo\:fill-dark-800 {
    fill: black;
  }
  .smo\:fill-dark-900 {
    fill: black;
  }
  .smo\:color-green {
    color: #22c55e;
  }
  .smo\:color-green-t1 {
    color: rgba(34, 197, 94, 0.1);
  }
  .smo\:color-green-t2 {
    color: rgba(34, 197, 94, 0.2);
  }
  .smo\:color-green-t3 {
    color: rgba(34, 197, 94, 0.3);
  }
  .smo\:color-green-t4 {
    color: rgba(34, 197, 94, 0.4);
  }
  .smo\:color-green-t5 {
    color: rgba(34, 197, 94, 0.5);
  }
  .smo\:color-green-t6 {
    color: rgba(34, 197, 94, 0.6);
  }
  .smo\:color-green-t7 {
    color: rgba(34, 197, 94, 0.7);
  }
  .smo\:color-green-t8 {
    color: rgba(34, 197, 94, 0.8);
  }
  .smo\:color-green-t9 {
    color: rgba(34, 197, 94, 0.9);
  }
  .smo\:color-green-100 {
    color: #bff4d3;
  }
  .smo\:color-green-200 {
    color: #94ecb4;
  }
  .smo\:color-green-300 {
    color: #68e596;
  }
  .smo\:color-green-400 {
    color: #3ddd78;
  }
  .smo\:color-green-500 {
    color: #22c55e;
  }
  .smo\:color-green-600 {
    color: #1a9a49;
  }
  .smo\:color-green-700 {
    color: #136e34;
  }
  .smo\:color-green-800 {
    color: #0b4320;
  }
  .smo\:color-green-900 {
    color: #04170b;
  }
  .smo\:bg-green {
    background-color: #22c55e;
  }
  .smo\:bg-green-t1 {
    background-color: rgba(34, 197, 94, 0.1);
  }
  .smo\:bg-green-t2 {
    background-color: rgba(34, 197, 94, 0.2);
  }
  .smo\:bg-green-t3 {
    background-color: rgba(34, 197, 94, 0.3);
  }
  .smo\:bg-green-t4 {
    background-color: rgba(34, 197, 94, 0.4);
  }
  .smo\:bg-green-t5 {
    background-color: rgba(34, 197, 94, 0.5);
  }
  .smo\:bg-green-t6 {
    background-color: rgba(34, 197, 94, 0.6);
  }
  .smo\:bg-green-t7 {
    background-color: rgba(34, 197, 94, 0.7);
  }
  .smo\:bg-green-t8 {
    background-color: rgba(34, 197, 94, 0.8);
  }
  .smo\:bg-green-t9 {
    background-color: rgba(34, 197, 94, 0.9);
  }
  .smo\:bg-green-100 {
    background-color: #bff4d3;
  }
  .smo\:bg-green-200 {
    background-color: #94ecb4;
  }
  .smo\:bg-green-300 {
    background-color: #68e596;
  }
  .smo\:bg-green-400 {
    background-color: #3ddd78;
  }
  .smo\:bg-green-500 {
    background-color: #22c55e;
  }
  .smo\:bg-green-600 {
    background-color: #1a9a49;
  }
  .smo\:bg-green-700 {
    background-color: #136e34;
  }
  .smo\:bg-green-800 {
    background-color: #0b4320;
  }
  .smo\:bg-green-900 {
    background-color: #04170b;
  }
  .smo\:border-green {
    border-color: #22c55e;
  }
  .smo\:border-green-t1 {
    border-color: rgba(34, 197, 94, 0.1);
  }
  .smo\:border-green-t2 {
    border-color: rgba(34, 197, 94, 0.2);
  }
  .smo\:border-green-t3 {
    border-color: rgba(34, 197, 94, 0.3);
  }
  .smo\:border-green-t4 {
    border-color: rgba(34, 197, 94, 0.4);
  }
  .smo\:border-green-t5 {
    border-color: rgba(34, 197, 94, 0.5);
  }
  .smo\:border-green-t6 {
    border-color: rgba(34, 197, 94, 0.6);
  }
  .smo\:border-green-t7 {
    border-color: rgba(34, 197, 94, 0.7);
  }
  .smo\:border-green-t8 {
    border-color: rgba(34, 197, 94, 0.8);
  }
  .smo\:border-green-t9 {
    border-color: rgba(34, 197, 94, 0.9);
  }
  .smo\:border-green-100 {
    border-color: #bff4d3;
  }
  .smo\:border-green-200 {
    border-color: #94ecb4;
  }
  .smo\:border-green-300 {
    border-color: #68e596;
  }
  .smo\:border-green-400 {
    border-color: #3ddd78;
  }
  .smo\:border-green-500 {
    border-color: #22c55e;
  }
  .smo\:border-green-600 {
    border-color: #1a9a49;
  }
  .smo\:border-green-700 {
    border-color: #136e34;
  }
  .smo\:border-green-800 {
    border-color: #0b4320;
  }
  .smo\:border-green-900 {
    border-color: #04170b;
  }
  .smo\:fill-green {
    fill: #22c55e;
  }
  .smo\:fill-green-t1 {
    fill: rgba(34, 197, 94, 0.1);
  }
  .smo\:fill-green-t2 {
    fill: rgba(34, 197, 94, 0.2);
  }
  .smo\:fill-green-t3 {
    fill: rgba(34, 197, 94, 0.3);
  }
  .smo\:fill-green-t4 {
    fill: rgba(34, 197, 94, 0.4);
  }
  .smo\:fill-green-t5 {
    fill: rgba(34, 197, 94, 0.5);
  }
  .smo\:fill-green-t6 {
    fill: rgba(34, 197, 94, 0.6);
  }
  .smo\:fill-green-t7 {
    fill: rgba(34, 197, 94, 0.7);
  }
  .smo\:fill-green-t8 {
    fill: rgba(34, 197, 94, 0.8);
  }
  .smo\:fill-green-t9 {
    fill: rgba(34, 197, 94, 0.9);
  }
  .smo\:fill-green-100 {
    fill: #bff4d3;
  }
  .smo\:fill-green-200 {
    fill: #94ecb4;
  }
  .smo\:fill-green-300 {
    fill: #68e596;
  }
  .smo\:fill-green-400 {
    fill: #3ddd78;
  }
  .smo\:fill-green-500 {
    fill: #22c55e;
  }
  .smo\:fill-green-600 {
    fill: #1a9a49;
  }
  .smo\:fill-green-700 {
    fill: #136e34;
  }
  .smo\:fill-green-800 {
    fill: #0b4320;
  }
  .smo\:fill-green-900 {
    fill: #04170b;
  }
  .smo\:color-orange {
    color: #F84C00;
  }
  .smo\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .smo\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .smo\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .smo\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .smo\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .smo\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .smo\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .smo\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .smo\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .smo\:color-orange-100 {
    color: #ffd7c5;
  }
  .smo\:color-orange-200 {
    color: #ffb392;
  }
  .smo\:color-orange-300 {
    color: #ff905f;
  }
  .smo\:color-orange-400 {
    color: #ff6d2c;
  }
  .smo\:color-orange-500 {
    color: #F84C00;
  }
  .smo\:color-orange-600 {
    color: #c53c00;
  }
  .smo\:color-orange-700 {
    color: #922d00;
  }
  .smo\:color-orange-800 {
    color: #5f1d00;
  }
  .smo\:color-orange-900 {
    color: #2c0d00;
  }
  .smo\:bg-orange {
    background-color: #F84C00;
  }
  .smo\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .smo\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .smo\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .smo\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .smo\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .smo\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .smo\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .smo\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .smo\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .smo\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .smo\:bg-orange-200 {
    background-color: #ffb392;
  }
  .smo\:bg-orange-300 {
    background-color: #ff905f;
  }
  .smo\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .smo\:bg-orange-500 {
    background-color: #F84C00;
  }
  .smo\:bg-orange-600 {
    background-color: #c53c00;
  }
  .smo\:bg-orange-700 {
    background-color: #922d00;
  }
  .smo\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .smo\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .smo\:border-orange {
    border-color: #F84C00;
  }
  .smo\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .smo\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .smo\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .smo\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .smo\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .smo\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .smo\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .smo\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .smo\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .smo\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .smo\:border-orange-200 {
    border-color: #ffb392;
  }
  .smo\:border-orange-300 {
    border-color: #ff905f;
  }
  .smo\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .smo\:border-orange-500 {
    border-color: #F84C00;
  }
  .smo\:border-orange-600 {
    border-color: #c53c00;
  }
  .smo\:border-orange-700 {
    border-color: #922d00;
  }
  .smo\:border-orange-800 {
    border-color: #5f1d00;
  }
  .smo\:border-orange-900 {
    border-color: #2c0d00;
  }
  .smo\:fill-orange {
    fill: #F84C00;
  }
  .smo\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .smo\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .smo\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .smo\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .smo\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .smo\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .smo\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .smo\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .smo\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .smo\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .smo\:fill-orange-200 {
    fill: #ffb392;
  }
  .smo\:fill-orange-300 {
    fill: #ff905f;
  }
  .smo\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .smo\:fill-orange-500 {
    fill: #F84C00;
  }
  .smo\:fill-orange-600 {
    fill: #c53c00;
  }
  .smo\:fill-orange-700 {
    fill: #922d00;
  }
  .smo\:fill-orange-800 {
    fill: #5f1d00;
  }
  .smo\:fill-orange-900 {
    fill: #2c0d00;
  }
  .smo\:color-navy {
    color: #172331;
  }
  .smo\:color-navy-t1 {
    color: rgba(23, 35, 49, 0.1);
  }
  .smo\:color-navy-t2 {
    color: rgba(23, 35, 49, 0.2);
  }
  .smo\:color-navy-t3 {
    color: rgba(23, 35, 49, 0.3);
  }
  .smo\:color-navy-t4 {
    color: rgba(23, 35, 49, 0.4);
  }
  .smo\:color-navy-t5 {
    color: rgba(23, 35, 49, 0.5);
  }
  .smo\:color-navy-t6 {
    color: rgba(23, 35, 49, 0.6);
  }
  .smo\:color-navy-t7 {
    color: rgba(23, 35, 49, 0.7);
  }
  .smo\:color-navy-t8 {
    color: rgba(23, 35, 49, 0.8);
  }
  .smo\:color-navy-t9 {
    color: rgba(23, 35, 49, 0.9);
  }
  .smo\:color-navy-100 {
    color: #6087b4;
  }
  .smo\:color-navy-200 {
    color: #486d99;
  }
  .smo\:color-navy-300 {
    color: #385576;
  }
  .smo\:color-navy-400 {
    color: #273c54;
  }
  .smo\:color-navy-500 {
    color: #172331;
  }
  .smo\:color-navy-600 {
    color: #070a0e;
  }
  .smo\:color-navy-700 {
    color: black;
  }
  .smo\:color-navy-800 {
    color: black;
  }
  .smo\:color-navy-900 {
    color: black;
  }
  .smo\:bg-navy {
    background-color: #172331;
  }
  .smo\:bg-navy-t1 {
    background-color: rgba(23, 35, 49, 0.1);
  }
  .smo\:bg-navy-t2 {
    background-color: rgba(23, 35, 49, 0.2);
  }
  .smo\:bg-navy-t3 {
    background-color: rgba(23, 35, 49, 0.3);
  }
  .smo\:bg-navy-t4 {
    background-color: rgba(23, 35, 49, 0.4);
  }
  .smo\:bg-navy-t5 {
    background-color: rgba(23, 35, 49, 0.5);
  }
  .smo\:bg-navy-t6 {
    background-color: rgba(23, 35, 49, 0.6);
  }
  .smo\:bg-navy-t7 {
    background-color: rgba(23, 35, 49, 0.7);
  }
  .smo\:bg-navy-t8 {
    background-color: rgba(23, 35, 49, 0.8);
  }
  .smo\:bg-navy-t9 {
    background-color: rgba(23, 35, 49, 0.9);
  }
  .smo\:bg-navy-100 {
    background-color: #6087b4;
  }
  .smo\:bg-navy-200 {
    background-color: #486d99;
  }
  .smo\:bg-navy-300 {
    background-color: #385576;
  }
  .smo\:bg-navy-400 {
    background-color: #273c54;
  }
  .smo\:bg-navy-500 {
    background-color: #172331;
  }
  .smo\:bg-navy-600 {
    background-color: #070a0e;
  }
  .smo\:bg-navy-700 {
    background-color: black;
  }
  .smo\:bg-navy-800 {
    background-color: black;
  }
  .smo\:bg-navy-900 {
    background-color: black;
  }
  .smo\:border-navy {
    border-color: #172331;
  }
  .smo\:border-navy-t1 {
    border-color: rgba(23, 35, 49, 0.1);
  }
  .smo\:border-navy-t2 {
    border-color: rgba(23, 35, 49, 0.2);
  }
  .smo\:border-navy-t3 {
    border-color: rgba(23, 35, 49, 0.3);
  }
  .smo\:border-navy-t4 {
    border-color: rgba(23, 35, 49, 0.4);
  }
  .smo\:border-navy-t5 {
    border-color: rgba(23, 35, 49, 0.5);
  }
  .smo\:border-navy-t6 {
    border-color: rgba(23, 35, 49, 0.6);
  }
  .smo\:border-navy-t7 {
    border-color: rgba(23, 35, 49, 0.7);
  }
  .smo\:border-navy-t8 {
    border-color: rgba(23, 35, 49, 0.8);
  }
  .smo\:border-navy-t9 {
    border-color: rgba(23, 35, 49, 0.9);
  }
  .smo\:border-navy-100 {
    border-color: #6087b4;
  }
  .smo\:border-navy-200 {
    border-color: #486d99;
  }
  .smo\:border-navy-300 {
    border-color: #385576;
  }
  .smo\:border-navy-400 {
    border-color: #273c54;
  }
  .smo\:border-navy-500 {
    border-color: #172331;
  }
  .smo\:border-navy-600 {
    border-color: #070a0e;
  }
  .smo\:border-navy-700 {
    border-color: black;
  }
  .smo\:border-navy-800 {
    border-color: black;
  }
  .smo\:border-navy-900 {
    border-color: black;
  }
  .smo\:fill-navy {
    fill: #172331;
  }
  .smo\:fill-navy-t1 {
    fill: rgba(23, 35, 49, 0.1);
  }
  .smo\:fill-navy-t2 {
    fill: rgba(23, 35, 49, 0.2);
  }
  .smo\:fill-navy-t3 {
    fill: rgba(23, 35, 49, 0.3);
  }
  .smo\:fill-navy-t4 {
    fill: rgba(23, 35, 49, 0.4);
  }
  .smo\:fill-navy-t5 {
    fill: rgba(23, 35, 49, 0.5);
  }
  .smo\:fill-navy-t6 {
    fill: rgba(23, 35, 49, 0.6);
  }
  .smo\:fill-navy-t7 {
    fill: rgba(23, 35, 49, 0.7);
  }
  .smo\:fill-navy-t8 {
    fill: rgba(23, 35, 49, 0.8);
  }
  .smo\:fill-navy-t9 {
    fill: rgba(23, 35, 49, 0.9);
  }
  .smo\:fill-navy-100 {
    fill: #6087b4;
  }
  .smo\:fill-navy-200 {
    fill: #486d99;
  }
  .smo\:fill-navy-300 {
    fill: #385576;
  }
  .smo\:fill-navy-400 {
    fill: #273c54;
  }
  .smo\:fill-navy-500 {
    fill: #172331;
  }
  .smo\:fill-navy-600 {
    fill: #070a0e;
  }
  .smo\:fill-navy-700 {
    fill: black;
  }
  .smo\:fill-navy-800 {
    fill: black;
  }
  .smo\:fill-navy-900 {
    fill: black;
  }
  .smo\:color-denim {
    color: #26376f;
  }
  .smo\:color-denim-t1 {
    color: rgba(38, 55, 111, 0.1);
  }
  .smo\:color-denim-t2 {
    color: rgba(38, 55, 111, 0.2);
  }
  .smo\:color-denim-t3 {
    color: rgba(38, 55, 111, 0.3);
  }
  .smo\:color-denim-t4 {
    color: rgba(38, 55, 111, 0.4);
  }
  .smo\:color-denim-t5 {
    color: rgba(38, 55, 111, 0.5);
  }
  .smo\:color-denim-t6 {
    color: rgba(38, 55, 111, 0.6);
  }
  .smo\:color-denim-t7 {
    color: rgba(38, 55, 111, 0.7);
  }
  .smo\:color-denim-t8 {
    color: rgba(38, 55, 111, 0.8);
  }
  .smo\:color-denim-t9 {
    color: rgba(38, 55, 111, 0.9);
  }
  .smo\:color-denim-100 {
    color: #8a9cd7;
  }
  .smo\:color-denim-200 {
    color: #647cca;
  }
  .smo\:color-denim-300 {
    color: #405dbb;
  }
  .smo\:color-denim-400 {
    color: #334a95;
  }
  .smo\:color-denim-500 {
    color: #26376f;
  }
  .smo\:color-denim-600 {
    color: #192449;
  }
  .smo\:color-denim-700 {
    color: #0c1123;
  }
  .smo\:color-denim-800 {
    color: black;
  }
  .smo\:color-denim-900 {
    color: black;
  }
  .smo\:bg-denim {
    background-color: #26376f;
  }
  .smo\:bg-denim-t1 {
    background-color: rgba(38, 55, 111, 0.1);
  }
  .smo\:bg-denim-t2 {
    background-color: rgba(38, 55, 111, 0.2);
  }
  .smo\:bg-denim-t3 {
    background-color: rgba(38, 55, 111, 0.3);
  }
  .smo\:bg-denim-t4 {
    background-color: rgba(38, 55, 111, 0.4);
  }
  .smo\:bg-denim-t5 {
    background-color: rgba(38, 55, 111, 0.5);
  }
  .smo\:bg-denim-t6 {
    background-color: rgba(38, 55, 111, 0.6);
  }
  .smo\:bg-denim-t7 {
    background-color: rgba(38, 55, 111, 0.7);
  }
  .smo\:bg-denim-t8 {
    background-color: rgba(38, 55, 111, 0.8);
  }
  .smo\:bg-denim-t9 {
    background-color: rgba(38, 55, 111, 0.9);
  }
  .smo\:bg-denim-100 {
    background-color: #8a9cd7;
  }
  .smo\:bg-denim-200 {
    background-color: #647cca;
  }
  .smo\:bg-denim-300 {
    background-color: #405dbb;
  }
  .smo\:bg-denim-400 {
    background-color: #334a95;
  }
  .smo\:bg-denim-500 {
    background-color: #26376f;
  }
  .smo\:bg-denim-600 {
    background-color: #192449;
  }
  .smo\:bg-denim-700 {
    background-color: #0c1123;
  }
  .smo\:bg-denim-800 {
    background-color: black;
  }
  .smo\:bg-denim-900 {
    background-color: black;
  }
  .smo\:border-denim {
    border-color: #26376f;
  }
  .smo\:border-denim-t1 {
    border-color: rgba(38, 55, 111, 0.1);
  }
  .smo\:border-denim-t2 {
    border-color: rgba(38, 55, 111, 0.2);
  }
  .smo\:border-denim-t3 {
    border-color: rgba(38, 55, 111, 0.3);
  }
  .smo\:border-denim-t4 {
    border-color: rgba(38, 55, 111, 0.4);
  }
  .smo\:border-denim-t5 {
    border-color: rgba(38, 55, 111, 0.5);
  }
  .smo\:border-denim-t6 {
    border-color: rgba(38, 55, 111, 0.6);
  }
  .smo\:border-denim-t7 {
    border-color: rgba(38, 55, 111, 0.7);
  }
  .smo\:border-denim-t8 {
    border-color: rgba(38, 55, 111, 0.8);
  }
  .smo\:border-denim-t9 {
    border-color: rgba(38, 55, 111, 0.9);
  }
  .smo\:border-denim-100 {
    border-color: #8a9cd7;
  }
  .smo\:border-denim-200 {
    border-color: #647cca;
  }
  .smo\:border-denim-300 {
    border-color: #405dbb;
  }
  .smo\:border-denim-400 {
    border-color: #334a95;
  }
  .smo\:border-denim-500 {
    border-color: #26376f;
  }
  .smo\:border-denim-600 {
    border-color: #192449;
  }
  .smo\:border-denim-700 {
    border-color: #0c1123;
  }
  .smo\:border-denim-800 {
    border-color: black;
  }
  .smo\:border-denim-900 {
    border-color: black;
  }
  .smo\:fill-denim {
    fill: #26376f;
  }
  .smo\:fill-denim-t1 {
    fill: rgba(38, 55, 111, 0.1);
  }
  .smo\:fill-denim-t2 {
    fill: rgba(38, 55, 111, 0.2);
  }
  .smo\:fill-denim-t3 {
    fill: rgba(38, 55, 111, 0.3);
  }
  .smo\:fill-denim-t4 {
    fill: rgba(38, 55, 111, 0.4);
  }
  .smo\:fill-denim-t5 {
    fill: rgba(38, 55, 111, 0.5);
  }
  .smo\:fill-denim-t6 {
    fill: rgba(38, 55, 111, 0.6);
  }
  .smo\:fill-denim-t7 {
    fill: rgba(38, 55, 111, 0.7);
  }
  .smo\:fill-denim-t8 {
    fill: rgba(38, 55, 111, 0.8);
  }
  .smo\:fill-denim-t9 {
    fill: rgba(38, 55, 111, 0.9);
  }
  .smo\:fill-denim-100 {
    fill: #8a9cd7;
  }
  .smo\:fill-denim-200 {
    fill: #647cca;
  }
  .smo\:fill-denim-300 {
    fill: #405dbb;
  }
  .smo\:fill-denim-400 {
    fill: #334a95;
  }
  .smo\:fill-denim-500 {
    fill: #26376f;
  }
  .smo\:fill-denim-600 {
    fill: #192449;
  }
  .smo\:fill-denim-700 {
    fill: #0c1123;
  }
  .smo\:fill-denim-800 {
    fill: black;
  }
  .smo\:fill-denim-900 {
    fill: black;
  }
  .smo\:color-slate {
    color: #122832;
  }
  .smo\:color-slate-t1 {
    color: rgba(18, 40, 50, 0.1);
  }
  .smo\:color-slate-t2 {
    color: rgba(18, 40, 50, 0.2);
  }
  .smo\:color-slate-t3 {
    color: rgba(18, 40, 50, 0.3);
  }
  .smo\:color-slate-t4 {
    color: rgba(18, 40, 50, 0.4);
  }
  .smo\:color-slate-t5 {
    color: rgba(18, 40, 50, 0.5);
  }
  .smo\:color-slate-t6 {
    color: rgba(18, 40, 50, 0.6);
  }
  .smo\:color-slate-t7 {
    color: rgba(18, 40, 50, 0.7);
  }
  .smo\:color-slate-t8 {
    color: rgba(18, 40, 50, 0.8);
  }
  .smo\:color-slate-t9 {
    color: rgba(18, 40, 50, 0.9);
  }
  .smo\:color-slate-100 {
    color: #509dc0;
  }
  .smo\:color-slate-200 {
    color: #3b82a3;
  }
  .smo\:color-slate-300 {
    color: #2d647d;
  }
  .smo\:color-slate-400 {
    color: #204658;
  }
  .smo\:color-slate-500 {
    color: #122832;
  }
  .smo\:color-slate-600 {
    color: #050a0d;
  }
  .smo\:color-slate-700 {
    color: black;
  }
  .smo\:color-slate-800 {
    color: black;
  }
  .smo\:color-slate-900 {
    color: black;
  }
  .smo\:bg-slate {
    background-color: #122832;
  }
  .smo\:bg-slate-t1 {
    background-color: rgba(18, 40, 50, 0.1);
  }
  .smo\:bg-slate-t2 {
    background-color: rgba(18, 40, 50, 0.2);
  }
  .smo\:bg-slate-t3 {
    background-color: rgba(18, 40, 50, 0.3);
  }
  .smo\:bg-slate-t4 {
    background-color: rgba(18, 40, 50, 0.4);
  }
  .smo\:bg-slate-t5 {
    background-color: rgba(18, 40, 50, 0.5);
  }
  .smo\:bg-slate-t6 {
    background-color: rgba(18, 40, 50, 0.6);
  }
  .smo\:bg-slate-t7 {
    background-color: rgba(18, 40, 50, 0.7);
  }
  .smo\:bg-slate-t8 {
    background-color: rgba(18, 40, 50, 0.8);
  }
  .smo\:bg-slate-t9 {
    background-color: rgba(18, 40, 50, 0.9);
  }
  .smo\:bg-slate-100 {
    background-color: #509dc0;
  }
  .smo\:bg-slate-200 {
    background-color: #3b82a3;
  }
  .smo\:bg-slate-300 {
    background-color: #2d647d;
  }
  .smo\:bg-slate-400 {
    background-color: #204658;
  }
  .smo\:bg-slate-500 {
    background-color: #122832;
  }
  .smo\:bg-slate-600 {
    background-color: #050a0d;
  }
  .smo\:bg-slate-700 {
    background-color: black;
  }
  .smo\:bg-slate-800 {
    background-color: black;
  }
  .smo\:bg-slate-900 {
    background-color: black;
  }
  .smo\:border-slate {
    border-color: #122832;
  }
  .smo\:border-slate-t1 {
    border-color: rgba(18, 40, 50, 0.1);
  }
  .smo\:border-slate-t2 {
    border-color: rgba(18, 40, 50, 0.2);
  }
  .smo\:border-slate-t3 {
    border-color: rgba(18, 40, 50, 0.3);
  }
  .smo\:border-slate-t4 {
    border-color: rgba(18, 40, 50, 0.4);
  }
  .smo\:border-slate-t5 {
    border-color: rgba(18, 40, 50, 0.5);
  }
  .smo\:border-slate-t6 {
    border-color: rgba(18, 40, 50, 0.6);
  }
  .smo\:border-slate-t7 {
    border-color: rgba(18, 40, 50, 0.7);
  }
  .smo\:border-slate-t8 {
    border-color: rgba(18, 40, 50, 0.8);
  }
  .smo\:border-slate-t9 {
    border-color: rgba(18, 40, 50, 0.9);
  }
  .smo\:border-slate-100 {
    border-color: #509dc0;
  }
  .smo\:border-slate-200 {
    border-color: #3b82a3;
  }
  .smo\:border-slate-300 {
    border-color: #2d647d;
  }
  .smo\:border-slate-400 {
    border-color: #204658;
  }
  .smo\:border-slate-500 {
    border-color: #122832;
  }
  .smo\:border-slate-600 {
    border-color: #050a0d;
  }
  .smo\:border-slate-700 {
    border-color: black;
  }
  .smo\:border-slate-800 {
    border-color: black;
  }
  .smo\:border-slate-900 {
    border-color: black;
  }
  .smo\:fill-slate {
    fill: #122832;
  }
  .smo\:fill-slate-t1 {
    fill: rgba(18, 40, 50, 0.1);
  }
  .smo\:fill-slate-t2 {
    fill: rgba(18, 40, 50, 0.2);
  }
  .smo\:fill-slate-t3 {
    fill: rgba(18, 40, 50, 0.3);
  }
  .smo\:fill-slate-t4 {
    fill: rgba(18, 40, 50, 0.4);
  }
  .smo\:fill-slate-t5 {
    fill: rgba(18, 40, 50, 0.5);
  }
  .smo\:fill-slate-t6 {
    fill: rgba(18, 40, 50, 0.6);
  }
  .smo\:fill-slate-t7 {
    fill: rgba(18, 40, 50, 0.7);
  }
  .smo\:fill-slate-t8 {
    fill: rgba(18, 40, 50, 0.8);
  }
  .smo\:fill-slate-t9 {
    fill: rgba(18, 40, 50, 0.9);
  }
  .smo\:fill-slate-100 {
    fill: #509dc0;
  }
  .smo\:fill-slate-200 {
    fill: #3b82a3;
  }
  .smo\:fill-slate-300 {
    fill: #2d647d;
  }
  .smo\:fill-slate-400 {
    fill: #204658;
  }
  .smo\:fill-slate-500 {
    fill: #122832;
  }
  .smo\:fill-slate-600 {
    fill: #050a0d;
  }
  .smo\:fill-slate-700 {
    fill: black;
  }
  .smo\:fill-slate-800 {
    fill: black;
  }
  .smo\:fill-slate-900 {
    fill: black;
  }
  .smo\:color-blue {
    color: #096ffa;
  }
  .smo\:color-blue-t1 {
    color: rgba(9, 111, 250, 0.1);
  }
  .smo\:color-blue-t2 {
    color: rgba(9, 111, 250, 0.2);
  }
  .smo\:color-blue-t3 {
    color: rgba(9, 111, 250, 0.3);
  }
  .smo\:color-blue-t4 {
    color: rgba(9, 111, 250, 0.4);
  }
  .smo\:color-blue-t5 {
    color: rgba(9, 111, 250, 0.5);
  }
  .smo\:color-blue-t6 {
    color: rgba(9, 111, 250, 0.6);
  }
  .smo\:color-blue-t7 {
    color: rgba(9, 111, 250, 0.7);
  }
  .smo\:color-blue-t8 {
    color: rgba(9, 111, 250, 0.8);
  }
  .smo\:color-blue-t9 {
    color: rgba(9, 111, 250, 0.9);
  }
  .smo\:color-blue-100 {
    color: #d1e4fe;
  }
  .smo\:color-blue-200 {
    color: #9fc7fd;
  }
  .smo\:color-blue-300 {
    color: #6daafc;
  }
  .smo\:color-blue-400 {
    color: #3b8cfb;
  }
  .smo\:color-blue-500 {
    color: #096ffa;
  }
  .smo\:color-blue-600 {
    color: #0459cc;
  }
  .smo\:color-blue-700 {
    color: #03439a;
  }
  .smo\:color-blue-800 {
    color: #022d68;
  }
  .smo\:color-blue-900 {
    color: #011736;
  }
  .smo\:bg-blue {
    background-color: #096ffa;
  }
  .smo\:bg-blue-t1 {
    background-color: rgba(9, 111, 250, 0.1);
  }
  .smo\:bg-blue-t2 {
    background-color: rgba(9, 111, 250, 0.2);
  }
  .smo\:bg-blue-t3 {
    background-color: rgba(9, 111, 250, 0.3);
  }
  .smo\:bg-blue-t4 {
    background-color: rgba(9, 111, 250, 0.4);
  }
  .smo\:bg-blue-t5 {
    background-color: rgba(9, 111, 250, 0.5);
  }
  .smo\:bg-blue-t6 {
    background-color: rgba(9, 111, 250, 0.6);
  }
  .smo\:bg-blue-t7 {
    background-color: rgba(9, 111, 250, 0.7);
  }
  .smo\:bg-blue-t8 {
    background-color: rgba(9, 111, 250, 0.8);
  }
  .smo\:bg-blue-t9 {
    background-color: rgba(9, 111, 250, 0.9);
  }
  .smo\:bg-blue-100 {
    background-color: #d1e4fe;
  }
  .smo\:bg-blue-200 {
    background-color: #9fc7fd;
  }
  .smo\:bg-blue-300 {
    background-color: #6daafc;
  }
  .smo\:bg-blue-400 {
    background-color: #3b8cfb;
  }
  .smo\:bg-blue-500 {
    background-color: #096ffa;
  }
  .smo\:bg-blue-600 {
    background-color: #0459cc;
  }
  .smo\:bg-blue-700 {
    background-color: #03439a;
  }
  .smo\:bg-blue-800 {
    background-color: #022d68;
  }
  .smo\:bg-blue-900 {
    background-color: #011736;
  }
  .smo\:border-blue {
    border-color: #096ffa;
  }
  .smo\:border-blue-t1 {
    border-color: rgba(9, 111, 250, 0.1);
  }
  .smo\:border-blue-t2 {
    border-color: rgba(9, 111, 250, 0.2);
  }
  .smo\:border-blue-t3 {
    border-color: rgba(9, 111, 250, 0.3);
  }
  .smo\:border-blue-t4 {
    border-color: rgba(9, 111, 250, 0.4);
  }
  .smo\:border-blue-t5 {
    border-color: rgba(9, 111, 250, 0.5);
  }
  .smo\:border-blue-t6 {
    border-color: rgba(9, 111, 250, 0.6);
  }
  .smo\:border-blue-t7 {
    border-color: rgba(9, 111, 250, 0.7);
  }
  .smo\:border-blue-t8 {
    border-color: rgba(9, 111, 250, 0.8);
  }
  .smo\:border-blue-t9 {
    border-color: rgba(9, 111, 250, 0.9);
  }
  .smo\:border-blue-100 {
    border-color: #d1e4fe;
  }
  .smo\:border-blue-200 {
    border-color: #9fc7fd;
  }
  .smo\:border-blue-300 {
    border-color: #6daafc;
  }
  .smo\:border-blue-400 {
    border-color: #3b8cfb;
  }
  .smo\:border-blue-500 {
    border-color: #096ffa;
  }
  .smo\:border-blue-600 {
    border-color: #0459cc;
  }
  .smo\:border-blue-700 {
    border-color: #03439a;
  }
  .smo\:border-blue-800 {
    border-color: #022d68;
  }
  .smo\:border-blue-900 {
    border-color: #011736;
  }
  .smo\:fill-blue {
    fill: #096ffa;
  }
  .smo\:fill-blue-t1 {
    fill: rgba(9, 111, 250, 0.1);
  }
  .smo\:fill-blue-t2 {
    fill: rgba(9, 111, 250, 0.2);
  }
  .smo\:fill-blue-t3 {
    fill: rgba(9, 111, 250, 0.3);
  }
  .smo\:fill-blue-t4 {
    fill: rgba(9, 111, 250, 0.4);
  }
  .smo\:fill-blue-t5 {
    fill: rgba(9, 111, 250, 0.5);
  }
  .smo\:fill-blue-t6 {
    fill: rgba(9, 111, 250, 0.6);
  }
  .smo\:fill-blue-t7 {
    fill: rgba(9, 111, 250, 0.7);
  }
  .smo\:fill-blue-t8 {
    fill: rgba(9, 111, 250, 0.8);
  }
  .smo\:fill-blue-t9 {
    fill: rgba(9, 111, 250, 0.9);
  }
  .smo\:fill-blue-100 {
    fill: #d1e4fe;
  }
  .smo\:fill-blue-200 {
    fill: #9fc7fd;
  }
  .smo\:fill-blue-300 {
    fill: #6daafc;
  }
  .smo\:fill-blue-400 {
    fill: #3b8cfb;
  }
  .smo\:fill-blue-500 {
    fill: #096ffa;
  }
  .smo\:fill-blue-600 {
    fill: #0459cc;
  }
  .smo\:fill-blue-700 {
    fill: #03439a;
  }
  .smo\:fill-blue-800 {
    fill: #022d68;
  }
  .smo\:fill-blue-900 {
    fill: #011736;
  }
  .smo\:color-aqua {
    color: #8ecae6;
  }
  .smo\:color-aqua-t1 {
    color: rgba(142, 202, 230, 0.1);
  }
  .smo\:color-aqua-t2 {
    color: rgba(142, 202, 230, 0.2);
  }
  .smo\:color-aqua-t3 {
    color: rgba(142, 202, 230, 0.3);
  }
  .smo\:color-aqua-t4 {
    color: rgba(142, 202, 230, 0.4);
  }
  .smo\:color-aqua-t5 {
    color: rgba(142, 202, 230, 0.5);
  }
  .smo\:color-aqua-t6 {
    color: rgba(142, 202, 230, 0.6);
  }
  .smo\:color-aqua-t7 {
    color: rgba(142, 202, 230, 0.7);
  }
  .smo\:color-aqua-t8 {
    color: rgba(142, 202, 230, 0.8);
  }
  .smo\:color-aqua-t9 {
    color: rgba(142, 202, 230, 0.9);
  }
  .smo\:color-aqua-100 {
    color: white;
  }
  .smo\:color-aqua-200 {
    color: white;
  }
  .smo\:color-aqua-300 {
    color: #e2f1f8;
  }
  .smo\:color-aqua-400 {
    color: #b8deef;
  }
  .smo\:color-aqua-500 {
    color: #8ecae6;
  }
  .smo\:color-aqua-600 {
    color: #64b6dd;
  }
  .smo\:color-aqua-700 {
    color: #3aa3d4;
  }
  .smo\:color-aqua-800 {
    color: #2887b3;
  }
  .smo\:color-aqua-900 {
    color: #1e678a;
  }
  .smo\:bg-aqua {
    background-color: #8ecae6;
  }
  .smo\:bg-aqua-t1 {
    background-color: rgba(142, 202, 230, 0.1);
  }
  .smo\:bg-aqua-t2 {
    background-color: rgba(142, 202, 230, 0.2);
  }
  .smo\:bg-aqua-t3 {
    background-color: rgba(142, 202, 230, 0.3);
  }
  .smo\:bg-aqua-t4 {
    background-color: rgba(142, 202, 230, 0.4);
  }
  .smo\:bg-aqua-t5 {
    background-color: rgba(142, 202, 230, 0.5);
  }
  .smo\:bg-aqua-t6 {
    background-color: rgba(142, 202, 230, 0.6);
  }
  .smo\:bg-aqua-t7 {
    background-color: rgba(142, 202, 230, 0.7);
  }
  .smo\:bg-aqua-t8 {
    background-color: rgba(142, 202, 230, 0.8);
  }
  .smo\:bg-aqua-t9 {
    background-color: rgba(142, 202, 230, 0.9);
  }
  .smo\:bg-aqua-100 {
    background-color: white;
  }
  .smo\:bg-aqua-200 {
    background-color: white;
  }
  .smo\:bg-aqua-300 {
    background-color: #e2f1f8;
  }
  .smo\:bg-aqua-400 {
    background-color: #b8deef;
  }
  .smo\:bg-aqua-500 {
    background-color: #8ecae6;
  }
  .smo\:bg-aqua-600 {
    background-color: #64b6dd;
  }
  .smo\:bg-aqua-700 {
    background-color: #3aa3d4;
  }
  .smo\:bg-aqua-800 {
    background-color: #2887b3;
  }
  .smo\:bg-aqua-900 {
    background-color: #1e678a;
  }
  .smo\:border-aqua {
    border-color: #8ecae6;
  }
  .smo\:border-aqua-t1 {
    border-color: rgba(142, 202, 230, 0.1);
  }
  .smo\:border-aqua-t2 {
    border-color: rgba(142, 202, 230, 0.2);
  }
  .smo\:border-aqua-t3 {
    border-color: rgba(142, 202, 230, 0.3);
  }
  .smo\:border-aqua-t4 {
    border-color: rgba(142, 202, 230, 0.4);
  }
  .smo\:border-aqua-t5 {
    border-color: rgba(142, 202, 230, 0.5);
  }
  .smo\:border-aqua-t6 {
    border-color: rgba(142, 202, 230, 0.6);
  }
  .smo\:border-aqua-t7 {
    border-color: rgba(142, 202, 230, 0.7);
  }
  .smo\:border-aqua-t8 {
    border-color: rgba(142, 202, 230, 0.8);
  }
  .smo\:border-aqua-t9 {
    border-color: rgba(142, 202, 230, 0.9);
  }
  .smo\:border-aqua-100 {
    border-color: white;
  }
  .smo\:border-aqua-200 {
    border-color: white;
  }
  .smo\:border-aqua-300 {
    border-color: #e2f1f8;
  }
  .smo\:border-aqua-400 {
    border-color: #b8deef;
  }
  .smo\:border-aqua-500 {
    border-color: #8ecae6;
  }
  .smo\:border-aqua-600 {
    border-color: #64b6dd;
  }
  .smo\:border-aqua-700 {
    border-color: #3aa3d4;
  }
  .smo\:border-aqua-800 {
    border-color: #2887b3;
  }
  .smo\:border-aqua-900 {
    border-color: #1e678a;
  }
  .smo\:fill-aqua {
    fill: #8ecae6;
  }
  .smo\:fill-aqua-t1 {
    fill: rgba(142, 202, 230, 0.1);
  }
  .smo\:fill-aqua-t2 {
    fill: rgba(142, 202, 230, 0.2);
  }
  .smo\:fill-aqua-t3 {
    fill: rgba(142, 202, 230, 0.3);
  }
  .smo\:fill-aqua-t4 {
    fill: rgba(142, 202, 230, 0.4);
  }
  .smo\:fill-aqua-t5 {
    fill: rgba(142, 202, 230, 0.5);
  }
  .smo\:fill-aqua-t6 {
    fill: rgba(142, 202, 230, 0.6);
  }
  .smo\:fill-aqua-t7 {
    fill: rgba(142, 202, 230, 0.7);
  }
  .smo\:fill-aqua-t8 {
    fill: rgba(142, 202, 230, 0.8);
  }
  .smo\:fill-aqua-t9 {
    fill: rgba(142, 202, 230, 0.9);
  }
  .smo\:fill-aqua-100 {
    fill: white;
  }
  .smo\:fill-aqua-200 {
    fill: white;
  }
  .smo\:fill-aqua-300 {
    fill: #e2f1f8;
  }
  .smo\:fill-aqua-400 {
    fill: #b8deef;
  }
  .smo\:fill-aqua-500 {
    fill: #8ecae6;
  }
  .smo\:fill-aqua-600 {
    fill: #64b6dd;
  }
  .smo\:fill-aqua-700 {
    fill: #3aa3d4;
  }
  .smo\:fill-aqua-800 {
    fill: #2887b3;
  }
  .smo\:fill-aqua-900 {
    fill: #1e678a;
  }
  .smo\:color-yellow {
    color: #ffd203;
  }
  .smo\:color-yellow-t1 {
    color: rgba(255, 210, 3, 0.1);
  }
  .smo\:color-yellow-t2 {
    color: rgba(255, 210, 3, 0.2);
  }
  .smo\:color-yellow-t3 {
    color: rgba(255, 210, 3, 0.3);
  }
  .smo\:color-yellow-t4 {
    color: rgba(255, 210, 3, 0.4);
  }
  .smo\:color-yellow-t5 {
    color: rgba(255, 210, 3, 0.5);
  }
  .smo\:color-yellow-t6 {
    color: rgba(255, 210, 3, 0.6);
  }
  .smo\:color-yellow-t7 {
    color: rgba(255, 210, 3, 0.7);
  }
  .smo\:color-yellow-t8 {
    color: rgba(255, 210, 3, 0.8);
  }
  .smo\:color-yellow-t9 {
    color: rgba(255, 210, 3, 0.9);
  }
  .smo\:color-yellow-100 {
    color: #fff6cf;
  }
  .smo\:color-yellow-200 {
    color: #ffed9c;
  }
  .smo\:color-yellow-300 {
    color: #ffe469;
  }
  .smo\:color-yellow-400 {
    color: #ffdb36;
  }
  .smo\:color-yellow-500 {
    color: #ffd203;
  }
  .smo\:color-yellow-600 {
    color: #cfaa00;
  }
  .smo\:color-yellow-700 {
    color: #9c8000;
  }
  .smo\:color-yellow-800 {
    color: #695600;
  }
  .smo\:color-yellow-900 {
    color: #362c00;
  }
  .smo\:bg-yellow {
    background-color: #ffd203;
  }
  .smo\:bg-yellow-t1 {
    background-color: rgba(255, 210, 3, 0.1);
  }
  .smo\:bg-yellow-t2 {
    background-color: rgba(255, 210, 3, 0.2);
  }
  .smo\:bg-yellow-t3 {
    background-color: rgba(255, 210, 3, 0.3);
  }
  .smo\:bg-yellow-t4 {
    background-color: rgba(255, 210, 3, 0.4);
  }
  .smo\:bg-yellow-t5 {
    background-color: rgba(255, 210, 3, 0.5);
  }
  .smo\:bg-yellow-t6 {
    background-color: rgba(255, 210, 3, 0.6);
  }
  .smo\:bg-yellow-t7 {
    background-color: rgba(255, 210, 3, 0.7);
  }
  .smo\:bg-yellow-t8 {
    background-color: rgba(255, 210, 3, 0.8);
  }
  .smo\:bg-yellow-t9 {
    background-color: rgba(255, 210, 3, 0.9);
  }
  .smo\:bg-yellow-100 {
    background-color: #fff6cf;
  }
  .smo\:bg-yellow-200 {
    background-color: #ffed9c;
  }
  .smo\:bg-yellow-300 {
    background-color: #ffe469;
  }
  .smo\:bg-yellow-400 {
    background-color: #ffdb36;
  }
  .smo\:bg-yellow-500 {
    background-color: #ffd203;
  }
  .smo\:bg-yellow-600 {
    background-color: #cfaa00;
  }
  .smo\:bg-yellow-700 {
    background-color: #9c8000;
  }
  .smo\:bg-yellow-800 {
    background-color: #695600;
  }
  .smo\:bg-yellow-900 {
    background-color: #362c00;
  }
  .smo\:border-yellow {
    border-color: #ffd203;
  }
  .smo\:border-yellow-t1 {
    border-color: rgba(255, 210, 3, 0.1);
  }
  .smo\:border-yellow-t2 {
    border-color: rgba(255, 210, 3, 0.2);
  }
  .smo\:border-yellow-t3 {
    border-color: rgba(255, 210, 3, 0.3);
  }
  .smo\:border-yellow-t4 {
    border-color: rgba(255, 210, 3, 0.4);
  }
  .smo\:border-yellow-t5 {
    border-color: rgba(255, 210, 3, 0.5);
  }
  .smo\:border-yellow-t6 {
    border-color: rgba(255, 210, 3, 0.6);
  }
  .smo\:border-yellow-t7 {
    border-color: rgba(255, 210, 3, 0.7);
  }
  .smo\:border-yellow-t8 {
    border-color: rgba(255, 210, 3, 0.8);
  }
  .smo\:border-yellow-t9 {
    border-color: rgba(255, 210, 3, 0.9);
  }
  .smo\:border-yellow-100 {
    border-color: #fff6cf;
  }
  .smo\:border-yellow-200 {
    border-color: #ffed9c;
  }
  .smo\:border-yellow-300 {
    border-color: #ffe469;
  }
  .smo\:border-yellow-400 {
    border-color: #ffdb36;
  }
  .smo\:border-yellow-500 {
    border-color: #ffd203;
  }
  .smo\:border-yellow-600 {
    border-color: #cfaa00;
  }
  .smo\:border-yellow-700 {
    border-color: #9c8000;
  }
  .smo\:border-yellow-800 {
    border-color: #695600;
  }
  .smo\:border-yellow-900 {
    border-color: #362c00;
  }
  .smo\:fill-yellow {
    fill: #ffd203;
  }
  .smo\:fill-yellow-t1 {
    fill: rgba(255, 210, 3, 0.1);
  }
  .smo\:fill-yellow-t2 {
    fill: rgba(255, 210, 3, 0.2);
  }
  .smo\:fill-yellow-t3 {
    fill: rgba(255, 210, 3, 0.3);
  }
  .smo\:fill-yellow-t4 {
    fill: rgba(255, 210, 3, 0.4);
  }
  .smo\:fill-yellow-t5 {
    fill: rgba(255, 210, 3, 0.5);
  }
  .smo\:fill-yellow-t6 {
    fill: rgba(255, 210, 3, 0.6);
  }
  .smo\:fill-yellow-t7 {
    fill: rgba(255, 210, 3, 0.7);
  }
  .smo\:fill-yellow-t8 {
    fill: rgba(255, 210, 3, 0.8);
  }
  .smo\:fill-yellow-t9 {
    fill: rgba(255, 210, 3, 0.9);
  }
  .smo\:fill-yellow-100 {
    fill: #fff6cf;
  }
  .smo\:fill-yellow-200 {
    fill: #ffed9c;
  }
  .smo\:fill-yellow-300 {
    fill: #ffe469;
  }
  .smo\:fill-yellow-400 {
    fill: #ffdb36;
  }
  .smo\:fill-yellow-500 {
    fill: #ffd203;
  }
  .smo\:fill-yellow-600 {
    fill: #cfaa00;
  }
  .smo\:fill-yellow-700 {
    fill: #9c8000;
  }
  .smo\:fill-yellow-800 {
    fill: #695600;
  }
  .smo\:fill-yellow-900 {
    fill: #362c00;
  }
  .smo\:color-violet {
    color: #210037;
  }
  .smo\:color-violet-t1 {
    color: rgba(33, 0, 55, 0.1);
  }
  .smo\:color-violet-t2 {
    color: rgba(33, 0, 55, 0.2);
  }
  .smo\:color-violet-t3 {
    color: rgba(33, 0, 55, 0.3);
  }
  .smo\:color-violet-t4 {
    color: rgba(33, 0, 55, 0.4);
  }
  .smo\:color-violet-t5 {
    color: rgba(33, 0, 55, 0.5);
  }
  .smo\:color-violet-t6 {
    color: rgba(33, 0, 55, 0.6);
  }
  .smo\:color-violet-t7 {
    color: rgba(33, 0, 55, 0.7);
  }
  .smo\:color-violet-t8 {
    color: rgba(33, 0, 55, 0.8);
  }
  .smo\:color-violet-t9 {
    color: rgba(33, 0, 55, 0.9);
  }
  .smo\:color-violet-100 {
    color: #9b04ff;
  }
  .smo\:color-violet-200 {
    color: #7d00d0;
  }
  .smo\:color-violet-300 {
    color: #5e009d;
  }
  .smo\:color-violet-400 {
    color: #40006a;
  }
  .smo\:color-violet-500 {
    color: #210037;
  }
  .smo\:color-violet-600 {
    color: #020004;
  }
  .smo\:color-violet-700 {
    color: black;
  }
  .smo\:color-violet-800 {
    color: black;
  }
  .smo\:color-violet-900 {
    color: black;
  }
  .smo\:bg-violet {
    background-color: #210037;
  }
  .smo\:bg-violet-t1 {
    background-color: rgba(33, 0, 55, 0.1);
  }
  .smo\:bg-violet-t2 {
    background-color: rgba(33, 0, 55, 0.2);
  }
  .smo\:bg-violet-t3 {
    background-color: rgba(33, 0, 55, 0.3);
  }
  .smo\:bg-violet-t4 {
    background-color: rgba(33, 0, 55, 0.4);
  }
  .smo\:bg-violet-t5 {
    background-color: rgba(33, 0, 55, 0.5);
  }
  .smo\:bg-violet-t6 {
    background-color: rgba(33, 0, 55, 0.6);
  }
  .smo\:bg-violet-t7 {
    background-color: rgba(33, 0, 55, 0.7);
  }
  .smo\:bg-violet-t8 {
    background-color: rgba(33, 0, 55, 0.8);
  }
  .smo\:bg-violet-t9 {
    background-color: rgba(33, 0, 55, 0.9);
  }
  .smo\:bg-violet-100 {
    background-color: #9b04ff;
  }
  .smo\:bg-violet-200 {
    background-color: #7d00d0;
  }
  .smo\:bg-violet-300 {
    background-color: #5e009d;
  }
  .smo\:bg-violet-400 {
    background-color: #40006a;
  }
  .smo\:bg-violet-500 {
    background-color: #210037;
  }
  .smo\:bg-violet-600 {
    background-color: #020004;
  }
  .smo\:bg-violet-700 {
    background-color: black;
  }
  .smo\:bg-violet-800 {
    background-color: black;
  }
  .smo\:bg-violet-900 {
    background-color: black;
  }
  .smo\:border-violet {
    border-color: #210037;
  }
  .smo\:border-violet-t1 {
    border-color: rgba(33, 0, 55, 0.1);
  }
  .smo\:border-violet-t2 {
    border-color: rgba(33, 0, 55, 0.2);
  }
  .smo\:border-violet-t3 {
    border-color: rgba(33, 0, 55, 0.3);
  }
  .smo\:border-violet-t4 {
    border-color: rgba(33, 0, 55, 0.4);
  }
  .smo\:border-violet-t5 {
    border-color: rgba(33, 0, 55, 0.5);
  }
  .smo\:border-violet-t6 {
    border-color: rgba(33, 0, 55, 0.6);
  }
  .smo\:border-violet-t7 {
    border-color: rgba(33, 0, 55, 0.7);
  }
  .smo\:border-violet-t8 {
    border-color: rgba(33, 0, 55, 0.8);
  }
  .smo\:border-violet-t9 {
    border-color: rgba(33, 0, 55, 0.9);
  }
  .smo\:border-violet-100 {
    border-color: #9b04ff;
  }
  .smo\:border-violet-200 {
    border-color: #7d00d0;
  }
  .smo\:border-violet-300 {
    border-color: #5e009d;
  }
  .smo\:border-violet-400 {
    border-color: #40006a;
  }
  .smo\:border-violet-500 {
    border-color: #210037;
  }
  .smo\:border-violet-600 {
    border-color: #020004;
  }
  .smo\:border-violet-700 {
    border-color: black;
  }
  .smo\:border-violet-800 {
    border-color: black;
  }
  .smo\:border-violet-900 {
    border-color: black;
  }
  .smo\:fill-violet {
    fill: #210037;
  }
  .smo\:fill-violet-t1 {
    fill: rgba(33, 0, 55, 0.1);
  }
  .smo\:fill-violet-t2 {
    fill: rgba(33, 0, 55, 0.2);
  }
  .smo\:fill-violet-t3 {
    fill: rgba(33, 0, 55, 0.3);
  }
  .smo\:fill-violet-t4 {
    fill: rgba(33, 0, 55, 0.4);
  }
  .smo\:fill-violet-t5 {
    fill: rgba(33, 0, 55, 0.5);
  }
  .smo\:fill-violet-t6 {
    fill: rgba(33, 0, 55, 0.6);
  }
  .smo\:fill-violet-t7 {
    fill: rgba(33, 0, 55, 0.7);
  }
  .smo\:fill-violet-t8 {
    fill: rgba(33, 0, 55, 0.8);
  }
  .smo\:fill-violet-t9 {
    fill: rgba(33, 0, 55, 0.9);
  }
  .smo\:fill-violet-100 {
    fill: #9b04ff;
  }
  .smo\:fill-violet-200 {
    fill: #7d00d0;
  }
  .smo\:fill-violet-300 {
    fill: #5e009d;
  }
  .smo\:fill-violet-400 {
    fill: #40006a;
  }
  .smo\:fill-violet-500 {
    fill: #210037;
  }
  .smo\:fill-violet-600 {
    fill: #020004;
  }
  .smo\:fill-violet-700 {
    fill: black;
  }
  .smo\:fill-violet-800 {
    fill: black;
  }
  .smo\:fill-violet-900 {
    fill: black;
  }
  .smo\:color-purple {
    color: #a91d7e;
  }
  .smo\:color-purple-t1 {
    color: rgba(169, 29, 126, 0.1);
  }
  .smo\:color-purple-t2 {
    color: rgba(169, 29, 126, 0.2);
  }
  .smo\:color-purple-t3 {
    color: rgba(169, 29, 126, 0.3);
  }
  .smo\:color-purple-t4 {
    color: rgba(169, 29, 126, 0.4);
  }
  .smo\:color-purple-t5 {
    color: rgba(169, 29, 126, 0.5);
  }
  .smo\:color-purple-t6 {
    color: rgba(169, 29, 126, 0.6);
  }
  .smo\:color-purple-t7 {
    color: rgba(169, 29, 126, 0.7);
  }
  .smo\:color-purple-t8 {
    color: rgba(169, 29, 126, 0.8);
  }
  .smo\:color-purple-t9 {
    color: rgba(169, 29, 126, 0.9);
  }
  .smo\:color-purple-100 {
    color: #efa3d8;
  }
  .smo\:color-purple-200 {
    color: #e877c5;
  }
  .smo\:color-purple-300 {
    color: #e04cb3;
  }
  .smo\:color-purple-400 {
    color: #d5249e;
  }
  .smo\:color-purple-500 {
    color: #a91d7e;
  }
  .smo\:color-purple-600 {
    color: #7d165e;
  }
  .smo\:color-purple-700 {
    color: #520e3d;
  }
  .smo\:color-purple-800 {
    color: #26071d;
  }
  .smo\:color-purple-900 {
    color: black;
  }
  .smo\:bg-purple {
    background-color: #a91d7e;
  }
  .smo\:bg-purple-t1 {
    background-color: rgba(169, 29, 126, 0.1);
  }
  .smo\:bg-purple-t2 {
    background-color: rgba(169, 29, 126, 0.2);
  }
  .smo\:bg-purple-t3 {
    background-color: rgba(169, 29, 126, 0.3);
  }
  .smo\:bg-purple-t4 {
    background-color: rgba(169, 29, 126, 0.4);
  }
  .smo\:bg-purple-t5 {
    background-color: rgba(169, 29, 126, 0.5);
  }
  .smo\:bg-purple-t6 {
    background-color: rgba(169, 29, 126, 0.6);
  }
  .smo\:bg-purple-t7 {
    background-color: rgba(169, 29, 126, 0.7);
  }
  .smo\:bg-purple-t8 {
    background-color: rgba(169, 29, 126, 0.8);
  }
  .smo\:bg-purple-t9 {
    background-color: rgba(169, 29, 126, 0.9);
  }
  .smo\:bg-purple-100 {
    background-color: #efa3d8;
  }
  .smo\:bg-purple-200 {
    background-color: #e877c5;
  }
  .smo\:bg-purple-300 {
    background-color: #e04cb3;
  }
  .smo\:bg-purple-400 {
    background-color: #d5249e;
  }
  .smo\:bg-purple-500 {
    background-color: #a91d7e;
  }
  .smo\:bg-purple-600 {
    background-color: #7d165e;
  }
  .smo\:bg-purple-700 {
    background-color: #520e3d;
  }
  .smo\:bg-purple-800 {
    background-color: #26071d;
  }
  .smo\:bg-purple-900 {
    background-color: black;
  }
  .smo\:border-purple {
    border-color: #a91d7e;
  }
  .smo\:border-purple-t1 {
    border-color: rgba(169, 29, 126, 0.1);
  }
  .smo\:border-purple-t2 {
    border-color: rgba(169, 29, 126, 0.2);
  }
  .smo\:border-purple-t3 {
    border-color: rgba(169, 29, 126, 0.3);
  }
  .smo\:border-purple-t4 {
    border-color: rgba(169, 29, 126, 0.4);
  }
  .smo\:border-purple-t5 {
    border-color: rgba(169, 29, 126, 0.5);
  }
  .smo\:border-purple-t6 {
    border-color: rgba(169, 29, 126, 0.6);
  }
  .smo\:border-purple-t7 {
    border-color: rgba(169, 29, 126, 0.7);
  }
  .smo\:border-purple-t8 {
    border-color: rgba(169, 29, 126, 0.8);
  }
  .smo\:border-purple-t9 {
    border-color: rgba(169, 29, 126, 0.9);
  }
  .smo\:border-purple-100 {
    border-color: #efa3d8;
  }
  .smo\:border-purple-200 {
    border-color: #e877c5;
  }
  .smo\:border-purple-300 {
    border-color: #e04cb3;
  }
  .smo\:border-purple-400 {
    border-color: #d5249e;
  }
  .smo\:border-purple-500 {
    border-color: #a91d7e;
  }
  .smo\:border-purple-600 {
    border-color: #7d165e;
  }
  .smo\:border-purple-700 {
    border-color: #520e3d;
  }
  .smo\:border-purple-800 {
    border-color: #26071d;
  }
  .smo\:border-purple-900 {
    border-color: black;
  }
  .smo\:fill-purple {
    fill: #a91d7e;
  }
  .smo\:fill-purple-t1 {
    fill: rgba(169, 29, 126, 0.1);
  }
  .smo\:fill-purple-t2 {
    fill: rgba(169, 29, 126, 0.2);
  }
  .smo\:fill-purple-t3 {
    fill: rgba(169, 29, 126, 0.3);
  }
  .smo\:fill-purple-t4 {
    fill: rgba(169, 29, 126, 0.4);
  }
  .smo\:fill-purple-t5 {
    fill: rgba(169, 29, 126, 0.5);
  }
  .smo\:fill-purple-t6 {
    fill: rgba(169, 29, 126, 0.6);
  }
  .smo\:fill-purple-t7 {
    fill: rgba(169, 29, 126, 0.7);
  }
  .smo\:fill-purple-t8 {
    fill: rgba(169, 29, 126, 0.8);
  }
  .smo\:fill-purple-t9 {
    fill: rgba(169, 29, 126, 0.9);
  }
  .smo\:fill-purple-100 {
    fill: #efa3d8;
  }
  .smo\:fill-purple-200 {
    fill: #e877c5;
  }
  .smo\:fill-purple-300 {
    fill: #e04cb3;
  }
  .smo\:fill-purple-400 {
    fill: #d5249e;
  }
  .smo\:fill-purple-500 {
    fill: #a91d7e;
  }
  .smo\:fill-purple-600 {
    fill: #7d165e;
  }
  .smo\:fill-purple-700 {
    fill: #520e3d;
  }
  .smo\:fill-purple-800 {
    fill: #26071d;
  }
  .smo\:fill-purple-900 {
    fill: black;
  }
  .smo\:color-red {
    color: #cc0000;
  }
  .smo\:color-red-t1 {
    color: rgba(204, 0, 0, 0.1);
  }
  .smo\:color-red-t2 {
    color: rgba(204, 0, 0, 0.2);
  }
  .smo\:color-red-t3 {
    color: rgba(204, 0, 0, 0.3);
  }
  .smo\:color-red-t4 {
    color: rgba(204, 0, 0, 0.4);
  }
  .smo\:color-red-t5 {
    color: rgba(204, 0, 0, 0.5);
  }
  .smo\:color-red-t6 {
    color: rgba(204, 0, 0, 0.6);
  }
  .smo\:color-red-t7 {
    color: rgba(204, 0, 0, 0.7);
  }
  .smo\:color-red-t8 {
    color: rgba(204, 0, 0, 0.8);
  }
  .smo\:color-red-t9 {
    color: rgba(204, 0, 0, 0.9);
  }
  .smo\:color-red-100 {
    color: #ff9999;
  }
  .smo\:color-red-200 {
    color: #ff6666;
  }
  .smo\:color-red-300 {
    color: #ff3333;
  }
  .smo\:color-red-400 {
    color: red;
  }
  .smo\:color-red-500 {
    color: #cc0000;
  }
  .smo\:color-red-600 {
    color: #990000;
  }
  .smo\:color-red-700 {
    color: #660000;
  }
  .smo\:color-red-800 {
    color: #330000;
  }
  .smo\:color-red-900 {
    color: black;
  }
  .smo\:bg-red {
    background-color: #cc0000;
  }
  .smo\:bg-red-t1 {
    background-color: rgba(204, 0, 0, 0.1);
  }
  .smo\:bg-red-t2 {
    background-color: rgba(204, 0, 0, 0.2);
  }
  .smo\:bg-red-t3 {
    background-color: rgba(204, 0, 0, 0.3);
  }
  .smo\:bg-red-t4 {
    background-color: rgba(204, 0, 0, 0.4);
  }
  .smo\:bg-red-t5 {
    background-color: rgba(204, 0, 0, 0.5);
  }
  .smo\:bg-red-t6 {
    background-color: rgba(204, 0, 0, 0.6);
  }
  .smo\:bg-red-t7 {
    background-color: rgba(204, 0, 0, 0.7);
  }
  .smo\:bg-red-t8 {
    background-color: rgba(204, 0, 0, 0.8);
  }
  .smo\:bg-red-t9 {
    background-color: rgba(204, 0, 0, 0.9);
  }
  .smo\:bg-red-100 {
    background-color: #ff9999;
  }
  .smo\:bg-red-200 {
    background-color: #ff6666;
  }
  .smo\:bg-red-300 {
    background-color: #ff3333;
  }
  .smo\:bg-red-400 {
    background-color: red;
  }
  .smo\:bg-red-500 {
    background-color: #cc0000;
  }
  .smo\:bg-red-600 {
    background-color: #990000;
  }
  .smo\:bg-red-700 {
    background-color: #660000;
  }
  .smo\:bg-red-800 {
    background-color: #330000;
  }
  .smo\:bg-red-900 {
    background-color: black;
  }
  .smo\:border-red {
    border-color: #cc0000;
  }
  .smo\:border-red-t1 {
    border-color: rgba(204, 0, 0, 0.1);
  }
  .smo\:border-red-t2 {
    border-color: rgba(204, 0, 0, 0.2);
  }
  .smo\:border-red-t3 {
    border-color: rgba(204, 0, 0, 0.3);
  }
  .smo\:border-red-t4 {
    border-color: rgba(204, 0, 0, 0.4);
  }
  .smo\:border-red-t5 {
    border-color: rgba(204, 0, 0, 0.5);
  }
  .smo\:border-red-t6 {
    border-color: rgba(204, 0, 0, 0.6);
  }
  .smo\:border-red-t7 {
    border-color: rgba(204, 0, 0, 0.7);
  }
  .smo\:border-red-t8 {
    border-color: rgba(204, 0, 0, 0.8);
  }
  .smo\:border-red-t9 {
    border-color: rgba(204, 0, 0, 0.9);
  }
  .smo\:border-red-100 {
    border-color: #ff9999;
  }
  .smo\:border-red-200 {
    border-color: #ff6666;
  }
  .smo\:border-red-300 {
    border-color: #ff3333;
  }
  .smo\:border-red-400 {
    border-color: red;
  }
  .smo\:border-red-500 {
    border-color: #cc0000;
  }
  .smo\:border-red-600 {
    border-color: #990000;
  }
  .smo\:border-red-700 {
    border-color: #660000;
  }
  .smo\:border-red-800 {
    border-color: #330000;
  }
  .smo\:border-red-900 {
    border-color: black;
  }
  .smo\:fill-red {
    fill: #cc0000;
  }
  .smo\:fill-red-t1 {
    fill: rgba(204, 0, 0, 0.1);
  }
  .smo\:fill-red-t2 {
    fill: rgba(204, 0, 0, 0.2);
  }
  .smo\:fill-red-t3 {
    fill: rgba(204, 0, 0, 0.3);
  }
  .smo\:fill-red-t4 {
    fill: rgba(204, 0, 0, 0.4);
  }
  .smo\:fill-red-t5 {
    fill: rgba(204, 0, 0, 0.5);
  }
  .smo\:fill-red-t6 {
    fill: rgba(204, 0, 0, 0.6);
  }
  .smo\:fill-red-t7 {
    fill: rgba(204, 0, 0, 0.7);
  }
  .smo\:fill-red-t8 {
    fill: rgba(204, 0, 0, 0.8);
  }
  .smo\:fill-red-t9 {
    fill: rgba(204, 0, 0, 0.9);
  }
  .smo\:fill-red-100 {
    fill: #ff9999;
  }
  .smo\:fill-red-200 {
    fill: #ff6666;
  }
  .smo\:fill-red-300 {
    fill: #ff3333;
  }
  .smo\:fill-red-400 {
    fill: red;
  }
  .smo\:fill-red-500 {
    fill: #cc0000;
  }
  .smo\:fill-red-600 {
    fill: #990000;
  }
  .smo\:fill-red-700 {
    fill: #660000;
  }
  .smo\:fill-red-800 {
    fill: #330000;
  }
  .smo\:fill-red-900 {
    fill: black;
  }
  .smo\:color-orange {
    color: #F84C00;
  }
  .smo\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .smo\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .smo\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .smo\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .smo\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .smo\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .smo\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .smo\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .smo\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .smo\:color-orange-100 {
    color: #ffd7c5;
  }
  .smo\:color-orange-200 {
    color: #ffb392;
  }
  .smo\:color-orange-300 {
    color: #ff905f;
  }
  .smo\:color-orange-400 {
    color: #ff6d2c;
  }
  .smo\:color-orange-500 {
    color: #F84C00;
  }
  .smo\:color-orange-600 {
    color: #c53c00;
  }
  .smo\:color-orange-700 {
    color: #922d00;
  }
  .smo\:color-orange-800 {
    color: #5f1d00;
  }
  .smo\:color-orange-900 {
    color: #2c0d00;
  }
  .smo\:bg-orange {
    background-color: #F84C00;
  }
  .smo\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .smo\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .smo\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .smo\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .smo\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .smo\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .smo\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .smo\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .smo\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .smo\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .smo\:bg-orange-200 {
    background-color: #ffb392;
  }
  .smo\:bg-orange-300 {
    background-color: #ff905f;
  }
  .smo\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .smo\:bg-orange-500 {
    background-color: #F84C00;
  }
  .smo\:bg-orange-600 {
    background-color: #c53c00;
  }
  .smo\:bg-orange-700 {
    background-color: #922d00;
  }
  .smo\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .smo\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .smo\:border-orange {
    border-color: #F84C00;
  }
  .smo\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .smo\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .smo\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .smo\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .smo\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .smo\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .smo\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .smo\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .smo\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .smo\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .smo\:border-orange-200 {
    border-color: #ffb392;
  }
  .smo\:border-orange-300 {
    border-color: #ff905f;
  }
  .smo\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .smo\:border-orange-500 {
    border-color: #F84C00;
  }
  .smo\:border-orange-600 {
    border-color: #c53c00;
  }
  .smo\:border-orange-700 {
    border-color: #922d00;
  }
  .smo\:border-orange-800 {
    border-color: #5f1d00;
  }
  .smo\:border-orange-900 {
    border-color: #2c0d00;
  }
  .smo\:fill-orange {
    fill: #F84C00;
  }
  .smo\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .smo\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .smo\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .smo\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .smo\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .smo\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .smo\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .smo\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .smo\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .smo\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .smo\:fill-orange-200 {
    fill: #ffb392;
  }
  .smo\:fill-orange-300 {
    fill: #ff905f;
  }
  .smo\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .smo\:fill-orange-500 {
    fill: #F84C00;
  }
  .smo\:fill-orange-600 {
    fill: #c53c00;
  }
  .smo\:fill-orange-700 {
    fill: #922d00;
  }
  .smo\:fill-orange-800 {
    fill: #5f1d00;
  }
  .smo\:fill-orange-900 {
    fill: #2c0d00;
  }
  .smo\:color-brown {
    color: #D2C092;
  }
  .smo\:color-brown-t1 {
    color: rgba(210, 192, 146, 0.1);
  }
  .smo\:color-brown-t2 {
    color: rgba(210, 192, 146, 0.2);
  }
  .smo\:color-brown-t3 {
    color: rgba(210, 192, 146, 0.3);
  }
  .smo\:color-brown-t4 {
    color: rgba(210, 192, 146, 0.4);
  }
  .smo\:color-brown-t5 {
    color: rgba(210, 192, 146, 0.5);
  }
  .smo\:color-brown-t6 {
    color: rgba(210, 192, 146, 0.6);
  }
  .smo\:color-brown-t7 {
    color: rgba(210, 192, 146, 0.7);
  }
  .smo\:color-brown-t8 {
    color: rgba(210, 192, 146, 0.8);
  }
  .smo\:color-brown-t9 {
    color: rgba(210, 192, 146, 0.9);
  }
  .smo\:color-brown-100 {
    color: white;
  }
  .smo\:color-brown-200 {
    color: #fffffe;
  }
  .smo\:color-brown-300 {
    color: #f0eada;
  }
  .smo\:color-brown-400 {
    color: #e1d5b6;
  }
  .smo\:color-brown-500 {
    color: #D2C092;
  }
  .smo\:color-brown-600 {
    color: #c3ab6e;
  }
  .smo\:color-brown-700 {
    color: #b4964a;
  }
  .smo\:color-brown-800 {
    color: #90783b;
  }
  .smo\:color-brown-900 {
    color: #6c5a2c;
  }
  .smo\:bg-brown {
    background-color: #D2C092;
  }
  .smo\:bg-brown-t1 {
    background-color: rgba(210, 192, 146, 0.1);
  }
  .smo\:bg-brown-t2 {
    background-color: rgba(210, 192, 146, 0.2);
  }
  .smo\:bg-brown-t3 {
    background-color: rgba(210, 192, 146, 0.3);
  }
  .smo\:bg-brown-t4 {
    background-color: rgba(210, 192, 146, 0.4);
  }
  .smo\:bg-brown-t5 {
    background-color: rgba(210, 192, 146, 0.5);
  }
  .smo\:bg-brown-t6 {
    background-color: rgba(210, 192, 146, 0.6);
  }
  .smo\:bg-brown-t7 {
    background-color: rgba(210, 192, 146, 0.7);
  }
  .smo\:bg-brown-t8 {
    background-color: rgba(210, 192, 146, 0.8);
  }
  .smo\:bg-brown-t9 {
    background-color: rgba(210, 192, 146, 0.9);
  }
  .smo\:bg-brown-100 {
    background-color: white;
  }
  .smo\:bg-brown-200 {
    background-color: #fffffe;
  }
  .smo\:bg-brown-300 {
    background-color: #f0eada;
  }
  .smo\:bg-brown-400 {
    background-color: #e1d5b6;
  }
  .smo\:bg-brown-500 {
    background-color: #D2C092;
  }
  .smo\:bg-brown-600 {
    background-color: #c3ab6e;
  }
  .smo\:bg-brown-700 {
    background-color: #b4964a;
  }
  .smo\:bg-brown-800 {
    background-color: #90783b;
  }
  .smo\:bg-brown-900 {
    background-color: #6c5a2c;
  }
  .smo\:border-brown {
    border-color: #D2C092;
  }
  .smo\:border-brown-t1 {
    border-color: rgba(210, 192, 146, 0.1);
  }
  .smo\:border-brown-t2 {
    border-color: rgba(210, 192, 146, 0.2);
  }
  .smo\:border-brown-t3 {
    border-color: rgba(210, 192, 146, 0.3);
  }
  .smo\:border-brown-t4 {
    border-color: rgba(210, 192, 146, 0.4);
  }
  .smo\:border-brown-t5 {
    border-color: rgba(210, 192, 146, 0.5);
  }
  .smo\:border-brown-t6 {
    border-color: rgba(210, 192, 146, 0.6);
  }
  .smo\:border-brown-t7 {
    border-color: rgba(210, 192, 146, 0.7);
  }
  .smo\:border-brown-t8 {
    border-color: rgba(210, 192, 146, 0.8);
  }
  .smo\:border-brown-t9 {
    border-color: rgba(210, 192, 146, 0.9);
  }
  .smo\:border-brown-100 {
    border-color: white;
  }
  .smo\:border-brown-200 {
    border-color: #fffffe;
  }
  .smo\:border-brown-300 {
    border-color: #f0eada;
  }
  .smo\:border-brown-400 {
    border-color: #e1d5b6;
  }
  .smo\:border-brown-500 {
    border-color: #D2C092;
  }
  .smo\:border-brown-600 {
    border-color: #c3ab6e;
  }
  .smo\:border-brown-700 {
    border-color: #b4964a;
  }
  .smo\:border-brown-800 {
    border-color: #90783b;
  }
  .smo\:border-brown-900 {
    border-color: #6c5a2c;
  }
  .smo\:fill-brown {
    fill: #D2C092;
  }
  .smo\:fill-brown-t1 {
    fill: rgba(210, 192, 146, 0.1);
  }
  .smo\:fill-brown-t2 {
    fill: rgba(210, 192, 146, 0.2);
  }
  .smo\:fill-brown-t3 {
    fill: rgba(210, 192, 146, 0.3);
  }
  .smo\:fill-brown-t4 {
    fill: rgba(210, 192, 146, 0.4);
  }
  .smo\:fill-brown-t5 {
    fill: rgba(210, 192, 146, 0.5);
  }
  .smo\:fill-brown-t6 {
    fill: rgba(210, 192, 146, 0.6);
  }
  .smo\:fill-brown-t7 {
    fill: rgba(210, 192, 146, 0.7);
  }
  .smo\:fill-brown-t8 {
    fill: rgba(210, 192, 146, 0.8);
  }
  .smo\:fill-brown-t9 {
    fill: rgba(210, 192, 146, 0.9);
  }
  .smo\:fill-brown-100 {
    fill: white;
  }
  .smo\:fill-brown-200 {
    fill: #fffffe;
  }
  .smo\:fill-brown-300 {
    fill: #f0eada;
  }
  .smo\:fill-brown-400 {
    fill: #e1d5b6;
  }
  .smo\:fill-brown-500 {
    fill: #D2C092;
  }
  .smo\:fill-brown-600 {
    fill: #c3ab6e;
  }
  .smo\:fill-brown-700 {
    fill: #b4964a;
  }
  .smo\:fill-brown-800 {
    fill: #90783b;
  }
  .smo\:fill-brown-900 {
    fill: #6c5a2c;
  }
  .smo\:color-facebook {
    color: #1877F2;
  }
  .smo\:color-facebook-t1 {
    color: rgba(24, 119, 242, 0.1);
  }
  .smo\:color-facebook-t2 {
    color: rgba(24, 119, 242, 0.2);
  }
  .smo\:color-facebook-t3 {
    color: rgba(24, 119, 242, 0.3);
  }
  .smo\:color-facebook-t4 {
    color: rgba(24, 119, 242, 0.4);
  }
  .smo\:color-facebook-t5 {
    color: rgba(24, 119, 242, 0.5);
  }
  .smo\:color-facebook-t6 {
    color: rgba(24, 119, 242, 0.6);
  }
  .smo\:color-facebook-t7 {
    color: rgba(24, 119, 242, 0.7);
  }
  .smo\:color-facebook-t8 {
    color: rgba(24, 119, 242, 0.8);
  }
  .smo\:color-facebook-t9 {
    color: rgba(24, 119, 242, 0.9);
  }
  .smo\:color-facebook-100 {
    color: #d9e9fd;
  }
  .smo\:color-facebook-200 {
    color: #a9ccfa;
  }
  .smo\:color-facebook-300 {
    color: #79b0f7;
  }
  .smo\:color-facebook-400 {
    color: #4893f5;
  }
  .smo\:color-facebook-500 {
    color: #1877F2;
  }
  .smo\:color-facebook-600 {
    color: #0b5fcc;
  }
  .smo\:color-facebook-700 {
    color: #09499b;
  }
  .smo\:color-facebook-800 {
    color: #06326b;
  }
  .smo\:color-facebook-900 {
    color: #031b3b;
  }
  .smo\:bg-facebook {
    background-color: #1877F2;
  }
  .smo\:bg-facebook-t1 {
    background-color: rgba(24, 119, 242, 0.1);
  }
  .smo\:bg-facebook-t2 {
    background-color: rgba(24, 119, 242, 0.2);
  }
  .smo\:bg-facebook-t3 {
    background-color: rgba(24, 119, 242, 0.3);
  }
  .smo\:bg-facebook-t4 {
    background-color: rgba(24, 119, 242, 0.4);
  }
  .smo\:bg-facebook-t5 {
    background-color: rgba(24, 119, 242, 0.5);
  }
  .smo\:bg-facebook-t6 {
    background-color: rgba(24, 119, 242, 0.6);
  }
  .smo\:bg-facebook-t7 {
    background-color: rgba(24, 119, 242, 0.7);
  }
  .smo\:bg-facebook-t8 {
    background-color: rgba(24, 119, 242, 0.8);
  }
  .smo\:bg-facebook-t9 {
    background-color: rgba(24, 119, 242, 0.9);
  }
  .smo\:bg-facebook-100 {
    background-color: #d9e9fd;
  }
  .smo\:bg-facebook-200 {
    background-color: #a9ccfa;
  }
  .smo\:bg-facebook-300 {
    background-color: #79b0f7;
  }
  .smo\:bg-facebook-400 {
    background-color: #4893f5;
  }
  .smo\:bg-facebook-500 {
    background-color: #1877F2;
  }
  .smo\:bg-facebook-600 {
    background-color: #0b5fcc;
  }
  .smo\:bg-facebook-700 {
    background-color: #09499b;
  }
  .smo\:bg-facebook-800 {
    background-color: #06326b;
  }
  .smo\:bg-facebook-900 {
    background-color: #031b3b;
  }
  .smo\:border-facebook {
    border-color: #1877F2;
  }
  .smo\:border-facebook-t1 {
    border-color: rgba(24, 119, 242, 0.1);
  }
  .smo\:border-facebook-t2 {
    border-color: rgba(24, 119, 242, 0.2);
  }
  .smo\:border-facebook-t3 {
    border-color: rgba(24, 119, 242, 0.3);
  }
  .smo\:border-facebook-t4 {
    border-color: rgba(24, 119, 242, 0.4);
  }
  .smo\:border-facebook-t5 {
    border-color: rgba(24, 119, 242, 0.5);
  }
  .smo\:border-facebook-t6 {
    border-color: rgba(24, 119, 242, 0.6);
  }
  .smo\:border-facebook-t7 {
    border-color: rgba(24, 119, 242, 0.7);
  }
  .smo\:border-facebook-t8 {
    border-color: rgba(24, 119, 242, 0.8);
  }
  .smo\:border-facebook-t9 {
    border-color: rgba(24, 119, 242, 0.9);
  }
  .smo\:border-facebook-100 {
    border-color: #d9e9fd;
  }
  .smo\:border-facebook-200 {
    border-color: #a9ccfa;
  }
  .smo\:border-facebook-300 {
    border-color: #79b0f7;
  }
  .smo\:border-facebook-400 {
    border-color: #4893f5;
  }
  .smo\:border-facebook-500 {
    border-color: #1877F2;
  }
  .smo\:border-facebook-600 {
    border-color: #0b5fcc;
  }
  .smo\:border-facebook-700 {
    border-color: #09499b;
  }
  .smo\:border-facebook-800 {
    border-color: #06326b;
  }
  .smo\:border-facebook-900 {
    border-color: #031b3b;
  }
  .smo\:fill-facebook {
    fill: #1877F2;
  }
  .smo\:fill-facebook-t1 {
    fill: rgba(24, 119, 242, 0.1);
  }
  .smo\:fill-facebook-t2 {
    fill: rgba(24, 119, 242, 0.2);
  }
  .smo\:fill-facebook-t3 {
    fill: rgba(24, 119, 242, 0.3);
  }
  .smo\:fill-facebook-t4 {
    fill: rgba(24, 119, 242, 0.4);
  }
  .smo\:fill-facebook-t5 {
    fill: rgba(24, 119, 242, 0.5);
  }
  .smo\:fill-facebook-t6 {
    fill: rgba(24, 119, 242, 0.6);
  }
  .smo\:fill-facebook-t7 {
    fill: rgba(24, 119, 242, 0.7);
  }
  .smo\:fill-facebook-t8 {
    fill: rgba(24, 119, 242, 0.8);
  }
  .smo\:fill-facebook-t9 {
    fill: rgba(24, 119, 242, 0.9);
  }
  .smo\:fill-facebook-100 {
    fill: #d9e9fd;
  }
  .smo\:fill-facebook-200 {
    fill: #a9ccfa;
  }
  .smo\:fill-facebook-300 {
    fill: #79b0f7;
  }
  .smo\:fill-facebook-400 {
    fill: #4893f5;
  }
  .smo\:fill-facebook-500 {
    fill: #1877F2;
  }
  .smo\:fill-facebook-600 {
    fill: #0b5fcc;
  }
  .smo\:fill-facebook-700 {
    fill: #09499b;
  }
  .smo\:fill-facebook-800 {
    fill: #06326b;
  }
  .smo\:fill-facebook-900 {
    fill: #031b3b;
  }
  .smo\:color-instagram {
    color: #E4405F;
  }
  .smo\:color-instagram-t1 {
    color: rgba(228, 64, 95, 0.1);
  }
  .smo\:color-instagram-t2 {
    color: rgba(228, 64, 95, 0.2);
  }
  .smo\:color-instagram-t3 {
    color: rgba(228, 64, 95, 0.3);
  }
  .smo\:color-instagram-t4 {
    color: rgba(228, 64, 95, 0.4);
  }
  .smo\:color-instagram-t5 {
    color: rgba(228, 64, 95, 0.5);
  }
  .smo\:color-instagram-t6 {
    color: rgba(228, 64, 95, 0.6);
  }
  .smo\:color-instagram-t7 {
    color: rgba(228, 64, 95, 0.7);
  }
  .smo\:color-instagram-t8 {
    color: rgba(228, 64, 95, 0.8);
  }
  .smo\:color-instagram-t9 {
    color: rgba(228, 64, 95, 0.9);
  }
  .smo\:color-instagram-100 {
    color: #fdf3f5;
  }
  .smo\:color-instagram-200 {
    color: #f7c6cf;
  }
  .smo\:color-instagram-300 {
    color: #f199aa;
  }
  .smo\:color-instagram-400 {
    color: #ea6d84;
  }
  .smo\:color-instagram-500 {
    color: #E4405F;
  }
  .smo\:color-instagram-600 {
    color: #d31e40;
  }
  .smo\:color-instagram-700 {
    color: #a61833;
  }
  .smo\:color-instagram-800 {
    color: #7a1125;
  }
  .smo\:color-instagram-900 {
    color: #4d0b17;
  }
  .smo\:bg-instagram {
    background-color: #E4405F;
  }
  .smo\:bg-instagram-t1 {
    background-color: rgba(228, 64, 95, 0.1);
  }
  .smo\:bg-instagram-t2 {
    background-color: rgba(228, 64, 95, 0.2);
  }
  .smo\:bg-instagram-t3 {
    background-color: rgba(228, 64, 95, 0.3);
  }
  .smo\:bg-instagram-t4 {
    background-color: rgba(228, 64, 95, 0.4);
  }
  .smo\:bg-instagram-t5 {
    background-color: rgba(228, 64, 95, 0.5);
  }
  .smo\:bg-instagram-t6 {
    background-color: rgba(228, 64, 95, 0.6);
  }
  .smo\:bg-instagram-t7 {
    background-color: rgba(228, 64, 95, 0.7);
  }
  .smo\:bg-instagram-t8 {
    background-color: rgba(228, 64, 95, 0.8);
  }
  .smo\:bg-instagram-t9 {
    background-color: rgba(228, 64, 95, 0.9);
  }
  .smo\:bg-instagram-100 {
    background-color: #fdf3f5;
  }
  .smo\:bg-instagram-200 {
    background-color: #f7c6cf;
  }
  .smo\:bg-instagram-300 {
    background-color: #f199aa;
  }
  .smo\:bg-instagram-400 {
    background-color: #ea6d84;
  }
  .smo\:bg-instagram-500 {
    background-color: #E4405F;
  }
  .smo\:bg-instagram-600 {
    background-color: #d31e40;
  }
  .smo\:bg-instagram-700 {
    background-color: #a61833;
  }
  .smo\:bg-instagram-800 {
    background-color: #7a1125;
  }
  .smo\:bg-instagram-900 {
    background-color: #4d0b17;
  }
  .smo\:border-instagram {
    border-color: #E4405F;
  }
  .smo\:border-instagram-t1 {
    border-color: rgba(228, 64, 95, 0.1);
  }
  .smo\:border-instagram-t2 {
    border-color: rgba(228, 64, 95, 0.2);
  }
  .smo\:border-instagram-t3 {
    border-color: rgba(228, 64, 95, 0.3);
  }
  .smo\:border-instagram-t4 {
    border-color: rgba(228, 64, 95, 0.4);
  }
  .smo\:border-instagram-t5 {
    border-color: rgba(228, 64, 95, 0.5);
  }
  .smo\:border-instagram-t6 {
    border-color: rgba(228, 64, 95, 0.6);
  }
  .smo\:border-instagram-t7 {
    border-color: rgba(228, 64, 95, 0.7);
  }
  .smo\:border-instagram-t8 {
    border-color: rgba(228, 64, 95, 0.8);
  }
  .smo\:border-instagram-t9 {
    border-color: rgba(228, 64, 95, 0.9);
  }
  .smo\:border-instagram-100 {
    border-color: #fdf3f5;
  }
  .smo\:border-instagram-200 {
    border-color: #f7c6cf;
  }
  .smo\:border-instagram-300 {
    border-color: #f199aa;
  }
  .smo\:border-instagram-400 {
    border-color: #ea6d84;
  }
  .smo\:border-instagram-500 {
    border-color: #E4405F;
  }
  .smo\:border-instagram-600 {
    border-color: #d31e40;
  }
  .smo\:border-instagram-700 {
    border-color: #a61833;
  }
  .smo\:border-instagram-800 {
    border-color: #7a1125;
  }
  .smo\:border-instagram-900 {
    border-color: #4d0b17;
  }
  .smo\:fill-instagram {
    fill: #E4405F;
  }
  .smo\:fill-instagram-t1 {
    fill: rgba(228, 64, 95, 0.1);
  }
  .smo\:fill-instagram-t2 {
    fill: rgba(228, 64, 95, 0.2);
  }
  .smo\:fill-instagram-t3 {
    fill: rgba(228, 64, 95, 0.3);
  }
  .smo\:fill-instagram-t4 {
    fill: rgba(228, 64, 95, 0.4);
  }
  .smo\:fill-instagram-t5 {
    fill: rgba(228, 64, 95, 0.5);
  }
  .smo\:fill-instagram-t6 {
    fill: rgba(228, 64, 95, 0.6);
  }
  .smo\:fill-instagram-t7 {
    fill: rgba(228, 64, 95, 0.7);
  }
  .smo\:fill-instagram-t8 {
    fill: rgba(228, 64, 95, 0.8);
  }
  .smo\:fill-instagram-t9 {
    fill: rgba(228, 64, 95, 0.9);
  }
  .smo\:fill-instagram-100 {
    fill: #fdf3f5;
  }
  .smo\:fill-instagram-200 {
    fill: #f7c6cf;
  }
  .smo\:fill-instagram-300 {
    fill: #f199aa;
  }
  .smo\:fill-instagram-400 {
    fill: #ea6d84;
  }
  .smo\:fill-instagram-500 {
    fill: #E4405F;
  }
  .smo\:fill-instagram-600 {
    fill: #d31e40;
  }
  .smo\:fill-instagram-700 {
    fill: #a61833;
  }
  .smo\:fill-instagram-800 {
    fill: #7a1125;
  }
  .smo\:fill-instagram-900 {
    fill: #4d0b17;
  }
  .smo\:color-linkedin {
    color: #0077B5;
  }
  .smo\:color-linkedin-t1 {
    color: rgba(0, 119, 181, 0.1);
  }
  .smo\:color-linkedin-t2 {
    color: rgba(0, 119, 181, 0.2);
  }
  .smo\:color-linkedin-t3 {
    color: rgba(0, 119, 181, 0.3);
  }
  .smo\:color-linkedin-t4 {
    color: rgba(0, 119, 181, 0.4);
  }
  .smo\:color-linkedin-t5 {
    color: rgba(0, 119, 181, 0.5);
  }
  .smo\:color-linkedin-t6 {
    color: rgba(0, 119, 181, 0.6);
  }
  .smo\:color-linkedin-t7 {
    color: rgba(0, 119, 181, 0.7);
  }
  .smo\:color-linkedin-t8 {
    color: rgba(0, 119, 181, 0.8);
  }
  .smo\:color-linkedin-t9 {
    color: rgba(0, 119, 181, 0.9);
  }
  .smo\:color-linkedin-100 {
    color: #82d4ff;
  }
  .smo\:color-linkedin-200 {
    color: #4fc3ff;
  }
  .smo\:color-linkedin-300 {
    color: #1cb1ff;
  }
  .smo\:color-linkedin-400 {
    color: #0099e8;
  }
  .smo\:color-linkedin-500 {
    color: #0077B5;
  }
  .smo\:color-linkedin-600 {
    color: #005582;
  }
  .smo\:color-linkedin-700 {
    color: #00344f;
  }
  .smo\:color-linkedin-800 {
    color: #00121c;
  }
  .smo\:color-linkedin-900 {
    color: black;
  }
  .smo\:bg-linkedin {
    background-color: #0077B5;
  }
  .smo\:bg-linkedin-t1 {
    background-color: rgba(0, 119, 181, 0.1);
  }
  .smo\:bg-linkedin-t2 {
    background-color: rgba(0, 119, 181, 0.2);
  }
  .smo\:bg-linkedin-t3 {
    background-color: rgba(0, 119, 181, 0.3);
  }
  .smo\:bg-linkedin-t4 {
    background-color: rgba(0, 119, 181, 0.4);
  }
  .smo\:bg-linkedin-t5 {
    background-color: rgba(0, 119, 181, 0.5);
  }
  .smo\:bg-linkedin-t6 {
    background-color: rgba(0, 119, 181, 0.6);
  }
  .smo\:bg-linkedin-t7 {
    background-color: rgba(0, 119, 181, 0.7);
  }
  .smo\:bg-linkedin-t8 {
    background-color: rgba(0, 119, 181, 0.8);
  }
  .smo\:bg-linkedin-t9 {
    background-color: rgba(0, 119, 181, 0.9);
  }
  .smo\:bg-linkedin-100 {
    background-color: #82d4ff;
  }
  .smo\:bg-linkedin-200 {
    background-color: #4fc3ff;
  }
  .smo\:bg-linkedin-300 {
    background-color: #1cb1ff;
  }
  .smo\:bg-linkedin-400 {
    background-color: #0099e8;
  }
  .smo\:bg-linkedin-500 {
    background-color: #0077B5;
  }
  .smo\:bg-linkedin-600 {
    background-color: #005582;
  }
  .smo\:bg-linkedin-700 {
    background-color: #00344f;
  }
  .smo\:bg-linkedin-800 {
    background-color: #00121c;
  }
  .smo\:bg-linkedin-900 {
    background-color: black;
  }
  .smo\:border-linkedin {
    border-color: #0077B5;
  }
  .smo\:border-linkedin-t1 {
    border-color: rgba(0, 119, 181, 0.1);
  }
  .smo\:border-linkedin-t2 {
    border-color: rgba(0, 119, 181, 0.2);
  }
  .smo\:border-linkedin-t3 {
    border-color: rgba(0, 119, 181, 0.3);
  }
  .smo\:border-linkedin-t4 {
    border-color: rgba(0, 119, 181, 0.4);
  }
  .smo\:border-linkedin-t5 {
    border-color: rgba(0, 119, 181, 0.5);
  }
  .smo\:border-linkedin-t6 {
    border-color: rgba(0, 119, 181, 0.6);
  }
  .smo\:border-linkedin-t7 {
    border-color: rgba(0, 119, 181, 0.7);
  }
  .smo\:border-linkedin-t8 {
    border-color: rgba(0, 119, 181, 0.8);
  }
  .smo\:border-linkedin-t9 {
    border-color: rgba(0, 119, 181, 0.9);
  }
  .smo\:border-linkedin-100 {
    border-color: #82d4ff;
  }
  .smo\:border-linkedin-200 {
    border-color: #4fc3ff;
  }
  .smo\:border-linkedin-300 {
    border-color: #1cb1ff;
  }
  .smo\:border-linkedin-400 {
    border-color: #0099e8;
  }
  .smo\:border-linkedin-500 {
    border-color: #0077B5;
  }
  .smo\:border-linkedin-600 {
    border-color: #005582;
  }
  .smo\:border-linkedin-700 {
    border-color: #00344f;
  }
  .smo\:border-linkedin-800 {
    border-color: #00121c;
  }
  .smo\:border-linkedin-900 {
    border-color: black;
  }
  .smo\:fill-linkedin {
    fill: #0077B5;
  }
  .smo\:fill-linkedin-t1 {
    fill: rgba(0, 119, 181, 0.1);
  }
  .smo\:fill-linkedin-t2 {
    fill: rgba(0, 119, 181, 0.2);
  }
  .smo\:fill-linkedin-t3 {
    fill: rgba(0, 119, 181, 0.3);
  }
  .smo\:fill-linkedin-t4 {
    fill: rgba(0, 119, 181, 0.4);
  }
  .smo\:fill-linkedin-t5 {
    fill: rgba(0, 119, 181, 0.5);
  }
  .smo\:fill-linkedin-t6 {
    fill: rgba(0, 119, 181, 0.6);
  }
  .smo\:fill-linkedin-t7 {
    fill: rgba(0, 119, 181, 0.7);
  }
  .smo\:fill-linkedin-t8 {
    fill: rgba(0, 119, 181, 0.8);
  }
  .smo\:fill-linkedin-t9 {
    fill: rgba(0, 119, 181, 0.9);
  }
  .smo\:fill-linkedin-100 {
    fill: #82d4ff;
  }
  .smo\:fill-linkedin-200 {
    fill: #4fc3ff;
  }
  .smo\:fill-linkedin-300 {
    fill: #1cb1ff;
  }
  .smo\:fill-linkedin-400 {
    fill: #0099e8;
  }
  .smo\:fill-linkedin-500 {
    fill: #0077B5;
  }
  .smo\:fill-linkedin-600 {
    fill: #005582;
  }
  .smo\:fill-linkedin-700 {
    fill: #00344f;
  }
  .smo\:fill-linkedin-800 {
    fill: #00121c;
  }
  .smo\:fill-linkedin-900 {
    fill: black;
  }
  .smo\:color-twitter {
    color: #1DA1F2;
  }
  .smo\:color-twitter-t1 {
    color: rgba(29, 161, 242, 0.1);
  }
  .smo\:color-twitter-t2 {
    color: rgba(29, 161, 242, 0.2);
  }
  .smo\:color-twitter-t3 {
    color: rgba(29, 161, 242, 0.3);
  }
  .smo\:color-twitter-t4 {
    color: rgba(29, 161, 242, 0.4);
  }
  .smo\:color-twitter-t5 {
    color: rgba(29, 161, 242, 0.5);
  }
  .smo\:color-twitter-t6 {
    color: rgba(29, 161, 242, 0.6);
  }
  .smo\:color-twitter-t7 {
    color: rgba(29, 161, 242, 0.7);
  }
  .smo\:color-twitter-t8 {
    color: rgba(29, 161, 242, 0.8);
  }
  .smo\:color-twitter-t9 {
    color: rgba(29, 161, 242, 0.9);
  }
  .smo\:color-twitter-100 {
    color: #def1fd;
  }
  .smo\:color-twitter-200 {
    color: #aeddfa;
  }
  .smo\:color-twitter-300 {
    color: #7dc9f8;
  }
  .smo\:color-twitter-400 {
    color: #4db5f5;
  }
  .smo\:color-twitter-500 {
    color: #1DA1F2;
  }
  .smo\:color-twitter-600 {
    color: #0c85d0;
  }
  .smo\:color-twitter-700 {
    color: #0967a0;
  }
  .smo\:color-twitter-800 {
    color: #064870;
  }
  .smo\:color-twitter-900 {
    color: #04293f;
  }
  .smo\:bg-twitter {
    background-color: #1DA1F2;
  }
  .smo\:bg-twitter-t1 {
    background-color: rgba(29, 161, 242, 0.1);
  }
  .smo\:bg-twitter-t2 {
    background-color: rgba(29, 161, 242, 0.2);
  }
  .smo\:bg-twitter-t3 {
    background-color: rgba(29, 161, 242, 0.3);
  }
  .smo\:bg-twitter-t4 {
    background-color: rgba(29, 161, 242, 0.4);
  }
  .smo\:bg-twitter-t5 {
    background-color: rgba(29, 161, 242, 0.5);
  }
  .smo\:bg-twitter-t6 {
    background-color: rgba(29, 161, 242, 0.6);
  }
  .smo\:bg-twitter-t7 {
    background-color: rgba(29, 161, 242, 0.7);
  }
  .smo\:bg-twitter-t8 {
    background-color: rgba(29, 161, 242, 0.8);
  }
  .smo\:bg-twitter-t9 {
    background-color: rgba(29, 161, 242, 0.9);
  }
  .smo\:bg-twitter-100 {
    background-color: #def1fd;
  }
  .smo\:bg-twitter-200 {
    background-color: #aeddfa;
  }
  .smo\:bg-twitter-300 {
    background-color: #7dc9f8;
  }
  .smo\:bg-twitter-400 {
    background-color: #4db5f5;
  }
  .smo\:bg-twitter-500 {
    background-color: #1DA1F2;
  }
  .smo\:bg-twitter-600 {
    background-color: #0c85d0;
  }
  .smo\:bg-twitter-700 {
    background-color: #0967a0;
  }
  .smo\:bg-twitter-800 {
    background-color: #064870;
  }
  .smo\:bg-twitter-900 {
    background-color: #04293f;
  }
  .smo\:border-twitter {
    border-color: #1DA1F2;
  }
  .smo\:border-twitter-t1 {
    border-color: rgba(29, 161, 242, 0.1);
  }
  .smo\:border-twitter-t2 {
    border-color: rgba(29, 161, 242, 0.2);
  }
  .smo\:border-twitter-t3 {
    border-color: rgba(29, 161, 242, 0.3);
  }
  .smo\:border-twitter-t4 {
    border-color: rgba(29, 161, 242, 0.4);
  }
  .smo\:border-twitter-t5 {
    border-color: rgba(29, 161, 242, 0.5);
  }
  .smo\:border-twitter-t6 {
    border-color: rgba(29, 161, 242, 0.6);
  }
  .smo\:border-twitter-t7 {
    border-color: rgba(29, 161, 242, 0.7);
  }
  .smo\:border-twitter-t8 {
    border-color: rgba(29, 161, 242, 0.8);
  }
  .smo\:border-twitter-t9 {
    border-color: rgba(29, 161, 242, 0.9);
  }
  .smo\:border-twitter-100 {
    border-color: #def1fd;
  }
  .smo\:border-twitter-200 {
    border-color: #aeddfa;
  }
  .smo\:border-twitter-300 {
    border-color: #7dc9f8;
  }
  .smo\:border-twitter-400 {
    border-color: #4db5f5;
  }
  .smo\:border-twitter-500 {
    border-color: #1DA1F2;
  }
  .smo\:border-twitter-600 {
    border-color: #0c85d0;
  }
  .smo\:border-twitter-700 {
    border-color: #0967a0;
  }
  .smo\:border-twitter-800 {
    border-color: #064870;
  }
  .smo\:border-twitter-900 {
    border-color: #04293f;
  }
  .smo\:fill-twitter {
    fill: #1DA1F2;
  }
  .smo\:fill-twitter-t1 {
    fill: rgba(29, 161, 242, 0.1);
  }
  .smo\:fill-twitter-t2 {
    fill: rgba(29, 161, 242, 0.2);
  }
  .smo\:fill-twitter-t3 {
    fill: rgba(29, 161, 242, 0.3);
  }
  .smo\:fill-twitter-t4 {
    fill: rgba(29, 161, 242, 0.4);
  }
  .smo\:fill-twitter-t5 {
    fill: rgba(29, 161, 242, 0.5);
  }
  .smo\:fill-twitter-t6 {
    fill: rgba(29, 161, 242, 0.6);
  }
  .smo\:fill-twitter-t7 {
    fill: rgba(29, 161, 242, 0.7);
  }
  .smo\:fill-twitter-t8 {
    fill: rgba(29, 161, 242, 0.8);
  }
  .smo\:fill-twitter-t9 {
    fill: rgba(29, 161, 242, 0.9);
  }
  .smo\:fill-twitter-100 {
    fill: #def1fd;
  }
  .smo\:fill-twitter-200 {
    fill: #aeddfa;
  }
  .smo\:fill-twitter-300 {
    fill: #7dc9f8;
  }
  .smo\:fill-twitter-400 {
    fill: #4db5f5;
  }
  .smo\:fill-twitter-500 {
    fill: #1DA1F2;
  }
  .smo\:fill-twitter-600 {
    fill: #0c85d0;
  }
  .smo\:fill-twitter-700 {
    fill: #0967a0;
  }
  .smo\:fill-twitter-800 {
    fill: #064870;
  }
  .smo\:fill-twitter-900 {
    fill: #04293f;
  }
  .smo\:color-youtube {
    color: #FF0000;
  }
  .smo\:color-youtube-t1 {
    color: rgba(255, 0, 0, 0.1);
  }
  .smo\:color-youtube-t2 {
    color: rgba(255, 0, 0, 0.2);
  }
  .smo\:color-youtube-t3 {
    color: rgba(255, 0, 0, 0.3);
  }
  .smo\:color-youtube-t4 {
    color: rgba(255, 0, 0, 0.4);
  }
  .smo\:color-youtube-t5 {
    color: rgba(255, 0, 0, 0.5);
  }
  .smo\:color-youtube-t6 {
    color: rgba(255, 0, 0, 0.6);
  }
  .smo\:color-youtube-t7 {
    color: rgba(255, 0, 0, 0.7);
  }
  .smo\:color-youtube-t8 {
    color: rgba(255, 0, 0, 0.8);
  }
  .smo\:color-youtube-t9 {
    color: rgba(255, 0, 0, 0.9);
  }
  .smo\:color-youtube-100 {
    color: #ffcccc;
  }
  .smo\:color-youtube-200 {
    color: #ff9999;
  }
  .smo\:color-youtube-300 {
    color: #ff6666;
  }
  .smo\:color-youtube-400 {
    color: #ff3333;
  }
  .smo\:color-youtube-500 {
    color: #FF0000;
  }
  .smo\:color-youtube-600 {
    color: #cc0000;
  }
  .smo\:color-youtube-700 {
    color: #990000;
  }
  .smo\:color-youtube-800 {
    color: #660000;
  }
  .smo\:color-youtube-900 {
    color: #330000;
  }
  .smo\:bg-youtube {
    background-color: #FF0000;
  }
  .smo\:bg-youtube-t1 {
    background-color: rgba(255, 0, 0, 0.1);
  }
  .smo\:bg-youtube-t2 {
    background-color: rgba(255, 0, 0, 0.2);
  }
  .smo\:bg-youtube-t3 {
    background-color: rgba(255, 0, 0, 0.3);
  }
  .smo\:bg-youtube-t4 {
    background-color: rgba(255, 0, 0, 0.4);
  }
  .smo\:bg-youtube-t5 {
    background-color: rgba(255, 0, 0, 0.5);
  }
  .smo\:bg-youtube-t6 {
    background-color: rgba(255, 0, 0, 0.6);
  }
  .smo\:bg-youtube-t7 {
    background-color: rgba(255, 0, 0, 0.7);
  }
  .smo\:bg-youtube-t8 {
    background-color: rgba(255, 0, 0, 0.8);
  }
  .smo\:bg-youtube-t9 {
    background-color: rgba(255, 0, 0, 0.9);
  }
  .smo\:bg-youtube-100 {
    background-color: #ffcccc;
  }
  .smo\:bg-youtube-200 {
    background-color: #ff9999;
  }
  .smo\:bg-youtube-300 {
    background-color: #ff6666;
  }
  .smo\:bg-youtube-400 {
    background-color: #ff3333;
  }
  .smo\:bg-youtube-500 {
    background-color: #FF0000;
  }
  .smo\:bg-youtube-600 {
    background-color: #cc0000;
  }
  .smo\:bg-youtube-700 {
    background-color: #990000;
  }
  .smo\:bg-youtube-800 {
    background-color: #660000;
  }
  .smo\:bg-youtube-900 {
    background-color: #330000;
  }
  .smo\:border-youtube {
    border-color: #FF0000;
  }
  .smo\:border-youtube-t1 {
    border-color: rgba(255, 0, 0, 0.1);
  }
  .smo\:border-youtube-t2 {
    border-color: rgba(255, 0, 0, 0.2);
  }
  .smo\:border-youtube-t3 {
    border-color: rgba(255, 0, 0, 0.3);
  }
  .smo\:border-youtube-t4 {
    border-color: rgba(255, 0, 0, 0.4);
  }
  .smo\:border-youtube-t5 {
    border-color: rgba(255, 0, 0, 0.5);
  }
  .smo\:border-youtube-t6 {
    border-color: rgba(255, 0, 0, 0.6);
  }
  .smo\:border-youtube-t7 {
    border-color: rgba(255, 0, 0, 0.7);
  }
  .smo\:border-youtube-t8 {
    border-color: rgba(255, 0, 0, 0.8);
  }
  .smo\:border-youtube-t9 {
    border-color: rgba(255, 0, 0, 0.9);
  }
  .smo\:border-youtube-100 {
    border-color: #ffcccc;
  }
  .smo\:border-youtube-200 {
    border-color: #ff9999;
  }
  .smo\:border-youtube-300 {
    border-color: #ff6666;
  }
  .smo\:border-youtube-400 {
    border-color: #ff3333;
  }
  .smo\:border-youtube-500 {
    border-color: #FF0000;
  }
  .smo\:border-youtube-600 {
    border-color: #cc0000;
  }
  .smo\:border-youtube-700 {
    border-color: #990000;
  }
  .smo\:border-youtube-800 {
    border-color: #660000;
  }
  .smo\:border-youtube-900 {
    border-color: #330000;
  }
  .smo\:fill-youtube {
    fill: #FF0000;
  }
  .smo\:fill-youtube-t1 {
    fill: rgba(255, 0, 0, 0.1);
  }
  .smo\:fill-youtube-t2 {
    fill: rgba(255, 0, 0, 0.2);
  }
  .smo\:fill-youtube-t3 {
    fill: rgba(255, 0, 0, 0.3);
  }
  .smo\:fill-youtube-t4 {
    fill: rgba(255, 0, 0, 0.4);
  }
  .smo\:fill-youtube-t5 {
    fill: rgba(255, 0, 0, 0.5);
  }
  .smo\:fill-youtube-t6 {
    fill: rgba(255, 0, 0, 0.6);
  }
  .smo\:fill-youtube-t7 {
    fill: rgba(255, 0, 0, 0.7);
  }
  .smo\:fill-youtube-t8 {
    fill: rgba(255, 0, 0, 0.8);
  }
  .smo\:fill-youtube-t9 {
    fill: rgba(255, 0, 0, 0.9);
  }
  .smo\:fill-youtube-100 {
    fill: #ffcccc;
  }
  .smo\:fill-youtube-200 {
    fill: #ff9999;
  }
  .smo\:fill-youtube-300 {
    fill: #ff6666;
  }
  .smo\:fill-youtube-400 {
    fill: #ff3333;
  }
  .smo\:fill-youtube-500 {
    fill: #FF0000;
  }
  .smo\:fill-youtube-600 {
    fill: #cc0000;
  }
  .smo\:fill-youtube-700 {
    fill: #990000;
  }
  .smo\:fill-youtube-800 {
    fill: #660000;
  }
  .smo\:fill-youtube-900 {
    fill: #330000;
  }
  .smo\:color-whatsapp {
    color: #25D366;
  }
  .smo\:color-whatsapp-t1 {
    color: rgba(37, 211, 102, 0.1);
  }
  .smo\:color-whatsapp-t2 {
    color: rgba(37, 211, 102, 0.2);
  }
  .smo\:color-whatsapp-t3 {
    color: rgba(37, 211, 102, 0.3);
  }
  .smo\:color-whatsapp-t4 {
    color: rgba(37, 211, 102, 0.4);
  }
  .smo\:color-whatsapp-t5 {
    color: rgba(37, 211, 102, 0.5);
  }
  .smo\:color-whatsapp-t6 {
    color: rgba(37, 211, 102, 0.6);
  }
  .smo\:color-whatsapp-t7 {
    color: rgba(37, 211, 102, 0.7);
  }
  .smo\:color-whatsapp-t8 {
    color: rgba(37, 211, 102, 0.8);
  }
  .smo\:color-whatsapp-t9 {
    color: rgba(37, 211, 102, 0.9);
  }
  .smo\:color-whatsapp-100 {
    color: #cef6dd;
  }
  .smo\:color-whatsapp-200 {
    color: #a2efbf;
  }
  .smo\:color-whatsapp-300 {
    color: #77e7a1;
  }
  .smo\:color-whatsapp-400 {
    color: #4be083;
  }
  .smo\:color-whatsapp-500 {
    color: #25D366;
  }
  .smo\:color-whatsapp-600 {
    color: #1da851;
  }
  .smo\:color-whatsapp-700 {
    color: #167c3c;
  }
  .smo\:color-whatsapp-800 {
    color: #0e5127;
  }
  .smo\:color-whatsapp-900 {
    color: #072512;
  }
  .smo\:bg-whatsapp {
    background-color: #25D366;
  }
  .smo\:bg-whatsapp-t1 {
    background-color: rgba(37, 211, 102, 0.1);
  }
  .smo\:bg-whatsapp-t2 {
    background-color: rgba(37, 211, 102, 0.2);
  }
  .smo\:bg-whatsapp-t3 {
    background-color: rgba(37, 211, 102, 0.3);
  }
  .smo\:bg-whatsapp-t4 {
    background-color: rgba(37, 211, 102, 0.4);
  }
  .smo\:bg-whatsapp-t5 {
    background-color: rgba(37, 211, 102, 0.5);
  }
  .smo\:bg-whatsapp-t6 {
    background-color: rgba(37, 211, 102, 0.6);
  }
  .smo\:bg-whatsapp-t7 {
    background-color: rgba(37, 211, 102, 0.7);
  }
  .smo\:bg-whatsapp-t8 {
    background-color: rgba(37, 211, 102, 0.8);
  }
  .smo\:bg-whatsapp-t9 {
    background-color: rgba(37, 211, 102, 0.9);
  }
  .smo\:bg-whatsapp-100 {
    background-color: #cef6dd;
  }
  .smo\:bg-whatsapp-200 {
    background-color: #a2efbf;
  }
  .smo\:bg-whatsapp-300 {
    background-color: #77e7a1;
  }
  .smo\:bg-whatsapp-400 {
    background-color: #4be083;
  }
  .smo\:bg-whatsapp-500 {
    background-color: #25D366;
  }
  .smo\:bg-whatsapp-600 {
    background-color: #1da851;
  }
  .smo\:bg-whatsapp-700 {
    background-color: #167c3c;
  }
  .smo\:bg-whatsapp-800 {
    background-color: #0e5127;
  }
  .smo\:bg-whatsapp-900 {
    background-color: #072512;
  }
  .smo\:border-whatsapp {
    border-color: #25D366;
  }
  .smo\:border-whatsapp-t1 {
    border-color: rgba(37, 211, 102, 0.1);
  }
  .smo\:border-whatsapp-t2 {
    border-color: rgba(37, 211, 102, 0.2);
  }
  .smo\:border-whatsapp-t3 {
    border-color: rgba(37, 211, 102, 0.3);
  }
  .smo\:border-whatsapp-t4 {
    border-color: rgba(37, 211, 102, 0.4);
  }
  .smo\:border-whatsapp-t5 {
    border-color: rgba(37, 211, 102, 0.5);
  }
  .smo\:border-whatsapp-t6 {
    border-color: rgba(37, 211, 102, 0.6);
  }
  .smo\:border-whatsapp-t7 {
    border-color: rgba(37, 211, 102, 0.7);
  }
  .smo\:border-whatsapp-t8 {
    border-color: rgba(37, 211, 102, 0.8);
  }
  .smo\:border-whatsapp-t9 {
    border-color: rgba(37, 211, 102, 0.9);
  }
  .smo\:border-whatsapp-100 {
    border-color: #cef6dd;
  }
  .smo\:border-whatsapp-200 {
    border-color: #a2efbf;
  }
  .smo\:border-whatsapp-300 {
    border-color: #77e7a1;
  }
  .smo\:border-whatsapp-400 {
    border-color: #4be083;
  }
  .smo\:border-whatsapp-500 {
    border-color: #25D366;
  }
  .smo\:border-whatsapp-600 {
    border-color: #1da851;
  }
  .smo\:border-whatsapp-700 {
    border-color: #167c3c;
  }
  .smo\:border-whatsapp-800 {
    border-color: #0e5127;
  }
  .smo\:border-whatsapp-900 {
    border-color: #072512;
  }
  .smo\:fill-whatsapp {
    fill: #25D366;
  }
  .smo\:fill-whatsapp-t1 {
    fill: rgba(37, 211, 102, 0.1);
  }
  .smo\:fill-whatsapp-t2 {
    fill: rgba(37, 211, 102, 0.2);
  }
  .smo\:fill-whatsapp-t3 {
    fill: rgba(37, 211, 102, 0.3);
  }
  .smo\:fill-whatsapp-t4 {
    fill: rgba(37, 211, 102, 0.4);
  }
  .smo\:fill-whatsapp-t5 {
    fill: rgba(37, 211, 102, 0.5);
  }
  .smo\:fill-whatsapp-t6 {
    fill: rgba(37, 211, 102, 0.6);
  }
  .smo\:fill-whatsapp-t7 {
    fill: rgba(37, 211, 102, 0.7);
  }
  .smo\:fill-whatsapp-t8 {
    fill: rgba(37, 211, 102, 0.8);
  }
  .smo\:fill-whatsapp-t9 {
    fill: rgba(37, 211, 102, 0.9);
  }
  .smo\:fill-whatsapp-100 {
    fill: #cef6dd;
  }
  .smo\:fill-whatsapp-200 {
    fill: #a2efbf;
  }
  .smo\:fill-whatsapp-300 {
    fill: #77e7a1;
  }
  .smo\:fill-whatsapp-400 {
    fill: #4be083;
  }
  .smo\:fill-whatsapp-500 {
    fill: #25D366;
  }
  .smo\:fill-whatsapp-600 {
    fill: #1da851;
  }
  .smo\:fill-whatsapp-700 {
    fill: #167c3c;
  }
  .smo\:fill-whatsapp-800 {
    fill: #0e5127;
  }
  .smo\:fill-whatsapp-900 {
    fill: #072512;
  }
}
@media (max-width: 970px) {
  .smb\:color-white {
    color: #ffffff;
  }
  .smb\:color-white-t1 {
    color: rgba(255, 255, 255, 0.1);
  }
  .smb\:color-white-t2 {
    color: rgba(255, 255, 255, 0.2);
  }
  .smb\:color-white-t3 {
    color: rgba(255, 255, 255, 0.3);
  }
  .smb\:color-white-t4 {
    color: rgba(255, 255, 255, 0.4);
  }
  .smb\:color-white-t5 {
    color: rgba(255, 255, 255, 0.5);
  }
  .smb\:color-white-t6 {
    color: rgba(255, 255, 255, 0.6);
  }
  .smb\:color-white-t7 {
    color: rgba(255, 255, 255, 0.7);
  }
  .smb\:color-white-t8 {
    color: rgba(255, 255, 255, 0.8);
  }
  .smb\:color-white-t9 {
    color: rgba(255, 255, 255, 0.9);
  }
  .smb\:color-white-100 {
    color: white;
  }
  .smb\:color-white-200 {
    color: white;
  }
  .smb\:color-white-300 {
    color: white;
  }
  .smb\:color-white-400 {
    color: white;
  }
  .smb\:color-white-500 {
    color: #ffffff;
  }
  .smb\:color-white-600 {
    color: #e6e6e6;
  }
  .smb\:color-white-700 {
    color: #cccccc;
  }
  .smb\:color-white-800 {
    color: #b3b3b3;
  }
  .smb\:color-white-900 {
    color: #999999;
  }
  .smb\:bg-white {
    background-color: #ffffff;
  }
  .smb\:bg-white-t1 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .smb\:bg-white-t2 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .smb\:bg-white-t3 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .smb\:bg-white-t4 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .smb\:bg-white-t5 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .smb\:bg-white-t6 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .smb\:bg-white-t7 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .smb\:bg-white-t8 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .smb\:bg-white-t9 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .smb\:bg-white-100 {
    background-color: white;
  }
  .smb\:bg-white-200 {
    background-color: white;
  }
  .smb\:bg-white-300 {
    background-color: white;
  }
  .smb\:bg-white-400 {
    background-color: white;
  }
  .smb\:bg-white-500 {
    background-color: #ffffff;
  }
  .smb\:bg-white-600 {
    background-color: #e6e6e6;
  }
  .smb\:bg-white-700 {
    background-color: #cccccc;
  }
  .smb\:bg-white-800 {
    background-color: #b3b3b3;
  }
  .smb\:bg-white-900 {
    background-color: #999999;
  }
  .smb\:border-white {
    border-color: #ffffff;
  }
  .smb\:border-white-t1 {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .smb\:border-white-t2 {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .smb\:border-white-t3 {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .smb\:border-white-t4 {
    border-color: rgba(255, 255, 255, 0.4);
  }
  .smb\:border-white-t5 {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .smb\:border-white-t6 {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .smb\:border-white-t7 {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .smb\:border-white-t8 {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .smb\:border-white-t9 {
    border-color: rgba(255, 255, 255, 0.9);
  }
  .smb\:border-white-100 {
    border-color: white;
  }
  .smb\:border-white-200 {
    border-color: white;
  }
  .smb\:border-white-300 {
    border-color: white;
  }
  .smb\:border-white-400 {
    border-color: white;
  }
  .smb\:border-white-500 {
    border-color: #ffffff;
  }
  .smb\:border-white-600 {
    border-color: #e6e6e6;
  }
  .smb\:border-white-700 {
    border-color: #cccccc;
  }
  .smb\:border-white-800 {
    border-color: #b3b3b3;
  }
  .smb\:border-white-900 {
    border-color: #999999;
  }
  .smb\:fill-white {
    fill: #ffffff;
  }
  .smb\:fill-white-t1 {
    fill: rgba(255, 255, 255, 0.1);
  }
  .smb\:fill-white-t2 {
    fill: rgba(255, 255, 255, 0.2);
  }
  .smb\:fill-white-t3 {
    fill: rgba(255, 255, 255, 0.3);
  }
  .smb\:fill-white-t4 {
    fill: rgba(255, 255, 255, 0.4);
  }
  .smb\:fill-white-t5 {
    fill: rgba(255, 255, 255, 0.5);
  }
  .smb\:fill-white-t6 {
    fill: rgba(255, 255, 255, 0.6);
  }
  .smb\:fill-white-t7 {
    fill: rgba(255, 255, 255, 0.7);
  }
  .smb\:fill-white-t8 {
    fill: rgba(255, 255, 255, 0.8);
  }
  .smb\:fill-white-t9 {
    fill: rgba(255, 255, 255, 0.9);
  }
  .smb\:fill-white-100 {
    fill: white;
  }
  .smb\:fill-white-200 {
    fill: white;
  }
  .smb\:fill-white-300 {
    fill: white;
  }
  .smb\:fill-white-400 {
    fill: white;
  }
  .smb\:fill-white-500 {
    fill: #ffffff;
  }
  .smb\:fill-white-600 {
    fill: #e6e6e6;
  }
  .smb\:fill-white-700 {
    fill: #cccccc;
  }
  .smb\:fill-white-800 {
    fill: #b3b3b3;
  }
  .smb\:fill-white-900 {
    fill: #999999;
  }
  .smb\:color-black {
    color: #000000;
  }
  .smb\:color-black-t1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .smb\:color-black-t2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .smb\:color-black-t3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .smb\:color-black-t4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .smb\:color-black-t5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .smb\:color-black-t6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .smb\:color-black-t7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .smb\:color-black-t8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .smb\:color-black-t9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .smb\:color-black-100 {
    color: #666666;
  }
  .smb\:color-black-200 {
    color: #4d4d4d;
  }
  .smb\:color-black-300 {
    color: #333333;
  }
  .smb\:color-black-400 {
    color: #1a1a1a;
  }
  .smb\:color-black-500 {
    color: #000000;
  }
  .smb\:color-black-600 {
    color: black;
  }
  .smb\:color-black-700 {
    color: black;
  }
  .smb\:color-black-800 {
    color: black;
  }
  .smb\:color-black-900 {
    color: black;
  }
  .smb\:bg-black {
    background-color: #000000;
  }
  .smb\:bg-black-t1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .smb\:bg-black-t2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .smb\:bg-black-t3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .smb\:bg-black-t4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .smb\:bg-black-t5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .smb\:bg-black-t6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .smb\:bg-black-t7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .smb\:bg-black-t8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .smb\:bg-black-t9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .smb\:bg-black-100 {
    background-color: #666666;
  }
  .smb\:bg-black-200 {
    background-color: #4d4d4d;
  }
  .smb\:bg-black-300 {
    background-color: #333333;
  }
  .smb\:bg-black-400 {
    background-color: #1a1a1a;
  }
  .smb\:bg-black-500 {
    background-color: #000000;
  }
  .smb\:bg-black-600 {
    background-color: black;
  }
  .smb\:bg-black-700 {
    background-color: black;
  }
  .smb\:bg-black-800 {
    background-color: black;
  }
  .smb\:bg-black-900 {
    background-color: black;
  }
  .smb\:border-black {
    border-color: #000000;
  }
  .smb\:border-black-t1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .smb\:border-black-t2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .smb\:border-black-t3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .smb\:border-black-t4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .smb\:border-black-t5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .smb\:border-black-t6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .smb\:border-black-t7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .smb\:border-black-t8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .smb\:border-black-t9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .smb\:border-black-100 {
    border-color: #666666;
  }
  .smb\:border-black-200 {
    border-color: #4d4d4d;
  }
  .smb\:border-black-300 {
    border-color: #333333;
  }
  .smb\:border-black-400 {
    border-color: #1a1a1a;
  }
  .smb\:border-black-500 {
    border-color: #000000;
  }
  .smb\:border-black-600 {
    border-color: black;
  }
  .smb\:border-black-700 {
    border-color: black;
  }
  .smb\:border-black-800 {
    border-color: black;
  }
  .smb\:border-black-900 {
    border-color: black;
  }
  .smb\:fill-black {
    fill: #000000;
  }
  .smb\:fill-black-t1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .smb\:fill-black-t2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .smb\:fill-black-t3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .smb\:fill-black-t4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .smb\:fill-black-t5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .smb\:fill-black-t6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .smb\:fill-black-t7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .smb\:fill-black-t8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .smb\:fill-black-t9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .smb\:fill-black-100 {
    fill: #666666;
  }
  .smb\:fill-black-200 {
    fill: #4d4d4d;
  }
  .smb\:fill-black-300 {
    fill: #333333;
  }
  .smb\:fill-black-400 {
    fill: #1a1a1a;
  }
  .smb\:fill-black-500 {
    fill: #000000;
  }
  .smb\:fill-black-600 {
    fill: black;
  }
  .smb\:fill-black-700 {
    fill: black;
  }
  .smb\:fill-black-800 {
    fill: black;
  }
  .smb\:fill-black-900 {
    fill: black;
  }
  .smb\:color-pink {
    color: #E91E63;
  }
  .smb\:color-pink-t1 {
    color: rgba(233, 30, 99, 0.1);
  }
  .smb\:color-pink-t2 {
    color: rgba(233, 30, 99, 0.2);
  }
  .smb\:color-pink-t3 {
    color: rgba(233, 30, 99, 0.3);
  }
  .smb\:color-pink-t4 {
    color: rgba(233, 30, 99, 0.4);
  }
  .smb\:color-pink-t5 {
    color: rgba(233, 30, 99, 0.5);
  }
  .smb\:color-pink-t6 {
    color: rgba(233, 30, 99, 0.6);
  }
  .smb\:color-pink-t7 {
    color: rgba(233, 30, 99, 0.7);
  }
  .smb\:color-pink-t8 {
    color: rgba(233, 30, 99, 0.8);
  }
  .smb\:color-pink-t9 {
    color: rgba(233, 30, 99, 0.9);
  }
  .smb\:color-pink-100 {
    color: #fbd8e4;
  }
  .smb\:color-pink-200 {
    color: #f7a9c4;
  }
  .smb\:color-pink-300 {
    color: #f27ba3;
  }
  .smb\:color-pink-400 {
    color: #ee4c83;
  }
  .smb\:color-pink-500 {
    color: #E91E63;
  }
  .smb\:color-pink-600 {
    color: #c1134e;
  }
  .smb\:color-pink-700 {
    color: #930e3b;
  }
  .smb\:color-pink-800 {
    color: #640a29;
  }
  .smb\:color-pink-900 {
    color: #360516;
  }
  .smb\:bg-pink {
    background-color: #E91E63;
  }
  .smb\:bg-pink-t1 {
    background-color: rgba(233, 30, 99, 0.1);
  }
  .smb\:bg-pink-t2 {
    background-color: rgba(233, 30, 99, 0.2);
  }
  .smb\:bg-pink-t3 {
    background-color: rgba(233, 30, 99, 0.3);
  }
  .smb\:bg-pink-t4 {
    background-color: rgba(233, 30, 99, 0.4);
  }
  .smb\:bg-pink-t5 {
    background-color: rgba(233, 30, 99, 0.5);
  }
  .smb\:bg-pink-t6 {
    background-color: rgba(233, 30, 99, 0.6);
  }
  .smb\:bg-pink-t7 {
    background-color: rgba(233, 30, 99, 0.7);
  }
  .smb\:bg-pink-t8 {
    background-color: rgba(233, 30, 99, 0.8);
  }
  .smb\:bg-pink-t9 {
    background-color: rgba(233, 30, 99, 0.9);
  }
  .smb\:bg-pink-100 {
    background-color: #fbd8e4;
  }
  .smb\:bg-pink-200 {
    background-color: #f7a9c4;
  }
  .smb\:bg-pink-300 {
    background-color: #f27ba3;
  }
  .smb\:bg-pink-400 {
    background-color: #ee4c83;
  }
  .smb\:bg-pink-500 {
    background-color: #E91E63;
  }
  .smb\:bg-pink-600 {
    background-color: #c1134e;
  }
  .smb\:bg-pink-700 {
    background-color: #930e3b;
  }
  .smb\:bg-pink-800 {
    background-color: #640a29;
  }
  .smb\:bg-pink-900 {
    background-color: #360516;
  }
  .smb\:border-pink {
    border-color: #E91E63;
  }
  .smb\:border-pink-t1 {
    border-color: rgba(233, 30, 99, 0.1);
  }
  .smb\:border-pink-t2 {
    border-color: rgba(233, 30, 99, 0.2);
  }
  .smb\:border-pink-t3 {
    border-color: rgba(233, 30, 99, 0.3);
  }
  .smb\:border-pink-t4 {
    border-color: rgba(233, 30, 99, 0.4);
  }
  .smb\:border-pink-t5 {
    border-color: rgba(233, 30, 99, 0.5);
  }
  .smb\:border-pink-t6 {
    border-color: rgba(233, 30, 99, 0.6);
  }
  .smb\:border-pink-t7 {
    border-color: rgba(233, 30, 99, 0.7);
  }
  .smb\:border-pink-t8 {
    border-color: rgba(233, 30, 99, 0.8);
  }
  .smb\:border-pink-t9 {
    border-color: rgba(233, 30, 99, 0.9);
  }
  .smb\:border-pink-100 {
    border-color: #fbd8e4;
  }
  .smb\:border-pink-200 {
    border-color: #f7a9c4;
  }
  .smb\:border-pink-300 {
    border-color: #f27ba3;
  }
  .smb\:border-pink-400 {
    border-color: #ee4c83;
  }
  .smb\:border-pink-500 {
    border-color: #E91E63;
  }
  .smb\:border-pink-600 {
    border-color: #c1134e;
  }
  .smb\:border-pink-700 {
    border-color: #930e3b;
  }
  .smb\:border-pink-800 {
    border-color: #640a29;
  }
  .smb\:border-pink-900 {
    border-color: #360516;
  }
  .smb\:fill-pink {
    fill: #E91E63;
  }
  .smb\:fill-pink-t1 {
    fill: rgba(233, 30, 99, 0.1);
  }
  .smb\:fill-pink-t2 {
    fill: rgba(233, 30, 99, 0.2);
  }
  .smb\:fill-pink-t3 {
    fill: rgba(233, 30, 99, 0.3);
  }
  .smb\:fill-pink-t4 {
    fill: rgba(233, 30, 99, 0.4);
  }
  .smb\:fill-pink-t5 {
    fill: rgba(233, 30, 99, 0.5);
  }
  .smb\:fill-pink-t6 {
    fill: rgba(233, 30, 99, 0.6);
  }
  .smb\:fill-pink-t7 {
    fill: rgba(233, 30, 99, 0.7);
  }
  .smb\:fill-pink-t8 {
    fill: rgba(233, 30, 99, 0.8);
  }
  .smb\:fill-pink-t9 {
    fill: rgba(233, 30, 99, 0.9);
  }
  .smb\:fill-pink-100 {
    fill: #fbd8e4;
  }
  .smb\:fill-pink-200 {
    fill: #f7a9c4;
  }
  .smb\:fill-pink-300 {
    fill: #f27ba3;
  }
  .smb\:fill-pink-400 {
    fill: #ee4c83;
  }
  .smb\:fill-pink-500 {
    fill: #E91E63;
  }
  .smb\:fill-pink-600 {
    fill: #c1134e;
  }
  .smb\:fill-pink-700 {
    fill: #930e3b;
  }
  .smb\:fill-pink-800 {
    fill: #640a29;
  }
  .smb\:fill-pink-900 {
    fill: #360516;
  }
  .smb\:color-grey {
    color: #d7d7d7;
  }
  .smb\:color-grey-t1 {
    color: rgba(215, 215, 215, 0.1);
  }
  .smb\:color-grey-t2 {
    color: rgba(215, 215, 215, 0.2);
  }
  .smb\:color-grey-t3 {
    color: rgba(215, 215, 215, 0.3);
  }
  .smb\:color-grey-t4 {
    color: rgba(215, 215, 215, 0.4);
  }
  .smb\:color-grey-t5 {
    color: rgba(215, 215, 215, 0.5);
  }
  .smb\:color-grey-t6 {
    color: rgba(215, 215, 215, 0.6);
  }
  .smb\:color-grey-t7 {
    color: rgba(215, 215, 215, 0.7);
  }
  .smb\:color-grey-t8 {
    color: rgba(215, 215, 215, 0.8);
  }
  .smb\:color-grey-t9 {
    color: rgba(215, 215, 215, 0.9);
  }
  .smb\:color-grey-100 {
    color: white;
  }
  .smb\:color-grey-200 {
    color: white;
  }
  .smb\:color-grey-300 {
    color: white;
  }
  .smb\:color-grey-400 {
    color: #f1f1f1;
  }
  .smb\:color-grey-500 {
    color: #d7d7d7;
  }
  .smb\:color-grey-600 {
    color: #bebebe;
  }
  .smb\:color-grey-700 {
    color: #a4a4a4;
  }
  .smb\:color-grey-800 {
    color: #8b8b8b;
  }
  .smb\:color-grey-900 {
    color: #717171;
  }
  .smb\:bg-grey {
    background-color: #d7d7d7;
  }
  .smb\:bg-grey-t1 {
    background-color: rgba(215, 215, 215, 0.1);
  }
  .smb\:bg-grey-t2 {
    background-color: rgba(215, 215, 215, 0.2);
  }
  .smb\:bg-grey-t3 {
    background-color: rgba(215, 215, 215, 0.3);
  }
  .smb\:bg-grey-t4 {
    background-color: rgba(215, 215, 215, 0.4);
  }
  .smb\:bg-grey-t5 {
    background-color: rgba(215, 215, 215, 0.5);
  }
  .smb\:bg-grey-t6 {
    background-color: rgba(215, 215, 215, 0.6);
  }
  .smb\:bg-grey-t7 {
    background-color: rgba(215, 215, 215, 0.7);
  }
  .smb\:bg-grey-t8 {
    background-color: rgba(215, 215, 215, 0.8);
  }
  .smb\:bg-grey-t9 {
    background-color: rgba(215, 215, 215, 0.9);
  }
  .smb\:bg-grey-100 {
    background-color: white;
  }
  .smb\:bg-grey-200 {
    background-color: white;
  }
  .smb\:bg-grey-300 {
    background-color: white;
  }
  .smb\:bg-grey-400 {
    background-color: #f1f1f1;
  }
  .smb\:bg-grey-500 {
    background-color: #d7d7d7;
  }
  .smb\:bg-grey-600 {
    background-color: #bebebe;
  }
  .smb\:bg-grey-700 {
    background-color: #a4a4a4;
  }
  .smb\:bg-grey-800 {
    background-color: #8b8b8b;
  }
  .smb\:bg-grey-900 {
    background-color: #717171;
  }
  .smb\:border-grey {
    border-color: #d7d7d7;
  }
  .smb\:border-grey-t1 {
    border-color: rgba(215, 215, 215, 0.1);
  }
  .smb\:border-grey-t2 {
    border-color: rgba(215, 215, 215, 0.2);
  }
  .smb\:border-grey-t3 {
    border-color: rgba(215, 215, 215, 0.3);
  }
  .smb\:border-grey-t4 {
    border-color: rgba(215, 215, 215, 0.4);
  }
  .smb\:border-grey-t5 {
    border-color: rgba(215, 215, 215, 0.5);
  }
  .smb\:border-grey-t6 {
    border-color: rgba(215, 215, 215, 0.6);
  }
  .smb\:border-grey-t7 {
    border-color: rgba(215, 215, 215, 0.7);
  }
  .smb\:border-grey-t8 {
    border-color: rgba(215, 215, 215, 0.8);
  }
  .smb\:border-grey-t9 {
    border-color: rgba(215, 215, 215, 0.9);
  }
  .smb\:border-grey-100 {
    border-color: white;
  }
  .smb\:border-grey-200 {
    border-color: white;
  }
  .smb\:border-grey-300 {
    border-color: white;
  }
  .smb\:border-grey-400 {
    border-color: #f1f1f1;
  }
  .smb\:border-grey-500 {
    border-color: #d7d7d7;
  }
  .smb\:border-grey-600 {
    border-color: #bebebe;
  }
  .smb\:border-grey-700 {
    border-color: #a4a4a4;
  }
  .smb\:border-grey-800 {
    border-color: #8b8b8b;
  }
  .smb\:border-grey-900 {
    border-color: #717171;
  }
  .smb\:fill-grey {
    fill: #d7d7d7;
  }
  .smb\:fill-grey-t1 {
    fill: rgba(215, 215, 215, 0.1);
  }
  .smb\:fill-grey-t2 {
    fill: rgba(215, 215, 215, 0.2);
  }
  .smb\:fill-grey-t3 {
    fill: rgba(215, 215, 215, 0.3);
  }
  .smb\:fill-grey-t4 {
    fill: rgba(215, 215, 215, 0.4);
  }
  .smb\:fill-grey-t5 {
    fill: rgba(215, 215, 215, 0.5);
  }
  .smb\:fill-grey-t6 {
    fill: rgba(215, 215, 215, 0.6);
  }
  .smb\:fill-grey-t7 {
    fill: rgba(215, 215, 215, 0.7);
  }
  .smb\:fill-grey-t8 {
    fill: rgba(215, 215, 215, 0.8);
  }
  .smb\:fill-grey-t9 {
    fill: rgba(215, 215, 215, 0.9);
  }
  .smb\:fill-grey-100 {
    fill: white;
  }
  .smb\:fill-grey-200 {
    fill: white;
  }
  .smb\:fill-grey-300 {
    fill: white;
  }
  .smb\:fill-grey-400 {
    fill: #f1f1f1;
  }
  .smb\:fill-grey-500 {
    fill: #d7d7d7;
  }
  .smb\:fill-grey-600 {
    fill: #bebebe;
  }
  .smb\:fill-grey-700 {
    fill: #a4a4a4;
  }
  .smb\:fill-grey-800 {
    fill: #8b8b8b;
  }
  .smb\:fill-grey-900 {
    fill: #717171;
  }
  .smb\:color-gold {
    color: #f5efeb;
  }
  .smb\:color-gold-t1 {
    color: rgba(245, 239, 235, 0.1);
  }
  .smb\:color-gold-t2 {
    color: rgba(245, 239, 235, 0.2);
  }
  .smb\:color-gold-t3 {
    color: rgba(245, 239, 235, 0.3);
  }
  .smb\:color-gold-t4 {
    color: rgba(245, 239, 235, 0.4);
  }
  .smb\:color-gold-t5 {
    color: rgba(245, 239, 235, 0.5);
  }
  .smb\:color-gold-t6 {
    color: rgba(245, 239, 235, 0.6);
  }
  .smb\:color-gold-t7 {
    color: rgba(245, 239, 235, 0.7);
  }
  .smb\:color-gold-t8 {
    color: rgba(245, 239, 235, 0.8);
  }
  .smb\:color-gold-t9 {
    color: rgba(245, 239, 235, 0.9);
  }
  .smb\:color-gold-100 {
    color: white;
  }
  .smb\:color-gold-200 {
    color: white;
  }
  .smb\:color-gold-300 {
    color: white;
  }
  .smb\:color-gold-400 {
    color: white;
  }
  .smb\:color-gold-500 {
    color: #f5efeb;
  }
  .smb\:color-gold-600 {
    color: #e4d4c9;
  }
  .smb\:color-gold-700 {
    color: #d3b9a7;
  }
  .smb\:color-gold-800 {
    color: #c29d85;
  }
  .smb\:color-gold-900 {
    color: #b18263;
  }
  .smb\:bg-gold {
    background-color: #f5efeb;
  }
  .smb\:bg-gold-t1 {
    background-color: rgba(245, 239, 235, 0.1);
  }
  .smb\:bg-gold-t2 {
    background-color: rgba(245, 239, 235, 0.2);
  }
  .smb\:bg-gold-t3 {
    background-color: rgba(245, 239, 235, 0.3);
  }
  .smb\:bg-gold-t4 {
    background-color: rgba(245, 239, 235, 0.4);
  }
  .smb\:bg-gold-t5 {
    background-color: rgba(245, 239, 235, 0.5);
  }
  .smb\:bg-gold-t6 {
    background-color: rgba(245, 239, 235, 0.6);
  }
  .smb\:bg-gold-t7 {
    background-color: rgba(245, 239, 235, 0.7);
  }
  .smb\:bg-gold-t8 {
    background-color: rgba(245, 239, 235, 0.8);
  }
  .smb\:bg-gold-t9 {
    background-color: rgba(245, 239, 235, 0.9);
  }
  .smb\:bg-gold-100 {
    background-color: white;
  }
  .smb\:bg-gold-200 {
    background-color: white;
  }
  .smb\:bg-gold-300 {
    background-color: white;
  }
  .smb\:bg-gold-400 {
    background-color: white;
  }
  .smb\:bg-gold-500 {
    background-color: #f5efeb;
  }
  .smb\:bg-gold-600 {
    background-color: #e4d4c9;
  }
  .smb\:bg-gold-700 {
    background-color: #d3b9a7;
  }
  .smb\:bg-gold-800 {
    background-color: #c29d85;
  }
  .smb\:bg-gold-900 {
    background-color: #b18263;
  }
  .smb\:border-gold {
    border-color: #f5efeb;
  }
  .smb\:border-gold-t1 {
    border-color: rgba(245, 239, 235, 0.1);
  }
  .smb\:border-gold-t2 {
    border-color: rgba(245, 239, 235, 0.2);
  }
  .smb\:border-gold-t3 {
    border-color: rgba(245, 239, 235, 0.3);
  }
  .smb\:border-gold-t4 {
    border-color: rgba(245, 239, 235, 0.4);
  }
  .smb\:border-gold-t5 {
    border-color: rgba(245, 239, 235, 0.5);
  }
  .smb\:border-gold-t6 {
    border-color: rgba(245, 239, 235, 0.6);
  }
  .smb\:border-gold-t7 {
    border-color: rgba(245, 239, 235, 0.7);
  }
  .smb\:border-gold-t8 {
    border-color: rgba(245, 239, 235, 0.8);
  }
  .smb\:border-gold-t9 {
    border-color: rgba(245, 239, 235, 0.9);
  }
  .smb\:border-gold-100 {
    border-color: white;
  }
  .smb\:border-gold-200 {
    border-color: white;
  }
  .smb\:border-gold-300 {
    border-color: white;
  }
  .smb\:border-gold-400 {
    border-color: white;
  }
  .smb\:border-gold-500 {
    border-color: #f5efeb;
  }
  .smb\:border-gold-600 {
    border-color: #e4d4c9;
  }
  .smb\:border-gold-700 {
    border-color: #d3b9a7;
  }
  .smb\:border-gold-800 {
    border-color: #c29d85;
  }
  .smb\:border-gold-900 {
    border-color: #b18263;
  }
  .smb\:fill-gold {
    fill: #f5efeb;
  }
  .smb\:fill-gold-t1 {
    fill: rgba(245, 239, 235, 0.1);
  }
  .smb\:fill-gold-t2 {
    fill: rgba(245, 239, 235, 0.2);
  }
  .smb\:fill-gold-t3 {
    fill: rgba(245, 239, 235, 0.3);
  }
  .smb\:fill-gold-t4 {
    fill: rgba(245, 239, 235, 0.4);
  }
  .smb\:fill-gold-t5 {
    fill: rgba(245, 239, 235, 0.5);
  }
  .smb\:fill-gold-t6 {
    fill: rgba(245, 239, 235, 0.6);
  }
  .smb\:fill-gold-t7 {
    fill: rgba(245, 239, 235, 0.7);
  }
  .smb\:fill-gold-t8 {
    fill: rgba(245, 239, 235, 0.8);
  }
  .smb\:fill-gold-t9 {
    fill: rgba(245, 239, 235, 0.9);
  }
  .smb\:fill-gold-100 {
    fill: white;
  }
  .smb\:fill-gold-200 {
    fill: white;
  }
  .smb\:fill-gold-300 {
    fill: white;
  }
  .smb\:fill-gold-400 {
    fill: white;
  }
  .smb\:fill-gold-500 {
    fill: #f5efeb;
  }
  .smb\:fill-gold-600 {
    fill: #e4d4c9;
  }
  .smb\:fill-gold-700 {
    fill: #d3b9a7;
  }
  .smb\:fill-gold-800 {
    fill: #c29d85;
  }
  .smb\:fill-gold-900 {
    fill: #b18263;
  }
  .smb\:color-dark {
    color: #111;
  }
  .smb\:color-dark-t1 {
    color: rgba(17, 17, 17, 0.1);
  }
  .smb\:color-dark-t2 {
    color: rgba(17, 17, 17, 0.2);
  }
  .smb\:color-dark-t3 {
    color: rgba(17, 17, 17, 0.3);
  }
  .smb\:color-dark-t4 {
    color: rgba(17, 17, 17, 0.4);
  }
  .smb\:color-dark-t5 {
    color: rgba(17, 17, 17, 0.5);
  }
  .smb\:color-dark-t6 {
    color: rgba(17, 17, 17, 0.6);
  }
  .smb\:color-dark-t7 {
    color: rgba(17, 17, 17, 0.7);
  }
  .smb\:color-dark-t8 {
    color: rgba(17, 17, 17, 0.8);
  }
  .smb\:color-dark-t9 {
    color: rgba(17, 17, 17, 0.9);
  }
  .smb\:color-dark-100 {
    color: #777777;
  }
  .smb\:color-dark-200 {
    color: #5e5e5e;
  }
  .smb\:color-dark-300 {
    color: #444444;
  }
  .smb\:color-dark-400 {
    color: #2b2b2b;
  }
  .smb\:color-dark-500 {
    color: #111;
  }
  .smb\:color-dark-600 {
    color: black;
  }
  .smb\:color-dark-700 {
    color: black;
  }
  .smb\:color-dark-800 {
    color: black;
  }
  .smb\:color-dark-900 {
    color: black;
  }
  .smb\:bg-dark {
    background-color: #111;
  }
  .smb\:bg-dark-t1 {
    background-color: rgba(17, 17, 17, 0.1);
  }
  .smb\:bg-dark-t2 {
    background-color: rgba(17, 17, 17, 0.2);
  }
  .smb\:bg-dark-t3 {
    background-color: rgba(17, 17, 17, 0.3);
  }
  .smb\:bg-dark-t4 {
    background-color: rgba(17, 17, 17, 0.4);
  }
  .smb\:bg-dark-t5 {
    background-color: rgba(17, 17, 17, 0.5);
  }
  .smb\:bg-dark-t6 {
    background-color: rgba(17, 17, 17, 0.6);
  }
  .smb\:bg-dark-t7 {
    background-color: rgba(17, 17, 17, 0.7);
  }
  .smb\:bg-dark-t8 {
    background-color: rgba(17, 17, 17, 0.8);
  }
  .smb\:bg-dark-t9 {
    background-color: rgba(17, 17, 17, 0.9);
  }
  .smb\:bg-dark-100 {
    background-color: #777777;
  }
  .smb\:bg-dark-200 {
    background-color: #5e5e5e;
  }
  .smb\:bg-dark-300 {
    background-color: #444444;
  }
  .smb\:bg-dark-400 {
    background-color: #2b2b2b;
  }
  .smb\:bg-dark-500 {
    background-color: #111;
  }
  .smb\:bg-dark-600 {
    background-color: black;
  }
  .smb\:bg-dark-700 {
    background-color: black;
  }
  .smb\:bg-dark-800 {
    background-color: black;
  }
  .smb\:bg-dark-900 {
    background-color: black;
  }
  .smb\:border-dark {
    border-color: #111;
  }
  .smb\:border-dark-t1 {
    border-color: rgba(17, 17, 17, 0.1);
  }
  .smb\:border-dark-t2 {
    border-color: rgba(17, 17, 17, 0.2);
  }
  .smb\:border-dark-t3 {
    border-color: rgba(17, 17, 17, 0.3);
  }
  .smb\:border-dark-t4 {
    border-color: rgba(17, 17, 17, 0.4);
  }
  .smb\:border-dark-t5 {
    border-color: rgba(17, 17, 17, 0.5);
  }
  .smb\:border-dark-t6 {
    border-color: rgba(17, 17, 17, 0.6);
  }
  .smb\:border-dark-t7 {
    border-color: rgba(17, 17, 17, 0.7);
  }
  .smb\:border-dark-t8 {
    border-color: rgba(17, 17, 17, 0.8);
  }
  .smb\:border-dark-t9 {
    border-color: rgba(17, 17, 17, 0.9);
  }
  .smb\:border-dark-100 {
    border-color: #777777;
  }
  .smb\:border-dark-200 {
    border-color: #5e5e5e;
  }
  .smb\:border-dark-300 {
    border-color: #444444;
  }
  .smb\:border-dark-400 {
    border-color: #2b2b2b;
  }
  .smb\:border-dark-500 {
    border-color: #111;
  }
  .smb\:border-dark-600 {
    border-color: black;
  }
  .smb\:border-dark-700 {
    border-color: black;
  }
  .smb\:border-dark-800 {
    border-color: black;
  }
  .smb\:border-dark-900 {
    border-color: black;
  }
  .smb\:fill-dark {
    fill: #111;
  }
  .smb\:fill-dark-t1 {
    fill: rgba(17, 17, 17, 0.1);
  }
  .smb\:fill-dark-t2 {
    fill: rgba(17, 17, 17, 0.2);
  }
  .smb\:fill-dark-t3 {
    fill: rgba(17, 17, 17, 0.3);
  }
  .smb\:fill-dark-t4 {
    fill: rgba(17, 17, 17, 0.4);
  }
  .smb\:fill-dark-t5 {
    fill: rgba(17, 17, 17, 0.5);
  }
  .smb\:fill-dark-t6 {
    fill: rgba(17, 17, 17, 0.6);
  }
  .smb\:fill-dark-t7 {
    fill: rgba(17, 17, 17, 0.7);
  }
  .smb\:fill-dark-t8 {
    fill: rgba(17, 17, 17, 0.8);
  }
  .smb\:fill-dark-t9 {
    fill: rgba(17, 17, 17, 0.9);
  }
  .smb\:fill-dark-100 {
    fill: #777777;
  }
  .smb\:fill-dark-200 {
    fill: #5e5e5e;
  }
  .smb\:fill-dark-300 {
    fill: #444444;
  }
  .smb\:fill-dark-400 {
    fill: #2b2b2b;
  }
  .smb\:fill-dark-500 {
    fill: #111;
  }
  .smb\:fill-dark-600 {
    fill: black;
  }
  .smb\:fill-dark-700 {
    fill: black;
  }
  .smb\:fill-dark-800 {
    fill: black;
  }
  .smb\:fill-dark-900 {
    fill: black;
  }
  .smb\:color-green {
    color: #22c55e;
  }
  .smb\:color-green-t1 {
    color: rgba(34, 197, 94, 0.1);
  }
  .smb\:color-green-t2 {
    color: rgba(34, 197, 94, 0.2);
  }
  .smb\:color-green-t3 {
    color: rgba(34, 197, 94, 0.3);
  }
  .smb\:color-green-t4 {
    color: rgba(34, 197, 94, 0.4);
  }
  .smb\:color-green-t5 {
    color: rgba(34, 197, 94, 0.5);
  }
  .smb\:color-green-t6 {
    color: rgba(34, 197, 94, 0.6);
  }
  .smb\:color-green-t7 {
    color: rgba(34, 197, 94, 0.7);
  }
  .smb\:color-green-t8 {
    color: rgba(34, 197, 94, 0.8);
  }
  .smb\:color-green-t9 {
    color: rgba(34, 197, 94, 0.9);
  }
  .smb\:color-green-100 {
    color: #bff4d3;
  }
  .smb\:color-green-200 {
    color: #94ecb4;
  }
  .smb\:color-green-300 {
    color: #68e596;
  }
  .smb\:color-green-400 {
    color: #3ddd78;
  }
  .smb\:color-green-500 {
    color: #22c55e;
  }
  .smb\:color-green-600 {
    color: #1a9a49;
  }
  .smb\:color-green-700 {
    color: #136e34;
  }
  .smb\:color-green-800 {
    color: #0b4320;
  }
  .smb\:color-green-900 {
    color: #04170b;
  }
  .smb\:bg-green {
    background-color: #22c55e;
  }
  .smb\:bg-green-t1 {
    background-color: rgba(34, 197, 94, 0.1);
  }
  .smb\:bg-green-t2 {
    background-color: rgba(34, 197, 94, 0.2);
  }
  .smb\:bg-green-t3 {
    background-color: rgba(34, 197, 94, 0.3);
  }
  .smb\:bg-green-t4 {
    background-color: rgba(34, 197, 94, 0.4);
  }
  .smb\:bg-green-t5 {
    background-color: rgba(34, 197, 94, 0.5);
  }
  .smb\:bg-green-t6 {
    background-color: rgba(34, 197, 94, 0.6);
  }
  .smb\:bg-green-t7 {
    background-color: rgba(34, 197, 94, 0.7);
  }
  .smb\:bg-green-t8 {
    background-color: rgba(34, 197, 94, 0.8);
  }
  .smb\:bg-green-t9 {
    background-color: rgba(34, 197, 94, 0.9);
  }
  .smb\:bg-green-100 {
    background-color: #bff4d3;
  }
  .smb\:bg-green-200 {
    background-color: #94ecb4;
  }
  .smb\:bg-green-300 {
    background-color: #68e596;
  }
  .smb\:bg-green-400 {
    background-color: #3ddd78;
  }
  .smb\:bg-green-500 {
    background-color: #22c55e;
  }
  .smb\:bg-green-600 {
    background-color: #1a9a49;
  }
  .smb\:bg-green-700 {
    background-color: #136e34;
  }
  .smb\:bg-green-800 {
    background-color: #0b4320;
  }
  .smb\:bg-green-900 {
    background-color: #04170b;
  }
  .smb\:border-green {
    border-color: #22c55e;
  }
  .smb\:border-green-t1 {
    border-color: rgba(34, 197, 94, 0.1);
  }
  .smb\:border-green-t2 {
    border-color: rgba(34, 197, 94, 0.2);
  }
  .smb\:border-green-t3 {
    border-color: rgba(34, 197, 94, 0.3);
  }
  .smb\:border-green-t4 {
    border-color: rgba(34, 197, 94, 0.4);
  }
  .smb\:border-green-t5 {
    border-color: rgba(34, 197, 94, 0.5);
  }
  .smb\:border-green-t6 {
    border-color: rgba(34, 197, 94, 0.6);
  }
  .smb\:border-green-t7 {
    border-color: rgba(34, 197, 94, 0.7);
  }
  .smb\:border-green-t8 {
    border-color: rgba(34, 197, 94, 0.8);
  }
  .smb\:border-green-t9 {
    border-color: rgba(34, 197, 94, 0.9);
  }
  .smb\:border-green-100 {
    border-color: #bff4d3;
  }
  .smb\:border-green-200 {
    border-color: #94ecb4;
  }
  .smb\:border-green-300 {
    border-color: #68e596;
  }
  .smb\:border-green-400 {
    border-color: #3ddd78;
  }
  .smb\:border-green-500 {
    border-color: #22c55e;
  }
  .smb\:border-green-600 {
    border-color: #1a9a49;
  }
  .smb\:border-green-700 {
    border-color: #136e34;
  }
  .smb\:border-green-800 {
    border-color: #0b4320;
  }
  .smb\:border-green-900 {
    border-color: #04170b;
  }
  .smb\:fill-green {
    fill: #22c55e;
  }
  .smb\:fill-green-t1 {
    fill: rgba(34, 197, 94, 0.1);
  }
  .smb\:fill-green-t2 {
    fill: rgba(34, 197, 94, 0.2);
  }
  .smb\:fill-green-t3 {
    fill: rgba(34, 197, 94, 0.3);
  }
  .smb\:fill-green-t4 {
    fill: rgba(34, 197, 94, 0.4);
  }
  .smb\:fill-green-t5 {
    fill: rgba(34, 197, 94, 0.5);
  }
  .smb\:fill-green-t6 {
    fill: rgba(34, 197, 94, 0.6);
  }
  .smb\:fill-green-t7 {
    fill: rgba(34, 197, 94, 0.7);
  }
  .smb\:fill-green-t8 {
    fill: rgba(34, 197, 94, 0.8);
  }
  .smb\:fill-green-t9 {
    fill: rgba(34, 197, 94, 0.9);
  }
  .smb\:fill-green-100 {
    fill: #bff4d3;
  }
  .smb\:fill-green-200 {
    fill: #94ecb4;
  }
  .smb\:fill-green-300 {
    fill: #68e596;
  }
  .smb\:fill-green-400 {
    fill: #3ddd78;
  }
  .smb\:fill-green-500 {
    fill: #22c55e;
  }
  .smb\:fill-green-600 {
    fill: #1a9a49;
  }
  .smb\:fill-green-700 {
    fill: #136e34;
  }
  .smb\:fill-green-800 {
    fill: #0b4320;
  }
  .smb\:fill-green-900 {
    fill: #04170b;
  }
  .smb\:color-orange {
    color: #F84C00;
  }
  .smb\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .smb\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .smb\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .smb\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .smb\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .smb\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .smb\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .smb\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .smb\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .smb\:color-orange-100 {
    color: #ffd7c5;
  }
  .smb\:color-orange-200 {
    color: #ffb392;
  }
  .smb\:color-orange-300 {
    color: #ff905f;
  }
  .smb\:color-orange-400 {
    color: #ff6d2c;
  }
  .smb\:color-orange-500 {
    color: #F84C00;
  }
  .smb\:color-orange-600 {
    color: #c53c00;
  }
  .smb\:color-orange-700 {
    color: #922d00;
  }
  .smb\:color-orange-800 {
    color: #5f1d00;
  }
  .smb\:color-orange-900 {
    color: #2c0d00;
  }
  .smb\:bg-orange {
    background-color: #F84C00;
  }
  .smb\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .smb\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .smb\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .smb\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .smb\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .smb\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .smb\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .smb\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .smb\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .smb\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .smb\:bg-orange-200 {
    background-color: #ffb392;
  }
  .smb\:bg-orange-300 {
    background-color: #ff905f;
  }
  .smb\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .smb\:bg-orange-500 {
    background-color: #F84C00;
  }
  .smb\:bg-orange-600 {
    background-color: #c53c00;
  }
  .smb\:bg-orange-700 {
    background-color: #922d00;
  }
  .smb\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .smb\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .smb\:border-orange {
    border-color: #F84C00;
  }
  .smb\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .smb\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .smb\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .smb\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .smb\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .smb\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .smb\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .smb\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .smb\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .smb\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .smb\:border-orange-200 {
    border-color: #ffb392;
  }
  .smb\:border-orange-300 {
    border-color: #ff905f;
  }
  .smb\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .smb\:border-orange-500 {
    border-color: #F84C00;
  }
  .smb\:border-orange-600 {
    border-color: #c53c00;
  }
  .smb\:border-orange-700 {
    border-color: #922d00;
  }
  .smb\:border-orange-800 {
    border-color: #5f1d00;
  }
  .smb\:border-orange-900 {
    border-color: #2c0d00;
  }
  .smb\:fill-orange {
    fill: #F84C00;
  }
  .smb\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .smb\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .smb\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .smb\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .smb\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .smb\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .smb\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .smb\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .smb\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .smb\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .smb\:fill-orange-200 {
    fill: #ffb392;
  }
  .smb\:fill-orange-300 {
    fill: #ff905f;
  }
  .smb\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .smb\:fill-orange-500 {
    fill: #F84C00;
  }
  .smb\:fill-orange-600 {
    fill: #c53c00;
  }
  .smb\:fill-orange-700 {
    fill: #922d00;
  }
  .smb\:fill-orange-800 {
    fill: #5f1d00;
  }
  .smb\:fill-orange-900 {
    fill: #2c0d00;
  }
  .smb\:color-navy {
    color: #172331;
  }
  .smb\:color-navy-t1 {
    color: rgba(23, 35, 49, 0.1);
  }
  .smb\:color-navy-t2 {
    color: rgba(23, 35, 49, 0.2);
  }
  .smb\:color-navy-t3 {
    color: rgba(23, 35, 49, 0.3);
  }
  .smb\:color-navy-t4 {
    color: rgba(23, 35, 49, 0.4);
  }
  .smb\:color-navy-t5 {
    color: rgba(23, 35, 49, 0.5);
  }
  .smb\:color-navy-t6 {
    color: rgba(23, 35, 49, 0.6);
  }
  .smb\:color-navy-t7 {
    color: rgba(23, 35, 49, 0.7);
  }
  .smb\:color-navy-t8 {
    color: rgba(23, 35, 49, 0.8);
  }
  .smb\:color-navy-t9 {
    color: rgba(23, 35, 49, 0.9);
  }
  .smb\:color-navy-100 {
    color: #6087b4;
  }
  .smb\:color-navy-200 {
    color: #486d99;
  }
  .smb\:color-navy-300 {
    color: #385576;
  }
  .smb\:color-navy-400 {
    color: #273c54;
  }
  .smb\:color-navy-500 {
    color: #172331;
  }
  .smb\:color-navy-600 {
    color: #070a0e;
  }
  .smb\:color-navy-700 {
    color: black;
  }
  .smb\:color-navy-800 {
    color: black;
  }
  .smb\:color-navy-900 {
    color: black;
  }
  .smb\:bg-navy {
    background-color: #172331;
  }
  .smb\:bg-navy-t1 {
    background-color: rgba(23, 35, 49, 0.1);
  }
  .smb\:bg-navy-t2 {
    background-color: rgba(23, 35, 49, 0.2);
  }
  .smb\:bg-navy-t3 {
    background-color: rgba(23, 35, 49, 0.3);
  }
  .smb\:bg-navy-t4 {
    background-color: rgba(23, 35, 49, 0.4);
  }
  .smb\:bg-navy-t5 {
    background-color: rgba(23, 35, 49, 0.5);
  }
  .smb\:bg-navy-t6 {
    background-color: rgba(23, 35, 49, 0.6);
  }
  .smb\:bg-navy-t7 {
    background-color: rgba(23, 35, 49, 0.7);
  }
  .smb\:bg-navy-t8 {
    background-color: rgba(23, 35, 49, 0.8);
  }
  .smb\:bg-navy-t9 {
    background-color: rgba(23, 35, 49, 0.9);
  }
  .smb\:bg-navy-100 {
    background-color: #6087b4;
  }
  .smb\:bg-navy-200 {
    background-color: #486d99;
  }
  .smb\:bg-navy-300 {
    background-color: #385576;
  }
  .smb\:bg-navy-400 {
    background-color: #273c54;
  }
  .smb\:bg-navy-500 {
    background-color: #172331;
  }
  .smb\:bg-navy-600 {
    background-color: #070a0e;
  }
  .smb\:bg-navy-700 {
    background-color: black;
  }
  .smb\:bg-navy-800 {
    background-color: black;
  }
  .smb\:bg-navy-900 {
    background-color: black;
  }
  .smb\:border-navy {
    border-color: #172331;
  }
  .smb\:border-navy-t1 {
    border-color: rgba(23, 35, 49, 0.1);
  }
  .smb\:border-navy-t2 {
    border-color: rgba(23, 35, 49, 0.2);
  }
  .smb\:border-navy-t3 {
    border-color: rgba(23, 35, 49, 0.3);
  }
  .smb\:border-navy-t4 {
    border-color: rgba(23, 35, 49, 0.4);
  }
  .smb\:border-navy-t5 {
    border-color: rgba(23, 35, 49, 0.5);
  }
  .smb\:border-navy-t6 {
    border-color: rgba(23, 35, 49, 0.6);
  }
  .smb\:border-navy-t7 {
    border-color: rgba(23, 35, 49, 0.7);
  }
  .smb\:border-navy-t8 {
    border-color: rgba(23, 35, 49, 0.8);
  }
  .smb\:border-navy-t9 {
    border-color: rgba(23, 35, 49, 0.9);
  }
  .smb\:border-navy-100 {
    border-color: #6087b4;
  }
  .smb\:border-navy-200 {
    border-color: #486d99;
  }
  .smb\:border-navy-300 {
    border-color: #385576;
  }
  .smb\:border-navy-400 {
    border-color: #273c54;
  }
  .smb\:border-navy-500 {
    border-color: #172331;
  }
  .smb\:border-navy-600 {
    border-color: #070a0e;
  }
  .smb\:border-navy-700 {
    border-color: black;
  }
  .smb\:border-navy-800 {
    border-color: black;
  }
  .smb\:border-navy-900 {
    border-color: black;
  }
  .smb\:fill-navy {
    fill: #172331;
  }
  .smb\:fill-navy-t1 {
    fill: rgba(23, 35, 49, 0.1);
  }
  .smb\:fill-navy-t2 {
    fill: rgba(23, 35, 49, 0.2);
  }
  .smb\:fill-navy-t3 {
    fill: rgba(23, 35, 49, 0.3);
  }
  .smb\:fill-navy-t4 {
    fill: rgba(23, 35, 49, 0.4);
  }
  .smb\:fill-navy-t5 {
    fill: rgba(23, 35, 49, 0.5);
  }
  .smb\:fill-navy-t6 {
    fill: rgba(23, 35, 49, 0.6);
  }
  .smb\:fill-navy-t7 {
    fill: rgba(23, 35, 49, 0.7);
  }
  .smb\:fill-navy-t8 {
    fill: rgba(23, 35, 49, 0.8);
  }
  .smb\:fill-navy-t9 {
    fill: rgba(23, 35, 49, 0.9);
  }
  .smb\:fill-navy-100 {
    fill: #6087b4;
  }
  .smb\:fill-navy-200 {
    fill: #486d99;
  }
  .smb\:fill-navy-300 {
    fill: #385576;
  }
  .smb\:fill-navy-400 {
    fill: #273c54;
  }
  .smb\:fill-navy-500 {
    fill: #172331;
  }
  .smb\:fill-navy-600 {
    fill: #070a0e;
  }
  .smb\:fill-navy-700 {
    fill: black;
  }
  .smb\:fill-navy-800 {
    fill: black;
  }
  .smb\:fill-navy-900 {
    fill: black;
  }
  .smb\:color-denim {
    color: #26376f;
  }
  .smb\:color-denim-t1 {
    color: rgba(38, 55, 111, 0.1);
  }
  .smb\:color-denim-t2 {
    color: rgba(38, 55, 111, 0.2);
  }
  .smb\:color-denim-t3 {
    color: rgba(38, 55, 111, 0.3);
  }
  .smb\:color-denim-t4 {
    color: rgba(38, 55, 111, 0.4);
  }
  .smb\:color-denim-t5 {
    color: rgba(38, 55, 111, 0.5);
  }
  .smb\:color-denim-t6 {
    color: rgba(38, 55, 111, 0.6);
  }
  .smb\:color-denim-t7 {
    color: rgba(38, 55, 111, 0.7);
  }
  .smb\:color-denim-t8 {
    color: rgba(38, 55, 111, 0.8);
  }
  .smb\:color-denim-t9 {
    color: rgba(38, 55, 111, 0.9);
  }
  .smb\:color-denim-100 {
    color: #8a9cd7;
  }
  .smb\:color-denim-200 {
    color: #647cca;
  }
  .smb\:color-denim-300 {
    color: #405dbb;
  }
  .smb\:color-denim-400 {
    color: #334a95;
  }
  .smb\:color-denim-500 {
    color: #26376f;
  }
  .smb\:color-denim-600 {
    color: #192449;
  }
  .smb\:color-denim-700 {
    color: #0c1123;
  }
  .smb\:color-denim-800 {
    color: black;
  }
  .smb\:color-denim-900 {
    color: black;
  }
  .smb\:bg-denim {
    background-color: #26376f;
  }
  .smb\:bg-denim-t1 {
    background-color: rgba(38, 55, 111, 0.1);
  }
  .smb\:bg-denim-t2 {
    background-color: rgba(38, 55, 111, 0.2);
  }
  .smb\:bg-denim-t3 {
    background-color: rgba(38, 55, 111, 0.3);
  }
  .smb\:bg-denim-t4 {
    background-color: rgba(38, 55, 111, 0.4);
  }
  .smb\:bg-denim-t5 {
    background-color: rgba(38, 55, 111, 0.5);
  }
  .smb\:bg-denim-t6 {
    background-color: rgba(38, 55, 111, 0.6);
  }
  .smb\:bg-denim-t7 {
    background-color: rgba(38, 55, 111, 0.7);
  }
  .smb\:bg-denim-t8 {
    background-color: rgba(38, 55, 111, 0.8);
  }
  .smb\:bg-denim-t9 {
    background-color: rgba(38, 55, 111, 0.9);
  }
  .smb\:bg-denim-100 {
    background-color: #8a9cd7;
  }
  .smb\:bg-denim-200 {
    background-color: #647cca;
  }
  .smb\:bg-denim-300 {
    background-color: #405dbb;
  }
  .smb\:bg-denim-400 {
    background-color: #334a95;
  }
  .smb\:bg-denim-500 {
    background-color: #26376f;
  }
  .smb\:bg-denim-600 {
    background-color: #192449;
  }
  .smb\:bg-denim-700 {
    background-color: #0c1123;
  }
  .smb\:bg-denim-800 {
    background-color: black;
  }
  .smb\:bg-denim-900 {
    background-color: black;
  }
  .smb\:border-denim {
    border-color: #26376f;
  }
  .smb\:border-denim-t1 {
    border-color: rgba(38, 55, 111, 0.1);
  }
  .smb\:border-denim-t2 {
    border-color: rgba(38, 55, 111, 0.2);
  }
  .smb\:border-denim-t3 {
    border-color: rgba(38, 55, 111, 0.3);
  }
  .smb\:border-denim-t4 {
    border-color: rgba(38, 55, 111, 0.4);
  }
  .smb\:border-denim-t5 {
    border-color: rgba(38, 55, 111, 0.5);
  }
  .smb\:border-denim-t6 {
    border-color: rgba(38, 55, 111, 0.6);
  }
  .smb\:border-denim-t7 {
    border-color: rgba(38, 55, 111, 0.7);
  }
  .smb\:border-denim-t8 {
    border-color: rgba(38, 55, 111, 0.8);
  }
  .smb\:border-denim-t9 {
    border-color: rgba(38, 55, 111, 0.9);
  }
  .smb\:border-denim-100 {
    border-color: #8a9cd7;
  }
  .smb\:border-denim-200 {
    border-color: #647cca;
  }
  .smb\:border-denim-300 {
    border-color: #405dbb;
  }
  .smb\:border-denim-400 {
    border-color: #334a95;
  }
  .smb\:border-denim-500 {
    border-color: #26376f;
  }
  .smb\:border-denim-600 {
    border-color: #192449;
  }
  .smb\:border-denim-700 {
    border-color: #0c1123;
  }
  .smb\:border-denim-800 {
    border-color: black;
  }
  .smb\:border-denim-900 {
    border-color: black;
  }
  .smb\:fill-denim {
    fill: #26376f;
  }
  .smb\:fill-denim-t1 {
    fill: rgba(38, 55, 111, 0.1);
  }
  .smb\:fill-denim-t2 {
    fill: rgba(38, 55, 111, 0.2);
  }
  .smb\:fill-denim-t3 {
    fill: rgba(38, 55, 111, 0.3);
  }
  .smb\:fill-denim-t4 {
    fill: rgba(38, 55, 111, 0.4);
  }
  .smb\:fill-denim-t5 {
    fill: rgba(38, 55, 111, 0.5);
  }
  .smb\:fill-denim-t6 {
    fill: rgba(38, 55, 111, 0.6);
  }
  .smb\:fill-denim-t7 {
    fill: rgba(38, 55, 111, 0.7);
  }
  .smb\:fill-denim-t8 {
    fill: rgba(38, 55, 111, 0.8);
  }
  .smb\:fill-denim-t9 {
    fill: rgba(38, 55, 111, 0.9);
  }
  .smb\:fill-denim-100 {
    fill: #8a9cd7;
  }
  .smb\:fill-denim-200 {
    fill: #647cca;
  }
  .smb\:fill-denim-300 {
    fill: #405dbb;
  }
  .smb\:fill-denim-400 {
    fill: #334a95;
  }
  .smb\:fill-denim-500 {
    fill: #26376f;
  }
  .smb\:fill-denim-600 {
    fill: #192449;
  }
  .smb\:fill-denim-700 {
    fill: #0c1123;
  }
  .smb\:fill-denim-800 {
    fill: black;
  }
  .smb\:fill-denim-900 {
    fill: black;
  }
  .smb\:color-slate {
    color: #122832;
  }
  .smb\:color-slate-t1 {
    color: rgba(18, 40, 50, 0.1);
  }
  .smb\:color-slate-t2 {
    color: rgba(18, 40, 50, 0.2);
  }
  .smb\:color-slate-t3 {
    color: rgba(18, 40, 50, 0.3);
  }
  .smb\:color-slate-t4 {
    color: rgba(18, 40, 50, 0.4);
  }
  .smb\:color-slate-t5 {
    color: rgba(18, 40, 50, 0.5);
  }
  .smb\:color-slate-t6 {
    color: rgba(18, 40, 50, 0.6);
  }
  .smb\:color-slate-t7 {
    color: rgba(18, 40, 50, 0.7);
  }
  .smb\:color-slate-t8 {
    color: rgba(18, 40, 50, 0.8);
  }
  .smb\:color-slate-t9 {
    color: rgba(18, 40, 50, 0.9);
  }
  .smb\:color-slate-100 {
    color: #509dc0;
  }
  .smb\:color-slate-200 {
    color: #3b82a3;
  }
  .smb\:color-slate-300 {
    color: #2d647d;
  }
  .smb\:color-slate-400 {
    color: #204658;
  }
  .smb\:color-slate-500 {
    color: #122832;
  }
  .smb\:color-slate-600 {
    color: #050a0d;
  }
  .smb\:color-slate-700 {
    color: black;
  }
  .smb\:color-slate-800 {
    color: black;
  }
  .smb\:color-slate-900 {
    color: black;
  }
  .smb\:bg-slate {
    background-color: #122832;
  }
  .smb\:bg-slate-t1 {
    background-color: rgba(18, 40, 50, 0.1);
  }
  .smb\:bg-slate-t2 {
    background-color: rgba(18, 40, 50, 0.2);
  }
  .smb\:bg-slate-t3 {
    background-color: rgba(18, 40, 50, 0.3);
  }
  .smb\:bg-slate-t4 {
    background-color: rgba(18, 40, 50, 0.4);
  }
  .smb\:bg-slate-t5 {
    background-color: rgba(18, 40, 50, 0.5);
  }
  .smb\:bg-slate-t6 {
    background-color: rgba(18, 40, 50, 0.6);
  }
  .smb\:bg-slate-t7 {
    background-color: rgba(18, 40, 50, 0.7);
  }
  .smb\:bg-slate-t8 {
    background-color: rgba(18, 40, 50, 0.8);
  }
  .smb\:bg-slate-t9 {
    background-color: rgba(18, 40, 50, 0.9);
  }
  .smb\:bg-slate-100 {
    background-color: #509dc0;
  }
  .smb\:bg-slate-200 {
    background-color: #3b82a3;
  }
  .smb\:bg-slate-300 {
    background-color: #2d647d;
  }
  .smb\:bg-slate-400 {
    background-color: #204658;
  }
  .smb\:bg-slate-500 {
    background-color: #122832;
  }
  .smb\:bg-slate-600 {
    background-color: #050a0d;
  }
  .smb\:bg-slate-700 {
    background-color: black;
  }
  .smb\:bg-slate-800 {
    background-color: black;
  }
  .smb\:bg-slate-900 {
    background-color: black;
  }
  .smb\:border-slate {
    border-color: #122832;
  }
  .smb\:border-slate-t1 {
    border-color: rgba(18, 40, 50, 0.1);
  }
  .smb\:border-slate-t2 {
    border-color: rgba(18, 40, 50, 0.2);
  }
  .smb\:border-slate-t3 {
    border-color: rgba(18, 40, 50, 0.3);
  }
  .smb\:border-slate-t4 {
    border-color: rgba(18, 40, 50, 0.4);
  }
  .smb\:border-slate-t5 {
    border-color: rgba(18, 40, 50, 0.5);
  }
  .smb\:border-slate-t6 {
    border-color: rgba(18, 40, 50, 0.6);
  }
  .smb\:border-slate-t7 {
    border-color: rgba(18, 40, 50, 0.7);
  }
  .smb\:border-slate-t8 {
    border-color: rgba(18, 40, 50, 0.8);
  }
  .smb\:border-slate-t9 {
    border-color: rgba(18, 40, 50, 0.9);
  }
  .smb\:border-slate-100 {
    border-color: #509dc0;
  }
  .smb\:border-slate-200 {
    border-color: #3b82a3;
  }
  .smb\:border-slate-300 {
    border-color: #2d647d;
  }
  .smb\:border-slate-400 {
    border-color: #204658;
  }
  .smb\:border-slate-500 {
    border-color: #122832;
  }
  .smb\:border-slate-600 {
    border-color: #050a0d;
  }
  .smb\:border-slate-700 {
    border-color: black;
  }
  .smb\:border-slate-800 {
    border-color: black;
  }
  .smb\:border-slate-900 {
    border-color: black;
  }
  .smb\:fill-slate {
    fill: #122832;
  }
  .smb\:fill-slate-t1 {
    fill: rgba(18, 40, 50, 0.1);
  }
  .smb\:fill-slate-t2 {
    fill: rgba(18, 40, 50, 0.2);
  }
  .smb\:fill-slate-t3 {
    fill: rgba(18, 40, 50, 0.3);
  }
  .smb\:fill-slate-t4 {
    fill: rgba(18, 40, 50, 0.4);
  }
  .smb\:fill-slate-t5 {
    fill: rgba(18, 40, 50, 0.5);
  }
  .smb\:fill-slate-t6 {
    fill: rgba(18, 40, 50, 0.6);
  }
  .smb\:fill-slate-t7 {
    fill: rgba(18, 40, 50, 0.7);
  }
  .smb\:fill-slate-t8 {
    fill: rgba(18, 40, 50, 0.8);
  }
  .smb\:fill-slate-t9 {
    fill: rgba(18, 40, 50, 0.9);
  }
  .smb\:fill-slate-100 {
    fill: #509dc0;
  }
  .smb\:fill-slate-200 {
    fill: #3b82a3;
  }
  .smb\:fill-slate-300 {
    fill: #2d647d;
  }
  .smb\:fill-slate-400 {
    fill: #204658;
  }
  .smb\:fill-slate-500 {
    fill: #122832;
  }
  .smb\:fill-slate-600 {
    fill: #050a0d;
  }
  .smb\:fill-slate-700 {
    fill: black;
  }
  .smb\:fill-slate-800 {
    fill: black;
  }
  .smb\:fill-slate-900 {
    fill: black;
  }
  .smb\:color-blue {
    color: #096ffa;
  }
  .smb\:color-blue-t1 {
    color: rgba(9, 111, 250, 0.1);
  }
  .smb\:color-blue-t2 {
    color: rgba(9, 111, 250, 0.2);
  }
  .smb\:color-blue-t3 {
    color: rgba(9, 111, 250, 0.3);
  }
  .smb\:color-blue-t4 {
    color: rgba(9, 111, 250, 0.4);
  }
  .smb\:color-blue-t5 {
    color: rgba(9, 111, 250, 0.5);
  }
  .smb\:color-blue-t6 {
    color: rgba(9, 111, 250, 0.6);
  }
  .smb\:color-blue-t7 {
    color: rgba(9, 111, 250, 0.7);
  }
  .smb\:color-blue-t8 {
    color: rgba(9, 111, 250, 0.8);
  }
  .smb\:color-blue-t9 {
    color: rgba(9, 111, 250, 0.9);
  }
  .smb\:color-blue-100 {
    color: #d1e4fe;
  }
  .smb\:color-blue-200 {
    color: #9fc7fd;
  }
  .smb\:color-blue-300 {
    color: #6daafc;
  }
  .smb\:color-blue-400 {
    color: #3b8cfb;
  }
  .smb\:color-blue-500 {
    color: #096ffa;
  }
  .smb\:color-blue-600 {
    color: #0459cc;
  }
  .smb\:color-blue-700 {
    color: #03439a;
  }
  .smb\:color-blue-800 {
    color: #022d68;
  }
  .smb\:color-blue-900 {
    color: #011736;
  }
  .smb\:bg-blue {
    background-color: #096ffa;
  }
  .smb\:bg-blue-t1 {
    background-color: rgba(9, 111, 250, 0.1);
  }
  .smb\:bg-blue-t2 {
    background-color: rgba(9, 111, 250, 0.2);
  }
  .smb\:bg-blue-t3 {
    background-color: rgba(9, 111, 250, 0.3);
  }
  .smb\:bg-blue-t4 {
    background-color: rgba(9, 111, 250, 0.4);
  }
  .smb\:bg-blue-t5 {
    background-color: rgba(9, 111, 250, 0.5);
  }
  .smb\:bg-blue-t6 {
    background-color: rgba(9, 111, 250, 0.6);
  }
  .smb\:bg-blue-t7 {
    background-color: rgba(9, 111, 250, 0.7);
  }
  .smb\:bg-blue-t8 {
    background-color: rgba(9, 111, 250, 0.8);
  }
  .smb\:bg-blue-t9 {
    background-color: rgba(9, 111, 250, 0.9);
  }
  .smb\:bg-blue-100 {
    background-color: #d1e4fe;
  }
  .smb\:bg-blue-200 {
    background-color: #9fc7fd;
  }
  .smb\:bg-blue-300 {
    background-color: #6daafc;
  }
  .smb\:bg-blue-400 {
    background-color: #3b8cfb;
  }
  .smb\:bg-blue-500 {
    background-color: #096ffa;
  }
  .smb\:bg-blue-600 {
    background-color: #0459cc;
  }
  .smb\:bg-blue-700 {
    background-color: #03439a;
  }
  .smb\:bg-blue-800 {
    background-color: #022d68;
  }
  .smb\:bg-blue-900 {
    background-color: #011736;
  }
  .smb\:border-blue {
    border-color: #096ffa;
  }
  .smb\:border-blue-t1 {
    border-color: rgba(9, 111, 250, 0.1);
  }
  .smb\:border-blue-t2 {
    border-color: rgba(9, 111, 250, 0.2);
  }
  .smb\:border-blue-t3 {
    border-color: rgba(9, 111, 250, 0.3);
  }
  .smb\:border-blue-t4 {
    border-color: rgba(9, 111, 250, 0.4);
  }
  .smb\:border-blue-t5 {
    border-color: rgba(9, 111, 250, 0.5);
  }
  .smb\:border-blue-t6 {
    border-color: rgba(9, 111, 250, 0.6);
  }
  .smb\:border-blue-t7 {
    border-color: rgba(9, 111, 250, 0.7);
  }
  .smb\:border-blue-t8 {
    border-color: rgba(9, 111, 250, 0.8);
  }
  .smb\:border-blue-t9 {
    border-color: rgba(9, 111, 250, 0.9);
  }
  .smb\:border-blue-100 {
    border-color: #d1e4fe;
  }
  .smb\:border-blue-200 {
    border-color: #9fc7fd;
  }
  .smb\:border-blue-300 {
    border-color: #6daafc;
  }
  .smb\:border-blue-400 {
    border-color: #3b8cfb;
  }
  .smb\:border-blue-500 {
    border-color: #096ffa;
  }
  .smb\:border-blue-600 {
    border-color: #0459cc;
  }
  .smb\:border-blue-700 {
    border-color: #03439a;
  }
  .smb\:border-blue-800 {
    border-color: #022d68;
  }
  .smb\:border-blue-900 {
    border-color: #011736;
  }
  .smb\:fill-blue {
    fill: #096ffa;
  }
  .smb\:fill-blue-t1 {
    fill: rgba(9, 111, 250, 0.1);
  }
  .smb\:fill-blue-t2 {
    fill: rgba(9, 111, 250, 0.2);
  }
  .smb\:fill-blue-t3 {
    fill: rgba(9, 111, 250, 0.3);
  }
  .smb\:fill-blue-t4 {
    fill: rgba(9, 111, 250, 0.4);
  }
  .smb\:fill-blue-t5 {
    fill: rgba(9, 111, 250, 0.5);
  }
  .smb\:fill-blue-t6 {
    fill: rgba(9, 111, 250, 0.6);
  }
  .smb\:fill-blue-t7 {
    fill: rgba(9, 111, 250, 0.7);
  }
  .smb\:fill-blue-t8 {
    fill: rgba(9, 111, 250, 0.8);
  }
  .smb\:fill-blue-t9 {
    fill: rgba(9, 111, 250, 0.9);
  }
  .smb\:fill-blue-100 {
    fill: #d1e4fe;
  }
  .smb\:fill-blue-200 {
    fill: #9fc7fd;
  }
  .smb\:fill-blue-300 {
    fill: #6daafc;
  }
  .smb\:fill-blue-400 {
    fill: #3b8cfb;
  }
  .smb\:fill-blue-500 {
    fill: #096ffa;
  }
  .smb\:fill-blue-600 {
    fill: #0459cc;
  }
  .smb\:fill-blue-700 {
    fill: #03439a;
  }
  .smb\:fill-blue-800 {
    fill: #022d68;
  }
  .smb\:fill-blue-900 {
    fill: #011736;
  }
  .smb\:color-aqua {
    color: #8ecae6;
  }
  .smb\:color-aqua-t1 {
    color: rgba(142, 202, 230, 0.1);
  }
  .smb\:color-aqua-t2 {
    color: rgba(142, 202, 230, 0.2);
  }
  .smb\:color-aqua-t3 {
    color: rgba(142, 202, 230, 0.3);
  }
  .smb\:color-aqua-t4 {
    color: rgba(142, 202, 230, 0.4);
  }
  .smb\:color-aqua-t5 {
    color: rgba(142, 202, 230, 0.5);
  }
  .smb\:color-aqua-t6 {
    color: rgba(142, 202, 230, 0.6);
  }
  .smb\:color-aqua-t7 {
    color: rgba(142, 202, 230, 0.7);
  }
  .smb\:color-aqua-t8 {
    color: rgba(142, 202, 230, 0.8);
  }
  .smb\:color-aqua-t9 {
    color: rgba(142, 202, 230, 0.9);
  }
  .smb\:color-aqua-100 {
    color: white;
  }
  .smb\:color-aqua-200 {
    color: white;
  }
  .smb\:color-aqua-300 {
    color: #e2f1f8;
  }
  .smb\:color-aqua-400 {
    color: #b8deef;
  }
  .smb\:color-aqua-500 {
    color: #8ecae6;
  }
  .smb\:color-aqua-600 {
    color: #64b6dd;
  }
  .smb\:color-aqua-700 {
    color: #3aa3d4;
  }
  .smb\:color-aqua-800 {
    color: #2887b3;
  }
  .smb\:color-aqua-900 {
    color: #1e678a;
  }
  .smb\:bg-aqua {
    background-color: #8ecae6;
  }
  .smb\:bg-aqua-t1 {
    background-color: rgba(142, 202, 230, 0.1);
  }
  .smb\:bg-aqua-t2 {
    background-color: rgba(142, 202, 230, 0.2);
  }
  .smb\:bg-aqua-t3 {
    background-color: rgba(142, 202, 230, 0.3);
  }
  .smb\:bg-aqua-t4 {
    background-color: rgba(142, 202, 230, 0.4);
  }
  .smb\:bg-aqua-t5 {
    background-color: rgba(142, 202, 230, 0.5);
  }
  .smb\:bg-aqua-t6 {
    background-color: rgba(142, 202, 230, 0.6);
  }
  .smb\:bg-aqua-t7 {
    background-color: rgba(142, 202, 230, 0.7);
  }
  .smb\:bg-aqua-t8 {
    background-color: rgba(142, 202, 230, 0.8);
  }
  .smb\:bg-aqua-t9 {
    background-color: rgba(142, 202, 230, 0.9);
  }
  .smb\:bg-aqua-100 {
    background-color: white;
  }
  .smb\:bg-aqua-200 {
    background-color: white;
  }
  .smb\:bg-aqua-300 {
    background-color: #e2f1f8;
  }
  .smb\:bg-aqua-400 {
    background-color: #b8deef;
  }
  .smb\:bg-aqua-500 {
    background-color: #8ecae6;
  }
  .smb\:bg-aqua-600 {
    background-color: #64b6dd;
  }
  .smb\:bg-aqua-700 {
    background-color: #3aa3d4;
  }
  .smb\:bg-aqua-800 {
    background-color: #2887b3;
  }
  .smb\:bg-aqua-900 {
    background-color: #1e678a;
  }
  .smb\:border-aqua {
    border-color: #8ecae6;
  }
  .smb\:border-aqua-t1 {
    border-color: rgba(142, 202, 230, 0.1);
  }
  .smb\:border-aqua-t2 {
    border-color: rgba(142, 202, 230, 0.2);
  }
  .smb\:border-aqua-t3 {
    border-color: rgba(142, 202, 230, 0.3);
  }
  .smb\:border-aqua-t4 {
    border-color: rgba(142, 202, 230, 0.4);
  }
  .smb\:border-aqua-t5 {
    border-color: rgba(142, 202, 230, 0.5);
  }
  .smb\:border-aqua-t6 {
    border-color: rgba(142, 202, 230, 0.6);
  }
  .smb\:border-aqua-t7 {
    border-color: rgba(142, 202, 230, 0.7);
  }
  .smb\:border-aqua-t8 {
    border-color: rgba(142, 202, 230, 0.8);
  }
  .smb\:border-aqua-t9 {
    border-color: rgba(142, 202, 230, 0.9);
  }
  .smb\:border-aqua-100 {
    border-color: white;
  }
  .smb\:border-aqua-200 {
    border-color: white;
  }
  .smb\:border-aqua-300 {
    border-color: #e2f1f8;
  }
  .smb\:border-aqua-400 {
    border-color: #b8deef;
  }
  .smb\:border-aqua-500 {
    border-color: #8ecae6;
  }
  .smb\:border-aqua-600 {
    border-color: #64b6dd;
  }
  .smb\:border-aqua-700 {
    border-color: #3aa3d4;
  }
  .smb\:border-aqua-800 {
    border-color: #2887b3;
  }
  .smb\:border-aqua-900 {
    border-color: #1e678a;
  }
  .smb\:fill-aqua {
    fill: #8ecae6;
  }
  .smb\:fill-aqua-t1 {
    fill: rgba(142, 202, 230, 0.1);
  }
  .smb\:fill-aqua-t2 {
    fill: rgba(142, 202, 230, 0.2);
  }
  .smb\:fill-aqua-t3 {
    fill: rgba(142, 202, 230, 0.3);
  }
  .smb\:fill-aqua-t4 {
    fill: rgba(142, 202, 230, 0.4);
  }
  .smb\:fill-aqua-t5 {
    fill: rgba(142, 202, 230, 0.5);
  }
  .smb\:fill-aqua-t6 {
    fill: rgba(142, 202, 230, 0.6);
  }
  .smb\:fill-aqua-t7 {
    fill: rgba(142, 202, 230, 0.7);
  }
  .smb\:fill-aqua-t8 {
    fill: rgba(142, 202, 230, 0.8);
  }
  .smb\:fill-aqua-t9 {
    fill: rgba(142, 202, 230, 0.9);
  }
  .smb\:fill-aqua-100 {
    fill: white;
  }
  .smb\:fill-aqua-200 {
    fill: white;
  }
  .smb\:fill-aqua-300 {
    fill: #e2f1f8;
  }
  .smb\:fill-aqua-400 {
    fill: #b8deef;
  }
  .smb\:fill-aqua-500 {
    fill: #8ecae6;
  }
  .smb\:fill-aqua-600 {
    fill: #64b6dd;
  }
  .smb\:fill-aqua-700 {
    fill: #3aa3d4;
  }
  .smb\:fill-aqua-800 {
    fill: #2887b3;
  }
  .smb\:fill-aqua-900 {
    fill: #1e678a;
  }
  .smb\:color-yellow {
    color: #ffd203;
  }
  .smb\:color-yellow-t1 {
    color: rgba(255, 210, 3, 0.1);
  }
  .smb\:color-yellow-t2 {
    color: rgba(255, 210, 3, 0.2);
  }
  .smb\:color-yellow-t3 {
    color: rgba(255, 210, 3, 0.3);
  }
  .smb\:color-yellow-t4 {
    color: rgba(255, 210, 3, 0.4);
  }
  .smb\:color-yellow-t5 {
    color: rgba(255, 210, 3, 0.5);
  }
  .smb\:color-yellow-t6 {
    color: rgba(255, 210, 3, 0.6);
  }
  .smb\:color-yellow-t7 {
    color: rgba(255, 210, 3, 0.7);
  }
  .smb\:color-yellow-t8 {
    color: rgba(255, 210, 3, 0.8);
  }
  .smb\:color-yellow-t9 {
    color: rgba(255, 210, 3, 0.9);
  }
  .smb\:color-yellow-100 {
    color: #fff6cf;
  }
  .smb\:color-yellow-200 {
    color: #ffed9c;
  }
  .smb\:color-yellow-300 {
    color: #ffe469;
  }
  .smb\:color-yellow-400 {
    color: #ffdb36;
  }
  .smb\:color-yellow-500 {
    color: #ffd203;
  }
  .smb\:color-yellow-600 {
    color: #cfaa00;
  }
  .smb\:color-yellow-700 {
    color: #9c8000;
  }
  .smb\:color-yellow-800 {
    color: #695600;
  }
  .smb\:color-yellow-900 {
    color: #362c00;
  }
  .smb\:bg-yellow {
    background-color: #ffd203;
  }
  .smb\:bg-yellow-t1 {
    background-color: rgba(255, 210, 3, 0.1);
  }
  .smb\:bg-yellow-t2 {
    background-color: rgba(255, 210, 3, 0.2);
  }
  .smb\:bg-yellow-t3 {
    background-color: rgba(255, 210, 3, 0.3);
  }
  .smb\:bg-yellow-t4 {
    background-color: rgba(255, 210, 3, 0.4);
  }
  .smb\:bg-yellow-t5 {
    background-color: rgba(255, 210, 3, 0.5);
  }
  .smb\:bg-yellow-t6 {
    background-color: rgba(255, 210, 3, 0.6);
  }
  .smb\:bg-yellow-t7 {
    background-color: rgba(255, 210, 3, 0.7);
  }
  .smb\:bg-yellow-t8 {
    background-color: rgba(255, 210, 3, 0.8);
  }
  .smb\:bg-yellow-t9 {
    background-color: rgba(255, 210, 3, 0.9);
  }
  .smb\:bg-yellow-100 {
    background-color: #fff6cf;
  }
  .smb\:bg-yellow-200 {
    background-color: #ffed9c;
  }
  .smb\:bg-yellow-300 {
    background-color: #ffe469;
  }
  .smb\:bg-yellow-400 {
    background-color: #ffdb36;
  }
  .smb\:bg-yellow-500 {
    background-color: #ffd203;
  }
  .smb\:bg-yellow-600 {
    background-color: #cfaa00;
  }
  .smb\:bg-yellow-700 {
    background-color: #9c8000;
  }
  .smb\:bg-yellow-800 {
    background-color: #695600;
  }
  .smb\:bg-yellow-900 {
    background-color: #362c00;
  }
  .smb\:border-yellow {
    border-color: #ffd203;
  }
  .smb\:border-yellow-t1 {
    border-color: rgba(255, 210, 3, 0.1);
  }
  .smb\:border-yellow-t2 {
    border-color: rgba(255, 210, 3, 0.2);
  }
  .smb\:border-yellow-t3 {
    border-color: rgba(255, 210, 3, 0.3);
  }
  .smb\:border-yellow-t4 {
    border-color: rgba(255, 210, 3, 0.4);
  }
  .smb\:border-yellow-t5 {
    border-color: rgba(255, 210, 3, 0.5);
  }
  .smb\:border-yellow-t6 {
    border-color: rgba(255, 210, 3, 0.6);
  }
  .smb\:border-yellow-t7 {
    border-color: rgba(255, 210, 3, 0.7);
  }
  .smb\:border-yellow-t8 {
    border-color: rgba(255, 210, 3, 0.8);
  }
  .smb\:border-yellow-t9 {
    border-color: rgba(255, 210, 3, 0.9);
  }
  .smb\:border-yellow-100 {
    border-color: #fff6cf;
  }
  .smb\:border-yellow-200 {
    border-color: #ffed9c;
  }
  .smb\:border-yellow-300 {
    border-color: #ffe469;
  }
  .smb\:border-yellow-400 {
    border-color: #ffdb36;
  }
  .smb\:border-yellow-500 {
    border-color: #ffd203;
  }
  .smb\:border-yellow-600 {
    border-color: #cfaa00;
  }
  .smb\:border-yellow-700 {
    border-color: #9c8000;
  }
  .smb\:border-yellow-800 {
    border-color: #695600;
  }
  .smb\:border-yellow-900 {
    border-color: #362c00;
  }
  .smb\:fill-yellow {
    fill: #ffd203;
  }
  .smb\:fill-yellow-t1 {
    fill: rgba(255, 210, 3, 0.1);
  }
  .smb\:fill-yellow-t2 {
    fill: rgba(255, 210, 3, 0.2);
  }
  .smb\:fill-yellow-t3 {
    fill: rgba(255, 210, 3, 0.3);
  }
  .smb\:fill-yellow-t4 {
    fill: rgba(255, 210, 3, 0.4);
  }
  .smb\:fill-yellow-t5 {
    fill: rgba(255, 210, 3, 0.5);
  }
  .smb\:fill-yellow-t6 {
    fill: rgba(255, 210, 3, 0.6);
  }
  .smb\:fill-yellow-t7 {
    fill: rgba(255, 210, 3, 0.7);
  }
  .smb\:fill-yellow-t8 {
    fill: rgba(255, 210, 3, 0.8);
  }
  .smb\:fill-yellow-t9 {
    fill: rgba(255, 210, 3, 0.9);
  }
  .smb\:fill-yellow-100 {
    fill: #fff6cf;
  }
  .smb\:fill-yellow-200 {
    fill: #ffed9c;
  }
  .smb\:fill-yellow-300 {
    fill: #ffe469;
  }
  .smb\:fill-yellow-400 {
    fill: #ffdb36;
  }
  .smb\:fill-yellow-500 {
    fill: #ffd203;
  }
  .smb\:fill-yellow-600 {
    fill: #cfaa00;
  }
  .smb\:fill-yellow-700 {
    fill: #9c8000;
  }
  .smb\:fill-yellow-800 {
    fill: #695600;
  }
  .smb\:fill-yellow-900 {
    fill: #362c00;
  }
  .smb\:color-violet {
    color: #210037;
  }
  .smb\:color-violet-t1 {
    color: rgba(33, 0, 55, 0.1);
  }
  .smb\:color-violet-t2 {
    color: rgba(33, 0, 55, 0.2);
  }
  .smb\:color-violet-t3 {
    color: rgba(33, 0, 55, 0.3);
  }
  .smb\:color-violet-t4 {
    color: rgba(33, 0, 55, 0.4);
  }
  .smb\:color-violet-t5 {
    color: rgba(33, 0, 55, 0.5);
  }
  .smb\:color-violet-t6 {
    color: rgba(33, 0, 55, 0.6);
  }
  .smb\:color-violet-t7 {
    color: rgba(33, 0, 55, 0.7);
  }
  .smb\:color-violet-t8 {
    color: rgba(33, 0, 55, 0.8);
  }
  .smb\:color-violet-t9 {
    color: rgba(33, 0, 55, 0.9);
  }
  .smb\:color-violet-100 {
    color: #9b04ff;
  }
  .smb\:color-violet-200 {
    color: #7d00d0;
  }
  .smb\:color-violet-300 {
    color: #5e009d;
  }
  .smb\:color-violet-400 {
    color: #40006a;
  }
  .smb\:color-violet-500 {
    color: #210037;
  }
  .smb\:color-violet-600 {
    color: #020004;
  }
  .smb\:color-violet-700 {
    color: black;
  }
  .smb\:color-violet-800 {
    color: black;
  }
  .smb\:color-violet-900 {
    color: black;
  }
  .smb\:bg-violet {
    background-color: #210037;
  }
  .smb\:bg-violet-t1 {
    background-color: rgba(33, 0, 55, 0.1);
  }
  .smb\:bg-violet-t2 {
    background-color: rgba(33, 0, 55, 0.2);
  }
  .smb\:bg-violet-t3 {
    background-color: rgba(33, 0, 55, 0.3);
  }
  .smb\:bg-violet-t4 {
    background-color: rgba(33, 0, 55, 0.4);
  }
  .smb\:bg-violet-t5 {
    background-color: rgba(33, 0, 55, 0.5);
  }
  .smb\:bg-violet-t6 {
    background-color: rgba(33, 0, 55, 0.6);
  }
  .smb\:bg-violet-t7 {
    background-color: rgba(33, 0, 55, 0.7);
  }
  .smb\:bg-violet-t8 {
    background-color: rgba(33, 0, 55, 0.8);
  }
  .smb\:bg-violet-t9 {
    background-color: rgba(33, 0, 55, 0.9);
  }
  .smb\:bg-violet-100 {
    background-color: #9b04ff;
  }
  .smb\:bg-violet-200 {
    background-color: #7d00d0;
  }
  .smb\:bg-violet-300 {
    background-color: #5e009d;
  }
  .smb\:bg-violet-400 {
    background-color: #40006a;
  }
  .smb\:bg-violet-500 {
    background-color: #210037;
  }
  .smb\:bg-violet-600 {
    background-color: #020004;
  }
  .smb\:bg-violet-700 {
    background-color: black;
  }
  .smb\:bg-violet-800 {
    background-color: black;
  }
  .smb\:bg-violet-900 {
    background-color: black;
  }
  .smb\:border-violet {
    border-color: #210037;
  }
  .smb\:border-violet-t1 {
    border-color: rgba(33, 0, 55, 0.1);
  }
  .smb\:border-violet-t2 {
    border-color: rgba(33, 0, 55, 0.2);
  }
  .smb\:border-violet-t3 {
    border-color: rgba(33, 0, 55, 0.3);
  }
  .smb\:border-violet-t4 {
    border-color: rgba(33, 0, 55, 0.4);
  }
  .smb\:border-violet-t5 {
    border-color: rgba(33, 0, 55, 0.5);
  }
  .smb\:border-violet-t6 {
    border-color: rgba(33, 0, 55, 0.6);
  }
  .smb\:border-violet-t7 {
    border-color: rgba(33, 0, 55, 0.7);
  }
  .smb\:border-violet-t8 {
    border-color: rgba(33, 0, 55, 0.8);
  }
  .smb\:border-violet-t9 {
    border-color: rgba(33, 0, 55, 0.9);
  }
  .smb\:border-violet-100 {
    border-color: #9b04ff;
  }
  .smb\:border-violet-200 {
    border-color: #7d00d0;
  }
  .smb\:border-violet-300 {
    border-color: #5e009d;
  }
  .smb\:border-violet-400 {
    border-color: #40006a;
  }
  .smb\:border-violet-500 {
    border-color: #210037;
  }
  .smb\:border-violet-600 {
    border-color: #020004;
  }
  .smb\:border-violet-700 {
    border-color: black;
  }
  .smb\:border-violet-800 {
    border-color: black;
  }
  .smb\:border-violet-900 {
    border-color: black;
  }
  .smb\:fill-violet {
    fill: #210037;
  }
  .smb\:fill-violet-t1 {
    fill: rgba(33, 0, 55, 0.1);
  }
  .smb\:fill-violet-t2 {
    fill: rgba(33, 0, 55, 0.2);
  }
  .smb\:fill-violet-t3 {
    fill: rgba(33, 0, 55, 0.3);
  }
  .smb\:fill-violet-t4 {
    fill: rgba(33, 0, 55, 0.4);
  }
  .smb\:fill-violet-t5 {
    fill: rgba(33, 0, 55, 0.5);
  }
  .smb\:fill-violet-t6 {
    fill: rgba(33, 0, 55, 0.6);
  }
  .smb\:fill-violet-t7 {
    fill: rgba(33, 0, 55, 0.7);
  }
  .smb\:fill-violet-t8 {
    fill: rgba(33, 0, 55, 0.8);
  }
  .smb\:fill-violet-t9 {
    fill: rgba(33, 0, 55, 0.9);
  }
  .smb\:fill-violet-100 {
    fill: #9b04ff;
  }
  .smb\:fill-violet-200 {
    fill: #7d00d0;
  }
  .smb\:fill-violet-300 {
    fill: #5e009d;
  }
  .smb\:fill-violet-400 {
    fill: #40006a;
  }
  .smb\:fill-violet-500 {
    fill: #210037;
  }
  .smb\:fill-violet-600 {
    fill: #020004;
  }
  .smb\:fill-violet-700 {
    fill: black;
  }
  .smb\:fill-violet-800 {
    fill: black;
  }
  .smb\:fill-violet-900 {
    fill: black;
  }
  .smb\:color-purple {
    color: #a91d7e;
  }
  .smb\:color-purple-t1 {
    color: rgba(169, 29, 126, 0.1);
  }
  .smb\:color-purple-t2 {
    color: rgba(169, 29, 126, 0.2);
  }
  .smb\:color-purple-t3 {
    color: rgba(169, 29, 126, 0.3);
  }
  .smb\:color-purple-t4 {
    color: rgba(169, 29, 126, 0.4);
  }
  .smb\:color-purple-t5 {
    color: rgba(169, 29, 126, 0.5);
  }
  .smb\:color-purple-t6 {
    color: rgba(169, 29, 126, 0.6);
  }
  .smb\:color-purple-t7 {
    color: rgba(169, 29, 126, 0.7);
  }
  .smb\:color-purple-t8 {
    color: rgba(169, 29, 126, 0.8);
  }
  .smb\:color-purple-t9 {
    color: rgba(169, 29, 126, 0.9);
  }
  .smb\:color-purple-100 {
    color: #efa3d8;
  }
  .smb\:color-purple-200 {
    color: #e877c5;
  }
  .smb\:color-purple-300 {
    color: #e04cb3;
  }
  .smb\:color-purple-400 {
    color: #d5249e;
  }
  .smb\:color-purple-500 {
    color: #a91d7e;
  }
  .smb\:color-purple-600 {
    color: #7d165e;
  }
  .smb\:color-purple-700 {
    color: #520e3d;
  }
  .smb\:color-purple-800 {
    color: #26071d;
  }
  .smb\:color-purple-900 {
    color: black;
  }
  .smb\:bg-purple {
    background-color: #a91d7e;
  }
  .smb\:bg-purple-t1 {
    background-color: rgba(169, 29, 126, 0.1);
  }
  .smb\:bg-purple-t2 {
    background-color: rgba(169, 29, 126, 0.2);
  }
  .smb\:bg-purple-t3 {
    background-color: rgba(169, 29, 126, 0.3);
  }
  .smb\:bg-purple-t4 {
    background-color: rgba(169, 29, 126, 0.4);
  }
  .smb\:bg-purple-t5 {
    background-color: rgba(169, 29, 126, 0.5);
  }
  .smb\:bg-purple-t6 {
    background-color: rgba(169, 29, 126, 0.6);
  }
  .smb\:bg-purple-t7 {
    background-color: rgba(169, 29, 126, 0.7);
  }
  .smb\:bg-purple-t8 {
    background-color: rgba(169, 29, 126, 0.8);
  }
  .smb\:bg-purple-t9 {
    background-color: rgba(169, 29, 126, 0.9);
  }
  .smb\:bg-purple-100 {
    background-color: #efa3d8;
  }
  .smb\:bg-purple-200 {
    background-color: #e877c5;
  }
  .smb\:bg-purple-300 {
    background-color: #e04cb3;
  }
  .smb\:bg-purple-400 {
    background-color: #d5249e;
  }
  .smb\:bg-purple-500 {
    background-color: #a91d7e;
  }
  .smb\:bg-purple-600 {
    background-color: #7d165e;
  }
  .smb\:bg-purple-700 {
    background-color: #520e3d;
  }
  .smb\:bg-purple-800 {
    background-color: #26071d;
  }
  .smb\:bg-purple-900 {
    background-color: black;
  }
  .smb\:border-purple {
    border-color: #a91d7e;
  }
  .smb\:border-purple-t1 {
    border-color: rgba(169, 29, 126, 0.1);
  }
  .smb\:border-purple-t2 {
    border-color: rgba(169, 29, 126, 0.2);
  }
  .smb\:border-purple-t3 {
    border-color: rgba(169, 29, 126, 0.3);
  }
  .smb\:border-purple-t4 {
    border-color: rgba(169, 29, 126, 0.4);
  }
  .smb\:border-purple-t5 {
    border-color: rgba(169, 29, 126, 0.5);
  }
  .smb\:border-purple-t6 {
    border-color: rgba(169, 29, 126, 0.6);
  }
  .smb\:border-purple-t7 {
    border-color: rgba(169, 29, 126, 0.7);
  }
  .smb\:border-purple-t8 {
    border-color: rgba(169, 29, 126, 0.8);
  }
  .smb\:border-purple-t9 {
    border-color: rgba(169, 29, 126, 0.9);
  }
  .smb\:border-purple-100 {
    border-color: #efa3d8;
  }
  .smb\:border-purple-200 {
    border-color: #e877c5;
  }
  .smb\:border-purple-300 {
    border-color: #e04cb3;
  }
  .smb\:border-purple-400 {
    border-color: #d5249e;
  }
  .smb\:border-purple-500 {
    border-color: #a91d7e;
  }
  .smb\:border-purple-600 {
    border-color: #7d165e;
  }
  .smb\:border-purple-700 {
    border-color: #520e3d;
  }
  .smb\:border-purple-800 {
    border-color: #26071d;
  }
  .smb\:border-purple-900 {
    border-color: black;
  }
  .smb\:fill-purple {
    fill: #a91d7e;
  }
  .smb\:fill-purple-t1 {
    fill: rgba(169, 29, 126, 0.1);
  }
  .smb\:fill-purple-t2 {
    fill: rgba(169, 29, 126, 0.2);
  }
  .smb\:fill-purple-t3 {
    fill: rgba(169, 29, 126, 0.3);
  }
  .smb\:fill-purple-t4 {
    fill: rgba(169, 29, 126, 0.4);
  }
  .smb\:fill-purple-t5 {
    fill: rgba(169, 29, 126, 0.5);
  }
  .smb\:fill-purple-t6 {
    fill: rgba(169, 29, 126, 0.6);
  }
  .smb\:fill-purple-t7 {
    fill: rgba(169, 29, 126, 0.7);
  }
  .smb\:fill-purple-t8 {
    fill: rgba(169, 29, 126, 0.8);
  }
  .smb\:fill-purple-t9 {
    fill: rgba(169, 29, 126, 0.9);
  }
  .smb\:fill-purple-100 {
    fill: #efa3d8;
  }
  .smb\:fill-purple-200 {
    fill: #e877c5;
  }
  .smb\:fill-purple-300 {
    fill: #e04cb3;
  }
  .smb\:fill-purple-400 {
    fill: #d5249e;
  }
  .smb\:fill-purple-500 {
    fill: #a91d7e;
  }
  .smb\:fill-purple-600 {
    fill: #7d165e;
  }
  .smb\:fill-purple-700 {
    fill: #520e3d;
  }
  .smb\:fill-purple-800 {
    fill: #26071d;
  }
  .smb\:fill-purple-900 {
    fill: black;
  }
  .smb\:color-red {
    color: #cc0000;
  }
  .smb\:color-red-t1 {
    color: rgba(204, 0, 0, 0.1);
  }
  .smb\:color-red-t2 {
    color: rgba(204, 0, 0, 0.2);
  }
  .smb\:color-red-t3 {
    color: rgba(204, 0, 0, 0.3);
  }
  .smb\:color-red-t4 {
    color: rgba(204, 0, 0, 0.4);
  }
  .smb\:color-red-t5 {
    color: rgba(204, 0, 0, 0.5);
  }
  .smb\:color-red-t6 {
    color: rgba(204, 0, 0, 0.6);
  }
  .smb\:color-red-t7 {
    color: rgba(204, 0, 0, 0.7);
  }
  .smb\:color-red-t8 {
    color: rgba(204, 0, 0, 0.8);
  }
  .smb\:color-red-t9 {
    color: rgba(204, 0, 0, 0.9);
  }
  .smb\:color-red-100 {
    color: #ff9999;
  }
  .smb\:color-red-200 {
    color: #ff6666;
  }
  .smb\:color-red-300 {
    color: #ff3333;
  }
  .smb\:color-red-400 {
    color: red;
  }
  .smb\:color-red-500 {
    color: #cc0000;
  }
  .smb\:color-red-600 {
    color: #990000;
  }
  .smb\:color-red-700 {
    color: #660000;
  }
  .smb\:color-red-800 {
    color: #330000;
  }
  .smb\:color-red-900 {
    color: black;
  }
  .smb\:bg-red {
    background-color: #cc0000;
  }
  .smb\:bg-red-t1 {
    background-color: rgba(204, 0, 0, 0.1);
  }
  .smb\:bg-red-t2 {
    background-color: rgba(204, 0, 0, 0.2);
  }
  .smb\:bg-red-t3 {
    background-color: rgba(204, 0, 0, 0.3);
  }
  .smb\:bg-red-t4 {
    background-color: rgba(204, 0, 0, 0.4);
  }
  .smb\:bg-red-t5 {
    background-color: rgba(204, 0, 0, 0.5);
  }
  .smb\:bg-red-t6 {
    background-color: rgba(204, 0, 0, 0.6);
  }
  .smb\:bg-red-t7 {
    background-color: rgba(204, 0, 0, 0.7);
  }
  .smb\:bg-red-t8 {
    background-color: rgba(204, 0, 0, 0.8);
  }
  .smb\:bg-red-t9 {
    background-color: rgba(204, 0, 0, 0.9);
  }
  .smb\:bg-red-100 {
    background-color: #ff9999;
  }
  .smb\:bg-red-200 {
    background-color: #ff6666;
  }
  .smb\:bg-red-300 {
    background-color: #ff3333;
  }
  .smb\:bg-red-400 {
    background-color: red;
  }
  .smb\:bg-red-500 {
    background-color: #cc0000;
  }
  .smb\:bg-red-600 {
    background-color: #990000;
  }
  .smb\:bg-red-700 {
    background-color: #660000;
  }
  .smb\:bg-red-800 {
    background-color: #330000;
  }
  .smb\:bg-red-900 {
    background-color: black;
  }
  .smb\:border-red {
    border-color: #cc0000;
  }
  .smb\:border-red-t1 {
    border-color: rgba(204, 0, 0, 0.1);
  }
  .smb\:border-red-t2 {
    border-color: rgba(204, 0, 0, 0.2);
  }
  .smb\:border-red-t3 {
    border-color: rgba(204, 0, 0, 0.3);
  }
  .smb\:border-red-t4 {
    border-color: rgba(204, 0, 0, 0.4);
  }
  .smb\:border-red-t5 {
    border-color: rgba(204, 0, 0, 0.5);
  }
  .smb\:border-red-t6 {
    border-color: rgba(204, 0, 0, 0.6);
  }
  .smb\:border-red-t7 {
    border-color: rgba(204, 0, 0, 0.7);
  }
  .smb\:border-red-t8 {
    border-color: rgba(204, 0, 0, 0.8);
  }
  .smb\:border-red-t9 {
    border-color: rgba(204, 0, 0, 0.9);
  }
  .smb\:border-red-100 {
    border-color: #ff9999;
  }
  .smb\:border-red-200 {
    border-color: #ff6666;
  }
  .smb\:border-red-300 {
    border-color: #ff3333;
  }
  .smb\:border-red-400 {
    border-color: red;
  }
  .smb\:border-red-500 {
    border-color: #cc0000;
  }
  .smb\:border-red-600 {
    border-color: #990000;
  }
  .smb\:border-red-700 {
    border-color: #660000;
  }
  .smb\:border-red-800 {
    border-color: #330000;
  }
  .smb\:border-red-900 {
    border-color: black;
  }
  .smb\:fill-red {
    fill: #cc0000;
  }
  .smb\:fill-red-t1 {
    fill: rgba(204, 0, 0, 0.1);
  }
  .smb\:fill-red-t2 {
    fill: rgba(204, 0, 0, 0.2);
  }
  .smb\:fill-red-t3 {
    fill: rgba(204, 0, 0, 0.3);
  }
  .smb\:fill-red-t4 {
    fill: rgba(204, 0, 0, 0.4);
  }
  .smb\:fill-red-t5 {
    fill: rgba(204, 0, 0, 0.5);
  }
  .smb\:fill-red-t6 {
    fill: rgba(204, 0, 0, 0.6);
  }
  .smb\:fill-red-t7 {
    fill: rgba(204, 0, 0, 0.7);
  }
  .smb\:fill-red-t8 {
    fill: rgba(204, 0, 0, 0.8);
  }
  .smb\:fill-red-t9 {
    fill: rgba(204, 0, 0, 0.9);
  }
  .smb\:fill-red-100 {
    fill: #ff9999;
  }
  .smb\:fill-red-200 {
    fill: #ff6666;
  }
  .smb\:fill-red-300 {
    fill: #ff3333;
  }
  .smb\:fill-red-400 {
    fill: red;
  }
  .smb\:fill-red-500 {
    fill: #cc0000;
  }
  .smb\:fill-red-600 {
    fill: #990000;
  }
  .smb\:fill-red-700 {
    fill: #660000;
  }
  .smb\:fill-red-800 {
    fill: #330000;
  }
  .smb\:fill-red-900 {
    fill: black;
  }
  .smb\:color-orange {
    color: #F84C00;
  }
  .smb\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .smb\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .smb\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .smb\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .smb\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .smb\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .smb\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .smb\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .smb\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .smb\:color-orange-100 {
    color: #ffd7c5;
  }
  .smb\:color-orange-200 {
    color: #ffb392;
  }
  .smb\:color-orange-300 {
    color: #ff905f;
  }
  .smb\:color-orange-400 {
    color: #ff6d2c;
  }
  .smb\:color-orange-500 {
    color: #F84C00;
  }
  .smb\:color-orange-600 {
    color: #c53c00;
  }
  .smb\:color-orange-700 {
    color: #922d00;
  }
  .smb\:color-orange-800 {
    color: #5f1d00;
  }
  .smb\:color-orange-900 {
    color: #2c0d00;
  }
  .smb\:bg-orange {
    background-color: #F84C00;
  }
  .smb\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .smb\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .smb\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .smb\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .smb\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .smb\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .smb\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .smb\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .smb\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .smb\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .smb\:bg-orange-200 {
    background-color: #ffb392;
  }
  .smb\:bg-orange-300 {
    background-color: #ff905f;
  }
  .smb\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .smb\:bg-orange-500 {
    background-color: #F84C00;
  }
  .smb\:bg-orange-600 {
    background-color: #c53c00;
  }
  .smb\:bg-orange-700 {
    background-color: #922d00;
  }
  .smb\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .smb\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .smb\:border-orange {
    border-color: #F84C00;
  }
  .smb\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .smb\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .smb\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .smb\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .smb\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .smb\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .smb\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .smb\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .smb\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .smb\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .smb\:border-orange-200 {
    border-color: #ffb392;
  }
  .smb\:border-orange-300 {
    border-color: #ff905f;
  }
  .smb\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .smb\:border-orange-500 {
    border-color: #F84C00;
  }
  .smb\:border-orange-600 {
    border-color: #c53c00;
  }
  .smb\:border-orange-700 {
    border-color: #922d00;
  }
  .smb\:border-orange-800 {
    border-color: #5f1d00;
  }
  .smb\:border-orange-900 {
    border-color: #2c0d00;
  }
  .smb\:fill-orange {
    fill: #F84C00;
  }
  .smb\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .smb\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .smb\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .smb\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .smb\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .smb\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .smb\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .smb\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .smb\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .smb\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .smb\:fill-orange-200 {
    fill: #ffb392;
  }
  .smb\:fill-orange-300 {
    fill: #ff905f;
  }
  .smb\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .smb\:fill-orange-500 {
    fill: #F84C00;
  }
  .smb\:fill-orange-600 {
    fill: #c53c00;
  }
  .smb\:fill-orange-700 {
    fill: #922d00;
  }
  .smb\:fill-orange-800 {
    fill: #5f1d00;
  }
  .smb\:fill-orange-900 {
    fill: #2c0d00;
  }
  .smb\:color-brown {
    color: #D2C092;
  }
  .smb\:color-brown-t1 {
    color: rgba(210, 192, 146, 0.1);
  }
  .smb\:color-brown-t2 {
    color: rgba(210, 192, 146, 0.2);
  }
  .smb\:color-brown-t3 {
    color: rgba(210, 192, 146, 0.3);
  }
  .smb\:color-brown-t4 {
    color: rgba(210, 192, 146, 0.4);
  }
  .smb\:color-brown-t5 {
    color: rgba(210, 192, 146, 0.5);
  }
  .smb\:color-brown-t6 {
    color: rgba(210, 192, 146, 0.6);
  }
  .smb\:color-brown-t7 {
    color: rgba(210, 192, 146, 0.7);
  }
  .smb\:color-brown-t8 {
    color: rgba(210, 192, 146, 0.8);
  }
  .smb\:color-brown-t9 {
    color: rgba(210, 192, 146, 0.9);
  }
  .smb\:color-brown-100 {
    color: white;
  }
  .smb\:color-brown-200 {
    color: #fffffe;
  }
  .smb\:color-brown-300 {
    color: #f0eada;
  }
  .smb\:color-brown-400 {
    color: #e1d5b6;
  }
  .smb\:color-brown-500 {
    color: #D2C092;
  }
  .smb\:color-brown-600 {
    color: #c3ab6e;
  }
  .smb\:color-brown-700 {
    color: #b4964a;
  }
  .smb\:color-brown-800 {
    color: #90783b;
  }
  .smb\:color-brown-900 {
    color: #6c5a2c;
  }
  .smb\:bg-brown {
    background-color: #D2C092;
  }
  .smb\:bg-brown-t1 {
    background-color: rgba(210, 192, 146, 0.1);
  }
  .smb\:bg-brown-t2 {
    background-color: rgba(210, 192, 146, 0.2);
  }
  .smb\:bg-brown-t3 {
    background-color: rgba(210, 192, 146, 0.3);
  }
  .smb\:bg-brown-t4 {
    background-color: rgba(210, 192, 146, 0.4);
  }
  .smb\:bg-brown-t5 {
    background-color: rgba(210, 192, 146, 0.5);
  }
  .smb\:bg-brown-t6 {
    background-color: rgba(210, 192, 146, 0.6);
  }
  .smb\:bg-brown-t7 {
    background-color: rgba(210, 192, 146, 0.7);
  }
  .smb\:bg-brown-t8 {
    background-color: rgba(210, 192, 146, 0.8);
  }
  .smb\:bg-brown-t9 {
    background-color: rgba(210, 192, 146, 0.9);
  }
  .smb\:bg-brown-100 {
    background-color: white;
  }
  .smb\:bg-brown-200 {
    background-color: #fffffe;
  }
  .smb\:bg-brown-300 {
    background-color: #f0eada;
  }
  .smb\:bg-brown-400 {
    background-color: #e1d5b6;
  }
  .smb\:bg-brown-500 {
    background-color: #D2C092;
  }
  .smb\:bg-brown-600 {
    background-color: #c3ab6e;
  }
  .smb\:bg-brown-700 {
    background-color: #b4964a;
  }
  .smb\:bg-brown-800 {
    background-color: #90783b;
  }
  .smb\:bg-brown-900 {
    background-color: #6c5a2c;
  }
  .smb\:border-brown {
    border-color: #D2C092;
  }
  .smb\:border-brown-t1 {
    border-color: rgba(210, 192, 146, 0.1);
  }
  .smb\:border-brown-t2 {
    border-color: rgba(210, 192, 146, 0.2);
  }
  .smb\:border-brown-t3 {
    border-color: rgba(210, 192, 146, 0.3);
  }
  .smb\:border-brown-t4 {
    border-color: rgba(210, 192, 146, 0.4);
  }
  .smb\:border-brown-t5 {
    border-color: rgba(210, 192, 146, 0.5);
  }
  .smb\:border-brown-t6 {
    border-color: rgba(210, 192, 146, 0.6);
  }
  .smb\:border-brown-t7 {
    border-color: rgba(210, 192, 146, 0.7);
  }
  .smb\:border-brown-t8 {
    border-color: rgba(210, 192, 146, 0.8);
  }
  .smb\:border-brown-t9 {
    border-color: rgba(210, 192, 146, 0.9);
  }
  .smb\:border-brown-100 {
    border-color: white;
  }
  .smb\:border-brown-200 {
    border-color: #fffffe;
  }
  .smb\:border-brown-300 {
    border-color: #f0eada;
  }
  .smb\:border-brown-400 {
    border-color: #e1d5b6;
  }
  .smb\:border-brown-500 {
    border-color: #D2C092;
  }
  .smb\:border-brown-600 {
    border-color: #c3ab6e;
  }
  .smb\:border-brown-700 {
    border-color: #b4964a;
  }
  .smb\:border-brown-800 {
    border-color: #90783b;
  }
  .smb\:border-brown-900 {
    border-color: #6c5a2c;
  }
  .smb\:fill-brown {
    fill: #D2C092;
  }
  .smb\:fill-brown-t1 {
    fill: rgba(210, 192, 146, 0.1);
  }
  .smb\:fill-brown-t2 {
    fill: rgba(210, 192, 146, 0.2);
  }
  .smb\:fill-brown-t3 {
    fill: rgba(210, 192, 146, 0.3);
  }
  .smb\:fill-brown-t4 {
    fill: rgba(210, 192, 146, 0.4);
  }
  .smb\:fill-brown-t5 {
    fill: rgba(210, 192, 146, 0.5);
  }
  .smb\:fill-brown-t6 {
    fill: rgba(210, 192, 146, 0.6);
  }
  .smb\:fill-brown-t7 {
    fill: rgba(210, 192, 146, 0.7);
  }
  .smb\:fill-brown-t8 {
    fill: rgba(210, 192, 146, 0.8);
  }
  .smb\:fill-brown-t9 {
    fill: rgba(210, 192, 146, 0.9);
  }
  .smb\:fill-brown-100 {
    fill: white;
  }
  .smb\:fill-brown-200 {
    fill: #fffffe;
  }
  .smb\:fill-brown-300 {
    fill: #f0eada;
  }
  .smb\:fill-brown-400 {
    fill: #e1d5b6;
  }
  .smb\:fill-brown-500 {
    fill: #D2C092;
  }
  .smb\:fill-brown-600 {
    fill: #c3ab6e;
  }
  .smb\:fill-brown-700 {
    fill: #b4964a;
  }
  .smb\:fill-brown-800 {
    fill: #90783b;
  }
  .smb\:fill-brown-900 {
    fill: #6c5a2c;
  }
  .smb\:color-facebook {
    color: #1877F2;
  }
  .smb\:color-facebook-t1 {
    color: rgba(24, 119, 242, 0.1);
  }
  .smb\:color-facebook-t2 {
    color: rgba(24, 119, 242, 0.2);
  }
  .smb\:color-facebook-t3 {
    color: rgba(24, 119, 242, 0.3);
  }
  .smb\:color-facebook-t4 {
    color: rgba(24, 119, 242, 0.4);
  }
  .smb\:color-facebook-t5 {
    color: rgba(24, 119, 242, 0.5);
  }
  .smb\:color-facebook-t6 {
    color: rgba(24, 119, 242, 0.6);
  }
  .smb\:color-facebook-t7 {
    color: rgba(24, 119, 242, 0.7);
  }
  .smb\:color-facebook-t8 {
    color: rgba(24, 119, 242, 0.8);
  }
  .smb\:color-facebook-t9 {
    color: rgba(24, 119, 242, 0.9);
  }
  .smb\:color-facebook-100 {
    color: #d9e9fd;
  }
  .smb\:color-facebook-200 {
    color: #a9ccfa;
  }
  .smb\:color-facebook-300 {
    color: #79b0f7;
  }
  .smb\:color-facebook-400 {
    color: #4893f5;
  }
  .smb\:color-facebook-500 {
    color: #1877F2;
  }
  .smb\:color-facebook-600 {
    color: #0b5fcc;
  }
  .smb\:color-facebook-700 {
    color: #09499b;
  }
  .smb\:color-facebook-800 {
    color: #06326b;
  }
  .smb\:color-facebook-900 {
    color: #031b3b;
  }
  .smb\:bg-facebook {
    background-color: #1877F2;
  }
  .smb\:bg-facebook-t1 {
    background-color: rgba(24, 119, 242, 0.1);
  }
  .smb\:bg-facebook-t2 {
    background-color: rgba(24, 119, 242, 0.2);
  }
  .smb\:bg-facebook-t3 {
    background-color: rgba(24, 119, 242, 0.3);
  }
  .smb\:bg-facebook-t4 {
    background-color: rgba(24, 119, 242, 0.4);
  }
  .smb\:bg-facebook-t5 {
    background-color: rgba(24, 119, 242, 0.5);
  }
  .smb\:bg-facebook-t6 {
    background-color: rgba(24, 119, 242, 0.6);
  }
  .smb\:bg-facebook-t7 {
    background-color: rgba(24, 119, 242, 0.7);
  }
  .smb\:bg-facebook-t8 {
    background-color: rgba(24, 119, 242, 0.8);
  }
  .smb\:bg-facebook-t9 {
    background-color: rgba(24, 119, 242, 0.9);
  }
  .smb\:bg-facebook-100 {
    background-color: #d9e9fd;
  }
  .smb\:bg-facebook-200 {
    background-color: #a9ccfa;
  }
  .smb\:bg-facebook-300 {
    background-color: #79b0f7;
  }
  .smb\:bg-facebook-400 {
    background-color: #4893f5;
  }
  .smb\:bg-facebook-500 {
    background-color: #1877F2;
  }
  .smb\:bg-facebook-600 {
    background-color: #0b5fcc;
  }
  .smb\:bg-facebook-700 {
    background-color: #09499b;
  }
  .smb\:bg-facebook-800 {
    background-color: #06326b;
  }
  .smb\:bg-facebook-900 {
    background-color: #031b3b;
  }
  .smb\:border-facebook {
    border-color: #1877F2;
  }
  .smb\:border-facebook-t1 {
    border-color: rgba(24, 119, 242, 0.1);
  }
  .smb\:border-facebook-t2 {
    border-color: rgba(24, 119, 242, 0.2);
  }
  .smb\:border-facebook-t3 {
    border-color: rgba(24, 119, 242, 0.3);
  }
  .smb\:border-facebook-t4 {
    border-color: rgba(24, 119, 242, 0.4);
  }
  .smb\:border-facebook-t5 {
    border-color: rgba(24, 119, 242, 0.5);
  }
  .smb\:border-facebook-t6 {
    border-color: rgba(24, 119, 242, 0.6);
  }
  .smb\:border-facebook-t7 {
    border-color: rgba(24, 119, 242, 0.7);
  }
  .smb\:border-facebook-t8 {
    border-color: rgba(24, 119, 242, 0.8);
  }
  .smb\:border-facebook-t9 {
    border-color: rgba(24, 119, 242, 0.9);
  }
  .smb\:border-facebook-100 {
    border-color: #d9e9fd;
  }
  .smb\:border-facebook-200 {
    border-color: #a9ccfa;
  }
  .smb\:border-facebook-300 {
    border-color: #79b0f7;
  }
  .smb\:border-facebook-400 {
    border-color: #4893f5;
  }
  .smb\:border-facebook-500 {
    border-color: #1877F2;
  }
  .smb\:border-facebook-600 {
    border-color: #0b5fcc;
  }
  .smb\:border-facebook-700 {
    border-color: #09499b;
  }
  .smb\:border-facebook-800 {
    border-color: #06326b;
  }
  .smb\:border-facebook-900 {
    border-color: #031b3b;
  }
  .smb\:fill-facebook {
    fill: #1877F2;
  }
  .smb\:fill-facebook-t1 {
    fill: rgba(24, 119, 242, 0.1);
  }
  .smb\:fill-facebook-t2 {
    fill: rgba(24, 119, 242, 0.2);
  }
  .smb\:fill-facebook-t3 {
    fill: rgba(24, 119, 242, 0.3);
  }
  .smb\:fill-facebook-t4 {
    fill: rgba(24, 119, 242, 0.4);
  }
  .smb\:fill-facebook-t5 {
    fill: rgba(24, 119, 242, 0.5);
  }
  .smb\:fill-facebook-t6 {
    fill: rgba(24, 119, 242, 0.6);
  }
  .smb\:fill-facebook-t7 {
    fill: rgba(24, 119, 242, 0.7);
  }
  .smb\:fill-facebook-t8 {
    fill: rgba(24, 119, 242, 0.8);
  }
  .smb\:fill-facebook-t9 {
    fill: rgba(24, 119, 242, 0.9);
  }
  .smb\:fill-facebook-100 {
    fill: #d9e9fd;
  }
  .smb\:fill-facebook-200 {
    fill: #a9ccfa;
  }
  .smb\:fill-facebook-300 {
    fill: #79b0f7;
  }
  .smb\:fill-facebook-400 {
    fill: #4893f5;
  }
  .smb\:fill-facebook-500 {
    fill: #1877F2;
  }
  .smb\:fill-facebook-600 {
    fill: #0b5fcc;
  }
  .smb\:fill-facebook-700 {
    fill: #09499b;
  }
  .smb\:fill-facebook-800 {
    fill: #06326b;
  }
  .smb\:fill-facebook-900 {
    fill: #031b3b;
  }
  .smb\:color-instagram {
    color: #E4405F;
  }
  .smb\:color-instagram-t1 {
    color: rgba(228, 64, 95, 0.1);
  }
  .smb\:color-instagram-t2 {
    color: rgba(228, 64, 95, 0.2);
  }
  .smb\:color-instagram-t3 {
    color: rgba(228, 64, 95, 0.3);
  }
  .smb\:color-instagram-t4 {
    color: rgba(228, 64, 95, 0.4);
  }
  .smb\:color-instagram-t5 {
    color: rgba(228, 64, 95, 0.5);
  }
  .smb\:color-instagram-t6 {
    color: rgba(228, 64, 95, 0.6);
  }
  .smb\:color-instagram-t7 {
    color: rgba(228, 64, 95, 0.7);
  }
  .smb\:color-instagram-t8 {
    color: rgba(228, 64, 95, 0.8);
  }
  .smb\:color-instagram-t9 {
    color: rgba(228, 64, 95, 0.9);
  }
  .smb\:color-instagram-100 {
    color: #fdf3f5;
  }
  .smb\:color-instagram-200 {
    color: #f7c6cf;
  }
  .smb\:color-instagram-300 {
    color: #f199aa;
  }
  .smb\:color-instagram-400 {
    color: #ea6d84;
  }
  .smb\:color-instagram-500 {
    color: #E4405F;
  }
  .smb\:color-instagram-600 {
    color: #d31e40;
  }
  .smb\:color-instagram-700 {
    color: #a61833;
  }
  .smb\:color-instagram-800 {
    color: #7a1125;
  }
  .smb\:color-instagram-900 {
    color: #4d0b17;
  }
  .smb\:bg-instagram {
    background-color: #E4405F;
  }
  .smb\:bg-instagram-t1 {
    background-color: rgba(228, 64, 95, 0.1);
  }
  .smb\:bg-instagram-t2 {
    background-color: rgba(228, 64, 95, 0.2);
  }
  .smb\:bg-instagram-t3 {
    background-color: rgba(228, 64, 95, 0.3);
  }
  .smb\:bg-instagram-t4 {
    background-color: rgba(228, 64, 95, 0.4);
  }
  .smb\:bg-instagram-t5 {
    background-color: rgba(228, 64, 95, 0.5);
  }
  .smb\:bg-instagram-t6 {
    background-color: rgba(228, 64, 95, 0.6);
  }
  .smb\:bg-instagram-t7 {
    background-color: rgba(228, 64, 95, 0.7);
  }
  .smb\:bg-instagram-t8 {
    background-color: rgba(228, 64, 95, 0.8);
  }
  .smb\:bg-instagram-t9 {
    background-color: rgba(228, 64, 95, 0.9);
  }
  .smb\:bg-instagram-100 {
    background-color: #fdf3f5;
  }
  .smb\:bg-instagram-200 {
    background-color: #f7c6cf;
  }
  .smb\:bg-instagram-300 {
    background-color: #f199aa;
  }
  .smb\:bg-instagram-400 {
    background-color: #ea6d84;
  }
  .smb\:bg-instagram-500 {
    background-color: #E4405F;
  }
  .smb\:bg-instagram-600 {
    background-color: #d31e40;
  }
  .smb\:bg-instagram-700 {
    background-color: #a61833;
  }
  .smb\:bg-instagram-800 {
    background-color: #7a1125;
  }
  .smb\:bg-instagram-900 {
    background-color: #4d0b17;
  }
  .smb\:border-instagram {
    border-color: #E4405F;
  }
  .smb\:border-instagram-t1 {
    border-color: rgba(228, 64, 95, 0.1);
  }
  .smb\:border-instagram-t2 {
    border-color: rgba(228, 64, 95, 0.2);
  }
  .smb\:border-instagram-t3 {
    border-color: rgba(228, 64, 95, 0.3);
  }
  .smb\:border-instagram-t4 {
    border-color: rgba(228, 64, 95, 0.4);
  }
  .smb\:border-instagram-t5 {
    border-color: rgba(228, 64, 95, 0.5);
  }
  .smb\:border-instagram-t6 {
    border-color: rgba(228, 64, 95, 0.6);
  }
  .smb\:border-instagram-t7 {
    border-color: rgba(228, 64, 95, 0.7);
  }
  .smb\:border-instagram-t8 {
    border-color: rgba(228, 64, 95, 0.8);
  }
  .smb\:border-instagram-t9 {
    border-color: rgba(228, 64, 95, 0.9);
  }
  .smb\:border-instagram-100 {
    border-color: #fdf3f5;
  }
  .smb\:border-instagram-200 {
    border-color: #f7c6cf;
  }
  .smb\:border-instagram-300 {
    border-color: #f199aa;
  }
  .smb\:border-instagram-400 {
    border-color: #ea6d84;
  }
  .smb\:border-instagram-500 {
    border-color: #E4405F;
  }
  .smb\:border-instagram-600 {
    border-color: #d31e40;
  }
  .smb\:border-instagram-700 {
    border-color: #a61833;
  }
  .smb\:border-instagram-800 {
    border-color: #7a1125;
  }
  .smb\:border-instagram-900 {
    border-color: #4d0b17;
  }
  .smb\:fill-instagram {
    fill: #E4405F;
  }
  .smb\:fill-instagram-t1 {
    fill: rgba(228, 64, 95, 0.1);
  }
  .smb\:fill-instagram-t2 {
    fill: rgba(228, 64, 95, 0.2);
  }
  .smb\:fill-instagram-t3 {
    fill: rgba(228, 64, 95, 0.3);
  }
  .smb\:fill-instagram-t4 {
    fill: rgba(228, 64, 95, 0.4);
  }
  .smb\:fill-instagram-t5 {
    fill: rgba(228, 64, 95, 0.5);
  }
  .smb\:fill-instagram-t6 {
    fill: rgba(228, 64, 95, 0.6);
  }
  .smb\:fill-instagram-t7 {
    fill: rgba(228, 64, 95, 0.7);
  }
  .smb\:fill-instagram-t8 {
    fill: rgba(228, 64, 95, 0.8);
  }
  .smb\:fill-instagram-t9 {
    fill: rgba(228, 64, 95, 0.9);
  }
  .smb\:fill-instagram-100 {
    fill: #fdf3f5;
  }
  .smb\:fill-instagram-200 {
    fill: #f7c6cf;
  }
  .smb\:fill-instagram-300 {
    fill: #f199aa;
  }
  .smb\:fill-instagram-400 {
    fill: #ea6d84;
  }
  .smb\:fill-instagram-500 {
    fill: #E4405F;
  }
  .smb\:fill-instagram-600 {
    fill: #d31e40;
  }
  .smb\:fill-instagram-700 {
    fill: #a61833;
  }
  .smb\:fill-instagram-800 {
    fill: #7a1125;
  }
  .smb\:fill-instagram-900 {
    fill: #4d0b17;
  }
  .smb\:color-linkedin {
    color: #0077B5;
  }
  .smb\:color-linkedin-t1 {
    color: rgba(0, 119, 181, 0.1);
  }
  .smb\:color-linkedin-t2 {
    color: rgba(0, 119, 181, 0.2);
  }
  .smb\:color-linkedin-t3 {
    color: rgba(0, 119, 181, 0.3);
  }
  .smb\:color-linkedin-t4 {
    color: rgba(0, 119, 181, 0.4);
  }
  .smb\:color-linkedin-t5 {
    color: rgba(0, 119, 181, 0.5);
  }
  .smb\:color-linkedin-t6 {
    color: rgba(0, 119, 181, 0.6);
  }
  .smb\:color-linkedin-t7 {
    color: rgba(0, 119, 181, 0.7);
  }
  .smb\:color-linkedin-t8 {
    color: rgba(0, 119, 181, 0.8);
  }
  .smb\:color-linkedin-t9 {
    color: rgba(0, 119, 181, 0.9);
  }
  .smb\:color-linkedin-100 {
    color: #82d4ff;
  }
  .smb\:color-linkedin-200 {
    color: #4fc3ff;
  }
  .smb\:color-linkedin-300 {
    color: #1cb1ff;
  }
  .smb\:color-linkedin-400 {
    color: #0099e8;
  }
  .smb\:color-linkedin-500 {
    color: #0077B5;
  }
  .smb\:color-linkedin-600 {
    color: #005582;
  }
  .smb\:color-linkedin-700 {
    color: #00344f;
  }
  .smb\:color-linkedin-800 {
    color: #00121c;
  }
  .smb\:color-linkedin-900 {
    color: black;
  }
  .smb\:bg-linkedin {
    background-color: #0077B5;
  }
  .smb\:bg-linkedin-t1 {
    background-color: rgba(0, 119, 181, 0.1);
  }
  .smb\:bg-linkedin-t2 {
    background-color: rgba(0, 119, 181, 0.2);
  }
  .smb\:bg-linkedin-t3 {
    background-color: rgba(0, 119, 181, 0.3);
  }
  .smb\:bg-linkedin-t4 {
    background-color: rgba(0, 119, 181, 0.4);
  }
  .smb\:bg-linkedin-t5 {
    background-color: rgba(0, 119, 181, 0.5);
  }
  .smb\:bg-linkedin-t6 {
    background-color: rgba(0, 119, 181, 0.6);
  }
  .smb\:bg-linkedin-t7 {
    background-color: rgba(0, 119, 181, 0.7);
  }
  .smb\:bg-linkedin-t8 {
    background-color: rgba(0, 119, 181, 0.8);
  }
  .smb\:bg-linkedin-t9 {
    background-color: rgba(0, 119, 181, 0.9);
  }
  .smb\:bg-linkedin-100 {
    background-color: #82d4ff;
  }
  .smb\:bg-linkedin-200 {
    background-color: #4fc3ff;
  }
  .smb\:bg-linkedin-300 {
    background-color: #1cb1ff;
  }
  .smb\:bg-linkedin-400 {
    background-color: #0099e8;
  }
  .smb\:bg-linkedin-500 {
    background-color: #0077B5;
  }
  .smb\:bg-linkedin-600 {
    background-color: #005582;
  }
  .smb\:bg-linkedin-700 {
    background-color: #00344f;
  }
  .smb\:bg-linkedin-800 {
    background-color: #00121c;
  }
  .smb\:bg-linkedin-900 {
    background-color: black;
  }
  .smb\:border-linkedin {
    border-color: #0077B5;
  }
  .smb\:border-linkedin-t1 {
    border-color: rgba(0, 119, 181, 0.1);
  }
  .smb\:border-linkedin-t2 {
    border-color: rgba(0, 119, 181, 0.2);
  }
  .smb\:border-linkedin-t3 {
    border-color: rgba(0, 119, 181, 0.3);
  }
  .smb\:border-linkedin-t4 {
    border-color: rgba(0, 119, 181, 0.4);
  }
  .smb\:border-linkedin-t5 {
    border-color: rgba(0, 119, 181, 0.5);
  }
  .smb\:border-linkedin-t6 {
    border-color: rgba(0, 119, 181, 0.6);
  }
  .smb\:border-linkedin-t7 {
    border-color: rgba(0, 119, 181, 0.7);
  }
  .smb\:border-linkedin-t8 {
    border-color: rgba(0, 119, 181, 0.8);
  }
  .smb\:border-linkedin-t9 {
    border-color: rgba(0, 119, 181, 0.9);
  }
  .smb\:border-linkedin-100 {
    border-color: #82d4ff;
  }
  .smb\:border-linkedin-200 {
    border-color: #4fc3ff;
  }
  .smb\:border-linkedin-300 {
    border-color: #1cb1ff;
  }
  .smb\:border-linkedin-400 {
    border-color: #0099e8;
  }
  .smb\:border-linkedin-500 {
    border-color: #0077B5;
  }
  .smb\:border-linkedin-600 {
    border-color: #005582;
  }
  .smb\:border-linkedin-700 {
    border-color: #00344f;
  }
  .smb\:border-linkedin-800 {
    border-color: #00121c;
  }
  .smb\:border-linkedin-900 {
    border-color: black;
  }
  .smb\:fill-linkedin {
    fill: #0077B5;
  }
  .smb\:fill-linkedin-t1 {
    fill: rgba(0, 119, 181, 0.1);
  }
  .smb\:fill-linkedin-t2 {
    fill: rgba(0, 119, 181, 0.2);
  }
  .smb\:fill-linkedin-t3 {
    fill: rgba(0, 119, 181, 0.3);
  }
  .smb\:fill-linkedin-t4 {
    fill: rgba(0, 119, 181, 0.4);
  }
  .smb\:fill-linkedin-t5 {
    fill: rgba(0, 119, 181, 0.5);
  }
  .smb\:fill-linkedin-t6 {
    fill: rgba(0, 119, 181, 0.6);
  }
  .smb\:fill-linkedin-t7 {
    fill: rgba(0, 119, 181, 0.7);
  }
  .smb\:fill-linkedin-t8 {
    fill: rgba(0, 119, 181, 0.8);
  }
  .smb\:fill-linkedin-t9 {
    fill: rgba(0, 119, 181, 0.9);
  }
  .smb\:fill-linkedin-100 {
    fill: #82d4ff;
  }
  .smb\:fill-linkedin-200 {
    fill: #4fc3ff;
  }
  .smb\:fill-linkedin-300 {
    fill: #1cb1ff;
  }
  .smb\:fill-linkedin-400 {
    fill: #0099e8;
  }
  .smb\:fill-linkedin-500 {
    fill: #0077B5;
  }
  .smb\:fill-linkedin-600 {
    fill: #005582;
  }
  .smb\:fill-linkedin-700 {
    fill: #00344f;
  }
  .smb\:fill-linkedin-800 {
    fill: #00121c;
  }
  .smb\:fill-linkedin-900 {
    fill: black;
  }
  .smb\:color-twitter {
    color: #1DA1F2;
  }
  .smb\:color-twitter-t1 {
    color: rgba(29, 161, 242, 0.1);
  }
  .smb\:color-twitter-t2 {
    color: rgba(29, 161, 242, 0.2);
  }
  .smb\:color-twitter-t3 {
    color: rgba(29, 161, 242, 0.3);
  }
  .smb\:color-twitter-t4 {
    color: rgba(29, 161, 242, 0.4);
  }
  .smb\:color-twitter-t5 {
    color: rgba(29, 161, 242, 0.5);
  }
  .smb\:color-twitter-t6 {
    color: rgba(29, 161, 242, 0.6);
  }
  .smb\:color-twitter-t7 {
    color: rgba(29, 161, 242, 0.7);
  }
  .smb\:color-twitter-t8 {
    color: rgba(29, 161, 242, 0.8);
  }
  .smb\:color-twitter-t9 {
    color: rgba(29, 161, 242, 0.9);
  }
  .smb\:color-twitter-100 {
    color: #def1fd;
  }
  .smb\:color-twitter-200 {
    color: #aeddfa;
  }
  .smb\:color-twitter-300 {
    color: #7dc9f8;
  }
  .smb\:color-twitter-400 {
    color: #4db5f5;
  }
  .smb\:color-twitter-500 {
    color: #1DA1F2;
  }
  .smb\:color-twitter-600 {
    color: #0c85d0;
  }
  .smb\:color-twitter-700 {
    color: #0967a0;
  }
  .smb\:color-twitter-800 {
    color: #064870;
  }
  .smb\:color-twitter-900 {
    color: #04293f;
  }
  .smb\:bg-twitter {
    background-color: #1DA1F2;
  }
  .smb\:bg-twitter-t1 {
    background-color: rgba(29, 161, 242, 0.1);
  }
  .smb\:bg-twitter-t2 {
    background-color: rgba(29, 161, 242, 0.2);
  }
  .smb\:bg-twitter-t3 {
    background-color: rgba(29, 161, 242, 0.3);
  }
  .smb\:bg-twitter-t4 {
    background-color: rgba(29, 161, 242, 0.4);
  }
  .smb\:bg-twitter-t5 {
    background-color: rgba(29, 161, 242, 0.5);
  }
  .smb\:bg-twitter-t6 {
    background-color: rgba(29, 161, 242, 0.6);
  }
  .smb\:bg-twitter-t7 {
    background-color: rgba(29, 161, 242, 0.7);
  }
  .smb\:bg-twitter-t8 {
    background-color: rgba(29, 161, 242, 0.8);
  }
  .smb\:bg-twitter-t9 {
    background-color: rgba(29, 161, 242, 0.9);
  }
  .smb\:bg-twitter-100 {
    background-color: #def1fd;
  }
  .smb\:bg-twitter-200 {
    background-color: #aeddfa;
  }
  .smb\:bg-twitter-300 {
    background-color: #7dc9f8;
  }
  .smb\:bg-twitter-400 {
    background-color: #4db5f5;
  }
  .smb\:bg-twitter-500 {
    background-color: #1DA1F2;
  }
  .smb\:bg-twitter-600 {
    background-color: #0c85d0;
  }
  .smb\:bg-twitter-700 {
    background-color: #0967a0;
  }
  .smb\:bg-twitter-800 {
    background-color: #064870;
  }
  .smb\:bg-twitter-900 {
    background-color: #04293f;
  }
  .smb\:border-twitter {
    border-color: #1DA1F2;
  }
  .smb\:border-twitter-t1 {
    border-color: rgba(29, 161, 242, 0.1);
  }
  .smb\:border-twitter-t2 {
    border-color: rgba(29, 161, 242, 0.2);
  }
  .smb\:border-twitter-t3 {
    border-color: rgba(29, 161, 242, 0.3);
  }
  .smb\:border-twitter-t4 {
    border-color: rgba(29, 161, 242, 0.4);
  }
  .smb\:border-twitter-t5 {
    border-color: rgba(29, 161, 242, 0.5);
  }
  .smb\:border-twitter-t6 {
    border-color: rgba(29, 161, 242, 0.6);
  }
  .smb\:border-twitter-t7 {
    border-color: rgba(29, 161, 242, 0.7);
  }
  .smb\:border-twitter-t8 {
    border-color: rgba(29, 161, 242, 0.8);
  }
  .smb\:border-twitter-t9 {
    border-color: rgba(29, 161, 242, 0.9);
  }
  .smb\:border-twitter-100 {
    border-color: #def1fd;
  }
  .smb\:border-twitter-200 {
    border-color: #aeddfa;
  }
  .smb\:border-twitter-300 {
    border-color: #7dc9f8;
  }
  .smb\:border-twitter-400 {
    border-color: #4db5f5;
  }
  .smb\:border-twitter-500 {
    border-color: #1DA1F2;
  }
  .smb\:border-twitter-600 {
    border-color: #0c85d0;
  }
  .smb\:border-twitter-700 {
    border-color: #0967a0;
  }
  .smb\:border-twitter-800 {
    border-color: #064870;
  }
  .smb\:border-twitter-900 {
    border-color: #04293f;
  }
  .smb\:fill-twitter {
    fill: #1DA1F2;
  }
  .smb\:fill-twitter-t1 {
    fill: rgba(29, 161, 242, 0.1);
  }
  .smb\:fill-twitter-t2 {
    fill: rgba(29, 161, 242, 0.2);
  }
  .smb\:fill-twitter-t3 {
    fill: rgba(29, 161, 242, 0.3);
  }
  .smb\:fill-twitter-t4 {
    fill: rgba(29, 161, 242, 0.4);
  }
  .smb\:fill-twitter-t5 {
    fill: rgba(29, 161, 242, 0.5);
  }
  .smb\:fill-twitter-t6 {
    fill: rgba(29, 161, 242, 0.6);
  }
  .smb\:fill-twitter-t7 {
    fill: rgba(29, 161, 242, 0.7);
  }
  .smb\:fill-twitter-t8 {
    fill: rgba(29, 161, 242, 0.8);
  }
  .smb\:fill-twitter-t9 {
    fill: rgba(29, 161, 242, 0.9);
  }
  .smb\:fill-twitter-100 {
    fill: #def1fd;
  }
  .smb\:fill-twitter-200 {
    fill: #aeddfa;
  }
  .smb\:fill-twitter-300 {
    fill: #7dc9f8;
  }
  .smb\:fill-twitter-400 {
    fill: #4db5f5;
  }
  .smb\:fill-twitter-500 {
    fill: #1DA1F2;
  }
  .smb\:fill-twitter-600 {
    fill: #0c85d0;
  }
  .smb\:fill-twitter-700 {
    fill: #0967a0;
  }
  .smb\:fill-twitter-800 {
    fill: #064870;
  }
  .smb\:fill-twitter-900 {
    fill: #04293f;
  }
  .smb\:color-youtube {
    color: #FF0000;
  }
  .smb\:color-youtube-t1 {
    color: rgba(255, 0, 0, 0.1);
  }
  .smb\:color-youtube-t2 {
    color: rgba(255, 0, 0, 0.2);
  }
  .smb\:color-youtube-t3 {
    color: rgba(255, 0, 0, 0.3);
  }
  .smb\:color-youtube-t4 {
    color: rgba(255, 0, 0, 0.4);
  }
  .smb\:color-youtube-t5 {
    color: rgba(255, 0, 0, 0.5);
  }
  .smb\:color-youtube-t6 {
    color: rgba(255, 0, 0, 0.6);
  }
  .smb\:color-youtube-t7 {
    color: rgba(255, 0, 0, 0.7);
  }
  .smb\:color-youtube-t8 {
    color: rgba(255, 0, 0, 0.8);
  }
  .smb\:color-youtube-t9 {
    color: rgba(255, 0, 0, 0.9);
  }
  .smb\:color-youtube-100 {
    color: #ffcccc;
  }
  .smb\:color-youtube-200 {
    color: #ff9999;
  }
  .smb\:color-youtube-300 {
    color: #ff6666;
  }
  .smb\:color-youtube-400 {
    color: #ff3333;
  }
  .smb\:color-youtube-500 {
    color: #FF0000;
  }
  .smb\:color-youtube-600 {
    color: #cc0000;
  }
  .smb\:color-youtube-700 {
    color: #990000;
  }
  .smb\:color-youtube-800 {
    color: #660000;
  }
  .smb\:color-youtube-900 {
    color: #330000;
  }
  .smb\:bg-youtube {
    background-color: #FF0000;
  }
  .smb\:bg-youtube-t1 {
    background-color: rgba(255, 0, 0, 0.1);
  }
  .smb\:bg-youtube-t2 {
    background-color: rgba(255, 0, 0, 0.2);
  }
  .smb\:bg-youtube-t3 {
    background-color: rgba(255, 0, 0, 0.3);
  }
  .smb\:bg-youtube-t4 {
    background-color: rgba(255, 0, 0, 0.4);
  }
  .smb\:bg-youtube-t5 {
    background-color: rgba(255, 0, 0, 0.5);
  }
  .smb\:bg-youtube-t6 {
    background-color: rgba(255, 0, 0, 0.6);
  }
  .smb\:bg-youtube-t7 {
    background-color: rgba(255, 0, 0, 0.7);
  }
  .smb\:bg-youtube-t8 {
    background-color: rgba(255, 0, 0, 0.8);
  }
  .smb\:bg-youtube-t9 {
    background-color: rgba(255, 0, 0, 0.9);
  }
  .smb\:bg-youtube-100 {
    background-color: #ffcccc;
  }
  .smb\:bg-youtube-200 {
    background-color: #ff9999;
  }
  .smb\:bg-youtube-300 {
    background-color: #ff6666;
  }
  .smb\:bg-youtube-400 {
    background-color: #ff3333;
  }
  .smb\:bg-youtube-500 {
    background-color: #FF0000;
  }
  .smb\:bg-youtube-600 {
    background-color: #cc0000;
  }
  .smb\:bg-youtube-700 {
    background-color: #990000;
  }
  .smb\:bg-youtube-800 {
    background-color: #660000;
  }
  .smb\:bg-youtube-900 {
    background-color: #330000;
  }
  .smb\:border-youtube {
    border-color: #FF0000;
  }
  .smb\:border-youtube-t1 {
    border-color: rgba(255, 0, 0, 0.1);
  }
  .smb\:border-youtube-t2 {
    border-color: rgba(255, 0, 0, 0.2);
  }
  .smb\:border-youtube-t3 {
    border-color: rgba(255, 0, 0, 0.3);
  }
  .smb\:border-youtube-t4 {
    border-color: rgba(255, 0, 0, 0.4);
  }
  .smb\:border-youtube-t5 {
    border-color: rgba(255, 0, 0, 0.5);
  }
  .smb\:border-youtube-t6 {
    border-color: rgba(255, 0, 0, 0.6);
  }
  .smb\:border-youtube-t7 {
    border-color: rgba(255, 0, 0, 0.7);
  }
  .smb\:border-youtube-t8 {
    border-color: rgba(255, 0, 0, 0.8);
  }
  .smb\:border-youtube-t9 {
    border-color: rgba(255, 0, 0, 0.9);
  }
  .smb\:border-youtube-100 {
    border-color: #ffcccc;
  }
  .smb\:border-youtube-200 {
    border-color: #ff9999;
  }
  .smb\:border-youtube-300 {
    border-color: #ff6666;
  }
  .smb\:border-youtube-400 {
    border-color: #ff3333;
  }
  .smb\:border-youtube-500 {
    border-color: #FF0000;
  }
  .smb\:border-youtube-600 {
    border-color: #cc0000;
  }
  .smb\:border-youtube-700 {
    border-color: #990000;
  }
  .smb\:border-youtube-800 {
    border-color: #660000;
  }
  .smb\:border-youtube-900 {
    border-color: #330000;
  }
  .smb\:fill-youtube {
    fill: #FF0000;
  }
  .smb\:fill-youtube-t1 {
    fill: rgba(255, 0, 0, 0.1);
  }
  .smb\:fill-youtube-t2 {
    fill: rgba(255, 0, 0, 0.2);
  }
  .smb\:fill-youtube-t3 {
    fill: rgba(255, 0, 0, 0.3);
  }
  .smb\:fill-youtube-t4 {
    fill: rgba(255, 0, 0, 0.4);
  }
  .smb\:fill-youtube-t5 {
    fill: rgba(255, 0, 0, 0.5);
  }
  .smb\:fill-youtube-t6 {
    fill: rgba(255, 0, 0, 0.6);
  }
  .smb\:fill-youtube-t7 {
    fill: rgba(255, 0, 0, 0.7);
  }
  .smb\:fill-youtube-t8 {
    fill: rgba(255, 0, 0, 0.8);
  }
  .smb\:fill-youtube-t9 {
    fill: rgba(255, 0, 0, 0.9);
  }
  .smb\:fill-youtube-100 {
    fill: #ffcccc;
  }
  .smb\:fill-youtube-200 {
    fill: #ff9999;
  }
  .smb\:fill-youtube-300 {
    fill: #ff6666;
  }
  .smb\:fill-youtube-400 {
    fill: #ff3333;
  }
  .smb\:fill-youtube-500 {
    fill: #FF0000;
  }
  .smb\:fill-youtube-600 {
    fill: #cc0000;
  }
  .smb\:fill-youtube-700 {
    fill: #990000;
  }
  .smb\:fill-youtube-800 {
    fill: #660000;
  }
  .smb\:fill-youtube-900 {
    fill: #330000;
  }
  .smb\:color-whatsapp {
    color: #25D366;
  }
  .smb\:color-whatsapp-t1 {
    color: rgba(37, 211, 102, 0.1);
  }
  .smb\:color-whatsapp-t2 {
    color: rgba(37, 211, 102, 0.2);
  }
  .smb\:color-whatsapp-t3 {
    color: rgba(37, 211, 102, 0.3);
  }
  .smb\:color-whatsapp-t4 {
    color: rgba(37, 211, 102, 0.4);
  }
  .smb\:color-whatsapp-t5 {
    color: rgba(37, 211, 102, 0.5);
  }
  .smb\:color-whatsapp-t6 {
    color: rgba(37, 211, 102, 0.6);
  }
  .smb\:color-whatsapp-t7 {
    color: rgba(37, 211, 102, 0.7);
  }
  .smb\:color-whatsapp-t8 {
    color: rgba(37, 211, 102, 0.8);
  }
  .smb\:color-whatsapp-t9 {
    color: rgba(37, 211, 102, 0.9);
  }
  .smb\:color-whatsapp-100 {
    color: #cef6dd;
  }
  .smb\:color-whatsapp-200 {
    color: #a2efbf;
  }
  .smb\:color-whatsapp-300 {
    color: #77e7a1;
  }
  .smb\:color-whatsapp-400 {
    color: #4be083;
  }
  .smb\:color-whatsapp-500 {
    color: #25D366;
  }
  .smb\:color-whatsapp-600 {
    color: #1da851;
  }
  .smb\:color-whatsapp-700 {
    color: #167c3c;
  }
  .smb\:color-whatsapp-800 {
    color: #0e5127;
  }
  .smb\:color-whatsapp-900 {
    color: #072512;
  }
  .smb\:bg-whatsapp {
    background-color: #25D366;
  }
  .smb\:bg-whatsapp-t1 {
    background-color: rgba(37, 211, 102, 0.1);
  }
  .smb\:bg-whatsapp-t2 {
    background-color: rgba(37, 211, 102, 0.2);
  }
  .smb\:bg-whatsapp-t3 {
    background-color: rgba(37, 211, 102, 0.3);
  }
  .smb\:bg-whatsapp-t4 {
    background-color: rgba(37, 211, 102, 0.4);
  }
  .smb\:bg-whatsapp-t5 {
    background-color: rgba(37, 211, 102, 0.5);
  }
  .smb\:bg-whatsapp-t6 {
    background-color: rgba(37, 211, 102, 0.6);
  }
  .smb\:bg-whatsapp-t7 {
    background-color: rgba(37, 211, 102, 0.7);
  }
  .smb\:bg-whatsapp-t8 {
    background-color: rgba(37, 211, 102, 0.8);
  }
  .smb\:bg-whatsapp-t9 {
    background-color: rgba(37, 211, 102, 0.9);
  }
  .smb\:bg-whatsapp-100 {
    background-color: #cef6dd;
  }
  .smb\:bg-whatsapp-200 {
    background-color: #a2efbf;
  }
  .smb\:bg-whatsapp-300 {
    background-color: #77e7a1;
  }
  .smb\:bg-whatsapp-400 {
    background-color: #4be083;
  }
  .smb\:bg-whatsapp-500 {
    background-color: #25D366;
  }
  .smb\:bg-whatsapp-600 {
    background-color: #1da851;
  }
  .smb\:bg-whatsapp-700 {
    background-color: #167c3c;
  }
  .smb\:bg-whatsapp-800 {
    background-color: #0e5127;
  }
  .smb\:bg-whatsapp-900 {
    background-color: #072512;
  }
  .smb\:border-whatsapp {
    border-color: #25D366;
  }
  .smb\:border-whatsapp-t1 {
    border-color: rgba(37, 211, 102, 0.1);
  }
  .smb\:border-whatsapp-t2 {
    border-color: rgba(37, 211, 102, 0.2);
  }
  .smb\:border-whatsapp-t3 {
    border-color: rgba(37, 211, 102, 0.3);
  }
  .smb\:border-whatsapp-t4 {
    border-color: rgba(37, 211, 102, 0.4);
  }
  .smb\:border-whatsapp-t5 {
    border-color: rgba(37, 211, 102, 0.5);
  }
  .smb\:border-whatsapp-t6 {
    border-color: rgba(37, 211, 102, 0.6);
  }
  .smb\:border-whatsapp-t7 {
    border-color: rgba(37, 211, 102, 0.7);
  }
  .smb\:border-whatsapp-t8 {
    border-color: rgba(37, 211, 102, 0.8);
  }
  .smb\:border-whatsapp-t9 {
    border-color: rgba(37, 211, 102, 0.9);
  }
  .smb\:border-whatsapp-100 {
    border-color: #cef6dd;
  }
  .smb\:border-whatsapp-200 {
    border-color: #a2efbf;
  }
  .smb\:border-whatsapp-300 {
    border-color: #77e7a1;
  }
  .smb\:border-whatsapp-400 {
    border-color: #4be083;
  }
  .smb\:border-whatsapp-500 {
    border-color: #25D366;
  }
  .smb\:border-whatsapp-600 {
    border-color: #1da851;
  }
  .smb\:border-whatsapp-700 {
    border-color: #167c3c;
  }
  .smb\:border-whatsapp-800 {
    border-color: #0e5127;
  }
  .smb\:border-whatsapp-900 {
    border-color: #072512;
  }
  .smb\:fill-whatsapp {
    fill: #25D366;
  }
  .smb\:fill-whatsapp-t1 {
    fill: rgba(37, 211, 102, 0.1);
  }
  .smb\:fill-whatsapp-t2 {
    fill: rgba(37, 211, 102, 0.2);
  }
  .smb\:fill-whatsapp-t3 {
    fill: rgba(37, 211, 102, 0.3);
  }
  .smb\:fill-whatsapp-t4 {
    fill: rgba(37, 211, 102, 0.4);
  }
  .smb\:fill-whatsapp-t5 {
    fill: rgba(37, 211, 102, 0.5);
  }
  .smb\:fill-whatsapp-t6 {
    fill: rgba(37, 211, 102, 0.6);
  }
  .smb\:fill-whatsapp-t7 {
    fill: rgba(37, 211, 102, 0.7);
  }
  .smb\:fill-whatsapp-t8 {
    fill: rgba(37, 211, 102, 0.8);
  }
  .smb\:fill-whatsapp-t9 {
    fill: rgba(37, 211, 102, 0.9);
  }
  .smb\:fill-whatsapp-100 {
    fill: #cef6dd;
  }
  .smb\:fill-whatsapp-200 {
    fill: #a2efbf;
  }
  .smb\:fill-whatsapp-300 {
    fill: #77e7a1;
  }
  .smb\:fill-whatsapp-400 {
    fill: #4be083;
  }
  .smb\:fill-whatsapp-500 {
    fill: #25D366;
  }
  .smb\:fill-whatsapp-600 {
    fill: #1da851;
  }
  .smb\:fill-whatsapp-700 {
    fill: #167c3c;
  }
  .smb\:fill-whatsapp-800 {
    fill: #0e5127;
  }
  .smb\:fill-whatsapp-900 {
    fill: #072512;
  }
}
@media (min-width: 971px) {
  .md\:color-white {
    color: #ffffff;
  }
  .md\:color-white-t1 {
    color: rgba(255, 255, 255, 0.1);
  }
  .md\:color-white-t2 {
    color: rgba(255, 255, 255, 0.2);
  }
  .md\:color-white-t3 {
    color: rgba(255, 255, 255, 0.3);
  }
  .md\:color-white-t4 {
    color: rgba(255, 255, 255, 0.4);
  }
  .md\:color-white-t5 {
    color: rgba(255, 255, 255, 0.5);
  }
  .md\:color-white-t6 {
    color: rgba(255, 255, 255, 0.6);
  }
  .md\:color-white-t7 {
    color: rgba(255, 255, 255, 0.7);
  }
  .md\:color-white-t8 {
    color: rgba(255, 255, 255, 0.8);
  }
  .md\:color-white-t9 {
    color: rgba(255, 255, 255, 0.9);
  }
  .md\:color-white-100 {
    color: white;
  }
  .md\:color-white-200 {
    color: white;
  }
  .md\:color-white-300 {
    color: white;
  }
  .md\:color-white-400 {
    color: white;
  }
  .md\:color-white-500 {
    color: #ffffff;
  }
  .md\:color-white-600 {
    color: #e6e6e6;
  }
  .md\:color-white-700 {
    color: #cccccc;
  }
  .md\:color-white-800 {
    color: #b3b3b3;
  }
  .md\:color-white-900 {
    color: #999999;
  }
  .md\:bg-white {
    background-color: #ffffff;
  }
  .md\:bg-white-t1 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .md\:bg-white-t2 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .md\:bg-white-t3 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .md\:bg-white-t4 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .md\:bg-white-t5 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .md\:bg-white-t6 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .md\:bg-white-t7 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .md\:bg-white-t8 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .md\:bg-white-t9 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .md\:bg-white-100 {
    background-color: white;
  }
  .md\:bg-white-200 {
    background-color: white;
  }
  .md\:bg-white-300 {
    background-color: white;
  }
  .md\:bg-white-400 {
    background-color: white;
  }
  .md\:bg-white-500 {
    background-color: #ffffff;
  }
  .md\:bg-white-600 {
    background-color: #e6e6e6;
  }
  .md\:bg-white-700 {
    background-color: #cccccc;
  }
  .md\:bg-white-800 {
    background-color: #b3b3b3;
  }
  .md\:bg-white-900 {
    background-color: #999999;
  }
  .md\:border-white {
    border-color: #ffffff;
  }
  .md\:border-white-t1 {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .md\:border-white-t2 {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .md\:border-white-t3 {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .md\:border-white-t4 {
    border-color: rgba(255, 255, 255, 0.4);
  }
  .md\:border-white-t5 {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .md\:border-white-t6 {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .md\:border-white-t7 {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .md\:border-white-t8 {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .md\:border-white-t9 {
    border-color: rgba(255, 255, 255, 0.9);
  }
  .md\:border-white-100 {
    border-color: white;
  }
  .md\:border-white-200 {
    border-color: white;
  }
  .md\:border-white-300 {
    border-color: white;
  }
  .md\:border-white-400 {
    border-color: white;
  }
  .md\:border-white-500 {
    border-color: #ffffff;
  }
  .md\:border-white-600 {
    border-color: #e6e6e6;
  }
  .md\:border-white-700 {
    border-color: #cccccc;
  }
  .md\:border-white-800 {
    border-color: #b3b3b3;
  }
  .md\:border-white-900 {
    border-color: #999999;
  }
  .md\:fill-white {
    fill: #ffffff;
  }
  .md\:fill-white-t1 {
    fill: rgba(255, 255, 255, 0.1);
  }
  .md\:fill-white-t2 {
    fill: rgba(255, 255, 255, 0.2);
  }
  .md\:fill-white-t3 {
    fill: rgba(255, 255, 255, 0.3);
  }
  .md\:fill-white-t4 {
    fill: rgba(255, 255, 255, 0.4);
  }
  .md\:fill-white-t5 {
    fill: rgba(255, 255, 255, 0.5);
  }
  .md\:fill-white-t6 {
    fill: rgba(255, 255, 255, 0.6);
  }
  .md\:fill-white-t7 {
    fill: rgba(255, 255, 255, 0.7);
  }
  .md\:fill-white-t8 {
    fill: rgba(255, 255, 255, 0.8);
  }
  .md\:fill-white-t9 {
    fill: rgba(255, 255, 255, 0.9);
  }
  .md\:fill-white-100 {
    fill: white;
  }
  .md\:fill-white-200 {
    fill: white;
  }
  .md\:fill-white-300 {
    fill: white;
  }
  .md\:fill-white-400 {
    fill: white;
  }
  .md\:fill-white-500 {
    fill: #ffffff;
  }
  .md\:fill-white-600 {
    fill: #e6e6e6;
  }
  .md\:fill-white-700 {
    fill: #cccccc;
  }
  .md\:fill-white-800 {
    fill: #b3b3b3;
  }
  .md\:fill-white-900 {
    fill: #999999;
  }
  .md\:color-black {
    color: #000000;
  }
  .md\:color-black-t1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .md\:color-black-t2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .md\:color-black-t3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .md\:color-black-t4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .md\:color-black-t5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .md\:color-black-t6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .md\:color-black-t7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .md\:color-black-t8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .md\:color-black-t9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .md\:color-black-100 {
    color: #666666;
  }
  .md\:color-black-200 {
    color: #4d4d4d;
  }
  .md\:color-black-300 {
    color: #333333;
  }
  .md\:color-black-400 {
    color: #1a1a1a;
  }
  .md\:color-black-500 {
    color: #000000;
  }
  .md\:color-black-600 {
    color: black;
  }
  .md\:color-black-700 {
    color: black;
  }
  .md\:color-black-800 {
    color: black;
  }
  .md\:color-black-900 {
    color: black;
  }
  .md\:bg-black {
    background-color: #000000;
  }
  .md\:bg-black-t1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .md\:bg-black-t2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .md\:bg-black-t3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .md\:bg-black-t4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .md\:bg-black-t5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .md\:bg-black-t6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .md\:bg-black-t7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .md\:bg-black-t8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .md\:bg-black-t9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .md\:bg-black-100 {
    background-color: #666666;
  }
  .md\:bg-black-200 {
    background-color: #4d4d4d;
  }
  .md\:bg-black-300 {
    background-color: #333333;
  }
  .md\:bg-black-400 {
    background-color: #1a1a1a;
  }
  .md\:bg-black-500 {
    background-color: #000000;
  }
  .md\:bg-black-600 {
    background-color: black;
  }
  .md\:bg-black-700 {
    background-color: black;
  }
  .md\:bg-black-800 {
    background-color: black;
  }
  .md\:bg-black-900 {
    background-color: black;
  }
  .md\:border-black {
    border-color: #000000;
  }
  .md\:border-black-t1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .md\:border-black-t2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .md\:border-black-t3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .md\:border-black-t4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .md\:border-black-t5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .md\:border-black-t6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .md\:border-black-t7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .md\:border-black-t8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .md\:border-black-t9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .md\:border-black-100 {
    border-color: #666666;
  }
  .md\:border-black-200 {
    border-color: #4d4d4d;
  }
  .md\:border-black-300 {
    border-color: #333333;
  }
  .md\:border-black-400 {
    border-color: #1a1a1a;
  }
  .md\:border-black-500 {
    border-color: #000000;
  }
  .md\:border-black-600 {
    border-color: black;
  }
  .md\:border-black-700 {
    border-color: black;
  }
  .md\:border-black-800 {
    border-color: black;
  }
  .md\:border-black-900 {
    border-color: black;
  }
  .md\:fill-black {
    fill: #000000;
  }
  .md\:fill-black-t1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .md\:fill-black-t2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .md\:fill-black-t3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .md\:fill-black-t4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .md\:fill-black-t5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .md\:fill-black-t6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .md\:fill-black-t7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .md\:fill-black-t8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .md\:fill-black-t9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .md\:fill-black-100 {
    fill: #666666;
  }
  .md\:fill-black-200 {
    fill: #4d4d4d;
  }
  .md\:fill-black-300 {
    fill: #333333;
  }
  .md\:fill-black-400 {
    fill: #1a1a1a;
  }
  .md\:fill-black-500 {
    fill: #000000;
  }
  .md\:fill-black-600 {
    fill: black;
  }
  .md\:fill-black-700 {
    fill: black;
  }
  .md\:fill-black-800 {
    fill: black;
  }
  .md\:fill-black-900 {
    fill: black;
  }
  .md\:color-pink {
    color: #E91E63;
  }
  .md\:color-pink-t1 {
    color: rgba(233, 30, 99, 0.1);
  }
  .md\:color-pink-t2 {
    color: rgba(233, 30, 99, 0.2);
  }
  .md\:color-pink-t3 {
    color: rgba(233, 30, 99, 0.3);
  }
  .md\:color-pink-t4 {
    color: rgba(233, 30, 99, 0.4);
  }
  .md\:color-pink-t5 {
    color: rgba(233, 30, 99, 0.5);
  }
  .md\:color-pink-t6 {
    color: rgba(233, 30, 99, 0.6);
  }
  .md\:color-pink-t7 {
    color: rgba(233, 30, 99, 0.7);
  }
  .md\:color-pink-t8 {
    color: rgba(233, 30, 99, 0.8);
  }
  .md\:color-pink-t9 {
    color: rgba(233, 30, 99, 0.9);
  }
  .md\:color-pink-100 {
    color: #fbd8e4;
  }
  .md\:color-pink-200 {
    color: #f7a9c4;
  }
  .md\:color-pink-300 {
    color: #f27ba3;
  }
  .md\:color-pink-400 {
    color: #ee4c83;
  }
  .md\:color-pink-500 {
    color: #E91E63;
  }
  .md\:color-pink-600 {
    color: #c1134e;
  }
  .md\:color-pink-700 {
    color: #930e3b;
  }
  .md\:color-pink-800 {
    color: #640a29;
  }
  .md\:color-pink-900 {
    color: #360516;
  }
  .md\:bg-pink {
    background-color: #E91E63;
  }
  .md\:bg-pink-t1 {
    background-color: rgba(233, 30, 99, 0.1);
  }
  .md\:bg-pink-t2 {
    background-color: rgba(233, 30, 99, 0.2);
  }
  .md\:bg-pink-t3 {
    background-color: rgba(233, 30, 99, 0.3);
  }
  .md\:bg-pink-t4 {
    background-color: rgba(233, 30, 99, 0.4);
  }
  .md\:bg-pink-t5 {
    background-color: rgba(233, 30, 99, 0.5);
  }
  .md\:bg-pink-t6 {
    background-color: rgba(233, 30, 99, 0.6);
  }
  .md\:bg-pink-t7 {
    background-color: rgba(233, 30, 99, 0.7);
  }
  .md\:bg-pink-t8 {
    background-color: rgba(233, 30, 99, 0.8);
  }
  .md\:bg-pink-t9 {
    background-color: rgba(233, 30, 99, 0.9);
  }
  .md\:bg-pink-100 {
    background-color: #fbd8e4;
  }
  .md\:bg-pink-200 {
    background-color: #f7a9c4;
  }
  .md\:bg-pink-300 {
    background-color: #f27ba3;
  }
  .md\:bg-pink-400 {
    background-color: #ee4c83;
  }
  .md\:bg-pink-500 {
    background-color: #E91E63;
  }
  .md\:bg-pink-600 {
    background-color: #c1134e;
  }
  .md\:bg-pink-700 {
    background-color: #930e3b;
  }
  .md\:bg-pink-800 {
    background-color: #640a29;
  }
  .md\:bg-pink-900 {
    background-color: #360516;
  }
  .md\:border-pink {
    border-color: #E91E63;
  }
  .md\:border-pink-t1 {
    border-color: rgba(233, 30, 99, 0.1);
  }
  .md\:border-pink-t2 {
    border-color: rgba(233, 30, 99, 0.2);
  }
  .md\:border-pink-t3 {
    border-color: rgba(233, 30, 99, 0.3);
  }
  .md\:border-pink-t4 {
    border-color: rgba(233, 30, 99, 0.4);
  }
  .md\:border-pink-t5 {
    border-color: rgba(233, 30, 99, 0.5);
  }
  .md\:border-pink-t6 {
    border-color: rgba(233, 30, 99, 0.6);
  }
  .md\:border-pink-t7 {
    border-color: rgba(233, 30, 99, 0.7);
  }
  .md\:border-pink-t8 {
    border-color: rgba(233, 30, 99, 0.8);
  }
  .md\:border-pink-t9 {
    border-color: rgba(233, 30, 99, 0.9);
  }
  .md\:border-pink-100 {
    border-color: #fbd8e4;
  }
  .md\:border-pink-200 {
    border-color: #f7a9c4;
  }
  .md\:border-pink-300 {
    border-color: #f27ba3;
  }
  .md\:border-pink-400 {
    border-color: #ee4c83;
  }
  .md\:border-pink-500 {
    border-color: #E91E63;
  }
  .md\:border-pink-600 {
    border-color: #c1134e;
  }
  .md\:border-pink-700 {
    border-color: #930e3b;
  }
  .md\:border-pink-800 {
    border-color: #640a29;
  }
  .md\:border-pink-900 {
    border-color: #360516;
  }
  .md\:fill-pink {
    fill: #E91E63;
  }
  .md\:fill-pink-t1 {
    fill: rgba(233, 30, 99, 0.1);
  }
  .md\:fill-pink-t2 {
    fill: rgba(233, 30, 99, 0.2);
  }
  .md\:fill-pink-t3 {
    fill: rgba(233, 30, 99, 0.3);
  }
  .md\:fill-pink-t4 {
    fill: rgba(233, 30, 99, 0.4);
  }
  .md\:fill-pink-t5 {
    fill: rgba(233, 30, 99, 0.5);
  }
  .md\:fill-pink-t6 {
    fill: rgba(233, 30, 99, 0.6);
  }
  .md\:fill-pink-t7 {
    fill: rgba(233, 30, 99, 0.7);
  }
  .md\:fill-pink-t8 {
    fill: rgba(233, 30, 99, 0.8);
  }
  .md\:fill-pink-t9 {
    fill: rgba(233, 30, 99, 0.9);
  }
  .md\:fill-pink-100 {
    fill: #fbd8e4;
  }
  .md\:fill-pink-200 {
    fill: #f7a9c4;
  }
  .md\:fill-pink-300 {
    fill: #f27ba3;
  }
  .md\:fill-pink-400 {
    fill: #ee4c83;
  }
  .md\:fill-pink-500 {
    fill: #E91E63;
  }
  .md\:fill-pink-600 {
    fill: #c1134e;
  }
  .md\:fill-pink-700 {
    fill: #930e3b;
  }
  .md\:fill-pink-800 {
    fill: #640a29;
  }
  .md\:fill-pink-900 {
    fill: #360516;
  }
  .md\:color-grey {
    color: #d7d7d7;
  }
  .md\:color-grey-t1 {
    color: rgba(215, 215, 215, 0.1);
  }
  .md\:color-grey-t2 {
    color: rgba(215, 215, 215, 0.2);
  }
  .md\:color-grey-t3 {
    color: rgba(215, 215, 215, 0.3);
  }
  .md\:color-grey-t4 {
    color: rgba(215, 215, 215, 0.4);
  }
  .md\:color-grey-t5 {
    color: rgba(215, 215, 215, 0.5);
  }
  .md\:color-grey-t6 {
    color: rgba(215, 215, 215, 0.6);
  }
  .md\:color-grey-t7 {
    color: rgba(215, 215, 215, 0.7);
  }
  .md\:color-grey-t8 {
    color: rgba(215, 215, 215, 0.8);
  }
  .md\:color-grey-t9 {
    color: rgba(215, 215, 215, 0.9);
  }
  .md\:color-grey-100 {
    color: white;
  }
  .md\:color-grey-200 {
    color: white;
  }
  .md\:color-grey-300 {
    color: white;
  }
  .md\:color-grey-400 {
    color: #f1f1f1;
  }
  .md\:color-grey-500 {
    color: #d7d7d7;
  }
  .md\:color-grey-600 {
    color: #bebebe;
  }
  .md\:color-grey-700 {
    color: #a4a4a4;
  }
  .md\:color-grey-800 {
    color: #8b8b8b;
  }
  .md\:color-grey-900 {
    color: #717171;
  }
  .md\:bg-grey {
    background-color: #d7d7d7;
  }
  .md\:bg-grey-t1 {
    background-color: rgba(215, 215, 215, 0.1);
  }
  .md\:bg-grey-t2 {
    background-color: rgba(215, 215, 215, 0.2);
  }
  .md\:bg-grey-t3 {
    background-color: rgba(215, 215, 215, 0.3);
  }
  .md\:bg-grey-t4 {
    background-color: rgba(215, 215, 215, 0.4);
  }
  .md\:bg-grey-t5 {
    background-color: rgba(215, 215, 215, 0.5);
  }
  .md\:bg-grey-t6 {
    background-color: rgba(215, 215, 215, 0.6);
  }
  .md\:bg-grey-t7 {
    background-color: rgba(215, 215, 215, 0.7);
  }
  .md\:bg-grey-t8 {
    background-color: rgba(215, 215, 215, 0.8);
  }
  .md\:bg-grey-t9 {
    background-color: rgba(215, 215, 215, 0.9);
  }
  .md\:bg-grey-100 {
    background-color: white;
  }
  .md\:bg-grey-200 {
    background-color: white;
  }
  .md\:bg-grey-300 {
    background-color: white;
  }
  .md\:bg-grey-400 {
    background-color: #f1f1f1;
  }
  .md\:bg-grey-500 {
    background-color: #d7d7d7;
  }
  .md\:bg-grey-600 {
    background-color: #bebebe;
  }
  .md\:bg-grey-700 {
    background-color: #a4a4a4;
  }
  .md\:bg-grey-800 {
    background-color: #8b8b8b;
  }
  .md\:bg-grey-900 {
    background-color: #717171;
  }
  .md\:border-grey {
    border-color: #d7d7d7;
  }
  .md\:border-grey-t1 {
    border-color: rgba(215, 215, 215, 0.1);
  }
  .md\:border-grey-t2 {
    border-color: rgba(215, 215, 215, 0.2);
  }
  .md\:border-grey-t3 {
    border-color: rgba(215, 215, 215, 0.3);
  }
  .md\:border-grey-t4 {
    border-color: rgba(215, 215, 215, 0.4);
  }
  .md\:border-grey-t5 {
    border-color: rgba(215, 215, 215, 0.5);
  }
  .md\:border-grey-t6 {
    border-color: rgba(215, 215, 215, 0.6);
  }
  .md\:border-grey-t7 {
    border-color: rgba(215, 215, 215, 0.7);
  }
  .md\:border-grey-t8 {
    border-color: rgba(215, 215, 215, 0.8);
  }
  .md\:border-grey-t9 {
    border-color: rgba(215, 215, 215, 0.9);
  }
  .md\:border-grey-100 {
    border-color: white;
  }
  .md\:border-grey-200 {
    border-color: white;
  }
  .md\:border-grey-300 {
    border-color: white;
  }
  .md\:border-grey-400 {
    border-color: #f1f1f1;
  }
  .md\:border-grey-500 {
    border-color: #d7d7d7;
  }
  .md\:border-grey-600 {
    border-color: #bebebe;
  }
  .md\:border-grey-700 {
    border-color: #a4a4a4;
  }
  .md\:border-grey-800 {
    border-color: #8b8b8b;
  }
  .md\:border-grey-900 {
    border-color: #717171;
  }
  .md\:fill-grey {
    fill: #d7d7d7;
  }
  .md\:fill-grey-t1 {
    fill: rgba(215, 215, 215, 0.1);
  }
  .md\:fill-grey-t2 {
    fill: rgba(215, 215, 215, 0.2);
  }
  .md\:fill-grey-t3 {
    fill: rgba(215, 215, 215, 0.3);
  }
  .md\:fill-grey-t4 {
    fill: rgba(215, 215, 215, 0.4);
  }
  .md\:fill-grey-t5 {
    fill: rgba(215, 215, 215, 0.5);
  }
  .md\:fill-grey-t6 {
    fill: rgba(215, 215, 215, 0.6);
  }
  .md\:fill-grey-t7 {
    fill: rgba(215, 215, 215, 0.7);
  }
  .md\:fill-grey-t8 {
    fill: rgba(215, 215, 215, 0.8);
  }
  .md\:fill-grey-t9 {
    fill: rgba(215, 215, 215, 0.9);
  }
  .md\:fill-grey-100 {
    fill: white;
  }
  .md\:fill-grey-200 {
    fill: white;
  }
  .md\:fill-grey-300 {
    fill: white;
  }
  .md\:fill-grey-400 {
    fill: #f1f1f1;
  }
  .md\:fill-grey-500 {
    fill: #d7d7d7;
  }
  .md\:fill-grey-600 {
    fill: #bebebe;
  }
  .md\:fill-grey-700 {
    fill: #a4a4a4;
  }
  .md\:fill-grey-800 {
    fill: #8b8b8b;
  }
  .md\:fill-grey-900 {
    fill: #717171;
  }
  .md\:color-gold {
    color: #f5efeb;
  }
  .md\:color-gold-t1 {
    color: rgba(245, 239, 235, 0.1);
  }
  .md\:color-gold-t2 {
    color: rgba(245, 239, 235, 0.2);
  }
  .md\:color-gold-t3 {
    color: rgba(245, 239, 235, 0.3);
  }
  .md\:color-gold-t4 {
    color: rgba(245, 239, 235, 0.4);
  }
  .md\:color-gold-t5 {
    color: rgba(245, 239, 235, 0.5);
  }
  .md\:color-gold-t6 {
    color: rgba(245, 239, 235, 0.6);
  }
  .md\:color-gold-t7 {
    color: rgba(245, 239, 235, 0.7);
  }
  .md\:color-gold-t8 {
    color: rgba(245, 239, 235, 0.8);
  }
  .md\:color-gold-t9 {
    color: rgba(245, 239, 235, 0.9);
  }
  .md\:color-gold-100 {
    color: white;
  }
  .md\:color-gold-200 {
    color: white;
  }
  .md\:color-gold-300 {
    color: white;
  }
  .md\:color-gold-400 {
    color: white;
  }
  .md\:color-gold-500 {
    color: #f5efeb;
  }
  .md\:color-gold-600 {
    color: #e4d4c9;
  }
  .md\:color-gold-700 {
    color: #d3b9a7;
  }
  .md\:color-gold-800 {
    color: #c29d85;
  }
  .md\:color-gold-900 {
    color: #b18263;
  }
  .md\:bg-gold {
    background-color: #f5efeb;
  }
  .md\:bg-gold-t1 {
    background-color: rgba(245, 239, 235, 0.1);
  }
  .md\:bg-gold-t2 {
    background-color: rgba(245, 239, 235, 0.2);
  }
  .md\:bg-gold-t3 {
    background-color: rgba(245, 239, 235, 0.3);
  }
  .md\:bg-gold-t4 {
    background-color: rgba(245, 239, 235, 0.4);
  }
  .md\:bg-gold-t5 {
    background-color: rgba(245, 239, 235, 0.5);
  }
  .md\:bg-gold-t6 {
    background-color: rgba(245, 239, 235, 0.6);
  }
  .md\:bg-gold-t7 {
    background-color: rgba(245, 239, 235, 0.7);
  }
  .md\:bg-gold-t8 {
    background-color: rgba(245, 239, 235, 0.8);
  }
  .md\:bg-gold-t9 {
    background-color: rgba(245, 239, 235, 0.9);
  }
  .md\:bg-gold-100 {
    background-color: white;
  }
  .md\:bg-gold-200 {
    background-color: white;
  }
  .md\:bg-gold-300 {
    background-color: white;
  }
  .md\:bg-gold-400 {
    background-color: white;
  }
  .md\:bg-gold-500 {
    background-color: #f5efeb;
  }
  .md\:bg-gold-600 {
    background-color: #e4d4c9;
  }
  .md\:bg-gold-700 {
    background-color: #d3b9a7;
  }
  .md\:bg-gold-800 {
    background-color: #c29d85;
  }
  .md\:bg-gold-900 {
    background-color: #b18263;
  }
  .md\:border-gold {
    border-color: #f5efeb;
  }
  .md\:border-gold-t1 {
    border-color: rgba(245, 239, 235, 0.1);
  }
  .md\:border-gold-t2 {
    border-color: rgba(245, 239, 235, 0.2);
  }
  .md\:border-gold-t3 {
    border-color: rgba(245, 239, 235, 0.3);
  }
  .md\:border-gold-t4 {
    border-color: rgba(245, 239, 235, 0.4);
  }
  .md\:border-gold-t5 {
    border-color: rgba(245, 239, 235, 0.5);
  }
  .md\:border-gold-t6 {
    border-color: rgba(245, 239, 235, 0.6);
  }
  .md\:border-gold-t7 {
    border-color: rgba(245, 239, 235, 0.7);
  }
  .md\:border-gold-t8 {
    border-color: rgba(245, 239, 235, 0.8);
  }
  .md\:border-gold-t9 {
    border-color: rgba(245, 239, 235, 0.9);
  }
  .md\:border-gold-100 {
    border-color: white;
  }
  .md\:border-gold-200 {
    border-color: white;
  }
  .md\:border-gold-300 {
    border-color: white;
  }
  .md\:border-gold-400 {
    border-color: white;
  }
  .md\:border-gold-500 {
    border-color: #f5efeb;
  }
  .md\:border-gold-600 {
    border-color: #e4d4c9;
  }
  .md\:border-gold-700 {
    border-color: #d3b9a7;
  }
  .md\:border-gold-800 {
    border-color: #c29d85;
  }
  .md\:border-gold-900 {
    border-color: #b18263;
  }
  .md\:fill-gold {
    fill: #f5efeb;
  }
  .md\:fill-gold-t1 {
    fill: rgba(245, 239, 235, 0.1);
  }
  .md\:fill-gold-t2 {
    fill: rgba(245, 239, 235, 0.2);
  }
  .md\:fill-gold-t3 {
    fill: rgba(245, 239, 235, 0.3);
  }
  .md\:fill-gold-t4 {
    fill: rgba(245, 239, 235, 0.4);
  }
  .md\:fill-gold-t5 {
    fill: rgba(245, 239, 235, 0.5);
  }
  .md\:fill-gold-t6 {
    fill: rgba(245, 239, 235, 0.6);
  }
  .md\:fill-gold-t7 {
    fill: rgba(245, 239, 235, 0.7);
  }
  .md\:fill-gold-t8 {
    fill: rgba(245, 239, 235, 0.8);
  }
  .md\:fill-gold-t9 {
    fill: rgba(245, 239, 235, 0.9);
  }
  .md\:fill-gold-100 {
    fill: white;
  }
  .md\:fill-gold-200 {
    fill: white;
  }
  .md\:fill-gold-300 {
    fill: white;
  }
  .md\:fill-gold-400 {
    fill: white;
  }
  .md\:fill-gold-500 {
    fill: #f5efeb;
  }
  .md\:fill-gold-600 {
    fill: #e4d4c9;
  }
  .md\:fill-gold-700 {
    fill: #d3b9a7;
  }
  .md\:fill-gold-800 {
    fill: #c29d85;
  }
  .md\:fill-gold-900 {
    fill: #b18263;
  }
  .md\:color-dark {
    color: #111;
  }
  .md\:color-dark-t1 {
    color: rgba(17, 17, 17, 0.1);
  }
  .md\:color-dark-t2 {
    color: rgba(17, 17, 17, 0.2);
  }
  .md\:color-dark-t3 {
    color: rgba(17, 17, 17, 0.3);
  }
  .md\:color-dark-t4 {
    color: rgba(17, 17, 17, 0.4);
  }
  .md\:color-dark-t5 {
    color: rgba(17, 17, 17, 0.5);
  }
  .md\:color-dark-t6 {
    color: rgba(17, 17, 17, 0.6);
  }
  .md\:color-dark-t7 {
    color: rgba(17, 17, 17, 0.7);
  }
  .md\:color-dark-t8 {
    color: rgba(17, 17, 17, 0.8);
  }
  .md\:color-dark-t9 {
    color: rgba(17, 17, 17, 0.9);
  }
  .md\:color-dark-100 {
    color: #777777;
  }
  .md\:color-dark-200 {
    color: #5e5e5e;
  }
  .md\:color-dark-300 {
    color: #444444;
  }
  .md\:color-dark-400 {
    color: #2b2b2b;
  }
  .md\:color-dark-500 {
    color: #111;
  }
  .md\:color-dark-600 {
    color: black;
  }
  .md\:color-dark-700 {
    color: black;
  }
  .md\:color-dark-800 {
    color: black;
  }
  .md\:color-dark-900 {
    color: black;
  }
  .md\:bg-dark {
    background-color: #111;
  }
  .md\:bg-dark-t1 {
    background-color: rgba(17, 17, 17, 0.1);
  }
  .md\:bg-dark-t2 {
    background-color: rgba(17, 17, 17, 0.2);
  }
  .md\:bg-dark-t3 {
    background-color: rgba(17, 17, 17, 0.3);
  }
  .md\:bg-dark-t4 {
    background-color: rgba(17, 17, 17, 0.4);
  }
  .md\:bg-dark-t5 {
    background-color: rgba(17, 17, 17, 0.5);
  }
  .md\:bg-dark-t6 {
    background-color: rgba(17, 17, 17, 0.6);
  }
  .md\:bg-dark-t7 {
    background-color: rgba(17, 17, 17, 0.7);
  }
  .md\:bg-dark-t8 {
    background-color: rgba(17, 17, 17, 0.8);
  }
  .md\:bg-dark-t9 {
    background-color: rgba(17, 17, 17, 0.9);
  }
  .md\:bg-dark-100 {
    background-color: #777777;
  }
  .md\:bg-dark-200 {
    background-color: #5e5e5e;
  }
  .md\:bg-dark-300 {
    background-color: #444444;
  }
  .md\:bg-dark-400 {
    background-color: #2b2b2b;
  }
  .md\:bg-dark-500 {
    background-color: #111;
  }
  .md\:bg-dark-600 {
    background-color: black;
  }
  .md\:bg-dark-700 {
    background-color: black;
  }
  .md\:bg-dark-800 {
    background-color: black;
  }
  .md\:bg-dark-900 {
    background-color: black;
  }
  .md\:border-dark {
    border-color: #111;
  }
  .md\:border-dark-t1 {
    border-color: rgba(17, 17, 17, 0.1);
  }
  .md\:border-dark-t2 {
    border-color: rgba(17, 17, 17, 0.2);
  }
  .md\:border-dark-t3 {
    border-color: rgba(17, 17, 17, 0.3);
  }
  .md\:border-dark-t4 {
    border-color: rgba(17, 17, 17, 0.4);
  }
  .md\:border-dark-t5 {
    border-color: rgba(17, 17, 17, 0.5);
  }
  .md\:border-dark-t6 {
    border-color: rgba(17, 17, 17, 0.6);
  }
  .md\:border-dark-t7 {
    border-color: rgba(17, 17, 17, 0.7);
  }
  .md\:border-dark-t8 {
    border-color: rgba(17, 17, 17, 0.8);
  }
  .md\:border-dark-t9 {
    border-color: rgba(17, 17, 17, 0.9);
  }
  .md\:border-dark-100 {
    border-color: #777777;
  }
  .md\:border-dark-200 {
    border-color: #5e5e5e;
  }
  .md\:border-dark-300 {
    border-color: #444444;
  }
  .md\:border-dark-400 {
    border-color: #2b2b2b;
  }
  .md\:border-dark-500 {
    border-color: #111;
  }
  .md\:border-dark-600 {
    border-color: black;
  }
  .md\:border-dark-700 {
    border-color: black;
  }
  .md\:border-dark-800 {
    border-color: black;
  }
  .md\:border-dark-900 {
    border-color: black;
  }
  .md\:fill-dark {
    fill: #111;
  }
  .md\:fill-dark-t1 {
    fill: rgba(17, 17, 17, 0.1);
  }
  .md\:fill-dark-t2 {
    fill: rgba(17, 17, 17, 0.2);
  }
  .md\:fill-dark-t3 {
    fill: rgba(17, 17, 17, 0.3);
  }
  .md\:fill-dark-t4 {
    fill: rgba(17, 17, 17, 0.4);
  }
  .md\:fill-dark-t5 {
    fill: rgba(17, 17, 17, 0.5);
  }
  .md\:fill-dark-t6 {
    fill: rgba(17, 17, 17, 0.6);
  }
  .md\:fill-dark-t7 {
    fill: rgba(17, 17, 17, 0.7);
  }
  .md\:fill-dark-t8 {
    fill: rgba(17, 17, 17, 0.8);
  }
  .md\:fill-dark-t9 {
    fill: rgba(17, 17, 17, 0.9);
  }
  .md\:fill-dark-100 {
    fill: #777777;
  }
  .md\:fill-dark-200 {
    fill: #5e5e5e;
  }
  .md\:fill-dark-300 {
    fill: #444444;
  }
  .md\:fill-dark-400 {
    fill: #2b2b2b;
  }
  .md\:fill-dark-500 {
    fill: #111;
  }
  .md\:fill-dark-600 {
    fill: black;
  }
  .md\:fill-dark-700 {
    fill: black;
  }
  .md\:fill-dark-800 {
    fill: black;
  }
  .md\:fill-dark-900 {
    fill: black;
  }
  .md\:color-green {
    color: #22c55e;
  }
  .md\:color-green-t1 {
    color: rgba(34, 197, 94, 0.1);
  }
  .md\:color-green-t2 {
    color: rgba(34, 197, 94, 0.2);
  }
  .md\:color-green-t3 {
    color: rgba(34, 197, 94, 0.3);
  }
  .md\:color-green-t4 {
    color: rgba(34, 197, 94, 0.4);
  }
  .md\:color-green-t5 {
    color: rgba(34, 197, 94, 0.5);
  }
  .md\:color-green-t6 {
    color: rgba(34, 197, 94, 0.6);
  }
  .md\:color-green-t7 {
    color: rgba(34, 197, 94, 0.7);
  }
  .md\:color-green-t8 {
    color: rgba(34, 197, 94, 0.8);
  }
  .md\:color-green-t9 {
    color: rgba(34, 197, 94, 0.9);
  }
  .md\:color-green-100 {
    color: #bff4d3;
  }
  .md\:color-green-200 {
    color: #94ecb4;
  }
  .md\:color-green-300 {
    color: #68e596;
  }
  .md\:color-green-400 {
    color: #3ddd78;
  }
  .md\:color-green-500 {
    color: #22c55e;
  }
  .md\:color-green-600 {
    color: #1a9a49;
  }
  .md\:color-green-700 {
    color: #136e34;
  }
  .md\:color-green-800 {
    color: #0b4320;
  }
  .md\:color-green-900 {
    color: #04170b;
  }
  .md\:bg-green {
    background-color: #22c55e;
  }
  .md\:bg-green-t1 {
    background-color: rgba(34, 197, 94, 0.1);
  }
  .md\:bg-green-t2 {
    background-color: rgba(34, 197, 94, 0.2);
  }
  .md\:bg-green-t3 {
    background-color: rgba(34, 197, 94, 0.3);
  }
  .md\:bg-green-t4 {
    background-color: rgba(34, 197, 94, 0.4);
  }
  .md\:bg-green-t5 {
    background-color: rgba(34, 197, 94, 0.5);
  }
  .md\:bg-green-t6 {
    background-color: rgba(34, 197, 94, 0.6);
  }
  .md\:bg-green-t7 {
    background-color: rgba(34, 197, 94, 0.7);
  }
  .md\:bg-green-t8 {
    background-color: rgba(34, 197, 94, 0.8);
  }
  .md\:bg-green-t9 {
    background-color: rgba(34, 197, 94, 0.9);
  }
  .md\:bg-green-100 {
    background-color: #bff4d3;
  }
  .md\:bg-green-200 {
    background-color: #94ecb4;
  }
  .md\:bg-green-300 {
    background-color: #68e596;
  }
  .md\:bg-green-400 {
    background-color: #3ddd78;
  }
  .md\:bg-green-500 {
    background-color: #22c55e;
  }
  .md\:bg-green-600 {
    background-color: #1a9a49;
  }
  .md\:bg-green-700 {
    background-color: #136e34;
  }
  .md\:bg-green-800 {
    background-color: #0b4320;
  }
  .md\:bg-green-900 {
    background-color: #04170b;
  }
  .md\:border-green {
    border-color: #22c55e;
  }
  .md\:border-green-t1 {
    border-color: rgba(34, 197, 94, 0.1);
  }
  .md\:border-green-t2 {
    border-color: rgba(34, 197, 94, 0.2);
  }
  .md\:border-green-t3 {
    border-color: rgba(34, 197, 94, 0.3);
  }
  .md\:border-green-t4 {
    border-color: rgba(34, 197, 94, 0.4);
  }
  .md\:border-green-t5 {
    border-color: rgba(34, 197, 94, 0.5);
  }
  .md\:border-green-t6 {
    border-color: rgba(34, 197, 94, 0.6);
  }
  .md\:border-green-t7 {
    border-color: rgba(34, 197, 94, 0.7);
  }
  .md\:border-green-t8 {
    border-color: rgba(34, 197, 94, 0.8);
  }
  .md\:border-green-t9 {
    border-color: rgba(34, 197, 94, 0.9);
  }
  .md\:border-green-100 {
    border-color: #bff4d3;
  }
  .md\:border-green-200 {
    border-color: #94ecb4;
  }
  .md\:border-green-300 {
    border-color: #68e596;
  }
  .md\:border-green-400 {
    border-color: #3ddd78;
  }
  .md\:border-green-500 {
    border-color: #22c55e;
  }
  .md\:border-green-600 {
    border-color: #1a9a49;
  }
  .md\:border-green-700 {
    border-color: #136e34;
  }
  .md\:border-green-800 {
    border-color: #0b4320;
  }
  .md\:border-green-900 {
    border-color: #04170b;
  }
  .md\:fill-green {
    fill: #22c55e;
  }
  .md\:fill-green-t1 {
    fill: rgba(34, 197, 94, 0.1);
  }
  .md\:fill-green-t2 {
    fill: rgba(34, 197, 94, 0.2);
  }
  .md\:fill-green-t3 {
    fill: rgba(34, 197, 94, 0.3);
  }
  .md\:fill-green-t4 {
    fill: rgba(34, 197, 94, 0.4);
  }
  .md\:fill-green-t5 {
    fill: rgba(34, 197, 94, 0.5);
  }
  .md\:fill-green-t6 {
    fill: rgba(34, 197, 94, 0.6);
  }
  .md\:fill-green-t7 {
    fill: rgba(34, 197, 94, 0.7);
  }
  .md\:fill-green-t8 {
    fill: rgba(34, 197, 94, 0.8);
  }
  .md\:fill-green-t9 {
    fill: rgba(34, 197, 94, 0.9);
  }
  .md\:fill-green-100 {
    fill: #bff4d3;
  }
  .md\:fill-green-200 {
    fill: #94ecb4;
  }
  .md\:fill-green-300 {
    fill: #68e596;
  }
  .md\:fill-green-400 {
    fill: #3ddd78;
  }
  .md\:fill-green-500 {
    fill: #22c55e;
  }
  .md\:fill-green-600 {
    fill: #1a9a49;
  }
  .md\:fill-green-700 {
    fill: #136e34;
  }
  .md\:fill-green-800 {
    fill: #0b4320;
  }
  .md\:fill-green-900 {
    fill: #04170b;
  }
  .md\:color-orange {
    color: #F84C00;
  }
  .md\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .md\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .md\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .md\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .md\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .md\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .md\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .md\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .md\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .md\:color-orange-100 {
    color: #ffd7c5;
  }
  .md\:color-orange-200 {
    color: #ffb392;
  }
  .md\:color-orange-300 {
    color: #ff905f;
  }
  .md\:color-orange-400 {
    color: #ff6d2c;
  }
  .md\:color-orange-500 {
    color: #F84C00;
  }
  .md\:color-orange-600 {
    color: #c53c00;
  }
  .md\:color-orange-700 {
    color: #922d00;
  }
  .md\:color-orange-800 {
    color: #5f1d00;
  }
  .md\:color-orange-900 {
    color: #2c0d00;
  }
  .md\:bg-orange {
    background-color: #F84C00;
  }
  .md\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .md\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .md\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .md\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .md\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .md\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .md\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .md\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .md\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .md\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .md\:bg-orange-200 {
    background-color: #ffb392;
  }
  .md\:bg-orange-300 {
    background-color: #ff905f;
  }
  .md\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .md\:bg-orange-500 {
    background-color: #F84C00;
  }
  .md\:bg-orange-600 {
    background-color: #c53c00;
  }
  .md\:bg-orange-700 {
    background-color: #922d00;
  }
  .md\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .md\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .md\:border-orange {
    border-color: #F84C00;
  }
  .md\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .md\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .md\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .md\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .md\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .md\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .md\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .md\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .md\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .md\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .md\:border-orange-200 {
    border-color: #ffb392;
  }
  .md\:border-orange-300 {
    border-color: #ff905f;
  }
  .md\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .md\:border-orange-500 {
    border-color: #F84C00;
  }
  .md\:border-orange-600 {
    border-color: #c53c00;
  }
  .md\:border-orange-700 {
    border-color: #922d00;
  }
  .md\:border-orange-800 {
    border-color: #5f1d00;
  }
  .md\:border-orange-900 {
    border-color: #2c0d00;
  }
  .md\:fill-orange {
    fill: #F84C00;
  }
  .md\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .md\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .md\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .md\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .md\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .md\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .md\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .md\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .md\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .md\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .md\:fill-orange-200 {
    fill: #ffb392;
  }
  .md\:fill-orange-300 {
    fill: #ff905f;
  }
  .md\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .md\:fill-orange-500 {
    fill: #F84C00;
  }
  .md\:fill-orange-600 {
    fill: #c53c00;
  }
  .md\:fill-orange-700 {
    fill: #922d00;
  }
  .md\:fill-orange-800 {
    fill: #5f1d00;
  }
  .md\:fill-orange-900 {
    fill: #2c0d00;
  }
  .md\:color-navy {
    color: #172331;
  }
  .md\:color-navy-t1 {
    color: rgba(23, 35, 49, 0.1);
  }
  .md\:color-navy-t2 {
    color: rgba(23, 35, 49, 0.2);
  }
  .md\:color-navy-t3 {
    color: rgba(23, 35, 49, 0.3);
  }
  .md\:color-navy-t4 {
    color: rgba(23, 35, 49, 0.4);
  }
  .md\:color-navy-t5 {
    color: rgba(23, 35, 49, 0.5);
  }
  .md\:color-navy-t6 {
    color: rgba(23, 35, 49, 0.6);
  }
  .md\:color-navy-t7 {
    color: rgba(23, 35, 49, 0.7);
  }
  .md\:color-navy-t8 {
    color: rgba(23, 35, 49, 0.8);
  }
  .md\:color-navy-t9 {
    color: rgba(23, 35, 49, 0.9);
  }
  .md\:color-navy-100 {
    color: #6087b4;
  }
  .md\:color-navy-200 {
    color: #486d99;
  }
  .md\:color-navy-300 {
    color: #385576;
  }
  .md\:color-navy-400 {
    color: #273c54;
  }
  .md\:color-navy-500 {
    color: #172331;
  }
  .md\:color-navy-600 {
    color: #070a0e;
  }
  .md\:color-navy-700 {
    color: black;
  }
  .md\:color-navy-800 {
    color: black;
  }
  .md\:color-navy-900 {
    color: black;
  }
  .md\:bg-navy {
    background-color: #172331;
  }
  .md\:bg-navy-t1 {
    background-color: rgba(23, 35, 49, 0.1);
  }
  .md\:bg-navy-t2 {
    background-color: rgba(23, 35, 49, 0.2);
  }
  .md\:bg-navy-t3 {
    background-color: rgba(23, 35, 49, 0.3);
  }
  .md\:bg-navy-t4 {
    background-color: rgba(23, 35, 49, 0.4);
  }
  .md\:bg-navy-t5 {
    background-color: rgba(23, 35, 49, 0.5);
  }
  .md\:bg-navy-t6 {
    background-color: rgba(23, 35, 49, 0.6);
  }
  .md\:bg-navy-t7 {
    background-color: rgba(23, 35, 49, 0.7);
  }
  .md\:bg-navy-t8 {
    background-color: rgba(23, 35, 49, 0.8);
  }
  .md\:bg-navy-t9 {
    background-color: rgba(23, 35, 49, 0.9);
  }
  .md\:bg-navy-100 {
    background-color: #6087b4;
  }
  .md\:bg-navy-200 {
    background-color: #486d99;
  }
  .md\:bg-navy-300 {
    background-color: #385576;
  }
  .md\:bg-navy-400 {
    background-color: #273c54;
  }
  .md\:bg-navy-500 {
    background-color: #172331;
  }
  .md\:bg-navy-600 {
    background-color: #070a0e;
  }
  .md\:bg-navy-700 {
    background-color: black;
  }
  .md\:bg-navy-800 {
    background-color: black;
  }
  .md\:bg-navy-900 {
    background-color: black;
  }
  .md\:border-navy {
    border-color: #172331;
  }
  .md\:border-navy-t1 {
    border-color: rgba(23, 35, 49, 0.1);
  }
  .md\:border-navy-t2 {
    border-color: rgba(23, 35, 49, 0.2);
  }
  .md\:border-navy-t3 {
    border-color: rgba(23, 35, 49, 0.3);
  }
  .md\:border-navy-t4 {
    border-color: rgba(23, 35, 49, 0.4);
  }
  .md\:border-navy-t5 {
    border-color: rgba(23, 35, 49, 0.5);
  }
  .md\:border-navy-t6 {
    border-color: rgba(23, 35, 49, 0.6);
  }
  .md\:border-navy-t7 {
    border-color: rgba(23, 35, 49, 0.7);
  }
  .md\:border-navy-t8 {
    border-color: rgba(23, 35, 49, 0.8);
  }
  .md\:border-navy-t9 {
    border-color: rgba(23, 35, 49, 0.9);
  }
  .md\:border-navy-100 {
    border-color: #6087b4;
  }
  .md\:border-navy-200 {
    border-color: #486d99;
  }
  .md\:border-navy-300 {
    border-color: #385576;
  }
  .md\:border-navy-400 {
    border-color: #273c54;
  }
  .md\:border-navy-500 {
    border-color: #172331;
  }
  .md\:border-navy-600 {
    border-color: #070a0e;
  }
  .md\:border-navy-700 {
    border-color: black;
  }
  .md\:border-navy-800 {
    border-color: black;
  }
  .md\:border-navy-900 {
    border-color: black;
  }
  .md\:fill-navy {
    fill: #172331;
  }
  .md\:fill-navy-t1 {
    fill: rgba(23, 35, 49, 0.1);
  }
  .md\:fill-navy-t2 {
    fill: rgba(23, 35, 49, 0.2);
  }
  .md\:fill-navy-t3 {
    fill: rgba(23, 35, 49, 0.3);
  }
  .md\:fill-navy-t4 {
    fill: rgba(23, 35, 49, 0.4);
  }
  .md\:fill-navy-t5 {
    fill: rgba(23, 35, 49, 0.5);
  }
  .md\:fill-navy-t6 {
    fill: rgba(23, 35, 49, 0.6);
  }
  .md\:fill-navy-t7 {
    fill: rgba(23, 35, 49, 0.7);
  }
  .md\:fill-navy-t8 {
    fill: rgba(23, 35, 49, 0.8);
  }
  .md\:fill-navy-t9 {
    fill: rgba(23, 35, 49, 0.9);
  }
  .md\:fill-navy-100 {
    fill: #6087b4;
  }
  .md\:fill-navy-200 {
    fill: #486d99;
  }
  .md\:fill-navy-300 {
    fill: #385576;
  }
  .md\:fill-navy-400 {
    fill: #273c54;
  }
  .md\:fill-navy-500 {
    fill: #172331;
  }
  .md\:fill-navy-600 {
    fill: #070a0e;
  }
  .md\:fill-navy-700 {
    fill: black;
  }
  .md\:fill-navy-800 {
    fill: black;
  }
  .md\:fill-navy-900 {
    fill: black;
  }
  .md\:color-denim {
    color: #26376f;
  }
  .md\:color-denim-t1 {
    color: rgba(38, 55, 111, 0.1);
  }
  .md\:color-denim-t2 {
    color: rgba(38, 55, 111, 0.2);
  }
  .md\:color-denim-t3 {
    color: rgba(38, 55, 111, 0.3);
  }
  .md\:color-denim-t4 {
    color: rgba(38, 55, 111, 0.4);
  }
  .md\:color-denim-t5 {
    color: rgba(38, 55, 111, 0.5);
  }
  .md\:color-denim-t6 {
    color: rgba(38, 55, 111, 0.6);
  }
  .md\:color-denim-t7 {
    color: rgba(38, 55, 111, 0.7);
  }
  .md\:color-denim-t8 {
    color: rgba(38, 55, 111, 0.8);
  }
  .md\:color-denim-t9 {
    color: rgba(38, 55, 111, 0.9);
  }
  .md\:color-denim-100 {
    color: #8a9cd7;
  }
  .md\:color-denim-200 {
    color: #647cca;
  }
  .md\:color-denim-300 {
    color: #405dbb;
  }
  .md\:color-denim-400 {
    color: #334a95;
  }
  .md\:color-denim-500 {
    color: #26376f;
  }
  .md\:color-denim-600 {
    color: #192449;
  }
  .md\:color-denim-700 {
    color: #0c1123;
  }
  .md\:color-denim-800 {
    color: black;
  }
  .md\:color-denim-900 {
    color: black;
  }
  .md\:bg-denim {
    background-color: #26376f;
  }
  .md\:bg-denim-t1 {
    background-color: rgba(38, 55, 111, 0.1);
  }
  .md\:bg-denim-t2 {
    background-color: rgba(38, 55, 111, 0.2);
  }
  .md\:bg-denim-t3 {
    background-color: rgba(38, 55, 111, 0.3);
  }
  .md\:bg-denim-t4 {
    background-color: rgba(38, 55, 111, 0.4);
  }
  .md\:bg-denim-t5 {
    background-color: rgba(38, 55, 111, 0.5);
  }
  .md\:bg-denim-t6 {
    background-color: rgba(38, 55, 111, 0.6);
  }
  .md\:bg-denim-t7 {
    background-color: rgba(38, 55, 111, 0.7);
  }
  .md\:bg-denim-t8 {
    background-color: rgba(38, 55, 111, 0.8);
  }
  .md\:bg-denim-t9 {
    background-color: rgba(38, 55, 111, 0.9);
  }
  .md\:bg-denim-100 {
    background-color: #8a9cd7;
  }
  .md\:bg-denim-200 {
    background-color: #647cca;
  }
  .md\:bg-denim-300 {
    background-color: #405dbb;
  }
  .md\:bg-denim-400 {
    background-color: #334a95;
  }
  .md\:bg-denim-500 {
    background-color: #26376f;
  }
  .md\:bg-denim-600 {
    background-color: #192449;
  }
  .md\:bg-denim-700 {
    background-color: #0c1123;
  }
  .md\:bg-denim-800 {
    background-color: black;
  }
  .md\:bg-denim-900 {
    background-color: black;
  }
  .md\:border-denim {
    border-color: #26376f;
  }
  .md\:border-denim-t1 {
    border-color: rgba(38, 55, 111, 0.1);
  }
  .md\:border-denim-t2 {
    border-color: rgba(38, 55, 111, 0.2);
  }
  .md\:border-denim-t3 {
    border-color: rgba(38, 55, 111, 0.3);
  }
  .md\:border-denim-t4 {
    border-color: rgba(38, 55, 111, 0.4);
  }
  .md\:border-denim-t5 {
    border-color: rgba(38, 55, 111, 0.5);
  }
  .md\:border-denim-t6 {
    border-color: rgba(38, 55, 111, 0.6);
  }
  .md\:border-denim-t7 {
    border-color: rgba(38, 55, 111, 0.7);
  }
  .md\:border-denim-t8 {
    border-color: rgba(38, 55, 111, 0.8);
  }
  .md\:border-denim-t9 {
    border-color: rgba(38, 55, 111, 0.9);
  }
  .md\:border-denim-100 {
    border-color: #8a9cd7;
  }
  .md\:border-denim-200 {
    border-color: #647cca;
  }
  .md\:border-denim-300 {
    border-color: #405dbb;
  }
  .md\:border-denim-400 {
    border-color: #334a95;
  }
  .md\:border-denim-500 {
    border-color: #26376f;
  }
  .md\:border-denim-600 {
    border-color: #192449;
  }
  .md\:border-denim-700 {
    border-color: #0c1123;
  }
  .md\:border-denim-800 {
    border-color: black;
  }
  .md\:border-denim-900 {
    border-color: black;
  }
  .md\:fill-denim {
    fill: #26376f;
  }
  .md\:fill-denim-t1 {
    fill: rgba(38, 55, 111, 0.1);
  }
  .md\:fill-denim-t2 {
    fill: rgba(38, 55, 111, 0.2);
  }
  .md\:fill-denim-t3 {
    fill: rgba(38, 55, 111, 0.3);
  }
  .md\:fill-denim-t4 {
    fill: rgba(38, 55, 111, 0.4);
  }
  .md\:fill-denim-t5 {
    fill: rgba(38, 55, 111, 0.5);
  }
  .md\:fill-denim-t6 {
    fill: rgba(38, 55, 111, 0.6);
  }
  .md\:fill-denim-t7 {
    fill: rgba(38, 55, 111, 0.7);
  }
  .md\:fill-denim-t8 {
    fill: rgba(38, 55, 111, 0.8);
  }
  .md\:fill-denim-t9 {
    fill: rgba(38, 55, 111, 0.9);
  }
  .md\:fill-denim-100 {
    fill: #8a9cd7;
  }
  .md\:fill-denim-200 {
    fill: #647cca;
  }
  .md\:fill-denim-300 {
    fill: #405dbb;
  }
  .md\:fill-denim-400 {
    fill: #334a95;
  }
  .md\:fill-denim-500 {
    fill: #26376f;
  }
  .md\:fill-denim-600 {
    fill: #192449;
  }
  .md\:fill-denim-700 {
    fill: #0c1123;
  }
  .md\:fill-denim-800 {
    fill: black;
  }
  .md\:fill-denim-900 {
    fill: black;
  }
  .md\:color-slate {
    color: #122832;
  }
  .md\:color-slate-t1 {
    color: rgba(18, 40, 50, 0.1);
  }
  .md\:color-slate-t2 {
    color: rgba(18, 40, 50, 0.2);
  }
  .md\:color-slate-t3 {
    color: rgba(18, 40, 50, 0.3);
  }
  .md\:color-slate-t4 {
    color: rgba(18, 40, 50, 0.4);
  }
  .md\:color-slate-t5 {
    color: rgba(18, 40, 50, 0.5);
  }
  .md\:color-slate-t6 {
    color: rgba(18, 40, 50, 0.6);
  }
  .md\:color-slate-t7 {
    color: rgba(18, 40, 50, 0.7);
  }
  .md\:color-slate-t8 {
    color: rgba(18, 40, 50, 0.8);
  }
  .md\:color-slate-t9 {
    color: rgba(18, 40, 50, 0.9);
  }
  .md\:color-slate-100 {
    color: #509dc0;
  }
  .md\:color-slate-200 {
    color: #3b82a3;
  }
  .md\:color-slate-300 {
    color: #2d647d;
  }
  .md\:color-slate-400 {
    color: #204658;
  }
  .md\:color-slate-500 {
    color: #122832;
  }
  .md\:color-slate-600 {
    color: #050a0d;
  }
  .md\:color-slate-700 {
    color: black;
  }
  .md\:color-slate-800 {
    color: black;
  }
  .md\:color-slate-900 {
    color: black;
  }
  .md\:bg-slate {
    background-color: #122832;
  }
  .md\:bg-slate-t1 {
    background-color: rgba(18, 40, 50, 0.1);
  }
  .md\:bg-slate-t2 {
    background-color: rgba(18, 40, 50, 0.2);
  }
  .md\:bg-slate-t3 {
    background-color: rgba(18, 40, 50, 0.3);
  }
  .md\:bg-slate-t4 {
    background-color: rgba(18, 40, 50, 0.4);
  }
  .md\:bg-slate-t5 {
    background-color: rgba(18, 40, 50, 0.5);
  }
  .md\:bg-slate-t6 {
    background-color: rgba(18, 40, 50, 0.6);
  }
  .md\:bg-slate-t7 {
    background-color: rgba(18, 40, 50, 0.7);
  }
  .md\:bg-slate-t8 {
    background-color: rgba(18, 40, 50, 0.8);
  }
  .md\:bg-slate-t9 {
    background-color: rgba(18, 40, 50, 0.9);
  }
  .md\:bg-slate-100 {
    background-color: #509dc0;
  }
  .md\:bg-slate-200 {
    background-color: #3b82a3;
  }
  .md\:bg-slate-300 {
    background-color: #2d647d;
  }
  .md\:bg-slate-400 {
    background-color: #204658;
  }
  .md\:bg-slate-500 {
    background-color: #122832;
  }
  .md\:bg-slate-600 {
    background-color: #050a0d;
  }
  .md\:bg-slate-700 {
    background-color: black;
  }
  .md\:bg-slate-800 {
    background-color: black;
  }
  .md\:bg-slate-900 {
    background-color: black;
  }
  .md\:border-slate {
    border-color: #122832;
  }
  .md\:border-slate-t1 {
    border-color: rgba(18, 40, 50, 0.1);
  }
  .md\:border-slate-t2 {
    border-color: rgba(18, 40, 50, 0.2);
  }
  .md\:border-slate-t3 {
    border-color: rgba(18, 40, 50, 0.3);
  }
  .md\:border-slate-t4 {
    border-color: rgba(18, 40, 50, 0.4);
  }
  .md\:border-slate-t5 {
    border-color: rgba(18, 40, 50, 0.5);
  }
  .md\:border-slate-t6 {
    border-color: rgba(18, 40, 50, 0.6);
  }
  .md\:border-slate-t7 {
    border-color: rgba(18, 40, 50, 0.7);
  }
  .md\:border-slate-t8 {
    border-color: rgba(18, 40, 50, 0.8);
  }
  .md\:border-slate-t9 {
    border-color: rgba(18, 40, 50, 0.9);
  }
  .md\:border-slate-100 {
    border-color: #509dc0;
  }
  .md\:border-slate-200 {
    border-color: #3b82a3;
  }
  .md\:border-slate-300 {
    border-color: #2d647d;
  }
  .md\:border-slate-400 {
    border-color: #204658;
  }
  .md\:border-slate-500 {
    border-color: #122832;
  }
  .md\:border-slate-600 {
    border-color: #050a0d;
  }
  .md\:border-slate-700 {
    border-color: black;
  }
  .md\:border-slate-800 {
    border-color: black;
  }
  .md\:border-slate-900 {
    border-color: black;
  }
  .md\:fill-slate {
    fill: #122832;
  }
  .md\:fill-slate-t1 {
    fill: rgba(18, 40, 50, 0.1);
  }
  .md\:fill-slate-t2 {
    fill: rgba(18, 40, 50, 0.2);
  }
  .md\:fill-slate-t3 {
    fill: rgba(18, 40, 50, 0.3);
  }
  .md\:fill-slate-t4 {
    fill: rgba(18, 40, 50, 0.4);
  }
  .md\:fill-slate-t5 {
    fill: rgba(18, 40, 50, 0.5);
  }
  .md\:fill-slate-t6 {
    fill: rgba(18, 40, 50, 0.6);
  }
  .md\:fill-slate-t7 {
    fill: rgba(18, 40, 50, 0.7);
  }
  .md\:fill-slate-t8 {
    fill: rgba(18, 40, 50, 0.8);
  }
  .md\:fill-slate-t9 {
    fill: rgba(18, 40, 50, 0.9);
  }
  .md\:fill-slate-100 {
    fill: #509dc0;
  }
  .md\:fill-slate-200 {
    fill: #3b82a3;
  }
  .md\:fill-slate-300 {
    fill: #2d647d;
  }
  .md\:fill-slate-400 {
    fill: #204658;
  }
  .md\:fill-slate-500 {
    fill: #122832;
  }
  .md\:fill-slate-600 {
    fill: #050a0d;
  }
  .md\:fill-slate-700 {
    fill: black;
  }
  .md\:fill-slate-800 {
    fill: black;
  }
  .md\:fill-slate-900 {
    fill: black;
  }
  .md\:color-blue {
    color: #096ffa;
  }
  .md\:color-blue-t1 {
    color: rgba(9, 111, 250, 0.1);
  }
  .md\:color-blue-t2 {
    color: rgba(9, 111, 250, 0.2);
  }
  .md\:color-blue-t3 {
    color: rgba(9, 111, 250, 0.3);
  }
  .md\:color-blue-t4 {
    color: rgba(9, 111, 250, 0.4);
  }
  .md\:color-blue-t5 {
    color: rgba(9, 111, 250, 0.5);
  }
  .md\:color-blue-t6 {
    color: rgba(9, 111, 250, 0.6);
  }
  .md\:color-blue-t7 {
    color: rgba(9, 111, 250, 0.7);
  }
  .md\:color-blue-t8 {
    color: rgba(9, 111, 250, 0.8);
  }
  .md\:color-blue-t9 {
    color: rgba(9, 111, 250, 0.9);
  }
  .md\:color-blue-100 {
    color: #d1e4fe;
  }
  .md\:color-blue-200 {
    color: #9fc7fd;
  }
  .md\:color-blue-300 {
    color: #6daafc;
  }
  .md\:color-blue-400 {
    color: #3b8cfb;
  }
  .md\:color-blue-500 {
    color: #096ffa;
  }
  .md\:color-blue-600 {
    color: #0459cc;
  }
  .md\:color-blue-700 {
    color: #03439a;
  }
  .md\:color-blue-800 {
    color: #022d68;
  }
  .md\:color-blue-900 {
    color: #011736;
  }
  .md\:bg-blue {
    background-color: #096ffa;
  }
  .md\:bg-blue-t1 {
    background-color: rgba(9, 111, 250, 0.1);
  }
  .md\:bg-blue-t2 {
    background-color: rgba(9, 111, 250, 0.2);
  }
  .md\:bg-blue-t3 {
    background-color: rgba(9, 111, 250, 0.3);
  }
  .md\:bg-blue-t4 {
    background-color: rgba(9, 111, 250, 0.4);
  }
  .md\:bg-blue-t5 {
    background-color: rgba(9, 111, 250, 0.5);
  }
  .md\:bg-blue-t6 {
    background-color: rgba(9, 111, 250, 0.6);
  }
  .md\:bg-blue-t7 {
    background-color: rgba(9, 111, 250, 0.7);
  }
  .md\:bg-blue-t8 {
    background-color: rgba(9, 111, 250, 0.8);
  }
  .md\:bg-blue-t9 {
    background-color: rgba(9, 111, 250, 0.9);
  }
  .md\:bg-blue-100 {
    background-color: #d1e4fe;
  }
  .md\:bg-blue-200 {
    background-color: #9fc7fd;
  }
  .md\:bg-blue-300 {
    background-color: #6daafc;
  }
  .md\:bg-blue-400 {
    background-color: #3b8cfb;
  }
  .md\:bg-blue-500 {
    background-color: #096ffa;
  }
  .md\:bg-blue-600 {
    background-color: #0459cc;
  }
  .md\:bg-blue-700 {
    background-color: #03439a;
  }
  .md\:bg-blue-800 {
    background-color: #022d68;
  }
  .md\:bg-blue-900 {
    background-color: #011736;
  }
  .md\:border-blue {
    border-color: #096ffa;
  }
  .md\:border-blue-t1 {
    border-color: rgba(9, 111, 250, 0.1);
  }
  .md\:border-blue-t2 {
    border-color: rgba(9, 111, 250, 0.2);
  }
  .md\:border-blue-t3 {
    border-color: rgba(9, 111, 250, 0.3);
  }
  .md\:border-blue-t4 {
    border-color: rgba(9, 111, 250, 0.4);
  }
  .md\:border-blue-t5 {
    border-color: rgba(9, 111, 250, 0.5);
  }
  .md\:border-blue-t6 {
    border-color: rgba(9, 111, 250, 0.6);
  }
  .md\:border-blue-t7 {
    border-color: rgba(9, 111, 250, 0.7);
  }
  .md\:border-blue-t8 {
    border-color: rgba(9, 111, 250, 0.8);
  }
  .md\:border-blue-t9 {
    border-color: rgba(9, 111, 250, 0.9);
  }
  .md\:border-blue-100 {
    border-color: #d1e4fe;
  }
  .md\:border-blue-200 {
    border-color: #9fc7fd;
  }
  .md\:border-blue-300 {
    border-color: #6daafc;
  }
  .md\:border-blue-400 {
    border-color: #3b8cfb;
  }
  .md\:border-blue-500 {
    border-color: #096ffa;
  }
  .md\:border-blue-600 {
    border-color: #0459cc;
  }
  .md\:border-blue-700 {
    border-color: #03439a;
  }
  .md\:border-blue-800 {
    border-color: #022d68;
  }
  .md\:border-blue-900 {
    border-color: #011736;
  }
  .md\:fill-blue {
    fill: #096ffa;
  }
  .md\:fill-blue-t1 {
    fill: rgba(9, 111, 250, 0.1);
  }
  .md\:fill-blue-t2 {
    fill: rgba(9, 111, 250, 0.2);
  }
  .md\:fill-blue-t3 {
    fill: rgba(9, 111, 250, 0.3);
  }
  .md\:fill-blue-t4 {
    fill: rgba(9, 111, 250, 0.4);
  }
  .md\:fill-blue-t5 {
    fill: rgba(9, 111, 250, 0.5);
  }
  .md\:fill-blue-t6 {
    fill: rgba(9, 111, 250, 0.6);
  }
  .md\:fill-blue-t7 {
    fill: rgba(9, 111, 250, 0.7);
  }
  .md\:fill-blue-t8 {
    fill: rgba(9, 111, 250, 0.8);
  }
  .md\:fill-blue-t9 {
    fill: rgba(9, 111, 250, 0.9);
  }
  .md\:fill-blue-100 {
    fill: #d1e4fe;
  }
  .md\:fill-blue-200 {
    fill: #9fc7fd;
  }
  .md\:fill-blue-300 {
    fill: #6daafc;
  }
  .md\:fill-blue-400 {
    fill: #3b8cfb;
  }
  .md\:fill-blue-500 {
    fill: #096ffa;
  }
  .md\:fill-blue-600 {
    fill: #0459cc;
  }
  .md\:fill-blue-700 {
    fill: #03439a;
  }
  .md\:fill-blue-800 {
    fill: #022d68;
  }
  .md\:fill-blue-900 {
    fill: #011736;
  }
  .md\:color-aqua {
    color: #8ecae6;
  }
  .md\:color-aqua-t1 {
    color: rgba(142, 202, 230, 0.1);
  }
  .md\:color-aqua-t2 {
    color: rgba(142, 202, 230, 0.2);
  }
  .md\:color-aqua-t3 {
    color: rgba(142, 202, 230, 0.3);
  }
  .md\:color-aqua-t4 {
    color: rgba(142, 202, 230, 0.4);
  }
  .md\:color-aqua-t5 {
    color: rgba(142, 202, 230, 0.5);
  }
  .md\:color-aqua-t6 {
    color: rgba(142, 202, 230, 0.6);
  }
  .md\:color-aqua-t7 {
    color: rgba(142, 202, 230, 0.7);
  }
  .md\:color-aqua-t8 {
    color: rgba(142, 202, 230, 0.8);
  }
  .md\:color-aqua-t9 {
    color: rgba(142, 202, 230, 0.9);
  }
  .md\:color-aqua-100 {
    color: white;
  }
  .md\:color-aqua-200 {
    color: white;
  }
  .md\:color-aqua-300 {
    color: #e2f1f8;
  }
  .md\:color-aqua-400 {
    color: #b8deef;
  }
  .md\:color-aqua-500 {
    color: #8ecae6;
  }
  .md\:color-aqua-600 {
    color: #64b6dd;
  }
  .md\:color-aqua-700 {
    color: #3aa3d4;
  }
  .md\:color-aqua-800 {
    color: #2887b3;
  }
  .md\:color-aqua-900 {
    color: #1e678a;
  }
  .md\:bg-aqua {
    background-color: #8ecae6;
  }
  .md\:bg-aqua-t1 {
    background-color: rgba(142, 202, 230, 0.1);
  }
  .md\:bg-aqua-t2 {
    background-color: rgba(142, 202, 230, 0.2);
  }
  .md\:bg-aqua-t3 {
    background-color: rgba(142, 202, 230, 0.3);
  }
  .md\:bg-aqua-t4 {
    background-color: rgba(142, 202, 230, 0.4);
  }
  .md\:bg-aqua-t5 {
    background-color: rgba(142, 202, 230, 0.5);
  }
  .md\:bg-aqua-t6 {
    background-color: rgba(142, 202, 230, 0.6);
  }
  .md\:bg-aqua-t7 {
    background-color: rgba(142, 202, 230, 0.7);
  }
  .md\:bg-aqua-t8 {
    background-color: rgba(142, 202, 230, 0.8);
  }
  .md\:bg-aqua-t9 {
    background-color: rgba(142, 202, 230, 0.9);
  }
  .md\:bg-aqua-100 {
    background-color: white;
  }
  .md\:bg-aqua-200 {
    background-color: white;
  }
  .md\:bg-aqua-300 {
    background-color: #e2f1f8;
  }
  .md\:bg-aqua-400 {
    background-color: #b8deef;
  }
  .md\:bg-aqua-500 {
    background-color: #8ecae6;
  }
  .md\:bg-aqua-600 {
    background-color: #64b6dd;
  }
  .md\:bg-aqua-700 {
    background-color: #3aa3d4;
  }
  .md\:bg-aqua-800 {
    background-color: #2887b3;
  }
  .md\:bg-aqua-900 {
    background-color: #1e678a;
  }
  .md\:border-aqua {
    border-color: #8ecae6;
  }
  .md\:border-aqua-t1 {
    border-color: rgba(142, 202, 230, 0.1);
  }
  .md\:border-aqua-t2 {
    border-color: rgba(142, 202, 230, 0.2);
  }
  .md\:border-aqua-t3 {
    border-color: rgba(142, 202, 230, 0.3);
  }
  .md\:border-aqua-t4 {
    border-color: rgba(142, 202, 230, 0.4);
  }
  .md\:border-aqua-t5 {
    border-color: rgba(142, 202, 230, 0.5);
  }
  .md\:border-aqua-t6 {
    border-color: rgba(142, 202, 230, 0.6);
  }
  .md\:border-aqua-t7 {
    border-color: rgba(142, 202, 230, 0.7);
  }
  .md\:border-aqua-t8 {
    border-color: rgba(142, 202, 230, 0.8);
  }
  .md\:border-aqua-t9 {
    border-color: rgba(142, 202, 230, 0.9);
  }
  .md\:border-aqua-100 {
    border-color: white;
  }
  .md\:border-aqua-200 {
    border-color: white;
  }
  .md\:border-aqua-300 {
    border-color: #e2f1f8;
  }
  .md\:border-aqua-400 {
    border-color: #b8deef;
  }
  .md\:border-aqua-500 {
    border-color: #8ecae6;
  }
  .md\:border-aqua-600 {
    border-color: #64b6dd;
  }
  .md\:border-aqua-700 {
    border-color: #3aa3d4;
  }
  .md\:border-aqua-800 {
    border-color: #2887b3;
  }
  .md\:border-aqua-900 {
    border-color: #1e678a;
  }
  .md\:fill-aqua {
    fill: #8ecae6;
  }
  .md\:fill-aqua-t1 {
    fill: rgba(142, 202, 230, 0.1);
  }
  .md\:fill-aqua-t2 {
    fill: rgba(142, 202, 230, 0.2);
  }
  .md\:fill-aqua-t3 {
    fill: rgba(142, 202, 230, 0.3);
  }
  .md\:fill-aqua-t4 {
    fill: rgba(142, 202, 230, 0.4);
  }
  .md\:fill-aqua-t5 {
    fill: rgba(142, 202, 230, 0.5);
  }
  .md\:fill-aqua-t6 {
    fill: rgba(142, 202, 230, 0.6);
  }
  .md\:fill-aqua-t7 {
    fill: rgba(142, 202, 230, 0.7);
  }
  .md\:fill-aqua-t8 {
    fill: rgba(142, 202, 230, 0.8);
  }
  .md\:fill-aqua-t9 {
    fill: rgba(142, 202, 230, 0.9);
  }
  .md\:fill-aqua-100 {
    fill: white;
  }
  .md\:fill-aqua-200 {
    fill: white;
  }
  .md\:fill-aqua-300 {
    fill: #e2f1f8;
  }
  .md\:fill-aqua-400 {
    fill: #b8deef;
  }
  .md\:fill-aqua-500 {
    fill: #8ecae6;
  }
  .md\:fill-aqua-600 {
    fill: #64b6dd;
  }
  .md\:fill-aqua-700 {
    fill: #3aa3d4;
  }
  .md\:fill-aqua-800 {
    fill: #2887b3;
  }
  .md\:fill-aqua-900 {
    fill: #1e678a;
  }
  .md\:color-yellow {
    color: #ffd203;
  }
  .md\:color-yellow-t1 {
    color: rgba(255, 210, 3, 0.1);
  }
  .md\:color-yellow-t2 {
    color: rgba(255, 210, 3, 0.2);
  }
  .md\:color-yellow-t3 {
    color: rgba(255, 210, 3, 0.3);
  }
  .md\:color-yellow-t4 {
    color: rgba(255, 210, 3, 0.4);
  }
  .md\:color-yellow-t5 {
    color: rgba(255, 210, 3, 0.5);
  }
  .md\:color-yellow-t6 {
    color: rgba(255, 210, 3, 0.6);
  }
  .md\:color-yellow-t7 {
    color: rgba(255, 210, 3, 0.7);
  }
  .md\:color-yellow-t8 {
    color: rgba(255, 210, 3, 0.8);
  }
  .md\:color-yellow-t9 {
    color: rgba(255, 210, 3, 0.9);
  }
  .md\:color-yellow-100 {
    color: #fff6cf;
  }
  .md\:color-yellow-200 {
    color: #ffed9c;
  }
  .md\:color-yellow-300 {
    color: #ffe469;
  }
  .md\:color-yellow-400 {
    color: #ffdb36;
  }
  .md\:color-yellow-500 {
    color: #ffd203;
  }
  .md\:color-yellow-600 {
    color: #cfaa00;
  }
  .md\:color-yellow-700 {
    color: #9c8000;
  }
  .md\:color-yellow-800 {
    color: #695600;
  }
  .md\:color-yellow-900 {
    color: #362c00;
  }
  .md\:bg-yellow {
    background-color: #ffd203;
  }
  .md\:bg-yellow-t1 {
    background-color: rgba(255, 210, 3, 0.1);
  }
  .md\:bg-yellow-t2 {
    background-color: rgba(255, 210, 3, 0.2);
  }
  .md\:bg-yellow-t3 {
    background-color: rgba(255, 210, 3, 0.3);
  }
  .md\:bg-yellow-t4 {
    background-color: rgba(255, 210, 3, 0.4);
  }
  .md\:bg-yellow-t5 {
    background-color: rgba(255, 210, 3, 0.5);
  }
  .md\:bg-yellow-t6 {
    background-color: rgba(255, 210, 3, 0.6);
  }
  .md\:bg-yellow-t7 {
    background-color: rgba(255, 210, 3, 0.7);
  }
  .md\:bg-yellow-t8 {
    background-color: rgba(255, 210, 3, 0.8);
  }
  .md\:bg-yellow-t9 {
    background-color: rgba(255, 210, 3, 0.9);
  }
  .md\:bg-yellow-100 {
    background-color: #fff6cf;
  }
  .md\:bg-yellow-200 {
    background-color: #ffed9c;
  }
  .md\:bg-yellow-300 {
    background-color: #ffe469;
  }
  .md\:bg-yellow-400 {
    background-color: #ffdb36;
  }
  .md\:bg-yellow-500 {
    background-color: #ffd203;
  }
  .md\:bg-yellow-600 {
    background-color: #cfaa00;
  }
  .md\:bg-yellow-700 {
    background-color: #9c8000;
  }
  .md\:bg-yellow-800 {
    background-color: #695600;
  }
  .md\:bg-yellow-900 {
    background-color: #362c00;
  }
  .md\:border-yellow {
    border-color: #ffd203;
  }
  .md\:border-yellow-t1 {
    border-color: rgba(255, 210, 3, 0.1);
  }
  .md\:border-yellow-t2 {
    border-color: rgba(255, 210, 3, 0.2);
  }
  .md\:border-yellow-t3 {
    border-color: rgba(255, 210, 3, 0.3);
  }
  .md\:border-yellow-t4 {
    border-color: rgba(255, 210, 3, 0.4);
  }
  .md\:border-yellow-t5 {
    border-color: rgba(255, 210, 3, 0.5);
  }
  .md\:border-yellow-t6 {
    border-color: rgba(255, 210, 3, 0.6);
  }
  .md\:border-yellow-t7 {
    border-color: rgba(255, 210, 3, 0.7);
  }
  .md\:border-yellow-t8 {
    border-color: rgba(255, 210, 3, 0.8);
  }
  .md\:border-yellow-t9 {
    border-color: rgba(255, 210, 3, 0.9);
  }
  .md\:border-yellow-100 {
    border-color: #fff6cf;
  }
  .md\:border-yellow-200 {
    border-color: #ffed9c;
  }
  .md\:border-yellow-300 {
    border-color: #ffe469;
  }
  .md\:border-yellow-400 {
    border-color: #ffdb36;
  }
  .md\:border-yellow-500 {
    border-color: #ffd203;
  }
  .md\:border-yellow-600 {
    border-color: #cfaa00;
  }
  .md\:border-yellow-700 {
    border-color: #9c8000;
  }
  .md\:border-yellow-800 {
    border-color: #695600;
  }
  .md\:border-yellow-900 {
    border-color: #362c00;
  }
  .md\:fill-yellow {
    fill: #ffd203;
  }
  .md\:fill-yellow-t1 {
    fill: rgba(255, 210, 3, 0.1);
  }
  .md\:fill-yellow-t2 {
    fill: rgba(255, 210, 3, 0.2);
  }
  .md\:fill-yellow-t3 {
    fill: rgba(255, 210, 3, 0.3);
  }
  .md\:fill-yellow-t4 {
    fill: rgba(255, 210, 3, 0.4);
  }
  .md\:fill-yellow-t5 {
    fill: rgba(255, 210, 3, 0.5);
  }
  .md\:fill-yellow-t6 {
    fill: rgba(255, 210, 3, 0.6);
  }
  .md\:fill-yellow-t7 {
    fill: rgba(255, 210, 3, 0.7);
  }
  .md\:fill-yellow-t8 {
    fill: rgba(255, 210, 3, 0.8);
  }
  .md\:fill-yellow-t9 {
    fill: rgba(255, 210, 3, 0.9);
  }
  .md\:fill-yellow-100 {
    fill: #fff6cf;
  }
  .md\:fill-yellow-200 {
    fill: #ffed9c;
  }
  .md\:fill-yellow-300 {
    fill: #ffe469;
  }
  .md\:fill-yellow-400 {
    fill: #ffdb36;
  }
  .md\:fill-yellow-500 {
    fill: #ffd203;
  }
  .md\:fill-yellow-600 {
    fill: #cfaa00;
  }
  .md\:fill-yellow-700 {
    fill: #9c8000;
  }
  .md\:fill-yellow-800 {
    fill: #695600;
  }
  .md\:fill-yellow-900 {
    fill: #362c00;
  }
  .md\:color-violet {
    color: #210037;
  }
  .md\:color-violet-t1 {
    color: rgba(33, 0, 55, 0.1);
  }
  .md\:color-violet-t2 {
    color: rgba(33, 0, 55, 0.2);
  }
  .md\:color-violet-t3 {
    color: rgba(33, 0, 55, 0.3);
  }
  .md\:color-violet-t4 {
    color: rgba(33, 0, 55, 0.4);
  }
  .md\:color-violet-t5 {
    color: rgba(33, 0, 55, 0.5);
  }
  .md\:color-violet-t6 {
    color: rgba(33, 0, 55, 0.6);
  }
  .md\:color-violet-t7 {
    color: rgba(33, 0, 55, 0.7);
  }
  .md\:color-violet-t8 {
    color: rgba(33, 0, 55, 0.8);
  }
  .md\:color-violet-t9 {
    color: rgba(33, 0, 55, 0.9);
  }
  .md\:color-violet-100 {
    color: #9b04ff;
  }
  .md\:color-violet-200 {
    color: #7d00d0;
  }
  .md\:color-violet-300 {
    color: #5e009d;
  }
  .md\:color-violet-400 {
    color: #40006a;
  }
  .md\:color-violet-500 {
    color: #210037;
  }
  .md\:color-violet-600 {
    color: #020004;
  }
  .md\:color-violet-700 {
    color: black;
  }
  .md\:color-violet-800 {
    color: black;
  }
  .md\:color-violet-900 {
    color: black;
  }
  .md\:bg-violet {
    background-color: #210037;
  }
  .md\:bg-violet-t1 {
    background-color: rgba(33, 0, 55, 0.1);
  }
  .md\:bg-violet-t2 {
    background-color: rgba(33, 0, 55, 0.2);
  }
  .md\:bg-violet-t3 {
    background-color: rgba(33, 0, 55, 0.3);
  }
  .md\:bg-violet-t4 {
    background-color: rgba(33, 0, 55, 0.4);
  }
  .md\:bg-violet-t5 {
    background-color: rgba(33, 0, 55, 0.5);
  }
  .md\:bg-violet-t6 {
    background-color: rgba(33, 0, 55, 0.6);
  }
  .md\:bg-violet-t7 {
    background-color: rgba(33, 0, 55, 0.7);
  }
  .md\:bg-violet-t8 {
    background-color: rgba(33, 0, 55, 0.8);
  }
  .md\:bg-violet-t9 {
    background-color: rgba(33, 0, 55, 0.9);
  }
  .md\:bg-violet-100 {
    background-color: #9b04ff;
  }
  .md\:bg-violet-200 {
    background-color: #7d00d0;
  }
  .md\:bg-violet-300 {
    background-color: #5e009d;
  }
  .md\:bg-violet-400 {
    background-color: #40006a;
  }
  .md\:bg-violet-500 {
    background-color: #210037;
  }
  .md\:bg-violet-600 {
    background-color: #020004;
  }
  .md\:bg-violet-700 {
    background-color: black;
  }
  .md\:bg-violet-800 {
    background-color: black;
  }
  .md\:bg-violet-900 {
    background-color: black;
  }
  .md\:border-violet {
    border-color: #210037;
  }
  .md\:border-violet-t1 {
    border-color: rgba(33, 0, 55, 0.1);
  }
  .md\:border-violet-t2 {
    border-color: rgba(33, 0, 55, 0.2);
  }
  .md\:border-violet-t3 {
    border-color: rgba(33, 0, 55, 0.3);
  }
  .md\:border-violet-t4 {
    border-color: rgba(33, 0, 55, 0.4);
  }
  .md\:border-violet-t5 {
    border-color: rgba(33, 0, 55, 0.5);
  }
  .md\:border-violet-t6 {
    border-color: rgba(33, 0, 55, 0.6);
  }
  .md\:border-violet-t7 {
    border-color: rgba(33, 0, 55, 0.7);
  }
  .md\:border-violet-t8 {
    border-color: rgba(33, 0, 55, 0.8);
  }
  .md\:border-violet-t9 {
    border-color: rgba(33, 0, 55, 0.9);
  }
  .md\:border-violet-100 {
    border-color: #9b04ff;
  }
  .md\:border-violet-200 {
    border-color: #7d00d0;
  }
  .md\:border-violet-300 {
    border-color: #5e009d;
  }
  .md\:border-violet-400 {
    border-color: #40006a;
  }
  .md\:border-violet-500 {
    border-color: #210037;
  }
  .md\:border-violet-600 {
    border-color: #020004;
  }
  .md\:border-violet-700 {
    border-color: black;
  }
  .md\:border-violet-800 {
    border-color: black;
  }
  .md\:border-violet-900 {
    border-color: black;
  }
  .md\:fill-violet {
    fill: #210037;
  }
  .md\:fill-violet-t1 {
    fill: rgba(33, 0, 55, 0.1);
  }
  .md\:fill-violet-t2 {
    fill: rgba(33, 0, 55, 0.2);
  }
  .md\:fill-violet-t3 {
    fill: rgba(33, 0, 55, 0.3);
  }
  .md\:fill-violet-t4 {
    fill: rgba(33, 0, 55, 0.4);
  }
  .md\:fill-violet-t5 {
    fill: rgba(33, 0, 55, 0.5);
  }
  .md\:fill-violet-t6 {
    fill: rgba(33, 0, 55, 0.6);
  }
  .md\:fill-violet-t7 {
    fill: rgba(33, 0, 55, 0.7);
  }
  .md\:fill-violet-t8 {
    fill: rgba(33, 0, 55, 0.8);
  }
  .md\:fill-violet-t9 {
    fill: rgba(33, 0, 55, 0.9);
  }
  .md\:fill-violet-100 {
    fill: #9b04ff;
  }
  .md\:fill-violet-200 {
    fill: #7d00d0;
  }
  .md\:fill-violet-300 {
    fill: #5e009d;
  }
  .md\:fill-violet-400 {
    fill: #40006a;
  }
  .md\:fill-violet-500 {
    fill: #210037;
  }
  .md\:fill-violet-600 {
    fill: #020004;
  }
  .md\:fill-violet-700 {
    fill: black;
  }
  .md\:fill-violet-800 {
    fill: black;
  }
  .md\:fill-violet-900 {
    fill: black;
  }
  .md\:color-purple {
    color: #a91d7e;
  }
  .md\:color-purple-t1 {
    color: rgba(169, 29, 126, 0.1);
  }
  .md\:color-purple-t2 {
    color: rgba(169, 29, 126, 0.2);
  }
  .md\:color-purple-t3 {
    color: rgba(169, 29, 126, 0.3);
  }
  .md\:color-purple-t4 {
    color: rgba(169, 29, 126, 0.4);
  }
  .md\:color-purple-t5 {
    color: rgba(169, 29, 126, 0.5);
  }
  .md\:color-purple-t6 {
    color: rgba(169, 29, 126, 0.6);
  }
  .md\:color-purple-t7 {
    color: rgba(169, 29, 126, 0.7);
  }
  .md\:color-purple-t8 {
    color: rgba(169, 29, 126, 0.8);
  }
  .md\:color-purple-t9 {
    color: rgba(169, 29, 126, 0.9);
  }
  .md\:color-purple-100 {
    color: #efa3d8;
  }
  .md\:color-purple-200 {
    color: #e877c5;
  }
  .md\:color-purple-300 {
    color: #e04cb3;
  }
  .md\:color-purple-400 {
    color: #d5249e;
  }
  .md\:color-purple-500 {
    color: #a91d7e;
  }
  .md\:color-purple-600 {
    color: #7d165e;
  }
  .md\:color-purple-700 {
    color: #520e3d;
  }
  .md\:color-purple-800 {
    color: #26071d;
  }
  .md\:color-purple-900 {
    color: black;
  }
  .md\:bg-purple {
    background-color: #a91d7e;
  }
  .md\:bg-purple-t1 {
    background-color: rgba(169, 29, 126, 0.1);
  }
  .md\:bg-purple-t2 {
    background-color: rgba(169, 29, 126, 0.2);
  }
  .md\:bg-purple-t3 {
    background-color: rgba(169, 29, 126, 0.3);
  }
  .md\:bg-purple-t4 {
    background-color: rgba(169, 29, 126, 0.4);
  }
  .md\:bg-purple-t5 {
    background-color: rgba(169, 29, 126, 0.5);
  }
  .md\:bg-purple-t6 {
    background-color: rgba(169, 29, 126, 0.6);
  }
  .md\:bg-purple-t7 {
    background-color: rgba(169, 29, 126, 0.7);
  }
  .md\:bg-purple-t8 {
    background-color: rgba(169, 29, 126, 0.8);
  }
  .md\:bg-purple-t9 {
    background-color: rgba(169, 29, 126, 0.9);
  }
  .md\:bg-purple-100 {
    background-color: #efa3d8;
  }
  .md\:bg-purple-200 {
    background-color: #e877c5;
  }
  .md\:bg-purple-300 {
    background-color: #e04cb3;
  }
  .md\:bg-purple-400 {
    background-color: #d5249e;
  }
  .md\:bg-purple-500 {
    background-color: #a91d7e;
  }
  .md\:bg-purple-600 {
    background-color: #7d165e;
  }
  .md\:bg-purple-700 {
    background-color: #520e3d;
  }
  .md\:bg-purple-800 {
    background-color: #26071d;
  }
  .md\:bg-purple-900 {
    background-color: black;
  }
  .md\:border-purple {
    border-color: #a91d7e;
  }
  .md\:border-purple-t1 {
    border-color: rgba(169, 29, 126, 0.1);
  }
  .md\:border-purple-t2 {
    border-color: rgba(169, 29, 126, 0.2);
  }
  .md\:border-purple-t3 {
    border-color: rgba(169, 29, 126, 0.3);
  }
  .md\:border-purple-t4 {
    border-color: rgba(169, 29, 126, 0.4);
  }
  .md\:border-purple-t5 {
    border-color: rgba(169, 29, 126, 0.5);
  }
  .md\:border-purple-t6 {
    border-color: rgba(169, 29, 126, 0.6);
  }
  .md\:border-purple-t7 {
    border-color: rgba(169, 29, 126, 0.7);
  }
  .md\:border-purple-t8 {
    border-color: rgba(169, 29, 126, 0.8);
  }
  .md\:border-purple-t9 {
    border-color: rgba(169, 29, 126, 0.9);
  }
  .md\:border-purple-100 {
    border-color: #efa3d8;
  }
  .md\:border-purple-200 {
    border-color: #e877c5;
  }
  .md\:border-purple-300 {
    border-color: #e04cb3;
  }
  .md\:border-purple-400 {
    border-color: #d5249e;
  }
  .md\:border-purple-500 {
    border-color: #a91d7e;
  }
  .md\:border-purple-600 {
    border-color: #7d165e;
  }
  .md\:border-purple-700 {
    border-color: #520e3d;
  }
  .md\:border-purple-800 {
    border-color: #26071d;
  }
  .md\:border-purple-900 {
    border-color: black;
  }
  .md\:fill-purple {
    fill: #a91d7e;
  }
  .md\:fill-purple-t1 {
    fill: rgba(169, 29, 126, 0.1);
  }
  .md\:fill-purple-t2 {
    fill: rgba(169, 29, 126, 0.2);
  }
  .md\:fill-purple-t3 {
    fill: rgba(169, 29, 126, 0.3);
  }
  .md\:fill-purple-t4 {
    fill: rgba(169, 29, 126, 0.4);
  }
  .md\:fill-purple-t5 {
    fill: rgba(169, 29, 126, 0.5);
  }
  .md\:fill-purple-t6 {
    fill: rgba(169, 29, 126, 0.6);
  }
  .md\:fill-purple-t7 {
    fill: rgba(169, 29, 126, 0.7);
  }
  .md\:fill-purple-t8 {
    fill: rgba(169, 29, 126, 0.8);
  }
  .md\:fill-purple-t9 {
    fill: rgba(169, 29, 126, 0.9);
  }
  .md\:fill-purple-100 {
    fill: #efa3d8;
  }
  .md\:fill-purple-200 {
    fill: #e877c5;
  }
  .md\:fill-purple-300 {
    fill: #e04cb3;
  }
  .md\:fill-purple-400 {
    fill: #d5249e;
  }
  .md\:fill-purple-500 {
    fill: #a91d7e;
  }
  .md\:fill-purple-600 {
    fill: #7d165e;
  }
  .md\:fill-purple-700 {
    fill: #520e3d;
  }
  .md\:fill-purple-800 {
    fill: #26071d;
  }
  .md\:fill-purple-900 {
    fill: black;
  }
  .md\:color-red {
    color: #cc0000;
  }
  .md\:color-red-t1 {
    color: rgba(204, 0, 0, 0.1);
  }
  .md\:color-red-t2 {
    color: rgba(204, 0, 0, 0.2);
  }
  .md\:color-red-t3 {
    color: rgba(204, 0, 0, 0.3);
  }
  .md\:color-red-t4 {
    color: rgba(204, 0, 0, 0.4);
  }
  .md\:color-red-t5 {
    color: rgba(204, 0, 0, 0.5);
  }
  .md\:color-red-t6 {
    color: rgba(204, 0, 0, 0.6);
  }
  .md\:color-red-t7 {
    color: rgba(204, 0, 0, 0.7);
  }
  .md\:color-red-t8 {
    color: rgba(204, 0, 0, 0.8);
  }
  .md\:color-red-t9 {
    color: rgba(204, 0, 0, 0.9);
  }
  .md\:color-red-100 {
    color: #ff9999;
  }
  .md\:color-red-200 {
    color: #ff6666;
  }
  .md\:color-red-300 {
    color: #ff3333;
  }
  .md\:color-red-400 {
    color: red;
  }
  .md\:color-red-500 {
    color: #cc0000;
  }
  .md\:color-red-600 {
    color: #990000;
  }
  .md\:color-red-700 {
    color: #660000;
  }
  .md\:color-red-800 {
    color: #330000;
  }
  .md\:color-red-900 {
    color: black;
  }
  .md\:bg-red {
    background-color: #cc0000;
  }
  .md\:bg-red-t1 {
    background-color: rgba(204, 0, 0, 0.1);
  }
  .md\:bg-red-t2 {
    background-color: rgba(204, 0, 0, 0.2);
  }
  .md\:bg-red-t3 {
    background-color: rgba(204, 0, 0, 0.3);
  }
  .md\:bg-red-t4 {
    background-color: rgba(204, 0, 0, 0.4);
  }
  .md\:bg-red-t5 {
    background-color: rgba(204, 0, 0, 0.5);
  }
  .md\:bg-red-t6 {
    background-color: rgba(204, 0, 0, 0.6);
  }
  .md\:bg-red-t7 {
    background-color: rgba(204, 0, 0, 0.7);
  }
  .md\:bg-red-t8 {
    background-color: rgba(204, 0, 0, 0.8);
  }
  .md\:bg-red-t9 {
    background-color: rgba(204, 0, 0, 0.9);
  }
  .md\:bg-red-100 {
    background-color: #ff9999;
  }
  .md\:bg-red-200 {
    background-color: #ff6666;
  }
  .md\:bg-red-300 {
    background-color: #ff3333;
  }
  .md\:bg-red-400 {
    background-color: red;
  }
  .md\:bg-red-500 {
    background-color: #cc0000;
  }
  .md\:bg-red-600 {
    background-color: #990000;
  }
  .md\:bg-red-700 {
    background-color: #660000;
  }
  .md\:bg-red-800 {
    background-color: #330000;
  }
  .md\:bg-red-900 {
    background-color: black;
  }
  .md\:border-red {
    border-color: #cc0000;
  }
  .md\:border-red-t1 {
    border-color: rgba(204, 0, 0, 0.1);
  }
  .md\:border-red-t2 {
    border-color: rgba(204, 0, 0, 0.2);
  }
  .md\:border-red-t3 {
    border-color: rgba(204, 0, 0, 0.3);
  }
  .md\:border-red-t4 {
    border-color: rgba(204, 0, 0, 0.4);
  }
  .md\:border-red-t5 {
    border-color: rgba(204, 0, 0, 0.5);
  }
  .md\:border-red-t6 {
    border-color: rgba(204, 0, 0, 0.6);
  }
  .md\:border-red-t7 {
    border-color: rgba(204, 0, 0, 0.7);
  }
  .md\:border-red-t8 {
    border-color: rgba(204, 0, 0, 0.8);
  }
  .md\:border-red-t9 {
    border-color: rgba(204, 0, 0, 0.9);
  }
  .md\:border-red-100 {
    border-color: #ff9999;
  }
  .md\:border-red-200 {
    border-color: #ff6666;
  }
  .md\:border-red-300 {
    border-color: #ff3333;
  }
  .md\:border-red-400 {
    border-color: red;
  }
  .md\:border-red-500 {
    border-color: #cc0000;
  }
  .md\:border-red-600 {
    border-color: #990000;
  }
  .md\:border-red-700 {
    border-color: #660000;
  }
  .md\:border-red-800 {
    border-color: #330000;
  }
  .md\:border-red-900 {
    border-color: black;
  }
  .md\:fill-red {
    fill: #cc0000;
  }
  .md\:fill-red-t1 {
    fill: rgba(204, 0, 0, 0.1);
  }
  .md\:fill-red-t2 {
    fill: rgba(204, 0, 0, 0.2);
  }
  .md\:fill-red-t3 {
    fill: rgba(204, 0, 0, 0.3);
  }
  .md\:fill-red-t4 {
    fill: rgba(204, 0, 0, 0.4);
  }
  .md\:fill-red-t5 {
    fill: rgba(204, 0, 0, 0.5);
  }
  .md\:fill-red-t6 {
    fill: rgba(204, 0, 0, 0.6);
  }
  .md\:fill-red-t7 {
    fill: rgba(204, 0, 0, 0.7);
  }
  .md\:fill-red-t8 {
    fill: rgba(204, 0, 0, 0.8);
  }
  .md\:fill-red-t9 {
    fill: rgba(204, 0, 0, 0.9);
  }
  .md\:fill-red-100 {
    fill: #ff9999;
  }
  .md\:fill-red-200 {
    fill: #ff6666;
  }
  .md\:fill-red-300 {
    fill: #ff3333;
  }
  .md\:fill-red-400 {
    fill: red;
  }
  .md\:fill-red-500 {
    fill: #cc0000;
  }
  .md\:fill-red-600 {
    fill: #990000;
  }
  .md\:fill-red-700 {
    fill: #660000;
  }
  .md\:fill-red-800 {
    fill: #330000;
  }
  .md\:fill-red-900 {
    fill: black;
  }
  .md\:color-orange {
    color: #F84C00;
  }
  .md\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .md\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .md\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .md\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .md\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .md\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .md\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .md\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .md\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .md\:color-orange-100 {
    color: #ffd7c5;
  }
  .md\:color-orange-200 {
    color: #ffb392;
  }
  .md\:color-orange-300 {
    color: #ff905f;
  }
  .md\:color-orange-400 {
    color: #ff6d2c;
  }
  .md\:color-orange-500 {
    color: #F84C00;
  }
  .md\:color-orange-600 {
    color: #c53c00;
  }
  .md\:color-orange-700 {
    color: #922d00;
  }
  .md\:color-orange-800 {
    color: #5f1d00;
  }
  .md\:color-orange-900 {
    color: #2c0d00;
  }
  .md\:bg-orange {
    background-color: #F84C00;
  }
  .md\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .md\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .md\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .md\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .md\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .md\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .md\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .md\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .md\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .md\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .md\:bg-orange-200 {
    background-color: #ffb392;
  }
  .md\:bg-orange-300 {
    background-color: #ff905f;
  }
  .md\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .md\:bg-orange-500 {
    background-color: #F84C00;
  }
  .md\:bg-orange-600 {
    background-color: #c53c00;
  }
  .md\:bg-orange-700 {
    background-color: #922d00;
  }
  .md\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .md\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .md\:border-orange {
    border-color: #F84C00;
  }
  .md\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .md\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .md\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .md\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .md\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .md\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .md\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .md\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .md\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .md\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .md\:border-orange-200 {
    border-color: #ffb392;
  }
  .md\:border-orange-300 {
    border-color: #ff905f;
  }
  .md\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .md\:border-orange-500 {
    border-color: #F84C00;
  }
  .md\:border-orange-600 {
    border-color: #c53c00;
  }
  .md\:border-orange-700 {
    border-color: #922d00;
  }
  .md\:border-orange-800 {
    border-color: #5f1d00;
  }
  .md\:border-orange-900 {
    border-color: #2c0d00;
  }
  .md\:fill-orange {
    fill: #F84C00;
  }
  .md\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .md\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .md\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .md\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .md\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .md\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .md\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .md\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .md\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .md\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .md\:fill-orange-200 {
    fill: #ffb392;
  }
  .md\:fill-orange-300 {
    fill: #ff905f;
  }
  .md\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .md\:fill-orange-500 {
    fill: #F84C00;
  }
  .md\:fill-orange-600 {
    fill: #c53c00;
  }
  .md\:fill-orange-700 {
    fill: #922d00;
  }
  .md\:fill-orange-800 {
    fill: #5f1d00;
  }
  .md\:fill-orange-900 {
    fill: #2c0d00;
  }
  .md\:color-brown {
    color: #D2C092;
  }
  .md\:color-brown-t1 {
    color: rgba(210, 192, 146, 0.1);
  }
  .md\:color-brown-t2 {
    color: rgba(210, 192, 146, 0.2);
  }
  .md\:color-brown-t3 {
    color: rgba(210, 192, 146, 0.3);
  }
  .md\:color-brown-t4 {
    color: rgba(210, 192, 146, 0.4);
  }
  .md\:color-brown-t5 {
    color: rgba(210, 192, 146, 0.5);
  }
  .md\:color-brown-t6 {
    color: rgba(210, 192, 146, 0.6);
  }
  .md\:color-brown-t7 {
    color: rgba(210, 192, 146, 0.7);
  }
  .md\:color-brown-t8 {
    color: rgba(210, 192, 146, 0.8);
  }
  .md\:color-brown-t9 {
    color: rgba(210, 192, 146, 0.9);
  }
  .md\:color-brown-100 {
    color: white;
  }
  .md\:color-brown-200 {
    color: #fffffe;
  }
  .md\:color-brown-300 {
    color: #f0eada;
  }
  .md\:color-brown-400 {
    color: #e1d5b6;
  }
  .md\:color-brown-500 {
    color: #D2C092;
  }
  .md\:color-brown-600 {
    color: #c3ab6e;
  }
  .md\:color-brown-700 {
    color: #b4964a;
  }
  .md\:color-brown-800 {
    color: #90783b;
  }
  .md\:color-brown-900 {
    color: #6c5a2c;
  }
  .md\:bg-brown {
    background-color: #D2C092;
  }
  .md\:bg-brown-t1 {
    background-color: rgba(210, 192, 146, 0.1);
  }
  .md\:bg-brown-t2 {
    background-color: rgba(210, 192, 146, 0.2);
  }
  .md\:bg-brown-t3 {
    background-color: rgba(210, 192, 146, 0.3);
  }
  .md\:bg-brown-t4 {
    background-color: rgba(210, 192, 146, 0.4);
  }
  .md\:bg-brown-t5 {
    background-color: rgba(210, 192, 146, 0.5);
  }
  .md\:bg-brown-t6 {
    background-color: rgba(210, 192, 146, 0.6);
  }
  .md\:bg-brown-t7 {
    background-color: rgba(210, 192, 146, 0.7);
  }
  .md\:bg-brown-t8 {
    background-color: rgba(210, 192, 146, 0.8);
  }
  .md\:bg-brown-t9 {
    background-color: rgba(210, 192, 146, 0.9);
  }
  .md\:bg-brown-100 {
    background-color: white;
  }
  .md\:bg-brown-200 {
    background-color: #fffffe;
  }
  .md\:bg-brown-300 {
    background-color: #f0eada;
  }
  .md\:bg-brown-400 {
    background-color: #e1d5b6;
  }
  .md\:bg-brown-500 {
    background-color: #D2C092;
  }
  .md\:bg-brown-600 {
    background-color: #c3ab6e;
  }
  .md\:bg-brown-700 {
    background-color: #b4964a;
  }
  .md\:bg-brown-800 {
    background-color: #90783b;
  }
  .md\:bg-brown-900 {
    background-color: #6c5a2c;
  }
  .md\:border-brown {
    border-color: #D2C092;
  }
  .md\:border-brown-t1 {
    border-color: rgba(210, 192, 146, 0.1);
  }
  .md\:border-brown-t2 {
    border-color: rgba(210, 192, 146, 0.2);
  }
  .md\:border-brown-t3 {
    border-color: rgba(210, 192, 146, 0.3);
  }
  .md\:border-brown-t4 {
    border-color: rgba(210, 192, 146, 0.4);
  }
  .md\:border-brown-t5 {
    border-color: rgba(210, 192, 146, 0.5);
  }
  .md\:border-brown-t6 {
    border-color: rgba(210, 192, 146, 0.6);
  }
  .md\:border-brown-t7 {
    border-color: rgba(210, 192, 146, 0.7);
  }
  .md\:border-brown-t8 {
    border-color: rgba(210, 192, 146, 0.8);
  }
  .md\:border-brown-t9 {
    border-color: rgba(210, 192, 146, 0.9);
  }
  .md\:border-brown-100 {
    border-color: white;
  }
  .md\:border-brown-200 {
    border-color: #fffffe;
  }
  .md\:border-brown-300 {
    border-color: #f0eada;
  }
  .md\:border-brown-400 {
    border-color: #e1d5b6;
  }
  .md\:border-brown-500 {
    border-color: #D2C092;
  }
  .md\:border-brown-600 {
    border-color: #c3ab6e;
  }
  .md\:border-brown-700 {
    border-color: #b4964a;
  }
  .md\:border-brown-800 {
    border-color: #90783b;
  }
  .md\:border-brown-900 {
    border-color: #6c5a2c;
  }
  .md\:fill-brown {
    fill: #D2C092;
  }
  .md\:fill-brown-t1 {
    fill: rgba(210, 192, 146, 0.1);
  }
  .md\:fill-brown-t2 {
    fill: rgba(210, 192, 146, 0.2);
  }
  .md\:fill-brown-t3 {
    fill: rgba(210, 192, 146, 0.3);
  }
  .md\:fill-brown-t4 {
    fill: rgba(210, 192, 146, 0.4);
  }
  .md\:fill-brown-t5 {
    fill: rgba(210, 192, 146, 0.5);
  }
  .md\:fill-brown-t6 {
    fill: rgba(210, 192, 146, 0.6);
  }
  .md\:fill-brown-t7 {
    fill: rgba(210, 192, 146, 0.7);
  }
  .md\:fill-brown-t8 {
    fill: rgba(210, 192, 146, 0.8);
  }
  .md\:fill-brown-t9 {
    fill: rgba(210, 192, 146, 0.9);
  }
  .md\:fill-brown-100 {
    fill: white;
  }
  .md\:fill-brown-200 {
    fill: #fffffe;
  }
  .md\:fill-brown-300 {
    fill: #f0eada;
  }
  .md\:fill-brown-400 {
    fill: #e1d5b6;
  }
  .md\:fill-brown-500 {
    fill: #D2C092;
  }
  .md\:fill-brown-600 {
    fill: #c3ab6e;
  }
  .md\:fill-brown-700 {
    fill: #b4964a;
  }
  .md\:fill-brown-800 {
    fill: #90783b;
  }
  .md\:fill-brown-900 {
    fill: #6c5a2c;
  }
  .md\:color-facebook {
    color: #1877F2;
  }
  .md\:color-facebook-t1 {
    color: rgba(24, 119, 242, 0.1);
  }
  .md\:color-facebook-t2 {
    color: rgba(24, 119, 242, 0.2);
  }
  .md\:color-facebook-t3 {
    color: rgba(24, 119, 242, 0.3);
  }
  .md\:color-facebook-t4 {
    color: rgba(24, 119, 242, 0.4);
  }
  .md\:color-facebook-t5 {
    color: rgba(24, 119, 242, 0.5);
  }
  .md\:color-facebook-t6 {
    color: rgba(24, 119, 242, 0.6);
  }
  .md\:color-facebook-t7 {
    color: rgba(24, 119, 242, 0.7);
  }
  .md\:color-facebook-t8 {
    color: rgba(24, 119, 242, 0.8);
  }
  .md\:color-facebook-t9 {
    color: rgba(24, 119, 242, 0.9);
  }
  .md\:color-facebook-100 {
    color: #d9e9fd;
  }
  .md\:color-facebook-200 {
    color: #a9ccfa;
  }
  .md\:color-facebook-300 {
    color: #79b0f7;
  }
  .md\:color-facebook-400 {
    color: #4893f5;
  }
  .md\:color-facebook-500 {
    color: #1877F2;
  }
  .md\:color-facebook-600 {
    color: #0b5fcc;
  }
  .md\:color-facebook-700 {
    color: #09499b;
  }
  .md\:color-facebook-800 {
    color: #06326b;
  }
  .md\:color-facebook-900 {
    color: #031b3b;
  }
  .md\:bg-facebook {
    background-color: #1877F2;
  }
  .md\:bg-facebook-t1 {
    background-color: rgba(24, 119, 242, 0.1);
  }
  .md\:bg-facebook-t2 {
    background-color: rgba(24, 119, 242, 0.2);
  }
  .md\:bg-facebook-t3 {
    background-color: rgba(24, 119, 242, 0.3);
  }
  .md\:bg-facebook-t4 {
    background-color: rgba(24, 119, 242, 0.4);
  }
  .md\:bg-facebook-t5 {
    background-color: rgba(24, 119, 242, 0.5);
  }
  .md\:bg-facebook-t6 {
    background-color: rgba(24, 119, 242, 0.6);
  }
  .md\:bg-facebook-t7 {
    background-color: rgba(24, 119, 242, 0.7);
  }
  .md\:bg-facebook-t8 {
    background-color: rgba(24, 119, 242, 0.8);
  }
  .md\:bg-facebook-t9 {
    background-color: rgba(24, 119, 242, 0.9);
  }
  .md\:bg-facebook-100 {
    background-color: #d9e9fd;
  }
  .md\:bg-facebook-200 {
    background-color: #a9ccfa;
  }
  .md\:bg-facebook-300 {
    background-color: #79b0f7;
  }
  .md\:bg-facebook-400 {
    background-color: #4893f5;
  }
  .md\:bg-facebook-500 {
    background-color: #1877F2;
  }
  .md\:bg-facebook-600 {
    background-color: #0b5fcc;
  }
  .md\:bg-facebook-700 {
    background-color: #09499b;
  }
  .md\:bg-facebook-800 {
    background-color: #06326b;
  }
  .md\:bg-facebook-900 {
    background-color: #031b3b;
  }
  .md\:border-facebook {
    border-color: #1877F2;
  }
  .md\:border-facebook-t1 {
    border-color: rgba(24, 119, 242, 0.1);
  }
  .md\:border-facebook-t2 {
    border-color: rgba(24, 119, 242, 0.2);
  }
  .md\:border-facebook-t3 {
    border-color: rgba(24, 119, 242, 0.3);
  }
  .md\:border-facebook-t4 {
    border-color: rgba(24, 119, 242, 0.4);
  }
  .md\:border-facebook-t5 {
    border-color: rgba(24, 119, 242, 0.5);
  }
  .md\:border-facebook-t6 {
    border-color: rgba(24, 119, 242, 0.6);
  }
  .md\:border-facebook-t7 {
    border-color: rgba(24, 119, 242, 0.7);
  }
  .md\:border-facebook-t8 {
    border-color: rgba(24, 119, 242, 0.8);
  }
  .md\:border-facebook-t9 {
    border-color: rgba(24, 119, 242, 0.9);
  }
  .md\:border-facebook-100 {
    border-color: #d9e9fd;
  }
  .md\:border-facebook-200 {
    border-color: #a9ccfa;
  }
  .md\:border-facebook-300 {
    border-color: #79b0f7;
  }
  .md\:border-facebook-400 {
    border-color: #4893f5;
  }
  .md\:border-facebook-500 {
    border-color: #1877F2;
  }
  .md\:border-facebook-600 {
    border-color: #0b5fcc;
  }
  .md\:border-facebook-700 {
    border-color: #09499b;
  }
  .md\:border-facebook-800 {
    border-color: #06326b;
  }
  .md\:border-facebook-900 {
    border-color: #031b3b;
  }
  .md\:fill-facebook {
    fill: #1877F2;
  }
  .md\:fill-facebook-t1 {
    fill: rgba(24, 119, 242, 0.1);
  }
  .md\:fill-facebook-t2 {
    fill: rgba(24, 119, 242, 0.2);
  }
  .md\:fill-facebook-t3 {
    fill: rgba(24, 119, 242, 0.3);
  }
  .md\:fill-facebook-t4 {
    fill: rgba(24, 119, 242, 0.4);
  }
  .md\:fill-facebook-t5 {
    fill: rgba(24, 119, 242, 0.5);
  }
  .md\:fill-facebook-t6 {
    fill: rgba(24, 119, 242, 0.6);
  }
  .md\:fill-facebook-t7 {
    fill: rgba(24, 119, 242, 0.7);
  }
  .md\:fill-facebook-t8 {
    fill: rgba(24, 119, 242, 0.8);
  }
  .md\:fill-facebook-t9 {
    fill: rgba(24, 119, 242, 0.9);
  }
  .md\:fill-facebook-100 {
    fill: #d9e9fd;
  }
  .md\:fill-facebook-200 {
    fill: #a9ccfa;
  }
  .md\:fill-facebook-300 {
    fill: #79b0f7;
  }
  .md\:fill-facebook-400 {
    fill: #4893f5;
  }
  .md\:fill-facebook-500 {
    fill: #1877F2;
  }
  .md\:fill-facebook-600 {
    fill: #0b5fcc;
  }
  .md\:fill-facebook-700 {
    fill: #09499b;
  }
  .md\:fill-facebook-800 {
    fill: #06326b;
  }
  .md\:fill-facebook-900 {
    fill: #031b3b;
  }
  .md\:color-instagram {
    color: #E4405F;
  }
  .md\:color-instagram-t1 {
    color: rgba(228, 64, 95, 0.1);
  }
  .md\:color-instagram-t2 {
    color: rgba(228, 64, 95, 0.2);
  }
  .md\:color-instagram-t3 {
    color: rgba(228, 64, 95, 0.3);
  }
  .md\:color-instagram-t4 {
    color: rgba(228, 64, 95, 0.4);
  }
  .md\:color-instagram-t5 {
    color: rgba(228, 64, 95, 0.5);
  }
  .md\:color-instagram-t6 {
    color: rgba(228, 64, 95, 0.6);
  }
  .md\:color-instagram-t7 {
    color: rgba(228, 64, 95, 0.7);
  }
  .md\:color-instagram-t8 {
    color: rgba(228, 64, 95, 0.8);
  }
  .md\:color-instagram-t9 {
    color: rgba(228, 64, 95, 0.9);
  }
  .md\:color-instagram-100 {
    color: #fdf3f5;
  }
  .md\:color-instagram-200 {
    color: #f7c6cf;
  }
  .md\:color-instagram-300 {
    color: #f199aa;
  }
  .md\:color-instagram-400 {
    color: #ea6d84;
  }
  .md\:color-instagram-500 {
    color: #E4405F;
  }
  .md\:color-instagram-600 {
    color: #d31e40;
  }
  .md\:color-instagram-700 {
    color: #a61833;
  }
  .md\:color-instagram-800 {
    color: #7a1125;
  }
  .md\:color-instagram-900 {
    color: #4d0b17;
  }
  .md\:bg-instagram {
    background-color: #E4405F;
  }
  .md\:bg-instagram-t1 {
    background-color: rgba(228, 64, 95, 0.1);
  }
  .md\:bg-instagram-t2 {
    background-color: rgba(228, 64, 95, 0.2);
  }
  .md\:bg-instagram-t3 {
    background-color: rgba(228, 64, 95, 0.3);
  }
  .md\:bg-instagram-t4 {
    background-color: rgba(228, 64, 95, 0.4);
  }
  .md\:bg-instagram-t5 {
    background-color: rgba(228, 64, 95, 0.5);
  }
  .md\:bg-instagram-t6 {
    background-color: rgba(228, 64, 95, 0.6);
  }
  .md\:bg-instagram-t7 {
    background-color: rgba(228, 64, 95, 0.7);
  }
  .md\:bg-instagram-t8 {
    background-color: rgba(228, 64, 95, 0.8);
  }
  .md\:bg-instagram-t9 {
    background-color: rgba(228, 64, 95, 0.9);
  }
  .md\:bg-instagram-100 {
    background-color: #fdf3f5;
  }
  .md\:bg-instagram-200 {
    background-color: #f7c6cf;
  }
  .md\:bg-instagram-300 {
    background-color: #f199aa;
  }
  .md\:bg-instagram-400 {
    background-color: #ea6d84;
  }
  .md\:bg-instagram-500 {
    background-color: #E4405F;
  }
  .md\:bg-instagram-600 {
    background-color: #d31e40;
  }
  .md\:bg-instagram-700 {
    background-color: #a61833;
  }
  .md\:bg-instagram-800 {
    background-color: #7a1125;
  }
  .md\:bg-instagram-900 {
    background-color: #4d0b17;
  }
  .md\:border-instagram {
    border-color: #E4405F;
  }
  .md\:border-instagram-t1 {
    border-color: rgba(228, 64, 95, 0.1);
  }
  .md\:border-instagram-t2 {
    border-color: rgba(228, 64, 95, 0.2);
  }
  .md\:border-instagram-t3 {
    border-color: rgba(228, 64, 95, 0.3);
  }
  .md\:border-instagram-t4 {
    border-color: rgba(228, 64, 95, 0.4);
  }
  .md\:border-instagram-t5 {
    border-color: rgba(228, 64, 95, 0.5);
  }
  .md\:border-instagram-t6 {
    border-color: rgba(228, 64, 95, 0.6);
  }
  .md\:border-instagram-t7 {
    border-color: rgba(228, 64, 95, 0.7);
  }
  .md\:border-instagram-t8 {
    border-color: rgba(228, 64, 95, 0.8);
  }
  .md\:border-instagram-t9 {
    border-color: rgba(228, 64, 95, 0.9);
  }
  .md\:border-instagram-100 {
    border-color: #fdf3f5;
  }
  .md\:border-instagram-200 {
    border-color: #f7c6cf;
  }
  .md\:border-instagram-300 {
    border-color: #f199aa;
  }
  .md\:border-instagram-400 {
    border-color: #ea6d84;
  }
  .md\:border-instagram-500 {
    border-color: #E4405F;
  }
  .md\:border-instagram-600 {
    border-color: #d31e40;
  }
  .md\:border-instagram-700 {
    border-color: #a61833;
  }
  .md\:border-instagram-800 {
    border-color: #7a1125;
  }
  .md\:border-instagram-900 {
    border-color: #4d0b17;
  }
  .md\:fill-instagram {
    fill: #E4405F;
  }
  .md\:fill-instagram-t1 {
    fill: rgba(228, 64, 95, 0.1);
  }
  .md\:fill-instagram-t2 {
    fill: rgba(228, 64, 95, 0.2);
  }
  .md\:fill-instagram-t3 {
    fill: rgba(228, 64, 95, 0.3);
  }
  .md\:fill-instagram-t4 {
    fill: rgba(228, 64, 95, 0.4);
  }
  .md\:fill-instagram-t5 {
    fill: rgba(228, 64, 95, 0.5);
  }
  .md\:fill-instagram-t6 {
    fill: rgba(228, 64, 95, 0.6);
  }
  .md\:fill-instagram-t7 {
    fill: rgba(228, 64, 95, 0.7);
  }
  .md\:fill-instagram-t8 {
    fill: rgba(228, 64, 95, 0.8);
  }
  .md\:fill-instagram-t9 {
    fill: rgba(228, 64, 95, 0.9);
  }
  .md\:fill-instagram-100 {
    fill: #fdf3f5;
  }
  .md\:fill-instagram-200 {
    fill: #f7c6cf;
  }
  .md\:fill-instagram-300 {
    fill: #f199aa;
  }
  .md\:fill-instagram-400 {
    fill: #ea6d84;
  }
  .md\:fill-instagram-500 {
    fill: #E4405F;
  }
  .md\:fill-instagram-600 {
    fill: #d31e40;
  }
  .md\:fill-instagram-700 {
    fill: #a61833;
  }
  .md\:fill-instagram-800 {
    fill: #7a1125;
  }
  .md\:fill-instagram-900 {
    fill: #4d0b17;
  }
  .md\:color-linkedin {
    color: #0077B5;
  }
  .md\:color-linkedin-t1 {
    color: rgba(0, 119, 181, 0.1);
  }
  .md\:color-linkedin-t2 {
    color: rgba(0, 119, 181, 0.2);
  }
  .md\:color-linkedin-t3 {
    color: rgba(0, 119, 181, 0.3);
  }
  .md\:color-linkedin-t4 {
    color: rgba(0, 119, 181, 0.4);
  }
  .md\:color-linkedin-t5 {
    color: rgba(0, 119, 181, 0.5);
  }
  .md\:color-linkedin-t6 {
    color: rgba(0, 119, 181, 0.6);
  }
  .md\:color-linkedin-t7 {
    color: rgba(0, 119, 181, 0.7);
  }
  .md\:color-linkedin-t8 {
    color: rgba(0, 119, 181, 0.8);
  }
  .md\:color-linkedin-t9 {
    color: rgba(0, 119, 181, 0.9);
  }
  .md\:color-linkedin-100 {
    color: #82d4ff;
  }
  .md\:color-linkedin-200 {
    color: #4fc3ff;
  }
  .md\:color-linkedin-300 {
    color: #1cb1ff;
  }
  .md\:color-linkedin-400 {
    color: #0099e8;
  }
  .md\:color-linkedin-500 {
    color: #0077B5;
  }
  .md\:color-linkedin-600 {
    color: #005582;
  }
  .md\:color-linkedin-700 {
    color: #00344f;
  }
  .md\:color-linkedin-800 {
    color: #00121c;
  }
  .md\:color-linkedin-900 {
    color: black;
  }
  .md\:bg-linkedin {
    background-color: #0077B5;
  }
  .md\:bg-linkedin-t1 {
    background-color: rgba(0, 119, 181, 0.1);
  }
  .md\:bg-linkedin-t2 {
    background-color: rgba(0, 119, 181, 0.2);
  }
  .md\:bg-linkedin-t3 {
    background-color: rgba(0, 119, 181, 0.3);
  }
  .md\:bg-linkedin-t4 {
    background-color: rgba(0, 119, 181, 0.4);
  }
  .md\:bg-linkedin-t5 {
    background-color: rgba(0, 119, 181, 0.5);
  }
  .md\:bg-linkedin-t6 {
    background-color: rgba(0, 119, 181, 0.6);
  }
  .md\:bg-linkedin-t7 {
    background-color: rgba(0, 119, 181, 0.7);
  }
  .md\:bg-linkedin-t8 {
    background-color: rgba(0, 119, 181, 0.8);
  }
  .md\:bg-linkedin-t9 {
    background-color: rgba(0, 119, 181, 0.9);
  }
  .md\:bg-linkedin-100 {
    background-color: #82d4ff;
  }
  .md\:bg-linkedin-200 {
    background-color: #4fc3ff;
  }
  .md\:bg-linkedin-300 {
    background-color: #1cb1ff;
  }
  .md\:bg-linkedin-400 {
    background-color: #0099e8;
  }
  .md\:bg-linkedin-500 {
    background-color: #0077B5;
  }
  .md\:bg-linkedin-600 {
    background-color: #005582;
  }
  .md\:bg-linkedin-700 {
    background-color: #00344f;
  }
  .md\:bg-linkedin-800 {
    background-color: #00121c;
  }
  .md\:bg-linkedin-900 {
    background-color: black;
  }
  .md\:border-linkedin {
    border-color: #0077B5;
  }
  .md\:border-linkedin-t1 {
    border-color: rgba(0, 119, 181, 0.1);
  }
  .md\:border-linkedin-t2 {
    border-color: rgba(0, 119, 181, 0.2);
  }
  .md\:border-linkedin-t3 {
    border-color: rgba(0, 119, 181, 0.3);
  }
  .md\:border-linkedin-t4 {
    border-color: rgba(0, 119, 181, 0.4);
  }
  .md\:border-linkedin-t5 {
    border-color: rgba(0, 119, 181, 0.5);
  }
  .md\:border-linkedin-t6 {
    border-color: rgba(0, 119, 181, 0.6);
  }
  .md\:border-linkedin-t7 {
    border-color: rgba(0, 119, 181, 0.7);
  }
  .md\:border-linkedin-t8 {
    border-color: rgba(0, 119, 181, 0.8);
  }
  .md\:border-linkedin-t9 {
    border-color: rgba(0, 119, 181, 0.9);
  }
  .md\:border-linkedin-100 {
    border-color: #82d4ff;
  }
  .md\:border-linkedin-200 {
    border-color: #4fc3ff;
  }
  .md\:border-linkedin-300 {
    border-color: #1cb1ff;
  }
  .md\:border-linkedin-400 {
    border-color: #0099e8;
  }
  .md\:border-linkedin-500 {
    border-color: #0077B5;
  }
  .md\:border-linkedin-600 {
    border-color: #005582;
  }
  .md\:border-linkedin-700 {
    border-color: #00344f;
  }
  .md\:border-linkedin-800 {
    border-color: #00121c;
  }
  .md\:border-linkedin-900 {
    border-color: black;
  }
  .md\:fill-linkedin {
    fill: #0077B5;
  }
  .md\:fill-linkedin-t1 {
    fill: rgba(0, 119, 181, 0.1);
  }
  .md\:fill-linkedin-t2 {
    fill: rgba(0, 119, 181, 0.2);
  }
  .md\:fill-linkedin-t3 {
    fill: rgba(0, 119, 181, 0.3);
  }
  .md\:fill-linkedin-t4 {
    fill: rgba(0, 119, 181, 0.4);
  }
  .md\:fill-linkedin-t5 {
    fill: rgba(0, 119, 181, 0.5);
  }
  .md\:fill-linkedin-t6 {
    fill: rgba(0, 119, 181, 0.6);
  }
  .md\:fill-linkedin-t7 {
    fill: rgba(0, 119, 181, 0.7);
  }
  .md\:fill-linkedin-t8 {
    fill: rgba(0, 119, 181, 0.8);
  }
  .md\:fill-linkedin-t9 {
    fill: rgba(0, 119, 181, 0.9);
  }
  .md\:fill-linkedin-100 {
    fill: #82d4ff;
  }
  .md\:fill-linkedin-200 {
    fill: #4fc3ff;
  }
  .md\:fill-linkedin-300 {
    fill: #1cb1ff;
  }
  .md\:fill-linkedin-400 {
    fill: #0099e8;
  }
  .md\:fill-linkedin-500 {
    fill: #0077B5;
  }
  .md\:fill-linkedin-600 {
    fill: #005582;
  }
  .md\:fill-linkedin-700 {
    fill: #00344f;
  }
  .md\:fill-linkedin-800 {
    fill: #00121c;
  }
  .md\:fill-linkedin-900 {
    fill: black;
  }
  .md\:color-twitter {
    color: #1DA1F2;
  }
  .md\:color-twitter-t1 {
    color: rgba(29, 161, 242, 0.1);
  }
  .md\:color-twitter-t2 {
    color: rgba(29, 161, 242, 0.2);
  }
  .md\:color-twitter-t3 {
    color: rgba(29, 161, 242, 0.3);
  }
  .md\:color-twitter-t4 {
    color: rgba(29, 161, 242, 0.4);
  }
  .md\:color-twitter-t5 {
    color: rgba(29, 161, 242, 0.5);
  }
  .md\:color-twitter-t6 {
    color: rgba(29, 161, 242, 0.6);
  }
  .md\:color-twitter-t7 {
    color: rgba(29, 161, 242, 0.7);
  }
  .md\:color-twitter-t8 {
    color: rgba(29, 161, 242, 0.8);
  }
  .md\:color-twitter-t9 {
    color: rgba(29, 161, 242, 0.9);
  }
  .md\:color-twitter-100 {
    color: #def1fd;
  }
  .md\:color-twitter-200 {
    color: #aeddfa;
  }
  .md\:color-twitter-300 {
    color: #7dc9f8;
  }
  .md\:color-twitter-400 {
    color: #4db5f5;
  }
  .md\:color-twitter-500 {
    color: #1DA1F2;
  }
  .md\:color-twitter-600 {
    color: #0c85d0;
  }
  .md\:color-twitter-700 {
    color: #0967a0;
  }
  .md\:color-twitter-800 {
    color: #064870;
  }
  .md\:color-twitter-900 {
    color: #04293f;
  }
  .md\:bg-twitter {
    background-color: #1DA1F2;
  }
  .md\:bg-twitter-t1 {
    background-color: rgba(29, 161, 242, 0.1);
  }
  .md\:bg-twitter-t2 {
    background-color: rgba(29, 161, 242, 0.2);
  }
  .md\:bg-twitter-t3 {
    background-color: rgba(29, 161, 242, 0.3);
  }
  .md\:bg-twitter-t4 {
    background-color: rgba(29, 161, 242, 0.4);
  }
  .md\:bg-twitter-t5 {
    background-color: rgba(29, 161, 242, 0.5);
  }
  .md\:bg-twitter-t6 {
    background-color: rgba(29, 161, 242, 0.6);
  }
  .md\:bg-twitter-t7 {
    background-color: rgba(29, 161, 242, 0.7);
  }
  .md\:bg-twitter-t8 {
    background-color: rgba(29, 161, 242, 0.8);
  }
  .md\:bg-twitter-t9 {
    background-color: rgba(29, 161, 242, 0.9);
  }
  .md\:bg-twitter-100 {
    background-color: #def1fd;
  }
  .md\:bg-twitter-200 {
    background-color: #aeddfa;
  }
  .md\:bg-twitter-300 {
    background-color: #7dc9f8;
  }
  .md\:bg-twitter-400 {
    background-color: #4db5f5;
  }
  .md\:bg-twitter-500 {
    background-color: #1DA1F2;
  }
  .md\:bg-twitter-600 {
    background-color: #0c85d0;
  }
  .md\:bg-twitter-700 {
    background-color: #0967a0;
  }
  .md\:bg-twitter-800 {
    background-color: #064870;
  }
  .md\:bg-twitter-900 {
    background-color: #04293f;
  }
  .md\:border-twitter {
    border-color: #1DA1F2;
  }
  .md\:border-twitter-t1 {
    border-color: rgba(29, 161, 242, 0.1);
  }
  .md\:border-twitter-t2 {
    border-color: rgba(29, 161, 242, 0.2);
  }
  .md\:border-twitter-t3 {
    border-color: rgba(29, 161, 242, 0.3);
  }
  .md\:border-twitter-t4 {
    border-color: rgba(29, 161, 242, 0.4);
  }
  .md\:border-twitter-t5 {
    border-color: rgba(29, 161, 242, 0.5);
  }
  .md\:border-twitter-t6 {
    border-color: rgba(29, 161, 242, 0.6);
  }
  .md\:border-twitter-t7 {
    border-color: rgba(29, 161, 242, 0.7);
  }
  .md\:border-twitter-t8 {
    border-color: rgba(29, 161, 242, 0.8);
  }
  .md\:border-twitter-t9 {
    border-color: rgba(29, 161, 242, 0.9);
  }
  .md\:border-twitter-100 {
    border-color: #def1fd;
  }
  .md\:border-twitter-200 {
    border-color: #aeddfa;
  }
  .md\:border-twitter-300 {
    border-color: #7dc9f8;
  }
  .md\:border-twitter-400 {
    border-color: #4db5f5;
  }
  .md\:border-twitter-500 {
    border-color: #1DA1F2;
  }
  .md\:border-twitter-600 {
    border-color: #0c85d0;
  }
  .md\:border-twitter-700 {
    border-color: #0967a0;
  }
  .md\:border-twitter-800 {
    border-color: #064870;
  }
  .md\:border-twitter-900 {
    border-color: #04293f;
  }
  .md\:fill-twitter {
    fill: #1DA1F2;
  }
  .md\:fill-twitter-t1 {
    fill: rgba(29, 161, 242, 0.1);
  }
  .md\:fill-twitter-t2 {
    fill: rgba(29, 161, 242, 0.2);
  }
  .md\:fill-twitter-t3 {
    fill: rgba(29, 161, 242, 0.3);
  }
  .md\:fill-twitter-t4 {
    fill: rgba(29, 161, 242, 0.4);
  }
  .md\:fill-twitter-t5 {
    fill: rgba(29, 161, 242, 0.5);
  }
  .md\:fill-twitter-t6 {
    fill: rgba(29, 161, 242, 0.6);
  }
  .md\:fill-twitter-t7 {
    fill: rgba(29, 161, 242, 0.7);
  }
  .md\:fill-twitter-t8 {
    fill: rgba(29, 161, 242, 0.8);
  }
  .md\:fill-twitter-t9 {
    fill: rgba(29, 161, 242, 0.9);
  }
  .md\:fill-twitter-100 {
    fill: #def1fd;
  }
  .md\:fill-twitter-200 {
    fill: #aeddfa;
  }
  .md\:fill-twitter-300 {
    fill: #7dc9f8;
  }
  .md\:fill-twitter-400 {
    fill: #4db5f5;
  }
  .md\:fill-twitter-500 {
    fill: #1DA1F2;
  }
  .md\:fill-twitter-600 {
    fill: #0c85d0;
  }
  .md\:fill-twitter-700 {
    fill: #0967a0;
  }
  .md\:fill-twitter-800 {
    fill: #064870;
  }
  .md\:fill-twitter-900 {
    fill: #04293f;
  }
  .md\:color-youtube {
    color: #FF0000;
  }
  .md\:color-youtube-t1 {
    color: rgba(255, 0, 0, 0.1);
  }
  .md\:color-youtube-t2 {
    color: rgba(255, 0, 0, 0.2);
  }
  .md\:color-youtube-t3 {
    color: rgba(255, 0, 0, 0.3);
  }
  .md\:color-youtube-t4 {
    color: rgba(255, 0, 0, 0.4);
  }
  .md\:color-youtube-t5 {
    color: rgba(255, 0, 0, 0.5);
  }
  .md\:color-youtube-t6 {
    color: rgba(255, 0, 0, 0.6);
  }
  .md\:color-youtube-t7 {
    color: rgba(255, 0, 0, 0.7);
  }
  .md\:color-youtube-t8 {
    color: rgba(255, 0, 0, 0.8);
  }
  .md\:color-youtube-t9 {
    color: rgba(255, 0, 0, 0.9);
  }
  .md\:color-youtube-100 {
    color: #ffcccc;
  }
  .md\:color-youtube-200 {
    color: #ff9999;
  }
  .md\:color-youtube-300 {
    color: #ff6666;
  }
  .md\:color-youtube-400 {
    color: #ff3333;
  }
  .md\:color-youtube-500 {
    color: #FF0000;
  }
  .md\:color-youtube-600 {
    color: #cc0000;
  }
  .md\:color-youtube-700 {
    color: #990000;
  }
  .md\:color-youtube-800 {
    color: #660000;
  }
  .md\:color-youtube-900 {
    color: #330000;
  }
  .md\:bg-youtube {
    background-color: #FF0000;
  }
  .md\:bg-youtube-t1 {
    background-color: rgba(255, 0, 0, 0.1);
  }
  .md\:bg-youtube-t2 {
    background-color: rgba(255, 0, 0, 0.2);
  }
  .md\:bg-youtube-t3 {
    background-color: rgba(255, 0, 0, 0.3);
  }
  .md\:bg-youtube-t4 {
    background-color: rgba(255, 0, 0, 0.4);
  }
  .md\:bg-youtube-t5 {
    background-color: rgba(255, 0, 0, 0.5);
  }
  .md\:bg-youtube-t6 {
    background-color: rgba(255, 0, 0, 0.6);
  }
  .md\:bg-youtube-t7 {
    background-color: rgba(255, 0, 0, 0.7);
  }
  .md\:bg-youtube-t8 {
    background-color: rgba(255, 0, 0, 0.8);
  }
  .md\:bg-youtube-t9 {
    background-color: rgba(255, 0, 0, 0.9);
  }
  .md\:bg-youtube-100 {
    background-color: #ffcccc;
  }
  .md\:bg-youtube-200 {
    background-color: #ff9999;
  }
  .md\:bg-youtube-300 {
    background-color: #ff6666;
  }
  .md\:bg-youtube-400 {
    background-color: #ff3333;
  }
  .md\:bg-youtube-500 {
    background-color: #FF0000;
  }
  .md\:bg-youtube-600 {
    background-color: #cc0000;
  }
  .md\:bg-youtube-700 {
    background-color: #990000;
  }
  .md\:bg-youtube-800 {
    background-color: #660000;
  }
  .md\:bg-youtube-900 {
    background-color: #330000;
  }
  .md\:border-youtube {
    border-color: #FF0000;
  }
  .md\:border-youtube-t1 {
    border-color: rgba(255, 0, 0, 0.1);
  }
  .md\:border-youtube-t2 {
    border-color: rgba(255, 0, 0, 0.2);
  }
  .md\:border-youtube-t3 {
    border-color: rgba(255, 0, 0, 0.3);
  }
  .md\:border-youtube-t4 {
    border-color: rgba(255, 0, 0, 0.4);
  }
  .md\:border-youtube-t5 {
    border-color: rgba(255, 0, 0, 0.5);
  }
  .md\:border-youtube-t6 {
    border-color: rgba(255, 0, 0, 0.6);
  }
  .md\:border-youtube-t7 {
    border-color: rgba(255, 0, 0, 0.7);
  }
  .md\:border-youtube-t8 {
    border-color: rgba(255, 0, 0, 0.8);
  }
  .md\:border-youtube-t9 {
    border-color: rgba(255, 0, 0, 0.9);
  }
  .md\:border-youtube-100 {
    border-color: #ffcccc;
  }
  .md\:border-youtube-200 {
    border-color: #ff9999;
  }
  .md\:border-youtube-300 {
    border-color: #ff6666;
  }
  .md\:border-youtube-400 {
    border-color: #ff3333;
  }
  .md\:border-youtube-500 {
    border-color: #FF0000;
  }
  .md\:border-youtube-600 {
    border-color: #cc0000;
  }
  .md\:border-youtube-700 {
    border-color: #990000;
  }
  .md\:border-youtube-800 {
    border-color: #660000;
  }
  .md\:border-youtube-900 {
    border-color: #330000;
  }
  .md\:fill-youtube {
    fill: #FF0000;
  }
  .md\:fill-youtube-t1 {
    fill: rgba(255, 0, 0, 0.1);
  }
  .md\:fill-youtube-t2 {
    fill: rgba(255, 0, 0, 0.2);
  }
  .md\:fill-youtube-t3 {
    fill: rgba(255, 0, 0, 0.3);
  }
  .md\:fill-youtube-t4 {
    fill: rgba(255, 0, 0, 0.4);
  }
  .md\:fill-youtube-t5 {
    fill: rgba(255, 0, 0, 0.5);
  }
  .md\:fill-youtube-t6 {
    fill: rgba(255, 0, 0, 0.6);
  }
  .md\:fill-youtube-t7 {
    fill: rgba(255, 0, 0, 0.7);
  }
  .md\:fill-youtube-t8 {
    fill: rgba(255, 0, 0, 0.8);
  }
  .md\:fill-youtube-t9 {
    fill: rgba(255, 0, 0, 0.9);
  }
  .md\:fill-youtube-100 {
    fill: #ffcccc;
  }
  .md\:fill-youtube-200 {
    fill: #ff9999;
  }
  .md\:fill-youtube-300 {
    fill: #ff6666;
  }
  .md\:fill-youtube-400 {
    fill: #ff3333;
  }
  .md\:fill-youtube-500 {
    fill: #FF0000;
  }
  .md\:fill-youtube-600 {
    fill: #cc0000;
  }
  .md\:fill-youtube-700 {
    fill: #990000;
  }
  .md\:fill-youtube-800 {
    fill: #660000;
  }
  .md\:fill-youtube-900 {
    fill: #330000;
  }
  .md\:color-whatsapp {
    color: #25D366;
  }
  .md\:color-whatsapp-t1 {
    color: rgba(37, 211, 102, 0.1);
  }
  .md\:color-whatsapp-t2 {
    color: rgba(37, 211, 102, 0.2);
  }
  .md\:color-whatsapp-t3 {
    color: rgba(37, 211, 102, 0.3);
  }
  .md\:color-whatsapp-t4 {
    color: rgba(37, 211, 102, 0.4);
  }
  .md\:color-whatsapp-t5 {
    color: rgba(37, 211, 102, 0.5);
  }
  .md\:color-whatsapp-t6 {
    color: rgba(37, 211, 102, 0.6);
  }
  .md\:color-whatsapp-t7 {
    color: rgba(37, 211, 102, 0.7);
  }
  .md\:color-whatsapp-t8 {
    color: rgba(37, 211, 102, 0.8);
  }
  .md\:color-whatsapp-t9 {
    color: rgba(37, 211, 102, 0.9);
  }
  .md\:color-whatsapp-100 {
    color: #cef6dd;
  }
  .md\:color-whatsapp-200 {
    color: #a2efbf;
  }
  .md\:color-whatsapp-300 {
    color: #77e7a1;
  }
  .md\:color-whatsapp-400 {
    color: #4be083;
  }
  .md\:color-whatsapp-500 {
    color: #25D366;
  }
  .md\:color-whatsapp-600 {
    color: #1da851;
  }
  .md\:color-whatsapp-700 {
    color: #167c3c;
  }
  .md\:color-whatsapp-800 {
    color: #0e5127;
  }
  .md\:color-whatsapp-900 {
    color: #072512;
  }
  .md\:bg-whatsapp {
    background-color: #25D366;
  }
  .md\:bg-whatsapp-t1 {
    background-color: rgba(37, 211, 102, 0.1);
  }
  .md\:bg-whatsapp-t2 {
    background-color: rgba(37, 211, 102, 0.2);
  }
  .md\:bg-whatsapp-t3 {
    background-color: rgba(37, 211, 102, 0.3);
  }
  .md\:bg-whatsapp-t4 {
    background-color: rgba(37, 211, 102, 0.4);
  }
  .md\:bg-whatsapp-t5 {
    background-color: rgba(37, 211, 102, 0.5);
  }
  .md\:bg-whatsapp-t6 {
    background-color: rgba(37, 211, 102, 0.6);
  }
  .md\:bg-whatsapp-t7 {
    background-color: rgba(37, 211, 102, 0.7);
  }
  .md\:bg-whatsapp-t8 {
    background-color: rgba(37, 211, 102, 0.8);
  }
  .md\:bg-whatsapp-t9 {
    background-color: rgba(37, 211, 102, 0.9);
  }
  .md\:bg-whatsapp-100 {
    background-color: #cef6dd;
  }
  .md\:bg-whatsapp-200 {
    background-color: #a2efbf;
  }
  .md\:bg-whatsapp-300 {
    background-color: #77e7a1;
  }
  .md\:bg-whatsapp-400 {
    background-color: #4be083;
  }
  .md\:bg-whatsapp-500 {
    background-color: #25D366;
  }
  .md\:bg-whatsapp-600 {
    background-color: #1da851;
  }
  .md\:bg-whatsapp-700 {
    background-color: #167c3c;
  }
  .md\:bg-whatsapp-800 {
    background-color: #0e5127;
  }
  .md\:bg-whatsapp-900 {
    background-color: #072512;
  }
  .md\:border-whatsapp {
    border-color: #25D366;
  }
  .md\:border-whatsapp-t1 {
    border-color: rgba(37, 211, 102, 0.1);
  }
  .md\:border-whatsapp-t2 {
    border-color: rgba(37, 211, 102, 0.2);
  }
  .md\:border-whatsapp-t3 {
    border-color: rgba(37, 211, 102, 0.3);
  }
  .md\:border-whatsapp-t4 {
    border-color: rgba(37, 211, 102, 0.4);
  }
  .md\:border-whatsapp-t5 {
    border-color: rgba(37, 211, 102, 0.5);
  }
  .md\:border-whatsapp-t6 {
    border-color: rgba(37, 211, 102, 0.6);
  }
  .md\:border-whatsapp-t7 {
    border-color: rgba(37, 211, 102, 0.7);
  }
  .md\:border-whatsapp-t8 {
    border-color: rgba(37, 211, 102, 0.8);
  }
  .md\:border-whatsapp-t9 {
    border-color: rgba(37, 211, 102, 0.9);
  }
  .md\:border-whatsapp-100 {
    border-color: #cef6dd;
  }
  .md\:border-whatsapp-200 {
    border-color: #a2efbf;
  }
  .md\:border-whatsapp-300 {
    border-color: #77e7a1;
  }
  .md\:border-whatsapp-400 {
    border-color: #4be083;
  }
  .md\:border-whatsapp-500 {
    border-color: #25D366;
  }
  .md\:border-whatsapp-600 {
    border-color: #1da851;
  }
  .md\:border-whatsapp-700 {
    border-color: #167c3c;
  }
  .md\:border-whatsapp-800 {
    border-color: #0e5127;
  }
  .md\:border-whatsapp-900 {
    border-color: #072512;
  }
  .md\:fill-whatsapp {
    fill: #25D366;
  }
  .md\:fill-whatsapp-t1 {
    fill: rgba(37, 211, 102, 0.1);
  }
  .md\:fill-whatsapp-t2 {
    fill: rgba(37, 211, 102, 0.2);
  }
  .md\:fill-whatsapp-t3 {
    fill: rgba(37, 211, 102, 0.3);
  }
  .md\:fill-whatsapp-t4 {
    fill: rgba(37, 211, 102, 0.4);
  }
  .md\:fill-whatsapp-t5 {
    fill: rgba(37, 211, 102, 0.5);
  }
  .md\:fill-whatsapp-t6 {
    fill: rgba(37, 211, 102, 0.6);
  }
  .md\:fill-whatsapp-t7 {
    fill: rgba(37, 211, 102, 0.7);
  }
  .md\:fill-whatsapp-t8 {
    fill: rgba(37, 211, 102, 0.8);
  }
  .md\:fill-whatsapp-t9 {
    fill: rgba(37, 211, 102, 0.9);
  }
  .md\:fill-whatsapp-100 {
    fill: #cef6dd;
  }
  .md\:fill-whatsapp-200 {
    fill: #a2efbf;
  }
  .md\:fill-whatsapp-300 {
    fill: #77e7a1;
  }
  .md\:fill-whatsapp-400 {
    fill: #4be083;
  }
  .md\:fill-whatsapp-500 {
    fill: #25D366;
  }
  .md\:fill-whatsapp-600 {
    fill: #1da851;
  }
  .md\:fill-whatsapp-700 {
    fill: #167c3c;
  }
  .md\:fill-whatsapp-800 {
    fill: #0e5127;
  }
  .md\:fill-whatsapp-900 {
    fill: #072512;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:color-white {
    color: #ffffff;
  }
  .mdo\:color-white-t1 {
    color: rgba(255, 255, 255, 0.1);
  }
  .mdo\:color-white-t2 {
    color: rgba(255, 255, 255, 0.2);
  }
  .mdo\:color-white-t3 {
    color: rgba(255, 255, 255, 0.3);
  }
  .mdo\:color-white-t4 {
    color: rgba(255, 255, 255, 0.4);
  }
  .mdo\:color-white-t5 {
    color: rgba(255, 255, 255, 0.5);
  }
  .mdo\:color-white-t6 {
    color: rgba(255, 255, 255, 0.6);
  }
  .mdo\:color-white-t7 {
    color: rgba(255, 255, 255, 0.7);
  }
  .mdo\:color-white-t8 {
    color: rgba(255, 255, 255, 0.8);
  }
  .mdo\:color-white-t9 {
    color: rgba(255, 255, 255, 0.9);
  }
  .mdo\:color-white-100 {
    color: white;
  }
  .mdo\:color-white-200 {
    color: white;
  }
  .mdo\:color-white-300 {
    color: white;
  }
  .mdo\:color-white-400 {
    color: white;
  }
  .mdo\:color-white-500 {
    color: #ffffff;
  }
  .mdo\:color-white-600 {
    color: #e6e6e6;
  }
  .mdo\:color-white-700 {
    color: #cccccc;
  }
  .mdo\:color-white-800 {
    color: #b3b3b3;
  }
  .mdo\:color-white-900 {
    color: #999999;
  }
  .mdo\:bg-white {
    background-color: #ffffff;
  }
  .mdo\:bg-white-t1 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .mdo\:bg-white-t2 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .mdo\:bg-white-t3 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .mdo\:bg-white-t4 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .mdo\:bg-white-t5 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .mdo\:bg-white-t6 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .mdo\:bg-white-t7 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .mdo\:bg-white-t8 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .mdo\:bg-white-t9 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .mdo\:bg-white-100 {
    background-color: white;
  }
  .mdo\:bg-white-200 {
    background-color: white;
  }
  .mdo\:bg-white-300 {
    background-color: white;
  }
  .mdo\:bg-white-400 {
    background-color: white;
  }
  .mdo\:bg-white-500 {
    background-color: #ffffff;
  }
  .mdo\:bg-white-600 {
    background-color: #e6e6e6;
  }
  .mdo\:bg-white-700 {
    background-color: #cccccc;
  }
  .mdo\:bg-white-800 {
    background-color: #b3b3b3;
  }
  .mdo\:bg-white-900 {
    background-color: #999999;
  }
  .mdo\:border-white {
    border-color: #ffffff;
  }
  .mdo\:border-white-t1 {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mdo\:border-white-t2 {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .mdo\:border-white-t3 {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .mdo\:border-white-t4 {
    border-color: rgba(255, 255, 255, 0.4);
  }
  .mdo\:border-white-t5 {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .mdo\:border-white-t6 {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .mdo\:border-white-t7 {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .mdo\:border-white-t8 {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .mdo\:border-white-t9 {
    border-color: rgba(255, 255, 255, 0.9);
  }
  .mdo\:border-white-100 {
    border-color: white;
  }
  .mdo\:border-white-200 {
    border-color: white;
  }
  .mdo\:border-white-300 {
    border-color: white;
  }
  .mdo\:border-white-400 {
    border-color: white;
  }
  .mdo\:border-white-500 {
    border-color: #ffffff;
  }
  .mdo\:border-white-600 {
    border-color: #e6e6e6;
  }
  .mdo\:border-white-700 {
    border-color: #cccccc;
  }
  .mdo\:border-white-800 {
    border-color: #b3b3b3;
  }
  .mdo\:border-white-900 {
    border-color: #999999;
  }
  .mdo\:fill-white {
    fill: #ffffff;
  }
  .mdo\:fill-white-t1 {
    fill: rgba(255, 255, 255, 0.1);
  }
  .mdo\:fill-white-t2 {
    fill: rgba(255, 255, 255, 0.2);
  }
  .mdo\:fill-white-t3 {
    fill: rgba(255, 255, 255, 0.3);
  }
  .mdo\:fill-white-t4 {
    fill: rgba(255, 255, 255, 0.4);
  }
  .mdo\:fill-white-t5 {
    fill: rgba(255, 255, 255, 0.5);
  }
  .mdo\:fill-white-t6 {
    fill: rgba(255, 255, 255, 0.6);
  }
  .mdo\:fill-white-t7 {
    fill: rgba(255, 255, 255, 0.7);
  }
  .mdo\:fill-white-t8 {
    fill: rgba(255, 255, 255, 0.8);
  }
  .mdo\:fill-white-t9 {
    fill: rgba(255, 255, 255, 0.9);
  }
  .mdo\:fill-white-100 {
    fill: white;
  }
  .mdo\:fill-white-200 {
    fill: white;
  }
  .mdo\:fill-white-300 {
    fill: white;
  }
  .mdo\:fill-white-400 {
    fill: white;
  }
  .mdo\:fill-white-500 {
    fill: #ffffff;
  }
  .mdo\:fill-white-600 {
    fill: #e6e6e6;
  }
  .mdo\:fill-white-700 {
    fill: #cccccc;
  }
  .mdo\:fill-white-800 {
    fill: #b3b3b3;
  }
  .mdo\:fill-white-900 {
    fill: #999999;
  }
  .mdo\:color-black {
    color: #000000;
  }
  .mdo\:color-black-t1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .mdo\:color-black-t2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .mdo\:color-black-t3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .mdo\:color-black-t4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .mdo\:color-black-t5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .mdo\:color-black-t6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .mdo\:color-black-t7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .mdo\:color-black-t8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .mdo\:color-black-t9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .mdo\:color-black-100 {
    color: #666666;
  }
  .mdo\:color-black-200 {
    color: #4d4d4d;
  }
  .mdo\:color-black-300 {
    color: #333333;
  }
  .mdo\:color-black-400 {
    color: #1a1a1a;
  }
  .mdo\:color-black-500 {
    color: #000000;
  }
  .mdo\:color-black-600 {
    color: black;
  }
  .mdo\:color-black-700 {
    color: black;
  }
  .mdo\:color-black-800 {
    color: black;
  }
  .mdo\:color-black-900 {
    color: black;
  }
  .mdo\:bg-black {
    background-color: #000000;
  }
  .mdo\:bg-black-t1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .mdo\:bg-black-t2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .mdo\:bg-black-t3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .mdo\:bg-black-t4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .mdo\:bg-black-t5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .mdo\:bg-black-t6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .mdo\:bg-black-t7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .mdo\:bg-black-t8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .mdo\:bg-black-t9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .mdo\:bg-black-100 {
    background-color: #666666;
  }
  .mdo\:bg-black-200 {
    background-color: #4d4d4d;
  }
  .mdo\:bg-black-300 {
    background-color: #333333;
  }
  .mdo\:bg-black-400 {
    background-color: #1a1a1a;
  }
  .mdo\:bg-black-500 {
    background-color: #000000;
  }
  .mdo\:bg-black-600 {
    background-color: black;
  }
  .mdo\:bg-black-700 {
    background-color: black;
  }
  .mdo\:bg-black-800 {
    background-color: black;
  }
  .mdo\:bg-black-900 {
    background-color: black;
  }
  .mdo\:border-black {
    border-color: #000000;
  }
  .mdo\:border-black-t1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .mdo\:border-black-t2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .mdo\:border-black-t3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .mdo\:border-black-t4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .mdo\:border-black-t5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .mdo\:border-black-t6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .mdo\:border-black-t7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .mdo\:border-black-t8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .mdo\:border-black-t9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .mdo\:border-black-100 {
    border-color: #666666;
  }
  .mdo\:border-black-200 {
    border-color: #4d4d4d;
  }
  .mdo\:border-black-300 {
    border-color: #333333;
  }
  .mdo\:border-black-400 {
    border-color: #1a1a1a;
  }
  .mdo\:border-black-500 {
    border-color: #000000;
  }
  .mdo\:border-black-600 {
    border-color: black;
  }
  .mdo\:border-black-700 {
    border-color: black;
  }
  .mdo\:border-black-800 {
    border-color: black;
  }
  .mdo\:border-black-900 {
    border-color: black;
  }
  .mdo\:fill-black {
    fill: #000000;
  }
  .mdo\:fill-black-t1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .mdo\:fill-black-t2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .mdo\:fill-black-t3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .mdo\:fill-black-t4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .mdo\:fill-black-t5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .mdo\:fill-black-t6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .mdo\:fill-black-t7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .mdo\:fill-black-t8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .mdo\:fill-black-t9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .mdo\:fill-black-100 {
    fill: #666666;
  }
  .mdo\:fill-black-200 {
    fill: #4d4d4d;
  }
  .mdo\:fill-black-300 {
    fill: #333333;
  }
  .mdo\:fill-black-400 {
    fill: #1a1a1a;
  }
  .mdo\:fill-black-500 {
    fill: #000000;
  }
  .mdo\:fill-black-600 {
    fill: black;
  }
  .mdo\:fill-black-700 {
    fill: black;
  }
  .mdo\:fill-black-800 {
    fill: black;
  }
  .mdo\:fill-black-900 {
    fill: black;
  }
  .mdo\:color-pink {
    color: #E91E63;
  }
  .mdo\:color-pink-t1 {
    color: rgba(233, 30, 99, 0.1);
  }
  .mdo\:color-pink-t2 {
    color: rgba(233, 30, 99, 0.2);
  }
  .mdo\:color-pink-t3 {
    color: rgba(233, 30, 99, 0.3);
  }
  .mdo\:color-pink-t4 {
    color: rgba(233, 30, 99, 0.4);
  }
  .mdo\:color-pink-t5 {
    color: rgba(233, 30, 99, 0.5);
  }
  .mdo\:color-pink-t6 {
    color: rgba(233, 30, 99, 0.6);
  }
  .mdo\:color-pink-t7 {
    color: rgba(233, 30, 99, 0.7);
  }
  .mdo\:color-pink-t8 {
    color: rgba(233, 30, 99, 0.8);
  }
  .mdo\:color-pink-t9 {
    color: rgba(233, 30, 99, 0.9);
  }
  .mdo\:color-pink-100 {
    color: #fbd8e4;
  }
  .mdo\:color-pink-200 {
    color: #f7a9c4;
  }
  .mdo\:color-pink-300 {
    color: #f27ba3;
  }
  .mdo\:color-pink-400 {
    color: #ee4c83;
  }
  .mdo\:color-pink-500 {
    color: #E91E63;
  }
  .mdo\:color-pink-600 {
    color: #c1134e;
  }
  .mdo\:color-pink-700 {
    color: #930e3b;
  }
  .mdo\:color-pink-800 {
    color: #640a29;
  }
  .mdo\:color-pink-900 {
    color: #360516;
  }
  .mdo\:bg-pink {
    background-color: #E91E63;
  }
  .mdo\:bg-pink-t1 {
    background-color: rgba(233, 30, 99, 0.1);
  }
  .mdo\:bg-pink-t2 {
    background-color: rgba(233, 30, 99, 0.2);
  }
  .mdo\:bg-pink-t3 {
    background-color: rgba(233, 30, 99, 0.3);
  }
  .mdo\:bg-pink-t4 {
    background-color: rgba(233, 30, 99, 0.4);
  }
  .mdo\:bg-pink-t5 {
    background-color: rgba(233, 30, 99, 0.5);
  }
  .mdo\:bg-pink-t6 {
    background-color: rgba(233, 30, 99, 0.6);
  }
  .mdo\:bg-pink-t7 {
    background-color: rgba(233, 30, 99, 0.7);
  }
  .mdo\:bg-pink-t8 {
    background-color: rgba(233, 30, 99, 0.8);
  }
  .mdo\:bg-pink-t9 {
    background-color: rgba(233, 30, 99, 0.9);
  }
  .mdo\:bg-pink-100 {
    background-color: #fbd8e4;
  }
  .mdo\:bg-pink-200 {
    background-color: #f7a9c4;
  }
  .mdo\:bg-pink-300 {
    background-color: #f27ba3;
  }
  .mdo\:bg-pink-400 {
    background-color: #ee4c83;
  }
  .mdo\:bg-pink-500 {
    background-color: #E91E63;
  }
  .mdo\:bg-pink-600 {
    background-color: #c1134e;
  }
  .mdo\:bg-pink-700 {
    background-color: #930e3b;
  }
  .mdo\:bg-pink-800 {
    background-color: #640a29;
  }
  .mdo\:bg-pink-900 {
    background-color: #360516;
  }
  .mdo\:border-pink {
    border-color: #E91E63;
  }
  .mdo\:border-pink-t1 {
    border-color: rgba(233, 30, 99, 0.1);
  }
  .mdo\:border-pink-t2 {
    border-color: rgba(233, 30, 99, 0.2);
  }
  .mdo\:border-pink-t3 {
    border-color: rgba(233, 30, 99, 0.3);
  }
  .mdo\:border-pink-t4 {
    border-color: rgba(233, 30, 99, 0.4);
  }
  .mdo\:border-pink-t5 {
    border-color: rgba(233, 30, 99, 0.5);
  }
  .mdo\:border-pink-t6 {
    border-color: rgba(233, 30, 99, 0.6);
  }
  .mdo\:border-pink-t7 {
    border-color: rgba(233, 30, 99, 0.7);
  }
  .mdo\:border-pink-t8 {
    border-color: rgba(233, 30, 99, 0.8);
  }
  .mdo\:border-pink-t9 {
    border-color: rgba(233, 30, 99, 0.9);
  }
  .mdo\:border-pink-100 {
    border-color: #fbd8e4;
  }
  .mdo\:border-pink-200 {
    border-color: #f7a9c4;
  }
  .mdo\:border-pink-300 {
    border-color: #f27ba3;
  }
  .mdo\:border-pink-400 {
    border-color: #ee4c83;
  }
  .mdo\:border-pink-500 {
    border-color: #E91E63;
  }
  .mdo\:border-pink-600 {
    border-color: #c1134e;
  }
  .mdo\:border-pink-700 {
    border-color: #930e3b;
  }
  .mdo\:border-pink-800 {
    border-color: #640a29;
  }
  .mdo\:border-pink-900 {
    border-color: #360516;
  }
  .mdo\:fill-pink {
    fill: #E91E63;
  }
  .mdo\:fill-pink-t1 {
    fill: rgba(233, 30, 99, 0.1);
  }
  .mdo\:fill-pink-t2 {
    fill: rgba(233, 30, 99, 0.2);
  }
  .mdo\:fill-pink-t3 {
    fill: rgba(233, 30, 99, 0.3);
  }
  .mdo\:fill-pink-t4 {
    fill: rgba(233, 30, 99, 0.4);
  }
  .mdo\:fill-pink-t5 {
    fill: rgba(233, 30, 99, 0.5);
  }
  .mdo\:fill-pink-t6 {
    fill: rgba(233, 30, 99, 0.6);
  }
  .mdo\:fill-pink-t7 {
    fill: rgba(233, 30, 99, 0.7);
  }
  .mdo\:fill-pink-t8 {
    fill: rgba(233, 30, 99, 0.8);
  }
  .mdo\:fill-pink-t9 {
    fill: rgba(233, 30, 99, 0.9);
  }
  .mdo\:fill-pink-100 {
    fill: #fbd8e4;
  }
  .mdo\:fill-pink-200 {
    fill: #f7a9c4;
  }
  .mdo\:fill-pink-300 {
    fill: #f27ba3;
  }
  .mdo\:fill-pink-400 {
    fill: #ee4c83;
  }
  .mdo\:fill-pink-500 {
    fill: #E91E63;
  }
  .mdo\:fill-pink-600 {
    fill: #c1134e;
  }
  .mdo\:fill-pink-700 {
    fill: #930e3b;
  }
  .mdo\:fill-pink-800 {
    fill: #640a29;
  }
  .mdo\:fill-pink-900 {
    fill: #360516;
  }
  .mdo\:color-grey {
    color: #d7d7d7;
  }
  .mdo\:color-grey-t1 {
    color: rgba(215, 215, 215, 0.1);
  }
  .mdo\:color-grey-t2 {
    color: rgba(215, 215, 215, 0.2);
  }
  .mdo\:color-grey-t3 {
    color: rgba(215, 215, 215, 0.3);
  }
  .mdo\:color-grey-t4 {
    color: rgba(215, 215, 215, 0.4);
  }
  .mdo\:color-grey-t5 {
    color: rgba(215, 215, 215, 0.5);
  }
  .mdo\:color-grey-t6 {
    color: rgba(215, 215, 215, 0.6);
  }
  .mdo\:color-grey-t7 {
    color: rgba(215, 215, 215, 0.7);
  }
  .mdo\:color-grey-t8 {
    color: rgba(215, 215, 215, 0.8);
  }
  .mdo\:color-grey-t9 {
    color: rgba(215, 215, 215, 0.9);
  }
  .mdo\:color-grey-100 {
    color: white;
  }
  .mdo\:color-grey-200 {
    color: white;
  }
  .mdo\:color-grey-300 {
    color: white;
  }
  .mdo\:color-grey-400 {
    color: #f1f1f1;
  }
  .mdo\:color-grey-500 {
    color: #d7d7d7;
  }
  .mdo\:color-grey-600 {
    color: #bebebe;
  }
  .mdo\:color-grey-700 {
    color: #a4a4a4;
  }
  .mdo\:color-grey-800 {
    color: #8b8b8b;
  }
  .mdo\:color-grey-900 {
    color: #717171;
  }
  .mdo\:bg-grey {
    background-color: #d7d7d7;
  }
  .mdo\:bg-grey-t1 {
    background-color: rgba(215, 215, 215, 0.1);
  }
  .mdo\:bg-grey-t2 {
    background-color: rgba(215, 215, 215, 0.2);
  }
  .mdo\:bg-grey-t3 {
    background-color: rgba(215, 215, 215, 0.3);
  }
  .mdo\:bg-grey-t4 {
    background-color: rgba(215, 215, 215, 0.4);
  }
  .mdo\:bg-grey-t5 {
    background-color: rgba(215, 215, 215, 0.5);
  }
  .mdo\:bg-grey-t6 {
    background-color: rgba(215, 215, 215, 0.6);
  }
  .mdo\:bg-grey-t7 {
    background-color: rgba(215, 215, 215, 0.7);
  }
  .mdo\:bg-grey-t8 {
    background-color: rgba(215, 215, 215, 0.8);
  }
  .mdo\:bg-grey-t9 {
    background-color: rgba(215, 215, 215, 0.9);
  }
  .mdo\:bg-grey-100 {
    background-color: white;
  }
  .mdo\:bg-grey-200 {
    background-color: white;
  }
  .mdo\:bg-grey-300 {
    background-color: white;
  }
  .mdo\:bg-grey-400 {
    background-color: #f1f1f1;
  }
  .mdo\:bg-grey-500 {
    background-color: #d7d7d7;
  }
  .mdo\:bg-grey-600 {
    background-color: #bebebe;
  }
  .mdo\:bg-grey-700 {
    background-color: #a4a4a4;
  }
  .mdo\:bg-grey-800 {
    background-color: #8b8b8b;
  }
  .mdo\:bg-grey-900 {
    background-color: #717171;
  }
  .mdo\:border-grey {
    border-color: #d7d7d7;
  }
  .mdo\:border-grey-t1 {
    border-color: rgba(215, 215, 215, 0.1);
  }
  .mdo\:border-grey-t2 {
    border-color: rgba(215, 215, 215, 0.2);
  }
  .mdo\:border-grey-t3 {
    border-color: rgba(215, 215, 215, 0.3);
  }
  .mdo\:border-grey-t4 {
    border-color: rgba(215, 215, 215, 0.4);
  }
  .mdo\:border-grey-t5 {
    border-color: rgba(215, 215, 215, 0.5);
  }
  .mdo\:border-grey-t6 {
    border-color: rgba(215, 215, 215, 0.6);
  }
  .mdo\:border-grey-t7 {
    border-color: rgba(215, 215, 215, 0.7);
  }
  .mdo\:border-grey-t8 {
    border-color: rgba(215, 215, 215, 0.8);
  }
  .mdo\:border-grey-t9 {
    border-color: rgba(215, 215, 215, 0.9);
  }
  .mdo\:border-grey-100 {
    border-color: white;
  }
  .mdo\:border-grey-200 {
    border-color: white;
  }
  .mdo\:border-grey-300 {
    border-color: white;
  }
  .mdo\:border-grey-400 {
    border-color: #f1f1f1;
  }
  .mdo\:border-grey-500 {
    border-color: #d7d7d7;
  }
  .mdo\:border-grey-600 {
    border-color: #bebebe;
  }
  .mdo\:border-grey-700 {
    border-color: #a4a4a4;
  }
  .mdo\:border-grey-800 {
    border-color: #8b8b8b;
  }
  .mdo\:border-grey-900 {
    border-color: #717171;
  }
  .mdo\:fill-grey {
    fill: #d7d7d7;
  }
  .mdo\:fill-grey-t1 {
    fill: rgba(215, 215, 215, 0.1);
  }
  .mdo\:fill-grey-t2 {
    fill: rgba(215, 215, 215, 0.2);
  }
  .mdo\:fill-grey-t3 {
    fill: rgba(215, 215, 215, 0.3);
  }
  .mdo\:fill-grey-t4 {
    fill: rgba(215, 215, 215, 0.4);
  }
  .mdo\:fill-grey-t5 {
    fill: rgba(215, 215, 215, 0.5);
  }
  .mdo\:fill-grey-t6 {
    fill: rgba(215, 215, 215, 0.6);
  }
  .mdo\:fill-grey-t7 {
    fill: rgba(215, 215, 215, 0.7);
  }
  .mdo\:fill-grey-t8 {
    fill: rgba(215, 215, 215, 0.8);
  }
  .mdo\:fill-grey-t9 {
    fill: rgba(215, 215, 215, 0.9);
  }
  .mdo\:fill-grey-100 {
    fill: white;
  }
  .mdo\:fill-grey-200 {
    fill: white;
  }
  .mdo\:fill-grey-300 {
    fill: white;
  }
  .mdo\:fill-grey-400 {
    fill: #f1f1f1;
  }
  .mdo\:fill-grey-500 {
    fill: #d7d7d7;
  }
  .mdo\:fill-grey-600 {
    fill: #bebebe;
  }
  .mdo\:fill-grey-700 {
    fill: #a4a4a4;
  }
  .mdo\:fill-grey-800 {
    fill: #8b8b8b;
  }
  .mdo\:fill-grey-900 {
    fill: #717171;
  }
  .mdo\:color-gold {
    color: #f5efeb;
  }
  .mdo\:color-gold-t1 {
    color: rgba(245, 239, 235, 0.1);
  }
  .mdo\:color-gold-t2 {
    color: rgba(245, 239, 235, 0.2);
  }
  .mdo\:color-gold-t3 {
    color: rgba(245, 239, 235, 0.3);
  }
  .mdo\:color-gold-t4 {
    color: rgba(245, 239, 235, 0.4);
  }
  .mdo\:color-gold-t5 {
    color: rgba(245, 239, 235, 0.5);
  }
  .mdo\:color-gold-t6 {
    color: rgba(245, 239, 235, 0.6);
  }
  .mdo\:color-gold-t7 {
    color: rgba(245, 239, 235, 0.7);
  }
  .mdo\:color-gold-t8 {
    color: rgba(245, 239, 235, 0.8);
  }
  .mdo\:color-gold-t9 {
    color: rgba(245, 239, 235, 0.9);
  }
  .mdo\:color-gold-100 {
    color: white;
  }
  .mdo\:color-gold-200 {
    color: white;
  }
  .mdo\:color-gold-300 {
    color: white;
  }
  .mdo\:color-gold-400 {
    color: white;
  }
  .mdo\:color-gold-500 {
    color: #f5efeb;
  }
  .mdo\:color-gold-600 {
    color: #e4d4c9;
  }
  .mdo\:color-gold-700 {
    color: #d3b9a7;
  }
  .mdo\:color-gold-800 {
    color: #c29d85;
  }
  .mdo\:color-gold-900 {
    color: #b18263;
  }
  .mdo\:bg-gold {
    background-color: #f5efeb;
  }
  .mdo\:bg-gold-t1 {
    background-color: rgba(245, 239, 235, 0.1);
  }
  .mdo\:bg-gold-t2 {
    background-color: rgba(245, 239, 235, 0.2);
  }
  .mdo\:bg-gold-t3 {
    background-color: rgba(245, 239, 235, 0.3);
  }
  .mdo\:bg-gold-t4 {
    background-color: rgba(245, 239, 235, 0.4);
  }
  .mdo\:bg-gold-t5 {
    background-color: rgba(245, 239, 235, 0.5);
  }
  .mdo\:bg-gold-t6 {
    background-color: rgba(245, 239, 235, 0.6);
  }
  .mdo\:bg-gold-t7 {
    background-color: rgba(245, 239, 235, 0.7);
  }
  .mdo\:bg-gold-t8 {
    background-color: rgba(245, 239, 235, 0.8);
  }
  .mdo\:bg-gold-t9 {
    background-color: rgba(245, 239, 235, 0.9);
  }
  .mdo\:bg-gold-100 {
    background-color: white;
  }
  .mdo\:bg-gold-200 {
    background-color: white;
  }
  .mdo\:bg-gold-300 {
    background-color: white;
  }
  .mdo\:bg-gold-400 {
    background-color: white;
  }
  .mdo\:bg-gold-500 {
    background-color: #f5efeb;
  }
  .mdo\:bg-gold-600 {
    background-color: #e4d4c9;
  }
  .mdo\:bg-gold-700 {
    background-color: #d3b9a7;
  }
  .mdo\:bg-gold-800 {
    background-color: #c29d85;
  }
  .mdo\:bg-gold-900 {
    background-color: #b18263;
  }
  .mdo\:border-gold {
    border-color: #f5efeb;
  }
  .mdo\:border-gold-t1 {
    border-color: rgba(245, 239, 235, 0.1);
  }
  .mdo\:border-gold-t2 {
    border-color: rgba(245, 239, 235, 0.2);
  }
  .mdo\:border-gold-t3 {
    border-color: rgba(245, 239, 235, 0.3);
  }
  .mdo\:border-gold-t4 {
    border-color: rgba(245, 239, 235, 0.4);
  }
  .mdo\:border-gold-t5 {
    border-color: rgba(245, 239, 235, 0.5);
  }
  .mdo\:border-gold-t6 {
    border-color: rgba(245, 239, 235, 0.6);
  }
  .mdo\:border-gold-t7 {
    border-color: rgba(245, 239, 235, 0.7);
  }
  .mdo\:border-gold-t8 {
    border-color: rgba(245, 239, 235, 0.8);
  }
  .mdo\:border-gold-t9 {
    border-color: rgba(245, 239, 235, 0.9);
  }
  .mdo\:border-gold-100 {
    border-color: white;
  }
  .mdo\:border-gold-200 {
    border-color: white;
  }
  .mdo\:border-gold-300 {
    border-color: white;
  }
  .mdo\:border-gold-400 {
    border-color: white;
  }
  .mdo\:border-gold-500 {
    border-color: #f5efeb;
  }
  .mdo\:border-gold-600 {
    border-color: #e4d4c9;
  }
  .mdo\:border-gold-700 {
    border-color: #d3b9a7;
  }
  .mdo\:border-gold-800 {
    border-color: #c29d85;
  }
  .mdo\:border-gold-900 {
    border-color: #b18263;
  }
  .mdo\:fill-gold {
    fill: #f5efeb;
  }
  .mdo\:fill-gold-t1 {
    fill: rgba(245, 239, 235, 0.1);
  }
  .mdo\:fill-gold-t2 {
    fill: rgba(245, 239, 235, 0.2);
  }
  .mdo\:fill-gold-t3 {
    fill: rgba(245, 239, 235, 0.3);
  }
  .mdo\:fill-gold-t4 {
    fill: rgba(245, 239, 235, 0.4);
  }
  .mdo\:fill-gold-t5 {
    fill: rgba(245, 239, 235, 0.5);
  }
  .mdo\:fill-gold-t6 {
    fill: rgba(245, 239, 235, 0.6);
  }
  .mdo\:fill-gold-t7 {
    fill: rgba(245, 239, 235, 0.7);
  }
  .mdo\:fill-gold-t8 {
    fill: rgba(245, 239, 235, 0.8);
  }
  .mdo\:fill-gold-t9 {
    fill: rgba(245, 239, 235, 0.9);
  }
  .mdo\:fill-gold-100 {
    fill: white;
  }
  .mdo\:fill-gold-200 {
    fill: white;
  }
  .mdo\:fill-gold-300 {
    fill: white;
  }
  .mdo\:fill-gold-400 {
    fill: white;
  }
  .mdo\:fill-gold-500 {
    fill: #f5efeb;
  }
  .mdo\:fill-gold-600 {
    fill: #e4d4c9;
  }
  .mdo\:fill-gold-700 {
    fill: #d3b9a7;
  }
  .mdo\:fill-gold-800 {
    fill: #c29d85;
  }
  .mdo\:fill-gold-900 {
    fill: #b18263;
  }
  .mdo\:color-dark {
    color: #111;
  }
  .mdo\:color-dark-t1 {
    color: rgba(17, 17, 17, 0.1);
  }
  .mdo\:color-dark-t2 {
    color: rgba(17, 17, 17, 0.2);
  }
  .mdo\:color-dark-t3 {
    color: rgba(17, 17, 17, 0.3);
  }
  .mdo\:color-dark-t4 {
    color: rgba(17, 17, 17, 0.4);
  }
  .mdo\:color-dark-t5 {
    color: rgba(17, 17, 17, 0.5);
  }
  .mdo\:color-dark-t6 {
    color: rgba(17, 17, 17, 0.6);
  }
  .mdo\:color-dark-t7 {
    color: rgba(17, 17, 17, 0.7);
  }
  .mdo\:color-dark-t8 {
    color: rgba(17, 17, 17, 0.8);
  }
  .mdo\:color-dark-t9 {
    color: rgba(17, 17, 17, 0.9);
  }
  .mdo\:color-dark-100 {
    color: #777777;
  }
  .mdo\:color-dark-200 {
    color: #5e5e5e;
  }
  .mdo\:color-dark-300 {
    color: #444444;
  }
  .mdo\:color-dark-400 {
    color: #2b2b2b;
  }
  .mdo\:color-dark-500 {
    color: #111;
  }
  .mdo\:color-dark-600 {
    color: black;
  }
  .mdo\:color-dark-700 {
    color: black;
  }
  .mdo\:color-dark-800 {
    color: black;
  }
  .mdo\:color-dark-900 {
    color: black;
  }
  .mdo\:bg-dark {
    background-color: #111;
  }
  .mdo\:bg-dark-t1 {
    background-color: rgba(17, 17, 17, 0.1);
  }
  .mdo\:bg-dark-t2 {
    background-color: rgba(17, 17, 17, 0.2);
  }
  .mdo\:bg-dark-t3 {
    background-color: rgba(17, 17, 17, 0.3);
  }
  .mdo\:bg-dark-t4 {
    background-color: rgba(17, 17, 17, 0.4);
  }
  .mdo\:bg-dark-t5 {
    background-color: rgba(17, 17, 17, 0.5);
  }
  .mdo\:bg-dark-t6 {
    background-color: rgba(17, 17, 17, 0.6);
  }
  .mdo\:bg-dark-t7 {
    background-color: rgba(17, 17, 17, 0.7);
  }
  .mdo\:bg-dark-t8 {
    background-color: rgba(17, 17, 17, 0.8);
  }
  .mdo\:bg-dark-t9 {
    background-color: rgba(17, 17, 17, 0.9);
  }
  .mdo\:bg-dark-100 {
    background-color: #777777;
  }
  .mdo\:bg-dark-200 {
    background-color: #5e5e5e;
  }
  .mdo\:bg-dark-300 {
    background-color: #444444;
  }
  .mdo\:bg-dark-400 {
    background-color: #2b2b2b;
  }
  .mdo\:bg-dark-500 {
    background-color: #111;
  }
  .mdo\:bg-dark-600 {
    background-color: black;
  }
  .mdo\:bg-dark-700 {
    background-color: black;
  }
  .mdo\:bg-dark-800 {
    background-color: black;
  }
  .mdo\:bg-dark-900 {
    background-color: black;
  }
  .mdo\:border-dark {
    border-color: #111;
  }
  .mdo\:border-dark-t1 {
    border-color: rgba(17, 17, 17, 0.1);
  }
  .mdo\:border-dark-t2 {
    border-color: rgba(17, 17, 17, 0.2);
  }
  .mdo\:border-dark-t3 {
    border-color: rgba(17, 17, 17, 0.3);
  }
  .mdo\:border-dark-t4 {
    border-color: rgba(17, 17, 17, 0.4);
  }
  .mdo\:border-dark-t5 {
    border-color: rgba(17, 17, 17, 0.5);
  }
  .mdo\:border-dark-t6 {
    border-color: rgba(17, 17, 17, 0.6);
  }
  .mdo\:border-dark-t7 {
    border-color: rgba(17, 17, 17, 0.7);
  }
  .mdo\:border-dark-t8 {
    border-color: rgba(17, 17, 17, 0.8);
  }
  .mdo\:border-dark-t9 {
    border-color: rgba(17, 17, 17, 0.9);
  }
  .mdo\:border-dark-100 {
    border-color: #777777;
  }
  .mdo\:border-dark-200 {
    border-color: #5e5e5e;
  }
  .mdo\:border-dark-300 {
    border-color: #444444;
  }
  .mdo\:border-dark-400 {
    border-color: #2b2b2b;
  }
  .mdo\:border-dark-500 {
    border-color: #111;
  }
  .mdo\:border-dark-600 {
    border-color: black;
  }
  .mdo\:border-dark-700 {
    border-color: black;
  }
  .mdo\:border-dark-800 {
    border-color: black;
  }
  .mdo\:border-dark-900 {
    border-color: black;
  }
  .mdo\:fill-dark {
    fill: #111;
  }
  .mdo\:fill-dark-t1 {
    fill: rgba(17, 17, 17, 0.1);
  }
  .mdo\:fill-dark-t2 {
    fill: rgba(17, 17, 17, 0.2);
  }
  .mdo\:fill-dark-t3 {
    fill: rgba(17, 17, 17, 0.3);
  }
  .mdo\:fill-dark-t4 {
    fill: rgba(17, 17, 17, 0.4);
  }
  .mdo\:fill-dark-t5 {
    fill: rgba(17, 17, 17, 0.5);
  }
  .mdo\:fill-dark-t6 {
    fill: rgba(17, 17, 17, 0.6);
  }
  .mdo\:fill-dark-t7 {
    fill: rgba(17, 17, 17, 0.7);
  }
  .mdo\:fill-dark-t8 {
    fill: rgba(17, 17, 17, 0.8);
  }
  .mdo\:fill-dark-t9 {
    fill: rgba(17, 17, 17, 0.9);
  }
  .mdo\:fill-dark-100 {
    fill: #777777;
  }
  .mdo\:fill-dark-200 {
    fill: #5e5e5e;
  }
  .mdo\:fill-dark-300 {
    fill: #444444;
  }
  .mdo\:fill-dark-400 {
    fill: #2b2b2b;
  }
  .mdo\:fill-dark-500 {
    fill: #111;
  }
  .mdo\:fill-dark-600 {
    fill: black;
  }
  .mdo\:fill-dark-700 {
    fill: black;
  }
  .mdo\:fill-dark-800 {
    fill: black;
  }
  .mdo\:fill-dark-900 {
    fill: black;
  }
  .mdo\:color-green {
    color: #22c55e;
  }
  .mdo\:color-green-t1 {
    color: rgba(34, 197, 94, 0.1);
  }
  .mdo\:color-green-t2 {
    color: rgba(34, 197, 94, 0.2);
  }
  .mdo\:color-green-t3 {
    color: rgba(34, 197, 94, 0.3);
  }
  .mdo\:color-green-t4 {
    color: rgba(34, 197, 94, 0.4);
  }
  .mdo\:color-green-t5 {
    color: rgba(34, 197, 94, 0.5);
  }
  .mdo\:color-green-t6 {
    color: rgba(34, 197, 94, 0.6);
  }
  .mdo\:color-green-t7 {
    color: rgba(34, 197, 94, 0.7);
  }
  .mdo\:color-green-t8 {
    color: rgba(34, 197, 94, 0.8);
  }
  .mdo\:color-green-t9 {
    color: rgba(34, 197, 94, 0.9);
  }
  .mdo\:color-green-100 {
    color: #bff4d3;
  }
  .mdo\:color-green-200 {
    color: #94ecb4;
  }
  .mdo\:color-green-300 {
    color: #68e596;
  }
  .mdo\:color-green-400 {
    color: #3ddd78;
  }
  .mdo\:color-green-500 {
    color: #22c55e;
  }
  .mdo\:color-green-600 {
    color: #1a9a49;
  }
  .mdo\:color-green-700 {
    color: #136e34;
  }
  .mdo\:color-green-800 {
    color: #0b4320;
  }
  .mdo\:color-green-900 {
    color: #04170b;
  }
  .mdo\:bg-green {
    background-color: #22c55e;
  }
  .mdo\:bg-green-t1 {
    background-color: rgba(34, 197, 94, 0.1);
  }
  .mdo\:bg-green-t2 {
    background-color: rgba(34, 197, 94, 0.2);
  }
  .mdo\:bg-green-t3 {
    background-color: rgba(34, 197, 94, 0.3);
  }
  .mdo\:bg-green-t4 {
    background-color: rgba(34, 197, 94, 0.4);
  }
  .mdo\:bg-green-t5 {
    background-color: rgba(34, 197, 94, 0.5);
  }
  .mdo\:bg-green-t6 {
    background-color: rgba(34, 197, 94, 0.6);
  }
  .mdo\:bg-green-t7 {
    background-color: rgba(34, 197, 94, 0.7);
  }
  .mdo\:bg-green-t8 {
    background-color: rgba(34, 197, 94, 0.8);
  }
  .mdo\:bg-green-t9 {
    background-color: rgba(34, 197, 94, 0.9);
  }
  .mdo\:bg-green-100 {
    background-color: #bff4d3;
  }
  .mdo\:bg-green-200 {
    background-color: #94ecb4;
  }
  .mdo\:bg-green-300 {
    background-color: #68e596;
  }
  .mdo\:bg-green-400 {
    background-color: #3ddd78;
  }
  .mdo\:bg-green-500 {
    background-color: #22c55e;
  }
  .mdo\:bg-green-600 {
    background-color: #1a9a49;
  }
  .mdo\:bg-green-700 {
    background-color: #136e34;
  }
  .mdo\:bg-green-800 {
    background-color: #0b4320;
  }
  .mdo\:bg-green-900 {
    background-color: #04170b;
  }
  .mdo\:border-green {
    border-color: #22c55e;
  }
  .mdo\:border-green-t1 {
    border-color: rgba(34, 197, 94, 0.1);
  }
  .mdo\:border-green-t2 {
    border-color: rgba(34, 197, 94, 0.2);
  }
  .mdo\:border-green-t3 {
    border-color: rgba(34, 197, 94, 0.3);
  }
  .mdo\:border-green-t4 {
    border-color: rgba(34, 197, 94, 0.4);
  }
  .mdo\:border-green-t5 {
    border-color: rgba(34, 197, 94, 0.5);
  }
  .mdo\:border-green-t6 {
    border-color: rgba(34, 197, 94, 0.6);
  }
  .mdo\:border-green-t7 {
    border-color: rgba(34, 197, 94, 0.7);
  }
  .mdo\:border-green-t8 {
    border-color: rgba(34, 197, 94, 0.8);
  }
  .mdo\:border-green-t9 {
    border-color: rgba(34, 197, 94, 0.9);
  }
  .mdo\:border-green-100 {
    border-color: #bff4d3;
  }
  .mdo\:border-green-200 {
    border-color: #94ecb4;
  }
  .mdo\:border-green-300 {
    border-color: #68e596;
  }
  .mdo\:border-green-400 {
    border-color: #3ddd78;
  }
  .mdo\:border-green-500 {
    border-color: #22c55e;
  }
  .mdo\:border-green-600 {
    border-color: #1a9a49;
  }
  .mdo\:border-green-700 {
    border-color: #136e34;
  }
  .mdo\:border-green-800 {
    border-color: #0b4320;
  }
  .mdo\:border-green-900 {
    border-color: #04170b;
  }
  .mdo\:fill-green {
    fill: #22c55e;
  }
  .mdo\:fill-green-t1 {
    fill: rgba(34, 197, 94, 0.1);
  }
  .mdo\:fill-green-t2 {
    fill: rgba(34, 197, 94, 0.2);
  }
  .mdo\:fill-green-t3 {
    fill: rgba(34, 197, 94, 0.3);
  }
  .mdo\:fill-green-t4 {
    fill: rgba(34, 197, 94, 0.4);
  }
  .mdo\:fill-green-t5 {
    fill: rgba(34, 197, 94, 0.5);
  }
  .mdo\:fill-green-t6 {
    fill: rgba(34, 197, 94, 0.6);
  }
  .mdo\:fill-green-t7 {
    fill: rgba(34, 197, 94, 0.7);
  }
  .mdo\:fill-green-t8 {
    fill: rgba(34, 197, 94, 0.8);
  }
  .mdo\:fill-green-t9 {
    fill: rgba(34, 197, 94, 0.9);
  }
  .mdo\:fill-green-100 {
    fill: #bff4d3;
  }
  .mdo\:fill-green-200 {
    fill: #94ecb4;
  }
  .mdo\:fill-green-300 {
    fill: #68e596;
  }
  .mdo\:fill-green-400 {
    fill: #3ddd78;
  }
  .mdo\:fill-green-500 {
    fill: #22c55e;
  }
  .mdo\:fill-green-600 {
    fill: #1a9a49;
  }
  .mdo\:fill-green-700 {
    fill: #136e34;
  }
  .mdo\:fill-green-800 {
    fill: #0b4320;
  }
  .mdo\:fill-green-900 {
    fill: #04170b;
  }
  .mdo\:color-orange {
    color: #F84C00;
  }
  .mdo\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .mdo\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .mdo\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .mdo\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .mdo\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .mdo\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .mdo\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .mdo\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .mdo\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .mdo\:color-orange-100 {
    color: #ffd7c5;
  }
  .mdo\:color-orange-200 {
    color: #ffb392;
  }
  .mdo\:color-orange-300 {
    color: #ff905f;
  }
  .mdo\:color-orange-400 {
    color: #ff6d2c;
  }
  .mdo\:color-orange-500 {
    color: #F84C00;
  }
  .mdo\:color-orange-600 {
    color: #c53c00;
  }
  .mdo\:color-orange-700 {
    color: #922d00;
  }
  .mdo\:color-orange-800 {
    color: #5f1d00;
  }
  .mdo\:color-orange-900 {
    color: #2c0d00;
  }
  .mdo\:bg-orange {
    background-color: #F84C00;
  }
  .mdo\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .mdo\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .mdo\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .mdo\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .mdo\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .mdo\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .mdo\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .mdo\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .mdo\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .mdo\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .mdo\:bg-orange-200 {
    background-color: #ffb392;
  }
  .mdo\:bg-orange-300 {
    background-color: #ff905f;
  }
  .mdo\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .mdo\:bg-orange-500 {
    background-color: #F84C00;
  }
  .mdo\:bg-orange-600 {
    background-color: #c53c00;
  }
  .mdo\:bg-orange-700 {
    background-color: #922d00;
  }
  .mdo\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .mdo\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .mdo\:border-orange {
    border-color: #F84C00;
  }
  .mdo\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .mdo\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .mdo\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .mdo\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .mdo\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .mdo\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .mdo\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .mdo\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .mdo\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .mdo\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .mdo\:border-orange-200 {
    border-color: #ffb392;
  }
  .mdo\:border-orange-300 {
    border-color: #ff905f;
  }
  .mdo\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .mdo\:border-orange-500 {
    border-color: #F84C00;
  }
  .mdo\:border-orange-600 {
    border-color: #c53c00;
  }
  .mdo\:border-orange-700 {
    border-color: #922d00;
  }
  .mdo\:border-orange-800 {
    border-color: #5f1d00;
  }
  .mdo\:border-orange-900 {
    border-color: #2c0d00;
  }
  .mdo\:fill-orange {
    fill: #F84C00;
  }
  .mdo\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .mdo\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .mdo\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .mdo\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .mdo\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .mdo\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .mdo\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .mdo\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .mdo\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .mdo\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .mdo\:fill-orange-200 {
    fill: #ffb392;
  }
  .mdo\:fill-orange-300 {
    fill: #ff905f;
  }
  .mdo\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .mdo\:fill-orange-500 {
    fill: #F84C00;
  }
  .mdo\:fill-orange-600 {
    fill: #c53c00;
  }
  .mdo\:fill-orange-700 {
    fill: #922d00;
  }
  .mdo\:fill-orange-800 {
    fill: #5f1d00;
  }
  .mdo\:fill-orange-900 {
    fill: #2c0d00;
  }
  .mdo\:color-navy {
    color: #172331;
  }
  .mdo\:color-navy-t1 {
    color: rgba(23, 35, 49, 0.1);
  }
  .mdo\:color-navy-t2 {
    color: rgba(23, 35, 49, 0.2);
  }
  .mdo\:color-navy-t3 {
    color: rgba(23, 35, 49, 0.3);
  }
  .mdo\:color-navy-t4 {
    color: rgba(23, 35, 49, 0.4);
  }
  .mdo\:color-navy-t5 {
    color: rgba(23, 35, 49, 0.5);
  }
  .mdo\:color-navy-t6 {
    color: rgba(23, 35, 49, 0.6);
  }
  .mdo\:color-navy-t7 {
    color: rgba(23, 35, 49, 0.7);
  }
  .mdo\:color-navy-t8 {
    color: rgba(23, 35, 49, 0.8);
  }
  .mdo\:color-navy-t9 {
    color: rgba(23, 35, 49, 0.9);
  }
  .mdo\:color-navy-100 {
    color: #6087b4;
  }
  .mdo\:color-navy-200 {
    color: #486d99;
  }
  .mdo\:color-navy-300 {
    color: #385576;
  }
  .mdo\:color-navy-400 {
    color: #273c54;
  }
  .mdo\:color-navy-500 {
    color: #172331;
  }
  .mdo\:color-navy-600 {
    color: #070a0e;
  }
  .mdo\:color-navy-700 {
    color: black;
  }
  .mdo\:color-navy-800 {
    color: black;
  }
  .mdo\:color-navy-900 {
    color: black;
  }
  .mdo\:bg-navy {
    background-color: #172331;
  }
  .mdo\:bg-navy-t1 {
    background-color: rgba(23, 35, 49, 0.1);
  }
  .mdo\:bg-navy-t2 {
    background-color: rgba(23, 35, 49, 0.2);
  }
  .mdo\:bg-navy-t3 {
    background-color: rgba(23, 35, 49, 0.3);
  }
  .mdo\:bg-navy-t4 {
    background-color: rgba(23, 35, 49, 0.4);
  }
  .mdo\:bg-navy-t5 {
    background-color: rgba(23, 35, 49, 0.5);
  }
  .mdo\:bg-navy-t6 {
    background-color: rgba(23, 35, 49, 0.6);
  }
  .mdo\:bg-navy-t7 {
    background-color: rgba(23, 35, 49, 0.7);
  }
  .mdo\:bg-navy-t8 {
    background-color: rgba(23, 35, 49, 0.8);
  }
  .mdo\:bg-navy-t9 {
    background-color: rgba(23, 35, 49, 0.9);
  }
  .mdo\:bg-navy-100 {
    background-color: #6087b4;
  }
  .mdo\:bg-navy-200 {
    background-color: #486d99;
  }
  .mdo\:bg-navy-300 {
    background-color: #385576;
  }
  .mdo\:bg-navy-400 {
    background-color: #273c54;
  }
  .mdo\:bg-navy-500 {
    background-color: #172331;
  }
  .mdo\:bg-navy-600 {
    background-color: #070a0e;
  }
  .mdo\:bg-navy-700 {
    background-color: black;
  }
  .mdo\:bg-navy-800 {
    background-color: black;
  }
  .mdo\:bg-navy-900 {
    background-color: black;
  }
  .mdo\:border-navy {
    border-color: #172331;
  }
  .mdo\:border-navy-t1 {
    border-color: rgba(23, 35, 49, 0.1);
  }
  .mdo\:border-navy-t2 {
    border-color: rgba(23, 35, 49, 0.2);
  }
  .mdo\:border-navy-t3 {
    border-color: rgba(23, 35, 49, 0.3);
  }
  .mdo\:border-navy-t4 {
    border-color: rgba(23, 35, 49, 0.4);
  }
  .mdo\:border-navy-t5 {
    border-color: rgba(23, 35, 49, 0.5);
  }
  .mdo\:border-navy-t6 {
    border-color: rgba(23, 35, 49, 0.6);
  }
  .mdo\:border-navy-t7 {
    border-color: rgba(23, 35, 49, 0.7);
  }
  .mdo\:border-navy-t8 {
    border-color: rgba(23, 35, 49, 0.8);
  }
  .mdo\:border-navy-t9 {
    border-color: rgba(23, 35, 49, 0.9);
  }
  .mdo\:border-navy-100 {
    border-color: #6087b4;
  }
  .mdo\:border-navy-200 {
    border-color: #486d99;
  }
  .mdo\:border-navy-300 {
    border-color: #385576;
  }
  .mdo\:border-navy-400 {
    border-color: #273c54;
  }
  .mdo\:border-navy-500 {
    border-color: #172331;
  }
  .mdo\:border-navy-600 {
    border-color: #070a0e;
  }
  .mdo\:border-navy-700 {
    border-color: black;
  }
  .mdo\:border-navy-800 {
    border-color: black;
  }
  .mdo\:border-navy-900 {
    border-color: black;
  }
  .mdo\:fill-navy {
    fill: #172331;
  }
  .mdo\:fill-navy-t1 {
    fill: rgba(23, 35, 49, 0.1);
  }
  .mdo\:fill-navy-t2 {
    fill: rgba(23, 35, 49, 0.2);
  }
  .mdo\:fill-navy-t3 {
    fill: rgba(23, 35, 49, 0.3);
  }
  .mdo\:fill-navy-t4 {
    fill: rgba(23, 35, 49, 0.4);
  }
  .mdo\:fill-navy-t5 {
    fill: rgba(23, 35, 49, 0.5);
  }
  .mdo\:fill-navy-t6 {
    fill: rgba(23, 35, 49, 0.6);
  }
  .mdo\:fill-navy-t7 {
    fill: rgba(23, 35, 49, 0.7);
  }
  .mdo\:fill-navy-t8 {
    fill: rgba(23, 35, 49, 0.8);
  }
  .mdo\:fill-navy-t9 {
    fill: rgba(23, 35, 49, 0.9);
  }
  .mdo\:fill-navy-100 {
    fill: #6087b4;
  }
  .mdo\:fill-navy-200 {
    fill: #486d99;
  }
  .mdo\:fill-navy-300 {
    fill: #385576;
  }
  .mdo\:fill-navy-400 {
    fill: #273c54;
  }
  .mdo\:fill-navy-500 {
    fill: #172331;
  }
  .mdo\:fill-navy-600 {
    fill: #070a0e;
  }
  .mdo\:fill-navy-700 {
    fill: black;
  }
  .mdo\:fill-navy-800 {
    fill: black;
  }
  .mdo\:fill-navy-900 {
    fill: black;
  }
  .mdo\:color-denim {
    color: #26376f;
  }
  .mdo\:color-denim-t1 {
    color: rgba(38, 55, 111, 0.1);
  }
  .mdo\:color-denim-t2 {
    color: rgba(38, 55, 111, 0.2);
  }
  .mdo\:color-denim-t3 {
    color: rgba(38, 55, 111, 0.3);
  }
  .mdo\:color-denim-t4 {
    color: rgba(38, 55, 111, 0.4);
  }
  .mdo\:color-denim-t5 {
    color: rgba(38, 55, 111, 0.5);
  }
  .mdo\:color-denim-t6 {
    color: rgba(38, 55, 111, 0.6);
  }
  .mdo\:color-denim-t7 {
    color: rgba(38, 55, 111, 0.7);
  }
  .mdo\:color-denim-t8 {
    color: rgba(38, 55, 111, 0.8);
  }
  .mdo\:color-denim-t9 {
    color: rgba(38, 55, 111, 0.9);
  }
  .mdo\:color-denim-100 {
    color: #8a9cd7;
  }
  .mdo\:color-denim-200 {
    color: #647cca;
  }
  .mdo\:color-denim-300 {
    color: #405dbb;
  }
  .mdo\:color-denim-400 {
    color: #334a95;
  }
  .mdo\:color-denim-500 {
    color: #26376f;
  }
  .mdo\:color-denim-600 {
    color: #192449;
  }
  .mdo\:color-denim-700 {
    color: #0c1123;
  }
  .mdo\:color-denim-800 {
    color: black;
  }
  .mdo\:color-denim-900 {
    color: black;
  }
  .mdo\:bg-denim {
    background-color: #26376f;
  }
  .mdo\:bg-denim-t1 {
    background-color: rgba(38, 55, 111, 0.1);
  }
  .mdo\:bg-denim-t2 {
    background-color: rgba(38, 55, 111, 0.2);
  }
  .mdo\:bg-denim-t3 {
    background-color: rgba(38, 55, 111, 0.3);
  }
  .mdo\:bg-denim-t4 {
    background-color: rgba(38, 55, 111, 0.4);
  }
  .mdo\:bg-denim-t5 {
    background-color: rgba(38, 55, 111, 0.5);
  }
  .mdo\:bg-denim-t6 {
    background-color: rgba(38, 55, 111, 0.6);
  }
  .mdo\:bg-denim-t7 {
    background-color: rgba(38, 55, 111, 0.7);
  }
  .mdo\:bg-denim-t8 {
    background-color: rgba(38, 55, 111, 0.8);
  }
  .mdo\:bg-denim-t9 {
    background-color: rgba(38, 55, 111, 0.9);
  }
  .mdo\:bg-denim-100 {
    background-color: #8a9cd7;
  }
  .mdo\:bg-denim-200 {
    background-color: #647cca;
  }
  .mdo\:bg-denim-300 {
    background-color: #405dbb;
  }
  .mdo\:bg-denim-400 {
    background-color: #334a95;
  }
  .mdo\:bg-denim-500 {
    background-color: #26376f;
  }
  .mdo\:bg-denim-600 {
    background-color: #192449;
  }
  .mdo\:bg-denim-700 {
    background-color: #0c1123;
  }
  .mdo\:bg-denim-800 {
    background-color: black;
  }
  .mdo\:bg-denim-900 {
    background-color: black;
  }
  .mdo\:border-denim {
    border-color: #26376f;
  }
  .mdo\:border-denim-t1 {
    border-color: rgba(38, 55, 111, 0.1);
  }
  .mdo\:border-denim-t2 {
    border-color: rgba(38, 55, 111, 0.2);
  }
  .mdo\:border-denim-t3 {
    border-color: rgba(38, 55, 111, 0.3);
  }
  .mdo\:border-denim-t4 {
    border-color: rgba(38, 55, 111, 0.4);
  }
  .mdo\:border-denim-t5 {
    border-color: rgba(38, 55, 111, 0.5);
  }
  .mdo\:border-denim-t6 {
    border-color: rgba(38, 55, 111, 0.6);
  }
  .mdo\:border-denim-t7 {
    border-color: rgba(38, 55, 111, 0.7);
  }
  .mdo\:border-denim-t8 {
    border-color: rgba(38, 55, 111, 0.8);
  }
  .mdo\:border-denim-t9 {
    border-color: rgba(38, 55, 111, 0.9);
  }
  .mdo\:border-denim-100 {
    border-color: #8a9cd7;
  }
  .mdo\:border-denim-200 {
    border-color: #647cca;
  }
  .mdo\:border-denim-300 {
    border-color: #405dbb;
  }
  .mdo\:border-denim-400 {
    border-color: #334a95;
  }
  .mdo\:border-denim-500 {
    border-color: #26376f;
  }
  .mdo\:border-denim-600 {
    border-color: #192449;
  }
  .mdo\:border-denim-700 {
    border-color: #0c1123;
  }
  .mdo\:border-denim-800 {
    border-color: black;
  }
  .mdo\:border-denim-900 {
    border-color: black;
  }
  .mdo\:fill-denim {
    fill: #26376f;
  }
  .mdo\:fill-denim-t1 {
    fill: rgba(38, 55, 111, 0.1);
  }
  .mdo\:fill-denim-t2 {
    fill: rgba(38, 55, 111, 0.2);
  }
  .mdo\:fill-denim-t3 {
    fill: rgba(38, 55, 111, 0.3);
  }
  .mdo\:fill-denim-t4 {
    fill: rgba(38, 55, 111, 0.4);
  }
  .mdo\:fill-denim-t5 {
    fill: rgba(38, 55, 111, 0.5);
  }
  .mdo\:fill-denim-t6 {
    fill: rgba(38, 55, 111, 0.6);
  }
  .mdo\:fill-denim-t7 {
    fill: rgba(38, 55, 111, 0.7);
  }
  .mdo\:fill-denim-t8 {
    fill: rgba(38, 55, 111, 0.8);
  }
  .mdo\:fill-denim-t9 {
    fill: rgba(38, 55, 111, 0.9);
  }
  .mdo\:fill-denim-100 {
    fill: #8a9cd7;
  }
  .mdo\:fill-denim-200 {
    fill: #647cca;
  }
  .mdo\:fill-denim-300 {
    fill: #405dbb;
  }
  .mdo\:fill-denim-400 {
    fill: #334a95;
  }
  .mdo\:fill-denim-500 {
    fill: #26376f;
  }
  .mdo\:fill-denim-600 {
    fill: #192449;
  }
  .mdo\:fill-denim-700 {
    fill: #0c1123;
  }
  .mdo\:fill-denim-800 {
    fill: black;
  }
  .mdo\:fill-denim-900 {
    fill: black;
  }
  .mdo\:color-slate {
    color: #122832;
  }
  .mdo\:color-slate-t1 {
    color: rgba(18, 40, 50, 0.1);
  }
  .mdo\:color-slate-t2 {
    color: rgba(18, 40, 50, 0.2);
  }
  .mdo\:color-slate-t3 {
    color: rgba(18, 40, 50, 0.3);
  }
  .mdo\:color-slate-t4 {
    color: rgba(18, 40, 50, 0.4);
  }
  .mdo\:color-slate-t5 {
    color: rgba(18, 40, 50, 0.5);
  }
  .mdo\:color-slate-t6 {
    color: rgba(18, 40, 50, 0.6);
  }
  .mdo\:color-slate-t7 {
    color: rgba(18, 40, 50, 0.7);
  }
  .mdo\:color-slate-t8 {
    color: rgba(18, 40, 50, 0.8);
  }
  .mdo\:color-slate-t9 {
    color: rgba(18, 40, 50, 0.9);
  }
  .mdo\:color-slate-100 {
    color: #509dc0;
  }
  .mdo\:color-slate-200 {
    color: #3b82a3;
  }
  .mdo\:color-slate-300 {
    color: #2d647d;
  }
  .mdo\:color-slate-400 {
    color: #204658;
  }
  .mdo\:color-slate-500 {
    color: #122832;
  }
  .mdo\:color-slate-600 {
    color: #050a0d;
  }
  .mdo\:color-slate-700 {
    color: black;
  }
  .mdo\:color-slate-800 {
    color: black;
  }
  .mdo\:color-slate-900 {
    color: black;
  }
  .mdo\:bg-slate {
    background-color: #122832;
  }
  .mdo\:bg-slate-t1 {
    background-color: rgba(18, 40, 50, 0.1);
  }
  .mdo\:bg-slate-t2 {
    background-color: rgba(18, 40, 50, 0.2);
  }
  .mdo\:bg-slate-t3 {
    background-color: rgba(18, 40, 50, 0.3);
  }
  .mdo\:bg-slate-t4 {
    background-color: rgba(18, 40, 50, 0.4);
  }
  .mdo\:bg-slate-t5 {
    background-color: rgba(18, 40, 50, 0.5);
  }
  .mdo\:bg-slate-t6 {
    background-color: rgba(18, 40, 50, 0.6);
  }
  .mdo\:bg-slate-t7 {
    background-color: rgba(18, 40, 50, 0.7);
  }
  .mdo\:bg-slate-t8 {
    background-color: rgba(18, 40, 50, 0.8);
  }
  .mdo\:bg-slate-t9 {
    background-color: rgba(18, 40, 50, 0.9);
  }
  .mdo\:bg-slate-100 {
    background-color: #509dc0;
  }
  .mdo\:bg-slate-200 {
    background-color: #3b82a3;
  }
  .mdo\:bg-slate-300 {
    background-color: #2d647d;
  }
  .mdo\:bg-slate-400 {
    background-color: #204658;
  }
  .mdo\:bg-slate-500 {
    background-color: #122832;
  }
  .mdo\:bg-slate-600 {
    background-color: #050a0d;
  }
  .mdo\:bg-slate-700 {
    background-color: black;
  }
  .mdo\:bg-slate-800 {
    background-color: black;
  }
  .mdo\:bg-slate-900 {
    background-color: black;
  }
  .mdo\:border-slate {
    border-color: #122832;
  }
  .mdo\:border-slate-t1 {
    border-color: rgba(18, 40, 50, 0.1);
  }
  .mdo\:border-slate-t2 {
    border-color: rgba(18, 40, 50, 0.2);
  }
  .mdo\:border-slate-t3 {
    border-color: rgba(18, 40, 50, 0.3);
  }
  .mdo\:border-slate-t4 {
    border-color: rgba(18, 40, 50, 0.4);
  }
  .mdo\:border-slate-t5 {
    border-color: rgba(18, 40, 50, 0.5);
  }
  .mdo\:border-slate-t6 {
    border-color: rgba(18, 40, 50, 0.6);
  }
  .mdo\:border-slate-t7 {
    border-color: rgba(18, 40, 50, 0.7);
  }
  .mdo\:border-slate-t8 {
    border-color: rgba(18, 40, 50, 0.8);
  }
  .mdo\:border-slate-t9 {
    border-color: rgba(18, 40, 50, 0.9);
  }
  .mdo\:border-slate-100 {
    border-color: #509dc0;
  }
  .mdo\:border-slate-200 {
    border-color: #3b82a3;
  }
  .mdo\:border-slate-300 {
    border-color: #2d647d;
  }
  .mdo\:border-slate-400 {
    border-color: #204658;
  }
  .mdo\:border-slate-500 {
    border-color: #122832;
  }
  .mdo\:border-slate-600 {
    border-color: #050a0d;
  }
  .mdo\:border-slate-700 {
    border-color: black;
  }
  .mdo\:border-slate-800 {
    border-color: black;
  }
  .mdo\:border-slate-900 {
    border-color: black;
  }
  .mdo\:fill-slate {
    fill: #122832;
  }
  .mdo\:fill-slate-t1 {
    fill: rgba(18, 40, 50, 0.1);
  }
  .mdo\:fill-slate-t2 {
    fill: rgba(18, 40, 50, 0.2);
  }
  .mdo\:fill-slate-t3 {
    fill: rgba(18, 40, 50, 0.3);
  }
  .mdo\:fill-slate-t4 {
    fill: rgba(18, 40, 50, 0.4);
  }
  .mdo\:fill-slate-t5 {
    fill: rgba(18, 40, 50, 0.5);
  }
  .mdo\:fill-slate-t6 {
    fill: rgba(18, 40, 50, 0.6);
  }
  .mdo\:fill-slate-t7 {
    fill: rgba(18, 40, 50, 0.7);
  }
  .mdo\:fill-slate-t8 {
    fill: rgba(18, 40, 50, 0.8);
  }
  .mdo\:fill-slate-t9 {
    fill: rgba(18, 40, 50, 0.9);
  }
  .mdo\:fill-slate-100 {
    fill: #509dc0;
  }
  .mdo\:fill-slate-200 {
    fill: #3b82a3;
  }
  .mdo\:fill-slate-300 {
    fill: #2d647d;
  }
  .mdo\:fill-slate-400 {
    fill: #204658;
  }
  .mdo\:fill-slate-500 {
    fill: #122832;
  }
  .mdo\:fill-slate-600 {
    fill: #050a0d;
  }
  .mdo\:fill-slate-700 {
    fill: black;
  }
  .mdo\:fill-slate-800 {
    fill: black;
  }
  .mdo\:fill-slate-900 {
    fill: black;
  }
  .mdo\:color-blue {
    color: #096ffa;
  }
  .mdo\:color-blue-t1 {
    color: rgba(9, 111, 250, 0.1);
  }
  .mdo\:color-blue-t2 {
    color: rgba(9, 111, 250, 0.2);
  }
  .mdo\:color-blue-t3 {
    color: rgba(9, 111, 250, 0.3);
  }
  .mdo\:color-blue-t4 {
    color: rgba(9, 111, 250, 0.4);
  }
  .mdo\:color-blue-t5 {
    color: rgba(9, 111, 250, 0.5);
  }
  .mdo\:color-blue-t6 {
    color: rgba(9, 111, 250, 0.6);
  }
  .mdo\:color-blue-t7 {
    color: rgba(9, 111, 250, 0.7);
  }
  .mdo\:color-blue-t8 {
    color: rgba(9, 111, 250, 0.8);
  }
  .mdo\:color-blue-t9 {
    color: rgba(9, 111, 250, 0.9);
  }
  .mdo\:color-blue-100 {
    color: #d1e4fe;
  }
  .mdo\:color-blue-200 {
    color: #9fc7fd;
  }
  .mdo\:color-blue-300 {
    color: #6daafc;
  }
  .mdo\:color-blue-400 {
    color: #3b8cfb;
  }
  .mdo\:color-blue-500 {
    color: #096ffa;
  }
  .mdo\:color-blue-600 {
    color: #0459cc;
  }
  .mdo\:color-blue-700 {
    color: #03439a;
  }
  .mdo\:color-blue-800 {
    color: #022d68;
  }
  .mdo\:color-blue-900 {
    color: #011736;
  }
  .mdo\:bg-blue {
    background-color: #096ffa;
  }
  .mdo\:bg-blue-t1 {
    background-color: rgba(9, 111, 250, 0.1);
  }
  .mdo\:bg-blue-t2 {
    background-color: rgba(9, 111, 250, 0.2);
  }
  .mdo\:bg-blue-t3 {
    background-color: rgba(9, 111, 250, 0.3);
  }
  .mdo\:bg-blue-t4 {
    background-color: rgba(9, 111, 250, 0.4);
  }
  .mdo\:bg-blue-t5 {
    background-color: rgba(9, 111, 250, 0.5);
  }
  .mdo\:bg-blue-t6 {
    background-color: rgba(9, 111, 250, 0.6);
  }
  .mdo\:bg-blue-t7 {
    background-color: rgba(9, 111, 250, 0.7);
  }
  .mdo\:bg-blue-t8 {
    background-color: rgba(9, 111, 250, 0.8);
  }
  .mdo\:bg-blue-t9 {
    background-color: rgba(9, 111, 250, 0.9);
  }
  .mdo\:bg-blue-100 {
    background-color: #d1e4fe;
  }
  .mdo\:bg-blue-200 {
    background-color: #9fc7fd;
  }
  .mdo\:bg-blue-300 {
    background-color: #6daafc;
  }
  .mdo\:bg-blue-400 {
    background-color: #3b8cfb;
  }
  .mdo\:bg-blue-500 {
    background-color: #096ffa;
  }
  .mdo\:bg-blue-600 {
    background-color: #0459cc;
  }
  .mdo\:bg-blue-700 {
    background-color: #03439a;
  }
  .mdo\:bg-blue-800 {
    background-color: #022d68;
  }
  .mdo\:bg-blue-900 {
    background-color: #011736;
  }
  .mdo\:border-blue {
    border-color: #096ffa;
  }
  .mdo\:border-blue-t1 {
    border-color: rgba(9, 111, 250, 0.1);
  }
  .mdo\:border-blue-t2 {
    border-color: rgba(9, 111, 250, 0.2);
  }
  .mdo\:border-blue-t3 {
    border-color: rgba(9, 111, 250, 0.3);
  }
  .mdo\:border-blue-t4 {
    border-color: rgba(9, 111, 250, 0.4);
  }
  .mdo\:border-blue-t5 {
    border-color: rgba(9, 111, 250, 0.5);
  }
  .mdo\:border-blue-t6 {
    border-color: rgba(9, 111, 250, 0.6);
  }
  .mdo\:border-blue-t7 {
    border-color: rgba(9, 111, 250, 0.7);
  }
  .mdo\:border-blue-t8 {
    border-color: rgba(9, 111, 250, 0.8);
  }
  .mdo\:border-blue-t9 {
    border-color: rgba(9, 111, 250, 0.9);
  }
  .mdo\:border-blue-100 {
    border-color: #d1e4fe;
  }
  .mdo\:border-blue-200 {
    border-color: #9fc7fd;
  }
  .mdo\:border-blue-300 {
    border-color: #6daafc;
  }
  .mdo\:border-blue-400 {
    border-color: #3b8cfb;
  }
  .mdo\:border-blue-500 {
    border-color: #096ffa;
  }
  .mdo\:border-blue-600 {
    border-color: #0459cc;
  }
  .mdo\:border-blue-700 {
    border-color: #03439a;
  }
  .mdo\:border-blue-800 {
    border-color: #022d68;
  }
  .mdo\:border-blue-900 {
    border-color: #011736;
  }
  .mdo\:fill-blue {
    fill: #096ffa;
  }
  .mdo\:fill-blue-t1 {
    fill: rgba(9, 111, 250, 0.1);
  }
  .mdo\:fill-blue-t2 {
    fill: rgba(9, 111, 250, 0.2);
  }
  .mdo\:fill-blue-t3 {
    fill: rgba(9, 111, 250, 0.3);
  }
  .mdo\:fill-blue-t4 {
    fill: rgba(9, 111, 250, 0.4);
  }
  .mdo\:fill-blue-t5 {
    fill: rgba(9, 111, 250, 0.5);
  }
  .mdo\:fill-blue-t6 {
    fill: rgba(9, 111, 250, 0.6);
  }
  .mdo\:fill-blue-t7 {
    fill: rgba(9, 111, 250, 0.7);
  }
  .mdo\:fill-blue-t8 {
    fill: rgba(9, 111, 250, 0.8);
  }
  .mdo\:fill-blue-t9 {
    fill: rgba(9, 111, 250, 0.9);
  }
  .mdo\:fill-blue-100 {
    fill: #d1e4fe;
  }
  .mdo\:fill-blue-200 {
    fill: #9fc7fd;
  }
  .mdo\:fill-blue-300 {
    fill: #6daafc;
  }
  .mdo\:fill-blue-400 {
    fill: #3b8cfb;
  }
  .mdo\:fill-blue-500 {
    fill: #096ffa;
  }
  .mdo\:fill-blue-600 {
    fill: #0459cc;
  }
  .mdo\:fill-blue-700 {
    fill: #03439a;
  }
  .mdo\:fill-blue-800 {
    fill: #022d68;
  }
  .mdo\:fill-blue-900 {
    fill: #011736;
  }
  .mdo\:color-aqua {
    color: #8ecae6;
  }
  .mdo\:color-aqua-t1 {
    color: rgba(142, 202, 230, 0.1);
  }
  .mdo\:color-aqua-t2 {
    color: rgba(142, 202, 230, 0.2);
  }
  .mdo\:color-aqua-t3 {
    color: rgba(142, 202, 230, 0.3);
  }
  .mdo\:color-aqua-t4 {
    color: rgba(142, 202, 230, 0.4);
  }
  .mdo\:color-aqua-t5 {
    color: rgba(142, 202, 230, 0.5);
  }
  .mdo\:color-aqua-t6 {
    color: rgba(142, 202, 230, 0.6);
  }
  .mdo\:color-aqua-t7 {
    color: rgba(142, 202, 230, 0.7);
  }
  .mdo\:color-aqua-t8 {
    color: rgba(142, 202, 230, 0.8);
  }
  .mdo\:color-aqua-t9 {
    color: rgba(142, 202, 230, 0.9);
  }
  .mdo\:color-aqua-100 {
    color: white;
  }
  .mdo\:color-aqua-200 {
    color: white;
  }
  .mdo\:color-aqua-300 {
    color: #e2f1f8;
  }
  .mdo\:color-aqua-400 {
    color: #b8deef;
  }
  .mdo\:color-aqua-500 {
    color: #8ecae6;
  }
  .mdo\:color-aqua-600 {
    color: #64b6dd;
  }
  .mdo\:color-aqua-700 {
    color: #3aa3d4;
  }
  .mdo\:color-aqua-800 {
    color: #2887b3;
  }
  .mdo\:color-aqua-900 {
    color: #1e678a;
  }
  .mdo\:bg-aqua {
    background-color: #8ecae6;
  }
  .mdo\:bg-aqua-t1 {
    background-color: rgba(142, 202, 230, 0.1);
  }
  .mdo\:bg-aqua-t2 {
    background-color: rgba(142, 202, 230, 0.2);
  }
  .mdo\:bg-aqua-t3 {
    background-color: rgba(142, 202, 230, 0.3);
  }
  .mdo\:bg-aqua-t4 {
    background-color: rgba(142, 202, 230, 0.4);
  }
  .mdo\:bg-aqua-t5 {
    background-color: rgba(142, 202, 230, 0.5);
  }
  .mdo\:bg-aqua-t6 {
    background-color: rgba(142, 202, 230, 0.6);
  }
  .mdo\:bg-aqua-t7 {
    background-color: rgba(142, 202, 230, 0.7);
  }
  .mdo\:bg-aqua-t8 {
    background-color: rgba(142, 202, 230, 0.8);
  }
  .mdo\:bg-aqua-t9 {
    background-color: rgba(142, 202, 230, 0.9);
  }
  .mdo\:bg-aqua-100 {
    background-color: white;
  }
  .mdo\:bg-aqua-200 {
    background-color: white;
  }
  .mdo\:bg-aqua-300 {
    background-color: #e2f1f8;
  }
  .mdo\:bg-aqua-400 {
    background-color: #b8deef;
  }
  .mdo\:bg-aqua-500 {
    background-color: #8ecae6;
  }
  .mdo\:bg-aqua-600 {
    background-color: #64b6dd;
  }
  .mdo\:bg-aqua-700 {
    background-color: #3aa3d4;
  }
  .mdo\:bg-aqua-800 {
    background-color: #2887b3;
  }
  .mdo\:bg-aqua-900 {
    background-color: #1e678a;
  }
  .mdo\:border-aqua {
    border-color: #8ecae6;
  }
  .mdo\:border-aqua-t1 {
    border-color: rgba(142, 202, 230, 0.1);
  }
  .mdo\:border-aqua-t2 {
    border-color: rgba(142, 202, 230, 0.2);
  }
  .mdo\:border-aqua-t3 {
    border-color: rgba(142, 202, 230, 0.3);
  }
  .mdo\:border-aqua-t4 {
    border-color: rgba(142, 202, 230, 0.4);
  }
  .mdo\:border-aqua-t5 {
    border-color: rgba(142, 202, 230, 0.5);
  }
  .mdo\:border-aqua-t6 {
    border-color: rgba(142, 202, 230, 0.6);
  }
  .mdo\:border-aqua-t7 {
    border-color: rgba(142, 202, 230, 0.7);
  }
  .mdo\:border-aqua-t8 {
    border-color: rgba(142, 202, 230, 0.8);
  }
  .mdo\:border-aqua-t9 {
    border-color: rgba(142, 202, 230, 0.9);
  }
  .mdo\:border-aqua-100 {
    border-color: white;
  }
  .mdo\:border-aqua-200 {
    border-color: white;
  }
  .mdo\:border-aqua-300 {
    border-color: #e2f1f8;
  }
  .mdo\:border-aqua-400 {
    border-color: #b8deef;
  }
  .mdo\:border-aqua-500 {
    border-color: #8ecae6;
  }
  .mdo\:border-aqua-600 {
    border-color: #64b6dd;
  }
  .mdo\:border-aqua-700 {
    border-color: #3aa3d4;
  }
  .mdo\:border-aqua-800 {
    border-color: #2887b3;
  }
  .mdo\:border-aqua-900 {
    border-color: #1e678a;
  }
  .mdo\:fill-aqua {
    fill: #8ecae6;
  }
  .mdo\:fill-aqua-t1 {
    fill: rgba(142, 202, 230, 0.1);
  }
  .mdo\:fill-aqua-t2 {
    fill: rgba(142, 202, 230, 0.2);
  }
  .mdo\:fill-aqua-t3 {
    fill: rgba(142, 202, 230, 0.3);
  }
  .mdo\:fill-aqua-t4 {
    fill: rgba(142, 202, 230, 0.4);
  }
  .mdo\:fill-aqua-t5 {
    fill: rgba(142, 202, 230, 0.5);
  }
  .mdo\:fill-aqua-t6 {
    fill: rgba(142, 202, 230, 0.6);
  }
  .mdo\:fill-aqua-t7 {
    fill: rgba(142, 202, 230, 0.7);
  }
  .mdo\:fill-aqua-t8 {
    fill: rgba(142, 202, 230, 0.8);
  }
  .mdo\:fill-aqua-t9 {
    fill: rgba(142, 202, 230, 0.9);
  }
  .mdo\:fill-aqua-100 {
    fill: white;
  }
  .mdo\:fill-aqua-200 {
    fill: white;
  }
  .mdo\:fill-aqua-300 {
    fill: #e2f1f8;
  }
  .mdo\:fill-aqua-400 {
    fill: #b8deef;
  }
  .mdo\:fill-aqua-500 {
    fill: #8ecae6;
  }
  .mdo\:fill-aqua-600 {
    fill: #64b6dd;
  }
  .mdo\:fill-aqua-700 {
    fill: #3aa3d4;
  }
  .mdo\:fill-aqua-800 {
    fill: #2887b3;
  }
  .mdo\:fill-aqua-900 {
    fill: #1e678a;
  }
  .mdo\:color-yellow {
    color: #ffd203;
  }
  .mdo\:color-yellow-t1 {
    color: rgba(255, 210, 3, 0.1);
  }
  .mdo\:color-yellow-t2 {
    color: rgba(255, 210, 3, 0.2);
  }
  .mdo\:color-yellow-t3 {
    color: rgba(255, 210, 3, 0.3);
  }
  .mdo\:color-yellow-t4 {
    color: rgba(255, 210, 3, 0.4);
  }
  .mdo\:color-yellow-t5 {
    color: rgba(255, 210, 3, 0.5);
  }
  .mdo\:color-yellow-t6 {
    color: rgba(255, 210, 3, 0.6);
  }
  .mdo\:color-yellow-t7 {
    color: rgba(255, 210, 3, 0.7);
  }
  .mdo\:color-yellow-t8 {
    color: rgba(255, 210, 3, 0.8);
  }
  .mdo\:color-yellow-t9 {
    color: rgba(255, 210, 3, 0.9);
  }
  .mdo\:color-yellow-100 {
    color: #fff6cf;
  }
  .mdo\:color-yellow-200 {
    color: #ffed9c;
  }
  .mdo\:color-yellow-300 {
    color: #ffe469;
  }
  .mdo\:color-yellow-400 {
    color: #ffdb36;
  }
  .mdo\:color-yellow-500 {
    color: #ffd203;
  }
  .mdo\:color-yellow-600 {
    color: #cfaa00;
  }
  .mdo\:color-yellow-700 {
    color: #9c8000;
  }
  .mdo\:color-yellow-800 {
    color: #695600;
  }
  .mdo\:color-yellow-900 {
    color: #362c00;
  }
  .mdo\:bg-yellow {
    background-color: #ffd203;
  }
  .mdo\:bg-yellow-t1 {
    background-color: rgba(255, 210, 3, 0.1);
  }
  .mdo\:bg-yellow-t2 {
    background-color: rgba(255, 210, 3, 0.2);
  }
  .mdo\:bg-yellow-t3 {
    background-color: rgba(255, 210, 3, 0.3);
  }
  .mdo\:bg-yellow-t4 {
    background-color: rgba(255, 210, 3, 0.4);
  }
  .mdo\:bg-yellow-t5 {
    background-color: rgba(255, 210, 3, 0.5);
  }
  .mdo\:bg-yellow-t6 {
    background-color: rgba(255, 210, 3, 0.6);
  }
  .mdo\:bg-yellow-t7 {
    background-color: rgba(255, 210, 3, 0.7);
  }
  .mdo\:bg-yellow-t8 {
    background-color: rgba(255, 210, 3, 0.8);
  }
  .mdo\:bg-yellow-t9 {
    background-color: rgba(255, 210, 3, 0.9);
  }
  .mdo\:bg-yellow-100 {
    background-color: #fff6cf;
  }
  .mdo\:bg-yellow-200 {
    background-color: #ffed9c;
  }
  .mdo\:bg-yellow-300 {
    background-color: #ffe469;
  }
  .mdo\:bg-yellow-400 {
    background-color: #ffdb36;
  }
  .mdo\:bg-yellow-500 {
    background-color: #ffd203;
  }
  .mdo\:bg-yellow-600 {
    background-color: #cfaa00;
  }
  .mdo\:bg-yellow-700 {
    background-color: #9c8000;
  }
  .mdo\:bg-yellow-800 {
    background-color: #695600;
  }
  .mdo\:bg-yellow-900 {
    background-color: #362c00;
  }
  .mdo\:border-yellow {
    border-color: #ffd203;
  }
  .mdo\:border-yellow-t1 {
    border-color: rgba(255, 210, 3, 0.1);
  }
  .mdo\:border-yellow-t2 {
    border-color: rgba(255, 210, 3, 0.2);
  }
  .mdo\:border-yellow-t3 {
    border-color: rgba(255, 210, 3, 0.3);
  }
  .mdo\:border-yellow-t4 {
    border-color: rgba(255, 210, 3, 0.4);
  }
  .mdo\:border-yellow-t5 {
    border-color: rgba(255, 210, 3, 0.5);
  }
  .mdo\:border-yellow-t6 {
    border-color: rgba(255, 210, 3, 0.6);
  }
  .mdo\:border-yellow-t7 {
    border-color: rgba(255, 210, 3, 0.7);
  }
  .mdo\:border-yellow-t8 {
    border-color: rgba(255, 210, 3, 0.8);
  }
  .mdo\:border-yellow-t9 {
    border-color: rgba(255, 210, 3, 0.9);
  }
  .mdo\:border-yellow-100 {
    border-color: #fff6cf;
  }
  .mdo\:border-yellow-200 {
    border-color: #ffed9c;
  }
  .mdo\:border-yellow-300 {
    border-color: #ffe469;
  }
  .mdo\:border-yellow-400 {
    border-color: #ffdb36;
  }
  .mdo\:border-yellow-500 {
    border-color: #ffd203;
  }
  .mdo\:border-yellow-600 {
    border-color: #cfaa00;
  }
  .mdo\:border-yellow-700 {
    border-color: #9c8000;
  }
  .mdo\:border-yellow-800 {
    border-color: #695600;
  }
  .mdo\:border-yellow-900 {
    border-color: #362c00;
  }
  .mdo\:fill-yellow {
    fill: #ffd203;
  }
  .mdo\:fill-yellow-t1 {
    fill: rgba(255, 210, 3, 0.1);
  }
  .mdo\:fill-yellow-t2 {
    fill: rgba(255, 210, 3, 0.2);
  }
  .mdo\:fill-yellow-t3 {
    fill: rgba(255, 210, 3, 0.3);
  }
  .mdo\:fill-yellow-t4 {
    fill: rgba(255, 210, 3, 0.4);
  }
  .mdo\:fill-yellow-t5 {
    fill: rgba(255, 210, 3, 0.5);
  }
  .mdo\:fill-yellow-t6 {
    fill: rgba(255, 210, 3, 0.6);
  }
  .mdo\:fill-yellow-t7 {
    fill: rgba(255, 210, 3, 0.7);
  }
  .mdo\:fill-yellow-t8 {
    fill: rgba(255, 210, 3, 0.8);
  }
  .mdo\:fill-yellow-t9 {
    fill: rgba(255, 210, 3, 0.9);
  }
  .mdo\:fill-yellow-100 {
    fill: #fff6cf;
  }
  .mdo\:fill-yellow-200 {
    fill: #ffed9c;
  }
  .mdo\:fill-yellow-300 {
    fill: #ffe469;
  }
  .mdo\:fill-yellow-400 {
    fill: #ffdb36;
  }
  .mdo\:fill-yellow-500 {
    fill: #ffd203;
  }
  .mdo\:fill-yellow-600 {
    fill: #cfaa00;
  }
  .mdo\:fill-yellow-700 {
    fill: #9c8000;
  }
  .mdo\:fill-yellow-800 {
    fill: #695600;
  }
  .mdo\:fill-yellow-900 {
    fill: #362c00;
  }
  .mdo\:color-violet {
    color: #210037;
  }
  .mdo\:color-violet-t1 {
    color: rgba(33, 0, 55, 0.1);
  }
  .mdo\:color-violet-t2 {
    color: rgba(33, 0, 55, 0.2);
  }
  .mdo\:color-violet-t3 {
    color: rgba(33, 0, 55, 0.3);
  }
  .mdo\:color-violet-t4 {
    color: rgba(33, 0, 55, 0.4);
  }
  .mdo\:color-violet-t5 {
    color: rgba(33, 0, 55, 0.5);
  }
  .mdo\:color-violet-t6 {
    color: rgba(33, 0, 55, 0.6);
  }
  .mdo\:color-violet-t7 {
    color: rgba(33, 0, 55, 0.7);
  }
  .mdo\:color-violet-t8 {
    color: rgba(33, 0, 55, 0.8);
  }
  .mdo\:color-violet-t9 {
    color: rgba(33, 0, 55, 0.9);
  }
  .mdo\:color-violet-100 {
    color: #9b04ff;
  }
  .mdo\:color-violet-200 {
    color: #7d00d0;
  }
  .mdo\:color-violet-300 {
    color: #5e009d;
  }
  .mdo\:color-violet-400 {
    color: #40006a;
  }
  .mdo\:color-violet-500 {
    color: #210037;
  }
  .mdo\:color-violet-600 {
    color: #020004;
  }
  .mdo\:color-violet-700 {
    color: black;
  }
  .mdo\:color-violet-800 {
    color: black;
  }
  .mdo\:color-violet-900 {
    color: black;
  }
  .mdo\:bg-violet {
    background-color: #210037;
  }
  .mdo\:bg-violet-t1 {
    background-color: rgba(33, 0, 55, 0.1);
  }
  .mdo\:bg-violet-t2 {
    background-color: rgba(33, 0, 55, 0.2);
  }
  .mdo\:bg-violet-t3 {
    background-color: rgba(33, 0, 55, 0.3);
  }
  .mdo\:bg-violet-t4 {
    background-color: rgba(33, 0, 55, 0.4);
  }
  .mdo\:bg-violet-t5 {
    background-color: rgba(33, 0, 55, 0.5);
  }
  .mdo\:bg-violet-t6 {
    background-color: rgba(33, 0, 55, 0.6);
  }
  .mdo\:bg-violet-t7 {
    background-color: rgba(33, 0, 55, 0.7);
  }
  .mdo\:bg-violet-t8 {
    background-color: rgba(33, 0, 55, 0.8);
  }
  .mdo\:bg-violet-t9 {
    background-color: rgba(33, 0, 55, 0.9);
  }
  .mdo\:bg-violet-100 {
    background-color: #9b04ff;
  }
  .mdo\:bg-violet-200 {
    background-color: #7d00d0;
  }
  .mdo\:bg-violet-300 {
    background-color: #5e009d;
  }
  .mdo\:bg-violet-400 {
    background-color: #40006a;
  }
  .mdo\:bg-violet-500 {
    background-color: #210037;
  }
  .mdo\:bg-violet-600 {
    background-color: #020004;
  }
  .mdo\:bg-violet-700 {
    background-color: black;
  }
  .mdo\:bg-violet-800 {
    background-color: black;
  }
  .mdo\:bg-violet-900 {
    background-color: black;
  }
  .mdo\:border-violet {
    border-color: #210037;
  }
  .mdo\:border-violet-t1 {
    border-color: rgba(33, 0, 55, 0.1);
  }
  .mdo\:border-violet-t2 {
    border-color: rgba(33, 0, 55, 0.2);
  }
  .mdo\:border-violet-t3 {
    border-color: rgba(33, 0, 55, 0.3);
  }
  .mdo\:border-violet-t4 {
    border-color: rgba(33, 0, 55, 0.4);
  }
  .mdo\:border-violet-t5 {
    border-color: rgba(33, 0, 55, 0.5);
  }
  .mdo\:border-violet-t6 {
    border-color: rgba(33, 0, 55, 0.6);
  }
  .mdo\:border-violet-t7 {
    border-color: rgba(33, 0, 55, 0.7);
  }
  .mdo\:border-violet-t8 {
    border-color: rgba(33, 0, 55, 0.8);
  }
  .mdo\:border-violet-t9 {
    border-color: rgba(33, 0, 55, 0.9);
  }
  .mdo\:border-violet-100 {
    border-color: #9b04ff;
  }
  .mdo\:border-violet-200 {
    border-color: #7d00d0;
  }
  .mdo\:border-violet-300 {
    border-color: #5e009d;
  }
  .mdo\:border-violet-400 {
    border-color: #40006a;
  }
  .mdo\:border-violet-500 {
    border-color: #210037;
  }
  .mdo\:border-violet-600 {
    border-color: #020004;
  }
  .mdo\:border-violet-700 {
    border-color: black;
  }
  .mdo\:border-violet-800 {
    border-color: black;
  }
  .mdo\:border-violet-900 {
    border-color: black;
  }
  .mdo\:fill-violet {
    fill: #210037;
  }
  .mdo\:fill-violet-t1 {
    fill: rgba(33, 0, 55, 0.1);
  }
  .mdo\:fill-violet-t2 {
    fill: rgba(33, 0, 55, 0.2);
  }
  .mdo\:fill-violet-t3 {
    fill: rgba(33, 0, 55, 0.3);
  }
  .mdo\:fill-violet-t4 {
    fill: rgba(33, 0, 55, 0.4);
  }
  .mdo\:fill-violet-t5 {
    fill: rgba(33, 0, 55, 0.5);
  }
  .mdo\:fill-violet-t6 {
    fill: rgba(33, 0, 55, 0.6);
  }
  .mdo\:fill-violet-t7 {
    fill: rgba(33, 0, 55, 0.7);
  }
  .mdo\:fill-violet-t8 {
    fill: rgba(33, 0, 55, 0.8);
  }
  .mdo\:fill-violet-t9 {
    fill: rgba(33, 0, 55, 0.9);
  }
  .mdo\:fill-violet-100 {
    fill: #9b04ff;
  }
  .mdo\:fill-violet-200 {
    fill: #7d00d0;
  }
  .mdo\:fill-violet-300 {
    fill: #5e009d;
  }
  .mdo\:fill-violet-400 {
    fill: #40006a;
  }
  .mdo\:fill-violet-500 {
    fill: #210037;
  }
  .mdo\:fill-violet-600 {
    fill: #020004;
  }
  .mdo\:fill-violet-700 {
    fill: black;
  }
  .mdo\:fill-violet-800 {
    fill: black;
  }
  .mdo\:fill-violet-900 {
    fill: black;
  }
  .mdo\:color-purple {
    color: #a91d7e;
  }
  .mdo\:color-purple-t1 {
    color: rgba(169, 29, 126, 0.1);
  }
  .mdo\:color-purple-t2 {
    color: rgba(169, 29, 126, 0.2);
  }
  .mdo\:color-purple-t3 {
    color: rgba(169, 29, 126, 0.3);
  }
  .mdo\:color-purple-t4 {
    color: rgba(169, 29, 126, 0.4);
  }
  .mdo\:color-purple-t5 {
    color: rgba(169, 29, 126, 0.5);
  }
  .mdo\:color-purple-t6 {
    color: rgba(169, 29, 126, 0.6);
  }
  .mdo\:color-purple-t7 {
    color: rgba(169, 29, 126, 0.7);
  }
  .mdo\:color-purple-t8 {
    color: rgba(169, 29, 126, 0.8);
  }
  .mdo\:color-purple-t9 {
    color: rgba(169, 29, 126, 0.9);
  }
  .mdo\:color-purple-100 {
    color: #efa3d8;
  }
  .mdo\:color-purple-200 {
    color: #e877c5;
  }
  .mdo\:color-purple-300 {
    color: #e04cb3;
  }
  .mdo\:color-purple-400 {
    color: #d5249e;
  }
  .mdo\:color-purple-500 {
    color: #a91d7e;
  }
  .mdo\:color-purple-600 {
    color: #7d165e;
  }
  .mdo\:color-purple-700 {
    color: #520e3d;
  }
  .mdo\:color-purple-800 {
    color: #26071d;
  }
  .mdo\:color-purple-900 {
    color: black;
  }
  .mdo\:bg-purple {
    background-color: #a91d7e;
  }
  .mdo\:bg-purple-t1 {
    background-color: rgba(169, 29, 126, 0.1);
  }
  .mdo\:bg-purple-t2 {
    background-color: rgba(169, 29, 126, 0.2);
  }
  .mdo\:bg-purple-t3 {
    background-color: rgba(169, 29, 126, 0.3);
  }
  .mdo\:bg-purple-t4 {
    background-color: rgba(169, 29, 126, 0.4);
  }
  .mdo\:bg-purple-t5 {
    background-color: rgba(169, 29, 126, 0.5);
  }
  .mdo\:bg-purple-t6 {
    background-color: rgba(169, 29, 126, 0.6);
  }
  .mdo\:bg-purple-t7 {
    background-color: rgba(169, 29, 126, 0.7);
  }
  .mdo\:bg-purple-t8 {
    background-color: rgba(169, 29, 126, 0.8);
  }
  .mdo\:bg-purple-t9 {
    background-color: rgba(169, 29, 126, 0.9);
  }
  .mdo\:bg-purple-100 {
    background-color: #efa3d8;
  }
  .mdo\:bg-purple-200 {
    background-color: #e877c5;
  }
  .mdo\:bg-purple-300 {
    background-color: #e04cb3;
  }
  .mdo\:bg-purple-400 {
    background-color: #d5249e;
  }
  .mdo\:bg-purple-500 {
    background-color: #a91d7e;
  }
  .mdo\:bg-purple-600 {
    background-color: #7d165e;
  }
  .mdo\:bg-purple-700 {
    background-color: #520e3d;
  }
  .mdo\:bg-purple-800 {
    background-color: #26071d;
  }
  .mdo\:bg-purple-900 {
    background-color: black;
  }
  .mdo\:border-purple {
    border-color: #a91d7e;
  }
  .mdo\:border-purple-t1 {
    border-color: rgba(169, 29, 126, 0.1);
  }
  .mdo\:border-purple-t2 {
    border-color: rgba(169, 29, 126, 0.2);
  }
  .mdo\:border-purple-t3 {
    border-color: rgba(169, 29, 126, 0.3);
  }
  .mdo\:border-purple-t4 {
    border-color: rgba(169, 29, 126, 0.4);
  }
  .mdo\:border-purple-t5 {
    border-color: rgba(169, 29, 126, 0.5);
  }
  .mdo\:border-purple-t6 {
    border-color: rgba(169, 29, 126, 0.6);
  }
  .mdo\:border-purple-t7 {
    border-color: rgba(169, 29, 126, 0.7);
  }
  .mdo\:border-purple-t8 {
    border-color: rgba(169, 29, 126, 0.8);
  }
  .mdo\:border-purple-t9 {
    border-color: rgba(169, 29, 126, 0.9);
  }
  .mdo\:border-purple-100 {
    border-color: #efa3d8;
  }
  .mdo\:border-purple-200 {
    border-color: #e877c5;
  }
  .mdo\:border-purple-300 {
    border-color: #e04cb3;
  }
  .mdo\:border-purple-400 {
    border-color: #d5249e;
  }
  .mdo\:border-purple-500 {
    border-color: #a91d7e;
  }
  .mdo\:border-purple-600 {
    border-color: #7d165e;
  }
  .mdo\:border-purple-700 {
    border-color: #520e3d;
  }
  .mdo\:border-purple-800 {
    border-color: #26071d;
  }
  .mdo\:border-purple-900 {
    border-color: black;
  }
  .mdo\:fill-purple {
    fill: #a91d7e;
  }
  .mdo\:fill-purple-t1 {
    fill: rgba(169, 29, 126, 0.1);
  }
  .mdo\:fill-purple-t2 {
    fill: rgba(169, 29, 126, 0.2);
  }
  .mdo\:fill-purple-t3 {
    fill: rgba(169, 29, 126, 0.3);
  }
  .mdo\:fill-purple-t4 {
    fill: rgba(169, 29, 126, 0.4);
  }
  .mdo\:fill-purple-t5 {
    fill: rgba(169, 29, 126, 0.5);
  }
  .mdo\:fill-purple-t6 {
    fill: rgba(169, 29, 126, 0.6);
  }
  .mdo\:fill-purple-t7 {
    fill: rgba(169, 29, 126, 0.7);
  }
  .mdo\:fill-purple-t8 {
    fill: rgba(169, 29, 126, 0.8);
  }
  .mdo\:fill-purple-t9 {
    fill: rgba(169, 29, 126, 0.9);
  }
  .mdo\:fill-purple-100 {
    fill: #efa3d8;
  }
  .mdo\:fill-purple-200 {
    fill: #e877c5;
  }
  .mdo\:fill-purple-300 {
    fill: #e04cb3;
  }
  .mdo\:fill-purple-400 {
    fill: #d5249e;
  }
  .mdo\:fill-purple-500 {
    fill: #a91d7e;
  }
  .mdo\:fill-purple-600 {
    fill: #7d165e;
  }
  .mdo\:fill-purple-700 {
    fill: #520e3d;
  }
  .mdo\:fill-purple-800 {
    fill: #26071d;
  }
  .mdo\:fill-purple-900 {
    fill: black;
  }
  .mdo\:color-red {
    color: #cc0000;
  }
  .mdo\:color-red-t1 {
    color: rgba(204, 0, 0, 0.1);
  }
  .mdo\:color-red-t2 {
    color: rgba(204, 0, 0, 0.2);
  }
  .mdo\:color-red-t3 {
    color: rgba(204, 0, 0, 0.3);
  }
  .mdo\:color-red-t4 {
    color: rgba(204, 0, 0, 0.4);
  }
  .mdo\:color-red-t5 {
    color: rgba(204, 0, 0, 0.5);
  }
  .mdo\:color-red-t6 {
    color: rgba(204, 0, 0, 0.6);
  }
  .mdo\:color-red-t7 {
    color: rgba(204, 0, 0, 0.7);
  }
  .mdo\:color-red-t8 {
    color: rgba(204, 0, 0, 0.8);
  }
  .mdo\:color-red-t9 {
    color: rgba(204, 0, 0, 0.9);
  }
  .mdo\:color-red-100 {
    color: #ff9999;
  }
  .mdo\:color-red-200 {
    color: #ff6666;
  }
  .mdo\:color-red-300 {
    color: #ff3333;
  }
  .mdo\:color-red-400 {
    color: red;
  }
  .mdo\:color-red-500 {
    color: #cc0000;
  }
  .mdo\:color-red-600 {
    color: #990000;
  }
  .mdo\:color-red-700 {
    color: #660000;
  }
  .mdo\:color-red-800 {
    color: #330000;
  }
  .mdo\:color-red-900 {
    color: black;
  }
  .mdo\:bg-red {
    background-color: #cc0000;
  }
  .mdo\:bg-red-t1 {
    background-color: rgba(204, 0, 0, 0.1);
  }
  .mdo\:bg-red-t2 {
    background-color: rgba(204, 0, 0, 0.2);
  }
  .mdo\:bg-red-t3 {
    background-color: rgba(204, 0, 0, 0.3);
  }
  .mdo\:bg-red-t4 {
    background-color: rgba(204, 0, 0, 0.4);
  }
  .mdo\:bg-red-t5 {
    background-color: rgba(204, 0, 0, 0.5);
  }
  .mdo\:bg-red-t6 {
    background-color: rgba(204, 0, 0, 0.6);
  }
  .mdo\:bg-red-t7 {
    background-color: rgba(204, 0, 0, 0.7);
  }
  .mdo\:bg-red-t8 {
    background-color: rgba(204, 0, 0, 0.8);
  }
  .mdo\:bg-red-t9 {
    background-color: rgba(204, 0, 0, 0.9);
  }
  .mdo\:bg-red-100 {
    background-color: #ff9999;
  }
  .mdo\:bg-red-200 {
    background-color: #ff6666;
  }
  .mdo\:bg-red-300 {
    background-color: #ff3333;
  }
  .mdo\:bg-red-400 {
    background-color: red;
  }
  .mdo\:bg-red-500 {
    background-color: #cc0000;
  }
  .mdo\:bg-red-600 {
    background-color: #990000;
  }
  .mdo\:bg-red-700 {
    background-color: #660000;
  }
  .mdo\:bg-red-800 {
    background-color: #330000;
  }
  .mdo\:bg-red-900 {
    background-color: black;
  }
  .mdo\:border-red {
    border-color: #cc0000;
  }
  .mdo\:border-red-t1 {
    border-color: rgba(204, 0, 0, 0.1);
  }
  .mdo\:border-red-t2 {
    border-color: rgba(204, 0, 0, 0.2);
  }
  .mdo\:border-red-t3 {
    border-color: rgba(204, 0, 0, 0.3);
  }
  .mdo\:border-red-t4 {
    border-color: rgba(204, 0, 0, 0.4);
  }
  .mdo\:border-red-t5 {
    border-color: rgba(204, 0, 0, 0.5);
  }
  .mdo\:border-red-t6 {
    border-color: rgba(204, 0, 0, 0.6);
  }
  .mdo\:border-red-t7 {
    border-color: rgba(204, 0, 0, 0.7);
  }
  .mdo\:border-red-t8 {
    border-color: rgba(204, 0, 0, 0.8);
  }
  .mdo\:border-red-t9 {
    border-color: rgba(204, 0, 0, 0.9);
  }
  .mdo\:border-red-100 {
    border-color: #ff9999;
  }
  .mdo\:border-red-200 {
    border-color: #ff6666;
  }
  .mdo\:border-red-300 {
    border-color: #ff3333;
  }
  .mdo\:border-red-400 {
    border-color: red;
  }
  .mdo\:border-red-500 {
    border-color: #cc0000;
  }
  .mdo\:border-red-600 {
    border-color: #990000;
  }
  .mdo\:border-red-700 {
    border-color: #660000;
  }
  .mdo\:border-red-800 {
    border-color: #330000;
  }
  .mdo\:border-red-900 {
    border-color: black;
  }
  .mdo\:fill-red {
    fill: #cc0000;
  }
  .mdo\:fill-red-t1 {
    fill: rgba(204, 0, 0, 0.1);
  }
  .mdo\:fill-red-t2 {
    fill: rgba(204, 0, 0, 0.2);
  }
  .mdo\:fill-red-t3 {
    fill: rgba(204, 0, 0, 0.3);
  }
  .mdo\:fill-red-t4 {
    fill: rgba(204, 0, 0, 0.4);
  }
  .mdo\:fill-red-t5 {
    fill: rgba(204, 0, 0, 0.5);
  }
  .mdo\:fill-red-t6 {
    fill: rgba(204, 0, 0, 0.6);
  }
  .mdo\:fill-red-t7 {
    fill: rgba(204, 0, 0, 0.7);
  }
  .mdo\:fill-red-t8 {
    fill: rgba(204, 0, 0, 0.8);
  }
  .mdo\:fill-red-t9 {
    fill: rgba(204, 0, 0, 0.9);
  }
  .mdo\:fill-red-100 {
    fill: #ff9999;
  }
  .mdo\:fill-red-200 {
    fill: #ff6666;
  }
  .mdo\:fill-red-300 {
    fill: #ff3333;
  }
  .mdo\:fill-red-400 {
    fill: red;
  }
  .mdo\:fill-red-500 {
    fill: #cc0000;
  }
  .mdo\:fill-red-600 {
    fill: #990000;
  }
  .mdo\:fill-red-700 {
    fill: #660000;
  }
  .mdo\:fill-red-800 {
    fill: #330000;
  }
  .mdo\:fill-red-900 {
    fill: black;
  }
  .mdo\:color-orange {
    color: #F84C00;
  }
  .mdo\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .mdo\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .mdo\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .mdo\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .mdo\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .mdo\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .mdo\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .mdo\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .mdo\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .mdo\:color-orange-100 {
    color: #ffd7c5;
  }
  .mdo\:color-orange-200 {
    color: #ffb392;
  }
  .mdo\:color-orange-300 {
    color: #ff905f;
  }
  .mdo\:color-orange-400 {
    color: #ff6d2c;
  }
  .mdo\:color-orange-500 {
    color: #F84C00;
  }
  .mdo\:color-orange-600 {
    color: #c53c00;
  }
  .mdo\:color-orange-700 {
    color: #922d00;
  }
  .mdo\:color-orange-800 {
    color: #5f1d00;
  }
  .mdo\:color-orange-900 {
    color: #2c0d00;
  }
  .mdo\:bg-orange {
    background-color: #F84C00;
  }
  .mdo\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .mdo\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .mdo\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .mdo\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .mdo\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .mdo\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .mdo\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .mdo\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .mdo\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .mdo\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .mdo\:bg-orange-200 {
    background-color: #ffb392;
  }
  .mdo\:bg-orange-300 {
    background-color: #ff905f;
  }
  .mdo\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .mdo\:bg-orange-500 {
    background-color: #F84C00;
  }
  .mdo\:bg-orange-600 {
    background-color: #c53c00;
  }
  .mdo\:bg-orange-700 {
    background-color: #922d00;
  }
  .mdo\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .mdo\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .mdo\:border-orange {
    border-color: #F84C00;
  }
  .mdo\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .mdo\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .mdo\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .mdo\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .mdo\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .mdo\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .mdo\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .mdo\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .mdo\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .mdo\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .mdo\:border-orange-200 {
    border-color: #ffb392;
  }
  .mdo\:border-orange-300 {
    border-color: #ff905f;
  }
  .mdo\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .mdo\:border-orange-500 {
    border-color: #F84C00;
  }
  .mdo\:border-orange-600 {
    border-color: #c53c00;
  }
  .mdo\:border-orange-700 {
    border-color: #922d00;
  }
  .mdo\:border-orange-800 {
    border-color: #5f1d00;
  }
  .mdo\:border-orange-900 {
    border-color: #2c0d00;
  }
  .mdo\:fill-orange {
    fill: #F84C00;
  }
  .mdo\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .mdo\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .mdo\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .mdo\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .mdo\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .mdo\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .mdo\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .mdo\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .mdo\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .mdo\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .mdo\:fill-orange-200 {
    fill: #ffb392;
  }
  .mdo\:fill-orange-300 {
    fill: #ff905f;
  }
  .mdo\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .mdo\:fill-orange-500 {
    fill: #F84C00;
  }
  .mdo\:fill-orange-600 {
    fill: #c53c00;
  }
  .mdo\:fill-orange-700 {
    fill: #922d00;
  }
  .mdo\:fill-orange-800 {
    fill: #5f1d00;
  }
  .mdo\:fill-orange-900 {
    fill: #2c0d00;
  }
  .mdo\:color-brown {
    color: #D2C092;
  }
  .mdo\:color-brown-t1 {
    color: rgba(210, 192, 146, 0.1);
  }
  .mdo\:color-brown-t2 {
    color: rgba(210, 192, 146, 0.2);
  }
  .mdo\:color-brown-t3 {
    color: rgba(210, 192, 146, 0.3);
  }
  .mdo\:color-brown-t4 {
    color: rgba(210, 192, 146, 0.4);
  }
  .mdo\:color-brown-t5 {
    color: rgba(210, 192, 146, 0.5);
  }
  .mdo\:color-brown-t6 {
    color: rgba(210, 192, 146, 0.6);
  }
  .mdo\:color-brown-t7 {
    color: rgba(210, 192, 146, 0.7);
  }
  .mdo\:color-brown-t8 {
    color: rgba(210, 192, 146, 0.8);
  }
  .mdo\:color-brown-t9 {
    color: rgba(210, 192, 146, 0.9);
  }
  .mdo\:color-brown-100 {
    color: white;
  }
  .mdo\:color-brown-200 {
    color: #fffffe;
  }
  .mdo\:color-brown-300 {
    color: #f0eada;
  }
  .mdo\:color-brown-400 {
    color: #e1d5b6;
  }
  .mdo\:color-brown-500 {
    color: #D2C092;
  }
  .mdo\:color-brown-600 {
    color: #c3ab6e;
  }
  .mdo\:color-brown-700 {
    color: #b4964a;
  }
  .mdo\:color-brown-800 {
    color: #90783b;
  }
  .mdo\:color-brown-900 {
    color: #6c5a2c;
  }
  .mdo\:bg-brown {
    background-color: #D2C092;
  }
  .mdo\:bg-brown-t1 {
    background-color: rgba(210, 192, 146, 0.1);
  }
  .mdo\:bg-brown-t2 {
    background-color: rgba(210, 192, 146, 0.2);
  }
  .mdo\:bg-brown-t3 {
    background-color: rgba(210, 192, 146, 0.3);
  }
  .mdo\:bg-brown-t4 {
    background-color: rgba(210, 192, 146, 0.4);
  }
  .mdo\:bg-brown-t5 {
    background-color: rgba(210, 192, 146, 0.5);
  }
  .mdo\:bg-brown-t6 {
    background-color: rgba(210, 192, 146, 0.6);
  }
  .mdo\:bg-brown-t7 {
    background-color: rgba(210, 192, 146, 0.7);
  }
  .mdo\:bg-brown-t8 {
    background-color: rgba(210, 192, 146, 0.8);
  }
  .mdo\:bg-brown-t9 {
    background-color: rgba(210, 192, 146, 0.9);
  }
  .mdo\:bg-brown-100 {
    background-color: white;
  }
  .mdo\:bg-brown-200 {
    background-color: #fffffe;
  }
  .mdo\:bg-brown-300 {
    background-color: #f0eada;
  }
  .mdo\:bg-brown-400 {
    background-color: #e1d5b6;
  }
  .mdo\:bg-brown-500 {
    background-color: #D2C092;
  }
  .mdo\:bg-brown-600 {
    background-color: #c3ab6e;
  }
  .mdo\:bg-brown-700 {
    background-color: #b4964a;
  }
  .mdo\:bg-brown-800 {
    background-color: #90783b;
  }
  .mdo\:bg-brown-900 {
    background-color: #6c5a2c;
  }
  .mdo\:border-brown {
    border-color: #D2C092;
  }
  .mdo\:border-brown-t1 {
    border-color: rgba(210, 192, 146, 0.1);
  }
  .mdo\:border-brown-t2 {
    border-color: rgba(210, 192, 146, 0.2);
  }
  .mdo\:border-brown-t3 {
    border-color: rgba(210, 192, 146, 0.3);
  }
  .mdo\:border-brown-t4 {
    border-color: rgba(210, 192, 146, 0.4);
  }
  .mdo\:border-brown-t5 {
    border-color: rgba(210, 192, 146, 0.5);
  }
  .mdo\:border-brown-t6 {
    border-color: rgba(210, 192, 146, 0.6);
  }
  .mdo\:border-brown-t7 {
    border-color: rgba(210, 192, 146, 0.7);
  }
  .mdo\:border-brown-t8 {
    border-color: rgba(210, 192, 146, 0.8);
  }
  .mdo\:border-brown-t9 {
    border-color: rgba(210, 192, 146, 0.9);
  }
  .mdo\:border-brown-100 {
    border-color: white;
  }
  .mdo\:border-brown-200 {
    border-color: #fffffe;
  }
  .mdo\:border-brown-300 {
    border-color: #f0eada;
  }
  .mdo\:border-brown-400 {
    border-color: #e1d5b6;
  }
  .mdo\:border-brown-500 {
    border-color: #D2C092;
  }
  .mdo\:border-brown-600 {
    border-color: #c3ab6e;
  }
  .mdo\:border-brown-700 {
    border-color: #b4964a;
  }
  .mdo\:border-brown-800 {
    border-color: #90783b;
  }
  .mdo\:border-brown-900 {
    border-color: #6c5a2c;
  }
  .mdo\:fill-brown {
    fill: #D2C092;
  }
  .mdo\:fill-brown-t1 {
    fill: rgba(210, 192, 146, 0.1);
  }
  .mdo\:fill-brown-t2 {
    fill: rgba(210, 192, 146, 0.2);
  }
  .mdo\:fill-brown-t3 {
    fill: rgba(210, 192, 146, 0.3);
  }
  .mdo\:fill-brown-t4 {
    fill: rgba(210, 192, 146, 0.4);
  }
  .mdo\:fill-brown-t5 {
    fill: rgba(210, 192, 146, 0.5);
  }
  .mdo\:fill-brown-t6 {
    fill: rgba(210, 192, 146, 0.6);
  }
  .mdo\:fill-brown-t7 {
    fill: rgba(210, 192, 146, 0.7);
  }
  .mdo\:fill-brown-t8 {
    fill: rgba(210, 192, 146, 0.8);
  }
  .mdo\:fill-brown-t9 {
    fill: rgba(210, 192, 146, 0.9);
  }
  .mdo\:fill-brown-100 {
    fill: white;
  }
  .mdo\:fill-brown-200 {
    fill: #fffffe;
  }
  .mdo\:fill-brown-300 {
    fill: #f0eada;
  }
  .mdo\:fill-brown-400 {
    fill: #e1d5b6;
  }
  .mdo\:fill-brown-500 {
    fill: #D2C092;
  }
  .mdo\:fill-brown-600 {
    fill: #c3ab6e;
  }
  .mdo\:fill-brown-700 {
    fill: #b4964a;
  }
  .mdo\:fill-brown-800 {
    fill: #90783b;
  }
  .mdo\:fill-brown-900 {
    fill: #6c5a2c;
  }
  .mdo\:color-facebook {
    color: #1877F2;
  }
  .mdo\:color-facebook-t1 {
    color: rgba(24, 119, 242, 0.1);
  }
  .mdo\:color-facebook-t2 {
    color: rgba(24, 119, 242, 0.2);
  }
  .mdo\:color-facebook-t3 {
    color: rgba(24, 119, 242, 0.3);
  }
  .mdo\:color-facebook-t4 {
    color: rgba(24, 119, 242, 0.4);
  }
  .mdo\:color-facebook-t5 {
    color: rgba(24, 119, 242, 0.5);
  }
  .mdo\:color-facebook-t6 {
    color: rgba(24, 119, 242, 0.6);
  }
  .mdo\:color-facebook-t7 {
    color: rgba(24, 119, 242, 0.7);
  }
  .mdo\:color-facebook-t8 {
    color: rgba(24, 119, 242, 0.8);
  }
  .mdo\:color-facebook-t9 {
    color: rgba(24, 119, 242, 0.9);
  }
  .mdo\:color-facebook-100 {
    color: #d9e9fd;
  }
  .mdo\:color-facebook-200 {
    color: #a9ccfa;
  }
  .mdo\:color-facebook-300 {
    color: #79b0f7;
  }
  .mdo\:color-facebook-400 {
    color: #4893f5;
  }
  .mdo\:color-facebook-500 {
    color: #1877F2;
  }
  .mdo\:color-facebook-600 {
    color: #0b5fcc;
  }
  .mdo\:color-facebook-700 {
    color: #09499b;
  }
  .mdo\:color-facebook-800 {
    color: #06326b;
  }
  .mdo\:color-facebook-900 {
    color: #031b3b;
  }
  .mdo\:bg-facebook {
    background-color: #1877F2;
  }
  .mdo\:bg-facebook-t1 {
    background-color: rgba(24, 119, 242, 0.1);
  }
  .mdo\:bg-facebook-t2 {
    background-color: rgba(24, 119, 242, 0.2);
  }
  .mdo\:bg-facebook-t3 {
    background-color: rgba(24, 119, 242, 0.3);
  }
  .mdo\:bg-facebook-t4 {
    background-color: rgba(24, 119, 242, 0.4);
  }
  .mdo\:bg-facebook-t5 {
    background-color: rgba(24, 119, 242, 0.5);
  }
  .mdo\:bg-facebook-t6 {
    background-color: rgba(24, 119, 242, 0.6);
  }
  .mdo\:bg-facebook-t7 {
    background-color: rgba(24, 119, 242, 0.7);
  }
  .mdo\:bg-facebook-t8 {
    background-color: rgba(24, 119, 242, 0.8);
  }
  .mdo\:bg-facebook-t9 {
    background-color: rgba(24, 119, 242, 0.9);
  }
  .mdo\:bg-facebook-100 {
    background-color: #d9e9fd;
  }
  .mdo\:bg-facebook-200 {
    background-color: #a9ccfa;
  }
  .mdo\:bg-facebook-300 {
    background-color: #79b0f7;
  }
  .mdo\:bg-facebook-400 {
    background-color: #4893f5;
  }
  .mdo\:bg-facebook-500 {
    background-color: #1877F2;
  }
  .mdo\:bg-facebook-600 {
    background-color: #0b5fcc;
  }
  .mdo\:bg-facebook-700 {
    background-color: #09499b;
  }
  .mdo\:bg-facebook-800 {
    background-color: #06326b;
  }
  .mdo\:bg-facebook-900 {
    background-color: #031b3b;
  }
  .mdo\:border-facebook {
    border-color: #1877F2;
  }
  .mdo\:border-facebook-t1 {
    border-color: rgba(24, 119, 242, 0.1);
  }
  .mdo\:border-facebook-t2 {
    border-color: rgba(24, 119, 242, 0.2);
  }
  .mdo\:border-facebook-t3 {
    border-color: rgba(24, 119, 242, 0.3);
  }
  .mdo\:border-facebook-t4 {
    border-color: rgba(24, 119, 242, 0.4);
  }
  .mdo\:border-facebook-t5 {
    border-color: rgba(24, 119, 242, 0.5);
  }
  .mdo\:border-facebook-t6 {
    border-color: rgba(24, 119, 242, 0.6);
  }
  .mdo\:border-facebook-t7 {
    border-color: rgba(24, 119, 242, 0.7);
  }
  .mdo\:border-facebook-t8 {
    border-color: rgba(24, 119, 242, 0.8);
  }
  .mdo\:border-facebook-t9 {
    border-color: rgba(24, 119, 242, 0.9);
  }
  .mdo\:border-facebook-100 {
    border-color: #d9e9fd;
  }
  .mdo\:border-facebook-200 {
    border-color: #a9ccfa;
  }
  .mdo\:border-facebook-300 {
    border-color: #79b0f7;
  }
  .mdo\:border-facebook-400 {
    border-color: #4893f5;
  }
  .mdo\:border-facebook-500 {
    border-color: #1877F2;
  }
  .mdo\:border-facebook-600 {
    border-color: #0b5fcc;
  }
  .mdo\:border-facebook-700 {
    border-color: #09499b;
  }
  .mdo\:border-facebook-800 {
    border-color: #06326b;
  }
  .mdo\:border-facebook-900 {
    border-color: #031b3b;
  }
  .mdo\:fill-facebook {
    fill: #1877F2;
  }
  .mdo\:fill-facebook-t1 {
    fill: rgba(24, 119, 242, 0.1);
  }
  .mdo\:fill-facebook-t2 {
    fill: rgba(24, 119, 242, 0.2);
  }
  .mdo\:fill-facebook-t3 {
    fill: rgba(24, 119, 242, 0.3);
  }
  .mdo\:fill-facebook-t4 {
    fill: rgba(24, 119, 242, 0.4);
  }
  .mdo\:fill-facebook-t5 {
    fill: rgba(24, 119, 242, 0.5);
  }
  .mdo\:fill-facebook-t6 {
    fill: rgba(24, 119, 242, 0.6);
  }
  .mdo\:fill-facebook-t7 {
    fill: rgba(24, 119, 242, 0.7);
  }
  .mdo\:fill-facebook-t8 {
    fill: rgba(24, 119, 242, 0.8);
  }
  .mdo\:fill-facebook-t9 {
    fill: rgba(24, 119, 242, 0.9);
  }
  .mdo\:fill-facebook-100 {
    fill: #d9e9fd;
  }
  .mdo\:fill-facebook-200 {
    fill: #a9ccfa;
  }
  .mdo\:fill-facebook-300 {
    fill: #79b0f7;
  }
  .mdo\:fill-facebook-400 {
    fill: #4893f5;
  }
  .mdo\:fill-facebook-500 {
    fill: #1877F2;
  }
  .mdo\:fill-facebook-600 {
    fill: #0b5fcc;
  }
  .mdo\:fill-facebook-700 {
    fill: #09499b;
  }
  .mdo\:fill-facebook-800 {
    fill: #06326b;
  }
  .mdo\:fill-facebook-900 {
    fill: #031b3b;
  }
  .mdo\:color-instagram {
    color: #E4405F;
  }
  .mdo\:color-instagram-t1 {
    color: rgba(228, 64, 95, 0.1);
  }
  .mdo\:color-instagram-t2 {
    color: rgba(228, 64, 95, 0.2);
  }
  .mdo\:color-instagram-t3 {
    color: rgba(228, 64, 95, 0.3);
  }
  .mdo\:color-instagram-t4 {
    color: rgba(228, 64, 95, 0.4);
  }
  .mdo\:color-instagram-t5 {
    color: rgba(228, 64, 95, 0.5);
  }
  .mdo\:color-instagram-t6 {
    color: rgba(228, 64, 95, 0.6);
  }
  .mdo\:color-instagram-t7 {
    color: rgba(228, 64, 95, 0.7);
  }
  .mdo\:color-instagram-t8 {
    color: rgba(228, 64, 95, 0.8);
  }
  .mdo\:color-instagram-t9 {
    color: rgba(228, 64, 95, 0.9);
  }
  .mdo\:color-instagram-100 {
    color: #fdf3f5;
  }
  .mdo\:color-instagram-200 {
    color: #f7c6cf;
  }
  .mdo\:color-instagram-300 {
    color: #f199aa;
  }
  .mdo\:color-instagram-400 {
    color: #ea6d84;
  }
  .mdo\:color-instagram-500 {
    color: #E4405F;
  }
  .mdo\:color-instagram-600 {
    color: #d31e40;
  }
  .mdo\:color-instagram-700 {
    color: #a61833;
  }
  .mdo\:color-instagram-800 {
    color: #7a1125;
  }
  .mdo\:color-instagram-900 {
    color: #4d0b17;
  }
  .mdo\:bg-instagram {
    background-color: #E4405F;
  }
  .mdo\:bg-instagram-t1 {
    background-color: rgba(228, 64, 95, 0.1);
  }
  .mdo\:bg-instagram-t2 {
    background-color: rgba(228, 64, 95, 0.2);
  }
  .mdo\:bg-instagram-t3 {
    background-color: rgba(228, 64, 95, 0.3);
  }
  .mdo\:bg-instagram-t4 {
    background-color: rgba(228, 64, 95, 0.4);
  }
  .mdo\:bg-instagram-t5 {
    background-color: rgba(228, 64, 95, 0.5);
  }
  .mdo\:bg-instagram-t6 {
    background-color: rgba(228, 64, 95, 0.6);
  }
  .mdo\:bg-instagram-t7 {
    background-color: rgba(228, 64, 95, 0.7);
  }
  .mdo\:bg-instagram-t8 {
    background-color: rgba(228, 64, 95, 0.8);
  }
  .mdo\:bg-instagram-t9 {
    background-color: rgba(228, 64, 95, 0.9);
  }
  .mdo\:bg-instagram-100 {
    background-color: #fdf3f5;
  }
  .mdo\:bg-instagram-200 {
    background-color: #f7c6cf;
  }
  .mdo\:bg-instagram-300 {
    background-color: #f199aa;
  }
  .mdo\:bg-instagram-400 {
    background-color: #ea6d84;
  }
  .mdo\:bg-instagram-500 {
    background-color: #E4405F;
  }
  .mdo\:bg-instagram-600 {
    background-color: #d31e40;
  }
  .mdo\:bg-instagram-700 {
    background-color: #a61833;
  }
  .mdo\:bg-instagram-800 {
    background-color: #7a1125;
  }
  .mdo\:bg-instagram-900 {
    background-color: #4d0b17;
  }
  .mdo\:border-instagram {
    border-color: #E4405F;
  }
  .mdo\:border-instagram-t1 {
    border-color: rgba(228, 64, 95, 0.1);
  }
  .mdo\:border-instagram-t2 {
    border-color: rgba(228, 64, 95, 0.2);
  }
  .mdo\:border-instagram-t3 {
    border-color: rgba(228, 64, 95, 0.3);
  }
  .mdo\:border-instagram-t4 {
    border-color: rgba(228, 64, 95, 0.4);
  }
  .mdo\:border-instagram-t5 {
    border-color: rgba(228, 64, 95, 0.5);
  }
  .mdo\:border-instagram-t6 {
    border-color: rgba(228, 64, 95, 0.6);
  }
  .mdo\:border-instagram-t7 {
    border-color: rgba(228, 64, 95, 0.7);
  }
  .mdo\:border-instagram-t8 {
    border-color: rgba(228, 64, 95, 0.8);
  }
  .mdo\:border-instagram-t9 {
    border-color: rgba(228, 64, 95, 0.9);
  }
  .mdo\:border-instagram-100 {
    border-color: #fdf3f5;
  }
  .mdo\:border-instagram-200 {
    border-color: #f7c6cf;
  }
  .mdo\:border-instagram-300 {
    border-color: #f199aa;
  }
  .mdo\:border-instagram-400 {
    border-color: #ea6d84;
  }
  .mdo\:border-instagram-500 {
    border-color: #E4405F;
  }
  .mdo\:border-instagram-600 {
    border-color: #d31e40;
  }
  .mdo\:border-instagram-700 {
    border-color: #a61833;
  }
  .mdo\:border-instagram-800 {
    border-color: #7a1125;
  }
  .mdo\:border-instagram-900 {
    border-color: #4d0b17;
  }
  .mdo\:fill-instagram {
    fill: #E4405F;
  }
  .mdo\:fill-instagram-t1 {
    fill: rgba(228, 64, 95, 0.1);
  }
  .mdo\:fill-instagram-t2 {
    fill: rgba(228, 64, 95, 0.2);
  }
  .mdo\:fill-instagram-t3 {
    fill: rgba(228, 64, 95, 0.3);
  }
  .mdo\:fill-instagram-t4 {
    fill: rgba(228, 64, 95, 0.4);
  }
  .mdo\:fill-instagram-t5 {
    fill: rgba(228, 64, 95, 0.5);
  }
  .mdo\:fill-instagram-t6 {
    fill: rgba(228, 64, 95, 0.6);
  }
  .mdo\:fill-instagram-t7 {
    fill: rgba(228, 64, 95, 0.7);
  }
  .mdo\:fill-instagram-t8 {
    fill: rgba(228, 64, 95, 0.8);
  }
  .mdo\:fill-instagram-t9 {
    fill: rgba(228, 64, 95, 0.9);
  }
  .mdo\:fill-instagram-100 {
    fill: #fdf3f5;
  }
  .mdo\:fill-instagram-200 {
    fill: #f7c6cf;
  }
  .mdo\:fill-instagram-300 {
    fill: #f199aa;
  }
  .mdo\:fill-instagram-400 {
    fill: #ea6d84;
  }
  .mdo\:fill-instagram-500 {
    fill: #E4405F;
  }
  .mdo\:fill-instagram-600 {
    fill: #d31e40;
  }
  .mdo\:fill-instagram-700 {
    fill: #a61833;
  }
  .mdo\:fill-instagram-800 {
    fill: #7a1125;
  }
  .mdo\:fill-instagram-900 {
    fill: #4d0b17;
  }
  .mdo\:color-linkedin {
    color: #0077B5;
  }
  .mdo\:color-linkedin-t1 {
    color: rgba(0, 119, 181, 0.1);
  }
  .mdo\:color-linkedin-t2 {
    color: rgba(0, 119, 181, 0.2);
  }
  .mdo\:color-linkedin-t3 {
    color: rgba(0, 119, 181, 0.3);
  }
  .mdo\:color-linkedin-t4 {
    color: rgba(0, 119, 181, 0.4);
  }
  .mdo\:color-linkedin-t5 {
    color: rgba(0, 119, 181, 0.5);
  }
  .mdo\:color-linkedin-t6 {
    color: rgba(0, 119, 181, 0.6);
  }
  .mdo\:color-linkedin-t7 {
    color: rgba(0, 119, 181, 0.7);
  }
  .mdo\:color-linkedin-t8 {
    color: rgba(0, 119, 181, 0.8);
  }
  .mdo\:color-linkedin-t9 {
    color: rgba(0, 119, 181, 0.9);
  }
  .mdo\:color-linkedin-100 {
    color: #82d4ff;
  }
  .mdo\:color-linkedin-200 {
    color: #4fc3ff;
  }
  .mdo\:color-linkedin-300 {
    color: #1cb1ff;
  }
  .mdo\:color-linkedin-400 {
    color: #0099e8;
  }
  .mdo\:color-linkedin-500 {
    color: #0077B5;
  }
  .mdo\:color-linkedin-600 {
    color: #005582;
  }
  .mdo\:color-linkedin-700 {
    color: #00344f;
  }
  .mdo\:color-linkedin-800 {
    color: #00121c;
  }
  .mdo\:color-linkedin-900 {
    color: black;
  }
  .mdo\:bg-linkedin {
    background-color: #0077B5;
  }
  .mdo\:bg-linkedin-t1 {
    background-color: rgba(0, 119, 181, 0.1);
  }
  .mdo\:bg-linkedin-t2 {
    background-color: rgba(0, 119, 181, 0.2);
  }
  .mdo\:bg-linkedin-t3 {
    background-color: rgba(0, 119, 181, 0.3);
  }
  .mdo\:bg-linkedin-t4 {
    background-color: rgba(0, 119, 181, 0.4);
  }
  .mdo\:bg-linkedin-t5 {
    background-color: rgba(0, 119, 181, 0.5);
  }
  .mdo\:bg-linkedin-t6 {
    background-color: rgba(0, 119, 181, 0.6);
  }
  .mdo\:bg-linkedin-t7 {
    background-color: rgba(0, 119, 181, 0.7);
  }
  .mdo\:bg-linkedin-t8 {
    background-color: rgba(0, 119, 181, 0.8);
  }
  .mdo\:bg-linkedin-t9 {
    background-color: rgba(0, 119, 181, 0.9);
  }
  .mdo\:bg-linkedin-100 {
    background-color: #82d4ff;
  }
  .mdo\:bg-linkedin-200 {
    background-color: #4fc3ff;
  }
  .mdo\:bg-linkedin-300 {
    background-color: #1cb1ff;
  }
  .mdo\:bg-linkedin-400 {
    background-color: #0099e8;
  }
  .mdo\:bg-linkedin-500 {
    background-color: #0077B5;
  }
  .mdo\:bg-linkedin-600 {
    background-color: #005582;
  }
  .mdo\:bg-linkedin-700 {
    background-color: #00344f;
  }
  .mdo\:bg-linkedin-800 {
    background-color: #00121c;
  }
  .mdo\:bg-linkedin-900 {
    background-color: black;
  }
  .mdo\:border-linkedin {
    border-color: #0077B5;
  }
  .mdo\:border-linkedin-t1 {
    border-color: rgba(0, 119, 181, 0.1);
  }
  .mdo\:border-linkedin-t2 {
    border-color: rgba(0, 119, 181, 0.2);
  }
  .mdo\:border-linkedin-t3 {
    border-color: rgba(0, 119, 181, 0.3);
  }
  .mdo\:border-linkedin-t4 {
    border-color: rgba(0, 119, 181, 0.4);
  }
  .mdo\:border-linkedin-t5 {
    border-color: rgba(0, 119, 181, 0.5);
  }
  .mdo\:border-linkedin-t6 {
    border-color: rgba(0, 119, 181, 0.6);
  }
  .mdo\:border-linkedin-t7 {
    border-color: rgba(0, 119, 181, 0.7);
  }
  .mdo\:border-linkedin-t8 {
    border-color: rgba(0, 119, 181, 0.8);
  }
  .mdo\:border-linkedin-t9 {
    border-color: rgba(0, 119, 181, 0.9);
  }
  .mdo\:border-linkedin-100 {
    border-color: #82d4ff;
  }
  .mdo\:border-linkedin-200 {
    border-color: #4fc3ff;
  }
  .mdo\:border-linkedin-300 {
    border-color: #1cb1ff;
  }
  .mdo\:border-linkedin-400 {
    border-color: #0099e8;
  }
  .mdo\:border-linkedin-500 {
    border-color: #0077B5;
  }
  .mdo\:border-linkedin-600 {
    border-color: #005582;
  }
  .mdo\:border-linkedin-700 {
    border-color: #00344f;
  }
  .mdo\:border-linkedin-800 {
    border-color: #00121c;
  }
  .mdo\:border-linkedin-900 {
    border-color: black;
  }
  .mdo\:fill-linkedin {
    fill: #0077B5;
  }
  .mdo\:fill-linkedin-t1 {
    fill: rgba(0, 119, 181, 0.1);
  }
  .mdo\:fill-linkedin-t2 {
    fill: rgba(0, 119, 181, 0.2);
  }
  .mdo\:fill-linkedin-t3 {
    fill: rgba(0, 119, 181, 0.3);
  }
  .mdo\:fill-linkedin-t4 {
    fill: rgba(0, 119, 181, 0.4);
  }
  .mdo\:fill-linkedin-t5 {
    fill: rgba(0, 119, 181, 0.5);
  }
  .mdo\:fill-linkedin-t6 {
    fill: rgba(0, 119, 181, 0.6);
  }
  .mdo\:fill-linkedin-t7 {
    fill: rgba(0, 119, 181, 0.7);
  }
  .mdo\:fill-linkedin-t8 {
    fill: rgba(0, 119, 181, 0.8);
  }
  .mdo\:fill-linkedin-t9 {
    fill: rgba(0, 119, 181, 0.9);
  }
  .mdo\:fill-linkedin-100 {
    fill: #82d4ff;
  }
  .mdo\:fill-linkedin-200 {
    fill: #4fc3ff;
  }
  .mdo\:fill-linkedin-300 {
    fill: #1cb1ff;
  }
  .mdo\:fill-linkedin-400 {
    fill: #0099e8;
  }
  .mdo\:fill-linkedin-500 {
    fill: #0077B5;
  }
  .mdo\:fill-linkedin-600 {
    fill: #005582;
  }
  .mdo\:fill-linkedin-700 {
    fill: #00344f;
  }
  .mdo\:fill-linkedin-800 {
    fill: #00121c;
  }
  .mdo\:fill-linkedin-900 {
    fill: black;
  }
  .mdo\:color-twitter {
    color: #1DA1F2;
  }
  .mdo\:color-twitter-t1 {
    color: rgba(29, 161, 242, 0.1);
  }
  .mdo\:color-twitter-t2 {
    color: rgba(29, 161, 242, 0.2);
  }
  .mdo\:color-twitter-t3 {
    color: rgba(29, 161, 242, 0.3);
  }
  .mdo\:color-twitter-t4 {
    color: rgba(29, 161, 242, 0.4);
  }
  .mdo\:color-twitter-t5 {
    color: rgba(29, 161, 242, 0.5);
  }
  .mdo\:color-twitter-t6 {
    color: rgba(29, 161, 242, 0.6);
  }
  .mdo\:color-twitter-t7 {
    color: rgba(29, 161, 242, 0.7);
  }
  .mdo\:color-twitter-t8 {
    color: rgba(29, 161, 242, 0.8);
  }
  .mdo\:color-twitter-t9 {
    color: rgba(29, 161, 242, 0.9);
  }
  .mdo\:color-twitter-100 {
    color: #def1fd;
  }
  .mdo\:color-twitter-200 {
    color: #aeddfa;
  }
  .mdo\:color-twitter-300 {
    color: #7dc9f8;
  }
  .mdo\:color-twitter-400 {
    color: #4db5f5;
  }
  .mdo\:color-twitter-500 {
    color: #1DA1F2;
  }
  .mdo\:color-twitter-600 {
    color: #0c85d0;
  }
  .mdo\:color-twitter-700 {
    color: #0967a0;
  }
  .mdo\:color-twitter-800 {
    color: #064870;
  }
  .mdo\:color-twitter-900 {
    color: #04293f;
  }
  .mdo\:bg-twitter {
    background-color: #1DA1F2;
  }
  .mdo\:bg-twitter-t1 {
    background-color: rgba(29, 161, 242, 0.1);
  }
  .mdo\:bg-twitter-t2 {
    background-color: rgba(29, 161, 242, 0.2);
  }
  .mdo\:bg-twitter-t3 {
    background-color: rgba(29, 161, 242, 0.3);
  }
  .mdo\:bg-twitter-t4 {
    background-color: rgba(29, 161, 242, 0.4);
  }
  .mdo\:bg-twitter-t5 {
    background-color: rgba(29, 161, 242, 0.5);
  }
  .mdo\:bg-twitter-t6 {
    background-color: rgba(29, 161, 242, 0.6);
  }
  .mdo\:bg-twitter-t7 {
    background-color: rgba(29, 161, 242, 0.7);
  }
  .mdo\:bg-twitter-t8 {
    background-color: rgba(29, 161, 242, 0.8);
  }
  .mdo\:bg-twitter-t9 {
    background-color: rgba(29, 161, 242, 0.9);
  }
  .mdo\:bg-twitter-100 {
    background-color: #def1fd;
  }
  .mdo\:bg-twitter-200 {
    background-color: #aeddfa;
  }
  .mdo\:bg-twitter-300 {
    background-color: #7dc9f8;
  }
  .mdo\:bg-twitter-400 {
    background-color: #4db5f5;
  }
  .mdo\:bg-twitter-500 {
    background-color: #1DA1F2;
  }
  .mdo\:bg-twitter-600 {
    background-color: #0c85d0;
  }
  .mdo\:bg-twitter-700 {
    background-color: #0967a0;
  }
  .mdo\:bg-twitter-800 {
    background-color: #064870;
  }
  .mdo\:bg-twitter-900 {
    background-color: #04293f;
  }
  .mdo\:border-twitter {
    border-color: #1DA1F2;
  }
  .mdo\:border-twitter-t1 {
    border-color: rgba(29, 161, 242, 0.1);
  }
  .mdo\:border-twitter-t2 {
    border-color: rgba(29, 161, 242, 0.2);
  }
  .mdo\:border-twitter-t3 {
    border-color: rgba(29, 161, 242, 0.3);
  }
  .mdo\:border-twitter-t4 {
    border-color: rgba(29, 161, 242, 0.4);
  }
  .mdo\:border-twitter-t5 {
    border-color: rgba(29, 161, 242, 0.5);
  }
  .mdo\:border-twitter-t6 {
    border-color: rgba(29, 161, 242, 0.6);
  }
  .mdo\:border-twitter-t7 {
    border-color: rgba(29, 161, 242, 0.7);
  }
  .mdo\:border-twitter-t8 {
    border-color: rgba(29, 161, 242, 0.8);
  }
  .mdo\:border-twitter-t9 {
    border-color: rgba(29, 161, 242, 0.9);
  }
  .mdo\:border-twitter-100 {
    border-color: #def1fd;
  }
  .mdo\:border-twitter-200 {
    border-color: #aeddfa;
  }
  .mdo\:border-twitter-300 {
    border-color: #7dc9f8;
  }
  .mdo\:border-twitter-400 {
    border-color: #4db5f5;
  }
  .mdo\:border-twitter-500 {
    border-color: #1DA1F2;
  }
  .mdo\:border-twitter-600 {
    border-color: #0c85d0;
  }
  .mdo\:border-twitter-700 {
    border-color: #0967a0;
  }
  .mdo\:border-twitter-800 {
    border-color: #064870;
  }
  .mdo\:border-twitter-900 {
    border-color: #04293f;
  }
  .mdo\:fill-twitter {
    fill: #1DA1F2;
  }
  .mdo\:fill-twitter-t1 {
    fill: rgba(29, 161, 242, 0.1);
  }
  .mdo\:fill-twitter-t2 {
    fill: rgba(29, 161, 242, 0.2);
  }
  .mdo\:fill-twitter-t3 {
    fill: rgba(29, 161, 242, 0.3);
  }
  .mdo\:fill-twitter-t4 {
    fill: rgba(29, 161, 242, 0.4);
  }
  .mdo\:fill-twitter-t5 {
    fill: rgba(29, 161, 242, 0.5);
  }
  .mdo\:fill-twitter-t6 {
    fill: rgba(29, 161, 242, 0.6);
  }
  .mdo\:fill-twitter-t7 {
    fill: rgba(29, 161, 242, 0.7);
  }
  .mdo\:fill-twitter-t8 {
    fill: rgba(29, 161, 242, 0.8);
  }
  .mdo\:fill-twitter-t9 {
    fill: rgba(29, 161, 242, 0.9);
  }
  .mdo\:fill-twitter-100 {
    fill: #def1fd;
  }
  .mdo\:fill-twitter-200 {
    fill: #aeddfa;
  }
  .mdo\:fill-twitter-300 {
    fill: #7dc9f8;
  }
  .mdo\:fill-twitter-400 {
    fill: #4db5f5;
  }
  .mdo\:fill-twitter-500 {
    fill: #1DA1F2;
  }
  .mdo\:fill-twitter-600 {
    fill: #0c85d0;
  }
  .mdo\:fill-twitter-700 {
    fill: #0967a0;
  }
  .mdo\:fill-twitter-800 {
    fill: #064870;
  }
  .mdo\:fill-twitter-900 {
    fill: #04293f;
  }
  .mdo\:color-youtube {
    color: #FF0000;
  }
  .mdo\:color-youtube-t1 {
    color: rgba(255, 0, 0, 0.1);
  }
  .mdo\:color-youtube-t2 {
    color: rgba(255, 0, 0, 0.2);
  }
  .mdo\:color-youtube-t3 {
    color: rgba(255, 0, 0, 0.3);
  }
  .mdo\:color-youtube-t4 {
    color: rgba(255, 0, 0, 0.4);
  }
  .mdo\:color-youtube-t5 {
    color: rgba(255, 0, 0, 0.5);
  }
  .mdo\:color-youtube-t6 {
    color: rgba(255, 0, 0, 0.6);
  }
  .mdo\:color-youtube-t7 {
    color: rgba(255, 0, 0, 0.7);
  }
  .mdo\:color-youtube-t8 {
    color: rgba(255, 0, 0, 0.8);
  }
  .mdo\:color-youtube-t9 {
    color: rgba(255, 0, 0, 0.9);
  }
  .mdo\:color-youtube-100 {
    color: #ffcccc;
  }
  .mdo\:color-youtube-200 {
    color: #ff9999;
  }
  .mdo\:color-youtube-300 {
    color: #ff6666;
  }
  .mdo\:color-youtube-400 {
    color: #ff3333;
  }
  .mdo\:color-youtube-500 {
    color: #FF0000;
  }
  .mdo\:color-youtube-600 {
    color: #cc0000;
  }
  .mdo\:color-youtube-700 {
    color: #990000;
  }
  .mdo\:color-youtube-800 {
    color: #660000;
  }
  .mdo\:color-youtube-900 {
    color: #330000;
  }
  .mdo\:bg-youtube {
    background-color: #FF0000;
  }
  .mdo\:bg-youtube-t1 {
    background-color: rgba(255, 0, 0, 0.1);
  }
  .mdo\:bg-youtube-t2 {
    background-color: rgba(255, 0, 0, 0.2);
  }
  .mdo\:bg-youtube-t3 {
    background-color: rgba(255, 0, 0, 0.3);
  }
  .mdo\:bg-youtube-t4 {
    background-color: rgba(255, 0, 0, 0.4);
  }
  .mdo\:bg-youtube-t5 {
    background-color: rgba(255, 0, 0, 0.5);
  }
  .mdo\:bg-youtube-t6 {
    background-color: rgba(255, 0, 0, 0.6);
  }
  .mdo\:bg-youtube-t7 {
    background-color: rgba(255, 0, 0, 0.7);
  }
  .mdo\:bg-youtube-t8 {
    background-color: rgba(255, 0, 0, 0.8);
  }
  .mdo\:bg-youtube-t9 {
    background-color: rgba(255, 0, 0, 0.9);
  }
  .mdo\:bg-youtube-100 {
    background-color: #ffcccc;
  }
  .mdo\:bg-youtube-200 {
    background-color: #ff9999;
  }
  .mdo\:bg-youtube-300 {
    background-color: #ff6666;
  }
  .mdo\:bg-youtube-400 {
    background-color: #ff3333;
  }
  .mdo\:bg-youtube-500 {
    background-color: #FF0000;
  }
  .mdo\:bg-youtube-600 {
    background-color: #cc0000;
  }
  .mdo\:bg-youtube-700 {
    background-color: #990000;
  }
  .mdo\:bg-youtube-800 {
    background-color: #660000;
  }
  .mdo\:bg-youtube-900 {
    background-color: #330000;
  }
  .mdo\:border-youtube {
    border-color: #FF0000;
  }
  .mdo\:border-youtube-t1 {
    border-color: rgba(255, 0, 0, 0.1);
  }
  .mdo\:border-youtube-t2 {
    border-color: rgba(255, 0, 0, 0.2);
  }
  .mdo\:border-youtube-t3 {
    border-color: rgba(255, 0, 0, 0.3);
  }
  .mdo\:border-youtube-t4 {
    border-color: rgba(255, 0, 0, 0.4);
  }
  .mdo\:border-youtube-t5 {
    border-color: rgba(255, 0, 0, 0.5);
  }
  .mdo\:border-youtube-t6 {
    border-color: rgba(255, 0, 0, 0.6);
  }
  .mdo\:border-youtube-t7 {
    border-color: rgba(255, 0, 0, 0.7);
  }
  .mdo\:border-youtube-t8 {
    border-color: rgba(255, 0, 0, 0.8);
  }
  .mdo\:border-youtube-t9 {
    border-color: rgba(255, 0, 0, 0.9);
  }
  .mdo\:border-youtube-100 {
    border-color: #ffcccc;
  }
  .mdo\:border-youtube-200 {
    border-color: #ff9999;
  }
  .mdo\:border-youtube-300 {
    border-color: #ff6666;
  }
  .mdo\:border-youtube-400 {
    border-color: #ff3333;
  }
  .mdo\:border-youtube-500 {
    border-color: #FF0000;
  }
  .mdo\:border-youtube-600 {
    border-color: #cc0000;
  }
  .mdo\:border-youtube-700 {
    border-color: #990000;
  }
  .mdo\:border-youtube-800 {
    border-color: #660000;
  }
  .mdo\:border-youtube-900 {
    border-color: #330000;
  }
  .mdo\:fill-youtube {
    fill: #FF0000;
  }
  .mdo\:fill-youtube-t1 {
    fill: rgba(255, 0, 0, 0.1);
  }
  .mdo\:fill-youtube-t2 {
    fill: rgba(255, 0, 0, 0.2);
  }
  .mdo\:fill-youtube-t3 {
    fill: rgba(255, 0, 0, 0.3);
  }
  .mdo\:fill-youtube-t4 {
    fill: rgba(255, 0, 0, 0.4);
  }
  .mdo\:fill-youtube-t5 {
    fill: rgba(255, 0, 0, 0.5);
  }
  .mdo\:fill-youtube-t6 {
    fill: rgba(255, 0, 0, 0.6);
  }
  .mdo\:fill-youtube-t7 {
    fill: rgba(255, 0, 0, 0.7);
  }
  .mdo\:fill-youtube-t8 {
    fill: rgba(255, 0, 0, 0.8);
  }
  .mdo\:fill-youtube-t9 {
    fill: rgba(255, 0, 0, 0.9);
  }
  .mdo\:fill-youtube-100 {
    fill: #ffcccc;
  }
  .mdo\:fill-youtube-200 {
    fill: #ff9999;
  }
  .mdo\:fill-youtube-300 {
    fill: #ff6666;
  }
  .mdo\:fill-youtube-400 {
    fill: #ff3333;
  }
  .mdo\:fill-youtube-500 {
    fill: #FF0000;
  }
  .mdo\:fill-youtube-600 {
    fill: #cc0000;
  }
  .mdo\:fill-youtube-700 {
    fill: #990000;
  }
  .mdo\:fill-youtube-800 {
    fill: #660000;
  }
  .mdo\:fill-youtube-900 {
    fill: #330000;
  }
  .mdo\:color-whatsapp {
    color: #25D366;
  }
  .mdo\:color-whatsapp-t1 {
    color: rgba(37, 211, 102, 0.1);
  }
  .mdo\:color-whatsapp-t2 {
    color: rgba(37, 211, 102, 0.2);
  }
  .mdo\:color-whatsapp-t3 {
    color: rgba(37, 211, 102, 0.3);
  }
  .mdo\:color-whatsapp-t4 {
    color: rgba(37, 211, 102, 0.4);
  }
  .mdo\:color-whatsapp-t5 {
    color: rgba(37, 211, 102, 0.5);
  }
  .mdo\:color-whatsapp-t6 {
    color: rgba(37, 211, 102, 0.6);
  }
  .mdo\:color-whatsapp-t7 {
    color: rgba(37, 211, 102, 0.7);
  }
  .mdo\:color-whatsapp-t8 {
    color: rgba(37, 211, 102, 0.8);
  }
  .mdo\:color-whatsapp-t9 {
    color: rgba(37, 211, 102, 0.9);
  }
  .mdo\:color-whatsapp-100 {
    color: #cef6dd;
  }
  .mdo\:color-whatsapp-200 {
    color: #a2efbf;
  }
  .mdo\:color-whatsapp-300 {
    color: #77e7a1;
  }
  .mdo\:color-whatsapp-400 {
    color: #4be083;
  }
  .mdo\:color-whatsapp-500 {
    color: #25D366;
  }
  .mdo\:color-whatsapp-600 {
    color: #1da851;
  }
  .mdo\:color-whatsapp-700 {
    color: #167c3c;
  }
  .mdo\:color-whatsapp-800 {
    color: #0e5127;
  }
  .mdo\:color-whatsapp-900 {
    color: #072512;
  }
  .mdo\:bg-whatsapp {
    background-color: #25D366;
  }
  .mdo\:bg-whatsapp-t1 {
    background-color: rgba(37, 211, 102, 0.1);
  }
  .mdo\:bg-whatsapp-t2 {
    background-color: rgba(37, 211, 102, 0.2);
  }
  .mdo\:bg-whatsapp-t3 {
    background-color: rgba(37, 211, 102, 0.3);
  }
  .mdo\:bg-whatsapp-t4 {
    background-color: rgba(37, 211, 102, 0.4);
  }
  .mdo\:bg-whatsapp-t5 {
    background-color: rgba(37, 211, 102, 0.5);
  }
  .mdo\:bg-whatsapp-t6 {
    background-color: rgba(37, 211, 102, 0.6);
  }
  .mdo\:bg-whatsapp-t7 {
    background-color: rgba(37, 211, 102, 0.7);
  }
  .mdo\:bg-whatsapp-t8 {
    background-color: rgba(37, 211, 102, 0.8);
  }
  .mdo\:bg-whatsapp-t9 {
    background-color: rgba(37, 211, 102, 0.9);
  }
  .mdo\:bg-whatsapp-100 {
    background-color: #cef6dd;
  }
  .mdo\:bg-whatsapp-200 {
    background-color: #a2efbf;
  }
  .mdo\:bg-whatsapp-300 {
    background-color: #77e7a1;
  }
  .mdo\:bg-whatsapp-400 {
    background-color: #4be083;
  }
  .mdo\:bg-whatsapp-500 {
    background-color: #25D366;
  }
  .mdo\:bg-whatsapp-600 {
    background-color: #1da851;
  }
  .mdo\:bg-whatsapp-700 {
    background-color: #167c3c;
  }
  .mdo\:bg-whatsapp-800 {
    background-color: #0e5127;
  }
  .mdo\:bg-whatsapp-900 {
    background-color: #072512;
  }
  .mdo\:border-whatsapp {
    border-color: #25D366;
  }
  .mdo\:border-whatsapp-t1 {
    border-color: rgba(37, 211, 102, 0.1);
  }
  .mdo\:border-whatsapp-t2 {
    border-color: rgba(37, 211, 102, 0.2);
  }
  .mdo\:border-whatsapp-t3 {
    border-color: rgba(37, 211, 102, 0.3);
  }
  .mdo\:border-whatsapp-t4 {
    border-color: rgba(37, 211, 102, 0.4);
  }
  .mdo\:border-whatsapp-t5 {
    border-color: rgba(37, 211, 102, 0.5);
  }
  .mdo\:border-whatsapp-t6 {
    border-color: rgba(37, 211, 102, 0.6);
  }
  .mdo\:border-whatsapp-t7 {
    border-color: rgba(37, 211, 102, 0.7);
  }
  .mdo\:border-whatsapp-t8 {
    border-color: rgba(37, 211, 102, 0.8);
  }
  .mdo\:border-whatsapp-t9 {
    border-color: rgba(37, 211, 102, 0.9);
  }
  .mdo\:border-whatsapp-100 {
    border-color: #cef6dd;
  }
  .mdo\:border-whatsapp-200 {
    border-color: #a2efbf;
  }
  .mdo\:border-whatsapp-300 {
    border-color: #77e7a1;
  }
  .mdo\:border-whatsapp-400 {
    border-color: #4be083;
  }
  .mdo\:border-whatsapp-500 {
    border-color: #25D366;
  }
  .mdo\:border-whatsapp-600 {
    border-color: #1da851;
  }
  .mdo\:border-whatsapp-700 {
    border-color: #167c3c;
  }
  .mdo\:border-whatsapp-800 {
    border-color: #0e5127;
  }
  .mdo\:border-whatsapp-900 {
    border-color: #072512;
  }
  .mdo\:fill-whatsapp {
    fill: #25D366;
  }
  .mdo\:fill-whatsapp-t1 {
    fill: rgba(37, 211, 102, 0.1);
  }
  .mdo\:fill-whatsapp-t2 {
    fill: rgba(37, 211, 102, 0.2);
  }
  .mdo\:fill-whatsapp-t3 {
    fill: rgba(37, 211, 102, 0.3);
  }
  .mdo\:fill-whatsapp-t4 {
    fill: rgba(37, 211, 102, 0.4);
  }
  .mdo\:fill-whatsapp-t5 {
    fill: rgba(37, 211, 102, 0.5);
  }
  .mdo\:fill-whatsapp-t6 {
    fill: rgba(37, 211, 102, 0.6);
  }
  .mdo\:fill-whatsapp-t7 {
    fill: rgba(37, 211, 102, 0.7);
  }
  .mdo\:fill-whatsapp-t8 {
    fill: rgba(37, 211, 102, 0.8);
  }
  .mdo\:fill-whatsapp-t9 {
    fill: rgba(37, 211, 102, 0.9);
  }
  .mdo\:fill-whatsapp-100 {
    fill: #cef6dd;
  }
  .mdo\:fill-whatsapp-200 {
    fill: #a2efbf;
  }
  .mdo\:fill-whatsapp-300 {
    fill: #77e7a1;
  }
  .mdo\:fill-whatsapp-400 {
    fill: #4be083;
  }
  .mdo\:fill-whatsapp-500 {
    fill: #25D366;
  }
  .mdo\:fill-whatsapp-600 {
    fill: #1da851;
  }
  .mdo\:fill-whatsapp-700 {
    fill: #167c3c;
  }
  .mdo\:fill-whatsapp-800 {
    fill: #0e5127;
  }
  .mdo\:fill-whatsapp-900 {
    fill: #072512;
  }
}
@media (max-width: 1289px) {
  .mdb\:color-white {
    color: #ffffff;
  }
  .mdb\:color-white-t1 {
    color: rgba(255, 255, 255, 0.1);
  }
  .mdb\:color-white-t2 {
    color: rgba(255, 255, 255, 0.2);
  }
  .mdb\:color-white-t3 {
    color: rgba(255, 255, 255, 0.3);
  }
  .mdb\:color-white-t4 {
    color: rgba(255, 255, 255, 0.4);
  }
  .mdb\:color-white-t5 {
    color: rgba(255, 255, 255, 0.5);
  }
  .mdb\:color-white-t6 {
    color: rgba(255, 255, 255, 0.6);
  }
  .mdb\:color-white-t7 {
    color: rgba(255, 255, 255, 0.7);
  }
  .mdb\:color-white-t8 {
    color: rgba(255, 255, 255, 0.8);
  }
  .mdb\:color-white-t9 {
    color: rgba(255, 255, 255, 0.9);
  }
  .mdb\:color-white-100 {
    color: white;
  }
  .mdb\:color-white-200 {
    color: white;
  }
  .mdb\:color-white-300 {
    color: white;
  }
  .mdb\:color-white-400 {
    color: white;
  }
  .mdb\:color-white-500 {
    color: #ffffff;
  }
  .mdb\:color-white-600 {
    color: #e6e6e6;
  }
  .mdb\:color-white-700 {
    color: #cccccc;
  }
  .mdb\:color-white-800 {
    color: #b3b3b3;
  }
  .mdb\:color-white-900 {
    color: #999999;
  }
  .mdb\:bg-white {
    background-color: #ffffff;
  }
  .mdb\:bg-white-t1 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .mdb\:bg-white-t2 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .mdb\:bg-white-t3 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .mdb\:bg-white-t4 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .mdb\:bg-white-t5 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .mdb\:bg-white-t6 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .mdb\:bg-white-t7 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .mdb\:bg-white-t8 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .mdb\:bg-white-t9 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .mdb\:bg-white-100 {
    background-color: white;
  }
  .mdb\:bg-white-200 {
    background-color: white;
  }
  .mdb\:bg-white-300 {
    background-color: white;
  }
  .mdb\:bg-white-400 {
    background-color: white;
  }
  .mdb\:bg-white-500 {
    background-color: #ffffff;
  }
  .mdb\:bg-white-600 {
    background-color: #e6e6e6;
  }
  .mdb\:bg-white-700 {
    background-color: #cccccc;
  }
  .mdb\:bg-white-800 {
    background-color: #b3b3b3;
  }
  .mdb\:bg-white-900 {
    background-color: #999999;
  }
  .mdb\:border-white {
    border-color: #ffffff;
  }
  .mdb\:border-white-t1 {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mdb\:border-white-t2 {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .mdb\:border-white-t3 {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .mdb\:border-white-t4 {
    border-color: rgba(255, 255, 255, 0.4);
  }
  .mdb\:border-white-t5 {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .mdb\:border-white-t6 {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .mdb\:border-white-t7 {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .mdb\:border-white-t8 {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .mdb\:border-white-t9 {
    border-color: rgba(255, 255, 255, 0.9);
  }
  .mdb\:border-white-100 {
    border-color: white;
  }
  .mdb\:border-white-200 {
    border-color: white;
  }
  .mdb\:border-white-300 {
    border-color: white;
  }
  .mdb\:border-white-400 {
    border-color: white;
  }
  .mdb\:border-white-500 {
    border-color: #ffffff;
  }
  .mdb\:border-white-600 {
    border-color: #e6e6e6;
  }
  .mdb\:border-white-700 {
    border-color: #cccccc;
  }
  .mdb\:border-white-800 {
    border-color: #b3b3b3;
  }
  .mdb\:border-white-900 {
    border-color: #999999;
  }
  .mdb\:fill-white {
    fill: #ffffff;
  }
  .mdb\:fill-white-t1 {
    fill: rgba(255, 255, 255, 0.1);
  }
  .mdb\:fill-white-t2 {
    fill: rgba(255, 255, 255, 0.2);
  }
  .mdb\:fill-white-t3 {
    fill: rgba(255, 255, 255, 0.3);
  }
  .mdb\:fill-white-t4 {
    fill: rgba(255, 255, 255, 0.4);
  }
  .mdb\:fill-white-t5 {
    fill: rgba(255, 255, 255, 0.5);
  }
  .mdb\:fill-white-t6 {
    fill: rgba(255, 255, 255, 0.6);
  }
  .mdb\:fill-white-t7 {
    fill: rgba(255, 255, 255, 0.7);
  }
  .mdb\:fill-white-t8 {
    fill: rgba(255, 255, 255, 0.8);
  }
  .mdb\:fill-white-t9 {
    fill: rgba(255, 255, 255, 0.9);
  }
  .mdb\:fill-white-100 {
    fill: white;
  }
  .mdb\:fill-white-200 {
    fill: white;
  }
  .mdb\:fill-white-300 {
    fill: white;
  }
  .mdb\:fill-white-400 {
    fill: white;
  }
  .mdb\:fill-white-500 {
    fill: #ffffff;
  }
  .mdb\:fill-white-600 {
    fill: #e6e6e6;
  }
  .mdb\:fill-white-700 {
    fill: #cccccc;
  }
  .mdb\:fill-white-800 {
    fill: #b3b3b3;
  }
  .mdb\:fill-white-900 {
    fill: #999999;
  }
  .mdb\:color-black {
    color: #000000;
  }
  .mdb\:color-black-t1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .mdb\:color-black-t2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .mdb\:color-black-t3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .mdb\:color-black-t4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .mdb\:color-black-t5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .mdb\:color-black-t6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .mdb\:color-black-t7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .mdb\:color-black-t8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .mdb\:color-black-t9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .mdb\:color-black-100 {
    color: #666666;
  }
  .mdb\:color-black-200 {
    color: #4d4d4d;
  }
  .mdb\:color-black-300 {
    color: #333333;
  }
  .mdb\:color-black-400 {
    color: #1a1a1a;
  }
  .mdb\:color-black-500 {
    color: #000000;
  }
  .mdb\:color-black-600 {
    color: black;
  }
  .mdb\:color-black-700 {
    color: black;
  }
  .mdb\:color-black-800 {
    color: black;
  }
  .mdb\:color-black-900 {
    color: black;
  }
  .mdb\:bg-black {
    background-color: #000000;
  }
  .mdb\:bg-black-t1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .mdb\:bg-black-t2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .mdb\:bg-black-t3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .mdb\:bg-black-t4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .mdb\:bg-black-t5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .mdb\:bg-black-t6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .mdb\:bg-black-t7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .mdb\:bg-black-t8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .mdb\:bg-black-t9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .mdb\:bg-black-100 {
    background-color: #666666;
  }
  .mdb\:bg-black-200 {
    background-color: #4d4d4d;
  }
  .mdb\:bg-black-300 {
    background-color: #333333;
  }
  .mdb\:bg-black-400 {
    background-color: #1a1a1a;
  }
  .mdb\:bg-black-500 {
    background-color: #000000;
  }
  .mdb\:bg-black-600 {
    background-color: black;
  }
  .mdb\:bg-black-700 {
    background-color: black;
  }
  .mdb\:bg-black-800 {
    background-color: black;
  }
  .mdb\:bg-black-900 {
    background-color: black;
  }
  .mdb\:border-black {
    border-color: #000000;
  }
  .mdb\:border-black-t1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .mdb\:border-black-t2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .mdb\:border-black-t3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .mdb\:border-black-t4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .mdb\:border-black-t5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .mdb\:border-black-t6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .mdb\:border-black-t7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .mdb\:border-black-t8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .mdb\:border-black-t9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .mdb\:border-black-100 {
    border-color: #666666;
  }
  .mdb\:border-black-200 {
    border-color: #4d4d4d;
  }
  .mdb\:border-black-300 {
    border-color: #333333;
  }
  .mdb\:border-black-400 {
    border-color: #1a1a1a;
  }
  .mdb\:border-black-500 {
    border-color: #000000;
  }
  .mdb\:border-black-600 {
    border-color: black;
  }
  .mdb\:border-black-700 {
    border-color: black;
  }
  .mdb\:border-black-800 {
    border-color: black;
  }
  .mdb\:border-black-900 {
    border-color: black;
  }
  .mdb\:fill-black {
    fill: #000000;
  }
  .mdb\:fill-black-t1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .mdb\:fill-black-t2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .mdb\:fill-black-t3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .mdb\:fill-black-t4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .mdb\:fill-black-t5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .mdb\:fill-black-t6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .mdb\:fill-black-t7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .mdb\:fill-black-t8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .mdb\:fill-black-t9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .mdb\:fill-black-100 {
    fill: #666666;
  }
  .mdb\:fill-black-200 {
    fill: #4d4d4d;
  }
  .mdb\:fill-black-300 {
    fill: #333333;
  }
  .mdb\:fill-black-400 {
    fill: #1a1a1a;
  }
  .mdb\:fill-black-500 {
    fill: #000000;
  }
  .mdb\:fill-black-600 {
    fill: black;
  }
  .mdb\:fill-black-700 {
    fill: black;
  }
  .mdb\:fill-black-800 {
    fill: black;
  }
  .mdb\:fill-black-900 {
    fill: black;
  }
  .mdb\:color-pink {
    color: #E91E63;
  }
  .mdb\:color-pink-t1 {
    color: rgba(233, 30, 99, 0.1);
  }
  .mdb\:color-pink-t2 {
    color: rgba(233, 30, 99, 0.2);
  }
  .mdb\:color-pink-t3 {
    color: rgba(233, 30, 99, 0.3);
  }
  .mdb\:color-pink-t4 {
    color: rgba(233, 30, 99, 0.4);
  }
  .mdb\:color-pink-t5 {
    color: rgba(233, 30, 99, 0.5);
  }
  .mdb\:color-pink-t6 {
    color: rgba(233, 30, 99, 0.6);
  }
  .mdb\:color-pink-t7 {
    color: rgba(233, 30, 99, 0.7);
  }
  .mdb\:color-pink-t8 {
    color: rgba(233, 30, 99, 0.8);
  }
  .mdb\:color-pink-t9 {
    color: rgba(233, 30, 99, 0.9);
  }
  .mdb\:color-pink-100 {
    color: #fbd8e4;
  }
  .mdb\:color-pink-200 {
    color: #f7a9c4;
  }
  .mdb\:color-pink-300 {
    color: #f27ba3;
  }
  .mdb\:color-pink-400 {
    color: #ee4c83;
  }
  .mdb\:color-pink-500 {
    color: #E91E63;
  }
  .mdb\:color-pink-600 {
    color: #c1134e;
  }
  .mdb\:color-pink-700 {
    color: #930e3b;
  }
  .mdb\:color-pink-800 {
    color: #640a29;
  }
  .mdb\:color-pink-900 {
    color: #360516;
  }
  .mdb\:bg-pink {
    background-color: #E91E63;
  }
  .mdb\:bg-pink-t1 {
    background-color: rgba(233, 30, 99, 0.1);
  }
  .mdb\:bg-pink-t2 {
    background-color: rgba(233, 30, 99, 0.2);
  }
  .mdb\:bg-pink-t3 {
    background-color: rgba(233, 30, 99, 0.3);
  }
  .mdb\:bg-pink-t4 {
    background-color: rgba(233, 30, 99, 0.4);
  }
  .mdb\:bg-pink-t5 {
    background-color: rgba(233, 30, 99, 0.5);
  }
  .mdb\:bg-pink-t6 {
    background-color: rgba(233, 30, 99, 0.6);
  }
  .mdb\:bg-pink-t7 {
    background-color: rgba(233, 30, 99, 0.7);
  }
  .mdb\:bg-pink-t8 {
    background-color: rgba(233, 30, 99, 0.8);
  }
  .mdb\:bg-pink-t9 {
    background-color: rgba(233, 30, 99, 0.9);
  }
  .mdb\:bg-pink-100 {
    background-color: #fbd8e4;
  }
  .mdb\:bg-pink-200 {
    background-color: #f7a9c4;
  }
  .mdb\:bg-pink-300 {
    background-color: #f27ba3;
  }
  .mdb\:bg-pink-400 {
    background-color: #ee4c83;
  }
  .mdb\:bg-pink-500 {
    background-color: #E91E63;
  }
  .mdb\:bg-pink-600 {
    background-color: #c1134e;
  }
  .mdb\:bg-pink-700 {
    background-color: #930e3b;
  }
  .mdb\:bg-pink-800 {
    background-color: #640a29;
  }
  .mdb\:bg-pink-900 {
    background-color: #360516;
  }
  .mdb\:border-pink {
    border-color: #E91E63;
  }
  .mdb\:border-pink-t1 {
    border-color: rgba(233, 30, 99, 0.1);
  }
  .mdb\:border-pink-t2 {
    border-color: rgba(233, 30, 99, 0.2);
  }
  .mdb\:border-pink-t3 {
    border-color: rgba(233, 30, 99, 0.3);
  }
  .mdb\:border-pink-t4 {
    border-color: rgba(233, 30, 99, 0.4);
  }
  .mdb\:border-pink-t5 {
    border-color: rgba(233, 30, 99, 0.5);
  }
  .mdb\:border-pink-t6 {
    border-color: rgba(233, 30, 99, 0.6);
  }
  .mdb\:border-pink-t7 {
    border-color: rgba(233, 30, 99, 0.7);
  }
  .mdb\:border-pink-t8 {
    border-color: rgba(233, 30, 99, 0.8);
  }
  .mdb\:border-pink-t9 {
    border-color: rgba(233, 30, 99, 0.9);
  }
  .mdb\:border-pink-100 {
    border-color: #fbd8e4;
  }
  .mdb\:border-pink-200 {
    border-color: #f7a9c4;
  }
  .mdb\:border-pink-300 {
    border-color: #f27ba3;
  }
  .mdb\:border-pink-400 {
    border-color: #ee4c83;
  }
  .mdb\:border-pink-500 {
    border-color: #E91E63;
  }
  .mdb\:border-pink-600 {
    border-color: #c1134e;
  }
  .mdb\:border-pink-700 {
    border-color: #930e3b;
  }
  .mdb\:border-pink-800 {
    border-color: #640a29;
  }
  .mdb\:border-pink-900 {
    border-color: #360516;
  }
  .mdb\:fill-pink {
    fill: #E91E63;
  }
  .mdb\:fill-pink-t1 {
    fill: rgba(233, 30, 99, 0.1);
  }
  .mdb\:fill-pink-t2 {
    fill: rgba(233, 30, 99, 0.2);
  }
  .mdb\:fill-pink-t3 {
    fill: rgba(233, 30, 99, 0.3);
  }
  .mdb\:fill-pink-t4 {
    fill: rgba(233, 30, 99, 0.4);
  }
  .mdb\:fill-pink-t5 {
    fill: rgba(233, 30, 99, 0.5);
  }
  .mdb\:fill-pink-t6 {
    fill: rgba(233, 30, 99, 0.6);
  }
  .mdb\:fill-pink-t7 {
    fill: rgba(233, 30, 99, 0.7);
  }
  .mdb\:fill-pink-t8 {
    fill: rgba(233, 30, 99, 0.8);
  }
  .mdb\:fill-pink-t9 {
    fill: rgba(233, 30, 99, 0.9);
  }
  .mdb\:fill-pink-100 {
    fill: #fbd8e4;
  }
  .mdb\:fill-pink-200 {
    fill: #f7a9c4;
  }
  .mdb\:fill-pink-300 {
    fill: #f27ba3;
  }
  .mdb\:fill-pink-400 {
    fill: #ee4c83;
  }
  .mdb\:fill-pink-500 {
    fill: #E91E63;
  }
  .mdb\:fill-pink-600 {
    fill: #c1134e;
  }
  .mdb\:fill-pink-700 {
    fill: #930e3b;
  }
  .mdb\:fill-pink-800 {
    fill: #640a29;
  }
  .mdb\:fill-pink-900 {
    fill: #360516;
  }
  .mdb\:color-grey {
    color: #d7d7d7;
  }
  .mdb\:color-grey-t1 {
    color: rgba(215, 215, 215, 0.1);
  }
  .mdb\:color-grey-t2 {
    color: rgba(215, 215, 215, 0.2);
  }
  .mdb\:color-grey-t3 {
    color: rgba(215, 215, 215, 0.3);
  }
  .mdb\:color-grey-t4 {
    color: rgba(215, 215, 215, 0.4);
  }
  .mdb\:color-grey-t5 {
    color: rgba(215, 215, 215, 0.5);
  }
  .mdb\:color-grey-t6 {
    color: rgba(215, 215, 215, 0.6);
  }
  .mdb\:color-grey-t7 {
    color: rgba(215, 215, 215, 0.7);
  }
  .mdb\:color-grey-t8 {
    color: rgba(215, 215, 215, 0.8);
  }
  .mdb\:color-grey-t9 {
    color: rgba(215, 215, 215, 0.9);
  }
  .mdb\:color-grey-100 {
    color: white;
  }
  .mdb\:color-grey-200 {
    color: white;
  }
  .mdb\:color-grey-300 {
    color: white;
  }
  .mdb\:color-grey-400 {
    color: #f1f1f1;
  }
  .mdb\:color-grey-500 {
    color: #d7d7d7;
  }
  .mdb\:color-grey-600 {
    color: #bebebe;
  }
  .mdb\:color-grey-700 {
    color: #a4a4a4;
  }
  .mdb\:color-grey-800 {
    color: #8b8b8b;
  }
  .mdb\:color-grey-900 {
    color: #717171;
  }
  .mdb\:bg-grey {
    background-color: #d7d7d7;
  }
  .mdb\:bg-grey-t1 {
    background-color: rgba(215, 215, 215, 0.1);
  }
  .mdb\:bg-grey-t2 {
    background-color: rgba(215, 215, 215, 0.2);
  }
  .mdb\:bg-grey-t3 {
    background-color: rgba(215, 215, 215, 0.3);
  }
  .mdb\:bg-grey-t4 {
    background-color: rgba(215, 215, 215, 0.4);
  }
  .mdb\:bg-grey-t5 {
    background-color: rgba(215, 215, 215, 0.5);
  }
  .mdb\:bg-grey-t6 {
    background-color: rgba(215, 215, 215, 0.6);
  }
  .mdb\:bg-grey-t7 {
    background-color: rgba(215, 215, 215, 0.7);
  }
  .mdb\:bg-grey-t8 {
    background-color: rgba(215, 215, 215, 0.8);
  }
  .mdb\:bg-grey-t9 {
    background-color: rgba(215, 215, 215, 0.9);
  }
  .mdb\:bg-grey-100 {
    background-color: white;
  }
  .mdb\:bg-grey-200 {
    background-color: white;
  }
  .mdb\:bg-grey-300 {
    background-color: white;
  }
  .mdb\:bg-grey-400 {
    background-color: #f1f1f1;
  }
  .mdb\:bg-grey-500 {
    background-color: #d7d7d7;
  }
  .mdb\:bg-grey-600 {
    background-color: #bebebe;
  }
  .mdb\:bg-grey-700 {
    background-color: #a4a4a4;
  }
  .mdb\:bg-grey-800 {
    background-color: #8b8b8b;
  }
  .mdb\:bg-grey-900 {
    background-color: #717171;
  }
  .mdb\:border-grey {
    border-color: #d7d7d7;
  }
  .mdb\:border-grey-t1 {
    border-color: rgba(215, 215, 215, 0.1);
  }
  .mdb\:border-grey-t2 {
    border-color: rgba(215, 215, 215, 0.2);
  }
  .mdb\:border-grey-t3 {
    border-color: rgba(215, 215, 215, 0.3);
  }
  .mdb\:border-grey-t4 {
    border-color: rgba(215, 215, 215, 0.4);
  }
  .mdb\:border-grey-t5 {
    border-color: rgba(215, 215, 215, 0.5);
  }
  .mdb\:border-grey-t6 {
    border-color: rgba(215, 215, 215, 0.6);
  }
  .mdb\:border-grey-t7 {
    border-color: rgba(215, 215, 215, 0.7);
  }
  .mdb\:border-grey-t8 {
    border-color: rgba(215, 215, 215, 0.8);
  }
  .mdb\:border-grey-t9 {
    border-color: rgba(215, 215, 215, 0.9);
  }
  .mdb\:border-grey-100 {
    border-color: white;
  }
  .mdb\:border-grey-200 {
    border-color: white;
  }
  .mdb\:border-grey-300 {
    border-color: white;
  }
  .mdb\:border-grey-400 {
    border-color: #f1f1f1;
  }
  .mdb\:border-grey-500 {
    border-color: #d7d7d7;
  }
  .mdb\:border-grey-600 {
    border-color: #bebebe;
  }
  .mdb\:border-grey-700 {
    border-color: #a4a4a4;
  }
  .mdb\:border-grey-800 {
    border-color: #8b8b8b;
  }
  .mdb\:border-grey-900 {
    border-color: #717171;
  }
  .mdb\:fill-grey {
    fill: #d7d7d7;
  }
  .mdb\:fill-grey-t1 {
    fill: rgba(215, 215, 215, 0.1);
  }
  .mdb\:fill-grey-t2 {
    fill: rgba(215, 215, 215, 0.2);
  }
  .mdb\:fill-grey-t3 {
    fill: rgba(215, 215, 215, 0.3);
  }
  .mdb\:fill-grey-t4 {
    fill: rgba(215, 215, 215, 0.4);
  }
  .mdb\:fill-grey-t5 {
    fill: rgba(215, 215, 215, 0.5);
  }
  .mdb\:fill-grey-t6 {
    fill: rgba(215, 215, 215, 0.6);
  }
  .mdb\:fill-grey-t7 {
    fill: rgba(215, 215, 215, 0.7);
  }
  .mdb\:fill-grey-t8 {
    fill: rgba(215, 215, 215, 0.8);
  }
  .mdb\:fill-grey-t9 {
    fill: rgba(215, 215, 215, 0.9);
  }
  .mdb\:fill-grey-100 {
    fill: white;
  }
  .mdb\:fill-grey-200 {
    fill: white;
  }
  .mdb\:fill-grey-300 {
    fill: white;
  }
  .mdb\:fill-grey-400 {
    fill: #f1f1f1;
  }
  .mdb\:fill-grey-500 {
    fill: #d7d7d7;
  }
  .mdb\:fill-grey-600 {
    fill: #bebebe;
  }
  .mdb\:fill-grey-700 {
    fill: #a4a4a4;
  }
  .mdb\:fill-grey-800 {
    fill: #8b8b8b;
  }
  .mdb\:fill-grey-900 {
    fill: #717171;
  }
  .mdb\:color-gold {
    color: #f5efeb;
  }
  .mdb\:color-gold-t1 {
    color: rgba(245, 239, 235, 0.1);
  }
  .mdb\:color-gold-t2 {
    color: rgba(245, 239, 235, 0.2);
  }
  .mdb\:color-gold-t3 {
    color: rgba(245, 239, 235, 0.3);
  }
  .mdb\:color-gold-t4 {
    color: rgba(245, 239, 235, 0.4);
  }
  .mdb\:color-gold-t5 {
    color: rgba(245, 239, 235, 0.5);
  }
  .mdb\:color-gold-t6 {
    color: rgba(245, 239, 235, 0.6);
  }
  .mdb\:color-gold-t7 {
    color: rgba(245, 239, 235, 0.7);
  }
  .mdb\:color-gold-t8 {
    color: rgba(245, 239, 235, 0.8);
  }
  .mdb\:color-gold-t9 {
    color: rgba(245, 239, 235, 0.9);
  }
  .mdb\:color-gold-100 {
    color: white;
  }
  .mdb\:color-gold-200 {
    color: white;
  }
  .mdb\:color-gold-300 {
    color: white;
  }
  .mdb\:color-gold-400 {
    color: white;
  }
  .mdb\:color-gold-500 {
    color: #f5efeb;
  }
  .mdb\:color-gold-600 {
    color: #e4d4c9;
  }
  .mdb\:color-gold-700 {
    color: #d3b9a7;
  }
  .mdb\:color-gold-800 {
    color: #c29d85;
  }
  .mdb\:color-gold-900 {
    color: #b18263;
  }
  .mdb\:bg-gold {
    background-color: #f5efeb;
  }
  .mdb\:bg-gold-t1 {
    background-color: rgba(245, 239, 235, 0.1);
  }
  .mdb\:bg-gold-t2 {
    background-color: rgba(245, 239, 235, 0.2);
  }
  .mdb\:bg-gold-t3 {
    background-color: rgba(245, 239, 235, 0.3);
  }
  .mdb\:bg-gold-t4 {
    background-color: rgba(245, 239, 235, 0.4);
  }
  .mdb\:bg-gold-t5 {
    background-color: rgba(245, 239, 235, 0.5);
  }
  .mdb\:bg-gold-t6 {
    background-color: rgba(245, 239, 235, 0.6);
  }
  .mdb\:bg-gold-t7 {
    background-color: rgba(245, 239, 235, 0.7);
  }
  .mdb\:bg-gold-t8 {
    background-color: rgba(245, 239, 235, 0.8);
  }
  .mdb\:bg-gold-t9 {
    background-color: rgba(245, 239, 235, 0.9);
  }
  .mdb\:bg-gold-100 {
    background-color: white;
  }
  .mdb\:bg-gold-200 {
    background-color: white;
  }
  .mdb\:bg-gold-300 {
    background-color: white;
  }
  .mdb\:bg-gold-400 {
    background-color: white;
  }
  .mdb\:bg-gold-500 {
    background-color: #f5efeb;
  }
  .mdb\:bg-gold-600 {
    background-color: #e4d4c9;
  }
  .mdb\:bg-gold-700 {
    background-color: #d3b9a7;
  }
  .mdb\:bg-gold-800 {
    background-color: #c29d85;
  }
  .mdb\:bg-gold-900 {
    background-color: #b18263;
  }
  .mdb\:border-gold {
    border-color: #f5efeb;
  }
  .mdb\:border-gold-t1 {
    border-color: rgba(245, 239, 235, 0.1);
  }
  .mdb\:border-gold-t2 {
    border-color: rgba(245, 239, 235, 0.2);
  }
  .mdb\:border-gold-t3 {
    border-color: rgba(245, 239, 235, 0.3);
  }
  .mdb\:border-gold-t4 {
    border-color: rgba(245, 239, 235, 0.4);
  }
  .mdb\:border-gold-t5 {
    border-color: rgba(245, 239, 235, 0.5);
  }
  .mdb\:border-gold-t6 {
    border-color: rgba(245, 239, 235, 0.6);
  }
  .mdb\:border-gold-t7 {
    border-color: rgba(245, 239, 235, 0.7);
  }
  .mdb\:border-gold-t8 {
    border-color: rgba(245, 239, 235, 0.8);
  }
  .mdb\:border-gold-t9 {
    border-color: rgba(245, 239, 235, 0.9);
  }
  .mdb\:border-gold-100 {
    border-color: white;
  }
  .mdb\:border-gold-200 {
    border-color: white;
  }
  .mdb\:border-gold-300 {
    border-color: white;
  }
  .mdb\:border-gold-400 {
    border-color: white;
  }
  .mdb\:border-gold-500 {
    border-color: #f5efeb;
  }
  .mdb\:border-gold-600 {
    border-color: #e4d4c9;
  }
  .mdb\:border-gold-700 {
    border-color: #d3b9a7;
  }
  .mdb\:border-gold-800 {
    border-color: #c29d85;
  }
  .mdb\:border-gold-900 {
    border-color: #b18263;
  }
  .mdb\:fill-gold {
    fill: #f5efeb;
  }
  .mdb\:fill-gold-t1 {
    fill: rgba(245, 239, 235, 0.1);
  }
  .mdb\:fill-gold-t2 {
    fill: rgba(245, 239, 235, 0.2);
  }
  .mdb\:fill-gold-t3 {
    fill: rgba(245, 239, 235, 0.3);
  }
  .mdb\:fill-gold-t4 {
    fill: rgba(245, 239, 235, 0.4);
  }
  .mdb\:fill-gold-t5 {
    fill: rgba(245, 239, 235, 0.5);
  }
  .mdb\:fill-gold-t6 {
    fill: rgba(245, 239, 235, 0.6);
  }
  .mdb\:fill-gold-t7 {
    fill: rgba(245, 239, 235, 0.7);
  }
  .mdb\:fill-gold-t8 {
    fill: rgba(245, 239, 235, 0.8);
  }
  .mdb\:fill-gold-t9 {
    fill: rgba(245, 239, 235, 0.9);
  }
  .mdb\:fill-gold-100 {
    fill: white;
  }
  .mdb\:fill-gold-200 {
    fill: white;
  }
  .mdb\:fill-gold-300 {
    fill: white;
  }
  .mdb\:fill-gold-400 {
    fill: white;
  }
  .mdb\:fill-gold-500 {
    fill: #f5efeb;
  }
  .mdb\:fill-gold-600 {
    fill: #e4d4c9;
  }
  .mdb\:fill-gold-700 {
    fill: #d3b9a7;
  }
  .mdb\:fill-gold-800 {
    fill: #c29d85;
  }
  .mdb\:fill-gold-900 {
    fill: #b18263;
  }
  .mdb\:color-dark {
    color: #111;
  }
  .mdb\:color-dark-t1 {
    color: rgba(17, 17, 17, 0.1);
  }
  .mdb\:color-dark-t2 {
    color: rgba(17, 17, 17, 0.2);
  }
  .mdb\:color-dark-t3 {
    color: rgba(17, 17, 17, 0.3);
  }
  .mdb\:color-dark-t4 {
    color: rgba(17, 17, 17, 0.4);
  }
  .mdb\:color-dark-t5 {
    color: rgba(17, 17, 17, 0.5);
  }
  .mdb\:color-dark-t6 {
    color: rgba(17, 17, 17, 0.6);
  }
  .mdb\:color-dark-t7 {
    color: rgba(17, 17, 17, 0.7);
  }
  .mdb\:color-dark-t8 {
    color: rgba(17, 17, 17, 0.8);
  }
  .mdb\:color-dark-t9 {
    color: rgba(17, 17, 17, 0.9);
  }
  .mdb\:color-dark-100 {
    color: #777777;
  }
  .mdb\:color-dark-200 {
    color: #5e5e5e;
  }
  .mdb\:color-dark-300 {
    color: #444444;
  }
  .mdb\:color-dark-400 {
    color: #2b2b2b;
  }
  .mdb\:color-dark-500 {
    color: #111;
  }
  .mdb\:color-dark-600 {
    color: black;
  }
  .mdb\:color-dark-700 {
    color: black;
  }
  .mdb\:color-dark-800 {
    color: black;
  }
  .mdb\:color-dark-900 {
    color: black;
  }
  .mdb\:bg-dark {
    background-color: #111;
  }
  .mdb\:bg-dark-t1 {
    background-color: rgba(17, 17, 17, 0.1);
  }
  .mdb\:bg-dark-t2 {
    background-color: rgba(17, 17, 17, 0.2);
  }
  .mdb\:bg-dark-t3 {
    background-color: rgba(17, 17, 17, 0.3);
  }
  .mdb\:bg-dark-t4 {
    background-color: rgba(17, 17, 17, 0.4);
  }
  .mdb\:bg-dark-t5 {
    background-color: rgba(17, 17, 17, 0.5);
  }
  .mdb\:bg-dark-t6 {
    background-color: rgba(17, 17, 17, 0.6);
  }
  .mdb\:bg-dark-t7 {
    background-color: rgba(17, 17, 17, 0.7);
  }
  .mdb\:bg-dark-t8 {
    background-color: rgba(17, 17, 17, 0.8);
  }
  .mdb\:bg-dark-t9 {
    background-color: rgba(17, 17, 17, 0.9);
  }
  .mdb\:bg-dark-100 {
    background-color: #777777;
  }
  .mdb\:bg-dark-200 {
    background-color: #5e5e5e;
  }
  .mdb\:bg-dark-300 {
    background-color: #444444;
  }
  .mdb\:bg-dark-400 {
    background-color: #2b2b2b;
  }
  .mdb\:bg-dark-500 {
    background-color: #111;
  }
  .mdb\:bg-dark-600 {
    background-color: black;
  }
  .mdb\:bg-dark-700 {
    background-color: black;
  }
  .mdb\:bg-dark-800 {
    background-color: black;
  }
  .mdb\:bg-dark-900 {
    background-color: black;
  }
  .mdb\:border-dark {
    border-color: #111;
  }
  .mdb\:border-dark-t1 {
    border-color: rgba(17, 17, 17, 0.1);
  }
  .mdb\:border-dark-t2 {
    border-color: rgba(17, 17, 17, 0.2);
  }
  .mdb\:border-dark-t3 {
    border-color: rgba(17, 17, 17, 0.3);
  }
  .mdb\:border-dark-t4 {
    border-color: rgba(17, 17, 17, 0.4);
  }
  .mdb\:border-dark-t5 {
    border-color: rgba(17, 17, 17, 0.5);
  }
  .mdb\:border-dark-t6 {
    border-color: rgba(17, 17, 17, 0.6);
  }
  .mdb\:border-dark-t7 {
    border-color: rgba(17, 17, 17, 0.7);
  }
  .mdb\:border-dark-t8 {
    border-color: rgba(17, 17, 17, 0.8);
  }
  .mdb\:border-dark-t9 {
    border-color: rgba(17, 17, 17, 0.9);
  }
  .mdb\:border-dark-100 {
    border-color: #777777;
  }
  .mdb\:border-dark-200 {
    border-color: #5e5e5e;
  }
  .mdb\:border-dark-300 {
    border-color: #444444;
  }
  .mdb\:border-dark-400 {
    border-color: #2b2b2b;
  }
  .mdb\:border-dark-500 {
    border-color: #111;
  }
  .mdb\:border-dark-600 {
    border-color: black;
  }
  .mdb\:border-dark-700 {
    border-color: black;
  }
  .mdb\:border-dark-800 {
    border-color: black;
  }
  .mdb\:border-dark-900 {
    border-color: black;
  }
  .mdb\:fill-dark {
    fill: #111;
  }
  .mdb\:fill-dark-t1 {
    fill: rgba(17, 17, 17, 0.1);
  }
  .mdb\:fill-dark-t2 {
    fill: rgba(17, 17, 17, 0.2);
  }
  .mdb\:fill-dark-t3 {
    fill: rgba(17, 17, 17, 0.3);
  }
  .mdb\:fill-dark-t4 {
    fill: rgba(17, 17, 17, 0.4);
  }
  .mdb\:fill-dark-t5 {
    fill: rgba(17, 17, 17, 0.5);
  }
  .mdb\:fill-dark-t6 {
    fill: rgba(17, 17, 17, 0.6);
  }
  .mdb\:fill-dark-t7 {
    fill: rgba(17, 17, 17, 0.7);
  }
  .mdb\:fill-dark-t8 {
    fill: rgba(17, 17, 17, 0.8);
  }
  .mdb\:fill-dark-t9 {
    fill: rgba(17, 17, 17, 0.9);
  }
  .mdb\:fill-dark-100 {
    fill: #777777;
  }
  .mdb\:fill-dark-200 {
    fill: #5e5e5e;
  }
  .mdb\:fill-dark-300 {
    fill: #444444;
  }
  .mdb\:fill-dark-400 {
    fill: #2b2b2b;
  }
  .mdb\:fill-dark-500 {
    fill: #111;
  }
  .mdb\:fill-dark-600 {
    fill: black;
  }
  .mdb\:fill-dark-700 {
    fill: black;
  }
  .mdb\:fill-dark-800 {
    fill: black;
  }
  .mdb\:fill-dark-900 {
    fill: black;
  }
  .mdb\:color-green {
    color: #22c55e;
  }
  .mdb\:color-green-t1 {
    color: rgba(34, 197, 94, 0.1);
  }
  .mdb\:color-green-t2 {
    color: rgba(34, 197, 94, 0.2);
  }
  .mdb\:color-green-t3 {
    color: rgba(34, 197, 94, 0.3);
  }
  .mdb\:color-green-t4 {
    color: rgba(34, 197, 94, 0.4);
  }
  .mdb\:color-green-t5 {
    color: rgba(34, 197, 94, 0.5);
  }
  .mdb\:color-green-t6 {
    color: rgba(34, 197, 94, 0.6);
  }
  .mdb\:color-green-t7 {
    color: rgba(34, 197, 94, 0.7);
  }
  .mdb\:color-green-t8 {
    color: rgba(34, 197, 94, 0.8);
  }
  .mdb\:color-green-t9 {
    color: rgba(34, 197, 94, 0.9);
  }
  .mdb\:color-green-100 {
    color: #bff4d3;
  }
  .mdb\:color-green-200 {
    color: #94ecb4;
  }
  .mdb\:color-green-300 {
    color: #68e596;
  }
  .mdb\:color-green-400 {
    color: #3ddd78;
  }
  .mdb\:color-green-500 {
    color: #22c55e;
  }
  .mdb\:color-green-600 {
    color: #1a9a49;
  }
  .mdb\:color-green-700 {
    color: #136e34;
  }
  .mdb\:color-green-800 {
    color: #0b4320;
  }
  .mdb\:color-green-900 {
    color: #04170b;
  }
  .mdb\:bg-green {
    background-color: #22c55e;
  }
  .mdb\:bg-green-t1 {
    background-color: rgba(34, 197, 94, 0.1);
  }
  .mdb\:bg-green-t2 {
    background-color: rgba(34, 197, 94, 0.2);
  }
  .mdb\:bg-green-t3 {
    background-color: rgba(34, 197, 94, 0.3);
  }
  .mdb\:bg-green-t4 {
    background-color: rgba(34, 197, 94, 0.4);
  }
  .mdb\:bg-green-t5 {
    background-color: rgba(34, 197, 94, 0.5);
  }
  .mdb\:bg-green-t6 {
    background-color: rgba(34, 197, 94, 0.6);
  }
  .mdb\:bg-green-t7 {
    background-color: rgba(34, 197, 94, 0.7);
  }
  .mdb\:bg-green-t8 {
    background-color: rgba(34, 197, 94, 0.8);
  }
  .mdb\:bg-green-t9 {
    background-color: rgba(34, 197, 94, 0.9);
  }
  .mdb\:bg-green-100 {
    background-color: #bff4d3;
  }
  .mdb\:bg-green-200 {
    background-color: #94ecb4;
  }
  .mdb\:bg-green-300 {
    background-color: #68e596;
  }
  .mdb\:bg-green-400 {
    background-color: #3ddd78;
  }
  .mdb\:bg-green-500 {
    background-color: #22c55e;
  }
  .mdb\:bg-green-600 {
    background-color: #1a9a49;
  }
  .mdb\:bg-green-700 {
    background-color: #136e34;
  }
  .mdb\:bg-green-800 {
    background-color: #0b4320;
  }
  .mdb\:bg-green-900 {
    background-color: #04170b;
  }
  .mdb\:border-green {
    border-color: #22c55e;
  }
  .mdb\:border-green-t1 {
    border-color: rgba(34, 197, 94, 0.1);
  }
  .mdb\:border-green-t2 {
    border-color: rgba(34, 197, 94, 0.2);
  }
  .mdb\:border-green-t3 {
    border-color: rgba(34, 197, 94, 0.3);
  }
  .mdb\:border-green-t4 {
    border-color: rgba(34, 197, 94, 0.4);
  }
  .mdb\:border-green-t5 {
    border-color: rgba(34, 197, 94, 0.5);
  }
  .mdb\:border-green-t6 {
    border-color: rgba(34, 197, 94, 0.6);
  }
  .mdb\:border-green-t7 {
    border-color: rgba(34, 197, 94, 0.7);
  }
  .mdb\:border-green-t8 {
    border-color: rgba(34, 197, 94, 0.8);
  }
  .mdb\:border-green-t9 {
    border-color: rgba(34, 197, 94, 0.9);
  }
  .mdb\:border-green-100 {
    border-color: #bff4d3;
  }
  .mdb\:border-green-200 {
    border-color: #94ecb4;
  }
  .mdb\:border-green-300 {
    border-color: #68e596;
  }
  .mdb\:border-green-400 {
    border-color: #3ddd78;
  }
  .mdb\:border-green-500 {
    border-color: #22c55e;
  }
  .mdb\:border-green-600 {
    border-color: #1a9a49;
  }
  .mdb\:border-green-700 {
    border-color: #136e34;
  }
  .mdb\:border-green-800 {
    border-color: #0b4320;
  }
  .mdb\:border-green-900 {
    border-color: #04170b;
  }
  .mdb\:fill-green {
    fill: #22c55e;
  }
  .mdb\:fill-green-t1 {
    fill: rgba(34, 197, 94, 0.1);
  }
  .mdb\:fill-green-t2 {
    fill: rgba(34, 197, 94, 0.2);
  }
  .mdb\:fill-green-t3 {
    fill: rgba(34, 197, 94, 0.3);
  }
  .mdb\:fill-green-t4 {
    fill: rgba(34, 197, 94, 0.4);
  }
  .mdb\:fill-green-t5 {
    fill: rgba(34, 197, 94, 0.5);
  }
  .mdb\:fill-green-t6 {
    fill: rgba(34, 197, 94, 0.6);
  }
  .mdb\:fill-green-t7 {
    fill: rgba(34, 197, 94, 0.7);
  }
  .mdb\:fill-green-t8 {
    fill: rgba(34, 197, 94, 0.8);
  }
  .mdb\:fill-green-t9 {
    fill: rgba(34, 197, 94, 0.9);
  }
  .mdb\:fill-green-100 {
    fill: #bff4d3;
  }
  .mdb\:fill-green-200 {
    fill: #94ecb4;
  }
  .mdb\:fill-green-300 {
    fill: #68e596;
  }
  .mdb\:fill-green-400 {
    fill: #3ddd78;
  }
  .mdb\:fill-green-500 {
    fill: #22c55e;
  }
  .mdb\:fill-green-600 {
    fill: #1a9a49;
  }
  .mdb\:fill-green-700 {
    fill: #136e34;
  }
  .mdb\:fill-green-800 {
    fill: #0b4320;
  }
  .mdb\:fill-green-900 {
    fill: #04170b;
  }
  .mdb\:color-orange {
    color: #F84C00;
  }
  .mdb\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .mdb\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .mdb\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .mdb\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .mdb\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .mdb\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .mdb\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .mdb\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .mdb\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .mdb\:color-orange-100 {
    color: #ffd7c5;
  }
  .mdb\:color-orange-200 {
    color: #ffb392;
  }
  .mdb\:color-orange-300 {
    color: #ff905f;
  }
  .mdb\:color-orange-400 {
    color: #ff6d2c;
  }
  .mdb\:color-orange-500 {
    color: #F84C00;
  }
  .mdb\:color-orange-600 {
    color: #c53c00;
  }
  .mdb\:color-orange-700 {
    color: #922d00;
  }
  .mdb\:color-orange-800 {
    color: #5f1d00;
  }
  .mdb\:color-orange-900 {
    color: #2c0d00;
  }
  .mdb\:bg-orange {
    background-color: #F84C00;
  }
  .mdb\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .mdb\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .mdb\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .mdb\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .mdb\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .mdb\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .mdb\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .mdb\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .mdb\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .mdb\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .mdb\:bg-orange-200 {
    background-color: #ffb392;
  }
  .mdb\:bg-orange-300 {
    background-color: #ff905f;
  }
  .mdb\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .mdb\:bg-orange-500 {
    background-color: #F84C00;
  }
  .mdb\:bg-orange-600 {
    background-color: #c53c00;
  }
  .mdb\:bg-orange-700 {
    background-color: #922d00;
  }
  .mdb\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .mdb\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .mdb\:border-orange {
    border-color: #F84C00;
  }
  .mdb\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .mdb\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .mdb\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .mdb\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .mdb\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .mdb\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .mdb\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .mdb\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .mdb\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .mdb\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .mdb\:border-orange-200 {
    border-color: #ffb392;
  }
  .mdb\:border-orange-300 {
    border-color: #ff905f;
  }
  .mdb\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .mdb\:border-orange-500 {
    border-color: #F84C00;
  }
  .mdb\:border-orange-600 {
    border-color: #c53c00;
  }
  .mdb\:border-orange-700 {
    border-color: #922d00;
  }
  .mdb\:border-orange-800 {
    border-color: #5f1d00;
  }
  .mdb\:border-orange-900 {
    border-color: #2c0d00;
  }
  .mdb\:fill-orange {
    fill: #F84C00;
  }
  .mdb\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .mdb\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .mdb\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .mdb\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .mdb\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .mdb\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .mdb\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .mdb\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .mdb\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .mdb\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .mdb\:fill-orange-200 {
    fill: #ffb392;
  }
  .mdb\:fill-orange-300 {
    fill: #ff905f;
  }
  .mdb\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .mdb\:fill-orange-500 {
    fill: #F84C00;
  }
  .mdb\:fill-orange-600 {
    fill: #c53c00;
  }
  .mdb\:fill-orange-700 {
    fill: #922d00;
  }
  .mdb\:fill-orange-800 {
    fill: #5f1d00;
  }
  .mdb\:fill-orange-900 {
    fill: #2c0d00;
  }
  .mdb\:color-navy {
    color: #172331;
  }
  .mdb\:color-navy-t1 {
    color: rgba(23, 35, 49, 0.1);
  }
  .mdb\:color-navy-t2 {
    color: rgba(23, 35, 49, 0.2);
  }
  .mdb\:color-navy-t3 {
    color: rgba(23, 35, 49, 0.3);
  }
  .mdb\:color-navy-t4 {
    color: rgba(23, 35, 49, 0.4);
  }
  .mdb\:color-navy-t5 {
    color: rgba(23, 35, 49, 0.5);
  }
  .mdb\:color-navy-t6 {
    color: rgba(23, 35, 49, 0.6);
  }
  .mdb\:color-navy-t7 {
    color: rgba(23, 35, 49, 0.7);
  }
  .mdb\:color-navy-t8 {
    color: rgba(23, 35, 49, 0.8);
  }
  .mdb\:color-navy-t9 {
    color: rgba(23, 35, 49, 0.9);
  }
  .mdb\:color-navy-100 {
    color: #6087b4;
  }
  .mdb\:color-navy-200 {
    color: #486d99;
  }
  .mdb\:color-navy-300 {
    color: #385576;
  }
  .mdb\:color-navy-400 {
    color: #273c54;
  }
  .mdb\:color-navy-500 {
    color: #172331;
  }
  .mdb\:color-navy-600 {
    color: #070a0e;
  }
  .mdb\:color-navy-700 {
    color: black;
  }
  .mdb\:color-navy-800 {
    color: black;
  }
  .mdb\:color-navy-900 {
    color: black;
  }
  .mdb\:bg-navy {
    background-color: #172331;
  }
  .mdb\:bg-navy-t1 {
    background-color: rgba(23, 35, 49, 0.1);
  }
  .mdb\:bg-navy-t2 {
    background-color: rgba(23, 35, 49, 0.2);
  }
  .mdb\:bg-navy-t3 {
    background-color: rgba(23, 35, 49, 0.3);
  }
  .mdb\:bg-navy-t4 {
    background-color: rgba(23, 35, 49, 0.4);
  }
  .mdb\:bg-navy-t5 {
    background-color: rgba(23, 35, 49, 0.5);
  }
  .mdb\:bg-navy-t6 {
    background-color: rgba(23, 35, 49, 0.6);
  }
  .mdb\:bg-navy-t7 {
    background-color: rgba(23, 35, 49, 0.7);
  }
  .mdb\:bg-navy-t8 {
    background-color: rgba(23, 35, 49, 0.8);
  }
  .mdb\:bg-navy-t9 {
    background-color: rgba(23, 35, 49, 0.9);
  }
  .mdb\:bg-navy-100 {
    background-color: #6087b4;
  }
  .mdb\:bg-navy-200 {
    background-color: #486d99;
  }
  .mdb\:bg-navy-300 {
    background-color: #385576;
  }
  .mdb\:bg-navy-400 {
    background-color: #273c54;
  }
  .mdb\:bg-navy-500 {
    background-color: #172331;
  }
  .mdb\:bg-navy-600 {
    background-color: #070a0e;
  }
  .mdb\:bg-navy-700 {
    background-color: black;
  }
  .mdb\:bg-navy-800 {
    background-color: black;
  }
  .mdb\:bg-navy-900 {
    background-color: black;
  }
  .mdb\:border-navy {
    border-color: #172331;
  }
  .mdb\:border-navy-t1 {
    border-color: rgba(23, 35, 49, 0.1);
  }
  .mdb\:border-navy-t2 {
    border-color: rgba(23, 35, 49, 0.2);
  }
  .mdb\:border-navy-t3 {
    border-color: rgba(23, 35, 49, 0.3);
  }
  .mdb\:border-navy-t4 {
    border-color: rgba(23, 35, 49, 0.4);
  }
  .mdb\:border-navy-t5 {
    border-color: rgba(23, 35, 49, 0.5);
  }
  .mdb\:border-navy-t6 {
    border-color: rgba(23, 35, 49, 0.6);
  }
  .mdb\:border-navy-t7 {
    border-color: rgba(23, 35, 49, 0.7);
  }
  .mdb\:border-navy-t8 {
    border-color: rgba(23, 35, 49, 0.8);
  }
  .mdb\:border-navy-t9 {
    border-color: rgba(23, 35, 49, 0.9);
  }
  .mdb\:border-navy-100 {
    border-color: #6087b4;
  }
  .mdb\:border-navy-200 {
    border-color: #486d99;
  }
  .mdb\:border-navy-300 {
    border-color: #385576;
  }
  .mdb\:border-navy-400 {
    border-color: #273c54;
  }
  .mdb\:border-navy-500 {
    border-color: #172331;
  }
  .mdb\:border-navy-600 {
    border-color: #070a0e;
  }
  .mdb\:border-navy-700 {
    border-color: black;
  }
  .mdb\:border-navy-800 {
    border-color: black;
  }
  .mdb\:border-navy-900 {
    border-color: black;
  }
  .mdb\:fill-navy {
    fill: #172331;
  }
  .mdb\:fill-navy-t1 {
    fill: rgba(23, 35, 49, 0.1);
  }
  .mdb\:fill-navy-t2 {
    fill: rgba(23, 35, 49, 0.2);
  }
  .mdb\:fill-navy-t3 {
    fill: rgba(23, 35, 49, 0.3);
  }
  .mdb\:fill-navy-t4 {
    fill: rgba(23, 35, 49, 0.4);
  }
  .mdb\:fill-navy-t5 {
    fill: rgba(23, 35, 49, 0.5);
  }
  .mdb\:fill-navy-t6 {
    fill: rgba(23, 35, 49, 0.6);
  }
  .mdb\:fill-navy-t7 {
    fill: rgba(23, 35, 49, 0.7);
  }
  .mdb\:fill-navy-t8 {
    fill: rgba(23, 35, 49, 0.8);
  }
  .mdb\:fill-navy-t9 {
    fill: rgba(23, 35, 49, 0.9);
  }
  .mdb\:fill-navy-100 {
    fill: #6087b4;
  }
  .mdb\:fill-navy-200 {
    fill: #486d99;
  }
  .mdb\:fill-navy-300 {
    fill: #385576;
  }
  .mdb\:fill-navy-400 {
    fill: #273c54;
  }
  .mdb\:fill-navy-500 {
    fill: #172331;
  }
  .mdb\:fill-navy-600 {
    fill: #070a0e;
  }
  .mdb\:fill-navy-700 {
    fill: black;
  }
  .mdb\:fill-navy-800 {
    fill: black;
  }
  .mdb\:fill-navy-900 {
    fill: black;
  }
  .mdb\:color-denim {
    color: #26376f;
  }
  .mdb\:color-denim-t1 {
    color: rgba(38, 55, 111, 0.1);
  }
  .mdb\:color-denim-t2 {
    color: rgba(38, 55, 111, 0.2);
  }
  .mdb\:color-denim-t3 {
    color: rgba(38, 55, 111, 0.3);
  }
  .mdb\:color-denim-t4 {
    color: rgba(38, 55, 111, 0.4);
  }
  .mdb\:color-denim-t5 {
    color: rgba(38, 55, 111, 0.5);
  }
  .mdb\:color-denim-t6 {
    color: rgba(38, 55, 111, 0.6);
  }
  .mdb\:color-denim-t7 {
    color: rgba(38, 55, 111, 0.7);
  }
  .mdb\:color-denim-t8 {
    color: rgba(38, 55, 111, 0.8);
  }
  .mdb\:color-denim-t9 {
    color: rgba(38, 55, 111, 0.9);
  }
  .mdb\:color-denim-100 {
    color: #8a9cd7;
  }
  .mdb\:color-denim-200 {
    color: #647cca;
  }
  .mdb\:color-denim-300 {
    color: #405dbb;
  }
  .mdb\:color-denim-400 {
    color: #334a95;
  }
  .mdb\:color-denim-500 {
    color: #26376f;
  }
  .mdb\:color-denim-600 {
    color: #192449;
  }
  .mdb\:color-denim-700 {
    color: #0c1123;
  }
  .mdb\:color-denim-800 {
    color: black;
  }
  .mdb\:color-denim-900 {
    color: black;
  }
  .mdb\:bg-denim {
    background-color: #26376f;
  }
  .mdb\:bg-denim-t1 {
    background-color: rgba(38, 55, 111, 0.1);
  }
  .mdb\:bg-denim-t2 {
    background-color: rgba(38, 55, 111, 0.2);
  }
  .mdb\:bg-denim-t3 {
    background-color: rgba(38, 55, 111, 0.3);
  }
  .mdb\:bg-denim-t4 {
    background-color: rgba(38, 55, 111, 0.4);
  }
  .mdb\:bg-denim-t5 {
    background-color: rgba(38, 55, 111, 0.5);
  }
  .mdb\:bg-denim-t6 {
    background-color: rgba(38, 55, 111, 0.6);
  }
  .mdb\:bg-denim-t7 {
    background-color: rgba(38, 55, 111, 0.7);
  }
  .mdb\:bg-denim-t8 {
    background-color: rgba(38, 55, 111, 0.8);
  }
  .mdb\:bg-denim-t9 {
    background-color: rgba(38, 55, 111, 0.9);
  }
  .mdb\:bg-denim-100 {
    background-color: #8a9cd7;
  }
  .mdb\:bg-denim-200 {
    background-color: #647cca;
  }
  .mdb\:bg-denim-300 {
    background-color: #405dbb;
  }
  .mdb\:bg-denim-400 {
    background-color: #334a95;
  }
  .mdb\:bg-denim-500 {
    background-color: #26376f;
  }
  .mdb\:bg-denim-600 {
    background-color: #192449;
  }
  .mdb\:bg-denim-700 {
    background-color: #0c1123;
  }
  .mdb\:bg-denim-800 {
    background-color: black;
  }
  .mdb\:bg-denim-900 {
    background-color: black;
  }
  .mdb\:border-denim {
    border-color: #26376f;
  }
  .mdb\:border-denim-t1 {
    border-color: rgba(38, 55, 111, 0.1);
  }
  .mdb\:border-denim-t2 {
    border-color: rgba(38, 55, 111, 0.2);
  }
  .mdb\:border-denim-t3 {
    border-color: rgba(38, 55, 111, 0.3);
  }
  .mdb\:border-denim-t4 {
    border-color: rgba(38, 55, 111, 0.4);
  }
  .mdb\:border-denim-t5 {
    border-color: rgba(38, 55, 111, 0.5);
  }
  .mdb\:border-denim-t6 {
    border-color: rgba(38, 55, 111, 0.6);
  }
  .mdb\:border-denim-t7 {
    border-color: rgba(38, 55, 111, 0.7);
  }
  .mdb\:border-denim-t8 {
    border-color: rgba(38, 55, 111, 0.8);
  }
  .mdb\:border-denim-t9 {
    border-color: rgba(38, 55, 111, 0.9);
  }
  .mdb\:border-denim-100 {
    border-color: #8a9cd7;
  }
  .mdb\:border-denim-200 {
    border-color: #647cca;
  }
  .mdb\:border-denim-300 {
    border-color: #405dbb;
  }
  .mdb\:border-denim-400 {
    border-color: #334a95;
  }
  .mdb\:border-denim-500 {
    border-color: #26376f;
  }
  .mdb\:border-denim-600 {
    border-color: #192449;
  }
  .mdb\:border-denim-700 {
    border-color: #0c1123;
  }
  .mdb\:border-denim-800 {
    border-color: black;
  }
  .mdb\:border-denim-900 {
    border-color: black;
  }
  .mdb\:fill-denim {
    fill: #26376f;
  }
  .mdb\:fill-denim-t1 {
    fill: rgba(38, 55, 111, 0.1);
  }
  .mdb\:fill-denim-t2 {
    fill: rgba(38, 55, 111, 0.2);
  }
  .mdb\:fill-denim-t3 {
    fill: rgba(38, 55, 111, 0.3);
  }
  .mdb\:fill-denim-t4 {
    fill: rgba(38, 55, 111, 0.4);
  }
  .mdb\:fill-denim-t5 {
    fill: rgba(38, 55, 111, 0.5);
  }
  .mdb\:fill-denim-t6 {
    fill: rgba(38, 55, 111, 0.6);
  }
  .mdb\:fill-denim-t7 {
    fill: rgba(38, 55, 111, 0.7);
  }
  .mdb\:fill-denim-t8 {
    fill: rgba(38, 55, 111, 0.8);
  }
  .mdb\:fill-denim-t9 {
    fill: rgba(38, 55, 111, 0.9);
  }
  .mdb\:fill-denim-100 {
    fill: #8a9cd7;
  }
  .mdb\:fill-denim-200 {
    fill: #647cca;
  }
  .mdb\:fill-denim-300 {
    fill: #405dbb;
  }
  .mdb\:fill-denim-400 {
    fill: #334a95;
  }
  .mdb\:fill-denim-500 {
    fill: #26376f;
  }
  .mdb\:fill-denim-600 {
    fill: #192449;
  }
  .mdb\:fill-denim-700 {
    fill: #0c1123;
  }
  .mdb\:fill-denim-800 {
    fill: black;
  }
  .mdb\:fill-denim-900 {
    fill: black;
  }
  .mdb\:color-slate {
    color: #122832;
  }
  .mdb\:color-slate-t1 {
    color: rgba(18, 40, 50, 0.1);
  }
  .mdb\:color-slate-t2 {
    color: rgba(18, 40, 50, 0.2);
  }
  .mdb\:color-slate-t3 {
    color: rgba(18, 40, 50, 0.3);
  }
  .mdb\:color-slate-t4 {
    color: rgba(18, 40, 50, 0.4);
  }
  .mdb\:color-slate-t5 {
    color: rgba(18, 40, 50, 0.5);
  }
  .mdb\:color-slate-t6 {
    color: rgba(18, 40, 50, 0.6);
  }
  .mdb\:color-slate-t7 {
    color: rgba(18, 40, 50, 0.7);
  }
  .mdb\:color-slate-t8 {
    color: rgba(18, 40, 50, 0.8);
  }
  .mdb\:color-slate-t9 {
    color: rgba(18, 40, 50, 0.9);
  }
  .mdb\:color-slate-100 {
    color: #509dc0;
  }
  .mdb\:color-slate-200 {
    color: #3b82a3;
  }
  .mdb\:color-slate-300 {
    color: #2d647d;
  }
  .mdb\:color-slate-400 {
    color: #204658;
  }
  .mdb\:color-slate-500 {
    color: #122832;
  }
  .mdb\:color-slate-600 {
    color: #050a0d;
  }
  .mdb\:color-slate-700 {
    color: black;
  }
  .mdb\:color-slate-800 {
    color: black;
  }
  .mdb\:color-slate-900 {
    color: black;
  }
  .mdb\:bg-slate {
    background-color: #122832;
  }
  .mdb\:bg-slate-t1 {
    background-color: rgba(18, 40, 50, 0.1);
  }
  .mdb\:bg-slate-t2 {
    background-color: rgba(18, 40, 50, 0.2);
  }
  .mdb\:bg-slate-t3 {
    background-color: rgba(18, 40, 50, 0.3);
  }
  .mdb\:bg-slate-t4 {
    background-color: rgba(18, 40, 50, 0.4);
  }
  .mdb\:bg-slate-t5 {
    background-color: rgba(18, 40, 50, 0.5);
  }
  .mdb\:bg-slate-t6 {
    background-color: rgba(18, 40, 50, 0.6);
  }
  .mdb\:bg-slate-t7 {
    background-color: rgba(18, 40, 50, 0.7);
  }
  .mdb\:bg-slate-t8 {
    background-color: rgba(18, 40, 50, 0.8);
  }
  .mdb\:bg-slate-t9 {
    background-color: rgba(18, 40, 50, 0.9);
  }
  .mdb\:bg-slate-100 {
    background-color: #509dc0;
  }
  .mdb\:bg-slate-200 {
    background-color: #3b82a3;
  }
  .mdb\:bg-slate-300 {
    background-color: #2d647d;
  }
  .mdb\:bg-slate-400 {
    background-color: #204658;
  }
  .mdb\:bg-slate-500 {
    background-color: #122832;
  }
  .mdb\:bg-slate-600 {
    background-color: #050a0d;
  }
  .mdb\:bg-slate-700 {
    background-color: black;
  }
  .mdb\:bg-slate-800 {
    background-color: black;
  }
  .mdb\:bg-slate-900 {
    background-color: black;
  }
  .mdb\:border-slate {
    border-color: #122832;
  }
  .mdb\:border-slate-t1 {
    border-color: rgba(18, 40, 50, 0.1);
  }
  .mdb\:border-slate-t2 {
    border-color: rgba(18, 40, 50, 0.2);
  }
  .mdb\:border-slate-t3 {
    border-color: rgba(18, 40, 50, 0.3);
  }
  .mdb\:border-slate-t4 {
    border-color: rgba(18, 40, 50, 0.4);
  }
  .mdb\:border-slate-t5 {
    border-color: rgba(18, 40, 50, 0.5);
  }
  .mdb\:border-slate-t6 {
    border-color: rgba(18, 40, 50, 0.6);
  }
  .mdb\:border-slate-t7 {
    border-color: rgba(18, 40, 50, 0.7);
  }
  .mdb\:border-slate-t8 {
    border-color: rgba(18, 40, 50, 0.8);
  }
  .mdb\:border-slate-t9 {
    border-color: rgba(18, 40, 50, 0.9);
  }
  .mdb\:border-slate-100 {
    border-color: #509dc0;
  }
  .mdb\:border-slate-200 {
    border-color: #3b82a3;
  }
  .mdb\:border-slate-300 {
    border-color: #2d647d;
  }
  .mdb\:border-slate-400 {
    border-color: #204658;
  }
  .mdb\:border-slate-500 {
    border-color: #122832;
  }
  .mdb\:border-slate-600 {
    border-color: #050a0d;
  }
  .mdb\:border-slate-700 {
    border-color: black;
  }
  .mdb\:border-slate-800 {
    border-color: black;
  }
  .mdb\:border-slate-900 {
    border-color: black;
  }
  .mdb\:fill-slate {
    fill: #122832;
  }
  .mdb\:fill-slate-t1 {
    fill: rgba(18, 40, 50, 0.1);
  }
  .mdb\:fill-slate-t2 {
    fill: rgba(18, 40, 50, 0.2);
  }
  .mdb\:fill-slate-t3 {
    fill: rgba(18, 40, 50, 0.3);
  }
  .mdb\:fill-slate-t4 {
    fill: rgba(18, 40, 50, 0.4);
  }
  .mdb\:fill-slate-t5 {
    fill: rgba(18, 40, 50, 0.5);
  }
  .mdb\:fill-slate-t6 {
    fill: rgba(18, 40, 50, 0.6);
  }
  .mdb\:fill-slate-t7 {
    fill: rgba(18, 40, 50, 0.7);
  }
  .mdb\:fill-slate-t8 {
    fill: rgba(18, 40, 50, 0.8);
  }
  .mdb\:fill-slate-t9 {
    fill: rgba(18, 40, 50, 0.9);
  }
  .mdb\:fill-slate-100 {
    fill: #509dc0;
  }
  .mdb\:fill-slate-200 {
    fill: #3b82a3;
  }
  .mdb\:fill-slate-300 {
    fill: #2d647d;
  }
  .mdb\:fill-slate-400 {
    fill: #204658;
  }
  .mdb\:fill-slate-500 {
    fill: #122832;
  }
  .mdb\:fill-slate-600 {
    fill: #050a0d;
  }
  .mdb\:fill-slate-700 {
    fill: black;
  }
  .mdb\:fill-slate-800 {
    fill: black;
  }
  .mdb\:fill-slate-900 {
    fill: black;
  }
  .mdb\:color-blue {
    color: #096ffa;
  }
  .mdb\:color-blue-t1 {
    color: rgba(9, 111, 250, 0.1);
  }
  .mdb\:color-blue-t2 {
    color: rgba(9, 111, 250, 0.2);
  }
  .mdb\:color-blue-t3 {
    color: rgba(9, 111, 250, 0.3);
  }
  .mdb\:color-blue-t4 {
    color: rgba(9, 111, 250, 0.4);
  }
  .mdb\:color-blue-t5 {
    color: rgba(9, 111, 250, 0.5);
  }
  .mdb\:color-blue-t6 {
    color: rgba(9, 111, 250, 0.6);
  }
  .mdb\:color-blue-t7 {
    color: rgba(9, 111, 250, 0.7);
  }
  .mdb\:color-blue-t8 {
    color: rgba(9, 111, 250, 0.8);
  }
  .mdb\:color-blue-t9 {
    color: rgba(9, 111, 250, 0.9);
  }
  .mdb\:color-blue-100 {
    color: #d1e4fe;
  }
  .mdb\:color-blue-200 {
    color: #9fc7fd;
  }
  .mdb\:color-blue-300 {
    color: #6daafc;
  }
  .mdb\:color-blue-400 {
    color: #3b8cfb;
  }
  .mdb\:color-blue-500 {
    color: #096ffa;
  }
  .mdb\:color-blue-600 {
    color: #0459cc;
  }
  .mdb\:color-blue-700 {
    color: #03439a;
  }
  .mdb\:color-blue-800 {
    color: #022d68;
  }
  .mdb\:color-blue-900 {
    color: #011736;
  }
  .mdb\:bg-blue {
    background-color: #096ffa;
  }
  .mdb\:bg-blue-t1 {
    background-color: rgba(9, 111, 250, 0.1);
  }
  .mdb\:bg-blue-t2 {
    background-color: rgba(9, 111, 250, 0.2);
  }
  .mdb\:bg-blue-t3 {
    background-color: rgba(9, 111, 250, 0.3);
  }
  .mdb\:bg-blue-t4 {
    background-color: rgba(9, 111, 250, 0.4);
  }
  .mdb\:bg-blue-t5 {
    background-color: rgba(9, 111, 250, 0.5);
  }
  .mdb\:bg-blue-t6 {
    background-color: rgba(9, 111, 250, 0.6);
  }
  .mdb\:bg-blue-t7 {
    background-color: rgba(9, 111, 250, 0.7);
  }
  .mdb\:bg-blue-t8 {
    background-color: rgba(9, 111, 250, 0.8);
  }
  .mdb\:bg-blue-t9 {
    background-color: rgba(9, 111, 250, 0.9);
  }
  .mdb\:bg-blue-100 {
    background-color: #d1e4fe;
  }
  .mdb\:bg-blue-200 {
    background-color: #9fc7fd;
  }
  .mdb\:bg-blue-300 {
    background-color: #6daafc;
  }
  .mdb\:bg-blue-400 {
    background-color: #3b8cfb;
  }
  .mdb\:bg-blue-500 {
    background-color: #096ffa;
  }
  .mdb\:bg-blue-600 {
    background-color: #0459cc;
  }
  .mdb\:bg-blue-700 {
    background-color: #03439a;
  }
  .mdb\:bg-blue-800 {
    background-color: #022d68;
  }
  .mdb\:bg-blue-900 {
    background-color: #011736;
  }
  .mdb\:border-blue {
    border-color: #096ffa;
  }
  .mdb\:border-blue-t1 {
    border-color: rgba(9, 111, 250, 0.1);
  }
  .mdb\:border-blue-t2 {
    border-color: rgba(9, 111, 250, 0.2);
  }
  .mdb\:border-blue-t3 {
    border-color: rgba(9, 111, 250, 0.3);
  }
  .mdb\:border-blue-t4 {
    border-color: rgba(9, 111, 250, 0.4);
  }
  .mdb\:border-blue-t5 {
    border-color: rgba(9, 111, 250, 0.5);
  }
  .mdb\:border-blue-t6 {
    border-color: rgba(9, 111, 250, 0.6);
  }
  .mdb\:border-blue-t7 {
    border-color: rgba(9, 111, 250, 0.7);
  }
  .mdb\:border-blue-t8 {
    border-color: rgba(9, 111, 250, 0.8);
  }
  .mdb\:border-blue-t9 {
    border-color: rgba(9, 111, 250, 0.9);
  }
  .mdb\:border-blue-100 {
    border-color: #d1e4fe;
  }
  .mdb\:border-blue-200 {
    border-color: #9fc7fd;
  }
  .mdb\:border-blue-300 {
    border-color: #6daafc;
  }
  .mdb\:border-blue-400 {
    border-color: #3b8cfb;
  }
  .mdb\:border-blue-500 {
    border-color: #096ffa;
  }
  .mdb\:border-blue-600 {
    border-color: #0459cc;
  }
  .mdb\:border-blue-700 {
    border-color: #03439a;
  }
  .mdb\:border-blue-800 {
    border-color: #022d68;
  }
  .mdb\:border-blue-900 {
    border-color: #011736;
  }
  .mdb\:fill-blue {
    fill: #096ffa;
  }
  .mdb\:fill-blue-t1 {
    fill: rgba(9, 111, 250, 0.1);
  }
  .mdb\:fill-blue-t2 {
    fill: rgba(9, 111, 250, 0.2);
  }
  .mdb\:fill-blue-t3 {
    fill: rgba(9, 111, 250, 0.3);
  }
  .mdb\:fill-blue-t4 {
    fill: rgba(9, 111, 250, 0.4);
  }
  .mdb\:fill-blue-t5 {
    fill: rgba(9, 111, 250, 0.5);
  }
  .mdb\:fill-blue-t6 {
    fill: rgba(9, 111, 250, 0.6);
  }
  .mdb\:fill-blue-t7 {
    fill: rgba(9, 111, 250, 0.7);
  }
  .mdb\:fill-blue-t8 {
    fill: rgba(9, 111, 250, 0.8);
  }
  .mdb\:fill-blue-t9 {
    fill: rgba(9, 111, 250, 0.9);
  }
  .mdb\:fill-blue-100 {
    fill: #d1e4fe;
  }
  .mdb\:fill-blue-200 {
    fill: #9fc7fd;
  }
  .mdb\:fill-blue-300 {
    fill: #6daafc;
  }
  .mdb\:fill-blue-400 {
    fill: #3b8cfb;
  }
  .mdb\:fill-blue-500 {
    fill: #096ffa;
  }
  .mdb\:fill-blue-600 {
    fill: #0459cc;
  }
  .mdb\:fill-blue-700 {
    fill: #03439a;
  }
  .mdb\:fill-blue-800 {
    fill: #022d68;
  }
  .mdb\:fill-blue-900 {
    fill: #011736;
  }
  .mdb\:color-aqua {
    color: #8ecae6;
  }
  .mdb\:color-aqua-t1 {
    color: rgba(142, 202, 230, 0.1);
  }
  .mdb\:color-aqua-t2 {
    color: rgba(142, 202, 230, 0.2);
  }
  .mdb\:color-aqua-t3 {
    color: rgba(142, 202, 230, 0.3);
  }
  .mdb\:color-aqua-t4 {
    color: rgba(142, 202, 230, 0.4);
  }
  .mdb\:color-aqua-t5 {
    color: rgba(142, 202, 230, 0.5);
  }
  .mdb\:color-aqua-t6 {
    color: rgba(142, 202, 230, 0.6);
  }
  .mdb\:color-aqua-t7 {
    color: rgba(142, 202, 230, 0.7);
  }
  .mdb\:color-aqua-t8 {
    color: rgba(142, 202, 230, 0.8);
  }
  .mdb\:color-aqua-t9 {
    color: rgba(142, 202, 230, 0.9);
  }
  .mdb\:color-aqua-100 {
    color: white;
  }
  .mdb\:color-aqua-200 {
    color: white;
  }
  .mdb\:color-aqua-300 {
    color: #e2f1f8;
  }
  .mdb\:color-aqua-400 {
    color: #b8deef;
  }
  .mdb\:color-aqua-500 {
    color: #8ecae6;
  }
  .mdb\:color-aqua-600 {
    color: #64b6dd;
  }
  .mdb\:color-aqua-700 {
    color: #3aa3d4;
  }
  .mdb\:color-aqua-800 {
    color: #2887b3;
  }
  .mdb\:color-aqua-900 {
    color: #1e678a;
  }
  .mdb\:bg-aqua {
    background-color: #8ecae6;
  }
  .mdb\:bg-aqua-t1 {
    background-color: rgba(142, 202, 230, 0.1);
  }
  .mdb\:bg-aqua-t2 {
    background-color: rgba(142, 202, 230, 0.2);
  }
  .mdb\:bg-aqua-t3 {
    background-color: rgba(142, 202, 230, 0.3);
  }
  .mdb\:bg-aqua-t4 {
    background-color: rgba(142, 202, 230, 0.4);
  }
  .mdb\:bg-aqua-t5 {
    background-color: rgba(142, 202, 230, 0.5);
  }
  .mdb\:bg-aqua-t6 {
    background-color: rgba(142, 202, 230, 0.6);
  }
  .mdb\:bg-aqua-t7 {
    background-color: rgba(142, 202, 230, 0.7);
  }
  .mdb\:bg-aqua-t8 {
    background-color: rgba(142, 202, 230, 0.8);
  }
  .mdb\:bg-aqua-t9 {
    background-color: rgba(142, 202, 230, 0.9);
  }
  .mdb\:bg-aqua-100 {
    background-color: white;
  }
  .mdb\:bg-aqua-200 {
    background-color: white;
  }
  .mdb\:bg-aqua-300 {
    background-color: #e2f1f8;
  }
  .mdb\:bg-aqua-400 {
    background-color: #b8deef;
  }
  .mdb\:bg-aqua-500 {
    background-color: #8ecae6;
  }
  .mdb\:bg-aqua-600 {
    background-color: #64b6dd;
  }
  .mdb\:bg-aqua-700 {
    background-color: #3aa3d4;
  }
  .mdb\:bg-aqua-800 {
    background-color: #2887b3;
  }
  .mdb\:bg-aqua-900 {
    background-color: #1e678a;
  }
  .mdb\:border-aqua {
    border-color: #8ecae6;
  }
  .mdb\:border-aqua-t1 {
    border-color: rgba(142, 202, 230, 0.1);
  }
  .mdb\:border-aqua-t2 {
    border-color: rgba(142, 202, 230, 0.2);
  }
  .mdb\:border-aqua-t3 {
    border-color: rgba(142, 202, 230, 0.3);
  }
  .mdb\:border-aqua-t4 {
    border-color: rgba(142, 202, 230, 0.4);
  }
  .mdb\:border-aqua-t5 {
    border-color: rgba(142, 202, 230, 0.5);
  }
  .mdb\:border-aqua-t6 {
    border-color: rgba(142, 202, 230, 0.6);
  }
  .mdb\:border-aqua-t7 {
    border-color: rgba(142, 202, 230, 0.7);
  }
  .mdb\:border-aqua-t8 {
    border-color: rgba(142, 202, 230, 0.8);
  }
  .mdb\:border-aqua-t9 {
    border-color: rgba(142, 202, 230, 0.9);
  }
  .mdb\:border-aqua-100 {
    border-color: white;
  }
  .mdb\:border-aqua-200 {
    border-color: white;
  }
  .mdb\:border-aqua-300 {
    border-color: #e2f1f8;
  }
  .mdb\:border-aqua-400 {
    border-color: #b8deef;
  }
  .mdb\:border-aqua-500 {
    border-color: #8ecae6;
  }
  .mdb\:border-aqua-600 {
    border-color: #64b6dd;
  }
  .mdb\:border-aqua-700 {
    border-color: #3aa3d4;
  }
  .mdb\:border-aqua-800 {
    border-color: #2887b3;
  }
  .mdb\:border-aqua-900 {
    border-color: #1e678a;
  }
  .mdb\:fill-aqua {
    fill: #8ecae6;
  }
  .mdb\:fill-aqua-t1 {
    fill: rgba(142, 202, 230, 0.1);
  }
  .mdb\:fill-aqua-t2 {
    fill: rgba(142, 202, 230, 0.2);
  }
  .mdb\:fill-aqua-t3 {
    fill: rgba(142, 202, 230, 0.3);
  }
  .mdb\:fill-aqua-t4 {
    fill: rgba(142, 202, 230, 0.4);
  }
  .mdb\:fill-aqua-t5 {
    fill: rgba(142, 202, 230, 0.5);
  }
  .mdb\:fill-aqua-t6 {
    fill: rgba(142, 202, 230, 0.6);
  }
  .mdb\:fill-aqua-t7 {
    fill: rgba(142, 202, 230, 0.7);
  }
  .mdb\:fill-aqua-t8 {
    fill: rgba(142, 202, 230, 0.8);
  }
  .mdb\:fill-aqua-t9 {
    fill: rgba(142, 202, 230, 0.9);
  }
  .mdb\:fill-aqua-100 {
    fill: white;
  }
  .mdb\:fill-aqua-200 {
    fill: white;
  }
  .mdb\:fill-aqua-300 {
    fill: #e2f1f8;
  }
  .mdb\:fill-aqua-400 {
    fill: #b8deef;
  }
  .mdb\:fill-aqua-500 {
    fill: #8ecae6;
  }
  .mdb\:fill-aqua-600 {
    fill: #64b6dd;
  }
  .mdb\:fill-aqua-700 {
    fill: #3aa3d4;
  }
  .mdb\:fill-aqua-800 {
    fill: #2887b3;
  }
  .mdb\:fill-aqua-900 {
    fill: #1e678a;
  }
  .mdb\:color-yellow {
    color: #ffd203;
  }
  .mdb\:color-yellow-t1 {
    color: rgba(255, 210, 3, 0.1);
  }
  .mdb\:color-yellow-t2 {
    color: rgba(255, 210, 3, 0.2);
  }
  .mdb\:color-yellow-t3 {
    color: rgba(255, 210, 3, 0.3);
  }
  .mdb\:color-yellow-t4 {
    color: rgba(255, 210, 3, 0.4);
  }
  .mdb\:color-yellow-t5 {
    color: rgba(255, 210, 3, 0.5);
  }
  .mdb\:color-yellow-t6 {
    color: rgba(255, 210, 3, 0.6);
  }
  .mdb\:color-yellow-t7 {
    color: rgba(255, 210, 3, 0.7);
  }
  .mdb\:color-yellow-t8 {
    color: rgba(255, 210, 3, 0.8);
  }
  .mdb\:color-yellow-t9 {
    color: rgba(255, 210, 3, 0.9);
  }
  .mdb\:color-yellow-100 {
    color: #fff6cf;
  }
  .mdb\:color-yellow-200 {
    color: #ffed9c;
  }
  .mdb\:color-yellow-300 {
    color: #ffe469;
  }
  .mdb\:color-yellow-400 {
    color: #ffdb36;
  }
  .mdb\:color-yellow-500 {
    color: #ffd203;
  }
  .mdb\:color-yellow-600 {
    color: #cfaa00;
  }
  .mdb\:color-yellow-700 {
    color: #9c8000;
  }
  .mdb\:color-yellow-800 {
    color: #695600;
  }
  .mdb\:color-yellow-900 {
    color: #362c00;
  }
  .mdb\:bg-yellow {
    background-color: #ffd203;
  }
  .mdb\:bg-yellow-t1 {
    background-color: rgba(255, 210, 3, 0.1);
  }
  .mdb\:bg-yellow-t2 {
    background-color: rgba(255, 210, 3, 0.2);
  }
  .mdb\:bg-yellow-t3 {
    background-color: rgba(255, 210, 3, 0.3);
  }
  .mdb\:bg-yellow-t4 {
    background-color: rgba(255, 210, 3, 0.4);
  }
  .mdb\:bg-yellow-t5 {
    background-color: rgba(255, 210, 3, 0.5);
  }
  .mdb\:bg-yellow-t6 {
    background-color: rgba(255, 210, 3, 0.6);
  }
  .mdb\:bg-yellow-t7 {
    background-color: rgba(255, 210, 3, 0.7);
  }
  .mdb\:bg-yellow-t8 {
    background-color: rgba(255, 210, 3, 0.8);
  }
  .mdb\:bg-yellow-t9 {
    background-color: rgba(255, 210, 3, 0.9);
  }
  .mdb\:bg-yellow-100 {
    background-color: #fff6cf;
  }
  .mdb\:bg-yellow-200 {
    background-color: #ffed9c;
  }
  .mdb\:bg-yellow-300 {
    background-color: #ffe469;
  }
  .mdb\:bg-yellow-400 {
    background-color: #ffdb36;
  }
  .mdb\:bg-yellow-500 {
    background-color: #ffd203;
  }
  .mdb\:bg-yellow-600 {
    background-color: #cfaa00;
  }
  .mdb\:bg-yellow-700 {
    background-color: #9c8000;
  }
  .mdb\:bg-yellow-800 {
    background-color: #695600;
  }
  .mdb\:bg-yellow-900 {
    background-color: #362c00;
  }
  .mdb\:border-yellow {
    border-color: #ffd203;
  }
  .mdb\:border-yellow-t1 {
    border-color: rgba(255, 210, 3, 0.1);
  }
  .mdb\:border-yellow-t2 {
    border-color: rgba(255, 210, 3, 0.2);
  }
  .mdb\:border-yellow-t3 {
    border-color: rgba(255, 210, 3, 0.3);
  }
  .mdb\:border-yellow-t4 {
    border-color: rgba(255, 210, 3, 0.4);
  }
  .mdb\:border-yellow-t5 {
    border-color: rgba(255, 210, 3, 0.5);
  }
  .mdb\:border-yellow-t6 {
    border-color: rgba(255, 210, 3, 0.6);
  }
  .mdb\:border-yellow-t7 {
    border-color: rgba(255, 210, 3, 0.7);
  }
  .mdb\:border-yellow-t8 {
    border-color: rgba(255, 210, 3, 0.8);
  }
  .mdb\:border-yellow-t9 {
    border-color: rgba(255, 210, 3, 0.9);
  }
  .mdb\:border-yellow-100 {
    border-color: #fff6cf;
  }
  .mdb\:border-yellow-200 {
    border-color: #ffed9c;
  }
  .mdb\:border-yellow-300 {
    border-color: #ffe469;
  }
  .mdb\:border-yellow-400 {
    border-color: #ffdb36;
  }
  .mdb\:border-yellow-500 {
    border-color: #ffd203;
  }
  .mdb\:border-yellow-600 {
    border-color: #cfaa00;
  }
  .mdb\:border-yellow-700 {
    border-color: #9c8000;
  }
  .mdb\:border-yellow-800 {
    border-color: #695600;
  }
  .mdb\:border-yellow-900 {
    border-color: #362c00;
  }
  .mdb\:fill-yellow {
    fill: #ffd203;
  }
  .mdb\:fill-yellow-t1 {
    fill: rgba(255, 210, 3, 0.1);
  }
  .mdb\:fill-yellow-t2 {
    fill: rgba(255, 210, 3, 0.2);
  }
  .mdb\:fill-yellow-t3 {
    fill: rgba(255, 210, 3, 0.3);
  }
  .mdb\:fill-yellow-t4 {
    fill: rgba(255, 210, 3, 0.4);
  }
  .mdb\:fill-yellow-t5 {
    fill: rgba(255, 210, 3, 0.5);
  }
  .mdb\:fill-yellow-t6 {
    fill: rgba(255, 210, 3, 0.6);
  }
  .mdb\:fill-yellow-t7 {
    fill: rgba(255, 210, 3, 0.7);
  }
  .mdb\:fill-yellow-t8 {
    fill: rgba(255, 210, 3, 0.8);
  }
  .mdb\:fill-yellow-t9 {
    fill: rgba(255, 210, 3, 0.9);
  }
  .mdb\:fill-yellow-100 {
    fill: #fff6cf;
  }
  .mdb\:fill-yellow-200 {
    fill: #ffed9c;
  }
  .mdb\:fill-yellow-300 {
    fill: #ffe469;
  }
  .mdb\:fill-yellow-400 {
    fill: #ffdb36;
  }
  .mdb\:fill-yellow-500 {
    fill: #ffd203;
  }
  .mdb\:fill-yellow-600 {
    fill: #cfaa00;
  }
  .mdb\:fill-yellow-700 {
    fill: #9c8000;
  }
  .mdb\:fill-yellow-800 {
    fill: #695600;
  }
  .mdb\:fill-yellow-900 {
    fill: #362c00;
  }
  .mdb\:color-violet {
    color: #210037;
  }
  .mdb\:color-violet-t1 {
    color: rgba(33, 0, 55, 0.1);
  }
  .mdb\:color-violet-t2 {
    color: rgba(33, 0, 55, 0.2);
  }
  .mdb\:color-violet-t3 {
    color: rgba(33, 0, 55, 0.3);
  }
  .mdb\:color-violet-t4 {
    color: rgba(33, 0, 55, 0.4);
  }
  .mdb\:color-violet-t5 {
    color: rgba(33, 0, 55, 0.5);
  }
  .mdb\:color-violet-t6 {
    color: rgba(33, 0, 55, 0.6);
  }
  .mdb\:color-violet-t7 {
    color: rgba(33, 0, 55, 0.7);
  }
  .mdb\:color-violet-t8 {
    color: rgba(33, 0, 55, 0.8);
  }
  .mdb\:color-violet-t9 {
    color: rgba(33, 0, 55, 0.9);
  }
  .mdb\:color-violet-100 {
    color: #9b04ff;
  }
  .mdb\:color-violet-200 {
    color: #7d00d0;
  }
  .mdb\:color-violet-300 {
    color: #5e009d;
  }
  .mdb\:color-violet-400 {
    color: #40006a;
  }
  .mdb\:color-violet-500 {
    color: #210037;
  }
  .mdb\:color-violet-600 {
    color: #020004;
  }
  .mdb\:color-violet-700 {
    color: black;
  }
  .mdb\:color-violet-800 {
    color: black;
  }
  .mdb\:color-violet-900 {
    color: black;
  }
  .mdb\:bg-violet {
    background-color: #210037;
  }
  .mdb\:bg-violet-t1 {
    background-color: rgba(33, 0, 55, 0.1);
  }
  .mdb\:bg-violet-t2 {
    background-color: rgba(33, 0, 55, 0.2);
  }
  .mdb\:bg-violet-t3 {
    background-color: rgba(33, 0, 55, 0.3);
  }
  .mdb\:bg-violet-t4 {
    background-color: rgba(33, 0, 55, 0.4);
  }
  .mdb\:bg-violet-t5 {
    background-color: rgba(33, 0, 55, 0.5);
  }
  .mdb\:bg-violet-t6 {
    background-color: rgba(33, 0, 55, 0.6);
  }
  .mdb\:bg-violet-t7 {
    background-color: rgba(33, 0, 55, 0.7);
  }
  .mdb\:bg-violet-t8 {
    background-color: rgba(33, 0, 55, 0.8);
  }
  .mdb\:bg-violet-t9 {
    background-color: rgba(33, 0, 55, 0.9);
  }
  .mdb\:bg-violet-100 {
    background-color: #9b04ff;
  }
  .mdb\:bg-violet-200 {
    background-color: #7d00d0;
  }
  .mdb\:bg-violet-300 {
    background-color: #5e009d;
  }
  .mdb\:bg-violet-400 {
    background-color: #40006a;
  }
  .mdb\:bg-violet-500 {
    background-color: #210037;
  }
  .mdb\:bg-violet-600 {
    background-color: #020004;
  }
  .mdb\:bg-violet-700 {
    background-color: black;
  }
  .mdb\:bg-violet-800 {
    background-color: black;
  }
  .mdb\:bg-violet-900 {
    background-color: black;
  }
  .mdb\:border-violet {
    border-color: #210037;
  }
  .mdb\:border-violet-t1 {
    border-color: rgba(33, 0, 55, 0.1);
  }
  .mdb\:border-violet-t2 {
    border-color: rgba(33, 0, 55, 0.2);
  }
  .mdb\:border-violet-t3 {
    border-color: rgba(33, 0, 55, 0.3);
  }
  .mdb\:border-violet-t4 {
    border-color: rgba(33, 0, 55, 0.4);
  }
  .mdb\:border-violet-t5 {
    border-color: rgba(33, 0, 55, 0.5);
  }
  .mdb\:border-violet-t6 {
    border-color: rgba(33, 0, 55, 0.6);
  }
  .mdb\:border-violet-t7 {
    border-color: rgba(33, 0, 55, 0.7);
  }
  .mdb\:border-violet-t8 {
    border-color: rgba(33, 0, 55, 0.8);
  }
  .mdb\:border-violet-t9 {
    border-color: rgba(33, 0, 55, 0.9);
  }
  .mdb\:border-violet-100 {
    border-color: #9b04ff;
  }
  .mdb\:border-violet-200 {
    border-color: #7d00d0;
  }
  .mdb\:border-violet-300 {
    border-color: #5e009d;
  }
  .mdb\:border-violet-400 {
    border-color: #40006a;
  }
  .mdb\:border-violet-500 {
    border-color: #210037;
  }
  .mdb\:border-violet-600 {
    border-color: #020004;
  }
  .mdb\:border-violet-700 {
    border-color: black;
  }
  .mdb\:border-violet-800 {
    border-color: black;
  }
  .mdb\:border-violet-900 {
    border-color: black;
  }
  .mdb\:fill-violet {
    fill: #210037;
  }
  .mdb\:fill-violet-t1 {
    fill: rgba(33, 0, 55, 0.1);
  }
  .mdb\:fill-violet-t2 {
    fill: rgba(33, 0, 55, 0.2);
  }
  .mdb\:fill-violet-t3 {
    fill: rgba(33, 0, 55, 0.3);
  }
  .mdb\:fill-violet-t4 {
    fill: rgba(33, 0, 55, 0.4);
  }
  .mdb\:fill-violet-t5 {
    fill: rgba(33, 0, 55, 0.5);
  }
  .mdb\:fill-violet-t6 {
    fill: rgba(33, 0, 55, 0.6);
  }
  .mdb\:fill-violet-t7 {
    fill: rgba(33, 0, 55, 0.7);
  }
  .mdb\:fill-violet-t8 {
    fill: rgba(33, 0, 55, 0.8);
  }
  .mdb\:fill-violet-t9 {
    fill: rgba(33, 0, 55, 0.9);
  }
  .mdb\:fill-violet-100 {
    fill: #9b04ff;
  }
  .mdb\:fill-violet-200 {
    fill: #7d00d0;
  }
  .mdb\:fill-violet-300 {
    fill: #5e009d;
  }
  .mdb\:fill-violet-400 {
    fill: #40006a;
  }
  .mdb\:fill-violet-500 {
    fill: #210037;
  }
  .mdb\:fill-violet-600 {
    fill: #020004;
  }
  .mdb\:fill-violet-700 {
    fill: black;
  }
  .mdb\:fill-violet-800 {
    fill: black;
  }
  .mdb\:fill-violet-900 {
    fill: black;
  }
  .mdb\:color-purple {
    color: #a91d7e;
  }
  .mdb\:color-purple-t1 {
    color: rgba(169, 29, 126, 0.1);
  }
  .mdb\:color-purple-t2 {
    color: rgba(169, 29, 126, 0.2);
  }
  .mdb\:color-purple-t3 {
    color: rgba(169, 29, 126, 0.3);
  }
  .mdb\:color-purple-t4 {
    color: rgba(169, 29, 126, 0.4);
  }
  .mdb\:color-purple-t5 {
    color: rgba(169, 29, 126, 0.5);
  }
  .mdb\:color-purple-t6 {
    color: rgba(169, 29, 126, 0.6);
  }
  .mdb\:color-purple-t7 {
    color: rgba(169, 29, 126, 0.7);
  }
  .mdb\:color-purple-t8 {
    color: rgba(169, 29, 126, 0.8);
  }
  .mdb\:color-purple-t9 {
    color: rgba(169, 29, 126, 0.9);
  }
  .mdb\:color-purple-100 {
    color: #efa3d8;
  }
  .mdb\:color-purple-200 {
    color: #e877c5;
  }
  .mdb\:color-purple-300 {
    color: #e04cb3;
  }
  .mdb\:color-purple-400 {
    color: #d5249e;
  }
  .mdb\:color-purple-500 {
    color: #a91d7e;
  }
  .mdb\:color-purple-600 {
    color: #7d165e;
  }
  .mdb\:color-purple-700 {
    color: #520e3d;
  }
  .mdb\:color-purple-800 {
    color: #26071d;
  }
  .mdb\:color-purple-900 {
    color: black;
  }
  .mdb\:bg-purple {
    background-color: #a91d7e;
  }
  .mdb\:bg-purple-t1 {
    background-color: rgba(169, 29, 126, 0.1);
  }
  .mdb\:bg-purple-t2 {
    background-color: rgba(169, 29, 126, 0.2);
  }
  .mdb\:bg-purple-t3 {
    background-color: rgba(169, 29, 126, 0.3);
  }
  .mdb\:bg-purple-t4 {
    background-color: rgba(169, 29, 126, 0.4);
  }
  .mdb\:bg-purple-t5 {
    background-color: rgba(169, 29, 126, 0.5);
  }
  .mdb\:bg-purple-t6 {
    background-color: rgba(169, 29, 126, 0.6);
  }
  .mdb\:bg-purple-t7 {
    background-color: rgba(169, 29, 126, 0.7);
  }
  .mdb\:bg-purple-t8 {
    background-color: rgba(169, 29, 126, 0.8);
  }
  .mdb\:bg-purple-t9 {
    background-color: rgba(169, 29, 126, 0.9);
  }
  .mdb\:bg-purple-100 {
    background-color: #efa3d8;
  }
  .mdb\:bg-purple-200 {
    background-color: #e877c5;
  }
  .mdb\:bg-purple-300 {
    background-color: #e04cb3;
  }
  .mdb\:bg-purple-400 {
    background-color: #d5249e;
  }
  .mdb\:bg-purple-500 {
    background-color: #a91d7e;
  }
  .mdb\:bg-purple-600 {
    background-color: #7d165e;
  }
  .mdb\:bg-purple-700 {
    background-color: #520e3d;
  }
  .mdb\:bg-purple-800 {
    background-color: #26071d;
  }
  .mdb\:bg-purple-900 {
    background-color: black;
  }
  .mdb\:border-purple {
    border-color: #a91d7e;
  }
  .mdb\:border-purple-t1 {
    border-color: rgba(169, 29, 126, 0.1);
  }
  .mdb\:border-purple-t2 {
    border-color: rgba(169, 29, 126, 0.2);
  }
  .mdb\:border-purple-t3 {
    border-color: rgba(169, 29, 126, 0.3);
  }
  .mdb\:border-purple-t4 {
    border-color: rgba(169, 29, 126, 0.4);
  }
  .mdb\:border-purple-t5 {
    border-color: rgba(169, 29, 126, 0.5);
  }
  .mdb\:border-purple-t6 {
    border-color: rgba(169, 29, 126, 0.6);
  }
  .mdb\:border-purple-t7 {
    border-color: rgba(169, 29, 126, 0.7);
  }
  .mdb\:border-purple-t8 {
    border-color: rgba(169, 29, 126, 0.8);
  }
  .mdb\:border-purple-t9 {
    border-color: rgba(169, 29, 126, 0.9);
  }
  .mdb\:border-purple-100 {
    border-color: #efa3d8;
  }
  .mdb\:border-purple-200 {
    border-color: #e877c5;
  }
  .mdb\:border-purple-300 {
    border-color: #e04cb3;
  }
  .mdb\:border-purple-400 {
    border-color: #d5249e;
  }
  .mdb\:border-purple-500 {
    border-color: #a91d7e;
  }
  .mdb\:border-purple-600 {
    border-color: #7d165e;
  }
  .mdb\:border-purple-700 {
    border-color: #520e3d;
  }
  .mdb\:border-purple-800 {
    border-color: #26071d;
  }
  .mdb\:border-purple-900 {
    border-color: black;
  }
  .mdb\:fill-purple {
    fill: #a91d7e;
  }
  .mdb\:fill-purple-t1 {
    fill: rgba(169, 29, 126, 0.1);
  }
  .mdb\:fill-purple-t2 {
    fill: rgba(169, 29, 126, 0.2);
  }
  .mdb\:fill-purple-t3 {
    fill: rgba(169, 29, 126, 0.3);
  }
  .mdb\:fill-purple-t4 {
    fill: rgba(169, 29, 126, 0.4);
  }
  .mdb\:fill-purple-t5 {
    fill: rgba(169, 29, 126, 0.5);
  }
  .mdb\:fill-purple-t6 {
    fill: rgba(169, 29, 126, 0.6);
  }
  .mdb\:fill-purple-t7 {
    fill: rgba(169, 29, 126, 0.7);
  }
  .mdb\:fill-purple-t8 {
    fill: rgba(169, 29, 126, 0.8);
  }
  .mdb\:fill-purple-t9 {
    fill: rgba(169, 29, 126, 0.9);
  }
  .mdb\:fill-purple-100 {
    fill: #efa3d8;
  }
  .mdb\:fill-purple-200 {
    fill: #e877c5;
  }
  .mdb\:fill-purple-300 {
    fill: #e04cb3;
  }
  .mdb\:fill-purple-400 {
    fill: #d5249e;
  }
  .mdb\:fill-purple-500 {
    fill: #a91d7e;
  }
  .mdb\:fill-purple-600 {
    fill: #7d165e;
  }
  .mdb\:fill-purple-700 {
    fill: #520e3d;
  }
  .mdb\:fill-purple-800 {
    fill: #26071d;
  }
  .mdb\:fill-purple-900 {
    fill: black;
  }
  .mdb\:color-red {
    color: #cc0000;
  }
  .mdb\:color-red-t1 {
    color: rgba(204, 0, 0, 0.1);
  }
  .mdb\:color-red-t2 {
    color: rgba(204, 0, 0, 0.2);
  }
  .mdb\:color-red-t3 {
    color: rgba(204, 0, 0, 0.3);
  }
  .mdb\:color-red-t4 {
    color: rgba(204, 0, 0, 0.4);
  }
  .mdb\:color-red-t5 {
    color: rgba(204, 0, 0, 0.5);
  }
  .mdb\:color-red-t6 {
    color: rgba(204, 0, 0, 0.6);
  }
  .mdb\:color-red-t7 {
    color: rgba(204, 0, 0, 0.7);
  }
  .mdb\:color-red-t8 {
    color: rgba(204, 0, 0, 0.8);
  }
  .mdb\:color-red-t9 {
    color: rgba(204, 0, 0, 0.9);
  }
  .mdb\:color-red-100 {
    color: #ff9999;
  }
  .mdb\:color-red-200 {
    color: #ff6666;
  }
  .mdb\:color-red-300 {
    color: #ff3333;
  }
  .mdb\:color-red-400 {
    color: red;
  }
  .mdb\:color-red-500 {
    color: #cc0000;
  }
  .mdb\:color-red-600 {
    color: #990000;
  }
  .mdb\:color-red-700 {
    color: #660000;
  }
  .mdb\:color-red-800 {
    color: #330000;
  }
  .mdb\:color-red-900 {
    color: black;
  }
  .mdb\:bg-red {
    background-color: #cc0000;
  }
  .mdb\:bg-red-t1 {
    background-color: rgba(204, 0, 0, 0.1);
  }
  .mdb\:bg-red-t2 {
    background-color: rgba(204, 0, 0, 0.2);
  }
  .mdb\:bg-red-t3 {
    background-color: rgba(204, 0, 0, 0.3);
  }
  .mdb\:bg-red-t4 {
    background-color: rgba(204, 0, 0, 0.4);
  }
  .mdb\:bg-red-t5 {
    background-color: rgba(204, 0, 0, 0.5);
  }
  .mdb\:bg-red-t6 {
    background-color: rgba(204, 0, 0, 0.6);
  }
  .mdb\:bg-red-t7 {
    background-color: rgba(204, 0, 0, 0.7);
  }
  .mdb\:bg-red-t8 {
    background-color: rgba(204, 0, 0, 0.8);
  }
  .mdb\:bg-red-t9 {
    background-color: rgba(204, 0, 0, 0.9);
  }
  .mdb\:bg-red-100 {
    background-color: #ff9999;
  }
  .mdb\:bg-red-200 {
    background-color: #ff6666;
  }
  .mdb\:bg-red-300 {
    background-color: #ff3333;
  }
  .mdb\:bg-red-400 {
    background-color: red;
  }
  .mdb\:bg-red-500 {
    background-color: #cc0000;
  }
  .mdb\:bg-red-600 {
    background-color: #990000;
  }
  .mdb\:bg-red-700 {
    background-color: #660000;
  }
  .mdb\:bg-red-800 {
    background-color: #330000;
  }
  .mdb\:bg-red-900 {
    background-color: black;
  }
  .mdb\:border-red {
    border-color: #cc0000;
  }
  .mdb\:border-red-t1 {
    border-color: rgba(204, 0, 0, 0.1);
  }
  .mdb\:border-red-t2 {
    border-color: rgba(204, 0, 0, 0.2);
  }
  .mdb\:border-red-t3 {
    border-color: rgba(204, 0, 0, 0.3);
  }
  .mdb\:border-red-t4 {
    border-color: rgba(204, 0, 0, 0.4);
  }
  .mdb\:border-red-t5 {
    border-color: rgba(204, 0, 0, 0.5);
  }
  .mdb\:border-red-t6 {
    border-color: rgba(204, 0, 0, 0.6);
  }
  .mdb\:border-red-t7 {
    border-color: rgba(204, 0, 0, 0.7);
  }
  .mdb\:border-red-t8 {
    border-color: rgba(204, 0, 0, 0.8);
  }
  .mdb\:border-red-t9 {
    border-color: rgba(204, 0, 0, 0.9);
  }
  .mdb\:border-red-100 {
    border-color: #ff9999;
  }
  .mdb\:border-red-200 {
    border-color: #ff6666;
  }
  .mdb\:border-red-300 {
    border-color: #ff3333;
  }
  .mdb\:border-red-400 {
    border-color: red;
  }
  .mdb\:border-red-500 {
    border-color: #cc0000;
  }
  .mdb\:border-red-600 {
    border-color: #990000;
  }
  .mdb\:border-red-700 {
    border-color: #660000;
  }
  .mdb\:border-red-800 {
    border-color: #330000;
  }
  .mdb\:border-red-900 {
    border-color: black;
  }
  .mdb\:fill-red {
    fill: #cc0000;
  }
  .mdb\:fill-red-t1 {
    fill: rgba(204, 0, 0, 0.1);
  }
  .mdb\:fill-red-t2 {
    fill: rgba(204, 0, 0, 0.2);
  }
  .mdb\:fill-red-t3 {
    fill: rgba(204, 0, 0, 0.3);
  }
  .mdb\:fill-red-t4 {
    fill: rgba(204, 0, 0, 0.4);
  }
  .mdb\:fill-red-t5 {
    fill: rgba(204, 0, 0, 0.5);
  }
  .mdb\:fill-red-t6 {
    fill: rgba(204, 0, 0, 0.6);
  }
  .mdb\:fill-red-t7 {
    fill: rgba(204, 0, 0, 0.7);
  }
  .mdb\:fill-red-t8 {
    fill: rgba(204, 0, 0, 0.8);
  }
  .mdb\:fill-red-t9 {
    fill: rgba(204, 0, 0, 0.9);
  }
  .mdb\:fill-red-100 {
    fill: #ff9999;
  }
  .mdb\:fill-red-200 {
    fill: #ff6666;
  }
  .mdb\:fill-red-300 {
    fill: #ff3333;
  }
  .mdb\:fill-red-400 {
    fill: red;
  }
  .mdb\:fill-red-500 {
    fill: #cc0000;
  }
  .mdb\:fill-red-600 {
    fill: #990000;
  }
  .mdb\:fill-red-700 {
    fill: #660000;
  }
  .mdb\:fill-red-800 {
    fill: #330000;
  }
  .mdb\:fill-red-900 {
    fill: black;
  }
  .mdb\:color-orange {
    color: #F84C00;
  }
  .mdb\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .mdb\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .mdb\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .mdb\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .mdb\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .mdb\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .mdb\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .mdb\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .mdb\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .mdb\:color-orange-100 {
    color: #ffd7c5;
  }
  .mdb\:color-orange-200 {
    color: #ffb392;
  }
  .mdb\:color-orange-300 {
    color: #ff905f;
  }
  .mdb\:color-orange-400 {
    color: #ff6d2c;
  }
  .mdb\:color-orange-500 {
    color: #F84C00;
  }
  .mdb\:color-orange-600 {
    color: #c53c00;
  }
  .mdb\:color-orange-700 {
    color: #922d00;
  }
  .mdb\:color-orange-800 {
    color: #5f1d00;
  }
  .mdb\:color-orange-900 {
    color: #2c0d00;
  }
  .mdb\:bg-orange {
    background-color: #F84C00;
  }
  .mdb\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .mdb\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .mdb\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .mdb\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .mdb\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .mdb\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .mdb\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .mdb\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .mdb\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .mdb\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .mdb\:bg-orange-200 {
    background-color: #ffb392;
  }
  .mdb\:bg-orange-300 {
    background-color: #ff905f;
  }
  .mdb\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .mdb\:bg-orange-500 {
    background-color: #F84C00;
  }
  .mdb\:bg-orange-600 {
    background-color: #c53c00;
  }
  .mdb\:bg-orange-700 {
    background-color: #922d00;
  }
  .mdb\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .mdb\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .mdb\:border-orange {
    border-color: #F84C00;
  }
  .mdb\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .mdb\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .mdb\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .mdb\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .mdb\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .mdb\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .mdb\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .mdb\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .mdb\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .mdb\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .mdb\:border-orange-200 {
    border-color: #ffb392;
  }
  .mdb\:border-orange-300 {
    border-color: #ff905f;
  }
  .mdb\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .mdb\:border-orange-500 {
    border-color: #F84C00;
  }
  .mdb\:border-orange-600 {
    border-color: #c53c00;
  }
  .mdb\:border-orange-700 {
    border-color: #922d00;
  }
  .mdb\:border-orange-800 {
    border-color: #5f1d00;
  }
  .mdb\:border-orange-900 {
    border-color: #2c0d00;
  }
  .mdb\:fill-orange {
    fill: #F84C00;
  }
  .mdb\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .mdb\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .mdb\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .mdb\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .mdb\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .mdb\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .mdb\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .mdb\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .mdb\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .mdb\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .mdb\:fill-orange-200 {
    fill: #ffb392;
  }
  .mdb\:fill-orange-300 {
    fill: #ff905f;
  }
  .mdb\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .mdb\:fill-orange-500 {
    fill: #F84C00;
  }
  .mdb\:fill-orange-600 {
    fill: #c53c00;
  }
  .mdb\:fill-orange-700 {
    fill: #922d00;
  }
  .mdb\:fill-orange-800 {
    fill: #5f1d00;
  }
  .mdb\:fill-orange-900 {
    fill: #2c0d00;
  }
  .mdb\:color-brown {
    color: #D2C092;
  }
  .mdb\:color-brown-t1 {
    color: rgba(210, 192, 146, 0.1);
  }
  .mdb\:color-brown-t2 {
    color: rgba(210, 192, 146, 0.2);
  }
  .mdb\:color-brown-t3 {
    color: rgba(210, 192, 146, 0.3);
  }
  .mdb\:color-brown-t4 {
    color: rgba(210, 192, 146, 0.4);
  }
  .mdb\:color-brown-t5 {
    color: rgba(210, 192, 146, 0.5);
  }
  .mdb\:color-brown-t6 {
    color: rgba(210, 192, 146, 0.6);
  }
  .mdb\:color-brown-t7 {
    color: rgba(210, 192, 146, 0.7);
  }
  .mdb\:color-brown-t8 {
    color: rgba(210, 192, 146, 0.8);
  }
  .mdb\:color-brown-t9 {
    color: rgba(210, 192, 146, 0.9);
  }
  .mdb\:color-brown-100 {
    color: white;
  }
  .mdb\:color-brown-200 {
    color: #fffffe;
  }
  .mdb\:color-brown-300 {
    color: #f0eada;
  }
  .mdb\:color-brown-400 {
    color: #e1d5b6;
  }
  .mdb\:color-brown-500 {
    color: #D2C092;
  }
  .mdb\:color-brown-600 {
    color: #c3ab6e;
  }
  .mdb\:color-brown-700 {
    color: #b4964a;
  }
  .mdb\:color-brown-800 {
    color: #90783b;
  }
  .mdb\:color-brown-900 {
    color: #6c5a2c;
  }
  .mdb\:bg-brown {
    background-color: #D2C092;
  }
  .mdb\:bg-brown-t1 {
    background-color: rgba(210, 192, 146, 0.1);
  }
  .mdb\:bg-brown-t2 {
    background-color: rgba(210, 192, 146, 0.2);
  }
  .mdb\:bg-brown-t3 {
    background-color: rgba(210, 192, 146, 0.3);
  }
  .mdb\:bg-brown-t4 {
    background-color: rgba(210, 192, 146, 0.4);
  }
  .mdb\:bg-brown-t5 {
    background-color: rgba(210, 192, 146, 0.5);
  }
  .mdb\:bg-brown-t6 {
    background-color: rgba(210, 192, 146, 0.6);
  }
  .mdb\:bg-brown-t7 {
    background-color: rgba(210, 192, 146, 0.7);
  }
  .mdb\:bg-brown-t8 {
    background-color: rgba(210, 192, 146, 0.8);
  }
  .mdb\:bg-brown-t9 {
    background-color: rgba(210, 192, 146, 0.9);
  }
  .mdb\:bg-brown-100 {
    background-color: white;
  }
  .mdb\:bg-brown-200 {
    background-color: #fffffe;
  }
  .mdb\:bg-brown-300 {
    background-color: #f0eada;
  }
  .mdb\:bg-brown-400 {
    background-color: #e1d5b6;
  }
  .mdb\:bg-brown-500 {
    background-color: #D2C092;
  }
  .mdb\:bg-brown-600 {
    background-color: #c3ab6e;
  }
  .mdb\:bg-brown-700 {
    background-color: #b4964a;
  }
  .mdb\:bg-brown-800 {
    background-color: #90783b;
  }
  .mdb\:bg-brown-900 {
    background-color: #6c5a2c;
  }
  .mdb\:border-brown {
    border-color: #D2C092;
  }
  .mdb\:border-brown-t1 {
    border-color: rgba(210, 192, 146, 0.1);
  }
  .mdb\:border-brown-t2 {
    border-color: rgba(210, 192, 146, 0.2);
  }
  .mdb\:border-brown-t3 {
    border-color: rgba(210, 192, 146, 0.3);
  }
  .mdb\:border-brown-t4 {
    border-color: rgba(210, 192, 146, 0.4);
  }
  .mdb\:border-brown-t5 {
    border-color: rgba(210, 192, 146, 0.5);
  }
  .mdb\:border-brown-t6 {
    border-color: rgba(210, 192, 146, 0.6);
  }
  .mdb\:border-brown-t7 {
    border-color: rgba(210, 192, 146, 0.7);
  }
  .mdb\:border-brown-t8 {
    border-color: rgba(210, 192, 146, 0.8);
  }
  .mdb\:border-brown-t9 {
    border-color: rgba(210, 192, 146, 0.9);
  }
  .mdb\:border-brown-100 {
    border-color: white;
  }
  .mdb\:border-brown-200 {
    border-color: #fffffe;
  }
  .mdb\:border-brown-300 {
    border-color: #f0eada;
  }
  .mdb\:border-brown-400 {
    border-color: #e1d5b6;
  }
  .mdb\:border-brown-500 {
    border-color: #D2C092;
  }
  .mdb\:border-brown-600 {
    border-color: #c3ab6e;
  }
  .mdb\:border-brown-700 {
    border-color: #b4964a;
  }
  .mdb\:border-brown-800 {
    border-color: #90783b;
  }
  .mdb\:border-brown-900 {
    border-color: #6c5a2c;
  }
  .mdb\:fill-brown {
    fill: #D2C092;
  }
  .mdb\:fill-brown-t1 {
    fill: rgba(210, 192, 146, 0.1);
  }
  .mdb\:fill-brown-t2 {
    fill: rgba(210, 192, 146, 0.2);
  }
  .mdb\:fill-brown-t3 {
    fill: rgba(210, 192, 146, 0.3);
  }
  .mdb\:fill-brown-t4 {
    fill: rgba(210, 192, 146, 0.4);
  }
  .mdb\:fill-brown-t5 {
    fill: rgba(210, 192, 146, 0.5);
  }
  .mdb\:fill-brown-t6 {
    fill: rgba(210, 192, 146, 0.6);
  }
  .mdb\:fill-brown-t7 {
    fill: rgba(210, 192, 146, 0.7);
  }
  .mdb\:fill-brown-t8 {
    fill: rgba(210, 192, 146, 0.8);
  }
  .mdb\:fill-brown-t9 {
    fill: rgba(210, 192, 146, 0.9);
  }
  .mdb\:fill-brown-100 {
    fill: white;
  }
  .mdb\:fill-brown-200 {
    fill: #fffffe;
  }
  .mdb\:fill-brown-300 {
    fill: #f0eada;
  }
  .mdb\:fill-brown-400 {
    fill: #e1d5b6;
  }
  .mdb\:fill-brown-500 {
    fill: #D2C092;
  }
  .mdb\:fill-brown-600 {
    fill: #c3ab6e;
  }
  .mdb\:fill-brown-700 {
    fill: #b4964a;
  }
  .mdb\:fill-brown-800 {
    fill: #90783b;
  }
  .mdb\:fill-brown-900 {
    fill: #6c5a2c;
  }
  .mdb\:color-facebook {
    color: #1877F2;
  }
  .mdb\:color-facebook-t1 {
    color: rgba(24, 119, 242, 0.1);
  }
  .mdb\:color-facebook-t2 {
    color: rgba(24, 119, 242, 0.2);
  }
  .mdb\:color-facebook-t3 {
    color: rgba(24, 119, 242, 0.3);
  }
  .mdb\:color-facebook-t4 {
    color: rgba(24, 119, 242, 0.4);
  }
  .mdb\:color-facebook-t5 {
    color: rgba(24, 119, 242, 0.5);
  }
  .mdb\:color-facebook-t6 {
    color: rgba(24, 119, 242, 0.6);
  }
  .mdb\:color-facebook-t7 {
    color: rgba(24, 119, 242, 0.7);
  }
  .mdb\:color-facebook-t8 {
    color: rgba(24, 119, 242, 0.8);
  }
  .mdb\:color-facebook-t9 {
    color: rgba(24, 119, 242, 0.9);
  }
  .mdb\:color-facebook-100 {
    color: #d9e9fd;
  }
  .mdb\:color-facebook-200 {
    color: #a9ccfa;
  }
  .mdb\:color-facebook-300 {
    color: #79b0f7;
  }
  .mdb\:color-facebook-400 {
    color: #4893f5;
  }
  .mdb\:color-facebook-500 {
    color: #1877F2;
  }
  .mdb\:color-facebook-600 {
    color: #0b5fcc;
  }
  .mdb\:color-facebook-700 {
    color: #09499b;
  }
  .mdb\:color-facebook-800 {
    color: #06326b;
  }
  .mdb\:color-facebook-900 {
    color: #031b3b;
  }
  .mdb\:bg-facebook {
    background-color: #1877F2;
  }
  .mdb\:bg-facebook-t1 {
    background-color: rgba(24, 119, 242, 0.1);
  }
  .mdb\:bg-facebook-t2 {
    background-color: rgba(24, 119, 242, 0.2);
  }
  .mdb\:bg-facebook-t3 {
    background-color: rgba(24, 119, 242, 0.3);
  }
  .mdb\:bg-facebook-t4 {
    background-color: rgba(24, 119, 242, 0.4);
  }
  .mdb\:bg-facebook-t5 {
    background-color: rgba(24, 119, 242, 0.5);
  }
  .mdb\:bg-facebook-t6 {
    background-color: rgba(24, 119, 242, 0.6);
  }
  .mdb\:bg-facebook-t7 {
    background-color: rgba(24, 119, 242, 0.7);
  }
  .mdb\:bg-facebook-t8 {
    background-color: rgba(24, 119, 242, 0.8);
  }
  .mdb\:bg-facebook-t9 {
    background-color: rgba(24, 119, 242, 0.9);
  }
  .mdb\:bg-facebook-100 {
    background-color: #d9e9fd;
  }
  .mdb\:bg-facebook-200 {
    background-color: #a9ccfa;
  }
  .mdb\:bg-facebook-300 {
    background-color: #79b0f7;
  }
  .mdb\:bg-facebook-400 {
    background-color: #4893f5;
  }
  .mdb\:bg-facebook-500 {
    background-color: #1877F2;
  }
  .mdb\:bg-facebook-600 {
    background-color: #0b5fcc;
  }
  .mdb\:bg-facebook-700 {
    background-color: #09499b;
  }
  .mdb\:bg-facebook-800 {
    background-color: #06326b;
  }
  .mdb\:bg-facebook-900 {
    background-color: #031b3b;
  }
  .mdb\:border-facebook {
    border-color: #1877F2;
  }
  .mdb\:border-facebook-t1 {
    border-color: rgba(24, 119, 242, 0.1);
  }
  .mdb\:border-facebook-t2 {
    border-color: rgba(24, 119, 242, 0.2);
  }
  .mdb\:border-facebook-t3 {
    border-color: rgba(24, 119, 242, 0.3);
  }
  .mdb\:border-facebook-t4 {
    border-color: rgba(24, 119, 242, 0.4);
  }
  .mdb\:border-facebook-t5 {
    border-color: rgba(24, 119, 242, 0.5);
  }
  .mdb\:border-facebook-t6 {
    border-color: rgba(24, 119, 242, 0.6);
  }
  .mdb\:border-facebook-t7 {
    border-color: rgba(24, 119, 242, 0.7);
  }
  .mdb\:border-facebook-t8 {
    border-color: rgba(24, 119, 242, 0.8);
  }
  .mdb\:border-facebook-t9 {
    border-color: rgba(24, 119, 242, 0.9);
  }
  .mdb\:border-facebook-100 {
    border-color: #d9e9fd;
  }
  .mdb\:border-facebook-200 {
    border-color: #a9ccfa;
  }
  .mdb\:border-facebook-300 {
    border-color: #79b0f7;
  }
  .mdb\:border-facebook-400 {
    border-color: #4893f5;
  }
  .mdb\:border-facebook-500 {
    border-color: #1877F2;
  }
  .mdb\:border-facebook-600 {
    border-color: #0b5fcc;
  }
  .mdb\:border-facebook-700 {
    border-color: #09499b;
  }
  .mdb\:border-facebook-800 {
    border-color: #06326b;
  }
  .mdb\:border-facebook-900 {
    border-color: #031b3b;
  }
  .mdb\:fill-facebook {
    fill: #1877F2;
  }
  .mdb\:fill-facebook-t1 {
    fill: rgba(24, 119, 242, 0.1);
  }
  .mdb\:fill-facebook-t2 {
    fill: rgba(24, 119, 242, 0.2);
  }
  .mdb\:fill-facebook-t3 {
    fill: rgba(24, 119, 242, 0.3);
  }
  .mdb\:fill-facebook-t4 {
    fill: rgba(24, 119, 242, 0.4);
  }
  .mdb\:fill-facebook-t5 {
    fill: rgba(24, 119, 242, 0.5);
  }
  .mdb\:fill-facebook-t6 {
    fill: rgba(24, 119, 242, 0.6);
  }
  .mdb\:fill-facebook-t7 {
    fill: rgba(24, 119, 242, 0.7);
  }
  .mdb\:fill-facebook-t8 {
    fill: rgba(24, 119, 242, 0.8);
  }
  .mdb\:fill-facebook-t9 {
    fill: rgba(24, 119, 242, 0.9);
  }
  .mdb\:fill-facebook-100 {
    fill: #d9e9fd;
  }
  .mdb\:fill-facebook-200 {
    fill: #a9ccfa;
  }
  .mdb\:fill-facebook-300 {
    fill: #79b0f7;
  }
  .mdb\:fill-facebook-400 {
    fill: #4893f5;
  }
  .mdb\:fill-facebook-500 {
    fill: #1877F2;
  }
  .mdb\:fill-facebook-600 {
    fill: #0b5fcc;
  }
  .mdb\:fill-facebook-700 {
    fill: #09499b;
  }
  .mdb\:fill-facebook-800 {
    fill: #06326b;
  }
  .mdb\:fill-facebook-900 {
    fill: #031b3b;
  }
  .mdb\:color-instagram {
    color: #E4405F;
  }
  .mdb\:color-instagram-t1 {
    color: rgba(228, 64, 95, 0.1);
  }
  .mdb\:color-instagram-t2 {
    color: rgba(228, 64, 95, 0.2);
  }
  .mdb\:color-instagram-t3 {
    color: rgba(228, 64, 95, 0.3);
  }
  .mdb\:color-instagram-t4 {
    color: rgba(228, 64, 95, 0.4);
  }
  .mdb\:color-instagram-t5 {
    color: rgba(228, 64, 95, 0.5);
  }
  .mdb\:color-instagram-t6 {
    color: rgba(228, 64, 95, 0.6);
  }
  .mdb\:color-instagram-t7 {
    color: rgba(228, 64, 95, 0.7);
  }
  .mdb\:color-instagram-t8 {
    color: rgba(228, 64, 95, 0.8);
  }
  .mdb\:color-instagram-t9 {
    color: rgba(228, 64, 95, 0.9);
  }
  .mdb\:color-instagram-100 {
    color: #fdf3f5;
  }
  .mdb\:color-instagram-200 {
    color: #f7c6cf;
  }
  .mdb\:color-instagram-300 {
    color: #f199aa;
  }
  .mdb\:color-instagram-400 {
    color: #ea6d84;
  }
  .mdb\:color-instagram-500 {
    color: #E4405F;
  }
  .mdb\:color-instagram-600 {
    color: #d31e40;
  }
  .mdb\:color-instagram-700 {
    color: #a61833;
  }
  .mdb\:color-instagram-800 {
    color: #7a1125;
  }
  .mdb\:color-instagram-900 {
    color: #4d0b17;
  }
  .mdb\:bg-instagram {
    background-color: #E4405F;
  }
  .mdb\:bg-instagram-t1 {
    background-color: rgba(228, 64, 95, 0.1);
  }
  .mdb\:bg-instagram-t2 {
    background-color: rgba(228, 64, 95, 0.2);
  }
  .mdb\:bg-instagram-t3 {
    background-color: rgba(228, 64, 95, 0.3);
  }
  .mdb\:bg-instagram-t4 {
    background-color: rgba(228, 64, 95, 0.4);
  }
  .mdb\:bg-instagram-t5 {
    background-color: rgba(228, 64, 95, 0.5);
  }
  .mdb\:bg-instagram-t6 {
    background-color: rgba(228, 64, 95, 0.6);
  }
  .mdb\:bg-instagram-t7 {
    background-color: rgba(228, 64, 95, 0.7);
  }
  .mdb\:bg-instagram-t8 {
    background-color: rgba(228, 64, 95, 0.8);
  }
  .mdb\:bg-instagram-t9 {
    background-color: rgba(228, 64, 95, 0.9);
  }
  .mdb\:bg-instagram-100 {
    background-color: #fdf3f5;
  }
  .mdb\:bg-instagram-200 {
    background-color: #f7c6cf;
  }
  .mdb\:bg-instagram-300 {
    background-color: #f199aa;
  }
  .mdb\:bg-instagram-400 {
    background-color: #ea6d84;
  }
  .mdb\:bg-instagram-500 {
    background-color: #E4405F;
  }
  .mdb\:bg-instagram-600 {
    background-color: #d31e40;
  }
  .mdb\:bg-instagram-700 {
    background-color: #a61833;
  }
  .mdb\:bg-instagram-800 {
    background-color: #7a1125;
  }
  .mdb\:bg-instagram-900 {
    background-color: #4d0b17;
  }
  .mdb\:border-instagram {
    border-color: #E4405F;
  }
  .mdb\:border-instagram-t1 {
    border-color: rgba(228, 64, 95, 0.1);
  }
  .mdb\:border-instagram-t2 {
    border-color: rgba(228, 64, 95, 0.2);
  }
  .mdb\:border-instagram-t3 {
    border-color: rgba(228, 64, 95, 0.3);
  }
  .mdb\:border-instagram-t4 {
    border-color: rgba(228, 64, 95, 0.4);
  }
  .mdb\:border-instagram-t5 {
    border-color: rgba(228, 64, 95, 0.5);
  }
  .mdb\:border-instagram-t6 {
    border-color: rgba(228, 64, 95, 0.6);
  }
  .mdb\:border-instagram-t7 {
    border-color: rgba(228, 64, 95, 0.7);
  }
  .mdb\:border-instagram-t8 {
    border-color: rgba(228, 64, 95, 0.8);
  }
  .mdb\:border-instagram-t9 {
    border-color: rgba(228, 64, 95, 0.9);
  }
  .mdb\:border-instagram-100 {
    border-color: #fdf3f5;
  }
  .mdb\:border-instagram-200 {
    border-color: #f7c6cf;
  }
  .mdb\:border-instagram-300 {
    border-color: #f199aa;
  }
  .mdb\:border-instagram-400 {
    border-color: #ea6d84;
  }
  .mdb\:border-instagram-500 {
    border-color: #E4405F;
  }
  .mdb\:border-instagram-600 {
    border-color: #d31e40;
  }
  .mdb\:border-instagram-700 {
    border-color: #a61833;
  }
  .mdb\:border-instagram-800 {
    border-color: #7a1125;
  }
  .mdb\:border-instagram-900 {
    border-color: #4d0b17;
  }
  .mdb\:fill-instagram {
    fill: #E4405F;
  }
  .mdb\:fill-instagram-t1 {
    fill: rgba(228, 64, 95, 0.1);
  }
  .mdb\:fill-instagram-t2 {
    fill: rgba(228, 64, 95, 0.2);
  }
  .mdb\:fill-instagram-t3 {
    fill: rgba(228, 64, 95, 0.3);
  }
  .mdb\:fill-instagram-t4 {
    fill: rgba(228, 64, 95, 0.4);
  }
  .mdb\:fill-instagram-t5 {
    fill: rgba(228, 64, 95, 0.5);
  }
  .mdb\:fill-instagram-t6 {
    fill: rgba(228, 64, 95, 0.6);
  }
  .mdb\:fill-instagram-t7 {
    fill: rgba(228, 64, 95, 0.7);
  }
  .mdb\:fill-instagram-t8 {
    fill: rgba(228, 64, 95, 0.8);
  }
  .mdb\:fill-instagram-t9 {
    fill: rgba(228, 64, 95, 0.9);
  }
  .mdb\:fill-instagram-100 {
    fill: #fdf3f5;
  }
  .mdb\:fill-instagram-200 {
    fill: #f7c6cf;
  }
  .mdb\:fill-instagram-300 {
    fill: #f199aa;
  }
  .mdb\:fill-instagram-400 {
    fill: #ea6d84;
  }
  .mdb\:fill-instagram-500 {
    fill: #E4405F;
  }
  .mdb\:fill-instagram-600 {
    fill: #d31e40;
  }
  .mdb\:fill-instagram-700 {
    fill: #a61833;
  }
  .mdb\:fill-instagram-800 {
    fill: #7a1125;
  }
  .mdb\:fill-instagram-900 {
    fill: #4d0b17;
  }
  .mdb\:color-linkedin {
    color: #0077B5;
  }
  .mdb\:color-linkedin-t1 {
    color: rgba(0, 119, 181, 0.1);
  }
  .mdb\:color-linkedin-t2 {
    color: rgba(0, 119, 181, 0.2);
  }
  .mdb\:color-linkedin-t3 {
    color: rgba(0, 119, 181, 0.3);
  }
  .mdb\:color-linkedin-t4 {
    color: rgba(0, 119, 181, 0.4);
  }
  .mdb\:color-linkedin-t5 {
    color: rgba(0, 119, 181, 0.5);
  }
  .mdb\:color-linkedin-t6 {
    color: rgba(0, 119, 181, 0.6);
  }
  .mdb\:color-linkedin-t7 {
    color: rgba(0, 119, 181, 0.7);
  }
  .mdb\:color-linkedin-t8 {
    color: rgba(0, 119, 181, 0.8);
  }
  .mdb\:color-linkedin-t9 {
    color: rgba(0, 119, 181, 0.9);
  }
  .mdb\:color-linkedin-100 {
    color: #82d4ff;
  }
  .mdb\:color-linkedin-200 {
    color: #4fc3ff;
  }
  .mdb\:color-linkedin-300 {
    color: #1cb1ff;
  }
  .mdb\:color-linkedin-400 {
    color: #0099e8;
  }
  .mdb\:color-linkedin-500 {
    color: #0077B5;
  }
  .mdb\:color-linkedin-600 {
    color: #005582;
  }
  .mdb\:color-linkedin-700 {
    color: #00344f;
  }
  .mdb\:color-linkedin-800 {
    color: #00121c;
  }
  .mdb\:color-linkedin-900 {
    color: black;
  }
  .mdb\:bg-linkedin {
    background-color: #0077B5;
  }
  .mdb\:bg-linkedin-t1 {
    background-color: rgba(0, 119, 181, 0.1);
  }
  .mdb\:bg-linkedin-t2 {
    background-color: rgba(0, 119, 181, 0.2);
  }
  .mdb\:bg-linkedin-t3 {
    background-color: rgba(0, 119, 181, 0.3);
  }
  .mdb\:bg-linkedin-t4 {
    background-color: rgba(0, 119, 181, 0.4);
  }
  .mdb\:bg-linkedin-t5 {
    background-color: rgba(0, 119, 181, 0.5);
  }
  .mdb\:bg-linkedin-t6 {
    background-color: rgba(0, 119, 181, 0.6);
  }
  .mdb\:bg-linkedin-t7 {
    background-color: rgba(0, 119, 181, 0.7);
  }
  .mdb\:bg-linkedin-t8 {
    background-color: rgba(0, 119, 181, 0.8);
  }
  .mdb\:bg-linkedin-t9 {
    background-color: rgba(0, 119, 181, 0.9);
  }
  .mdb\:bg-linkedin-100 {
    background-color: #82d4ff;
  }
  .mdb\:bg-linkedin-200 {
    background-color: #4fc3ff;
  }
  .mdb\:bg-linkedin-300 {
    background-color: #1cb1ff;
  }
  .mdb\:bg-linkedin-400 {
    background-color: #0099e8;
  }
  .mdb\:bg-linkedin-500 {
    background-color: #0077B5;
  }
  .mdb\:bg-linkedin-600 {
    background-color: #005582;
  }
  .mdb\:bg-linkedin-700 {
    background-color: #00344f;
  }
  .mdb\:bg-linkedin-800 {
    background-color: #00121c;
  }
  .mdb\:bg-linkedin-900 {
    background-color: black;
  }
  .mdb\:border-linkedin {
    border-color: #0077B5;
  }
  .mdb\:border-linkedin-t1 {
    border-color: rgba(0, 119, 181, 0.1);
  }
  .mdb\:border-linkedin-t2 {
    border-color: rgba(0, 119, 181, 0.2);
  }
  .mdb\:border-linkedin-t3 {
    border-color: rgba(0, 119, 181, 0.3);
  }
  .mdb\:border-linkedin-t4 {
    border-color: rgba(0, 119, 181, 0.4);
  }
  .mdb\:border-linkedin-t5 {
    border-color: rgba(0, 119, 181, 0.5);
  }
  .mdb\:border-linkedin-t6 {
    border-color: rgba(0, 119, 181, 0.6);
  }
  .mdb\:border-linkedin-t7 {
    border-color: rgba(0, 119, 181, 0.7);
  }
  .mdb\:border-linkedin-t8 {
    border-color: rgba(0, 119, 181, 0.8);
  }
  .mdb\:border-linkedin-t9 {
    border-color: rgba(0, 119, 181, 0.9);
  }
  .mdb\:border-linkedin-100 {
    border-color: #82d4ff;
  }
  .mdb\:border-linkedin-200 {
    border-color: #4fc3ff;
  }
  .mdb\:border-linkedin-300 {
    border-color: #1cb1ff;
  }
  .mdb\:border-linkedin-400 {
    border-color: #0099e8;
  }
  .mdb\:border-linkedin-500 {
    border-color: #0077B5;
  }
  .mdb\:border-linkedin-600 {
    border-color: #005582;
  }
  .mdb\:border-linkedin-700 {
    border-color: #00344f;
  }
  .mdb\:border-linkedin-800 {
    border-color: #00121c;
  }
  .mdb\:border-linkedin-900 {
    border-color: black;
  }
  .mdb\:fill-linkedin {
    fill: #0077B5;
  }
  .mdb\:fill-linkedin-t1 {
    fill: rgba(0, 119, 181, 0.1);
  }
  .mdb\:fill-linkedin-t2 {
    fill: rgba(0, 119, 181, 0.2);
  }
  .mdb\:fill-linkedin-t3 {
    fill: rgba(0, 119, 181, 0.3);
  }
  .mdb\:fill-linkedin-t4 {
    fill: rgba(0, 119, 181, 0.4);
  }
  .mdb\:fill-linkedin-t5 {
    fill: rgba(0, 119, 181, 0.5);
  }
  .mdb\:fill-linkedin-t6 {
    fill: rgba(0, 119, 181, 0.6);
  }
  .mdb\:fill-linkedin-t7 {
    fill: rgba(0, 119, 181, 0.7);
  }
  .mdb\:fill-linkedin-t8 {
    fill: rgba(0, 119, 181, 0.8);
  }
  .mdb\:fill-linkedin-t9 {
    fill: rgba(0, 119, 181, 0.9);
  }
  .mdb\:fill-linkedin-100 {
    fill: #82d4ff;
  }
  .mdb\:fill-linkedin-200 {
    fill: #4fc3ff;
  }
  .mdb\:fill-linkedin-300 {
    fill: #1cb1ff;
  }
  .mdb\:fill-linkedin-400 {
    fill: #0099e8;
  }
  .mdb\:fill-linkedin-500 {
    fill: #0077B5;
  }
  .mdb\:fill-linkedin-600 {
    fill: #005582;
  }
  .mdb\:fill-linkedin-700 {
    fill: #00344f;
  }
  .mdb\:fill-linkedin-800 {
    fill: #00121c;
  }
  .mdb\:fill-linkedin-900 {
    fill: black;
  }
  .mdb\:color-twitter {
    color: #1DA1F2;
  }
  .mdb\:color-twitter-t1 {
    color: rgba(29, 161, 242, 0.1);
  }
  .mdb\:color-twitter-t2 {
    color: rgba(29, 161, 242, 0.2);
  }
  .mdb\:color-twitter-t3 {
    color: rgba(29, 161, 242, 0.3);
  }
  .mdb\:color-twitter-t4 {
    color: rgba(29, 161, 242, 0.4);
  }
  .mdb\:color-twitter-t5 {
    color: rgba(29, 161, 242, 0.5);
  }
  .mdb\:color-twitter-t6 {
    color: rgba(29, 161, 242, 0.6);
  }
  .mdb\:color-twitter-t7 {
    color: rgba(29, 161, 242, 0.7);
  }
  .mdb\:color-twitter-t8 {
    color: rgba(29, 161, 242, 0.8);
  }
  .mdb\:color-twitter-t9 {
    color: rgba(29, 161, 242, 0.9);
  }
  .mdb\:color-twitter-100 {
    color: #def1fd;
  }
  .mdb\:color-twitter-200 {
    color: #aeddfa;
  }
  .mdb\:color-twitter-300 {
    color: #7dc9f8;
  }
  .mdb\:color-twitter-400 {
    color: #4db5f5;
  }
  .mdb\:color-twitter-500 {
    color: #1DA1F2;
  }
  .mdb\:color-twitter-600 {
    color: #0c85d0;
  }
  .mdb\:color-twitter-700 {
    color: #0967a0;
  }
  .mdb\:color-twitter-800 {
    color: #064870;
  }
  .mdb\:color-twitter-900 {
    color: #04293f;
  }
  .mdb\:bg-twitter {
    background-color: #1DA1F2;
  }
  .mdb\:bg-twitter-t1 {
    background-color: rgba(29, 161, 242, 0.1);
  }
  .mdb\:bg-twitter-t2 {
    background-color: rgba(29, 161, 242, 0.2);
  }
  .mdb\:bg-twitter-t3 {
    background-color: rgba(29, 161, 242, 0.3);
  }
  .mdb\:bg-twitter-t4 {
    background-color: rgba(29, 161, 242, 0.4);
  }
  .mdb\:bg-twitter-t5 {
    background-color: rgba(29, 161, 242, 0.5);
  }
  .mdb\:bg-twitter-t6 {
    background-color: rgba(29, 161, 242, 0.6);
  }
  .mdb\:bg-twitter-t7 {
    background-color: rgba(29, 161, 242, 0.7);
  }
  .mdb\:bg-twitter-t8 {
    background-color: rgba(29, 161, 242, 0.8);
  }
  .mdb\:bg-twitter-t9 {
    background-color: rgba(29, 161, 242, 0.9);
  }
  .mdb\:bg-twitter-100 {
    background-color: #def1fd;
  }
  .mdb\:bg-twitter-200 {
    background-color: #aeddfa;
  }
  .mdb\:bg-twitter-300 {
    background-color: #7dc9f8;
  }
  .mdb\:bg-twitter-400 {
    background-color: #4db5f5;
  }
  .mdb\:bg-twitter-500 {
    background-color: #1DA1F2;
  }
  .mdb\:bg-twitter-600 {
    background-color: #0c85d0;
  }
  .mdb\:bg-twitter-700 {
    background-color: #0967a0;
  }
  .mdb\:bg-twitter-800 {
    background-color: #064870;
  }
  .mdb\:bg-twitter-900 {
    background-color: #04293f;
  }
  .mdb\:border-twitter {
    border-color: #1DA1F2;
  }
  .mdb\:border-twitter-t1 {
    border-color: rgba(29, 161, 242, 0.1);
  }
  .mdb\:border-twitter-t2 {
    border-color: rgba(29, 161, 242, 0.2);
  }
  .mdb\:border-twitter-t3 {
    border-color: rgba(29, 161, 242, 0.3);
  }
  .mdb\:border-twitter-t4 {
    border-color: rgba(29, 161, 242, 0.4);
  }
  .mdb\:border-twitter-t5 {
    border-color: rgba(29, 161, 242, 0.5);
  }
  .mdb\:border-twitter-t6 {
    border-color: rgba(29, 161, 242, 0.6);
  }
  .mdb\:border-twitter-t7 {
    border-color: rgba(29, 161, 242, 0.7);
  }
  .mdb\:border-twitter-t8 {
    border-color: rgba(29, 161, 242, 0.8);
  }
  .mdb\:border-twitter-t9 {
    border-color: rgba(29, 161, 242, 0.9);
  }
  .mdb\:border-twitter-100 {
    border-color: #def1fd;
  }
  .mdb\:border-twitter-200 {
    border-color: #aeddfa;
  }
  .mdb\:border-twitter-300 {
    border-color: #7dc9f8;
  }
  .mdb\:border-twitter-400 {
    border-color: #4db5f5;
  }
  .mdb\:border-twitter-500 {
    border-color: #1DA1F2;
  }
  .mdb\:border-twitter-600 {
    border-color: #0c85d0;
  }
  .mdb\:border-twitter-700 {
    border-color: #0967a0;
  }
  .mdb\:border-twitter-800 {
    border-color: #064870;
  }
  .mdb\:border-twitter-900 {
    border-color: #04293f;
  }
  .mdb\:fill-twitter {
    fill: #1DA1F2;
  }
  .mdb\:fill-twitter-t1 {
    fill: rgba(29, 161, 242, 0.1);
  }
  .mdb\:fill-twitter-t2 {
    fill: rgba(29, 161, 242, 0.2);
  }
  .mdb\:fill-twitter-t3 {
    fill: rgba(29, 161, 242, 0.3);
  }
  .mdb\:fill-twitter-t4 {
    fill: rgba(29, 161, 242, 0.4);
  }
  .mdb\:fill-twitter-t5 {
    fill: rgba(29, 161, 242, 0.5);
  }
  .mdb\:fill-twitter-t6 {
    fill: rgba(29, 161, 242, 0.6);
  }
  .mdb\:fill-twitter-t7 {
    fill: rgba(29, 161, 242, 0.7);
  }
  .mdb\:fill-twitter-t8 {
    fill: rgba(29, 161, 242, 0.8);
  }
  .mdb\:fill-twitter-t9 {
    fill: rgba(29, 161, 242, 0.9);
  }
  .mdb\:fill-twitter-100 {
    fill: #def1fd;
  }
  .mdb\:fill-twitter-200 {
    fill: #aeddfa;
  }
  .mdb\:fill-twitter-300 {
    fill: #7dc9f8;
  }
  .mdb\:fill-twitter-400 {
    fill: #4db5f5;
  }
  .mdb\:fill-twitter-500 {
    fill: #1DA1F2;
  }
  .mdb\:fill-twitter-600 {
    fill: #0c85d0;
  }
  .mdb\:fill-twitter-700 {
    fill: #0967a0;
  }
  .mdb\:fill-twitter-800 {
    fill: #064870;
  }
  .mdb\:fill-twitter-900 {
    fill: #04293f;
  }
  .mdb\:color-youtube {
    color: #FF0000;
  }
  .mdb\:color-youtube-t1 {
    color: rgba(255, 0, 0, 0.1);
  }
  .mdb\:color-youtube-t2 {
    color: rgba(255, 0, 0, 0.2);
  }
  .mdb\:color-youtube-t3 {
    color: rgba(255, 0, 0, 0.3);
  }
  .mdb\:color-youtube-t4 {
    color: rgba(255, 0, 0, 0.4);
  }
  .mdb\:color-youtube-t5 {
    color: rgba(255, 0, 0, 0.5);
  }
  .mdb\:color-youtube-t6 {
    color: rgba(255, 0, 0, 0.6);
  }
  .mdb\:color-youtube-t7 {
    color: rgba(255, 0, 0, 0.7);
  }
  .mdb\:color-youtube-t8 {
    color: rgba(255, 0, 0, 0.8);
  }
  .mdb\:color-youtube-t9 {
    color: rgba(255, 0, 0, 0.9);
  }
  .mdb\:color-youtube-100 {
    color: #ffcccc;
  }
  .mdb\:color-youtube-200 {
    color: #ff9999;
  }
  .mdb\:color-youtube-300 {
    color: #ff6666;
  }
  .mdb\:color-youtube-400 {
    color: #ff3333;
  }
  .mdb\:color-youtube-500 {
    color: #FF0000;
  }
  .mdb\:color-youtube-600 {
    color: #cc0000;
  }
  .mdb\:color-youtube-700 {
    color: #990000;
  }
  .mdb\:color-youtube-800 {
    color: #660000;
  }
  .mdb\:color-youtube-900 {
    color: #330000;
  }
  .mdb\:bg-youtube {
    background-color: #FF0000;
  }
  .mdb\:bg-youtube-t1 {
    background-color: rgba(255, 0, 0, 0.1);
  }
  .mdb\:bg-youtube-t2 {
    background-color: rgba(255, 0, 0, 0.2);
  }
  .mdb\:bg-youtube-t3 {
    background-color: rgba(255, 0, 0, 0.3);
  }
  .mdb\:bg-youtube-t4 {
    background-color: rgba(255, 0, 0, 0.4);
  }
  .mdb\:bg-youtube-t5 {
    background-color: rgba(255, 0, 0, 0.5);
  }
  .mdb\:bg-youtube-t6 {
    background-color: rgba(255, 0, 0, 0.6);
  }
  .mdb\:bg-youtube-t7 {
    background-color: rgba(255, 0, 0, 0.7);
  }
  .mdb\:bg-youtube-t8 {
    background-color: rgba(255, 0, 0, 0.8);
  }
  .mdb\:bg-youtube-t9 {
    background-color: rgba(255, 0, 0, 0.9);
  }
  .mdb\:bg-youtube-100 {
    background-color: #ffcccc;
  }
  .mdb\:bg-youtube-200 {
    background-color: #ff9999;
  }
  .mdb\:bg-youtube-300 {
    background-color: #ff6666;
  }
  .mdb\:bg-youtube-400 {
    background-color: #ff3333;
  }
  .mdb\:bg-youtube-500 {
    background-color: #FF0000;
  }
  .mdb\:bg-youtube-600 {
    background-color: #cc0000;
  }
  .mdb\:bg-youtube-700 {
    background-color: #990000;
  }
  .mdb\:bg-youtube-800 {
    background-color: #660000;
  }
  .mdb\:bg-youtube-900 {
    background-color: #330000;
  }
  .mdb\:border-youtube {
    border-color: #FF0000;
  }
  .mdb\:border-youtube-t1 {
    border-color: rgba(255, 0, 0, 0.1);
  }
  .mdb\:border-youtube-t2 {
    border-color: rgba(255, 0, 0, 0.2);
  }
  .mdb\:border-youtube-t3 {
    border-color: rgba(255, 0, 0, 0.3);
  }
  .mdb\:border-youtube-t4 {
    border-color: rgba(255, 0, 0, 0.4);
  }
  .mdb\:border-youtube-t5 {
    border-color: rgba(255, 0, 0, 0.5);
  }
  .mdb\:border-youtube-t6 {
    border-color: rgba(255, 0, 0, 0.6);
  }
  .mdb\:border-youtube-t7 {
    border-color: rgba(255, 0, 0, 0.7);
  }
  .mdb\:border-youtube-t8 {
    border-color: rgba(255, 0, 0, 0.8);
  }
  .mdb\:border-youtube-t9 {
    border-color: rgba(255, 0, 0, 0.9);
  }
  .mdb\:border-youtube-100 {
    border-color: #ffcccc;
  }
  .mdb\:border-youtube-200 {
    border-color: #ff9999;
  }
  .mdb\:border-youtube-300 {
    border-color: #ff6666;
  }
  .mdb\:border-youtube-400 {
    border-color: #ff3333;
  }
  .mdb\:border-youtube-500 {
    border-color: #FF0000;
  }
  .mdb\:border-youtube-600 {
    border-color: #cc0000;
  }
  .mdb\:border-youtube-700 {
    border-color: #990000;
  }
  .mdb\:border-youtube-800 {
    border-color: #660000;
  }
  .mdb\:border-youtube-900 {
    border-color: #330000;
  }
  .mdb\:fill-youtube {
    fill: #FF0000;
  }
  .mdb\:fill-youtube-t1 {
    fill: rgba(255, 0, 0, 0.1);
  }
  .mdb\:fill-youtube-t2 {
    fill: rgba(255, 0, 0, 0.2);
  }
  .mdb\:fill-youtube-t3 {
    fill: rgba(255, 0, 0, 0.3);
  }
  .mdb\:fill-youtube-t4 {
    fill: rgba(255, 0, 0, 0.4);
  }
  .mdb\:fill-youtube-t5 {
    fill: rgba(255, 0, 0, 0.5);
  }
  .mdb\:fill-youtube-t6 {
    fill: rgba(255, 0, 0, 0.6);
  }
  .mdb\:fill-youtube-t7 {
    fill: rgba(255, 0, 0, 0.7);
  }
  .mdb\:fill-youtube-t8 {
    fill: rgba(255, 0, 0, 0.8);
  }
  .mdb\:fill-youtube-t9 {
    fill: rgba(255, 0, 0, 0.9);
  }
  .mdb\:fill-youtube-100 {
    fill: #ffcccc;
  }
  .mdb\:fill-youtube-200 {
    fill: #ff9999;
  }
  .mdb\:fill-youtube-300 {
    fill: #ff6666;
  }
  .mdb\:fill-youtube-400 {
    fill: #ff3333;
  }
  .mdb\:fill-youtube-500 {
    fill: #FF0000;
  }
  .mdb\:fill-youtube-600 {
    fill: #cc0000;
  }
  .mdb\:fill-youtube-700 {
    fill: #990000;
  }
  .mdb\:fill-youtube-800 {
    fill: #660000;
  }
  .mdb\:fill-youtube-900 {
    fill: #330000;
  }
  .mdb\:color-whatsapp {
    color: #25D366;
  }
  .mdb\:color-whatsapp-t1 {
    color: rgba(37, 211, 102, 0.1);
  }
  .mdb\:color-whatsapp-t2 {
    color: rgba(37, 211, 102, 0.2);
  }
  .mdb\:color-whatsapp-t3 {
    color: rgba(37, 211, 102, 0.3);
  }
  .mdb\:color-whatsapp-t4 {
    color: rgba(37, 211, 102, 0.4);
  }
  .mdb\:color-whatsapp-t5 {
    color: rgba(37, 211, 102, 0.5);
  }
  .mdb\:color-whatsapp-t6 {
    color: rgba(37, 211, 102, 0.6);
  }
  .mdb\:color-whatsapp-t7 {
    color: rgba(37, 211, 102, 0.7);
  }
  .mdb\:color-whatsapp-t8 {
    color: rgba(37, 211, 102, 0.8);
  }
  .mdb\:color-whatsapp-t9 {
    color: rgba(37, 211, 102, 0.9);
  }
  .mdb\:color-whatsapp-100 {
    color: #cef6dd;
  }
  .mdb\:color-whatsapp-200 {
    color: #a2efbf;
  }
  .mdb\:color-whatsapp-300 {
    color: #77e7a1;
  }
  .mdb\:color-whatsapp-400 {
    color: #4be083;
  }
  .mdb\:color-whatsapp-500 {
    color: #25D366;
  }
  .mdb\:color-whatsapp-600 {
    color: #1da851;
  }
  .mdb\:color-whatsapp-700 {
    color: #167c3c;
  }
  .mdb\:color-whatsapp-800 {
    color: #0e5127;
  }
  .mdb\:color-whatsapp-900 {
    color: #072512;
  }
  .mdb\:bg-whatsapp {
    background-color: #25D366;
  }
  .mdb\:bg-whatsapp-t1 {
    background-color: rgba(37, 211, 102, 0.1);
  }
  .mdb\:bg-whatsapp-t2 {
    background-color: rgba(37, 211, 102, 0.2);
  }
  .mdb\:bg-whatsapp-t3 {
    background-color: rgba(37, 211, 102, 0.3);
  }
  .mdb\:bg-whatsapp-t4 {
    background-color: rgba(37, 211, 102, 0.4);
  }
  .mdb\:bg-whatsapp-t5 {
    background-color: rgba(37, 211, 102, 0.5);
  }
  .mdb\:bg-whatsapp-t6 {
    background-color: rgba(37, 211, 102, 0.6);
  }
  .mdb\:bg-whatsapp-t7 {
    background-color: rgba(37, 211, 102, 0.7);
  }
  .mdb\:bg-whatsapp-t8 {
    background-color: rgba(37, 211, 102, 0.8);
  }
  .mdb\:bg-whatsapp-t9 {
    background-color: rgba(37, 211, 102, 0.9);
  }
  .mdb\:bg-whatsapp-100 {
    background-color: #cef6dd;
  }
  .mdb\:bg-whatsapp-200 {
    background-color: #a2efbf;
  }
  .mdb\:bg-whatsapp-300 {
    background-color: #77e7a1;
  }
  .mdb\:bg-whatsapp-400 {
    background-color: #4be083;
  }
  .mdb\:bg-whatsapp-500 {
    background-color: #25D366;
  }
  .mdb\:bg-whatsapp-600 {
    background-color: #1da851;
  }
  .mdb\:bg-whatsapp-700 {
    background-color: #167c3c;
  }
  .mdb\:bg-whatsapp-800 {
    background-color: #0e5127;
  }
  .mdb\:bg-whatsapp-900 {
    background-color: #072512;
  }
  .mdb\:border-whatsapp {
    border-color: #25D366;
  }
  .mdb\:border-whatsapp-t1 {
    border-color: rgba(37, 211, 102, 0.1);
  }
  .mdb\:border-whatsapp-t2 {
    border-color: rgba(37, 211, 102, 0.2);
  }
  .mdb\:border-whatsapp-t3 {
    border-color: rgba(37, 211, 102, 0.3);
  }
  .mdb\:border-whatsapp-t4 {
    border-color: rgba(37, 211, 102, 0.4);
  }
  .mdb\:border-whatsapp-t5 {
    border-color: rgba(37, 211, 102, 0.5);
  }
  .mdb\:border-whatsapp-t6 {
    border-color: rgba(37, 211, 102, 0.6);
  }
  .mdb\:border-whatsapp-t7 {
    border-color: rgba(37, 211, 102, 0.7);
  }
  .mdb\:border-whatsapp-t8 {
    border-color: rgba(37, 211, 102, 0.8);
  }
  .mdb\:border-whatsapp-t9 {
    border-color: rgba(37, 211, 102, 0.9);
  }
  .mdb\:border-whatsapp-100 {
    border-color: #cef6dd;
  }
  .mdb\:border-whatsapp-200 {
    border-color: #a2efbf;
  }
  .mdb\:border-whatsapp-300 {
    border-color: #77e7a1;
  }
  .mdb\:border-whatsapp-400 {
    border-color: #4be083;
  }
  .mdb\:border-whatsapp-500 {
    border-color: #25D366;
  }
  .mdb\:border-whatsapp-600 {
    border-color: #1da851;
  }
  .mdb\:border-whatsapp-700 {
    border-color: #167c3c;
  }
  .mdb\:border-whatsapp-800 {
    border-color: #0e5127;
  }
  .mdb\:border-whatsapp-900 {
    border-color: #072512;
  }
  .mdb\:fill-whatsapp {
    fill: #25D366;
  }
  .mdb\:fill-whatsapp-t1 {
    fill: rgba(37, 211, 102, 0.1);
  }
  .mdb\:fill-whatsapp-t2 {
    fill: rgba(37, 211, 102, 0.2);
  }
  .mdb\:fill-whatsapp-t3 {
    fill: rgba(37, 211, 102, 0.3);
  }
  .mdb\:fill-whatsapp-t4 {
    fill: rgba(37, 211, 102, 0.4);
  }
  .mdb\:fill-whatsapp-t5 {
    fill: rgba(37, 211, 102, 0.5);
  }
  .mdb\:fill-whatsapp-t6 {
    fill: rgba(37, 211, 102, 0.6);
  }
  .mdb\:fill-whatsapp-t7 {
    fill: rgba(37, 211, 102, 0.7);
  }
  .mdb\:fill-whatsapp-t8 {
    fill: rgba(37, 211, 102, 0.8);
  }
  .mdb\:fill-whatsapp-t9 {
    fill: rgba(37, 211, 102, 0.9);
  }
  .mdb\:fill-whatsapp-100 {
    fill: #cef6dd;
  }
  .mdb\:fill-whatsapp-200 {
    fill: #a2efbf;
  }
  .mdb\:fill-whatsapp-300 {
    fill: #77e7a1;
  }
  .mdb\:fill-whatsapp-400 {
    fill: #4be083;
  }
  .mdb\:fill-whatsapp-500 {
    fill: #25D366;
  }
  .mdb\:fill-whatsapp-600 {
    fill: #1da851;
  }
  .mdb\:fill-whatsapp-700 {
    fill: #167c3c;
  }
  .mdb\:fill-whatsapp-800 {
    fill: #0e5127;
  }
  .mdb\:fill-whatsapp-900 {
    fill: #072512;
  }
}
@media (min-width: 1290px) {
  .lg\:color-white {
    color: #ffffff;
  }
  .lg\:color-white-t1 {
    color: rgba(255, 255, 255, 0.1);
  }
  .lg\:color-white-t2 {
    color: rgba(255, 255, 255, 0.2);
  }
  .lg\:color-white-t3 {
    color: rgba(255, 255, 255, 0.3);
  }
  .lg\:color-white-t4 {
    color: rgba(255, 255, 255, 0.4);
  }
  .lg\:color-white-t5 {
    color: rgba(255, 255, 255, 0.5);
  }
  .lg\:color-white-t6 {
    color: rgba(255, 255, 255, 0.6);
  }
  .lg\:color-white-t7 {
    color: rgba(255, 255, 255, 0.7);
  }
  .lg\:color-white-t8 {
    color: rgba(255, 255, 255, 0.8);
  }
  .lg\:color-white-t9 {
    color: rgba(255, 255, 255, 0.9);
  }
  .lg\:color-white-100 {
    color: white;
  }
  .lg\:color-white-200 {
    color: white;
  }
  .lg\:color-white-300 {
    color: white;
  }
  .lg\:color-white-400 {
    color: white;
  }
  .lg\:color-white-500 {
    color: #ffffff;
  }
  .lg\:color-white-600 {
    color: #e6e6e6;
  }
  .lg\:color-white-700 {
    color: #cccccc;
  }
  .lg\:color-white-800 {
    color: #b3b3b3;
  }
  .lg\:color-white-900 {
    color: #999999;
  }
  .lg\:bg-white {
    background-color: #ffffff;
  }
  .lg\:bg-white-t1 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .lg\:bg-white-t2 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .lg\:bg-white-t3 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .lg\:bg-white-t4 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .lg\:bg-white-t5 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .lg\:bg-white-t6 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .lg\:bg-white-t7 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .lg\:bg-white-t8 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .lg\:bg-white-t9 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .lg\:bg-white-100 {
    background-color: white;
  }
  .lg\:bg-white-200 {
    background-color: white;
  }
  .lg\:bg-white-300 {
    background-color: white;
  }
  .lg\:bg-white-400 {
    background-color: white;
  }
  .lg\:bg-white-500 {
    background-color: #ffffff;
  }
  .lg\:bg-white-600 {
    background-color: #e6e6e6;
  }
  .lg\:bg-white-700 {
    background-color: #cccccc;
  }
  .lg\:bg-white-800 {
    background-color: #b3b3b3;
  }
  .lg\:bg-white-900 {
    background-color: #999999;
  }
  .lg\:border-white {
    border-color: #ffffff;
  }
  .lg\:border-white-t1 {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .lg\:border-white-t2 {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .lg\:border-white-t3 {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .lg\:border-white-t4 {
    border-color: rgba(255, 255, 255, 0.4);
  }
  .lg\:border-white-t5 {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .lg\:border-white-t6 {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .lg\:border-white-t7 {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .lg\:border-white-t8 {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .lg\:border-white-t9 {
    border-color: rgba(255, 255, 255, 0.9);
  }
  .lg\:border-white-100 {
    border-color: white;
  }
  .lg\:border-white-200 {
    border-color: white;
  }
  .lg\:border-white-300 {
    border-color: white;
  }
  .lg\:border-white-400 {
    border-color: white;
  }
  .lg\:border-white-500 {
    border-color: #ffffff;
  }
  .lg\:border-white-600 {
    border-color: #e6e6e6;
  }
  .lg\:border-white-700 {
    border-color: #cccccc;
  }
  .lg\:border-white-800 {
    border-color: #b3b3b3;
  }
  .lg\:border-white-900 {
    border-color: #999999;
  }
  .lg\:fill-white {
    fill: #ffffff;
  }
  .lg\:fill-white-t1 {
    fill: rgba(255, 255, 255, 0.1);
  }
  .lg\:fill-white-t2 {
    fill: rgba(255, 255, 255, 0.2);
  }
  .lg\:fill-white-t3 {
    fill: rgba(255, 255, 255, 0.3);
  }
  .lg\:fill-white-t4 {
    fill: rgba(255, 255, 255, 0.4);
  }
  .lg\:fill-white-t5 {
    fill: rgba(255, 255, 255, 0.5);
  }
  .lg\:fill-white-t6 {
    fill: rgba(255, 255, 255, 0.6);
  }
  .lg\:fill-white-t7 {
    fill: rgba(255, 255, 255, 0.7);
  }
  .lg\:fill-white-t8 {
    fill: rgba(255, 255, 255, 0.8);
  }
  .lg\:fill-white-t9 {
    fill: rgba(255, 255, 255, 0.9);
  }
  .lg\:fill-white-100 {
    fill: white;
  }
  .lg\:fill-white-200 {
    fill: white;
  }
  .lg\:fill-white-300 {
    fill: white;
  }
  .lg\:fill-white-400 {
    fill: white;
  }
  .lg\:fill-white-500 {
    fill: #ffffff;
  }
  .lg\:fill-white-600 {
    fill: #e6e6e6;
  }
  .lg\:fill-white-700 {
    fill: #cccccc;
  }
  .lg\:fill-white-800 {
    fill: #b3b3b3;
  }
  .lg\:fill-white-900 {
    fill: #999999;
  }
  .lg\:color-black {
    color: #000000;
  }
  .lg\:color-black-t1 {
    color: rgba(0, 0, 0, 0.1);
  }
  .lg\:color-black-t2 {
    color: rgba(0, 0, 0, 0.2);
  }
  .lg\:color-black-t3 {
    color: rgba(0, 0, 0, 0.3);
  }
  .lg\:color-black-t4 {
    color: rgba(0, 0, 0, 0.4);
  }
  .lg\:color-black-t5 {
    color: rgba(0, 0, 0, 0.5);
  }
  .lg\:color-black-t6 {
    color: rgba(0, 0, 0, 0.6);
  }
  .lg\:color-black-t7 {
    color: rgba(0, 0, 0, 0.7);
  }
  .lg\:color-black-t8 {
    color: rgba(0, 0, 0, 0.8);
  }
  .lg\:color-black-t9 {
    color: rgba(0, 0, 0, 0.9);
  }
  .lg\:color-black-100 {
    color: #666666;
  }
  .lg\:color-black-200 {
    color: #4d4d4d;
  }
  .lg\:color-black-300 {
    color: #333333;
  }
  .lg\:color-black-400 {
    color: #1a1a1a;
  }
  .lg\:color-black-500 {
    color: #000000;
  }
  .lg\:color-black-600 {
    color: black;
  }
  .lg\:color-black-700 {
    color: black;
  }
  .lg\:color-black-800 {
    color: black;
  }
  .lg\:color-black-900 {
    color: black;
  }
  .lg\:bg-black {
    background-color: #000000;
  }
  .lg\:bg-black-t1 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .lg\:bg-black-t2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .lg\:bg-black-t3 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .lg\:bg-black-t4 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .lg\:bg-black-t5 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .lg\:bg-black-t6 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .lg\:bg-black-t7 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .lg\:bg-black-t8 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .lg\:bg-black-t9 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .lg\:bg-black-100 {
    background-color: #666666;
  }
  .lg\:bg-black-200 {
    background-color: #4d4d4d;
  }
  .lg\:bg-black-300 {
    background-color: #333333;
  }
  .lg\:bg-black-400 {
    background-color: #1a1a1a;
  }
  .lg\:bg-black-500 {
    background-color: #000000;
  }
  .lg\:bg-black-600 {
    background-color: black;
  }
  .lg\:bg-black-700 {
    background-color: black;
  }
  .lg\:bg-black-800 {
    background-color: black;
  }
  .lg\:bg-black-900 {
    background-color: black;
  }
  .lg\:border-black {
    border-color: #000000;
  }
  .lg\:border-black-t1 {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .lg\:border-black-t2 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .lg\:border-black-t3 {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .lg\:border-black-t4 {
    border-color: rgba(0, 0, 0, 0.4);
  }
  .lg\:border-black-t5 {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .lg\:border-black-t6 {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .lg\:border-black-t7 {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .lg\:border-black-t8 {
    border-color: rgba(0, 0, 0, 0.8);
  }
  .lg\:border-black-t9 {
    border-color: rgba(0, 0, 0, 0.9);
  }
  .lg\:border-black-100 {
    border-color: #666666;
  }
  .lg\:border-black-200 {
    border-color: #4d4d4d;
  }
  .lg\:border-black-300 {
    border-color: #333333;
  }
  .lg\:border-black-400 {
    border-color: #1a1a1a;
  }
  .lg\:border-black-500 {
    border-color: #000000;
  }
  .lg\:border-black-600 {
    border-color: black;
  }
  .lg\:border-black-700 {
    border-color: black;
  }
  .lg\:border-black-800 {
    border-color: black;
  }
  .lg\:border-black-900 {
    border-color: black;
  }
  .lg\:fill-black {
    fill: #000000;
  }
  .lg\:fill-black-t1 {
    fill: rgba(0, 0, 0, 0.1);
  }
  .lg\:fill-black-t2 {
    fill: rgba(0, 0, 0, 0.2);
  }
  .lg\:fill-black-t3 {
    fill: rgba(0, 0, 0, 0.3);
  }
  .lg\:fill-black-t4 {
    fill: rgba(0, 0, 0, 0.4);
  }
  .lg\:fill-black-t5 {
    fill: rgba(0, 0, 0, 0.5);
  }
  .lg\:fill-black-t6 {
    fill: rgba(0, 0, 0, 0.6);
  }
  .lg\:fill-black-t7 {
    fill: rgba(0, 0, 0, 0.7);
  }
  .lg\:fill-black-t8 {
    fill: rgba(0, 0, 0, 0.8);
  }
  .lg\:fill-black-t9 {
    fill: rgba(0, 0, 0, 0.9);
  }
  .lg\:fill-black-100 {
    fill: #666666;
  }
  .lg\:fill-black-200 {
    fill: #4d4d4d;
  }
  .lg\:fill-black-300 {
    fill: #333333;
  }
  .lg\:fill-black-400 {
    fill: #1a1a1a;
  }
  .lg\:fill-black-500 {
    fill: #000000;
  }
  .lg\:fill-black-600 {
    fill: black;
  }
  .lg\:fill-black-700 {
    fill: black;
  }
  .lg\:fill-black-800 {
    fill: black;
  }
  .lg\:fill-black-900 {
    fill: black;
  }
  .lg\:color-pink {
    color: #E91E63;
  }
  .lg\:color-pink-t1 {
    color: rgba(233, 30, 99, 0.1);
  }
  .lg\:color-pink-t2 {
    color: rgba(233, 30, 99, 0.2);
  }
  .lg\:color-pink-t3 {
    color: rgba(233, 30, 99, 0.3);
  }
  .lg\:color-pink-t4 {
    color: rgba(233, 30, 99, 0.4);
  }
  .lg\:color-pink-t5 {
    color: rgba(233, 30, 99, 0.5);
  }
  .lg\:color-pink-t6 {
    color: rgba(233, 30, 99, 0.6);
  }
  .lg\:color-pink-t7 {
    color: rgba(233, 30, 99, 0.7);
  }
  .lg\:color-pink-t8 {
    color: rgba(233, 30, 99, 0.8);
  }
  .lg\:color-pink-t9 {
    color: rgba(233, 30, 99, 0.9);
  }
  .lg\:color-pink-100 {
    color: #fbd8e4;
  }
  .lg\:color-pink-200 {
    color: #f7a9c4;
  }
  .lg\:color-pink-300 {
    color: #f27ba3;
  }
  .lg\:color-pink-400 {
    color: #ee4c83;
  }
  .lg\:color-pink-500 {
    color: #E91E63;
  }
  .lg\:color-pink-600 {
    color: #c1134e;
  }
  .lg\:color-pink-700 {
    color: #930e3b;
  }
  .lg\:color-pink-800 {
    color: #640a29;
  }
  .lg\:color-pink-900 {
    color: #360516;
  }
  .lg\:bg-pink {
    background-color: #E91E63;
  }
  .lg\:bg-pink-t1 {
    background-color: rgba(233, 30, 99, 0.1);
  }
  .lg\:bg-pink-t2 {
    background-color: rgba(233, 30, 99, 0.2);
  }
  .lg\:bg-pink-t3 {
    background-color: rgba(233, 30, 99, 0.3);
  }
  .lg\:bg-pink-t4 {
    background-color: rgba(233, 30, 99, 0.4);
  }
  .lg\:bg-pink-t5 {
    background-color: rgba(233, 30, 99, 0.5);
  }
  .lg\:bg-pink-t6 {
    background-color: rgba(233, 30, 99, 0.6);
  }
  .lg\:bg-pink-t7 {
    background-color: rgba(233, 30, 99, 0.7);
  }
  .lg\:bg-pink-t8 {
    background-color: rgba(233, 30, 99, 0.8);
  }
  .lg\:bg-pink-t9 {
    background-color: rgba(233, 30, 99, 0.9);
  }
  .lg\:bg-pink-100 {
    background-color: #fbd8e4;
  }
  .lg\:bg-pink-200 {
    background-color: #f7a9c4;
  }
  .lg\:bg-pink-300 {
    background-color: #f27ba3;
  }
  .lg\:bg-pink-400 {
    background-color: #ee4c83;
  }
  .lg\:bg-pink-500 {
    background-color: #E91E63;
  }
  .lg\:bg-pink-600 {
    background-color: #c1134e;
  }
  .lg\:bg-pink-700 {
    background-color: #930e3b;
  }
  .lg\:bg-pink-800 {
    background-color: #640a29;
  }
  .lg\:bg-pink-900 {
    background-color: #360516;
  }
  .lg\:border-pink {
    border-color: #E91E63;
  }
  .lg\:border-pink-t1 {
    border-color: rgba(233, 30, 99, 0.1);
  }
  .lg\:border-pink-t2 {
    border-color: rgba(233, 30, 99, 0.2);
  }
  .lg\:border-pink-t3 {
    border-color: rgba(233, 30, 99, 0.3);
  }
  .lg\:border-pink-t4 {
    border-color: rgba(233, 30, 99, 0.4);
  }
  .lg\:border-pink-t5 {
    border-color: rgba(233, 30, 99, 0.5);
  }
  .lg\:border-pink-t6 {
    border-color: rgba(233, 30, 99, 0.6);
  }
  .lg\:border-pink-t7 {
    border-color: rgba(233, 30, 99, 0.7);
  }
  .lg\:border-pink-t8 {
    border-color: rgba(233, 30, 99, 0.8);
  }
  .lg\:border-pink-t9 {
    border-color: rgba(233, 30, 99, 0.9);
  }
  .lg\:border-pink-100 {
    border-color: #fbd8e4;
  }
  .lg\:border-pink-200 {
    border-color: #f7a9c4;
  }
  .lg\:border-pink-300 {
    border-color: #f27ba3;
  }
  .lg\:border-pink-400 {
    border-color: #ee4c83;
  }
  .lg\:border-pink-500 {
    border-color: #E91E63;
  }
  .lg\:border-pink-600 {
    border-color: #c1134e;
  }
  .lg\:border-pink-700 {
    border-color: #930e3b;
  }
  .lg\:border-pink-800 {
    border-color: #640a29;
  }
  .lg\:border-pink-900 {
    border-color: #360516;
  }
  .lg\:fill-pink {
    fill: #E91E63;
  }
  .lg\:fill-pink-t1 {
    fill: rgba(233, 30, 99, 0.1);
  }
  .lg\:fill-pink-t2 {
    fill: rgba(233, 30, 99, 0.2);
  }
  .lg\:fill-pink-t3 {
    fill: rgba(233, 30, 99, 0.3);
  }
  .lg\:fill-pink-t4 {
    fill: rgba(233, 30, 99, 0.4);
  }
  .lg\:fill-pink-t5 {
    fill: rgba(233, 30, 99, 0.5);
  }
  .lg\:fill-pink-t6 {
    fill: rgba(233, 30, 99, 0.6);
  }
  .lg\:fill-pink-t7 {
    fill: rgba(233, 30, 99, 0.7);
  }
  .lg\:fill-pink-t8 {
    fill: rgba(233, 30, 99, 0.8);
  }
  .lg\:fill-pink-t9 {
    fill: rgba(233, 30, 99, 0.9);
  }
  .lg\:fill-pink-100 {
    fill: #fbd8e4;
  }
  .lg\:fill-pink-200 {
    fill: #f7a9c4;
  }
  .lg\:fill-pink-300 {
    fill: #f27ba3;
  }
  .lg\:fill-pink-400 {
    fill: #ee4c83;
  }
  .lg\:fill-pink-500 {
    fill: #E91E63;
  }
  .lg\:fill-pink-600 {
    fill: #c1134e;
  }
  .lg\:fill-pink-700 {
    fill: #930e3b;
  }
  .lg\:fill-pink-800 {
    fill: #640a29;
  }
  .lg\:fill-pink-900 {
    fill: #360516;
  }
  .lg\:color-grey {
    color: #d7d7d7;
  }
  .lg\:color-grey-t1 {
    color: rgba(215, 215, 215, 0.1);
  }
  .lg\:color-grey-t2 {
    color: rgba(215, 215, 215, 0.2);
  }
  .lg\:color-grey-t3 {
    color: rgba(215, 215, 215, 0.3);
  }
  .lg\:color-grey-t4 {
    color: rgba(215, 215, 215, 0.4);
  }
  .lg\:color-grey-t5 {
    color: rgba(215, 215, 215, 0.5);
  }
  .lg\:color-grey-t6 {
    color: rgba(215, 215, 215, 0.6);
  }
  .lg\:color-grey-t7 {
    color: rgba(215, 215, 215, 0.7);
  }
  .lg\:color-grey-t8 {
    color: rgba(215, 215, 215, 0.8);
  }
  .lg\:color-grey-t9 {
    color: rgba(215, 215, 215, 0.9);
  }
  .lg\:color-grey-100 {
    color: white;
  }
  .lg\:color-grey-200 {
    color: white;
  }
  .lg\:color-grey-300 {
    color: white;
  }
  .lg\:color-grey-400 {
    color: #f1f1f1;
  }
  .lg\:color-grey-500 {
    color: #d7d7d7;
  }
  .lg\:color-grey-600 {
    color: #bebebe;
  }
  .lg\:color-grey-700 {
    color: #a4a4a4;
  }
  .lg\:color-grey-800 {
    color: #8b8b8b;
  }
  .lg\:color-grey-900 {
    color: #717171;
  }
  .lg\:bg-grey {
    background-color: #d7d7d7;
  }
  .lg\:bg-grey-t1 {
    background-color: rgba(215, 215, 215, 0.1);
  }
  .lg\:bg-grey-t2 {
    background-color: rgba(215, 215, 215, 0.2);
  }
  .lg\:bg-grey-t3 {
    background-color: rgba(215, 215, 215, 0.3);
  }
  .lg\:bg-grey-t4 {
    background-color: rgba(215, 215, 215, 0.4);
  }
  .lg\:bg-grey-t5 {
    background-color: rgba(215, 215, 215, 0.5);
  }
  .lg\:bg-grey-t6 {
    background-color: rgba(215, 215, 215, 0.6);
  }
  .lg\:bg-grey-t7 {
    background-color: rgba(215, 215, 215, 0.7);
  }
  .lg\:bg-grey-t8 {
    background-color: rgba(215, 215, 215, 0.8);
  }
  .lg\:bg-grey-t9 {
    background-color: rgba(215, 215, 215, 0.9);
  }
  .lg\:bg-grey-100 {
    background-color: white;
  }
  .lg\:bg-grey-200 {
    background-color: white;
  }
  .lg\:bg-grey-300 {
    background-color: white;
  }
  .lg\:bg-grey-400 {
    background-color: #f1f1f1;
  }
  .lg\:bg-grey-500 {
    background-color: #d7d7d7;
  }
  .lg\:bg-grey-600 {
    background-color: #bebebe;
  }
  .lg\:bg-grey-700 {
    background-color: #a4a4a4;
  }
  .lg\:bg-grey-800 {
    background-color: #8b8b8b;
  }
  .lg\:bg-grey-900 {
    background-color: #717171;
  }
  .lg\:border-grey {
    border-color: #d7d7d7;
  }
  .lg\:border-grey-t1 {
    border-color: rgba(215, 215, 215, 0.1);
  }
  .lg\:border-grey-t2 {
    border-color: rgba(215, 215, 215, 0.2);
  }
  .lg\:border-grey-t3 {
    border-color: rgba(215, 215, 215, 0.3);
  }
  .lg\:border-grey-t4 {
    border-color: rgba(215, 215, 215, 0.4);
  }
  .lg\:border-grey-t5 {
    border-color: rgba(215, 215, 215, 0.5);
  }
  .lg\:border-grey-t6 {
    border-color: rgba(215, 215, 215, 0.6);
  }
  .lg\:border-grey-t7 {
    border-color: rgba(215, 215, 215, 0.7);
  }
  .lg\:border-grey-t8 {
    border-color: rgba(215, 215, 215, 0.8);
  }
  .lg\:border-grey-t9 {
    border-color: rgba(215, 215, 215, 0.9);
  }
  .lg\:border-grey-100 {
    border-color: white;
  }
  .lg\:border-grey-200 {
    border-color: white;
  }
  .lg\:border-grey-300 {
    border-color: white;
  }
  .lg\:border-grey-400 {
    border-color: #f1f1f1;
  }
  .lg\:border-grey-500 {
    border-color: #d7d7d7;
  }
  .lg\:border-grey-600 {
    border-color: #bebebe;
  }
  .lg\:border-grey-700 {
    border-color: #a4a4a4;
  }
  .lg\:border-grey-800 {
    border-color: #8b8b8b;
  }
  .lg\:border-grey-900 {
    border-color: #717171;
  }
  .lg\:fill-grey {
    fill: #d7d7d7;
  }
  .lg\:fill-grey-t1 {
    fill: rgba(215, 215, 215, 0.1);
  }
  .lg\:fill-grey-t2 {
    fill: rgba(215, 215, 215, 0.2);
  }
  .lg\:fill-grey-t3 {
    fill: rgba(215, 215, 215, 0.3);
  }
  .lg\:fill-grey-t4 {
    fill: rgba(215, 215, 215, 0.4);
  }
  .lg\:fill-grey-t5 {
    fill: rgba(215, 215, 215, 0.5);
  }
  .lg\:fill-grey-t6 {
    fill: rgba(215, 215, 215, 0.6);
  }
  .lg\:fill-grey-t7 {
    fill: rgba(215, 215, 215, 0.7);
  }
  .lg\:fill-grey-t8 {
    fill: rgba(215, 215, 215, 0.8);
  }
  .lg\:fill-grey-t9 {
    fill: rgba(215, 215, 215, 0.9);
  }
  .lg\:fill-grey-100 {
    fill: white;
  }
  .lg\:fill-grey-200 {
    fill: white;
  }
  .lg\:fill-grey-300 {
    fill: white;
  }
  .lg\:fill-grey-400 {
    fill: #f1f1f1;
  }
  .lg\:fill-grey-500 {
    fill: #d7d7d7;
  }
  .lg\:fill-grey-600 {
    fill: #bebebe;
  }
  .lg\:fill-grey-700 {
    fill: #a4a4a4;
  }
  .lg\:fill-grey-800 {
    fill: #8b8b8b;
  }
  .lg\:fill-grey-900 {
    fill: #717171;
  }
  .lg\:color-gold {
    color: #f5efeb;
  }
  .lg\:color-gold-t1 {
    color: rgba(245, 239, 235, 0.1);
  }
  .lg\:color-gold-t2 {
    color: rgba(245, 239, 235, 0.2);
  }
  .lg\:color-gold-t3 {
    color: rgba(245, 239, 235, 0.3);
  }
  .lg\:color-gold-t4 {
    color: rgba(245, 239, 235, 0.4);
  }
  .lg\:color-gold-t5 {
    color: rgba(245, 239, 235, 0.5);
  }
  .lg\:color-gold-t6 {
    color: rgba(245, 239, 235, 0.6);
  }
  .lg\:color-gold-t7 {
    color: rgba(245, 239, 235, 0.7);
  }
  .lg\:color-gold-t8 {
    color: rgba(245, 239, 235, 0.8);
  }
  .lg\:color-gold-t9 {
    color: rgba(245, 239, 235, 0.9);
  }
  .lg\:color-gold-100 {
    color: white;
  }
  .lg\:color-gold-200 {
    color: white;
  }
  .lg\:color-gold-300 {
    color: white;
  }
  .lg\:color-gold-400 {
    color: white;
  }
  .lg\:color-gold-500 {
    color: #f5efeb;
  }
  .lg\:color-gold-600 {
    color: #e4d4c9;
  }
  .lg\:color-gold-700 {
    color: #d3b9a7;
  }
  .lg\:color-gold-800 {
    color: #c29d85;
  }
  .lg\:color-gold-900 {
    color: #b18263;
  }
  .lg\:bg-gold {
    background-color: #f5efeb;
  }
  .lg\:bg-gold-t1 {
    background-color: rgba(245, 239, 235, 0.1);
  }
  .lg\:bg-gold-t2 {
    background-color: rgba(245, 239, 235, 0.2);
  }
  .lg\:bg-gold-t3 {
    background-color: rgba(245, 239, 235, 0.3);
  }
  .lg\:bg-gold-t4 {
    background-color: rgba(245, 239, 235, 0.4);
  }
  .lg\:bg-gold-t5 {
    background-color: rgba(245, 239, 235, 0.5);
  }
  .lg\:bg-gold-t6 {
    background-color: rgba(245, 239, 235, 0.6);
  }
  .lg\:bg-gold-t7 {
    background-color: rgba(245, 239, 235, 0.7);
  }
  .lg\:bg-gold-t8 {
    background-color: rgba(245, 239, 235, 0.8);
  }
  .lg\:bg-gold-t9 {
    background-color: rgba(245, 239, 235, 0.9);
  }
  .lg\:bg-gold-100 {
    background-color: white;
  }
  .lg\:bg-gold-200 {
    background-color: white;
  }
  .lg\:bg-gold-300 {
    background-color: white;
  }
  .lg\:bg-gold-400 {
    background-color: white;
  }
  .lg\:bg-gold-500 {
    background-color: #f5efeb;
  }
  .lg\:bg-gold-600 {
    background-color: #e4d4c9;
  }
  .lg\:bg-gold-700 {
    background-color: #d3b9a7;
  }
  .lg\:bg-gold-800 {
    background-color: #c29d85;
  }
  .lg\:bg-gold-900 {
    background-color: #b18263;
  }
  .lg\:border-gold {
    border-color: #f5efeb;
  }
  .lg\:border-gold-t1 {
    border-color: rgba(245, 239, 235, 0.1);
  }
  .lg\:border-gold-t2 {
    border-color: rgba(245, 239, 235, 0.2);
  }
  .lg\:border-gold-t3 {
    border-color: rgba(245, 239, 235, 0.3);
  }
  .lg\:border-gold-t4 {
    border-color: rgba(245, 239, 235, 0.4);
  }
  .lg\:border-gold-t5 {
    border-color: rgba(245, 239, 235, 0.5);
  }
  .lg\:border-gold-t6 {
    border-color: rgba(245, 239, 235, 0.6);
  }
  .lg\:border-gold-t7 {
    border-color: rgba(245, 239, 235, 0.7);
  }
  .lg\:border-gold-t8 {
    border-color: rgba(245, 239, 235, 0.8);
  }
  .lg\:border-gold-t9 {
    border-color: rgba(245, 239, 235, 0.9);
  }
  .lg\:border-gold-100 {
    border-color: white;
  }
  .lg\:border-gold-200 {
    border-color: white;
  }
  .lg\:border-gold-300 {
    border-color: white;
  }
  .lg\:border-gold-400 {
    border-color: white;
  }
  .lg\:border-gold-500 {
    border-color: #f5efeb;
  }
  .lg\:border-gold-600 {
    border-color: #e4d4c9;
  }
  .lg\:border-gold-700 {
    border-color: #d3b9a7;
  }
  .lg\:border-gold-800 {
    border-color: #c29d85;
  }
  .lg\:border-gold-900 {
    border-color: #b18263;
  }
  .lg\:fill-gold {
    fill: #f5efeb;
  }
  .lg\:fill-gold-t1 {
    fill: rgba(245, 239, 235, 0.1);
  }
  .lg\:fill-gold-t2 {
    fill: rgba(245, 239, 235, 0.2);
  }
  .lg\:fill-gold-t3 {
    fill: rgba(245, 239, 235, 0.3);
  }
  .lg\:fill-gold-t4 {
    fill: rgba(245, 239, 235, 0.4);
  }
  .lg\:fill-gold-t5 {
    fill: rgba(245, 239, 235, 0.5);
  }
  .lg\:fill-gold-t6 {
    fill: rgba(245, 239, 235, 0.6);
  }
  .lg\:fill-gold-t7 {
    fill: rgba(245, 239, 235, 0.7);
  }
  .lg\:fill-gold-t8 {
    fill: rgba(245, 239, 235, 0.8);
  }
  .lg\:fill-gold-t9 {
    fill: rgba(245, 239, 235, 0.9);
  }
  .lg\:fill-gold-100 {
    fill: white;
  }
  .lg\:fill-gold-200 {
    fill: white;
  }
  .lg\:fill-gold-300 {
    fill: white;
  }
  .lg\:fill-gold-400 {
    fill: white;
  }
  .lg\:fill-gold-500 {
    fill: #f5efeb;
  }
  .lg\:fill-gold-600 {
    fill: #e4d4c9;
  }
  .lg\:fill-gold-700 {
    fill: #d3b9a7;
  }
  .lg\:fill-gold-800 {
    fill: #c29d85;
  }
  .lg\:fill-gold-900 {
    fill: #b18263;
  }
  .lg\:color-dark {
    color: #111;
  }
  .lg\:color-dark-t1 {
    color: rgba(17, 17, 17, 0.1);
  }
  .lg\:color-dark-t2 {
    color: rgba(17, 17, 17, 0.2);
  }
  .lg\:color-dark-t3 {
    color: rgba(17, 17, 17, 0.3);
  }
  .lg\:color-dark-t4 {
    color: rgba(17, 17, 17, 0.4);
  }
  .lg\:color-dark-t5 {
    color: rgba(17, 17, 17, 0.5);
  }
  .lg\:color-dark-t6 {
    color: rgba(17, 17, 17, 0.6);
  }
  .lg\:color-dark-t7 {
    color: rgba(17, 17, 17, 0.7);
  }
  .lg\:color-dark-t8 {
    color: rgba(17, 17, 17, 0.8);
  }
  .lg\:color-dark-t9 {
    color: rgba(17, 17, 17, 0.9);
  }
  .lg\:color-dark-100 {
    color: #777777;
  }
  .lg\:color-dark-200 {
    color: #5e5e5e;
  }
  .lg\:color-dark-300 {
    color: #444444;
  }
  .lg\:color-dark-400 {
    color: #2b2b2b;
  }
  .lg\:color-dark-500 {
    color: #111;
  }
  .lg\:color-dark-600 {
    color: black;
  }
  .lg\:color-dark-700 {
    color: black;
  }
  .lg\:color-dark-800 {
    color: black;
  }
  .lg\:color-dark-900 {
    color: black;
  }
  .lg\:bg-dark {
    background-color: #111;
  }
  .lg\:bg-dark-t1 {
    background-color: rgba(17, 17, 17, 0.1);
  }
  .lg\:bg-dark-t2 {
    background-color: rgba(17, 17, 17, 0.2);
  }
  .lg\:bg-dark-t3 {
    background-color: rgba(17, 17, 17, 0.3);
  }
  .lg\:bg-dark-t4 {
    background-color: rgba(17, 17, 17, 0.4);
  }
  .lg\:bg-dark-t5 {
    background-color: rgba(17, 17, 17, 0.5);
  }
  .lg\:bg-dark-t6 {
    background-color: rgba(17, 17, 17, 0.6);
  }
  .lg\:bg-dark-t7 {
    background-color: rgba(17, 17, 17, 0.7);
  }
  .lg\:bg-dark-t8 {
    background-color: rgba(17, 17, 17, 0.8);
  }
  .lg\:bg-dark-t9 {
    background-color: rgba(17, 17, 17, 0.9);
  }
  .lg\:bg-dark-100 {
    background-color: #777777;
  }
  .lg\:bg-dark-200 {
    background-color: #5e5e5e;
  }
  .lg\:bg-dark-300 {
    background-color: #444444;
  }
  .lg\:bg-dark-400 {
    background-color: #2b2b2b;
  }
  .lg\:bg-dark-500 {
    background-color: #111;
  }
  .lg\:bg-dark-600 {
    background-color: black;
  }
  .lg\:bg-dark-700 {
    background-color: black;
  }
  .lg\:bg-dark-800 {
    background-color: black;
  }
  .lg\:bg-dark-900 {
    background-color: black;
  }
  .lg\:border-dark {
    border-color: #111;
  }
  .lg\:border-dark-t1 {
    border-color: rgba(17, 17, 17, 0.1);
  }
  .lg\:border-dark-t2 {
    border-color: rgba(17, 17, 17, 0.2);
  }
  .lg\:border-dark-t3 {
    border-color: rgba(17, 17, 17, 0.3);
  }
  .lg\:border-dark-t4 {
    border-color: rgba(17, 17, 17, 0.4);
  }
  .lg\:border-dark-t5 {
    border-color: rgba(17, 17, 17, 0.5);
  }
  .lg\:border-dark-t6 {
    border-color: rgba(17, 17, 17, 0.6);
  }
  .lg\:border-dark-t7 {
    border-color: rgba(17, 17, 17, 0.7);
  }
  .lg\:border-dark-t8 {
    border-color: rgba(17, 17, 17, 0.8);
  }
  .lg\:border-dark-t9 {
    border-color: rgba(17, 17, 17, 0.9);
  }
  .lg\:border-dark-100 {
    border-color: #777777;
  }
  .lg\:border-dark-200 {
    border-color: #5e5e5e;
  }
  .lg\:border-dark-300 {
    border-color: #444444;
  }
  .lg\:border-dark-400 {
    border-color: #2b2b2b;
  }
  .lg\:border-dark-500 {
    border-color: #111;
  }
  .lg\:border-dark-600 {
    border-color: black;
  }
  .lg\:border-dark-700 {
    border-color: black;
  }
  .lg\:border-dark-800 {
    border-color: black;
  }
  .lg\:border-dark-900 {
    border-color: black;
  }
  .lg\:fill-dark {
    fill: #111;
  }
  .lg\:fill-dark-t1 {
    fill: rgba(17, 17, 17, 0.1);
  }
  .lg\:fill-dark-t2 {
    fill: rgba(17, 17, 17, 0.2);
  }
  .lg\:fill-dark-t3 {
    fill: rgba(17, 17, 17, 0.3);
  }
  .lg\:fill-dark-t4 {
    fill: rgba(17, 17, 17, 0.4);
  }
  .lg\:fill-dark-t5 {
    fill: rgba(17, 17, 17, 0.5);
  }
  .lg\:fill-dark-t6 {
    fill: rgba(17, 17, 17, 0.6);
  }
  .lg\:fill-dark-t7 {
    fill: rgba(17, 17, 17, 0.7);
  }
  .lg\:fill-dark-t8 {
    fill: rgba(17, 17, 17, 0.8);
  }
  .lg\:fill-dark-t9 {
    fill: rgba(17, 17, 17, 0.9);
  }
  .lg\:fill-dark-100 {
    fill: #777777;
  }
  .lg\:fill-dark-200 {
    fill: #5e5e5e;
  }
  .lg\:fill-dark-300 {
    fill: #444444;
  }
  .lg\:fill-dark-400 {
    fill: #2b2b2b;
  }
  .lg\:fill-dark-500 {
    fill: #111;
  }
  .lg\:fill-dark-600 {
    fill: black;
  }
  .lg\:fill-dark-700 {
    fill: black;
  }
  .lg\:fill-dark-800 {
    fill: black;
  }
  .lg\:fill-dark-900 {
    fill: black;
  }
  .lg\:color-green {
    color: #22c55e;
  }
  .lg\:color-green-t1 {
    color: rgba(34, 197, 94, 0.1);
  }
  .lg\:color-green-t2 {
    color: rgba(34, 197, 94, 0.2);
  }
  .lg\:color-green-t3 {
    color: rgba(34, 197, 94, 0.3);
  }
  .lg\:color-green-t4 {
    color: rgba(34, 197, 94, 0.4);
  }
  .lg\:color-green-t5 {
    color: rgba(34, 197, 94, 0.5);
  }
  .lg\:color-green-t6 {
    color: rgba(34, 197, 94, 0.6);
  }
  .lg\:color-green-t7 {
    color: rgba(34, 197, 94, 0.7);
  }
  .lg\:color-green-t8 {
    color: rgba(34, 197, 94, 0.8);
  }
  .lg\:color-green-t9 {
    color: rgba(34, 197, 94, 0.9);
  }
  .lg\:color-green-100 {
    color: #bff4d3;
  }
  .lg\:color-green-200 {
    color: #94ecb4;
  }
  .lg\:color-green-300 {
    color: #68e596;
  }
  .lg\:color-green-400 {
    color: #3ddd78;
  }
  .lg\:color-green-500 {
    color: #22c55e;
  }
  .lg\:color-green-600 {
    color: #1a9a49;
  }
  .lg\:color-green-700 {
    color: #136e34;
  }
  .lg\:color-green-800 {
    color: #0b4320;
  }
  .lg\:color-green-900 {
    color: #04170b;
  }
  .lg\:bg-green {
    background-color: #22c55e;
  }
  .lg\:bg-green-t1 {
    background-color: rgba(34, 197, 94, 0.1);
  }
  .lg\:bg-green-t2 {
    background-color: rgba(34, 197, 94, 0.2);
  }
  .lg\:bg-green-t3 {
    background-color: rgba(34, 197, 94, 0.3);
  }
  .lg\:bg-green-t4 {
    background-color: rgba(34, 197, 94, 0.4);
  }
  .lg\:bg-green-t5 {
    background-color: rgba(34, 197, 94, 0.5);
  }
  .lg\:bg-green-t6 {
    background-color: rgba(34, 197, 94, 0.6);
  }
  .lg\:bg-green-t7 {
    background-color: rgba(34, 197, 94, 0.7);
  }
  .lg\:bg-green-t8 {
    background-color: rgba(34, 197, 94, 0.8);
  }
  .lg\:bg-green-t9 {
    background-color: rgba(34, 197, 94, 0.9);
  }
  .lg\:bg-green-100 {
    background-color: #bff4d3;
  }
  .lg\:bg-green-200 {
    background-color: #94ecb4;
  }
  .lg\:bg-green-300 {
    background-color: #68e596;
  }
  .lg\:bg-green-400 {
    background-color: #3ddd78;
  }
  .lg\:bg-green-500 {
    background-color: #22c55e;
  }
  .lg\:bg-green-600 {
    background-color: #1a9a49;
  }
  .lg\:bg-green-700 {
    background-color: #136e34;
  }
  .lg\:bg-green-800 {
    background-color: #0b4320;
  }
  .lg\:bg-green-900 {
    background-color: #04170b;
  }
  .lg\:border-green {
    border-color: #22c55e;
  }
  .lg\:border-green-t1 {
    border-color: rgba(34, 197, 94, 0.1);
  }
  .lg\:border-green-t2 {
    border-color: rgba(34, 197, 94, 0.2);
  }
  .lg\:border-green-t3 {
    border-color: rgba(34, 197, 94, 0.3);
  }
  .lg\:border-green-t4 {
    border-color: rgba(34, 197, 94, 0.4);
  }
  .lg\:border-green-t5 {
    border-color: rgba(34, 197, 94, 0.5);
  }
  .lg\:border-green-t6 {
    border-color: rgba(34, 197, 94, 0.6);
  }
  .lg\:border-green-t7 {
    border-color: rgba(34, 197, 94, 0.7);
  }
  .lg\:border-green-t8 {
    border-color: rgba(34, 197, 94, 0.8);
  }
  .lg\:border-green-t9 {
    border-color: rgba(34, 197, 94, 0.9);
  }
  .lg\:border-green-100 {
    border-color: #bff4d3;
  }
  .lg\:border-green-200 {
    border-color: #94ecb4;
  }
  .lg\:border-green-300 {
    border-color: #68e596;
  }
  .lg\:border-green-400 {
    border-color: #3ddd78;
  }
  .lg\:border-green-500 {
    border-color: #22c55e;
  }
  .lg\:border-green-600 {
    border-color: #1a9a49;
  }
  .lg\:border-green-700 {
    border-color: #136e34;
  }
  .lg\:border-green-800 {
    border-color: #0b4320;
  }
  .lg\:border-green-900 {
    border-color: #04170b;
  }
  .lg\:fill-green {
    fill: #22c55e;
  }
  .lg\:fill-green-t1 {
    fill: rgba(34, 197, 94, 0.1);
  }
  .lg\:fill-green-t2 {
    fill: rgba(34, 197, 94, 0.2);
  }
  .lg\:fill-green-t3 {
    fill: rgba(34, 197, 94, 0.3);
  }
  .lg\:fill-green-t4 {
    fill: rgba(34, 197, 94, 0.4);
  }
  .lg\:fill-green-t5 {
    fill: rgba(34, 197, 94, 0.5);
  }
  .lg\:fill-green-t6 {
    fill: rgba(34, 197, 94, 0.6);
  }
  .lg\:fill-green-t7 {
    fill: rgba(34, 197, 94, 0.7);
  }
  .lg\:fill-green-t8 {
    fill: rgba(34, 197, 94, 0.8);
  }
  .lg\:fill-green-t9 {
    fill: rgba(34, 197, 94, 0.9);
  }
  .lg\:fill-green-100 {
    fill: #bff4d3;
  }
  .lg\:fill-green-200 {
    fill: #94ecb4;
  }
  .lg\:fill-green-300 {
    fill: #68e596;
  }
  .lg\:fill-green-400 {
    fill: #3ddd78;
  }
  .lg\:fill-green-500 {
    fill: #22c55e;
  }
  .lg\:fill-green-600 {
    fill: #1a9a49;
  }
  .lg\:fill-green-700 {
    fill: #136e34;
  }
  .lg\:fill-green-800 {
    fill: #0b4320;
  }
  .lg\:fill-green-900 {
    fill: #04170b;
  }
  .lg\:color-orange {
    color: #F84C00;
  }
  .lg\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .lg\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .lg\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .lg\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .lg\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .lg\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .lg\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .lg\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .lg\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .lg\:color-orange-100 {
    color: #ffd7c5;
  }
  .lg\:color-orange-200 {
    color: #ffb392;
  }
  .lg\:color-orange-300 {
    color: #ff905f;
  }
  .lg\:color-orange-400 {
    color: #ff6d2c;
  }
  .lg\:color-orange-500 {
    color: #F84C00;
  }
  .lg\:color-orange-600 {
    color: #c53c00;
  }
  .lg\:color-orange-700 {
    color: #922d00;
  }
  .lg\:color-orange-800 {
    color: #5f1d00;
  }
  .lg\:color-orange-900 {
    color: #2c0d00;
  }
  .lg\:bg-orange {
    background-color: #F84C00;
  }
  .lg\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .lg\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .lg\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .lg\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .lg\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .lg\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .lg\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .lg\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .lg\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .lg\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .lg\:bg-orange-200 {
    background-color: #ffb392;
  }
  .lg\:bg-orange-300 {
    background-color: #ff905f;
  }
  .lg\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .lg\:bg-orange-500 {
    background-color: #F84C00;
  }
  .lg\:bg-orange-600 {
    background-color: #c53c00;
  }
  .lg\:bg-orange-700 {
    background-color: #922d00;
  }
  .lg\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .lg\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .lg\:border-orange {
    border-color: #F84C00;
  }
  .lg\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .lg\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .lg\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .lg\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .lg\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .lg\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .lg\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .lg\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .lg\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .lg\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .lg\:border-orange-200 {
    border-color: #ffb392;
  }
  .lg\:border-orange-300 {
    border-color: #ff905f;
  }
  .lg\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .lg\:border-orange-500 {
    border-color: #F84C00;
  }
  .lg\:border-orange-600 {
    border-color: #c53c00;
  }
  .lg\:border-orange-700 {
    border-color: #922d00;
  }
  .lg\:border-orange-800 {
    border-color: #5f1d00;
  }
  .lg\:border-orange-900 {
    border-color: #2c0d00;
  }
  .lg\:fill-orange {
    fill: #F84C00;
  }
  .lg\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .lg\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .lg\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .lg\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .lg\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .lg\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .lg\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .lg\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .lg\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .lg\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .lg\:fill-orange-200 {
    fill: #ffb392;
  }
  .lg\:fill-orange-300 {
    fill: #ff905f;
  }
  .lg\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .lg\:fill-orange-500 {
    fill: #F84C00;
  }
  .lg\:fill-orange-600 {
    fill: #c53c00;
  }
  .lg\:fill-orange-700 {
    fill: #922d00;
  }
  .lg\:fill-orange-800 {
    fill: #5f1d00;
  }
  .lg\:fill-orange-900 {
    fill: #2c0d00;
  }
  .lg\:color-navy {
    color: #172331;
  }
  .lg\:color-navy-t1 {
    color: rgba(23, 35, 49, 0.1);
  }
  .lg\:color-navy-t2 {
    color: rgba(23, 35, 49, 0.2);
  }
  .lg\:color-navy-t3 {
    color: rgba(23, 35, 49, 0.3);
  }
  .lg\:color-navy-t4 {
    color: rgba(23, 35, 49, 0.4);
  }
  .lg\:color-navy-t5 {
    color: rgba(23, 35, 49, 0.5);
  }
  .lg\:color-navy-t6 {
    color: rgba(23, 35, 49, 0.6);
  }
  .lg\:color-navy-t7 {
    color: rgba(23, 35, 49, 0.7);
  }
  .lg\:color-navy-t8 {
    color: rgba(23, 35, 49, 0.8);
  }
  .lg\:color-navy-t9 {
    color: rgba(23, 35, 49, 0.9);
  }
  .lg\:color-navy-100 {
    color: #6087b4;
  }
  .lg\:color-navy-200 {
    color: #486d99;
  }
  .lg\:color-navy-300 {
    color: #385576;
  }
  .lg\:color-navy-400 {
    color: #273c54;
  }
  .lg\:color-navy-500 {
    color: #172331;
  }
  .lg\:color-navy-600 {
    color: #070a0e;
  }
  .lg\:color-navy-700 {
    color: black;
  }
  .lg\:color-navy-800 {
    color: black;
  }
  .lg\:color-navy-900 {
    color: black;
  }
  .lg\:bg-navy {
    background-color: #172331;
  }
  .lg\:bg-navy-t1 {
    background-color: rgba(23, 35, 49, 0.1);
  }
  .lg\:bg-navy-t2 {
    background-color: rgba(23, 35, 49, 0.2);
  }
  .lg\:bg-navy-t3 {
    background-color: rgba(23, 35, 49, 0.3);
  }
  .lg\:bg-navy-t4 {
    background-color: rgba(23, 35, 49, 0.4);
  }
  .lg\:bg-navy-t5 {
    background-color: rgba(23, 35, 49, 0.5);
  }
  .lg\:bg-navy-t6 {
    background-color: rgba(23, 35, 49, 0.6);
  }
  .lg\:bg-navy-t7 {
    background-color: rgba(23, 35, 49, 0.7);
  }
  .lg\:bg-navy-t8 {
    background-color: rgba(23, 35, 49, 0.8);
  }
  .lg\:bg-navy-t9 {
    background-color: rgba(23, 35, 49, 0.9);
  }
  .lg\:bg-navy-100 {
    background-color: #6087b4;
  }
  .lg\:bg-navy-200 {
    background-color: #486d99;
  }
  .lg\:bg-navy-300 {
    background-color: #385576;
  }
  .lg\:bg-navy-400 {
    background-color: #273c54;
  }
  .lg\:bg-navy-500 {
    background-color: #172331;
  }
  .lg\:bg-navy-600 {
    background-color: #070a0e;
  }
  .lg\:bg-navy-700 {
    background-color: black;
  }
  .lg\:bg-navy-800 {
    background-color: black;
  }
  .lg\:bg-navy-900 {
    background-color: black;
  }
  .lg\:border-navy {
    border-color: #172331;
  }
  .lg\:border-navy-t1 {
    border-color: rgba(23, 35, 49, 0.1);
  }
  .lg\:border-navy-t2 {
    border-color: rgba(23, 35, 49, 0.2);
  }
  .lg\:border-navy-t3 {
    border-color: rgba(23, 35, 49, 0.3);
  }
  .lg\:border-navy-t4 {
    border-color: rgba(23, 35, 49, 0.4);
  }
  .lg\:border-navy-t5 {
    border-color: rgba(23, 35, 49, 0.5);
  }
  .lg\:border-navy-t6 {
    border-color: rgba(23, 35, 49, 0.6);
  }
  .lg\:border-navy-t7 {
    border-color: rgba(23, 35, 49, 0.7);
  }
  .lg\:border-navy-t8 {
    border-color: rgba(23, 35, 49, 0.8);
  }
  .lg\:border-navy-t9 {
    border-color: rgba(23, 35, 49, 0.9);
  }
  .lg\:border-navy-100 {
    border-color: #6087b4;
  }
  .lg\:border-navy-200 {
    border-color: #486d99;
  }
  .lg\:border-navy-300 {
    border-color: #385576;
  }
  .lg\:border-navy-400 {
    border-color: #273c54;
  }
  .lg\:border-navy-500 {
    border-color: #172331;
  }
  .lg\:border-navy-600 {
    border-color: #070a0e;
  }
  .lg\:border-navy-700 {
    border-color: black;
  }
  .lg\:border-navy-800 {
    border-color: black;
  }
  .lg\:border-navy-900 {
    border-color: black;
  }
  .lg\:fill-navy {
    fill: #172331;
  }
  .lg\:fill-navy-t1 {
    fill: rgba(23, 35, 49, 0.1);
  }
  .lg\:fill-navy-t2 {
    fill: rgba(23, 35, 49, 0.2);
  }
  .lg\:fill-navy-t3 {
    fill: rgba(23, 35, 49, 0.3);
  }
  .lg\:fill-navy-t4 {
    fill: rgba(23, 35, 49, 0.4);
  }
  .lg\:fill-navy-t5 {
    fill: rgba(23, 35, 49, 0.5);
  }
  .lg\:fill-navy-t6 {
    fill: rgba(23, 35, 49, 0.6);
  }
  .lg\:fill-navy-t7 {
    fill: rgba(23, 35, 49, 0.7);
  }
  .lg\:fill-navy-t8 {
    fill: rgba(23, 35, 49, 0.8);
  }
  .lg\:fill-navy-t9 {
    fill: rgba(23, 35, 49, 0.9);
  }
  .lg\:fill-navy-100 {
    fill: #6087b4;
  }
  .lg\:fill-navy-200 {
    fill: #486d99;
  }
  .lg\:fill-navy-300 {
    fill: #385576;
  }
  .lg\:fill-navy-400 {
    fill: #273c54;
  }
  .lg\:fill-navy-500 {
    fill: #172331;
  }
  .lg\:fill-navy-600 {
    fill: #070a0e;
  }
  .lg\:fill-navy-700 {
    fill: black;
  }
  .lg\:fill-navy-800 {
    fill: black;
  }
  .lg\:fill-navy-900 {
    fill: black;
  }
  .lg\:color-denim {
    color: #26376f;
  }
  .lg\:color-denim-t1 {
    color: rgba(38, 55, 111, 0.1);
  }
  .lg\:color-denim-t2 {
    color: rgba(38, 55, 111, 0.2);
  }
  .lg\:color-denim-t3 {
    color: rgba(38, 55, 111, 0.3);
  }
  .lg\:color-denim-t4 {
    color: rgba(38, 55, 111, 0.4);
  }
  .lg\:color-denim-t5 {
    color: rgba(38, 55, 111, 0.5);
  }
  .lg\:color-denim-t6 {
    color: rgba(38, 55, 111, 0.6);
  }
  .lg\:color-denim-t7 {
    color: rgba(38, 55, 111, 0.7);
  }
  .lg\:color-denim-t8 {
    color: rgba(38, 55, 111, 0.8);
  }
  .lg\:color-denim-t9 {
    color: rgba(38, 55, 111, 0.9);
  }
  .lg\:color-denim-100 {
    color: #8a9cd7;
  }
  .lg\:color-denim-200 {
    color: #647cca;
  }
  .lg\:color-denim-300 {
    color: #405dbb;
  }
  .lg\:color-denim-400 {
    color: #334a95;
  }
  .lg\:color-denim-500 {
    color: #26376f;
  }
  .lg\:color-denim-600 {
    color: #192449;
  }
  .lg\:color-denim-700 {
    color: #0c1123;
  }
  .lg\:color-denim-800 {
    color: black;
  }
  .lg\:color-denim-900 {
    color: black;
  }
  .lg\:bg-denim {
    background-color: #26376f;
  }
  .lg\:bg-denim-t1 {
    background-color: rgba(38, 55, 111, 0.1);
  }
  .lg\:bg-denim-t2 {
    background-color: rgba(38, 55, 111, 0.2);
  }
  .lg\:bg-denim-t3 {
    background-color: rgba(38, 55, 111, 0.3);
  }
  .lg\:bg-denim-t4 {
    background-color: rgba(38, 55, 111, 0.4);
  }
  .lg\:bg-denim-t5 {
    background-color: rgba(38, 55, 111, 0.5);
  }
  .lg\:bg-denim-t6 {
    background-color: rgba(38, 55, 111, 0.6);
  }
  .lg\:bg-denim-t7 {
    background-color: rgba(38, 55, 111, 0.7);
  }
  .lg\:bg-denim-t8 {
    background-color: rgba(38, 55, 111, 0.8);
  }
  .lg\:bg-denim-t9 {
    background-color: rgba(38, 55, 111, 0.9);
  }
  .lg\:bg-denim-100 {
    background-color: #8a9cd7;
  }
  .lg\:bg-denim-200 {
    background-color: #647cca;
  }
  .lg\:bg-denim-300 {
    background-color: #405dbb;
  }
  .lg\:bg-denim-400 {
    background-color: #334a95;
  }
  .lg\:bg-denim-500 {
    background-color: #26376f;
  }
  .lg\:bg-denim-600 {
    background-color: #192449;
  }
  .lg\:bg-denim-700 {
    background-color: #0c1123;
  }
  .lg\:bg-denim-800 {
    background-color: black;
  }
  .lg\:bg-denim-900 {
    background-color: black;
  }
  .lg\:border-denim {
    border-color: #26376f;
  }
  .lg\:border-denim-t1 {
    border-color: rgba(38, 55, 111, 0.1);
  }
  .lg\:border-denim-t2 {
    border-color: rgba(38, 55, 111, 0.2);
  }
  .lg\:border-denim-t3 {
    border-color: rgba(38, 55, 111, 0.3);
  }
  .lg\:border-denim-t4 {
    border-color: rgba(38, 55, 111, 0.4);
  }
  .lg\:border-denim-t5 {
    border-color: rgba(38, 55, 111, 0.5);
  }
  .lg\:border-denim-t6 {
    border-color: rgba(38, 55, 111, 0.6);
  }
  .lg\:border-denim-t7 {
    border-color: rgba(38, 55, 111, 0.7);
  }
  .lg\:border-denim-t8 {
    border-color: rgba(38, 55, 111, 0.8);
  }
  .lg\:border-denim-t9 {
    border-color: rgba(38, 55, 111, 0.9);
  }
  .lg\:border-denim-100 {
    border-color: #8a9cd7;
  }
  .lg\:border-denim-200 {
    border-color: #647cca;
  }
  .lg\:border-denim-300 {
    border-color: #405dbb;
  }
  .lg\:border-denim-400 {
    border-color: #334a95;
  }
  .lg\:border-denim-500 {
    border-color: #26376f;
  }
  .lg\:border-denim-600 {
    border-color: #192449;
  }
  .lg\:border-denim-700 {
    border-color: #0c1123;
  }
  .lg\:border-denim-800 {
    border-color: black;
  }
  .lg\:border-denim-900 {
    border-color: black;
  }
  .lg\:fill-denim {
    fill: #26376f;
  }
  .lg\:fill-denim-t1 {
    fill: rgba(38, 55, 111, 0.1);
  }
  .lg\:fill-denim-t2 {
    fill: rgba(38, 55, 111, 0.2);
  }
  .lg\:fill-denim-t3 {
    fill: rgba(38, 55, 111, 0.3);
  }
  .lg\:fill-denim-t4 {
    fill: rgba(38, 55, 111, 0.4);
  }
  .lg\:fill-denim-t5 {
    fill: rgba(38, 55, 111, 0.5);
  }
  .lg\:fill-denim-t6 {
    fill: rgba(38, 55, 111, 0.6);
  }
  .lg\:fill-denim-t7 {
    fill: rgba(38, 55, 111, 0.7);
  }
  .lg\:fill-denim-t8 {
    fill: rgba(38, 55, 111, 0.8);
  }
  .lg\:fill-denim-t9 {
    fill: rgba(38, 55, 111, 0.9);
  }
  .lg\:fill-denim-100 {
    fill: #8a9cd7;
  }
  .lg\:fill-denim-200 {
    fill: #647cca;
  }
  .lg\:fill-denim-300 {
    fill: #405dbb;
  }
  .lg\:fill-denim-400 {
    fill: #334a95;
  }
  .lg\:fill-denim-500 {
    fill: #26376f;
  }
  .lg\:fill-denim-600 {
    fill: #192449;
  }
  .lg\:fill-denim-700 {
    fill: #0c1123;
  }
  .lg\:fill-denim-800 {
    fill: black;
  }
  .lg\:fill-denim-900 {
    fill: black;
  }
  .lg\:color-slate {
    color: #122832;
  }
  .lg\:color-slate-t1 {
    color: rgba(18, 40, 50, 0.1);
  }
  .lg\:color-slate-t2 {
    color: rgba(18, 40, 50, 0.2);
  }
  .lg\:color-slate-t3 {
    color: rgba(18, 40, 50, 0.3);
  }
  .lg\:color-slate-t4 {
    color: rgba(18, 40, 50, 0.4);
  }
  .lg\:color-slate-t5 {
    color: rgba(18, 40, 50, 0.5);
  }
  .lg\:color-slate-t6 {
    color: rgba(18, 40, 50, 0.6);
  }
  .lg\:color-slate-t7 {
    color: rgba(18, 40, 50, 0.7);
  }
  .lg\:color-slate-t8 {
    color: rgba(18, 40, 50, 0.8);
  }
  .lg\:color-slate-t9 {
    color: rgba(18, 40, 50, 0.9);
  }
  .lg\:color-slate-100 {
    color: #509dc0;
  }
  .lg\:color-slate-200 {
    color: #3b82a3;
  }
  .lg\:color-slate-300 {
    color: #2d647d;
  }
  .lg\:color-slate-400 {
    color: #204658;
  }
  .lg\:color-slate-500 {
    color: #122832;
  }
  .lg\:color-slate-600 {
    color: #050a0d;
  }
  .lg\:color-slate-700 {
    color: black;
  }
  .lg\:color-slate-800 {
    color: black;
  }
  .lg\:color-slate-900 {
    color: black;
  }
  .lg\:bg-slate {
    background-color: #122832;
  }
  .lg\:bg-slate-t1 {
    background-color: rgba(18, 40, 50, 0.1);
  }
  .lg\:bg-slate-t2 {
    background-color: rgba(18, 40, 50, 0.2);
  }
  .lg\:bg-slate-t3 {
    background-color: rgba(18, 40, 50, 0.3);
  }
  .lg\:bg-slate-t4 {
    background-color: rgba(18, 40, 50, 0.4);
  }
  .lg\:bg-slate-t5 {
    background-color: rgba(18, 40, 50, 0.5);
  }
  .lg\:bg-slate-t6 {
    background-color: rgba(18, 40, 50, 0.6);
  }
  .lg\:bg-slate-t7 {
    background-color: rgba(18, 40, 50, 0.7);
  }
  .lg\:bg-slate-t8 {
    background-color: rgba(18, 40, 50, 0.8);
  }
  .lg\:bg-slate-t9 {
    background-color: rgba(18, 40, 50, 0.9);
  }
  .lg\:bg-slate-100 {
    background-color: #509dc0;
  }
  .lg\:bg-slate-200 {
    background-color: #3b82a3;
  }
  .lg\:bg-slate-300 {
    background-color: #2d647d;
  }
  .lg\:bg-slate-400 {
    background-color: #204658;
  }
  .lg\:bg-slate-500 {
    background-color: #122832;
  }
  .lg\:bg-slate-600 {
    background-color: #050a0d;
  }
  .lg\:bg-slate-700 {
    background-color: black;
  }
  .lg\:bg-slate-800 {
    background-color: black;
  }
  .lg\:bg-slate-900 {
    background-color: black;
  }
  .lg\:border-slate {
    border-color: #122832;
  }
  .lg\:border-slate-t1 {
    border-color: rgba(18, 40, 50, 0.1);
  }
  .lg\:border-slate-t2 {
    border-color: rgba(18, 40, 50, 0.2);
  }
  .lg\:border-slate-t3 {
    border-color: rgba(18, 40, 50, 0.3);
  }
  .lg\:border-slate-t4 {
    border-color: rgba(18, 40, 50, 0.4);
  }
  .lg\:border-slate-t5 {
    border-color: rgba(18, 40, 50, 0.5);
  }
  .lg\:border-slate-t6 {
    border-color: rgba(18, 40, 50, 0.6);
  }
  .lg\:border-slate-t7 {
    border-color: rgba(18, 40, 50, 0.7);
  }
  .lg\:border-slate-t8 {
    border-color: rgba(18, 40, 50, 0.8);
  }
  .lg\:border-slate-t9 {
    border-color: rgba(18, 40, 50, 0.9);
  }
  .lg\:border-slate-100 {
    border-color: #509dc0;
  }
  .lg\:border-slate-200 {
    border-color: #3b82a3;
  }
  .lg\:border-slate-300 {
    border-color: #2d647d;
  }
  .lg\:border-slate-400 {
    border-color: #204658;
  }
  .lg\:border-slate-500 {
    border-color: #122832;
  }
  .lg\:border-slate-600 {
    border-color: #050a0d;
  }
  .lg\:border-slate-700 {
    border-color: black;
  }
  .lg\:border-slate-800 {
    border-color: black;
  }
  .lg\:border-slate-900 {
    border-color: black;
  }
  .lg\:fill-slate {
    fill: #122832;
  }
  .lg\:fill-slate-t1 {
    fill: rgba(18, 40, 50, 0.1);
  }
  .lg\:fill-slate-t2 {
    fill: rgba(18, 40, 50, 0.2);
  }
  .lg\:fill-slate-t3 {
    fill: rgba(18, 40, 50, 0.3);
  }
  .lg\:fill-slate-t4 {
    fill: rgba(18, 40, 50, 0.4);
  }
  .lg\:fill-slate-t5 {
    fill: rgba(18, 40, 50, 0.5);
  }
  .lg\:fill-slate-t6 {
    fill: rgba(18, 40, 50, 0.6);
  }
  .lg\:fill-slate-t7 {
    fill: rgba(18, 40, 50, 0.7);
  }
  .lg\:fill-slate-t8 {
    fill: rgba(18, 40, 50, 0.8);
  }
  .lg\:fill-slate-t9 {
    fill: rgba(18, 40, 50, 0.9);
  }
  .lg\:fill-slate-100 {
    fill: #509dc0;
  }
  .lg\:fill-slate-200 {
    fill: #3b82a3;
  }
  .lg\:fill-slate-300 {
    fill: #2d647d;
  }
  .lg\:fill-slate-400 {
    fill: #204658;
  }
  .lg\:fill-slate-500 {
    fill: #122832;
  }
  .lg\:fill-slate-600 {
    fill: #050a0d;
  }
  .lg\:fill-slate-700 {
    fill: black;
  }
  .lg\:fill-slate-800 {
    fill: black;
  }
  .lg\:fill-slate-900 {
    fill: black;
  }
  .lg\:color-blue {
    color: #096ffa;
  }
  .lg\:color-blue-t1 {
    color: rgba(9, 111, 250, 0.1);
  }
  .lg\:color-blue-t2 {
    color: rgba(9, 111, 250, 0.2);
  }
  .lg\:color-blue-t3 {
    color: rgba(9, 111, 250, 0.3);
  }
  .lg\:color-blue-t4 {
    color: rgba(9, 111, 250, 0.4);
  }
  .lg\:color-blue-t5 {
    color: rgba(9, 111, 250, 0.5);
  }
  .lg\:color-blue-t6 {
    color: rgba(9, 111, 250, 0.6);
  }
  .lg\:color-blue-t7 {
    color: rgba(9, 111, 250, 0.7);
  }
  .lg\:color-blue-t8 {
    color: rgba(9, 111, 250, 0.8);
  }
  .lg\:color-blue-t9 {
    color: rgba(9, 111, 250, 0.9);
  }
  .lg\:color-blue-100 {
    color: #d1e4fe;
  }
  .lg\:color-blue-200 {
    color: #9fc7fd;
  }
  .lg\:color-blue-300 {
    color: #6daafc;
  }
  .lg\:color-blue-400 {
    color: #3b8cfb;
  }
  .lg\:color-blue-500 {
    color: #096ffa;
  }
  .lg\:color-blue-600 {
    color: #0459cc;
  }
  .lg\:color-blue-700 {
    color: #03439a;
  }
  .lg\:color-blue-800 {
    color: #022d68;
  }
  .lg\:color-blue-900 {
    color: #011736;
  }
  .lg\:bg-blue {
    background-color: #096ffa;
  }
  .lg\:bg-blue-t1 {
    background-color: rgba(9, 111, 250, 0.1);
  }
  .lg\:bg-blue-t2 {
    background-color: rgba(9, 111, 250, 0.2);
  }
  .lg\:bg-blue-t3 {
    background-color: rgba(9, 111, 250, 0.3);
  }
  .lg\:bg-blue-t4 {
    background-color: rgba(9, 111, 250, 0.4);
  }
  .lg\:bg-blue-t5 {
    background-color: rgba(9, 111, 250, 0.5);
  }
  .lg\:bg-blue-t6 {
    background-color: rgba(9, 111, 250, 0.6);
  }
  .lg\:bg-blue-t7 {
    background-color: rgba(9, 111, 250, 0.7);
  }
  .lg\:bg-blue-t8 {
    background-color: rgba(9, 111, 250, 0.8);
  }
  .lg\:bg-blue-t9 {
    background-color: rgba(9, 111, 250, 0.9);
  }
  .lg\:bg-blue-100 {
    background-color: #d1e4fe;
  }
  .lg\:bg-blue-200 {
    background-color: #9fc7fd;
  }
  .lg\:bg-blue-300 {
    background-color: #6daafc;
  }
  .lg\:bg-blue-400 {
    background-color: #3b8cfb;
  }
  .lg\:bg-blue-500 {
    background-color: #096ffa;
  }
  .lg\:bg-blue-600 {
    background-color: #0459cc;
  }
  .lg\:bg-blue-700 {
    background-color: #03439a;
  }
  .lg\:bg-blue-800 {
    background-color: #022d68;
  }
  .lg\:bg-blue-900 {
    background-color: #011736;
  }
  .lg\:border-blue {
    border-color: #096ffa;
  }
  .lg\:border-blue-t1 {
    border-color: rgba(9, 111, 250, 0.1);
  }
  .lg\:border-blue-t2 {
    border-color: rgba(9, 111, 250, 0.2);
  }
  .lg\:border-blue-t3 {
    border-color: rgba(9, 111, 250, 0.3);
  }
  .lg\:border-blue-t4 {
    border-color: rgba(9, 111, 250, 0.4);
  }
  .lg\:border-blue-t5 {
    border-color: rgba(9, 111, 250, 0.5);
  }
  .lg\:border-blue-t6 {
    border-color: rgba(9, 111, 250, 0.6);
  }
  .lg\:border-blue-t7 {
    border-color: rgba(9, 111, 250, 0.7);
  }
  .lg\:border-blue-t8 {
    border-color: rgba(9, 111, 250, 0.8);
  }
  .lg\:border-blue-t9 {
    border-color: rgba(9, 111, 250, 0.9);
  }
  .lg\:border-blue-100 {
    border-color: #d1e4fe;
  }
  .lg\:border-blue-200 {
    border-color: #9fc7fd;
  }
  .lg\:border-blue-300 {
    border-color: #6daafc;
  }
  .lg\:border-blue-400 {
    border-color: #3b8cfb;
  }
  .lg\:border-blue-500 {
    border-color: #096ffa;
  }
  .lg\:border-blue-600 {
    border-color: #0459cc;
  }
  .lg\:border-blue-700 {
    border-color: #03439a;
  }
  .lg\:border-blue-800 {
    border-color: #022d68;
  }
  .lg\:border-blue-900 {
    border-color: #011736;
  }
  .lg\:fill-blue {
    fill: #096ffa;
  }
  .lg\:fill-blue-t1 {
    fill: rgba(9, 111, 250, 0.1);
  }
  .lg\:fill-blue-t2 {
    fill: rgba(9, 111, 250, 0.2);
  }
  .lg\:fill-blue-t3 {
    fill: rgba(9, 111, 250, 0.3);
  }
  .lg\:fill-blue-t4 {
    fill: rgba(9, 111, 250, 0.4);
  }
  .lg\:fill-blue-t5 {
    fill: rgba(9, 111, 250, 0.5);
  }
  .lg\:fill-blue-t6 {
    fill: rgba(9, 111, 250, 0.6);
  }
  .lg\:fill-blue-t7 {
    fill: rgba(9, 111, 250, 0.7);
  }
  .lg\:fill-blue-t8 {
    fill: rgba(9, 111, 250, 0.8);
  }
  .lg\:fill-blue-t9 {
    fill: rgba(9, 111, 250, 0.9);
  }
  .lg\:fill-blue-100 {
    fill: #d1e4fe;
  }
  .lg\:fill-blue-200 {
    fill: #9fc7fd;
  }
  .lg\:fill-blue-300 {
    fill: #6daafc;
  }
  .lg\:fill-blue-400 {
    fill: #3b8cfb;
  }
  .lg\:fill-blue-500 {
    fill: #096ffa;
  }
  .lg\:fill-blue-600 {
    fill: #0459cc;
  }
  .lg\:fill-blue-700 {
    fill: #03439a;
  }
  .lg\:fill-blue-800 {
    fill: #022d68;
  }
  .lg\:fill-blue-900 {
    fill: #011736;
  }
  .lg\:color-aqua {
    color: #8ecae6;
  }
  .lg\:color-aqua-t1 {
    color: rgba(142, 202, 230, 0.1);
  }
  .lg\:color-aqua-t2 {
    color: rgba(142, 202, 230, 0.2);
  }
  .lg\:color-aqua-t3 {
    color: rgba(142, 202, 230, 0.3);
  }
  .lg\:color-aqua-t4 {
    color: rgba(142, 202, 230, 0.4);
  }
  .lg\:color-aqua-t5 {
    color: rgba(142, 202, 230, 0.5);
  }
  .lg\:color-aqua-t6 {
    color: rgba(142, 202, 230, 0.6);
  }
  .lg\:color-aqua-t7 {
    color: rgba(142, 202, 230, 0.7);
  }
  .lg\:color-aqua-t8 {
    color: rgba(142, 202, 230, 0.8);
  }
  .lg\:color-aqua-t9 {
    color: rgba(142, 202, 230, 0.9);
  }
  .lg\:color-aqua-100 {
    color: white;
  }
  .lg\:color-aqua-200 {
    color: white;
  }
  .lg\:color-aqua-300 {
    color: #e2f1f8;
  }
  .lg\:color-aqua-400 {
    color: #b8deef;
  }
  .lg\:color-aqua-500 {
    color: #8ecae6;
  }
  .lg\:color-aqua-600 {
    color: #64b6dd;
  }
  .lg\:color-aqua-700 {
    color: #3aa3d4;
  }
  .lg\:color-aqua-800 {
    color: #2887b3;
  }
  .lg\:color-aqua-900 {
    color: #1e678a;
  }
  .lg\:bg-aqua {
    background-color: #8ecae6;
  }
  .lg\:bg-aqua-t1 {
    background-color: rgba(142, 202, 230, 0.1);
  }
  .lg\:bg-aqua-t2 {
    background-color: rgba(142, 202, 230, 0.2);
  }
  .lg\:bg-aqua-t3 {
    background-color: rgba(142, 202, 230, 0.3);
  }
  .lg\:bg-aqua-t4 {
    background-color: rgba(142, 202, 230, 0.4);
  }
  .lg\:bg-aqua-t5 {
    background-color: rgba(142, 202, 230, 0.5);
  }
  .lg\:bg-aqua-t6 {
    background-color: rgba(142, 202, 230, 0.6);
  }
  .lg\:bg-aqua-t7 {
    background-color: rgba(142, 202, 230, 0.7);
  }
  .lg\:bg-aqua-t8 {
    background-color: rgba(142, 202, 230, 0.8);
  }
  .lg\:bg-aqua-t9 {
    background-color: rgba(142, 202, 230, 0.9);
  }
  .lg\:bg-aqua-100 {
    background-color: white;
  }
  .lg\:bg-aqua-200 {
    background-color: white;
  }
  .lg\:bg-aqua-300 {
    background-color: #e2f1f8;
  }
  .lg\:bg-aqua-400 {
    background-color: #b8deef;
  }
  .lg\:bg-aqua-500 {
    background-color: #8ecae6;
  }
  .lg\:bg-aqua-600 {
    background-color: #64b6dd;
  }
  .lg\:bg-aqua-700 {
    background-color: #3aa3d4;
  }
  .lg\:bg-aqua-800 {
    background-color: #2887b3;
  }
  .lg\:bg-aqua-900 {
    background-color: #1e678a;
  }
  .lg\:border-aqua {
    border-color: #8ecae6;
  }
  .lg\:border-aqua-t1 {
    border-color: rgba(142, 202, 230, 0.1);
  }
  .lg\:border-aqua-t2 {
    border-color: rgba(142, 202, 230, 0.2);
  }
  .lg\:border-aqua-t3 {
    border-color: rgba(142, 202, 230, 0.3);
  }
  .lg\:border-aqua-t4 {
    border-color: rgba(142, 202, 230, 0.4);
  }
  .lg\:border-aqua-t5 {
    border-color: rgba(142, 202, 230, 0.5);
  }
  .lg\:border-aqua-t6 {
    border-color: rgba(142, 202, 230, 0.6);
  }
  .lg\:border-aqua-t7 {
    border-color: rgba(142, 202, 230, 0.7);
  }
  .lg\:border-aqua-t8 {
    border-color: rgba(142, 202, 230, 0.8);
  }
  .lg\:border-aqua-t9 {
    border-color: rgba(142, 202, 230, 0.9);
  }
  .lg\:border-aqua-100 {
    border-color: white;
  }
  .lg\:border-aqua-200 {
    border-color: white;
  }
  .lg\:border-aqua-300 {
    border-color: #e2f1f8;
  }
  .lg\:border-aqua-400 {
    border-color: #b8deef;
  }
  .lg\:border-aqua-500 {
    border-color: #8ecae6;
  }
  .lg\:border-aqua-600 {
    border-color: #64b6dd;
  }
  .lg\:border-aqua-700 {
    border-color: #3aa3d4;
  }
  .lg\:border-aqua-800 {
    border-color: #2887b3;
  }
  .lg\:border-aqua-900 {
    border-color: #1e678a;
  }
  .lg\:fill-aqua {
    fill: #8ecae6;
  }
  .lg\:fill-aqua-t1 {
    fill: rgba(142, 202, 230, 0.1);
  }
  .lg\:fill-aqua-t2 {
    fill: rgba(142, 202, 230, 0.2);
  }
  .lg\:fill-aqua-t3 {
    fill: rgba(142, 202, 230, 0.3);
  }
  .lg\:fill-aqua-t4 {
    fill: rgba(142, 202, 230, 0.4);
  }
  .lg\:fill-aqua-t5 {
    fill: rgba(142, 202, 230, 0.5);
  }
  .lg\:fill-aqua-t6 {
    fill: rgba(142, 202, 230, 0.6);
  }
  .lg\:fill-aqua-t7 {
    fill: rgba(142, 202, 230, 0.7);
  }
  .lg\:fill-aqua-t8 {
    fill: rgba(142, 202, 230, 0.8);
  }
  .lg\:fill-aqua-t9 {
    fill: rgba(142, 202, 230, 0.9);
  }
  .lg\:fill-aqua-100 {
    fill: white;
  }
  .lg\:fill-aqua-200 {
    fill: white;
  }
  .lg\:fill-aqua-300 {
    fill: #e2f1f8;
  }
  .lg\:fill-aqua-400 {
    fill: #b8deef;
  }
  .lg\:fill-aqua-500 {
    fill: #8ecae6;
  }
  .lg\:fill-aqua-600 {
    fill: #64b6dd;
  }
  .lg\:fill-aqua-700 {
    fill: #3aa3d4;
  }
  .lg\:fill-aqua-800 {
    fill: #2887b3;
  }
  .lg\:fill-aqua-900 {
    fill: #1e678a;
  }
  .lg\:color-yellow {
    color: #ffd203;
  }
  .lg\:color-yellow-t1 {
    color: rgba(255, 210, 3, 0.1);
  }
  .lg\:color-yellow-t2 {
    color: rgba(255, 210, 3, 0.2);
  }
  .lg\:color-yellow-t3 {
    color: rgba(255, 210, 3, 0.3);
  }
  .lg\:color-yellow-t4 {
    color: rgba(255, 210, 3, 0.4);
  }
  .lg\:color-yellow-t5 {
    color: rgba(255, 210, 3, 0.5);
  }
  .lg\:color-yellow-t6 {
    color: rgba(255, 210, 3, 0.6);
  }
  .lg\:color-yellow-t7 {
    color: rgba(255, 210, 3, 0.7);
  }
  .lg\:color-yellow-t8 {
    color: rgba(255, 210, 3, 0.8);
  }
  .lg\:color-yellow-t9 {
    color: rgba(255, 210, 3, 0.9);
  }
  .lg\:color-yellow-100 {
    color: #fff6cf;
  }
  .lg\:color-yellow-200 {
    color: #ffed9c;
  }
  .lg\:color-yellow-300 {
    color: #ffe469;
  }
  .lg\:color-yellow-400 {
    color: #ffdb36;
  }
  .lg\:color-yellow-500 {
    color: #ffd203;
  }
  .lg\:color-yellow-600 {
    color: #cfaa00;
  }
  .lg\:color-yellow-700 {
    color: #9c8000;
  }
  .lg\:color-yellow-800 {
    color: #695600;
  }
  .lg\:color-yellow-900 {
    color: #362c00;
  }
  .lg\:bg-yellow {
    background-color: #ffd203;
  }
  .lg\:bg-yellow-t1 {
    background-color: rgba(255, 210, 3, 0.1);
  }
  .lg\:bg-yellow-t2 {
    background-color: rgba(255, 210, 3, 0.2);
  }
  .lg\:bg-yellow-t3 {
    background-color: rgba(255, 210, 3, 0.3);
  }
  .lg\:bg-yellow-t4 {
    background-color: rgba(255, 210, 3, 0.4);
  }
  .lg\:bg-yellow-t5 {
    background-color: rgba(255, 210, 3, 0.5);
  }
  .lg\:bg-yellow-t6 {
    background-color: rgba(255, 210, 3, 0.6);
  }
  .lg\:bg-yellow-t7 {
    background-color: rgba(255, 210, 3, 0.7);
  }
  .lg\:bg-yellow-t8 {
    background-color: rgba(255, 210, 3, 0.8);
  }
  .lg\:bg-yellow-t9 {
    background-color: rgba(255, 210, 3, 0.9);
  }
  .lg\:bg-yellow-100 {
    background-color: #fff6cf;
  }
  .lg\:bg-yellow-200 {
    background-color: #ffed9c;
  }
  .lg\:bg-yellow-300 {
    background-color: #ffe469;
  }
  .lg\:bg-yellow-400 {
    background-color: #ffdb36;
  }
  .lg\:bg-yellow-500 {
    background-color: #ffd203;
  }
  .lg\:bg-yellow-600 {
    background-color: #cfaa00;
  }
  .lg\:bg-yellow-700 {
    background-color: #9c8000;
  }
  .lg\:bg-yellow-800 {
    background-color: #695600;
  }
  .lg\:bg-yellow-900 {
    background-color: #362c00;
  }
  .lg\:border-yellow {
    border-color: #ffd203;
  }
  .lg\:border-yellow-t1 {
    border-color: rgba(255, 210, 3, 0.1);
  }
  .lg\:border-yellow-t2 {
    border-color: rgba(255, 210, 3, 0.2);
  }
  .lg\:border-yellow-t3 {
    border-color: rgba(255, 210, 3, 0.3);
  }
  .lg\:border-yellow-t4 {
    border-color: rgba(255, 210, 3, 0.4);
  }
  .lg\:border-yellow-t5 {
    border-color: rgba(255, 210, 3, 0.5);
  }
  .lg\:border-yellow-t6 {
    border-color: rgba(255, 210, 3, 0.6);
  }
  .lg\:border-yellow-t7 {
    border-color: rgba(255, 210, 3, 0.7);
  }
  .lg\:border-yellow-t8 {
    border-color: rgba(255, 210, 3, 0.8);
  }
  .lg\:border-yellow-t9 {
    border-color: rgba(255, 210, 3, 0.9);
  }
  .lg\:border-yellow-100 {
    border-color: #fff6cf;
  }
  .lg\:border-yellow-200 {
    border-color: #ffed9c;
  }
  .lg\:border-yellow-300 {
    border-color: #ffe469;
  }
  .lg\:border-yellow-400 {
    border-color: #ffdb36;
  }
  .lg\:border-yellow-500 {
    border-color: #ffd203;
  }
  .lg\:border-yellow-600 {
    border-color: #cfaa00;
  }
  .lg\:border-yellow-700 {
    border-color: #9c8000;
  }
  .lg\:border-yellow-800 {
    border-color: #695600;
  }
  .lg\:border-yellow-900 {
    border-color: #362c00;
  }
  .lg\:fill-yellow {
    fill: #ffd203;
  }
  .lg\:fill-yellow-t1 {
    fill: rgba(255, 210, 3, 0.1);
  }
  .lg\:fill-yellow-t2 {
    fill: rgba(255, 210, 3, 0.2);
  }
  .lg\:fill-yellow-t3 {
    fill: rgba(255, 210, 3, 0.3);
  }
  .lg\:fill-yellow-t4 {
    fill: rgba(255, 210, 3, 0.4);
  }
  .lg\:fill-yellow-t5 {
    fill: rgba(255, 210, 3, 0.5);
  }
  .lg\:fill-yellow-t6 {
    fill: rgba(255, 210, 3, 0.6);
  }
  .lg\:fill-yellow-t7 {
    fill: rgba(255, 210, 3, 0.7);
  }
  .lg\:fill-yellow-t8 {
    fill: rgba(255, 210, 3, 0.8);
  }
  .lg\:fill-yellow-t9 {
    fill: rgba(255, 210, 3, 0.9);
  }
  .lg\:fill-yellow-100 {
    fill: #fff6cf;
  }
  .lg\:fill-yellow-200 {
    fill: #ffed9c;
  }
  .lg\:fill-yellow-300 {
    fill: #ffe469;
  }
  .lg\:fill-yellow-400 {
    fill: #ffdb36;
  }
  .lg\:fill-yellow-500 {
    fill: #ffd203;
  }
  .lg\:fill-yellow-600 {
    fill: #cfaa00;
  }
  .lg\:fill-yellow-700 {
    fill: #9c8000;
  }
  .lg\:fill-yellow-800 {
    fill: #695600;
  }
  .lg\:fill-yellow-900 {
    fill: #362c00;
  }
  .lg\:color-violet {
    color: #210037;
  }
  .lg\:color-violet-t1 {
    color: rgba(33, 0, 55, 0.1);
  }
  .lg\:color-violet-t2 {
    color: rgba(33, 0, 55, 0.2);
  }
  .lg\:color-violet-t3 {
    color: rgba(33, 0, 55, 0.3);
  }
  .lg\:color-violet-t4 {
    color: rgba(33, 0, 55, 0.4);
  }
  .lg\:color-violet-t5 {
    color: rgba(33, 0, 55, 0.5);
  }
  .lg\:color-violet-t6 {
    color: rgba(33, 0, 55, 0.6);
  }
  .lg\:color-violet-t7 {
    color: rgba(33, 0, 55, 0.7);
  }
  .lg\:color-violet-t8 {
    color: rgba(33, 0, 55, 0.8);
  }
  .lg\:color-violet-t9 {
    color: rgba(33, 0, 55, 0.9);
  }
  .lg\:color-violet-100 {
    color: #9b04ff;
  }
  .lg\:color-violet-200 {
    color: #7d00d0;
  }
  .lg\:color-violet-300 {
    color: #5e009d;
  }
  .lg\:color-violet-400 {
    color: #40006a;
  }
  .lg\:color-violet-500 {
    color: #210037;
  }
  .lg\:color-violet-600 {
    color: #020004;
  }
  .lg\:color-violet-700 {
    color: black;
  }
  .lg\:color-violet-800 {
    color: black;
  }
  .lg\:color-violet-900 {
    color: black;
  }
  .lg\:bg-violet {
    background-color: #210037;
  }
  .lg\:bg-violet-t1 {
    background-color: rgba(33, 0, 55, 0.1);
  }
  .lg\:bg-violet-t2 {
    background-color: rgba(33, 0, 55, 0.2);
  }
  .lg\:bg-violet-t3 {
    background-color: rgba(33, 0, 55, 0.3);
  }
  .lg\:bg-violet-t4 {
    background-color: rgba(33, 0, 55, 0.4);
  }
  .lg\:bg-violet-t5 {
    background-color: rgba(33, 0, 55, 0.5);
  }
  .lg\:bg-violet-t6 {
    background-color: rgba(33, 0, 55, 0.6);
  }
  .lg\:bg-violet-t7 {
    background-color: rgba(33, 0, 55, 0.7);
  }
  .lg\:bg-violet-t8 {
    background-color: rgba(33, 0, 55, 0.8);
  }
  .lg\:bg-violet-t9 {
    background-color: rgba(33, 0, 55, 0.9);
  }
  .lg\:bg-violet-100 {
    background-color: #9b04ff;
  }
  .lg\:bg-violet-200 {
    background-color: #7d00d0;
  }
  .lg\:bg-violet-300 {
    background-color: #5e009d;
  }
  .lg\:bg-violet-400 {
    background-color: #40006a;
  }
  .lg\:bg-violet-500 {
    background-color: #210037;
  }
  .lg\:bg-violet-600 {
    background-color: #020004;
  }
  .lg\:bg-violet-700 {
    background-color: black;
  }
  .lg\:bg-violet-800 {
    background-color: black;
  }
  .lg\:bg-violet-900 {
    background-color: black;
  }
  .lg\:border-violet {
    border-color: #210037;
  }
  .lg\:border-violet-t1 {
    border-color: rgba(33, 0, 55, 0.1);
  }
  .lg\:border-violet-t2 {
    border-color: rgba(33, 0, 55, 0.2);
  }
  .lg\:border-violet-t3 {
    border-color: rgba(33, 0, 55, 0.3);
  }
  .lg\:border-violet-t4 {
    border-color: rgba(33, 0, 55, 0.4);
  }
  .lg\:border-violet-t5 {
    border-color: rgba(33, 0, 55, 0.5);
  }
  .lg\:border-violet-t6 {
    border-color: rgba(33, 0, 55, 0.6);
  }
  .lg\:border-violet-t7 {
    border-color: rgba(33, 0, 55, 0.7);
  }
  .lg\:border-violet-t8 {
    border-color: rgba(33, 0, 55, 0.8);
  }
  .lg\:border-violet-t9 {
    border-color: rgba(33, 0, 55, 0.9);
  }
  .lg\:border-violet-100 {
    border-color: #9b04ff;
  }
  .lg\:border-violet-200 {
    border-color: #7d00d0;
  }
  .lg\:border-violet-300 {
    border-color: #5e009d;
  }
  .lg\:border-violet-400 {
    border-color: #40006a;
  }
  .lg\:border-violet-500 {
    border-color: #210037;
  }
  .lg\:border-violet-600 {
    border-color: #020004;
  }
  .lg\:border-violet-700 {
    border-color: black;
  }
  .lg\:border-violet-800 {
    border-color: black;
  }
  .lg\:border-violet-900 {
    border-color: black;
  }
  .lg\:fill-violet {
    fill: #210037;
  }
  .lg\:fill-violet-t1 {
    fill: rgba(33, 0, 55, 0.1);
  }
  .lg\:fill-violet-t2 {
    fill: rgba(33, 0, 55, 0.2);
  }
  .lg\:fill-violet-t3 {
    fill: rgba(33, 0, 55, 0.3);
  }
  .lg\:fill-violet-t4 {
    fill: rgba(33, 0, 55, 0.4);
  }
  .lg\:fill-violet-t5 {
    fill: rgba(33, 0, 55, 0.5);
  }
  .lg\:fill-violet-t6 {
    fill: rgba(33, 0, 55, 0.6);
  }
  .lg\:fill-violet-t7 {
    fill: rgba(33, 0, 55, 0.7);
  }
  .lg\:fill-violet-t8 {
    fill: rgba(33, 0, 55, 0.8);
  }
  .lg\:fill-violet-t9 {
    fill: rgba(33, 0, 55, 0.9);
  }
  .lg\:fill-violet-100 {
    fill: #9b04ff;
  }
  .lg\:fill-violet-200 {
    fill: #7d00d0;
  }
  .lg\:fill-violet-300 {
    fill: #5e009d;
  }
  .lg\:fill-violet-400 {
    fill: #40006a;
  }
  .lg\:fill-violet-500 {
    fill: #210037;
  }
  .lg\:fill-violet-600 {
    fill: #020004;
  }
  .lg\:fill-violet-700 {
    fill: black;
  }
  .lg\:fill-violet-800 {
    fill: black;
  }
  .lg\:fill-violet-900 {
    fill: black;
  }
  .lg\:color-purple {
    color: #a91d7e;
  }
  .lg\:color-purple-t1 {
    color: rgba(169, 29, 126, 0.1);
  }
  .lg\:color-purple-t2 {
    color: rgba(169, 29, 126, 0.2);
  }
  .lg\:color-purple-t3 {
    color: rgba(169, 29, 126, 0.3);
  }
  .lg\:color-purple-t4 {
    color: rgba(169, 29, 126, 0.4);
  }
  .lg\:color-purple-t5 {
    color: rgba(169, 29, 126, 0.5);
  }
  .lg\:color-purple-t6 {
    color: rgba(169, 29, 126, 0.6);
  }
  .lg\:color-purple-t7 {
    color: rgba(169, 29, 126, 0.7);
  }
  .lg\:color-purple-t8 {
    color: rgba(169, 29, 126, 0.8);
  }
  .lg\:color-purple-t9 {
    color: rgba(169, 29, 126, 0.9);
  }
  .lg\:color-purple-100 {
    color: #efa3d8;
  }
  .lg\:color-purple-200 {
    color: #e877c5;
  }
  .lg\:color-purple-300 {
    color: #e04cb3;
  }
  .lg\:color-purple-400 {
    color: #d5249e;
  }
  .lg\:color-purple-500 {
    color: #a91d7e;
  }
  .lg\:color-purple-600 {
    color: #7d165e;
  }
  .lg\:color-purple-700 {
    color: #520e3d;
  }
  .lg\:color-purple-800 {
    color: #26071d;
  }
  .lg\:color-purple-900 {
    color: black;
  }
  .lg\:bg-purple {
    background-color: #a91d7e;
  }
  .lg\:bg-purple-t1 {
    background-color: rgba(169, 29, 126, 0.1);
  }
  .lg\:bg-purple-t2 {
    background-color: rgba(169, 29, 126, 0.2);
  }
  .lg\:bg-purple-t3 {
    background-color: rgba(169, 29, 126, 0.3);
  }
  .lg\:bg-purple-t4 {
    background-color: rgba(169, 29, 126, 0.4);
  }
  .lg\:bg-purple-t5 {
    background-color: rgba(169, 29, 126, 0.5);
  }
  .lg\:bg-purple-t6 {
    background-color: rgba(169, 29, 126, 0.6);
  }
  .lg\:bg-purple-t7 {
    background-color: rgba(169, 29, 126, 0.7);
  }
  .lg\:bg-purple-t8 {
    background-color: rgba(169, 29, 126, 0.8);
  }
  .lg\:bg-purple-t9 {
    background-color: rgba(169, 29, 126, 0.9);
  }
  .lg\:bg-purple-100 {
    background-color: #efa3d8;
  }
  .lg\:bg-purple-200 {
    background-color: #e877c5;
  }
  .lg\:bg-purple-300 {
    background-color: #e04cb3;
  }
  .lg\:bg-purple-400 {
    background-color: #d5249e;
  }
  .lg\:bg-purple-500 {
    background-color: #a91d7e;
  }
  .lg\:bg-purple-600 {
    background-color: #7d165e;
  }
  .lg\:bg-purple-700 {
    background-color: #520e3d;
  }
  .lg\:bg-purple-800 {
    background-color: #26071d;
  }
  .lg\:bg-purple-900 {
    background-color: black;
  }
  .lg\:border-purple {
    border-color: #a91d7e;
  }
  .lg\:border-purple-t1 {
    border-color: rgba(169, 29, 126, 0.1);
  }
  .lg\:border-purple-t2 {
    border-color: rgba(169, 29, 126, 0.2);
  }
  .lg\:border-purple-t3 {
    border-color: rgba(169, 29, 126, 0.3);
  }
  .lg\:border-purple-t4 {
    border-color: rgba(169, 29, 126, 0.4);
  }
  .lg\:border-purple-t5 {
    border-color: rgba(169, 29, 126, 0.5);
  }
  .lg\:border-purple-t6 {
    border-color: rgba(169, 29, 126, 0.6);
  }
  .lg\:border-purple-t7 {
    border-color: rgba(169, 29, 126, 0.7);
  }
  .lg\:border-purple-t8 {
    border-color: rgba(169, 29, 126, 0.8);
  }
  .lg\:border-purple-t9 {
    border-color: rgba(169, 29, 126, 0.9);
  }
  .lg\:border-purple-100 {
    border-color: #efa3d8;
  }
  .lg\:border-purple-200 {
    border-color: #e877c5;
  }
  .lg\:border-purple-300 {
    border-color: #e04cb3;
  }
  .lg\:border-purple-400 {
    border-color: #d5249e;
  }
  .lg\:border-purple-500 {
    border-color: #a91d7e;
  }
  .lg\:border-purple-600 {
    border-color: #7d165e;
  }
  .lg\:border-purple-700 {
    border-color: #520e3d;
  }
  .lg\:border-purple-800 {
    border-color: #26071d;
  }
  .lg\:border-purple-900 {
    border-color: black;
  }
  .lg\:fill-purple {
    fill: #a91d7e;
  }
  .lg\:fill-purple-t1 {
    fill: rgba(169, 29, 126, 0.1);
  }
  .lg\:fill-purple-t2 {
    fill: rgba(169, 29, 126, 0.2);
  }
  .lg\:fill-purple-t3 {
    fill: rgba(169, 29, 126, 0.3);
  }
  .lg\:fill-purple-t4 {
    fill: rgba(169, 29, 126, 0.4);
  }
  .lg\:fill-purple-t5 {
    fill: rgba(169, 29, 126, 0.5);
  }
  .lg\:fill-purple-t6 {
    fill: rgba(169, 29, 126, 0.6);
  }
  .lg\:fill-purple-t7 {
    fill: rgba(169, 29, 126, 0.7);
  }
  .lg\:fill-purple-t8 {
    fill: rgba(169, 29, 126, 0.8);
  }
  .lg\:fill-purple-t9 {
    fill: rgba(169, 29, 126, 0.9);
  }
  .lg\:fill-purple-100 {
    fill: #efa3d8;
  }
  .lg\:fill-purple-200 {
    fill: #e877c5;
  }
  .lg\:fill-purple-300 {
    fill: #e04cb3;
  }
  .lg\:fill-purple-400 {
    fill: #d5249e;
  }
  .lg\:fill-purple-500 {
    fill: #a91d7e;
  }
  .lg\:fill-purple-600 {
    fill: #7d165e;
  }
  .lg\:fill-purple-700 {
    fill: #520e3d;
  }
  .lg\:fill-purple-800 {
    fill: #26071d;
  }
  .lg\:fill-purple-900 {
    fill: black;
  }
  .lg\:color-red {
    color: #cc0000;
  }
  .lg\:color-red-t1 {
    color: rgba(204, 0, 0, 0.1);
  }
  .lg\:color-red-t2 {
    color: rgba(204, 0, 0, 0.2);
  }
  .lg\:color-red-t3 {
    color: rgba(204, 0, 0, 0.3);
  }
  .lg\:color-red-t4 {
    color: rgba(204, 0, 0, 0.4);
  }
  .lg\:color-red-t5 {
    color: rgba(204, 0, 0, 0.5);
  }
  .lg\:color-red-t6 {
    color: rgba(204, 0, 0, 0.6);
  }
  .lg\:color-red-t7 {
    color: rgba(204, 0, 0, 0.7);
  }
  .lg\:color-red-t8 {
    color: rgba(204, 0, 0, 0.8);
  }
  .lg\:color-red-t9 {
    color: rgba(204, 0, 0, 0.9);
  }
  .lg\:color-red-100 {
    color: #ff9999;
  }
  .lg\:color-red-200 {
    color: #ff6666;
  }
  .lg\:color-red-300 {
    color: #ff3333;
  }
  .lg\:color-red-400 {
    color: red;
  }
  .lg\:color-red-500 {
    color: #cc0000;
  }
  .lg\:color-red-600 {
    color: #990000;
  }
  .lg\:color-red-700 {
    color: #660000;
  }
  .lg\:color-red-800 {
    color: #330000;
  }
  .lg\:color-red-900 {
    color: black;
  }
  .lg\:bg-red {
    background-color: #cc0000;
  }
  .lg\:bg-red-t1 {
    background-color: rgba(204, 0, 0, 0.1);
  }
  .lg\:bg-red-t2 {
    background-color: rgba(204, 0, 0, 0.2);
  }
  .lg\:bg-red-t3 {
    background-color: rgba(204, 0, 0, 0.3);
  }
  .lg\:bg-red-t4 {
    background-color: rgba(204, 0, 0, 0.4);
  }
  .lg\:bg-red-t5 {
    background-color: rgba(204, 0, 0, 0.5);
  }
  .lg\:bg-red-t6 {
    background-color: rgba(204, 0, 0, 0.6);
  }
  .lg\:bg-red-t7 {
    background-color: rgba(204, 0, 0, 0.7);
  }
  .lg\:bg-red-t8 {
    background-color: rgba(204, 0, 0, 0.8);
  }
  .lg\:bg-red-t9 {
    background-color: rgba(204, 0, 0, 0.9);
  }
  .lg\:bg-red-100 {
    background-color: #ff9999;
  }
  .lg\:bg-red-200 {
    background-color: #ff6666;
  }
  .lg\:bg-red-300 {
    background-color: #ff3333;
  }
  .lg\:bg-red-400 {
    background-color: red;
  }
  .lg\:bg-red-500 {
    background-color: #cc0000;
  }
  .lg\:bg-red-600 {
    background-color: #990000;
  }
  .lg\:bg-red-700 {
    background-color: #660000;
  }
  .lg\:bg-red-800 {
    background-color: #330000;
  }
  .lg\:bg-red-900 {
    background-color: black;
  }
  .lg\:border-red {
    border-color: #cc0000;
  }
  .lg\:border-red-t1 {
    border-color: rgba(204, 0, 0, 0.1);
  }
  .lg\:border-red-t2 {
    border-color: rgba(204, 0, 0, 0.2);
  }
  .lg\:border-red-t3 {
    border-color: rgba(204, 0, 0, 0.3);
  }
  .lg\:border-red-t4 {
    border-color: rgba(204, 0, 0, 0.4);
  }
  .lg\:border-red-t5 {
    border-color: rgba(204, 0, 0, 0.5);
  }
  .lg\:border-red-t6 {
    border-color: rgba(204, 0, 0, 0.6);
  }
  .lg\:border-red-t7 {
    border-color: rgba(204, 0, 0, 0.7);
  }
  .lg\:border-red-t8 {
    border-color: rgba(204, 0, 0, 0.8);
  }
  .lg\:border-red-t9 {
    border-color: rgba(204, 0, 0, 0.9);
  }
  .lg\:border-red-100 {
    border-color: #ff9999;
  }
  .lg\:border-red-200 {
    border-color: #ff6666;
  }
  .lg\:border-red-300 {
    border-color: #ff3333;
  }
  .lg\:border-red-400 {
    border-color: red;
  }
  .lg\:border-red-500 {
    border-color: #cc0000;
  }
  .lg\:border-red-600 {
    border-color: #990000;
  }
  .lg\:border-red-700 {
    border-color: #660000;
  }
  .lg\:border-red-800 {
    border-color: #330000;
  }
  .lg\:border-red-900 {
    border-color: black;
  }
  .lg\:fill-red {
    fill: #cc0000;
  }
  .lg\:fill-red-t1 {
    fill: rgba(204, 0, 0, 0.1);
  }
  .lg\:fill-red-t2 {
    fill: rgba(204, 0, 0, 0.2);
  }
  .lg\:fill-red-t3 {
    fill: rgba(204, 0, 0, 0.3);
  }
  .lg\:fill-red-t4 {
    fill: rgba(204, 0, 0, 0.4);
  }
  .lg\:fill-red-t5 {
    fill: rgba(204, 0, 0, 0.5);
  }
  .lg\:fill-red-t6 {
    fill: rgba(204, 0, 0, 0.6);
  }
  .lg\:fill-red-t7 {
    fill: rgba(204, 0, 0, 0.7);
  }
  .lg\:fill-red-t8 {
    fill: rgba(204, 0, 0, 0.8);
  }
  .lg\:fill-red-t9 {
    fill: rgba(204, 0, 0, 0.9);
  }
  .lg\:fill-red-100 {
    fill: #ff9999;
  }
  .lg\:fill-red-200 {
    fill: #ff6666;
  }
  .lg\:fill-red-300 {
    fill: #ff3333;
  }
  .lg\:fill-red-400 {
    fill: red;
  }
  .lg\:fill-red-500 {
    fill: #cc0000;
  }
  .lg\:fill-red-600 {
    fill: #990000;
  }
  .lg\:fill-red-700 {
    fill: #660000;
  }
  .lg\:fill-red-800 {
    fill: #330000;
  }
  .lg\:fill-red-900 {
    fill: black;
  }
  .lg\:color-orange {
    color: #F84C00;
  }
  .lg\:color-orange-t1 {
    color: rgba(248, 76, 0, 0.1);
  }
  .lg\:color-orange-t2 {
    color: rgba(248, 76, 0, 0.2);
  }
  .lg\:color-orange-t3 {
    color: rgba(248, 76, 0, 0.3);
  }
  .lg\:color-orange-t4 {
    color: rgba(248, 76, 0, 0.4);
  }
  .lg\:color-orange-t5 {
    color: rgba(248, 76, 0, 0.5);
  }
  .lg\:color-orange-t6 {
    color: rgba(248, 76, 0, 0.6);
  }
  .lg\:color-orange-t7 {
    color: rgba(248, 76, 0, 0.7);
  }
  .lg\:color-orange-t8 {
    color: rgba(248, 76, 0, 0.8);
  }
  .lg\:color-orange-t9 {
    color: rgba(248, 76, 0, 0.9);
  }
  .lg\:color-orange-100 {
    color: #ffd7c5;
  }
  .lg\:color-orange-200 {
    color: #ffb392;
  }
  .lg\:color-orange-300 {
    color: #ff905f;
  }
  .lg\:color-orange-400 {
    color: #ff6d2c;
  }
  .lg\:color-orange-500 {
    color: #F84C00;
  }
  .lg\:color-orange-600 {
    color: #c53c00;
  }
  .lg\:color-orange-700 {
    color: #922d00;
  }
  .lg\:color-orange-800 {
    color: #5f1d00;
  }
  .lg\:color-orange-900 {
    color: #2c0d00;
  }
  .lg\:bg-orange {
    background-color: #F84C00;
  }
  .lg\:bg-orange-t1 {
    background-color: rgba(248, 76, 0, 0.1);
  }
  .lg\:bg-orange-t2 {
    background-color: rgba(248, 76, 0, 0.2);
  }
  .lg\:bg-orange-t3 {
    background-color: rgba(248, 76, 0, 0.3);
  }
  .lg\:bg-orange-t4 {
    background-color: rgba(248, 76, 0, 0.4);
  }
  .lg\:bg-orange-t5 {
    background-color: rgba(248, 76, 0, 0.5);
  }
  .lg\:bg-orange-t6 {
    background-color: rgba(248, 76, 0, 0.6);
  }
  .lg\:bg-orange-t7 {
    background-color: rgba(248, 76, 0, 0.7);
  }
  .lg\:bg-orange-t8 {
    background-color: rgba(248, 76, 0, 0.8);
  }
  .lg\:bg-orange-t9 {
    background-color: rgba(248, 76, 0, 0.9);
  }
  .lg\:bg-orange-100 {
    background-color: #ffd7c5;
  }
  .lg\:bg-orange-200 {
    background-color: #ffb392;
  }
  .lg\:bg-orange-300 {
    background-color: #ff905f;
  }
  .lg\:bg-orange-400 {
    background-color: #ff6d2c;
  }
  .lg\:bg-orange-500 {
    background-color: #F84C00;
  }
  .lg\:bg-orange-600 {
    background-color: #c53c00;
  }
  .lg\:bg-orange-700 {
    background-color: #922d00;
  }
  .lg\:bg-orange-800 {
    background-color: #5f1d00;
  }
  .lg\:bg-orange-900 {
    background-color: #2c0d00;
  }
  .lg\:border-orange {
    border-color: #F84C00;
  }
  .lg\:border-orange-t1 {
    border-color: rgba(248, 76, 0, 0.1);
  }
  .lg\:border-orange-t2 {
    border-color: rgba(248, 76, 0, 0.2);
  }
  .lg\:border-orange-t3 {
    border-color: rgba(248, 76, 0, 0.3);
  }
  .lg\:border-orange-t4 {
    border-color: rgba(248, 76, 0, 0.4);
  }
  .lg\:border-orange-t5 {
    border-color: rgba(248, 76, 0, 0.5);
  }
  .lg\:border-orange-t6 {
    border-color: rgba(248, 76, 0, 0.6);
  }
  .lg\:border-orange-t7 {
    border-color: rgba(248, 76, 0, 0.7);
  }
  .lg\:border-orange-t8 {
    border-color: rgba(248, 76, 0, 0.8);
  }
  .lg\:border-orange-t9 {
    border-color: rgba(248, 76, 0, 0.9);
  }
  .lg\:border-orange-100 {
    border-color: #ffd7c5;
  }
  .lg\:border-orange-200 {
    border-color: #ffb392;
  }
  .lg\:border-orange-300 {
    border-color: #ff905f;
  }
  .lg\:border-orange-400 {
    border-color: #ff6d2c;
  }
  .lg\:border-orange-500 {
    border-color: #F84C00;
  }
  .lg\:border-orange-600 {
    border-color: #c53c00;
  }
  .lg\:border-orange-700 {
    border-color: #922d00;
  }
  .lg\:border-orange-800 {
    border-color: #5f1d00;
  }
  .lg\:border-orange-900 {
    border-color: #2c0d00;
  }
  .lg\:fill-orange {
    fill: #F84C00;
  }
  .lg\:fill-orange-t1 {
    fill: rgba(248, 76, 0, 0.1);
  }
  .lg\:fill-orange-t2 {
    fill: rgba(248, 76, 0, 0.2);
  }
  .lg\:fill-orange-t3 {
    fill: rgba(248, 76, 0, 0.3);
  }
  .lg\:fill-orange-t4 {
    fill: rgba(248, 76, 0, 0.4);
  }
  .lg\:fill-orange-t5 {
    fill: rgba(248, 76, 0, 0.5);
  }
  .lg\:fill-orange-t6 {
    fill: rgba(248, 76, 0, 0.6);
  }
  .lg\:fill-orange-t7 {
    fill: rgba(248, 76, 0, 0.7);
  }
  .lg\:fill-orange-t8 {
    fill: rgba(248, 76, 0, 0.8);
  }
  .lg\:fill-orange-t9 {
    fill: rgba(248, 76, 0, 0.9);
  }
  .lg\:fill-orange-100 {
    fill: #ffd7c5;
  }
  .lg\:fill-orange-200 {
    fill: #ffb392;
  }
  .lg\:fill-orange-300 {
    fill: #ff905f;
  }
  .lg\:fill-orange-400 {
    fill: #ff6d2c;
  }
  .lg\:fill-orange-500 {
    fill: #F84C00;
  }
  .lg\:fill-orange-600 {
    fill: #c53c00;
  }
  .lg\:fill-orange-700 {
    fill: #922d00;
  }
  .lg\:fill-orange-800 {
    fill: #5f1d00;
  }
  .lg\:fill-orange-900 {
    fill: #2c0d00;
  }
  .lg\:color-brown {
    color: #D2C092;
  }
  .lg\:color-brown-t1 {
    color: rgba(210, 192, 146, 0.1);
  }
  .lg\:color-brown-t2 {
    color: rgba(210, 192, 146, 0.2);
  }
  .lg\:color-brown-t3 {
    color: rgba(210, 192, 146, 0.3);
  }
  .lg\:color-brown-t4 {
    color: rgba(210, 192, 146, 0.4);
  }
  .lg\:color-brown-t5 {
    color: rgba(210, 192, 146, 0.5);
  }
  .lg\:color-brown-t6 {
    color: rgba(210, 192, 146, 0.6);
  }
  .lg\:color-brown-t7 {
    color: rgba(210, 192, 146, 0.7);
  }
  .lg\:color-brown-t8 {
    color: rgba(210, 192, 146, 0.8);
  }
  .lg\:color-brown-t9 {
    color: rgba(210, 192, 146, 0.9);
  }
  .lg\:color-brown-100 {
    color: white;
  }
  .lg\:color-brown-200 {
    color: #fffffe;
  }
  .lg\:color-brown-300 {
    color: #f0eada;
  }
  .lg\:color-brown-400 {
    color: #e1d5b6;
  }
  .lg\:color-brown-500 {
    color: #D2C092;
  }
  .lg\:color-brown-600 {
    color: #c3ab6e;
  }
  .lg\:color-brown-700 {
    color: #b4964a;
  }
  .lg\:color-brown-800 {
    color: #90783b;
  }
  .lg\:color-brown-900 {
    color: #6c5a2c;
  }
  .lg\:bg-brown {
    background-color: #D2C092;
  }
  .lg\:bg-brown-t1 {
    background-color: rgba(210, 192, 146, 0.1);
  }
  .lg\:bg-brown-t2 {
    background-color: rgba(210, 192, 146, 0.2);
  }
  .lg\:bg-brown-t3 {
    background-color: rgba(210, 192, 146, 0.3);
  }
  .lg\:bg-brown-t4 {
    background-color: rgba(210, 192, 146, 0.4);
  }
  .lg\:bg-brown-t5 {
    background-color: rgba(210, 192, 146, 0.5);
  }
  .lg\:bg-brown-t6 {
    background-color: rgba(210, 192, 146, 0.6);
  }
  .lg\:bg-brown-t7 {
    background-color: rgba(210, 192, 146, 0.7);
  }
  .lg\:bg-brown-t8 {
    background-color: rgba(210, 192, 146, 0.8);
  }
  .lg\:bg-brown-t9 {
    background-color: rgba(210, 192, 146, 0.9);
  }
  .lg\:bg-brown-100 {
    background-color: white;
  }
  .lg\:bg-brown-200 {
    background-color: #fffffe;
  }
  .lg\:bg-brown-300 {
    background-color: #f0eada;
  }
  .lg\:bg-brown-400 {
    background-color: #e1d5b6;
  }
  .lg\:bg-brown-500 {
    background-color: #D2C092;
  }
  .lg\:bg-brown-600 {
    background-color: #c3ab6e;
  }
  .lg\:bg-brown-700 {
    background-color: #b4964a;
  }
  .lg\:bg-brown-800 {
    background-color: #90783b;
  }
  .lg\:bg-brown-900 {
    background-color: #6c5a2c;
  }
  .lg\:border-brown {
    border-color: #D2C092;
  }
  .lg\:border-brown-t1 {
    border-color: rgba(210, 192, 146, 0.1);
  }
  .lg\:border-brown-t2 {
    border-color: rgba(210, 192, 146, 0.2);
  }
  .lg\:border-brown-t3 {
    border-color: rgba(210, 192, 146, 0.3);
  }
  .lg\:border-brown-t4 {
    border-color: rgba(210, 192, 146, 0.4);
  }
  .lg\:border-brown-t5 {
    border-color: rgba(210, 192, 146, 0.5);
  }
  .lg\:border-brown-t6 {
    border-color: rgba(210, 192, 146, 0.6);
  }
  .lg\:border-brown-t7 {
    border-color: rgba(210, 192, 146, 0.7);
  }
  .lg\:border-brown-t8 {
    border-color: rgba(210, 192, 146, 0.8);
  }
  .lg\:border-brown-t9 {
    border-color: rgba(210, 192, 146, 0.9);
  }
  .lg\:border-brown-100 {
    border-color: white;
  }
  .lg\:border-brown-200 {
    border-color: #fffffe;
  }
  .lg\:border-brown-300 {
    border-color: #f0eada;
  }
  .lg\:border-brown-400 {
    border-color: #e1d5b6;
  }
  .lg\:border-brown-500 {
    border-color: #D2C092;
  }
  .lg\:border-brown-600 {
    border-color: #c3ab6e;
  }
  .lg\:border-brown-700 {
    border-color: #b4964a;
  }
  .lg\:border-brown-800 {
    border-color: #90783b;
  }
  .lg\:border-brown-900 {
    border-color: #6c5a2c;
  }
  .lg\:fill-brown {
    fill: #D2C092;
  }
  .lg\:fill-brown-t1 {
    fill: rgba(210, 192, 146, 0.1);
  }
  .lg\:fill-brown-t2 {
    fill: rgba(210, 192, 146, 0.2);
  }
  .lg\:fill-brown-t3 {
    fill: rgba(210, 192, 146, 0.3);
  }
  .lg\:fill-brown-t4 {
    fill: rgba(210, 192, 146, 0.4);
  }
  .lg\:fill-brown-t5 {
    fill: rgba(210, 192, 146, 0.5);
  }
  .lg\:fill-brown-t6 {
    fill: rgba(210, 192, 146, 0.6);
  }
  .lg\:fill-brown-t7 {
    fill: rgba(210, 192, 146, 0.7);
  }
  .lg\:fill-brown-t8 {
    fill: rgba(210, 192, 146, 0.8);
  }
  .lg\:fill-brown-t9 {
    fill: rgba(210, 192, 146, 0.9);
  }
  .lg\:fill-brown-100 {
    fill: white;
  }
  .lg\:fill-brown-200 {
    fill: #fffffe;
  }
  .lg\:fill-brown-300 {
    fill: #f0eada;
  }
  .lg\:fill-brown-400 {
    fill: #e1d5b6;
  }
  .lg\:fill-brown-500 {
    fill: #D2C092;
  }
  .lg\:fill-brown-600 {
    fill: #c3ab6e;
  }
  .lg\:fill-brown-700 {
    fill: #b4964a;
  }
  .lg\:fill-brown-800 {
    fill: #90783b;
  }
  .lg\:fill-brown-900 {
    fill: #6c5a2c;
  }
  .lg\:color-facebook {
    color: #1877F2;
  }
  .lg\:color-facebook-t1 {
    color: rgba(24, 119, 242, 0.1);
  }
  .lg\:color-facebook-t2 {
    color: rgba(24, 119, 242, 0.2);
  }
  .lg\:color-facebook-t3 {
    color: rgba(24, 119, 242, 0.3);
  }
  .lg\:color-facebook-t4 {
    color: rgba(24, 119, 242, 0.4);
  }
  .lg\:color-facebook-t5 {
    color: rgba(24, 119, 242, 0.5);
  }
  .lg\:color-facebook-t6 {
    color: rgba(24, 119, 242, 0.6);
  }
  .lg\:color-facebook-t7 {
    color: rgba(24, 119, 242, 0.7);
  }
  .lg\:color-facebook-t8 {
    color: rgba(24, 119, 242, 0.8);
  }
  .lg\:color-facebook-t9 {
    color: rgba(24, 119, 242, 0.9);
  }
  .lg\:color-facebook-100 {
    color: #d9e9fd;
  }
  .lg\:color-facebook-200 {
    color: #a9ccfa;
  }
  .lg\:color-facebook-300 {
    color: #79b0f7;
  }
  .lg\:color-facebook-400 {
    color: #4893f5;
  }
  .lg\:color-facebook-500 {
    color: #1877F2;
  }
  .lg\:color-facebook-600 {
    color: #0b5fcc;
  }
  .lg\:color-facebook-700 {
    color: #09499b;
  }
  .lg\:color-facebook-800 {
    color: #06326b;
  }
  .lg\:color-facebook-900 {
    color: #031b3b;
  }
  .lg\:bg-facebook {
    background-color: #1877F2;
  }
  .lg\:bg-facebook-t1 {
    background-color: rgba(24, 119, 242, 0.1);
  }
  .lg\:bg-facebook-t2 {
    background-color: rgba(24, 119, 242, 0.2);
  }
  .lg\:bg-facebook-t3 {
    background-color: rgba(24, 119, 242, 0.3);
  }
  .lg\:bg-facebook-t4 {
    background-color: rgba(24, 119, 242, 0.4);
  }
  .lg\:bg-facebook-t5 {
    background-color: rgba(24, 119, 242, 0.5);
  }
  .lg\:bg-facebook-t6 {
    background-color: rgba(24, 119, 242, 0.6);
  }
  .lg\:bg-facebook-t7 {
    background-color: rgba(24, 119, 242, 0.7);
  }
  .lg\:bg-facebook-t8 {
    background-color: rgba(24, 119, 242, 0.8);
  }
  .lg\:bg-facebook-t9 {
    background-color: rgba(24, 119, 242, 0.9);
  }
  .lg\:bg-facebook-100 {
    background-color: #d9e9fd;
  }
  .lg\:bg-facebook-200 {
    background-color: #a9ccfa;
  }
  .lg\:bg-facebook-300 {
    background-color: #79b0f7;
  }
  .lg\:bg-facebook-400 {
    background-color: #4893f5;
  }
  .lg\:bg-facebook-500 {
    background-color: #1877F2;
  }
  .lg\:bg-facebook-600 {
    background-color: #0b5fcc;
  }
  .lg\:bg-facebook-700 {
    background-color: #09499b;
  }
  .lg\:bg-facebook-800 {
    background-color: #06326b;
  }
  .lg\:bg-facebook-900 {
    background-color: #031b3b;
  }
  .lg\:border-facebook {
    border-color: #1877F2;
  }
  .lg\:border-facebook-t1 {
    border-color: rgba(24, 119, 242, 0.1);
  }
  .lg\:border-facebook-t2 {
    border-color: rgba(24, 119, 242, 0.2);
  }
  .lg\:border-facebook-t3 {
    border-color: rgba(24, 119, 242, 0.3);
  }
  .lg\:border-facebook-t4 {
    border-color: rgba(24, 119, 242, 0.4);
  }
  .lg\:border-facebook-t5 {
    border-color: rgba(24, 119, 242, 0.5);
  }
  .lg\:border-facebook-t6 {
    border-color: rgba(24, 119, 242, 0.6);
  }
  .lg\:border-facebook-t7 {
    border-color: rgba(24, 119, 242, 0.7);
  }
  .lg\:border-facebook-t8 {
    border-color: rgba(24, 119, 242, 0.8);
  }
  .lg\:border-facebook-t9 {
    border-color: rgba(24, 119, 242, 0.9);
  }
  .lg\:border-facebook-100 {
    border-color: #d9e9fd;
  }
  .lg\:border-facebook-200 {
    border-color: #a9ccfa;
  }
  .lg\:border-facebook-300 {
    border-color: #79b0f7;
  }
  .lg\:border-facebook-400 {
    border-color: #4893f5;
  }
  .lg\:border-facebook-500 {
    border-color: #1877F2;
  }
  .lg\:border-facebook-600 {
    border-color: #0b5fcc;
  }
  .lg\:border-facebook-700 {
    border-color: #09499b;
  }
  .lg\:border-facebook-800 {
    border-color: #06326b;
  }
  .lg\:border-facebook-900 {
    border-color: #031b3b;
  }
  .lg\:fill-facebook {
    fill: #1877F2;
  }
  .lg\:fill-facebook-t1 {
    fill: rgba(24, 119, 242, 0.1);
  }
  .lg\:fill-facebook-t2 {
    fill: rgba(24, 119, 242, 0.2);
  }
  .lg\:fill-facebook-t3 {
    fill: rgba(24, 119, 242, 0.3);
  }
  .lg\:fill-facebook-t4 {
    fill: rgba(24, 119, 242, 0.4);
  }
  .lg\:fill-facebook-t5 {
    fill: rgba(24, 119, 242, 0.5);
  }
  .lg\:fill-facebook-t6 {
    fill: rgba(24, 119, 242, 0.6);
  }
  .lg\:fill-facebook-t7 {
    fill: rgba(24, 119, 242, 0.7);
  }
  .lg\:fill-facebook-t8 {
    fill: rgba(24, 119, 242, 0.8);
  }
  .lg\:fill-facebook-t9 {
    fill: rgba(24, 119, 242, 0.9);
  }
  .lg\:fill-facebook-100 {
    fill: #d9e9fd;
  }
  .lg\:fill-facebook-200 {
    fill: #a9ccfa;
  }
  .lg\:fill-facebook-300 {
    fill: #79b0f7;
  }
  .lg\:fill-facebook-400 {
    fill: #4893f5;
  }
  .lg\:fill-facebook-500 {
    fill: #1877F2;
  }
  .lg\:fill-facebook-600 {
    fill: #0b5fcc;
  }
  .lg\:fill-facebook-700 {
    fill: #09499b;
  }
  .lg\:fill-facebook-800 {
    fill: #06326b;
  }
  .lg\:fill-facebook-900 {
    fill: #031b3b;
  }
  .lg\:color-instagram {
    color: #E4405F;
  }
  .lg\:color-instagram-t1 {
    color: rgba(228, 64, 95, 0.1);
  }
  .lg\:color-instagram-t2 {
    color: rgba(228, 64, 95, 0.2);
  }
  .lg\:color-instagram-t3 {
    color: rgba(228, 64, 95, 0.3);
  }
  .lg\:color-instagram-t4 {
    color: rgba(228, 64, 95, 0.4);
  }
  .lg\:color-instagram-t5 {
    color: rgba(228, 64, 95, 0.5);
  }
  .lg\:color-instagram-t6 {
    color: rgba(228, 64, 95, 0.6);
  }
  .lg\:color-instagram-t7 {
    color: rgba(228, 64, 95, 0.7);
  }
  .lg\:color-instagram-t8 {
    color: rgba(228, 64, 95, 0.8);
  }
  .lg\:color-instagram-t9 {
    color: rgba(228, 64, 95, 0.9);
  }
  .lg\:color-instagram-100 {
    color: #fdf3f5;
  }
  .lg\:color-instagram-200 {
    color: #f7c6cf;
  }
  .lg\:color-instagram-300 {
    color: #f199aa;
  }
  .lg\:color-instagram-400 {
    color: #ea6d84;
  }
  .lg\:color-instagram-500 {
    color: #E4405F;
  }
  .lg\:color-instagram-600 {
    color: #d31e40;
  }
  .lg\:color-instagram-700 {
    color: #a61833;
  }
  .lg\:color-instagram-800 {
    color: #7a1125;
  }
  .lg\:color-instagram-900 {
    color: #4d0b17;
  }
  .lg\:bg-instagram {
    background-color: #E4405F;
  }
  .lg\:bg-instagram-t1 {
    background-color: rgba(228, 64, 95, 0.1);
  }
  .lg\:bg-instagram-t2 {
    background-color: rgba(228, 64, 95, 0.2);
  }
  .lg\:bg-instagram-t3 {
    background-color: rgba(228, 64, 95, 0.3);
  }
  .lg\:bg-instagram-t4 {
    background-color: rgba(228, 64, 95, 0.4);
  }
  .lg\:bg-instagram-t5 {
    background-color: rgba(228, 64, 95, 0.5);
  }
  .lg\:bg-instagram-t6 {
    background-color: rgba(228, 64, 95, 0.6);
  }
  .lg\:bg-instagram-t7 {
    background-color: rgba(228, 64, 95, 0.7);
  }
  .lg\:bg-instagram-t8 {
    background-color: rgba(228, 64, 95, 0.8);
  }
  .lg\:bg-instagram-t9 {
    background-color: rgba(228, 64, 95, 0.9);
  }
  .lg\:bg-instagram-100 {
    background-color: #fdf3f5;
  }
  .lg\:bg-instagram-200 {
    background-color: #f7c6cf;
  }
  .lg\:bg-instagram-300 {
    background-color: #f199aa;
  }
  .lg\:bg-instagram-400 {
    background-color: #ea6d84;
  }
  .lg\:bg-instagram-500 {
    background-color: #E4405F;
  }
  .lg\:bg-instagram-600 {
    background-color: #d31e40;
  }
  .lg\:bg-instagram-700 {
    background-color: #a61833;
  }
  .lg\:bg-instagram-800 {
    background-color: #7a1125;
  }
  .lg\:bg-instagram-900 {
    background-color: #4d0b17;
  }
  .lg\:border-instagram {
    border-color: #E4405F;
  }
  .lg\:border-instagram-t1 {
    border-color: rgba(228, 64, 95, 0.1);
  }
  .lg\:border-instagram-t2 {
    border-color: rgba(228, 64, 95, 0.2);
  }
  .lg\:border-instagram-t3 {
    border-color: rgba(228, 64, 95, 0.3);
  }
  .lg\:border-instagram-t4 {
    border-color: rgba(228, 64, 95, 0.4);
  }
  .lg\:border-instagram-t5 {
    border-color: rgba(228, 64, 95, 0.5);
  }
  .lg\:border-instagram-t6 {
    border-color: rgba(228, 64, 95, 0.6);
  }
  .lg\:border-instagram-t7 {
    border-color: rgba(228, 64, 95, 0.7);
  }
  .lg\:border-instagram-t8 {
    border-color: rgba(228, 64, 95, 0.8);
  }
  .lg\:border-instagram-t9 {
    border-color: rgba(228, 64, 95, 0.9);
  }
  .lg\:border-instagram-100 {
    border-color: #fdf3f5;
  }
  .lg\:border-instagram-200 {
    border-color: #f7c6cf;
  }
  .lg\:border-instagram-300 {
    border-color: #f199aa;
  }
  .lg\:border-instagram-400 {
    border-color: #ea6d84;
  }
  .lg\:border-instagram-500 {
    border-color: #E4405F;
  }
  .lg\:border-instagram-600 {
    border-color: #d31e40;
  }
  .lg\:border-instagram-700 {
    border-color: #a61833;
  }
  .lg\:border-instagram-800 {
    border-color: #7a1125;
  }
  .lg\:border-instagram-900 {
    border-color: #4d0b17;
  }
  .lg\:fill-instagram {
    fill: #E4405F;
  }
  .lg\:fill-instagram-t1 {
    fill: rgba(228, 64, 95, 0.1);
  }
  .lg\:fill-instagram-t2 {
    fill: rgba(228, 64, 95, 0.2);
  }
  .lg\:fill-instagram-t3 {
    fill: rgba(228, 64, 95, 0.3);
  }
  .lg\:fill-instagram-t4 {
    fill: rgba(228, 64, 95, 0.4);
  }
  .lg\:fill-instagram-t5 {
    fill: rgba(228, 64, 95, 0.5);
  }
  .lg\:fill-instagram-t6 {
    fill: rgba(228, 64, 95, 0.6);
  }
  .lg\:fill-instagram-t7 {
    fill: rgba(228, 64, 95, 0.7);
  }
  .lg\:fill-instagram-t8 {
    fill: rgba(228, 64, 95, 0.8);
  }
  .lg\:fill-instagram-t9 {
    fill: rgba(228, 64, 95, 0.9);
  }
  .lg\:fill-instagram-100 {
    fill: #fdf3f5;
  }
  .lg\:fill-instagram-200 {
    fill: #f7c6cf;
  }
  .lg\:fill-instagram-300 {
    fill: #f199aa;
  }
  .lg\:fill-instagram-400 {
    fill: #ea6d84;
  }
  .lg\:fill-instagram-500 {
    fill: #E4405F;
  }
  .lg\:fill-instagram-600 {
    fill: #d31e40;
  }
  .lg\:fill-instagram-700 {
    fill: #a61833;
  }
  .lg\:fill-instagram-800 {
    fill: #7a1125;
  }
  .lg\:fill-instagram-900 {
    fill: #4d0b17;
  }
  .lg\:color-linkedin {
    color: #0077B5;
  }
  .lg\:color-linkedin-t1 {
    color: rgba(0, 119, 181, 0.1);
  }
  .lg\:color-linkedin-t2 {
    color: rgba(0, 119, 181, 0.2);
  }
  .lg\:color-linkedin-t3 {
    color: rgba(0, 119, 181, 0.3);
  }
  .lg\:color-linkedin-t4 {
    color: rgba(0, 119, 181, 0.4);
  }
  .lg\:color-linkedin-t5 {
    color: rgba(0, 119, 181, 0.5);
  }
  .lg\:color-linkedin-t6 {
    color: rgba(0, 119, 181, 0.6);
  }
  .lg\:color-linkedin-t7 {
    color: rgba(0, 119, 181, 0.7);
  }
  .lg\:color-linkedin-t8 {
    color: rgba(0, 119, 181, 0.8);
  }
  .lg\:color-linkedin-t9 {
    color: rgba(0, 119, 181, 0.9);
  }
  .lg\:color-linkedin-100 {
    color: #82d4ff;
  }
  .lg\:color-linkedin-200 {
    color: #4fc3ff;
  }
  .lg\:color-linkedin-300 {
    color: #1cb1ff;
  }
  .lg\:color-linkedin-400 {
    color: #0099e8;
  }
  .lg\:color-linkedin-500 {
    color: #0077B5;
  }
  .lg\:color-linkedin-600 {
    color: #005582;
  }
  .lg\:color-linkedin-700 {
    color: #00344f;
  }
  .lg\:color-linkedin-800 {
    color: #00121c;
  }
  .lg\:color-linkedin-900 {
    color: black;
  }
  .lg\:bg-linkedin {
    background-color: #0077B5;
  }
  .lg\:bg-linkedin-t1 {
    background-color: rgba(0, 119, 181, 0.1);
  }
  .lg\:bg-linkedin-t2 {
    background-color: rgba(0, 119, 181, 0.2);
  }
  .lg\:bg-linkedin-t3 {
    background-color: rgba(0, 119, 181, 0.3);
  }
  .lg\:bg-linkedin-t4 {
    background-color: rgba(0, 119, 181, 0.4);
  }
  .lg\:bg-linkedin-t5 {
    background-color: rgba(0, 119, 181, 0.5);
  }
  .lg\:bg-linkedin-t6 {
    background-color: rgba(0, 119, 181, 0.6);
  }
  .lg\:bg-linkedin-t7 {
    background-color: rgba(0, 119, 181, 0.7);
  }
  .lg\:bg-linkedin-t8 {
    background-color: rgba(0, 119, 181, 0.8);
  }
  .lg\:bg-linkedin-t9 {
    background-color: rgba(0, 119, 181, 0.9);
  }
  .lg\:bg-linkedin-100 {
    background-color: #82d4ff;
  }
  .lg\:bg-linkedin-200 {
    background-color: #4fc3ff;
  }
  .lg\:bg-linkedin-300 {
    background-color: #1cb1ff;
  }
  .lg\:bg-linkedin-400 {
    background-color: #0099e8;
  }
  .lg\:bg-linkedin-500 {
    background-color: #0077B5;
  }
  .lg\:bg-linkedin-600 {
    background-color: #005582;
  }
  .lg\:bg-linkedin-700 {
    background-color: #00344f;
  }
  .lg\:bg-linkedin-800 {
    background-color: #00121c;
  }
  .lg\:bg-linkedin-900 {
    background-color: black;
  }
  .lg\:border-linkedin {
    border-color: #0077B5;
  }
  .lg\:border-linkedin-t1 {
    border-color: rgba(0, 119, 181, 0.1);
  }
  .lg\:border-linkedin-t2 {
    border-color: rgba(0, 119, 181, 0.2);
  }
  .lg\:border-linkedin-t3 {
    border-color: rgba(0, 119, 181, 0.3);
  }
  .lg\:border-linkedin-t4 {
    border-color: rgba(0, 119, 181, 0.4);
  }
  .lg\:border-linkedin-t5 {
    border-color: rgba(0, 119, 181, 0.5);
  }
  .lg\:border-linkedin-t6 {
    border-color: rgba(0, 119, 181, 0.6);
  }
  .lg\:border-linkedin-t7 {
    border-color: rgba(0, 119, 181, 0.7);
  }
  .lg\:border-linkedin-t8 {
    border-color: rgba(0, 119, 181, 0.8);
  }
  .lg\:border-linkedin-t9 {
    border-color: rgba(0, 119, 181, 0.9);
  }
  .lg\:border-linkedin-100 {
    border-color: #82d4ff;
  }
  .lg\:border-linkedin-200 {
    border-color: #4fc3ff;
  }
  .lg\:border-linkedin-300 {
    border-color: #1cb1ff;
  }
  .lg\:border-linkedin-400 {
    border-color: #0099e8;
  }
  .lg\:border-linkedin-500 {
    border-color: #0077B5;
  }
  .lg\:border-linkedin-600 {
    border-color: #005582;
  }
  .lg\:border-linkedin-700 {
    border-color: #00344f;
  }
  .lg\:border-linkedin-800 {
    border-color: #00121c;
  }
  .lg\:border-linkedin-900 {
    border-color: black;
  }
  .lg\:fill-linkedin {
    fill: #0077B5;
  }
  .lg\:fill-linkedin-t1 {
    fill: rgba(0, 119, 181, 0.1);
  }
  .lg\:fill-linkedin-t2 {
    fill: rgba(0, 119, 181, 0.2);
  }
  .lg\:fill-linkedin-t3 {
    fill: rgba(0, 119, 181, 0.3);
  }
  .lg\:fill-linkedin-t4 {
    fill: rgba(0, 119, 181, 0.4);
  }
  .lg\:fill-linkedin-t5 {
    fill: rgba(0, 119, 181, 0.5);
  }
  .lg\:fill-linkedin-t6 {
    fill: rgba(0, 119, 181, 0.6);
  }
  .lg\:fill-linkedin-t7 {
    fill: rgba(0, 119, 181, 0.7);
  }
  .lg\:fill-linkedin-t8 {
    fill: rgba(0, 119, 181, 0.8);
  }
  .lg\:fill-linkedin-t9 {
    fill: rgba(0, 119, 181, 0.9);
  }
  .lg\:fill-linkedin-100 {
    fill: #82d4ff;
  }
  .lg\:fill-linkedin-200 {
    fill: #4fc3ff;
  }
  .lg\:fill-linkedin-300 {
    fill: #1cb1ff;
  }
  .lg\:fill-linkedin-400 {
    fill: #0099e8;
  }
  .lg\:fill-linkedin-500 {
    fill: #0077B5;
  }
  .lg\:fill-linkedin-600 {
    fill: #005582;
  }
  .lg\:fill-linkedin-700 {
    fill: #00344f;
  }
  .lg\:fill-linkedin-800 {
    fill: #00121c;
  }
  .lg\:fill-linkedin-900 {
    fill: black;
  }
  .lg\:color-twitter {
    color: #1DA1F2;
  }
  .lg\:color-twitter-t1 {
    color: rgba(29, 161, 242, 0.1);
  }
  .lg\:color-twitter-t2 {
    color: rgba(29, 161, 242, 0.2);
  }
  .lg\:color-twitter-t3 {
    color: rgba(29, 161, 242, 0.3);
  }
  .lg\:color-twitter-t4 {
    color: rgba(29, 161, 242, 0.4);
  }
  .lg\:color-twitter-t5 {
    color: rgba(29, 161, 242, 0.5);
  }
  .lg\:color-twitter-t6 {
    color: rgba(29, 161, 242, 0.6);
  }
  .lg\:color-twitter-t7 {
    color: rgba(29, 161, 242, 0.7);
  }
  .lg\:color-twitter-t8 {
    color: rgba(29, 161, 242, 0.8);
  }
  .lg\:color-twitter-t9 {
    color: rgba(29, 161, 242, 0.9);
  }
  .lg\:color-twitter-100 {
    color: #def1fd;
  }
  .lg\:color-twitter-200 {
    color: #aeddfa;
  }
  .lg\:color-twitter-300 {
    color: #7dc9f8;
  }
  .lg\:color-twitter-400 {
    color: #4db5f5;
  }
  .lg\:color-twitter-500 {
    color: #1DA1F2;
  }
  .lg\:color-twitter-600 {
    color: #0c85d0;
  }
  .lg\:color-twitter-700 {
    color: #0967a0;
  }
  .lg\:color-twitter-800 {
    color: #064870;
  }
  .lg\:color-twitter-900 {
    color: #04293f;
  }
  .lg\:bg-twitter {
    background-color: #1DA1F2;
  }
  .lg\:bg-twitter-t1 {
    background-color: rgba(29, 161, 242, 0.1);
  }
  .lg\:bg-twitter-t2 {
    background-color: rgba(29, 161, 242, 0.2);
  }
  .lg\:bg-twitter-t3 {
    background-color: rgba(29, 161, 242, 0.3);
  }
  .lg\:bg-twitter-t4 {
    background-color: rgba(29, 161, 242, 0.4);
  }
  .lg\:bg-twitter-t5 {
    background-color: rgba(29, 161, 242, 0.5);
  }
  .lg\:bg-twitter-t6 {
    background-color: rgba(29, 161, 242, 0.6);
  }
  .lg\:bg-twitter-t7 {
    background-color: rgba(29, 161, 242, 0.7);
  }
  .lg\:bg-twitter-t8 {
    background-color: rgba(29, 161, 242, 0.8);
  }
  .lg\:bg-twitter-t9 {
    background-color: rgba(29, 161, 242, 0.9);
  }
  .lg\:bg-twitter-100 {
    background-color: #def1fd;
  }
  .lg\:bg-twitter-200 {
    background-color: #aeddfa;
  }
  .lg\:bg-twitter-300 {
    background-color: #7dc9f8;
  }
  .lg\:bg-twitter-400 {
    background-color: #4db5f5;
  }
  .lg\:bg-twitter-500 {
    background-color: #1DA1F2;
  }
  .lg\:bg-twitter-600 {
    background-color: #0c85d0;
  }
  .lg\:bg-twitter-700 {
    background-color: #0967a0;
  }
  .lg\:bg-twitter-800 {
    background-color: #064870;
  }
  .lg\:bg-twitter-900 {
    background-color: #04293f;
  }
  .lg\:border-twitter {
    border-color: #1DA1F2;
  }
  .lg\:border-twitter-t1 {
    border-color: rgba(29, 161, 242, 0.1);
  }
  .lg\:border-twitter-t2 {
    border-color: rgba(29, 161, 242, 0.2);
  }
  .lg\:border-twitter-t3 {
    border-color: rgba(29, 161, 242, 0.3);
  }
  .lg\:border-twitter-t4 {
    border-color: rgba(29, 161, 242, 0.4);
  }
  .lg\:border-twitter-t5 {
    border-color: rgba(29, 161, 242, 0.5);
  }
  .lg\:border-twitter-t6 {
    border-color: rgba(29, 161, 242, 0.6);
  }
  .lg\:border-twitter-t7 {
    border-color: rgba(29, 161, 242, 0.7);
  }
  .lg\:border-twitter-t8 {
    border-color: rgba(29, 161, 242, 0.8);
  }
  .lg\:border-twitter-t9 {
    border-color: rgba(29, 161, 242, 0.9);
  }
  .lg\:border-twitter-100 {
    border-color: #def1fd;
  }
  .lg\:border-twitter-200 {
    border-color: #aeddfa;
  }
  .lg\:border-twitter-300 {
    border-color: #7dc9f8;
  }
  .lg\:border-twitter-400 {
    border-color: #4db5f5;
  }
  .lg\:border-twitter-500 {
    border-color: #1DA1F2;
  }
  .lg\:border-twitter-600 {
    border-color: #0c85d0;
  }
  .lg\:border-twitter-700 {
    border-color: #0967a0;
  }
  .lg\:border-twitter-800 {
    border-color: #064870;
  }
  .lg\:border-twitter-900 {
    border-color: #04293f;
  }
  .lg\:fill-twitter {
    fill: #1DA1F2;
  }
  .lg\:fill-twitter-t1 {
    fill: rgba(29, 161, 242, 0.1);
  }
  .lg\:fill-twitter-t2 {
    fill: rgba(29, 161, 242, 0.2);
  }
  .lg\:fill-twitter-t3 {
    fill: rgba(29, 161, 242, 0.3);
  }
  .lg\:fill-twitter-t4 {
    fill: rgba(29, 161, 242, 0.4);
  }
  .lg\:fill-twitter-t5 {
    fill: rgba(29, 161, 242, 0.5);
  }
  .lg\:fill-twitter-t6 {
    fill: rgba(29, 161, 242, 0.6);
  }
  .lg\:fill-twitter-t7 {
    fill: rgba(29, 161, 242, 0.7);
  }
  .lg\:fill-twitter-t8 {
    fill: rgba(29, 161, 242, 0.8);
  }
  .lg\:fill-twitter-t9 {
    fill: rgba(29, 161, 242, 0.9);
  }
  .lg\:fill-twitter-100 {
    fill: #def1fd;
  }
  .lg\:fill-twitter-200 {
    fill: #aeddfa;
  }
  .lg\:fill-twitter-300 {
    fill: #7dc9f8;
  }
  .lg\:fill-twitter-400 {
    fill: #4db5f5;
  }
  .lg\:fill-twitter-500 {
    fill: #1DA1F2;
  }
  .lg\:fill-twitter-600 {
    fill: #0c85d0;
  }
  .lg\:fill-twitter-700 {
    fill: #0967a0;
  }
  .lg\:fill-twitter-800 {
    fill: #064870;
  }
  .lg\:fill-twitter-900 {
    fill: #04293f;
  }
  .lg\:color-youtube {
    color: #FF0000;
  }
  .lg\:color-youtube-t1 {
    color: rgba(255, 0, 0, 0.1);
  }
  .lg\:color-youtube-t2 {
    color: rgba(255, 0, 0, 0.2);
  }
  .lg\:color-youtube-t3 {
    color: rgba(255, 0, 0, 0.3);
  }
  .lg\:color-youtube-t4 {
    color: rgba(255, 0, 0, 0.4);
  }
  .lg\:color-youtube-t5 {
    color: rgba(255, 0, 0, 0.5);
  }
  .lg\:color-youtube-t6 {
    color: rgba(255, 0, 0, 0.6);
  }
  .lg\:color-youtube-t7 {
    color: rgba(255, 0, 0, 0.7);
  }
  .lg\:color-youtube-t8 {
    color: rgba(255, 0, 0, 0.8);
  }
  .lg\:color-youtube-t9 {
    color: rgba(255, 0, 0, 0.9);
  }
  .lg\:color-youtube-100 {
    color: #ffcccc;
  }
  .lg\:color-youtube-200 {
    color: #ff9999;
  }
  .lg\:color-youtube-300 {
    color: #ff6666;
  }
  .lg\:color-youtube-400 {
    color: #ff3333;
  }
  .lg\:color-youtube-500 {
    color: #FF0000;
  }
  .lg\:color-youtube-600 {
    color: #cc0000;
  }
  .lg\:color-youtube-700 {
    color: #990000;
  }
  .lg\:color-youtube-800 {
    color: #660000;
  }
  .lg\:color-youtube-900 {
    color: #330000;
  }
  .lg\:bg-youtube {
    background-color: #FF0000;
  }
  .lg\:bg-youtube-t1 {
    background-color: rgba(255, 0, 0, 0.1);
  }
  .lg\:bg-youtube-t2 {
    background-color: rgba(255, 0, 0, 0.2);
  }
  .lg\:bg-youtube-t3 {
    background-color: rgba(255, 0, 0, 0.3);
  }
  .lg\:bg-youtube-t4 {
    background-color: rgba(255, 0, 0, 0.4);
  }
  .lg\:bg-youtube-t5 {
    background-color: rgba(255, 0, 0, 0.5);
  }
  .lg\:bg-youtube-t6 {
    background-color: rgba(255, 0, 0, 0.6);
  }
  .lg\:bg-youtube-t7 {
    background-color: rgba(255, 0, 0, 0.7);
  }
  .lg\:bg-youtube-t8 {
    background-color: rgba(255, 0, 0, 0.8);
  }
  .lg\:bg-youtube-t9 {
    background-color: rgba(255, 0, 0, 0.9);
  }
  .lg\:bg-youtube-100 {
    background-color: #ffcccc;
  }
  .lg\:bg-youtube-200 {
    background-color: #ff9999;
  }
  .lg\:bg-youtube-300 {
    background-color: #ff6666;
  }
  .lg\:bg-youtube-400 {
    background-color: #ff3333;
  }
  .lg\:bg-youtube-500 {
    background-color: #FF0000;
  }
  .lg\:bg-youtube-600 {
    background-color: #cc0000;
  }
  .lg\:bg-youtube-700 {
    background-color: #990000;
  }
  .lg\:bg-youtube-800 {
    background-color: #660000;
  }
  .lg\:bg-youtube-900 {
    background-color: #330000;
  }
  .lg\:border-youtube {
    border-color: #FF0000;
  }
  .lg\:border-youtube-t1 {
    border-color: rgba(255, 0, 0, 0.1);
  }
  .lg\:border-youtube-t2 {
    border-color: rgba(255, 0, 0, 0.2);
  }
  .lg\:border-youtube-t3 {
    border-color: rgba(255, 0, 0, 0.3);
  }
  .lg\:border-youtube-t4 {
    border-color: rgba(255, 0, 0, 0.4);
  }
  .lg\:border-youtube-t5 {
    border-color: rgba(255, 0, 0, 0.5);
  }
  .lg\:border-youtube-t6 {
    border-color: rgba(255, 0, 0, 0.6);
  }
  .lg\:border-youtube-t7 {
    border-color: rgba(255, 0, 0, 0.7);
  }
  .lg\:border-youtube-t8 {
    border-color: rgba(255, 0, 0, 0.8);
  }
  .lg\:border-youtube-t9 {
    border-color: rgba(255, 0, 0, 0.9);
  }
  .lg\:border-youtube-100 {
    border-color: #ffcccc;
  }
  .lg\:border-youtube-200 {
    border-color: #ff9999;
  }
  .lg\:border-youtube-300 {
    border-color: #ff6666;
  }
  .lg\:border-youtube-400 {
    border-color: #ff3333;
  }
  .lg\:border-youtube-500 {
    border-color: #FF0000;
  }
  .lg\:border-youtube-600 {
    border-color: #cc0000;
  }
  .lg\:border-youtube-700 {
    border-color: #990000;
  }
  .lg\:border-youtube-800 {
    border-color: #660000;
  }
  .lg\:border-youtube-900 {
    border-color: #330000;
  }
  .lg\:fill-youtube {
    fill: #FF0000;
  }
  .lg\:fill-youtube-t1 {
    fill: rgba(255, 0, 0, 0.1);
  }
  .lg\:fill-youtube-t2 {
    fill: rgba(255, 0, 0, 0.2);
  }
  .lg\:fill-youtube-t3 {
    fill: rgba(255, 0, 0, 0.3);
  }
  .lg\:fill-youtube-t4 {
    fill: rgba(255, 0, 0, 0.4);
  }
  .lg\:fill-youtube-t5 {
    fill: rgba(255, 0, 0, 0.5);
  }
  .lg\:fill-youtube-t6 {
    fill: rgba(255, 0, 0, 0.6);
  }
  .lg\:fill-youtube-t7 {
    fill: rgba(255, 0, 0, 0.7);
  }
  .lg\:fill-youtube-t8 {
    fill: rgba(255, 0, 0, 0.8);
  }
  .lg\:fill-youtube-t9 {
    fill: rgba(255, 0, 0, 0.9);
  }
  .lg\:fill-youtube-100 {
    fill: #ffcccc;
  }
  .lg\:fill-youtube-200 {
    fill: #ff9999;
  }
  .lg\:fill-youtube-300 {
    fill: #ff6666;
  }
  .lg\:fill-youtube-400 {
    fill: #ff3333;
  }
  .lg\:fill-youtube-500 {
    fill: #FF0000;
  }
  .lg\:fill-youtube-600 {
    fill: #cc0000;
  }
  .lg\:fill-youtube-700 {
    fill: #990000;
  }
  .lg\:fill-youtube-800 {
    fill: #660000;
  }
  .lg\:fill-youtube-900 {
    fill: #330000;
  }
  .lg\:color-whatsapp {
    color: #25D366;
  }
  .lg\:color-whatsapp-t1 {
    color: rgba(37, 211, 102, 0.1);
  }
  .lg\:color-whatsapp-t2 {
    color: rgba(37, 211, 102, 0.2);
  }
  .lg\:color-whatsapp-t3 {
    color: rgba(37, 211, 102, 0.3);
  }
  .lg\:color-whatsapp-t4 {
    color: rgba(37, 211, 102, 0.4);
  }
  .lg\:color-whatsapp-t5 {
    color: rgba(37, 211, 102, 0.5);
  }
  .lg\:color-whatsapp-t6 {
    color: rgba(37, 211, 102, 0.6);
  }
  .lg\:color-whatsapp-t7 {
    color: rgba(37, 211, 102, 0.7);
  }
  .lg\:color-whatsapp-t8 {
    color: rgba(37, 211, 102, 0.8);
  }
  .lg\:color-whatsapp-t9 {
    color: rgba(37, 211, 102, 0.9);
  }
  .lg\:color-whatsapp-100 {
    color: #cef6dd;
  }
  .lg\:color-whatsapp-200 {
    color: #a2efbf;
  }
  .lg\:color-whatsapp-300 {
    color: #77e7a1;
  }
  .lg\:color-whatsapp-400 {
    color: #4be083;
  }
  .lg\:color-whatsapp-500 {
    color: #25D366;
  }
  .lg\:color-whatsapp-600 {
    color: #1da851;
  }
  .lg\:color-whatsapp-700 {
    color: #167c3c;
  }
  .lg\:color-whatsapp-800 {
    color: #0e5127;
  }
  .lg\:color-whatsapp-900 {
    color: #072512;
  }
  .lg\:bg-whatsapp {
    background-color: #25D366;
  }
  .lg\:bg-whatsapp-t1 {
    background-color: rgba(37, 211, 102, 0.1);
  }
  .lg\:bg-whatsapp-t2 {
    background-color: rgba(37, 211, 102, 0.2);
  }
  .lg\:bg-whatsapp-t3 {
    background-color: rgba(37, 211, 102, 0.3);
  }
  .lg\:bg-whatsapp-t4 {
    background-color: rgba(37, 211, 102, 0.4);
  }
  .lg\:bg-whatsapp-t5 {
    background-color: rgba(37, 211, 102, 0.5);
  }
  .lg\:bg-whatsapp-t6 {
    background-color: rgba(37, 211, 102, 0.6);
  }
  .lg\:bg-whatsapp-t7 {
    background-color: rgba(37, 211, 102, 0.7);
  }
  .lg\:bg-whatsapp-t8 {
    background-color: rgba(37, 211, 102, 0.8);
  }
  .lg\:bg-whatsapp-t9 {
    background-color: rgba(37, 211, 102, 0.9);
  }
  .lg\:bg-whatsapp-100 {
    background-color: #cef6dd;
  }
  .lg\:bg-whatsapp-200 {
    background-color: #a2efbf;
  }
  .lg\:bg-whatsapp-300 {
    background-color: #77e7a1;
  }
  .lg\:bg-whatsapp-400 {
    background-color: #4be083;
  }
  .lg\:bg-whatsapp-500 {
    background-color: #25D366;
  }
  .lg\:bg-whatsapp-600 {
    background-color: #1da851;
  }
  .lg\:bg-whatsapp-700 {
    background-color: #167c3c;
  }
  .lg\:bg-whatsapp-800 {
    background-color: #0e5127;
  }
  .lg\:bg-whatsapp-900 {
    background-color: #072512;
  }
  .lg\:border-whatsapp {
    border-color: #25D366;
  }
  .lg\:border-whatsapp-t1 {
    border-color: rgba(37, 211, 102, 0.1);
  }
  .lg\:border-whatsapp-t2 {
    border-color: rgba(37, 211, 102, 0.2);
  }
  .lg\:border-whatsapp-t3 {
    border-color: rgba(37, 211, 102, 0.3);
  }
  .lg\:border-whatsapp-t4 {
    border-color: rgba(37, 211, 102, 0.4);
  }
  .lg\:border-whatsapp-t5 {
    border-color: rgba(37, 211, 102, 0.5);
  }
  .lg\:border-whatsapp-t6 {
    border-color: rgba(37, 211, 102, 0.6);
  }
  .lg\:border-whatsapp-t7 {
    border-color: rgba(37, 211, 102, 0.7);
  }
  .lg\:border-whatsapp-t8 {
    border-color: rgba(37, 211, 102, 0.8);
  }
  .lg\:border-whatsapp-t9 {
    border-color: rgba(37, 211, 102, 0.9);
  }
  .lg\:border-whatsapp-100 {
    border-color: #cef6dd;
  }
  .lg\:border-whatsapp-200 {
    border-color: #a2efbf;
  }
  .lg\:border-whatsapp-300 {
    border-color: #77e7a1;
  }
  .lg\:border-whatsapp-400 {
    border-color: #4be083;
  }
  .lg\:border-whatsapp-500 {
    border-color: #25D366;
  }
  .lg\:border-whatsapp-600 {
    border-color: #1da851;
  }
  .lg\:border-whatsapp-700 {
    border-color: #167c3c;
  }
  .lg\:border-whatsapp-800 {
    border-color: #0e5127;
  }
  .lg\:border-whatsapp-900 {
    border-color: #072512;
  }
  .lg\:fill-whatsapp {
    fill: #25D366;
  }
  .lg\:fill-whatsapp-t1 {
    fill: rgba(37, 211, 102, 0.1);
  }
  .lg\:fill-whatsapp-t2 {
    fill: rgba(37, 211, 102, 0.2);
  }
  .lg\:fill-whatsapp-t3 {
    fill: rgba(37, 211, 102, 0.3);
  }
  .lg\:fill-whatsapp-t4 {
    fill: rgba(37, 211, 102, 0.4);
  }
  .lg\:fill-whatsapp-t5 {
    fill: rgba(37, 211, 102, 0.5);
  }
  .lg\:fill-whatsapp-t6 {
    fill: rgba(37, 211, 102, 0.6);
  }
  .lg\:fill-whatsapp-t7 {
    fill: rgba(37, 211, 102, 0.7);
  }
  .lg\:fill-whatsapp-t8 {
    fill: rgba(37, 211, 102, 0.8);
  }
  .lg\:fill-whatsapp-t9 {
    fill: rgba(37, 211, 102, 0.9);
  }
  .lg\:fill-whatsapp-100 {
    fill: #cef6dd;
  }
  .lg\:fill-whatsapp-200 {
    fill: #a2efbf;
  }
  .lg\:fill-whatsapp-300 {
    fill: #77e7a1;
  }
  .lg\:fill-whatsapp-400 {
    fill: #4be083;
  }
  .lg\:fill-whatsapp-500 {
    fill: #25D366;
  }
  .lg\:fill-whatsapp-600 {
    fill: #1da851;
  }
  .lg\:fill-whatsapp-700 {
    fill: #167c3c;
  }
  .lg\:fill-whatsapp-800 {
    fill: #0e5127;
  }
  .lg\:fill-whatsapp-900 {
    fill: #072512;
  }
}
@media (max-width: 768px) {
  .xs\:border-top-1 {
    border-width: 0;
    border-top-width: 1px;
  }
  .xs\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .xs\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .xs\:border-top-2 {
    border-width: 0;
    border-top-width: 2px;
  }
  .xs\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .xs\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .xs\:border-top-3 {
    border-width: 0;
    border-top-width: 3px;
  }
  .xs\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .xs\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .xs\:border-top-4 {
    border-width: 0;
    border-top-width: 4px;
  }
  .xs\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .xs\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .xs\:border-top-5 {
    border-width: 0;
    border-top-width: 5px;
  }
  .xs\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .xs\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .xs\:border-right-1 {
    border-width: 0;
    border-right-width: 1px;
  }
  .xs\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .xs\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .xs\:border-right-2 {
    border-width: 0;
    border-right-width: 2px;
  }
  .xs\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .xs\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .xs\:border-right-3 {
    border-width: 0;
    border-right-width: 3px;
  }
  .xs\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .xs\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .xs\:border-right-4 {
    border-width: 0;
    border-right-width: 4px;
  }
  .xs\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .xs\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .xs\:border-right-5 {
    border-width: 0;
    border-right-width: 5px;
  }
  .xs\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .xs\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .xs\:border-bottom-1 {
    border-width: 0;
    border-bottom-width: 1px;
  }
  .xs\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .xs\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .xs\:border-bottom-2 {
    border-width: 0;
    border-bottom-width: 2px;
  }
  .xs\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .xs\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .xs\:border-bottom-3 {
    border-width: 0;
    border-bottom-width: 3px;
  }
  .xs\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .xs\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .xs\:border-bottom-4 {
    border-width: 0;
    border-bottom-width: 4px;
  }
  .xs\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .xs\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .xs\:border-bottom-5 {
    border-width: 0;
    border-bottom-width: 5px;
  }
  .xs\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .xs\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .xs\:border-left-1 {
    border-width: 0;
    border-left-width: 1px;
  }
  .xs\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .xs\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .xs\:border-left-2 {
    border-width: 0;
    border-left-width: 2px;
  }
  .xs\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .xs\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .xs\:border-left-3 {
    border-width: 0;
    border-left-width: 3px;
  }
  .xs\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .xs\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .xs\:border-left-4 {
    border-width: 0;
    border-left-width: 4px;
  }
  .xs\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .xs\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .xs\:border-left-5 {
    border-width: 0;
    border-left-width: 5px;
  }
  .xs\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .xs\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
}
@media (min-width: 769px) {
  .sm\:border-top-1 {
    border-width: 0;
    border-top-width: 1px;
  }
  .sm\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .sm\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .sm\:border-top-2 {
    border-width: 0;
    border-top-width: 2px;
  }
  .sm\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .sm\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .sm\:border-top-3 {
    border-width: 0;
    border-top-width: 3px;
  }
  .sm\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .sm\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .sm\:border-top-4 {
    border-width: 0;
    border-top-width: 4px;
  }
  .sm\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .sm\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .sm\:border-top-5 {
    border-width: 0;
    border-top-width: 5px;
  }
  .sm\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .sm\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .sm\:border-right-1 {
    border-width: 0;
    border-right-width: 1px;
  }
  .sm\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .sm\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .sm\:border-right-2 {
    border-width: 0;
    border-right-width: 2px;
  }
  .sm\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .sm\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .sm\:border-right-3 {
    border-width: 0;
    border-right-width: 3px;
  }
  .sm\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .sm\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .sm\:border-right-4 {
    border-width: 0;
    border-right-width: 4px;
  }
  .sm\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .sm\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .sm\:border-right-5 {
    border-width: 0;
    border-right-width: 5px;
  }
  .sm\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .sm\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .sm\:border-bottom-1 {
    border-width: 0;
    border-bottom-width: 1px;
  }
  .sm\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .sm\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .sm\:border-bottom-2 {
    border-width: 0;
    border-bottom-width: 2px;
  }
  .sm\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .sm\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .sm\:border-bottom-3 {
    border-width: 0;
    border-bottom-width: 3px;
  }
  .sm\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .sm\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .sm\:border-bottom-4 {
    border-width: 0;
    border-bottom-width: 4px;
  }
  .sm\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .sm\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .sm\:border-bottom-5 {
    border-width: 0;
    border-bottom-width: 5px;
  }
  .sm\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .sm\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .sm\:border-left-1 {
    border-width: 0;
    border-left-width: 1px;
  }
  .sm\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .sm\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .sm\:border-left-2 {
    border-width: 0;
    border-left-width: 2px;
  }
  .sm\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .sm\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .sm\:border-left-3 {
    border-width: 0;
    border-left-width: 3px;
  }
  .sm\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .sm\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .sm\:border-left-4 {
    border-width: 0;
    border-left-width: 4px;
  }
  .sm\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .sm\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .sm\:border-left-5 {
    border-width: 0;
    border-left-width: 5px;
  }
  .sm\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .sm\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:border-top-1 {
    border-width: 0;
    border-top-width: 1px;
  }
  .smo\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .smo\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .smo\:border-top-2 {
    border-width: 0;
    border-top-width: 2px;
  }
  .smo\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .smo\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .smo\:border-top-3 {
    border-width: 0;
    border-top-width: 3px;
  }
  .smo\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .smo\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .smo\:border-top-4 {
    border-width: 0;
    border-top-width: 4px;
  }
  .smo\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .smo\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .smo\:border-top-5 {
    border-width: 0;
    border-top-width: 5px;
  }
  .smo\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .smo\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .smo\:border-right-1 {
    border-width: 0;
    border-right-width: 1px;
  }
  .smo\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .smo\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .smo\:border-right-2 {
    border-width: 0;
    border-right-width: 2px;
  }
  .smo\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .smo\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .smo\:border-right-3 {
    border-width: 0;
    border-right-width: 3px;
  }
  .smo\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .smo\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .smo\:border-right-4 {
    border-width: 0;
    border-right-width: 4px;
  }
  .smo\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .smo\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .smo\:border-right-5 {
    border-width: 0;
    border-right-width: 5px;
  }
  .smo\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .smo\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .smo\:border-bottom-1 {
    border-width: 0;
    border-bottom-width: 1px;
  }
  .smo\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .smo\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .smo\:border-bottom-2 {
    border-width: 0;
    border-bottom-width: 2px;
  }
  .smo\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .smo\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .smo\:border-bottom-3 {
    border-width: 0;
    border-bottom-width: 3px;
  }
  .smo\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .smo\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .smo\:border-bottom-4 {
    border-width: 0;
    border-bottom-width: 4px;
  }
  .smo\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .smo\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .smo\:border-bottom-5 {
    border-width: 0;
    border-bottom-width: 5px;
  }
  .smo\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .smo\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .smo\:border-left-1 {
    border-width: 0;
    border-left-width: 1px;
  }
  .smo\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .smo\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .smo\:border-left-2 {
    border-width: 0;
    border-left-width: 2px;
  }
  .smo\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .smo\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .smo\:border-left-3 {
    border-width: 0;
    border-left-width: 3px;
  }
  .smo\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .smo\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .smo\:border-left-4 {
    border-width: 0;
    border-left-width: 4px;
  }
  .smo\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .smo\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .smo\:border-left-5 {
    border-width: 0;
    border-left-width: 5px;
  }
  .smo\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .smo\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
}
@media (max-width: 970px) {
  .smb\:border-top-1 {
    border-width: 0;
    border-top-width: 1px;
  }
  .smb\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .smb\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .smb\:border-top-2 {
    border-width: 0;
    border-top-width: 2px;
  }
  .smb\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .smb\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .smb\:border-top-3 {
    border-width: 0;
    border-top-width: 3px;
  }
  .smb\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .smb\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .smb\:border-top-4 {
    border-width: 0;
    border-top-width: 4px;
  }
  .smb\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .smb\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .smb\:border-top-5 {
    border-width: 0;
    border-top-width: 5px;
  }
  .smb\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .smb\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .smb\:border-right-1 {
    border-width: 0;
    border-right-width: 1px;
  }
  .smb\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .smb\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .smb\:border-right-2 {
    border-width: 0;
    border-right-width: 2px;
  }
  .smb\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .smb\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .smb\:border-right-3 {
    border-width: 0;
    border-right-width: 3px;
  }
  .smb\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .smb\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .smb\:border-right-4 {
    border-width: 0;
    border-right-width: 4px;
  }
  .smb\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .smb\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .smb\:border-right-5 {
    border-width: 0;
    border-right-width: 5px;
  }
  .smb\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .smb\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .smb\:border-bottom-1 {
    border-width: 0;
    border-bottom-width: 1px;
  }
  .smb\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .smb\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .smb\:border-bottom-2 {
    border-width: 0;
    border-bottom-width: 2px;
  }
  .smb\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .smb\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .smb\:border-bottom-3 {
    border-width: 0;
    border-bottom-width: 3px;
  }
  .smb\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .smb\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .smb\:border-bottom-4 {
    border-width: 0;
    border-bottom-width: 4px;
  }
  .smb\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .smb\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .smb\:border-bottom-5 {
    border-width: 0;
    border-bottom-width: 5px;
  }
  .smb\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .smb\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .smb\:border-left-1 {
    border-width: 0;
    border-left-width: 1px;
  }
  .smb\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .smb\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .smb\:border-left-2 {
    border-width: 0;
    border-left-width: 2px;
  }
  .smb\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .smb\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .smb\:border-left-3 {
    border-width: 0;
    border-left-width: 3px;
  }
  .smb\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .smb\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .smb\:border-left-4 {
    border-width: 0;
    border-left-width: 4px;
  }
  .smb\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .smb\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .smb\:border-left-5 {
    border-width: 0;
    border-left-width: 5px;
  }
  .smb\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .smb\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
}
@media (min-width: 971px) {
  .md\:border-top-1 {
    border-width: 0;
    border-top-width: 1px;
  }
  .md\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .md\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .md\:border-top-2 {
    border-width: 0;
    border-top-width: 2px;
  }
  .md\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .md\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .md\:border-top-3 {
    border-width: 0;
    border-top-width: 3px;
  }
  .md\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .md\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .md\:border-top-4 {
    border-width: 0;
    border-top-width: 4px;
  }
  .md\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .md\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .md\:border-top-5 {
    border-width: 0;
    border-top-width: 5px;
  }
  .md\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .md\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .md\:border-right-1 {
    border-width: 0;
    border-right-width: 1px;
  }
  .md\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .md\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .md\:border-right-2 {
    border-width: 0;
    border-right-width: 2px;
  }
  .md\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .md\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .md\:border-right-3 {
    border-width: 0;
    border-right-width: 3px;
  }
  .md\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .md\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .md\:border-right-4 {
    border-width: 0;
    border-right-width: 4px;
  }
  .md\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .md\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .md\:border-right-5 {
    border-width: 0;
    border-right-width: 5px;
  }
  .md\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .md\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .md\:border-bottom-1 {
    border-width: 0;
    border-bottom-width: 1px;
  }
  .md\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .md\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .md\:border-bottom-2 {
    border-width: 0;
    border-bottom-width: 2px;
  }
  .md\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .md\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .md\:border-bottom-3 {
    border-width: 0;
    border-bottom-width: 3px;
  }
  .md\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .md\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .md\:border-bottom-4 {
    border-width: 0;
    border-bottom-width: 4px;
  }
  .md\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .md\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .md\:border-bottom-5 {
    border-width: 0;
    border-bottom-width: 5px;
  }
  .md\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .md\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .md\:border-left-1 {
    border-width: 0;
    border-left-width: 1px;
  }
  .md\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .md\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .md\:border-left-2 {
    border-width: 0;
    border-left-width: 2px;
  }
  .md\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .md\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .md\:border-left-3 {
    border-width: 0;
    border-left-width: 3px;
  }
  .md\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .md\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .md\:border-left-4 {
    border-width: 0;
    border-left-width: 4px;
  }
  .md\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .md\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .md\:border-left-5 {
    border-width: 0;
    border-left-width: 5px;
  }
  .md\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .md\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:border-top-1 {
    border-width: 0;
    border-top-width: 1px;
  }
  .mdo\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .mdo\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .mdo\:border-top-2 {
    border-width: 0;
    border-top-width: 2px;
  }
  .mdo\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .mdo\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .mdo\:border-top-3 {
    border-width: 0;
    border-top-width: 3px;
  }
  .mdo\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .mdo\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .mdo\:border-top-4 {
    border-width: 0;
    border-top-width: 4px;
  }
  .mdo\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .mdo\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .mdo\:border-top-5 {
    border-width: 0;
    border-top-width: 5px;
  }
  .mdo\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .mdo\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .mdo\:border-right-1 {
    border-width: 0;
    border-right-width: 1px;
  }
  .mdo\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .mdo\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .mdo\:border-right-2 {
    border-width: 0;
    border-right-width: 2px;
  }
  .mdo\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .mdo\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .mdo\:border-right-3 {
    border-width: 0;
    border-right-width: 3px;
  }
  .mdo\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .mdo\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .mdo\:border-right-4 {
    border-width: 0;
    border-right-width: 4px;
  }
  .mdo\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .mdo\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .mdo\:border-right-5 {
    border-width: 0;
    border-right-width: 5px;
  }
  .mdo\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .mdo\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .mdo\:border-bottom-1 {
    border-width: 0;
    border-bottom-width: 1px;
  }
  .mdo\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .mdo\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .mdo\:border-bottom-2 {
    border-width: 0;
    border-bottom-width: 2px;
  }
  .mdo\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .mdo\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .mdo\:border-bottom-3 {
    border-width: 0;
    border-bottom-width: 3px;
  }
  .mdo\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .mdo\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .mdo\:border-bottom-4 {
    border-width: 0;
    border-bottom-width: 4px;
  }
  .mdo\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .mdo\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .mdo\:border-bottom-5 {
    border-width: 0;
    border-bottom-width: 5px;
  }
  .mdo\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .mdo\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .mdo\:border-left-1 {
    border-width: 0;
    border-left-width: 1px;
  }
  .mdo\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .mdo\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .mdo\:border-left-2 {
    border-width: 0;
    border-left-width: 2px;
  }
  .mdo\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .mdo\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .mdo\:border-left-3 {
    border-width: 0;
    border-left-width: 3px;
  }
  .mdo\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .mdo\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .mdo\:border-left-4 {
    border-width: 0;
    border-left-width: 4px;
  }
  .mdo\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .mdo\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .mdo\:border-left-5 {
    border-width: 0;
    border-left-width: 5px;
  }
  .mdo\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .mdo\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
}
@media (max-width: 1289px) {
  .mdb\:border-top-1 {
    border-width: 0;
    border-top-width: 1px;
  }
  .mdb\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .mdb\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .mdb\:border-top-2 {
    border-width: 0;
    border-top-width: 2px;
  }
  .mdb\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .mdb\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .mdb\:border-top-3 {
    border-width: 0;
    border-top-width: 3px;
  }
  .mdb\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .mdb\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .mdb\:border-top-4 {
    border-width: 0;
    border-top-width: 4px;
  }
  .mdb\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .mdb\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .mdb\:border-top-5 {
    border-width: 0;
    border-top-width: 5px;
  }
  .mdb\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .mdb\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .mdb\:border-right-1 {
    border-width: 0;
    border-right-width: 1px;
  }
  .mdb\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .mdb\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .mdb\:border-right-2 {
    border-width: 0;
    border-right-width: 2px;
  }
  .mdb\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .mdb\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .mdb\:border-right-3 {
    border-width: 0;
    border-right-width: 3px;
  }
  .mdb\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .mdb\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .mdb\:border-right-4 {
    border-width: 0;
    border-right-width: 4px;
  }
  .mdb\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .mdb\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .mdb\:border-right-5 {
    border-width: 0;
    border-right-width: 5px;
  }
  .mdb\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .mdb\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .mdb\:border-bottom-1 {
    border-width: 0;
    border-bottom-width: 1px;
  }
  .mdb\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .mdb\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .mdb\:border-bottom-2 {
    border-width: 0;
    border-bottom-width: 2px;
  }
  .mdb\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .mdb\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .mdb\:border-bottom-3 {
    border-width: 0;
    border-bottom-width: 3px;
  }
  .mdb\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .mdb\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .mdb\:border-bottom-4 {
    border-width: 0;
    border-bottom-width: 4px;
  }
  .mdb\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .mdb\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .mdb\:border-bottom-5 {
    border-width: 0;
    border-bottom-width: 5px;
  }
  .mdb\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .mdb\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .mdb\:border-left-1 {
    border-width: 0;
    border-left-width: 1px;
  }
  .mdb\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .mdb\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .mdb\:border-left-2 {
    border-width: 0;
    border-left-width: 2px;
  }
  .mdb\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .mdb\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .mdb\:border-left-3 {
    border-width: 0;
    border-left-width: 3px;
  }
  .mdb\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .mdb\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .mdb\:border-left-4 {
    border-width: 0;
    border-left-width: 4px;
  }
  .mdb\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .mdb\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .mdb\:border-left-5 {
    border-width: 0;
    border-left-width: 5px;
  }
  .mdb\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .mdb\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
}
@media (min-width: 1290px) {
  .lg\:border-top-1 {
    border-width: 0;
    border-top-width: 1px;
  }
  .lg\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .lg\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .lg\:border-top-2 {
    border-width: 0;
    border-top-width: 2px;
  }
  .lg\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .lg\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .lg\:border-top-3 {
    border-width: 0;
    border-top-width: 3px;
  }
  .lg\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .lg\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .lg\:border-top-4 {
    border-width: 0;
    border-top-width: 4px;
  }
  .lg\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .lg\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .lg\:border-top-5 {
    border-width: 0;
    border-top-width: 5px;
  }
  .lg\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .lg\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .lg\:border-right-1 {
    border-width: 0;
    border-right-width: 1px;
  }
  .lg\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .lg\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .lg\:border-right-2 {
    border-width: 0;
    border-right-width: 2px;
  }
  .lg\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .lg\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .lg\:border-right-3 {
    border-width: 0;
    border-right-width: 3px;
  }
  .lg\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .lg\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .lg\:border-right-4 {
    border-width: 0;
    border-right-width: 4px;
  }
  .lg\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .lg\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .lg\:border-right-5 {
    border-width: 0;
    border-right-width: 5px;
  }
  .lg\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .lg\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .lg\:border-bottom-1 {
    border-width: 0;
    border-bottom-width: 1px;
  }
  .lg\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .lg\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .lg\:border-bottom-2 {
    border-width: 0;
    border-bottom-width: 2px;
  }
  .lg\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .lg\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .lg\:border-bottom-3 {
    border-width: 0;
    border-bottom-width: 3px;
  }
  .lg\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .lg\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .lg\:border-bottom-4 {
    border-width: 0;
    border-bottom-width: 4px;
  }
  .lg\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .lg\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .lg\:border-bottom-5 {
    border-width: 0;
    border-bottom-width: 5px;
  }
  .lg\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .lg\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .lg\:border-left-1 {
    border-width: 0;
    border-left-width: 1px;
  }
  .lg\:border-x-i {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .lg\:border-y-i {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .lg\:border-left-2 {
    border-width: 0;
    border-left-width: 2px;
  }
  .lg\:border-x-i {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .lg\:border-y-i {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .lg\:border-left-3 {
    border-width: 0;
    border-left-width: 3px;
  }
  .lg\:border-x-i {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .lg\:border-y-i {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .lg\:border-left-4 {
    border-width: 0;
    border-left-width: 4px;
  }
  .lg\:border-x-i {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .lg\:border-y-i {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .lg\:border-left-5 {
    border-width: 0;
    border-left-width: 5px;
  }
  .lg\:border-x-i {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .lg\:border-y-i {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
}
.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-5 {
  border-width: 5px;
}

.border-top-1 {
  border-width: 0;
  border-top-width: 1px;
}

.border-x-1 {
  border-width: 0 1px;
}

.border-y-1 {
  border-width: 1px 0;
}

.border-top-2 {
  border-width: 0;
  border-top-width: 2px;
}

.border-x-2 {
  border-width: 0 2px;
}

.border-y-2 {
  border-width: 2px 0;
}

.border-top-3 {
  border-width: 0;
  border-top-width: 3px;
}

.border-x-3 {
  border-width: 0 3px;
}

.border-y-3 {
  border-width: 3px 0;
}

.border-top-4 {
  border-width: 0;
  border-top-width: 4px;
}

.border-x-4 {
  border-width: 0 4px;
}

.border-y-4 {
  border-width: 4px 0;
}

.border-top-5 {
  border-width: 0;
  border-top-width: 5px;
}

.border-x-5 {
  border-width: 0 5px;
}

.border-y-5 {
  border-width: 5px 0;
}

.border-top-6 {
  border-width: 0;
  border-top-width: 6px;
}

.border-x-6 {
  border-width: 0 6px;
}

.border-y-6 {
  border-width: 6px 0;
}

.border-top-7 {
  border-width: 0;
  border-top-width: 7px;
}

.border-x-7 {
  border-width: 0 7px;
}

.border-y-7 {
  border-width: 7px 0;
}

.border-top-8 {
  border-width: 0;
  border-top-width: 8px;
}

.border-x-8 {
  border-width: 0 8px;
}

.border-y-8 {
  border-width: 8px 0;
}

.border-top-9 {
  border-width: 0;
  border-top-width: 9px;
}

.border-x-9 {
  border-width: 0 9px;
}

.border-y-9 {
  border-width: 9px 0;
}

.border-top-10 {
  border-width: 0;
  border-top-width: 10px;
}

.border-x-10 {
  border-width: 0 10px;
}

.border-y-10 {
  border-width: 10px 0;
}

.border-top-11 {
  border-width: 0;
  border-top-width: 11px;
}

.border-x-11 {
  border-width: 0 11px;
}

.border-y-11 {
  border-width: 11px 0;
}

.border-top-12 {
  border-width: 0;
  border-top-width: 12px;
}

.border-x-12 {
  border-width: 0 12px;
}

.border-y-12 {
  border-width: 12px 0;
}

.border-top-13 {
  border-width: 0;
  border-top-width: 13px;
}

.border-x-13 {
  border-width: 0 13px;
}

.border-y-13 {
  border-width: 13px 0;
}

.border-top-14 {
  border-width: 0;
  border-top-width: 14px;
}

.border-x-14 {
  border-width: 0 14px;
}

.border-y-14 {
  border-width: 14px 0;
}

.border-top-15 {
  border-width: 0;
  border-top-width: 15px;
}

.border-x-15 {
  border-width: 0 15px;
}

.border-y-15 {
  border-width: 15px 0;
}

.border-right-1 {
  border-width: 0;
  border-right-width: 1px;
}

.border-x-1 {
  border-width: 0 1px;
}

.border-y-1 {
  border-width: 1px 0;
}

.border-right-2 {
  border-width: 0;
  border-right-width: 2px;
}

.border-x-2 {
  border-width: 0 2px;
}

.border-y-2 {
  border-width: 2px 0;
}

.border-right-3 {
  border-width: 0;
  border-right-width: 3px;
}

.border-x-3 {
  border-width: 0 3px;
}

.border-y-3 {
  border-width: 3px 0;
}

.border-right-4 {
  border-width: 0;
  border-right-width: 4px;
}

.border-x-4 {
  border-width: 0 4px;
}

.border-y-4 {
  border-width: 4px 0;
}

.border-right-5 {
  border-width: 0;
  border-right-width: 5px;
}

.border-x-5 {
  border-width: 0 5px;
}

.border-y-5 {
  border-width: 5px 0;
}

.border-right-6 {
  border-width: 0;
  border-right-width: 6px;
}

.border-x-6 {
  border-width: 0 6px;
}

.border-y-6 {
  border-width: 6px 0;
}

.border-right-7 {
  border-width: 0;
  border-right-width: 7px;
}

.border-x-7 {
  border-width: 0 7px;
}

.border-y-7 {
  border-width: 7px 0;
}

.border-right-8 {
  border-width: 0;
  border-right-width: 8px;
}

.border-x-8 {
  border-width: 0 8px;
}

.border-y-8 {
  border-width: 8px 0;
}

.border-right-9 {
  border-width: 0;
  border-right-width: 9px;
}

.border-x-9 {
  border-width: 0 9px;
}

.border-y-9 {
  border-width: 9px 0;
}

.border-right-10 {
  border-width: 0;
  border-right-width: 10px;
}

.border-x-10 {
  border-width: 0 10px;
}

.border-y-10 {
  border-width: 10px 0;
}

.border-right-11 {
  border-width: 0;
  border-right-width: 11px;
}

.border-x-11 {
  border-width: 0 11px;
}

.border-y-11 {
  border-width: 11px 0;
}

.border-right-12 {
  border-width: 0;
  border-right-width: 12px;
}

.border-x-12 {
  border-width: 0 12px;
}

.border-y-12 {
  border-width: 12px 0;
}

.border-right-13 {
  border-width: 0;
  border-right-width: 13px;
}

.border-x-13 {
  border-width: 0 13px;
}

.border-y-13 {
  border-width: 13px 0;
}

.border-right-14 {
  border-width: 0;
  border-right-width: 14px;
}

.border-x-14 {
  border-width: 0 14px;
}

.border-y-14 {
  border-width: 14px 0;
}

.border-right-15 {
  border-width: 0;
  border-right-width: 15px;
}

.border-x-15 {
  border-width: 0 15px;
}

.border-y-15 {
  border-width: 15px 0;
}

.border-bottom-1 {
  border-width: 0;
  border-bottom-width: 1px;
}

.border-x-1 {
  border-width: 0 1px;
}

.border-y-1 {
  border-width: 1px 0;
}

.border-bottom-2 {
  border-width: 0;
  border-bottom-width: 2px;
}

.border-x-2 {
  border-width: 0 2px;
}

.border-y-2 {
  border-width: 2px 0;
}

.border-bottom-3 {
  border-width: 0;
  border-bottom-width: 3px;
}

.border-x-3 {
  border-width: 0 3px;
}

.border-y-3 {
  border-width: 3px 0;
}

.border-bottom-4 {
  border-width: 0;
  border-bottom-width: 4px;
}

.border-x-4 {
  border-width: 0 4px;
}

.border-y-4 {
  border-width: 4px 0;
}

.border-bottom-5 {
  border-width: 0;
  border-bottom-width: 5px;
}

.border-x-5 {
  border-width: 0 5px;
}

.border-y-5 {
  border-width: 5px 0;
}

.border-bottom-6 {
  border-width: 0;
  border-bottom-width: 6px;
}

.border-x-6 {
  border-width: 0 6px;
}

.border-y-6 {
  border-width: 6px 0;
}

.border-bottom-7 {
  border-width: 0;
  border-bottom-width: 7px;
}

.border-x-7 {
  border-width: 0 7px;
}

.border-y-7 {
  border-width: 7px 0;
}

.border-bottom-8 {
  border-width: 0;
  border-bottom-width: 8px;
}

.border-x-8 {
  border-width: 0 8px;
}

.border-y-8 {
  border-width: 8px 0;
}

.border-bottom-9 {
  border-width: 0;
  border-bottom-width: 9px;
}

.border-x-9 {
  border-width: 0 9px;
}

.border-y-9 {
  border-width: 9px 0;
}

.border-bottom-10 {
  border-width: 0;
  border-bottom-width: 10px;
}

.border-x-10 {
  border-width: 0 10px;
}

.border-y-10 {
  border-width: 10px 0;
}

.border-bottom-11 {
  border-width: 0;
  border-bottom-width: 11px;
}

.border-x-11 {
  border-width: 0 11px;
}

.border-y-11 {
  border-width: 11px 0;
}

.border-bottom-12 {
  border-width: 0;
  border-bottom-width: 12px;
}

.border-x-12 {
  border-width: 0 12px;
}

.border-y-12 {
  border-width: 12px 0;
}

.border-bottom-13 {
  border-width: 0;
  border-bottom-width: 13px;
}

.border-x-13 {
  border-width: 0 13px;
}

.border-y-13 {
  border-width: 13px 0;
}

.border-bottom-14 {
  border-width: 0;
  border-bottom-width: 14px;
}

.border-x-14 {
  border-width: 0 14px;
}

.border-y-14 {
  border-width: 14px 0;
}

.border-bottom-15 {
  border-width: 0;
  border-bottom-width: 15px;
}

.border-x-15 {
  border-width: 0 15px;
}

.border-y-15 {
  border-width: 15px 0;
}

.border-left-1 {
  border-width: 0;
  border-left-width: 1px;
}

.border-x-1 {
  border-width: 0 1px;
}

.border-y-1 {
  border-width: 1px 0;
}

.border-left-2 {
  border-width: 0;
  border-left-width: 2px;
}

.border-x-2 {
  border-width: 0 2px;
}

.border-y-2 {
  border-width: 2px 0;
}

.border-left-3 {
  border-width: 0;
  border-left-width: 3px;
}

.border-x-3 {
  border-width: 0 3px;
}

.border-y-3 {
  border-width: 3px 0;
}

.border-left-4 {
  border-width: 0;
  border-left-width: 4px;
}

.border-x-4 {
  border-width: 0 4px;
}

.border-y-4 {
  border-width: 4px 0;
}

.border-left-5 {
  border-width: 0;
  border-left-width: 5px;
}

.border-x-5 {
  border-width: 0 5px;
}

.border-y-5 {
  border-width: 5px 0;
}

.border-left-6 {
  border-width: 0;
  border-left-width: 6px;
}

.border-x-6 {
  border-width: 0 6px;
}

.border-y-6 {
  border-width: 6px 0;
}

.border-left-7 {
  border-width: 0;
  border-left-width: 7px;
}

.border-x-7 {
  border-width: 0 7px;
}

.border-y-7 {
  border-width: 7px 0;
}

.border-left-8 {
  border-width: 0;
  border-left-width: 8px;
}

.border-x-8 {
  border-width: 0 8px;
}

.border-y-8 {
  border-width: 8px 0;
}

.border-left-9 {
  border-width: 0;
  border-left-width: 9px;
}

.border-x-9 {
  border-width: 0 9px;
}

.border-y-9 {
  border-width: 9px 0;
}

.border-left-10 {
  border-width: 0;
  border-left-width: 10px;
}

.border-x-10 {
  border-width: 0 10px;
}

.border-y-10 {
  border-width: 10px 0;
}

.border-left-11 {
  border-width: 0;
  border-left-width: 11px;
}

.border-x-11 {
  border-width: 0 11px;
}

.border-y-11 {
  border-width: 11px 0;
}

.border-left-12 {
  border-width: 0;
  border-left-width: 12px;
}

.border-x-12 {
  border-width: 0 12px;
}

.border-y-12 {
  border-width: 12px 0;
}

.border-left-13 {
  border-width: 0;
  border-left-width: 13px;
}

.border-x-13 {
  border-width: 0 13px;
}

.border-y-13 {
  border-width: 13px 0;
}

.border-left-14 {
  border-width: 0;
  border-left-width: 14px;
}

.border-x-14 {
  border-width: 0 14px;
}

.border-y-14 {
  border-width: 14px 0;
}

.border-left-15 {
  border-width: 0;
  border-left-width: 15px;
}

.border-x-15 {
  border-width: 0 15px;
}

.border-y-15 {
  border-width: 15px 0;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

@media (max-width: 768px) {
  .xs\:border-solid {
    border-style: solid;
  }
  .xs\:border-dashed {
    border-style: dashed;
  }
  .xs\:border-dotted {
    border-style: dotted;
  }
  .xs\:border-double {
    border-style: double;
  }
  .xs\:border-none {
    border-style: none;
  }
}
@media (min-width: 769px) {
  .sm\:border-solid {
    border-style: solid;
  }
  .sm\:border-dashed {
    border-style: dashed;
  }
  .sm\:border-dotted {
    border-style: dotted;
  }
  .sm\:border-double {
    border-style: double;
  }
  .sm\:border-none {
    border-style: none;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:border-solid {
    border-style: solid;
  }
  .smo\:border-dashed {
    border-style: dashed;
  }
  .smo\:border-dotted {
    border-style: dotted;
  }
  .smo\:border-double {
    border-style: double;
  }
  .smo\:border-none {
    border-style: none;
  }
}
@media (max-width: 970px) {
  .smb\:border-solid {
    border-style: solid;
  }
  .smb\:border-dashed {
    border-style: dashed;
  }
  .smb\:border-dotted {
    border-style: dotted;
  }
  .smb\:border-double {
    border-style: double;
  }
  .smb\:border-none {
    border-style: none;
  }
}
@media (min-width: 971px) {
  .md\:border-solid {
    border-style: solid;
  }
  .md\:border-dashed {
    border-style: dashed;
  }
  .md\:border-dotted {
    border-style: dotted;
  }
  .md\:border-double {
    border-style: double;
  }
  .md\:border-none {
    border-style: none;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:border-solid {
    border-style: solid;
  }
  .mdo\:border-dashed {
    border-style: dashed;
  }
  .mdo\:border-dotted {
    border-style: dotted;
  }
  .mdo\:border-double {
    border-style: double;
  }
  .mdo\:border-none {
    border-style: none;
  }
}
@media (max-width: 1289px) {
  .mdb\:border-solid {
    border-style: solid;
  }
  .mdb\:border-dashed {
    border-style: dashed;
  }
  .mdb\:border-dotted {
    border-style: dotted;
  }
  .mdb\:border-double {
    border-style: double;
  }
  .mdb\:border-none {
    border-style: none;
  }
}
@media (min-width: 1290px) {
  .lg\:border-solid {
    border-style: solid;
  }
  .lg\:border-dashed {
    border-style: dashed;
  }
  .lg\:border-dotted {
    border-style: dotted;
  }
  .lg\:border-double {
    border-style: double;
  }
  .lg\:border-none {
    border-style: none;
  }
}
.rounded-5 {
  border-radius: 5px;
  overflow: hidden;
}

.circle-5 {
  display: inline-flex;
  width: 5px;
  height: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-10 {
  border-radius: 10px;
  overflow: hidden;
}

.circle-10 {
  display: inline-flex;
  width: 10px;
  height: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-15 {
  border-radius: 15px;
  overflow: hidden;
}

.circle-15 {
  display: inline-flex;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-20 {
  border-radius: 20px;
  overflow: hidden;
}

.circle-20 {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-25 {
  border-radius: 25px;
  overflow: hidden;
}

.circle-25 {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-30 {
  border-radius: 30px;
  overflow: hidden;
}

.circle-30 {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-35 {
  border-radius: 35px;
  overflow: hidden;
}

.circle-35 {
  display: inline-flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-40 {
  border-radius: 40px;
  overflow: hidden;
}

.circle-40 {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-45 {
  border-radius: 45px;
  overflow: hidden;
}

.circle-45 {
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-50 {
  border-radius: 50px;
  overflow: hidden;
}

.circle-50 {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-55 {
  border-radius: 55px;
  overflow: hidden;
}

.circle-55 {
  display: inline-flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-60 {
  border-radius: 60px;
  overflow: hidden;
}

.circle-60 {
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-65 {
  border-radius: 65px;
  overflow: hidden;
}

.circle-65 {
  display: inline-flex;
  width: 65px;
  height: 65px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-70 {
  border-radius: 70px;
  overflow: hidden;
}

.circle-70 {
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-75 {
  border-radius: 75px;
  overflow: hidden;
}

.circle-75 {
  display: inline-flex;
  width: 75px;
  height: 75px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-80 {
  border-radius: 80px;
  overflow: hidden;
}

.circle-80 {
  display: inline-flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-85 {
  border-radius: 85px;
  overflow: hidden;
}

.circle-85 {
  display: inline-flex;
  width: 85px;
  height: 85px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-90 {
  border-radius: 90px;
  overflow: hidden;
}

.circle-90 {
  display: inline-flex;
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-95 {
  border-radius: 95px;
  overflow: hidden;
}

.circle-95 {
  display: inline-flex;
  width: 95px;
  height: 95px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

.rounded-100 {
  border-radius: 100px;
  overflow: hidden;
}

.circle-100 {
  display: inline-flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .xs\:rounded-5 {
    border-radius: 5px;
    overflow: hidden;
  }
  .xs\:circle-5 {
    display: inline-flex;
    width: 5px;
    height: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-10 {
    border-radius: 10px;
    overflow: hidden;
  }
  .xs\:circle-10 {
    display: inline-flex;
    width: 10px;
    height: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-15 {
    border-radius: 15px;
    overflow: hidden;
  }
  .xs\:circle-15 {
    display: inline-flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-20 {
    border-radius: 20px;
    overflow: hidden;
  }
  .xs\:circle-20 {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-25 {
    border-radius: 25px;
    overflow: hidden;
  }
  .xs\:circle-25 {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-30 {
    border-radius: 30px;
    overflow: hidden;
  }
  .xs\:circle-30 {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-35 {
    border-radius: 35px;
    overflow: hidden;
  }
  .xs\:circle-35 {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-40 {
    border-radius: 40px;
    overflow: hidden;
  }
  .xs\:circle-40 {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-45 {
    border-radius: 45px;
    overflow: hidden;
  }
  .xs\:circle-45 {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-50 {
    border-radius: 50px;
    overflow: hidden;
  }
  .xs\:circle-50 {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-55 {
    border-radius: 55px;
    overflow: hidden;
  }
  .xs\:circle-55 {
    display: inline-flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-60 {
    border-radius: 60px;
    overflow: hidden;
  }
  .xs\:circle-60 {
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-65 {
    border-radius: 65px;
    overflow: hidden;
  }
  .xs\:circle-65 {
    display: inline-flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-70 {
    border-radius: 70px;
    overflow: hidden;
  }
  .xs\:circle-70 {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-75 {
    border-radius: 75px;
    overflow: hidden;
  }
  .xs\:circle-75 {
    display: inline-flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-80 {
    border-radius: 80px;
    overflow: hidden;
  }
  .xs\:circle-80 {
    display: inline-flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-85 {
    border-radius: 85px;
    overflow: hidden;
  }
  .xs\:circle-85 {
    display: inline-flex;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-90 {
    border-radius: 90px;
    overflow: hidden;
  }
  .xs\:circle-90 {
    display: inline-flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-95 {
    border-radius: 95px;
    overflow: hidden;
  }
  .xs\:circle-95 {
    display: inline-flex;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .xs\:rounded-100 {
    border-radius: 100px;
    overflow: hidden;
  }
  .xs\:circle-100 {
    display: inline-flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  .sm\:rounded-5 {
    border-radius: 5px;
    overflow: hidden;
  }
  .sm\:circle-5 {
    display: inline-flex;
    width: 5px;
    height: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-10 {
    border-radius: 10px;
    overflow: hidden;
  }
  .sm\:circle-10 {
    display: inline-flex;
    width: 10px;
    height: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-15 {
    border-radius: 15px;
    overflow: hidden;
  }
  .sm\:circle-15 {
    display: inline-flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-20 {
    border-radius: 20px;
    overflow: hidden;
  }
  .sm\:circle-20 {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-25 {
    border-radius: 25px;
    overflow: hidden;
  }
  .sm\:circle-25 {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-30 {
    border-radius: 30px;
    overflow: hidden;
  }
  .sm\:circle-30 {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-35 {
    border-radius: 35px;
    overflow: hidden;
  }
  .sm\:circle-35 {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-40 {
    border-radius: 40px;
    overflow: hidden;
  }
  .sm\:circle-40 {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-45 {
    border-radius: 45px;
    overflow: hidden;
  }
  .sm\:circle-45 {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-50 {
    border-radius: 50px;
    overflow: hidden;
  }
  .sm\:circle-50 {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-55 {
    border-radius: 55px;
    overflow: hidden;
  }
  .sm\:circle-55 {
    display: inline-flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-60 {
    border-radius: 60px;
    overflow: hidden;
  }
  .sm\:circle-60 {
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-65 {
    border-radius: 65px;
    overflow: hidden;
  }
  .sm\:circle-65 {
    display: inline-flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-70 {
    border-radius: 70px;
    overflow: hidden;
  }
  .sm\:circle-70 {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-75 {
    border-radius: 75px;
    overflow: hidden;
  }
  .sm\:circle-75 {
    display: inline-flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-80 {
    border-radius: 80px;
    overflow: hidden;
  }
  .sm\:circle-80 {
    display: inline-flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-85 {
    border-radius: 85px;
    overflow: hidden;
  }
  .sm\:circle-85 {
    display: inline-flex;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-90 {
    border-radius: 90px;
    overflow: hidden;
  }
  .sm\:circle-90 {
    display: inline-flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-95 {
    border-radius: 95px;
    overflow: hidden;
  }
  .sm\:circle-95 {
    display: inline-flex;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .sm\:rounded-100 {
    border-radius: 100px;
    overflow: hidden;
  }
  .sm\:circle-100 {
    display: inline-flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:rounded-5 {
    border-radius: 5px;
    overflow: hidden;
  }
  .smo\:circle-5 {
    display: inline-flex;
    width: 5px;
    height: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-10 {
    border-radius: 10px;
    overflow: hidden;
  }
  .smo\:circle-10 {
    display: inline-flex;
    width: 10px;
    height: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-15 {
    border-radius: 15px;
    overflow: hidden;
  }
  .smo\:circle-15 {
    display: inline-flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-20 {
    border-radius: 20px;
    overflow: hidden;
  }
  .smo\:circle-20 {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-25 {
    border-radius: 25px;
    overflow: hidden;
  }
  .smo\:circle-25 {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-30 {
    border-radius: 30px;
    overflow: hidden;
  }
  .smo\:circle-30 {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-35 {
    border-radius: 35px;
    overflow: hidden;
  }
  .smo\:circle-35 {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-40 {
    border-radius: 40px;
    overflow: hidden;
  }
  .smo\:circle-40 {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-45 {
    border-radius: 45px;
    overflow: hidden;
  }
  .smo\:circle-45 {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-50 {
    border-radius: 50px;
    overflow: hidden;
  }
  .smo\:circle-50 {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-55 {
    border-radius: 55px;
    overflow: hidden;
  }
  .smo\:circle-55 {
    display: inline-flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-60 {
    border-radius: 60px;
    overflow: hidden;
  }
  .smo\:circle-60 {
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-65 {
    border-radius: 65px;
    overflow: hidden;
  }
  .smo\:circle-65 {
    display: inline-flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-70 {
    border-radius: 70px;
    overflow: hidden;
  }
  .smo\:circle-70 {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-75 {
    border-radius: 75px;
    overflow: hidden;
  }
  .smo\:circle-75 {
    display: inline-flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-80 {
    border-radius: 80px;
    overflow: hidden;
  }
  .smo\:circle-80 {
    display: inline-flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-85 {
    border-radius: 85px;
    overflow: hidden;
  }
  .smo\:circle-85 {
    display: inline-flex;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-90 {
    border-radius: 90px;
    overflow: hidden;
  }
  .smo\:circle-90 {
    display: inline-flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-95 {
    border-radius: 95px;
    overflow: hidden;
  }
  .smo\:circle-95 {
    display: inline-flex;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smo\:rounded-100 {
    border-radius: 100px;
    overflow: hidden;
  }
  .smo\:circle-100 {
    display: inline-flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
}
@media (max-width: 970px) {
  .smb\:rounded-5 {
    border-radius: 5px;
    overflow: hidden;
  }
  .smb\:circle-5 {
    display: inline-flex;
    width: 5px;
    height: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-10 {
    border-radius: 10px;
    overflow: hidden;
  }
  .smb\:circle-10 {
    display: inline-flex;
    width: 10px;
    height: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-15 {
    border-radius: 15px;
    overflow: hidden;
  }
  .smb\:circle-15 {
    display: inline-flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-20 {
    border-radius: 20px;
    overflow: hidden;
  }
  .smb\:circle-20 {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-25 {
    border-radius: 25px;
    overflow: hidden;
  }
  .smb\:circle-25 {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-30 {
    border-radius: 30px;
    overflow: hidden;
  }
  .smb\:circle-30 {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-35 {
    border-radius: 35px;
    overflow: hidden;
  }
  .smb\:circle-35 {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-40 {
    border-radius: 40px;
    overflow: hidden;
  }
  .smb\:circle-40 {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-45 {
    border-radius: 45px;
    overflow: hidden;
  }
  .smb\:circle-45 {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-50 {
    border-radius: 50px;
    overflow: hidden;
  }
  .smb\:circle-50 {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-55 {
    border-radius: 55px;
    overflow: hidden;
  }
  .smb\:circle-55 {
    display: inline-flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-60 {
    border-radius: 60px;
    overflow: hidden;
  }
  .smb\:circle-60 {
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-65 {
    border-radius: 65px;
    overflow: hidden;
  }
  .smb\:circle-65 {
    display: inline-flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-70 {
    border-radius: 70px;
    overflow: hidden;
  }
  .smb\:circle-70 {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-75 {
    border-radius: 75px;
    overflow: hidden;
  }
  .smb\:circle-75 {
    display: inline-flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-80 {
    border-radius: 80px;
    overflow: hidden;
  }
  .smb\:circle-80 {
    display: inline-flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-85 {
    border-radius: 85px;
    overflow: hidden;
  }
  .smb\:circle-85 {
    display: inline-flex;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-90 {
    border-radius: 90px;
    overflow: hidden;
  }
  .smb\:circle-90 {
    display: inline-flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-95 {
    border-radius: 95px;
    overflow: hidden;
  }
  .smb\:circle-95 {
    display: inline-flex;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .smb\:rounded-100 {
    border-radius: 100px;
    overflow: hidden;
  }
  .smb\:circle-100 {
    display: inline-flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
}
@media (min-width: 971px) {
  .md\:rounded-5 {
    border-radius: 5px;
    overflow: hidden;
  }
  .md\:circle-5 {
    display: inline-flex;
    width: 5px;
    height: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-10 {
    border-radius: 10px;
    overflow: hidden;
  }
  .md\:circle-10 {
    display: inline-flex;
    width: 10px;
    height: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-15 {
    border-radius: 15px;
    overflow: hidden;
  }
  .md\:circle-15 {
    display: inline-flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-20 {
    border-radius: 20px;
    overflow: hidden;
  }
  .md\:circle-20 {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-25 {
    border-radius: 25px;
    overflow: hidden;
  }
  .md\:circle-25 {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-30 {
    border-radius: 30px;
    overflow: hidden;
  }
  .md\:circle-30 {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-35 {
    border-radius: 35px;
    overflow: hidden;
  }
  .md\:circle-35 {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-40 {
    border-radius: 40px;
    overflow: hidden;
  }
  .md\:circle-40 {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-45 {
    border-radius: 45px;
    overflow: hidden;
  }
  .md\:circle-45 {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-50 {
    border-radius: 50px;
    overflow: hidden;
  }
  .md\:circle-50 {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-55 {
    border-radius: 55px;
    overflow: hidden;
  }
  .md\:circle-55 {
    display: inline-flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-60 {
    border-radius: 60px;
    overflow: hidden;
  }
  .md\:circle-60 {
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-65 {
    border-radius: 65px;
    overflow: hidden;
  }
  .md\:circle-65 {
    display: inline-flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-70 {
    border-radius: 70px;
    overflow: hidden;
  }
  .md\:circle-70 {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-75 {
    border-radius: 75px;
    overflow: hidden;
  }
  .md\:circle-75 {
    display: inline-flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-80 {
    border-radius: 80px;
    overflow: hidden;
  }
  .md\:circle-80 {
    display: inline-flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-85 {
    border-radius: 85px;
    overflow: hidden;
  }
  .md\:circle-85 {
    display: inline-flex;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-90 {
    border-radius: 90px;
    overflow: hidden;
  }
  .md\:circle-90 {
    display: inline-flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-95 {
    border-radius: 95px;
    overflow: hidden;
  }
  .md\:circle-95 {
    display: inline-flex;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .md\:rounded-100 {
    border-radius: 100px;
    overflow: hidden;
  }
  .md\:circle-100 {
    display: inline-flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:rounded-5 {
    border-radius: 5px;
    overflow: hidden;
  }
  .mdo\:circle-5 {
    display: inline-flex;
    width: 5px;
    height: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-10 {
    border-radius: 10px;
    overflow: hidden;
  }
  .mdo\:circle-10 {
    display: inline-flex;
    width: 10px;
    height: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-15 {
    border-radius: 15px;
    overflow: hidden;
  }
  .mdo\:circle-15 {
    display: inline-flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-20 {
    border-radius: 20px;
    overflow: hidden;
  }
  .mdo\:circle-20 {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-25 {
    border-radius: 25px;
    overflow: hidden;
  }
  .mdo\:circle-25 {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-30 {
    border-radius: 30px;
    overflow: hidden;
  }
  .mdo\:circle-30 {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-35 {
    border-radius: 35px;
    overflow: hidden;
  }
  .mdo\:circle-35 {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-40 {
    border-radius: 40px;
    overflow: hidden;
  }
  .mdo\:circle-40 {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-45 {
    border-radius: 45px;
    overflow: hidden;
  }
  .mdo\:circle-45 {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-50 {
    border-radius: 50px;
    overflow: hidden;
  }
  .mdo\:circle-50 {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-55 {
    border-radius: 55px;
    overflow: hidden;
  }
  .mdo\:circle-55 {
    display: inline-flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-60 {
    border-radius: 60px;
    overflow: hidden;
  }
  .mdo\:circle-60 {
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-65 {
    border-radius: 65px;
    overflow: hidden;
  }
  .mdo\:circle-65 {
    display: inline-flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-70 {
    border-radius: 70px;
    overflow: hidden;
  }
  .mdo\:circle-70 {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-75 {
    border-radius: 75px;
    overflow: hidden;
  }
  .mdo\:circle-75 {
    display: inline-flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-80 {
    border-radius: 80px;
    overflow: hidden;
  }
  .mdo\:circle-80 {
    display: inline-flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-85 {
    border-radius: 85px;
    overflow: hidden;
  }
  .mdo\:circle-85 {
    display: inline-flex;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-90 {
    border-radius: 90px;
    overflow: hidden;
  }
  .mdo\:circle-90 {
    display: inline-flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-95 {
    border-radius: 95px;
    overflow: hidden;
  }
  .mdo\:circle-95 {
    display: inline-flex;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdo\:rounded-100 {
    border-radius: 100px;
    overflow: hidden;
  }
  .mdo\:circle-100 {
    display: inline-flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1289px) {
  .mdb\:rounded-5 {
    border-radius: 5px;
    overflow: hidden;
  }
  .mdb\:circle-5 {
    display: inline-flex;
    width: 5px;
    height: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-10 {
    border-radius: 10px;
    overflow: hidden;
  }
  .mdb\:circle-10 {
    display: inline-flex;
    width: 10px;
    height: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-15 {
    border-radius: 15px;
    overflow: hidden;
  }
  .mdb\:circle-15 {
    display: inline-flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-20 {
    border-radius: 20px;
    overflow: hidden;
  }
  .mdb\:circle-20 {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-25 {
    border-radius: 25px;
    overflow: hidden;
  }
  .mdb\:circle-25 {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-30 {
    border-radius: 30px;
    overflow: hidden;
  }
  .mdb\:circle-30 {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-35 {
    border-radius: 35px;
    overflow: hidden;
  }
  .mdb\:circle-35 {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-40 {
    border-radius: 40px;
    overflow: hidden;
  }
  .mdb\:circle-40 {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-45 {
    border-radius: 45px;
    overflow: hidden;
  }
  .mdb\:circle-45 {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-50 {
    border-radius: 50px;
    overflow: hidden;
  }
  .mdb\:circle-50 {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-55 {
    border-radius: 55px;
    overflow: hidden;
  }
  .mdb\:circle-55 {
    display: inline-flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-60 {
    border-radius: 60px;
    overflow: hidden;
  }
  .mdb\:circle-60 {
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-65 {
    border-radius: 65px;
    overflow: hidden;
  }
  .mdb\:circle-65 {
    display: inline-flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-70 {
    border-radius: 70px;
    overflow: hidden;
  }
  .mdb\:circle-70 {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-75 {
    border-radius: 75px;
    overflow: hidden;
  }
  .mdb\:circle-75 {
    display: inline-flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-80 {
    border-radius: 80px;
    overflow: hidden;
  }
  .mdb\:circle-80 {
    display: inline-flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-85 {
    border-radius: 85px;
    overflow: hidden;
  }
  .mdb\:circle-85 {
    display: inline-flex;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-90 {
    border-radius: 90px;
    overflow: hidden;
  }
  .mdb\:circle-90 {
    display: inline-flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-95 {
    border-radius: 95px;
    overflow: hidden;
  }
  .mdb\:circle-95 {
    display: inline-flex;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .mdb\:rounded-100 {
    border-radius: 100px;
    overflow: hidden;
  }
  .mdb\:circle-100 {
    display: inline-flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
}
@media (min-width: 1290px) {
  .lg\:rounded-5 {
    border-radius: 5px;
    overflow: hidden;
  }
  .lg\:circle-5 {
    display: inline-flex;
    width: 5px;
    height: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-10 {
    border-radius: 10px;
    overflow: hidden;
  }
  .lg\:circle-10 {
    display: inline-flex;
    width: 10px;
    height: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-15 {
    border-radius: 15px;
    overflow: hidden;
  }
  .lg\:circle-15 {
    display: inline-flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-20 {
    border-radius: 20px;
    overflow: hidden;
  }
  .lg\:circle-20 {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-25 {
    border-radius: 25px;
    overflow: hidden;
  }
  .lg\:circle-25 {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-30 {
    border-radius: 30px;
    overflow: hidden;
  }
  .lg\:circle-30 {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-35 {
    border-radius: 35px;
    overflow: hidden;
  }
  .lg\:circle-35 {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-40 {
    border-radius: 40px;
    overflow: hidden;
  }
  .lg\:circle-40 {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-45 {
    border-radius: 45px;
    overflow: hidden;
  }
  .lg\:circle-45 {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-50 {
    border-radius: 50px;
    overflow: hidden;
  }
  .lg\:circle-50 {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-55 {
    border-radius: 55px;
    overflow: hidden;
  }
  .lg\:circle-55 {
    display: inline-flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-60 {
    border-radius: 60px;
    overflow: hidden;
  }
  .lg\:circle-60 {
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-65 {
    border-radius: 65px;
    overflow: hidden;
  }
  .lg\:circle-65 {
    display: inline-flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-70 {
    border-radius: 70px;
    overflow: hidden;
  }
  .lg\:circle-70 {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-75 {
    border-radius: 75px;
    overflow: hidden;
  }
  .lg\:circle-75 {
    display: inline-flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-80 {
    border-radius: 80px;
    overflow: hidden;
  }
  .lg\:circle-80 {
    display: inline-flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-85 {
    border-radius: 85px;
    overflow: hidden;
  }
  .lg\:circle-85 {
    display: inline-flex;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-90 {
    border-radius: 90px;
    overflow: hidden;
  }
  .lg\:circle-90 {
    display: inline-flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-95 {
    border-radius: 95px;
    overflow: hidden;
  }
  .lg\:circle-95 {
    display: inline-flex;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
  .lg\:rounded-100 {
    border-radius: 100px;
    overflow: hidden;
  }
  .lg\:circle-100 {
    display: inline-flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
  }
}
/* FONT FAMILY */
.font-main {
  font-family: var(--strawberry-text-font) !important;
}

.font-titles {
  font-family: var(--strawberry-title-font) !important;
}

.font-sans {
  font-family: Arial, Helvetica, sans, sans-serif !important;
}

/* FONT SIZES */
.font-size-11 {
  font-size: 0.6875rem !important;
}

.font-11 {
  font-size: 0.6875rem !important;
}

.font-size-12 {
  font-size: 0.75rem !important;
}

.font-12 {
  font-size: 0.75rem !important;
}

.font-size-13 {
  font-size: 0.8125rem !important;
}

.font-13 {
  font-size: 0.8125rem !important;
}

.font-size-14 {
  font-size: 0.875rem !important;
}

.font-14 {
  font-size: 0.875rem !important;
}

.font-size-16 {
  font-size: 1rem !important;
}

.font-16 {
  font-size: 1rem !important;
}

.font-size-18 {
  font-size: 1.125rem !important;
}

.font-18 {
  font-size: 1.125rem !important;
}

.font-size-20 {
  font-size: 1.25rem !important;
}

.font-20 {
  font-size: 1.25rem !important;
}

.font-size-21 {
  font-size: 1.3125rem !important;
}

.font-21 {
  font-size: 1.3125rem !important;
}

.font-size-23 {
  font-size: 1.4375rem !important;
}

.font-23 {
  font-size: 1.4375rem !important;
}

.font-size-26 {
  font-size: 1.625rem !important;
}

.font-26 {
  font-size: 1.625rem !important;
}

.font-size-30 {
  font-size: 1.875rem !important;
}

.font-30 {
  font-size: 1.875rem !important;
}

.font-size-35 {
  font-size: 2.1875rem !important;
}

.font-35 {
  font-size: 2.1875rem !important;
}

.font-size-40 {
  font-size: 2.5rem !important;
}

.font-40 {
  font-size: 2.5rem !important;
}

.font-size-45 {
  font-size: 2.8125rem !important;
}

.font-45 {
  font-size: 2.8125rem !important;
}

.font-size-50 {
  font-size: 3.125rem !important;
}

.font-50 {
  font-size: 3.125rem !important;
}

.font-size-80 {
  font-size: 5rem !important;
}

.font-80 {
  font-size: 5rem !important;
}

@media (max-width: 768px) {
  .xs\:font-size-11 {
    font-size: 0.6875rem !important;
  }
  .xs\:font-11 {
    font-size: 0.6875rem !important;
  }
  .xs\:font-size-12 {
    font-size: 0.75rem !important;
  }
  .xs\:font-12 {
    font-size: 0.75rem !important;
  }
  .xs\:font-size-13 {
    font-size: 0.8125rem !important;
  }
  .xs\:font-13 {
    font-size: 0.8125rem !important;
  }
  .xs\:font-size-14 {
    font-size: 0.875rem !important;
  }
  .xs\:font-14 {
    font-size: 0.875rem !important;
  }
  .xs\:font-size-16 {
    font-size: 1rem !important;
  }
  .xs\:font-16 {
    font-size: 1rem !important;
  }
  .xs\:font-size-18 {
    font-size: 1.125rem !important;
  }
  .xs\:font-18 {
    font-size: 1.125rem !important;
  }
  .xs\:font-size-20 {
    font-size: 1.25rem !important;
  }
  .xs\:font-20 {
    font-size: 1.25rem !important;
  }
  .xs\:font-size-21 {
    font-size: 1.3125rem !important;
  }
  .xs\:font-21 {
    font-size: 1.3125rem !important;
  }
  .xs\:font-size-23 {
    font-size: 1.4375rem !important;
  }
  .xs\:font-23 {
    font-size: 1.4375rem !important;
  }
  .xs\:font-size-26 {
    font-size: 1.625rem !important;
  }
  .xs\:font-26 {
    font-size: 1.625rem !important;
  }
  .xs\:font-size-30 {
    font-size: 1.875rem !important;
  }
  .xs\:font-30 {
    font-size: 1.875rem !important;
  }
  .xs\:font-size-35 {
    font-size: 2.1875rem !important;
  }
  .xs\:font-35 {
    font-size: 2.1875rem !important;
  }
  .xs\:font-size-40 {
    font-size: 2.5rem !important;
  }
  .xs\:font-40 {
    font-size: 2.5rem !important;
  }
  .xs\:font-size-45 {
    font-size: 2.8125rem !important;
  }
  .xs\:font-45 {
    font-size: 2.8125rem !important;
  }
  .xs\:font-size-50 {
    font-size: 3.125rem !important;
  }
  .xs\:font-50 {
    font-size: 3.125rem !important;
  }
  .xs\:font-size-80 {
    font-size: 5rem !important;
  }
  .xs\:font-80 {
    font-size: 5rem !important;
  }
}
@media (min-width: 769px) {
  .sm\:font-size-11 {
    font-size: 0.6875rem !important;
  }
  .sm\:font-11 {
    font-size: 0.6875rem !important;
  }
  .sm\:font-size-12 {
    font-size: 0.75rem !important;
  }
  .sm\:font-12 {
    font-size: 0.75rem !important;
  }
  .sm\:font-size-13 {
    font-size: 0.8125rem !important;
  }
  .sm\:font-13 {
    font-size: 0.8125rem !important;
  }
  .sm\:font-size-14 {
    font-size: 0.875rem !important;
  }
  .sm\:font-14 {
    font-size: 0.875rem !important;
  }
  .sm\:font-size-16 {
    font-size: 1rem !important;
  }
  .sm\:font-16 {
    font-size: 1rem !important;
  }
  .sm\:font-size-18 {
    font-size: 1.125rem !important;
  }
  .sm\:font-18 {
    font-size: 1.125rem !important;
  }
  .sm\:font-size-20 {
    font-size: 1.25rem !important;
  }
  .sm\:font-20 {
    font-size: 1.25rem !important;
  }
  .sm\:font-size-21 {
    font-size: 1.3125rem !important;
  }
  .sm\:font-21 {
    font-size: 1.3125rem !important;
  }
  .sm\:font-size-23 {
    font-size: 1.4375rem !important;
  }
  .sm\:font-23 {
    font-size: 1.4375rem !important;
  }
  .sm\:font-size-26 {
    font-size: 1.625rem !important;
  }
  .sm\:font-26 {
    font-size: 1.625rem !important;
  }
  .sm\:font-size-30 {
    font-size: 1.875rem !important;
  }
  .sm\:font-30 {
    font-size: 1.875rem !important;
  }
  .sm\:font-size-35 {
    font-size: 2.1875rem !important;
  }
  .sm\:font-35 {
    font-size: 2.1875rem !important;
  }
  .sm\:font-size-40 {
    font-size: 2.5rem !important;
  }
  .sm\:font-40 {
    font-size: 2.5rem !important;
  }
  .sm\:font-size-45 {
    font-size: 2.8125rem !important;
  }
  .sm\:font-45 {
    font-size: 2.8125rem !important;
  }
  .sm\:font-size-50 {
    font-size: 3.125rem !important;
  }
  .sm\:font-50 {
    font-size: 3.125rem !important;
  }
  .sm\:font-size-80 {
    font-size: 5rem !important;
  }
  .sm\:font-80 {
    font-size: 5rem !important;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:font-size-11 {
    font-size: 0.6875rem !important;
  }
  .smo\:font-11 {
    font-size: 0.6875rem !important;
  }
  .smo\:font-size-12 {
    font-size: 0.75rem !important;
  }
  .smo\:font-12 {
    font-size: 0.75rem !important;
  }
  .smo\:font-size-13 {
    font-size: 0.8125rem !important;
  }
  .smo\:font-13 {
    font-size: 0.8125rem !important;
  }
  .smo\:font-size-14 {
    font-size: 0.875rem !important;
  }
  .smo\:font-14 {
    font-size: 0.875rem !important;
  }
  .smo\:font-size-16 {
    font-size: 1rem !important;
  }
  .smo\:font-16 {
    font-size: 1rem !important;
  }
  .smo\:font-size-18 {
    font-size: 1.125rem !important;
  }
  .smo\:font-18 {
    font-size: 1.125rem !important;
  }
  .smo\:font-size-20 {
    font-size: 1.25rem !important;
  }
  .smo\:font-20 {
    font-size: 1.25rem !important;
  }
  .smo\:font-size-21 {
    font-size: 1.3125rem !important;
  }
  .smo\:font-21 {
    font-size: 1.3125rem !important;
  }
  .smo\:font-size-23 {
    font-size: 1.4375rem !important;
  }
  .smo\:font-23 {
    font-size: 1.4375rem !important;
  }
  .smo\:font-size-26 {
    font-size: 1.625rem !important;
  }
  .smo\:font-26 {
    font-size: 1.625rem !important;
  }
  .smo\:font-size-30 {
    font-size: 1.875rem !important;
  }
  .smo\:font-30 {
    font-size: 1.875rem !important;
  }
  .smo\:font-size-35 {
    font-size: 2.1875rem !important;
  }
  .smo\:font-35 {
    font-size: 2.1875rem !important;
  }
  .smo\:font-size-40 {
    font-size: 2.5rem !important;
  }
  .smo\:font-40 {
    font-size: 2.5rem !important;
  }
  .smo\:font-size-45 {
    font-size: 2.8125rem !important;
  }
  .smo\:font-45 {
    font-size: 2.8125rem !important;
  }
  .smo\:font-size-50 {
    font-size: 3.125rem !important;
  }
  .smo\:font-50 {
    font-size: 3.125rem !important;
  }
  .smo\:font-size-80 {
    font-size: 5rem !important;
  }
  .smo\:font-80 {
    font-size: 5rem !important;
  }
}
@media (max-width: 970px) {
  .smb\:font-size-11 {
    font-size: 0.6875rem !important;
  }
  .smb\:font-11 {
    font-size: 0.6875rem !important;
  }
  .smb\:font-size-12 {
    font-size: 0.75rem !important;
  }
  .smb\:font-12 {
    font-size: 0.75rem !important;
  }
  .smb\:font-size-13 {
    font-size: 0.8125rem !important;
  }
  .smb\:font-13 {
    font-size: 0.8125rem !important;
  }
  .smb\:font-size-14 {
    font-size: 0.875rem !important;
  }
  .smb\:font-14 {
    font-size: 0.875rem !important;
  }
  .smb\:font-size-16 {
    font-size: 1rem !important;
  }
  .smb\:font-16 {
    font-size: 1rem !important;
  }
  .smb\:font-size-18 {
    font-size: 1.125rem !important;
  }
  .smb\:font-18 {
    font-size: 1.125rem !important;
  }
  .smb\:font-size-20 {
    font-size: 1.25rem !important;
  }
  .smb\:font-20 {
    font-size: 1.25rem !important;
  }
  .smb\:font-size-21 {
    font-size: 1.3125rem !important;
  }
  .smb\:font-21 {
    font-size: 1.3125rem !important;
  }
  .smb\:font-size-23 {
    font-size: 1.4375rem !important;
  }
  .smb\:font-23 {
    font-size: 1.4375rem !important;
  }
  .smb\:font-size-26 {
    font-size: 1.625rem !important;
  }
  .smb\:font-26 {
    font-size: 1.625rem !important;
  }
  .smb\:font-size-30 {
    font-size: 1.875rem !important;
  }
  .smb\:font-30 {
    font-size: 1.875rem !important;
  }
  .smb\:font-size-35 {
    font-size: 2.1875rem !important;
  }
  .smb\:font-35 {
    font-size: 2.1875rem !important;
  }
  .smb\:font-size-40 {
    font-size: 2.5rem !important;
  }
  .smb\:font-40 {
    font-size: 2.5rem !important;
  }
  .smb\:font-size-45 {
    font-size: 2.8125rem !important;
  }
  .smb\:font-45 {
    font-size: 2.8125rem !important;
  }
  .smb\:font-size-50 {
    font-size: 3.125rem !important;
  }
  .smb\:font-50 {
    font-size: 3.125rem !important;
  }
  .smb\:font-size-80 {
    font-size: 5rem !important;
  }
  .smb\:font-80 {
    font-size: 5rem !important;
  }
}
@media (min-width: 971px) {
  .md\:font-size-11 {
    font-size: 0.6875rem !important;
  }
  .md\:font-11 {
    font-size: 0.6875rem !important;
  }
  .md\:font-size-12 {
    font-size: 0.75rem !important;
  }
  .md\:font-12 {
    font-size: 0.75rem !important;
  }
  .md\:font-size-13 {
    font-size: 0.8125rem !important;
  }
  .md\:font-13 {
    font-size: 0.8125rem !important;
  }
  .md\:font-size-14 {
    font-size: 0.875rem !important;
  }
  .md\:font-14 {
    font-size: 0.875rem !important;
  }
  .md\:font-size-16 {
    font-size: 1rem !important;
  }
  .md\:font-16 {
    font-size: 1rem !important;
  }
  .md\:font-size-18 {
    font-size: 1.125rem !important;
  }
  .md\:font-18 {
    font-size: 1.125rem !important;
  }
  .md\:font-size-20 {
    font-size: 1.25rem !important;
  }
  .md\:font-20 {
    font-size: 1.25rem !important;
  }
  .md\:font-size-21 {
    font-size: 1.3125rem !important;
  }
  .md\:font-21 {
    font-size: 1.3125rem !important;
  }
  .md\:font-size-23 {
    font-size: 1.4375rem !important;
  }
  .md\:font-23 {
    font-size: 1.4375rem !important;
  }
  .md\:font-size-26 {
    font-size: 1.625rem !important;
  }
  .md\:font-26 {
    font-size: 1.625rem !important;
  }
  .md\:font-size-30 {
    font-size: 1.875rem !important;
  }
  .md\:font-30 {
    font-size: 1.875rem !important;
  }
  .md\:font-size-35 {
    font-size: 2.1875rem !important;
  }
  .md\:font-35 {
    font-size: 2.1875rem !important;
  }
  .md\:font-size-40 {
    font-size: 2.5rem !important;
  }
  .md\:font-40 {
    font-size: 2.5rem !important;
  }
  .md\:font-size-45 {
    font-size: 2.8125rem !important;
  }
  .md\:font-45 {
    font-size: 2.8125rem !important;
  }
  .md\:font-size-50 {
    font-size: 3.125rem !important;
  }
  .md\:font-50 {
    font-size: 3.125rem !important;
  }
  .md\:font-size-80 {
    font-size: 5rem !important;
  }
  .md\:font-80 {
    font-size: 5rem !important;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:font-size-11 {
    font-size: 0.6875rem !important;
  }
  .mdo\:font-11 {
    font-size: 0.6875rem !important;
  }
  .mdo\:font-size-12 {
    font-size: 0.75rem !important;
  }
  .mdo\:font-12 {
    font-size: 0.75rem !important;
  }
  .mdo\:font-size-13 {
    font-size: 0.8125rem !important;
  }
  .mdo\:font-13 {
    font-size: 0.8125rem !important;
  }
  .mdo\:font-size-14 {
    font-size: 0.875rem !important;
  }
  .mdo\:font-14 {
    font-size: 0.875rem !important;
  }
  .mdo\:font-size-16 {
    font-size: 1rem !important;
  }
  .mdo\:font-16 {
    font-size: 1rem !important;
  }
  .mdo\:font-size-18 {
    font-size: 1.125rem !important;
  }
  .mdo\:font-18 {
    font-size: 1.125rem !important;
  }
  .mdo\:font-size-20 {
    font-size: 1.25rem !important;
  }
  .mdo\:font-20 {
    font-size: 1.25rem !important;
  }
  .mdo\:font-size-21 {
    font-size: 1.3125rem !important;
  }
  .mdo\:font-21 {
    font-size: 1.3125rem !important;
  }
  .mdo\:font-size-23 {
    font-size: 1.4375rem !important;
  }
  .mdo\:font-23 {
    font-size: 1.4375rem !important;
  }
  .mdo\:font-size-26 {
    font-size: 1.625rem !important;
  }
  .mdo\:font-26 {
    font-size: 1.625rem !important;
  }
  .mdo\:font-size-30 {
    font-size: 1.875rem !important;
  }
  .mdo\:font-30 {
    font-size: 1.875rem !important;
  }
  .mdo\:font-size-35 {
    font-size: 2.1875rem !important;
  }
  .mdo\:font-35 {
    font-size: 2.1875rem !important;
  }
  .mdo\:font-size-40 {
    font-size: 2.5rem !important;
  }
  .mdo\:font-40 {
    font-size: 2.5rem !important;
  }
  .mdo\:font-size-45 {
    font-size: 2.8125rem !important;
  }
  .mdo\:font-45 {
    font-size: 2.8125rem !important;
  }
  .mdo\:font-size-50 {
    font-size: 3.125rem !important;
  }
  .mdo\:font-50 {
    font-size: 3.125rem !important;
  }
  .mdo\:font-size-80 {
    font-size: 5rem !important;
  }
  .mdo\:font-80 {
    font-size: 5rem !important;
  }
}
@media (max-width: 1289px) {
  .mdb\:font-size-11 {
    font-size: 0.6875rem !important;
  }
  .mdb\:font-11 {
    font-size: 0.6875rem !important;
  }
  .mdb\:font-size-12 {
    font-size: 0.75rem !important;
  }
  .mdb\:font-12 {
    font-size: 0.75rem !important;
  }
  .mdb\:font-size-13 {
    font-size: 0.8125rem !important;
  }
  .mdb\:font-13 {
    font-size: 0.8125rem !important;
  }
  .mdb\:font-size-14 {
    font-size: 0.875rem !important;
  }
  .mdb\:font-14 {
    font-size: 0.875rem !important;
  }
  .mdb\:font-size-16 {
    font-size: 1rem !important;
  }
  .mdb\:font-16 {
    font-size: 1rem !important;
  }
  .mdb\:font-size-18 {
    font-size: 1.125rem !important;
  }
  .mdb\:font-18 {
    font-size: 1.125rem !important;
  }
  .mdb\:font-size-20 {
    font-size: 1.25rem !important;
  }
  .mdb\:font-20 {
    font-size: 1.25rem !important;
  }
  .mdb\:font-size-21 {
    font-size: 1.3125rem !important;
  }
  .mdb\:font-21 {
    font-size: 1.3125rem !important;
  }
  .mdb\:font-size-23 {
    font-size: 1.4375rem !important;
  }
  .mdb\:font-23 {
    font-size: 1.4375rem !important;
  }
  .mdb\:font-size-26 {
    font-size: 1.625rem !important;
  }
  .mdb\:font-26 {
    font-size: 1.625rem !important;
  }
  .mdb\:font-size-30 {
    font-size: 1.875rem !important;
  }
  .mdb\:font-30 {
    font-size: 1.875rem !important;
  }
  .mdb\:font-size-35 {
    font-size: 2.1875rem !important;
  }
  .mdb\:font-35 {
    font-size: 2.1875rem !important;
  }
  .mdb\:font-size-40 {
    font-size: 2.5rem !important;
  }
  .mdb\:font-40 {
    font-size: 2.5rem !important;
  }
  .mdb\:font-size-45 {
    font-size: 2.8125rem !important;
  }
  .mdb\:font-45 {
    font-size: 2.8125rem !important;
  }
  .mdb\:font-size-50 {
    font-size: 3.125rem !important;
  }
  .mdb\:font-50 {
    font-size: 3.125rem !important;
  }
  .mdb\:font-size-80 {
    font-size: 5rem !important;
  }
  .mdb\:font-80 {
    font-size: 5rem !important;
  }
}
@media (min-width: 1290px) {
  .lg\:font-size-11 {
    font-size: 0.6875rem !important;
  }
  .lg\:font-11 {
    font-size: 0.6875rem !important;
  }
  .lg\:font-size-12 {
    font-size: 0.75rem !important;
  }
  .lg\:font-12 {
    font-size: 0.75rem !important;
  }
  .lg\:font-size-13 {
    font-size: 0.8125rem !important;
  }
  .lg\:font-13 {
    font-size: 0.8125rem !important;
  }
  .lg\:font-size-14 {
    font-size: 0.875rem !important;
  }
  .lg\:font-14 {
    font-size: 0.875rem !important;
  }
  .lg\:font-size-16 {
    font-size: 1rem !important;
  }
  .lg\:font-16 {
    font-size: 1rem !important;
  }
  .lg\:font-size-18 {
    font-size: 1.125rem !important;
  }
  .lg\:font-18 {
    font-size: 1.125rem !important;
  }
  .lg\:font-size-20 {
    font-size: 1.25rem !important;
  }
  .lg\:font-20 {
    font-size: 1.25rem !important;
  }
  .lg\:font-size-21 {
    font-size: 1.3125rem !important;
  }
  .lg\:font-21 {
    font-size: 1.3125rem !important;
  }
  .lg\:font-size-23 {
    font-size: 1.4375rem !important;
  }
  .lg\:font-23 {
    font-size: 1.4375rem !important;
  }
  .lg\:font-size-26 {
    font-size: 1.625rem !important;
  }
  .lg\:font-26 {
    font-size: 1.625rem !important;
  }
  .lg\:font-size-30 {
    font-size: 1.875rem !important;
  }
  .lg\:font-30 {
    font-size: 1.875rem !important;
  }
  .lg\:font-size-35 {
    font-size: 2.1875rem !important;
  }
  .lg\:font-35 {
    font-size: 2.1875rem !important;
  }
  .lg\:font-size-40 {
    font-size: 2.5rem !important;
  }
  .lg\:font-40 {
    font-size: 2.5rem !important;
  }
  .lg\:font-size-45 {
    font-size: 2.8125rem !important;
  }
  .lg\:font-45 {
    font-size: 2.8125rem !important;
  }
  .lg\:font-size-50 {
    font-size: 3.125rem !important;
  }
  .lg\:font-50 {
    font-size: 3.125rem !important;
  }
  .lg\:font-size-80 {
    font-size: 5rem !important;
  }
  .lg\:font-80 {
    font-size: 5rem !important;
  }
}
/* FONT WIDTHS */
.font-weight-100 {
  font-weight: 100 !important;
}

.font-100 {
  font-weight: 100 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-bold {
  font-weight: bold !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-bolder {
  font-weight: bolder !important;
}

@media (max-width: 768px) {
  .xs\:font-weight-100 {
    font-weight: 100 !important;
  }
  .xs\:font-100 {
    font-weight: 100 !important;
  }
  .xs\:font-weight-300 {
    font-weight: 300 !important;
  }
  .xs\:font-300 {
    font-weight: 300 !important;
  }
  .xs\:font-weight-400 {
    font-weight: 400 !important;
  }
  .xs\:font-400 {
    font-weight: 400 !important;
  }
  .xs\:font-weight-500 {
    font-weight: 500 !important;
  }
  .xs\:font-500 {
    font-weight: 500 !important;
  }
  .xs\:font-weight-600 {
    font-weight: 600 !important;
  }
  .xs\:font-600 {
    font-weight: 600 !important;
  }
  .xs\:font-weight-700 {
    font-weight: 700 !important;
  }
  .xs\:font-700 {
    font-weight: 700 !important;
  }
  .xs\:font-weight-800 {
    font-weight: 800 !important;
  }
  .xs\:font-800 {
    font-weight: 800 !important;
  }
  .xs\:font-weight-900 {
    font-weight: 900 !important;
  }
  .xs\:font-900 {
    font-weight: 900 !important;
  }
  .xs\:font-weight-bold {
    font-weight: bold !important;
  }
  .xs\:font-bold {
    font-weight: bold !important;
  }
  .xs\:font-weight-bolder {
    font-weight: bolder !important;
  }
  .xs\:font-bolder {
    font-weight: bolder !important;
  }
}
@media (min-width: 769px) {
  .sm\:font-weight-100 {
    font-weight: 100 !important;
  }
  .sm\:font-100 {
    font-weight: 100 !important;
  }
  .sm\:font-weight-300 {
    font-weight: 300 !important;
  }
  .sm\:font-300 {
    font-weight: 300 !important;
  }
  .sm\:font-weight-400 {
    font-weight: 400 !important;
  }
  .sm\:font-400 {
    font-weight: 400 !important;
  }
  .sm\:font-weight-500 {
    font-weight: 500 !important;
  }
  .sm\:font-500 {
    font-weight: 500 !important;
  }
  .sm\:font-weight-600 {
    font-weight: 600 !important;
  }
  .sm\:font-600 {
    font-weight: 600 !important;
  }
  .sm\:font-weight-700 {
    font-weight: 700 !important;
  }
  .sm\:font-700 {
    font-weight: 700 !important;
  }
  .sm\:font-weight-800 {
    font-weight: 800 !important;
  }
  .sm\:font-800 {
    font-weight: 800 !important;
  }
  .sm\:font-weight-900 {
    font-weight: 900 !important;
  }
  .sm\:font-900 {
    font-weight: 900 !important;
  }
  .sm\:font-weight-bold {
    font-weight: bold !important;
  }
  .sm\:font-bold {
    font-weight: bold !important;
  }
  .sm\:font-weight-bolder {
    font-weight: bolder !important;
  }
  .sm\:font-bolder {
    font-weight: bolder !important;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:font-weight-100 {
    font-weight: 100 !important;
  }
  .smo\:font-100 {
    font-weight: 100 !important;
  }
  .smo\:font-weight-300 {
    font-weight: 300 !important;
  }
  .smo\:font-300 {
    font-weight: 300 !important;
  }
  .smo\:font-weight-400 {
    font-weight: 400 !important;
  }
  .smo\:font-400 {
    font-weight: 400 !important;
  }
  .smo\:font-weight-500 {
    font-weight: 500 !important;
  }
  .smo\:font-500 {
    font-weight: 500 !important;
  }
  .smo\:font-weight-600 {
    font-weight: 600 !important;
  }
  .smo\:font-600 {
    font-weight: 600 !important;
  }
  .smo\:font-weight-700 {
    font-weight: 700 !important;
  }
  .smo\:font-700 {
    font-weight: 700 !important;
  }
  .smo\:font-weight-800 {
    font-weight: 800 !important;
  }
  .smo\:font-800 {
    font-weight: 800 !important;
  }
  .smo\:font-weight-900 {
    font-weight: 900 !important;
  }
  .smo\:font-900 {
    font-weight: 900 !important;
  }
  .smo\:font-weight-bold {
    font-weight: bold !important;
  }
  .smo\:font-bold {
    font-weight: bold !important;
  }
  .smo\:font-weight-bolder {
    font-weight: bolder !important;
  }
  .smo\:font-bolder {
    font-weight: bolder !important;
  }
}
@media (max-width: 970px) {
  .smb\:font-weight-100 {
    font-weight: 100 !important;
  }
  .smb\:font-100 {
    font-weight: 100 !important;
  }
  .smb\:font-weight-300 {
    font-weight: 300 !important;
  }
  .smb\:font-300 {
    font-weight: 300 !important;
  }
  .smb\:font-weight-400 {
    font-weight: 400 !important;
  }
  .smb\:font-400 {
    font-weight: 400 !important;
  }
  .smb\:font-weight-500 {
    font-weight: 500 !important;
  }
  .smb\:font-500 {
    font-weight: 500 !important;
  }
  .smb\:font-weight-600 {
    font-weight: 600 !important;
  }
  .smb\:font-600 {
    font-weight: 600 !important;
  }
  .smb\:font-weight-700 {
    font-weight: 700 !important;
  }
  .smb\:font-700 {
    font-weight: 700 !important;
  }
  .smb\:font-weight-800 {
    font-weight: 800 !important;
  }
  .smb\:font-800 {
    font-weight: 800 !important;
  }
  .smb\:font-weight-900 {
    font-weight: 900 !important;
  }
  .smb\:font-900 {
    font-weight: 900 !important;
  }
  .smb\:font-weight-bold {
    font-weight: bold !important;
  }
  .smb\:font-bold {
    font-weight: bold !important;
  }
  .smb\:font-weight-bolder {
    font-weight: bolder !important;
  }
  .smb\:font-bolder {
    font-weight: bolder !important;
  }
}
@media (min-width: 971px) {
  .md\:font-weight-100 {
    font-weight: 100 !important;
  }
  .md\:font-100 {
    font-weight: 100 !important;
  }
  .md\:font-weight-300 {
    font-weight: 300 !important;
  }
  .md\:font-300 {
    font-weight: 300 !important;
  }
  .md\:font-weight-400 {
    font-weight: 400 !important;
  }
  .md\:font-400 {
    font-weight: 400 !important;
  }
  .md\:font-weight-500 {
    font-weight: 500 !important;
  }
  .md\:font-500 {
    font-weight: 500 !important;
  }
  .md\:font-weight-600 {
    font-weight: 600 !important;
  }
  .md\:font-600 {
    font-weight: 600 !important;
  }
  .md\:font-weight-700 {
    font-weight: 700 !important;
  }
  .md\:font-700 {
    font-weight: 700 !important;
  }
  .md\:font-weight-800 {
    font-weight: 800 !important;
  }
  .md\:font-800 {
    font-weight: 800 !important;
  }
  .md\:font-weight-900 {
    font-weight: 900 !important;
  }
  .md\:font-900 {
    font-weight: 900 !important;
  }
  .md\:font-weight-bold {
    font-weight: bold !important;
  }
  .md\:font-bold {
    font-weight: bold !important;
  }
  .md\:font-weight-bolder {
    font-weight: bolder !important;
  }
  .md\:font-bolder {
    font-weight: bolder !important;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:font-weight-100 {
    font-weight: 100 !important;
  }
  .mdo\:font-100 {
    font-weight: 100 !important;
  }
  .mdo\:font-weight-300 {
    font-weight: 300 !important;
  }
  .mdo\:font-300 {
    font-weight: 300 !important;
  }
  .mdo\:font-weight-400 {
    font-weight: 400 !important;
  }
  .mdo\:font-400 {
    font-weight: 400 !important;
  }
  .mdo\:font-weight-500 {
    font-weight: 500 !important;
  }
  .mdo\:font-500 {
    font-weight: 500 !important;
  }
  .mdo\:font-weight-600 {
    font-weight: 600 !important;
  }
  .mdo\:font-600 {
    font-weight: 600 !important;
  }
  .mdo\:font-weight-700 {
    font-weight: 700 !important;
  }
  .mdo\:font-700 {
    font-weight: 700 !important;
  }
  .mdo\:font-weight-800 {
    font-weight: 800 !important;
  }
  .mdo\:font-800 {
    font-weight: 800 !important;
  }
  .mdo\:font-weight-900 {
    font-weight: 900 !important;
  }
  .mdo\:font-900 {
    font-weight: 900 !important;
  }
  .mdo\:font-weight-bold {
    font-weight: bold !important;
  }
  .mdo\:font-bold {
    font-weight: bold !important;
  }
  .mdo\:font-weight-bolder {
    font-weight: bolder !important;
  }
  .mdo\:font-bolder {
    font-weight: bolder !important;
  }
}
@media (max-width: 1289px) {
  .mdb\:font-weight-100 {
    font-weight: 100 !important;
  }
  .mdb\:font-100 {
    font-weight: 100 !important;
  }
  .mdb\:font-weight-300 {
    font-weight: 300 !important;
  }
  .mdb\:font-300 {
    font-weight: 300 !important;
  }
  .mdb\:font-weight-400 {
    font-weight: 400 !important;
  }
  .mdb\:font-400 {
    font-weight: 400 !important;
  }
  .mdb\:font-weight-500 {
    font-weight: 500 !important;
  }
  .mdb\:font-500 {
    font-weight: 500 !important;
  }
  .mdb\:font-weight-600 {
    font-weight: 600 !important;
  }
  .mdb\:font-600 {
    font-weight: 600 !important;
  }
  .mdb\:font-weight-700 {
    font-weight: 700 !important;
  }
  .mdb\:font-700 {
    font-weight: 700 !important;
  }
  .mdb\:font-weight-800 {
    font-weight: 800 !important;
  }
  .mdb\:font-800 {
    font-weight: 800 !important;
  }
  .mdb\:font-weight-900 {
    font-weight: 900 !important;
  }
  .mdb\:font-900 {
    font-weight: 900 !important;
  }
  .mdb\:font-weight-bold {
    font-weight: bold !important;
  }
  .mdb\:font-bold {
    font-weight: bold !important;
  }
  .mdb\:font-weight-bolder {
    font-weight: bolder !important;
  }
  .mdb\:font-bolder {
    font-weight: bolder !important;
  }
}
@media (min-width: 1290px) {
  .lg\:font-weight-100 {
    font-weight: 100 !important;
  }
  .lg\:font-100 {
    font-weight: 100 !important;
  }
  .lg\:font-weight-300 {
    font-weight: 300 !important;
  }
  .lg\:font-300 {
    font-weight: 300 !important;
  }
  .lg\:font-weight-400 {
    font-weight: 400 !important;
  }
  .lg\:font-400 {
    font-weight: 400 !important;
  }
  .lg\:font-weight-500 {
    font-weight: 500 !important;
  }
  .lg\:font-500 {
    font-weight: 500 !important;
  }
  .lg\:font-weight-600 {
    font-weight: 600 !important;
  }
  .lg\:font-600 {
    font-weight: 600 !important;
  }
  .lg\:font-weight-700 {
    font-weight: 700 !important;
  }
  .lg\:font-700 {
    font-weight: 700 !important;
  }
  .lg\:font-weight-800 {
    font-weight: 800 !important;
  }
  .lg\:font-800 {
    font-weight: 800 !important;
  }
  .lg\:font-weight-900 {
    font-weight: 900 !important;
  }
  .lg\:font-900 {
    font-weight: 900 !important;
  }
  .lg\:font-weight-bold {
    font-weight: bold !important;
  }
  .lg\:font-bold {
    font-weight: bold !important;
  }
  .lg\:font-weight-bolder {
    font-weight: bolder !important;
  }
  .lg\:font-bolder {
    font-weight: bolder !important;
  }
}
/* TEXT ALIGNMENT */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

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

@media (max-width: 768px) {
  .xs\:text-left {
    text-align: left;
  }
  .xs\:text-right {
    text-align: right;
  }
  .xs\:text-center {
    text-align: center;
  }
  .xs\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 769px) {
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:text-left {
    text-align: left;
  }
  .smo\:text-right {
    text-align: right;
  }
  .smo\:text-center {
    text-align: center;
  }
  .smo\:text-justify {
    text-align: justify;
  }
}
@media (max-width: 970px) {
  .smb\:text-left {
    text-align: left;
  }
  .smb\:text-right {
    text-align: right;
  }
  .smb\:text-center {
    text-align: center;
  }
  .smb\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 971px) {
  .md\:text-left {
    text-align: left;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:text-left {
    text-align: left;
  }
  .mdo\:text-right {
    text-align: right;
  }
  .mdo\:text-center {
    text-align: center;
  }
  .mdo\:text-justify {
    text-align: justify;
  }
}
@media (max-width: 1289px) {
  .mdb\:text-left {
    text-align: left;
  }
  .mdb\:text-right {
    text-align: right;
  }
  .mdb\:text-center {
    text-align: center;
  }
  .mdb\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1290px) {
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-justify {
    text-align: justify;
  }
}
/* TEXT TRANSFORM */
.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .xs\:text-uppercase {
    text-transform: uppercase;
  }
  .xs\:text-lowercase {
    text-transform: lowercase;
  }
  .xs\:text-capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 769px) {
  .sm\:text-uppercase {
    text-transform: uppercase;
  }
  .sm\:text-lowercase {
    text-transform: lowercase;
  }
  .sm\:text-capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:text-uppercase {
    text-transform: uppercase;
  }
  .smo\:text-lowercase {
    text-transform: lowercase;
  }
  .smo\:text-capitalize {
    text-transform: capitalize;
  }
}
@media (max-width: 970px) {
  .smb\:text-uppercase {
    text-transform: uppercase;
  }
  .smb\:text-lowercase {
    text-transform: lowercase;
  }
  .smb\:text-capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 971px) {
  .md\:text-uppercase {
    text-transform: uppercase;
  }
  .md\:text-lowercase {
    text-transform: lowercase;
  }
  .md\:text-capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:text-uppercase {
    text-transform: uppercase;
  }
  .mdo\:text-lowercase {
    text-transform: lowercase;
  }
  .mdo\:text-capitalize {
    text-transform: capitalize;
  }
}
@media (max-width: 1289px) {
  .mdb\:text-uppercase {
    text-transform: uppercase;
  }
  .mdb\:text-lowercase {
    text-transform: lowercase;
  }
  .mdb\:text-capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 1290px) {
  .lg\:text-uppercase {
    text-transform: uppercase;
  }
  .lg\:text-lowercase {
    text-transform: lowercase;
  }
  .lg\:text-capitalize {
    text-transform: capitalize;
  }
}
/* TEXT DECORATION */
.text-none {
  text-decoration: none;
}

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

.text-overline {
  text-decoration: overline;
}

.text-line-through {
  text-decoration: line-through;
}

@media (max-width: 768px) {
  .xs\:text-none {
    text-decoration: none;
  }
  .xs\:text-underline {
    text-decoration: underline;
  }
  .xs\:text-overline {
    text-decoration: overline;
  }
  .xs\:text-line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 769px) {
  .sm\:text-none {
    text-decoration: none;
  }
  .sm\:text-underline {
    text-decoration: underline;
  }
  .sm\:text-overline {
    text-decoration: overline;
  }
  .sm\:text-line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:text-none {
    text-decoration: none;
  }
  .smo\:text-underline {
    text-decoration: underline;
  }
  .smo\:text-overline {
    text-decoration: overline;
  }
  .smo\:text-line-through {
    text-decoration: line-through;
  }
}
@media (max-width: 970px) {
  .smb\:text-none {
    text-decoration: none;
  }
  .smb\:text-underline {
    text-decoration: underline;
  }
  .smb\:text-overline {
    text-decoration: overline;
  }
  .smb\:text-line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 971px) {
  .md\:text-none {
    text-decoration: none;
  }
  .md\:text-underline {
    text-decoration: underline;
  }
  .md\:text-overline {
    text-decoration: overline;
  }
  .md\:text-line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:text-none {
    text-decoration: none;
  }
  .mdo\:text-underline {
    text-decoration: underline;
  }
  .mdo\:text-overline {
    text-decoration: overline;
  }
  .mdo\:text-line-through {
    text-decoration: line-through;
  }
}
@media (max-width: 1289px) {
  .mdb\:text-none {
    text-decoration: none;
  }
  .mdb\:text-underline {
    text-decoration: underline;
  }
  .mdb\:text-overline {
    text-decoration: overline;
  }
  .mdb\:text-line-through {
    text-decoration: line-through;
  }
}
@media (min-width: 1290px) {
  .lg\:text-none {
    text-decoration: none;
  }
  .lg\:text-underline {
    text-decoration: underline;
  }
  .lg\:text-overline {
    text-decoration: overline;
  }
  .lg\:text-line-through {
    text-decoration: line-through;
  }
}
/* LINE HEIGHT */
.line-height-100 {
  line-height: 100%;
}

.line-height-110 {
  line-height: 110%;
}

.line-height-120 {
  line-height: 120%;
}

.line-height-130 {
  line-height: 130%;
}

.line-height-140 {
  line-height: 140%;
}

.line-height-150 {
  line-height: 150%;
}

.line-height-160 {
  line-height: 160%;
}

.line-height-170 {
  line-height: 170%;
}

.line-height-180 {
  line-height: 180%;
}

.line-height-190 {
  line-height: 190%;
}

.line-height-200 {
  line-height: 200%;
}

@media (max-width: 768px) {
  .xs\:line-height-100 {
    line-height: 100%;
  }
  .xs\:line-height-110 {
    line-height: 110%;
  }
  .xs\:line-height-120 {
    line-height: 120%;
  }
  .xs\:line-height-130 {
    line-height: 130%;
  }
  .xs\:line-height-140 {
    line-height: 140%;
  }
  .xs\:line-height-150 {
    line-height: 150%;
  }
  .xs\:line-height-160 {
    line-height: 160%;
  }
  .xs\:line-height-170 {
    line-height: 170%;
  }
  .xs\:line-height-180 {
    line-height: 180%;
  }
  .xs\:line-height-190 {
    line-height: 190%;
  }
  .xs\:line-height-200 {
    line-height: 200%;
  }
}
@media (min-width: 769px) {
  .sm\:line-height-100 {
    line-height: 100%;
  }
  .sm\:line-height-110 {
    line-height: 110%;
  }
  .sm\:line-height-120 {
    line-height: 120%;
  }
  .sm\:line-height-130 {
    line-height: 130%;
  }
  .sm\:line-height-140 {
    line-height: 140%;
  }
  .sm\:line-height-150 {
    line-height: 150%;
  }
  .sm\:line-height-160 {
    line-height: 160%;
  }
  .sm\:line-height-170 {
    line-height: 170%;
  }
  .sm\:line-height-180 {
    line-height: 180%;
  }
  .sm\:line-height-190 {
    line-height: 190%;
  }
  .sm\:line-height-200 {
    line-height: 200%;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:line-height-100 {
    line-height: 100%;
  }
  .smo\:line-height-110 {
    line-height: 110%;
  }
  .smo\:line-height-120 {
    line-height: 120%;
  }
  .smo\:line-height-130 {
    line-height: 130%;
  }
  .smo\:line-height-140 {
    line-height: 140%;
  }
  .smo\:line-height-150 {
    line-height: 150%;
  }
  .smo\:line-height-160 {
    line-height: 160%;
  }
  .smo\:line-height-170 {
    line-height: 170%;
  }
  .smo\:line-height-180 {
    line-height: 180%;
  }
  .smo\:line-height-190 {
    line-height: 190%;
  }
  .smo\:line-height-200 {
    line-height: 200%;
  }
}
@media (max-width: 970px) {
  .smb\:line-height-100 {
    line-height: 100%;
  }
  .smb\:line-height-110 {
    line-height: 110%;
  }
  .smb\:line-height-120 {
    line-height: 120%;
  }
  .smb\:line-height-130 {
    line-height: 130%;
  }
  .smb\:line-height-140 {
    line-height: 140%;
  }
  .smb\:line-height-150 {
    line-height: 150%;
  }
  .smb\:line-height-160 {
    line-height: 160%;
  }
  .smb\:line-height-170 {
    line-height: 170%;
  }
  .smb\:line-height-180 {
    line-height: 180%;
  }
  .smb\:line-height-190 {
    line-height: 190%;
  }
  .smb\:line-height-200 {
    line-height: 200%;
  }
}
@media (min-width: 971px) {
  .md\:line-height-100 {
    line-height: 100%;
  }
  .md\:line-height-110 {
    line-height: 110%;
  }
  .md\:line-height-120 {
    line-height: 120%;
  }
  .md\:line-height-130 {
    line-height: 130%;
  }
  .md\:line-height-140 {
    line-height: 140%;
  }
  .md\:line-height-150 {
    line-height: 150%;
  }
  .md\:line-height-160 {
    line-height: 160%;
  }
  .md\:line-height-170 {
    line-height: 170%;
  }
  .md\:line-height-180 {
    line-height: 180%;
  }
  .md\:line-height-190 {
    line-height: 190%;
  }
  .md\:line-height-200 {
    line-height: 200%;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:line-height-100 {
    line-height: 100%;
  }
  .mdo\:line-height-110 {
    line-height: 110%;
  }
  .mdo\:line-height-120 {
    line-height: 120%;
  }
  .mdo\:line-height-130 {
    line-height: 130%;
  }
  .mdo\:line-height-140 {
    line-height: 140%;
  }
  .mdo\:line-height-150 {
    line-height: 150%;
  }
  .mdo\:line-height-160 {
    line-height: 160%;
  }
  .mdo\:line-height-170 {
    line-height: 170%;
  }
  .mdo\:line-height-180 {
    line-height: 180%;
  }
  .mdo\:line-height-190 {
    line-height: 190%;
  }
  .mdo\:line-height-200 {
    line-height: 200%;
  }
}
@media (max-width: 1289px) {
  .mdb\:line-height-100 {
    line-height: 100%;
  }
  .mdb\:line-height-110 {
    line-height: 110%;
  }
  .mdb\:line-height-120 {
    line-height: 120%;
  }
  .mdb\:line-height-130 {
    line-height: 130%;
  }
  .mdb\:line-height-140 {
    line-height: 140%;
  }
  .mdb\:line-height-150 {
    line-height: 150%;
  }
  .mdb\:line-height-160 {
    line-height: 160%;
  }
  .mdb\:line-height-170 {
    line-height: 170%;
  }
  .mdb\:line-height-180 {
    line-height: 180%;
  }
  .mdb\:line-height-190 {
    line-height: 190%;
  }
  .mdb\:line-height-200 {
    line-height: 200%;
  }
}
@media (min-width: 1290px) {
  .lg\:line-height-100 {
    line-height: 100%;
  }
  .lg\:line-height-110 {
    line-height: 110%;
  }
  .lg\:line-height-120 {
    line-height: 120%;
  }
  .lg\:line-height-130 {
    line-height: 130%;
  }
  .lg\:line-height-140 {
    line-height: 140%;
  }
  .lg\:line-height-150 {
    line-height: 150%;
  }
  .lg\:line-height-160 {
    line-height: 160%;
  }
  .lg\:line-height-170 {
    line-height: 170%;
  }
  .lg\:line-height-180 {
    line-height: 180%;
  }
  .lg\:line-height-190 {
    line-height: 190%;
  }
  .lg\:line-height-200 {
    line-height: 200%;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}
@media (min-width: 769px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 970px) {
  .container {
    max-width: 750px;
    box-sizing: border-box;
  }
}

.row {
  display: flex;
  width: calc(100% + 20px);
  margin-left: -10px;
}
@media (max-width: 970px) {
  .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
}
.row [class*=col-] {
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .row [class*=col-] {
    min-width: 100% !important;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .xs\:col-1 {
    flex-basis: 8.3333333333%;
    /*min-width: 0;*/
  }
  .xs\:col-1:not(.no-grow) {
    flex: 1;
  }
  .xs\:offset-1 {
    margin-right: 8.3333333333%;
  }
  .xs\:col-2 {
    flex-basis: 16.6666666667%;
    /*min-width: 0;*/
  }
  .xs\:col-2:not(.no-grow) {
    flex: 2;
  }
  .xs\:offset-2 {
    margin-right: 16.6666666667%;
  }
  .xs\:col-3 {
    flex-basis: 25%;
    /*min-width: 0;*/
  }
  .xs\:col-3:not(.no-grow) {
    flex: 3;
  }
  .xs\:offset-3 {
    margin-right: 25%;
  }
  .xs\:col-4 {
    flex-basis: 33.3333333333%;
    /*min-width: 0;*/
  }
  .xs\:col-4:not(.no-grow) {
    flex: 4;
  }
  .xs\:offset-4 {
    margin-right: 33.3333333333%;
  }
  .xs\:col-5 {
    flex-basis: 41.6666666667%;
    /*min-width: 0;*/
  }
  .xs\:col-5:not(.no-grow) {
    flex: 5;
  }
  .xs\:offset-5 {
    margin-right: 41.6666666667%;
  }
  .xs\:col-6 {
    flex-basis: 50%;
    /*min-width: 0;*/
  }
  .xs\:col-6:not(.no-grow) {
    flex: 6;
  }
  .xs\:offset-6 {
    margin-right: 50%;
  }
  .xs\:col-7 {
    flex-basis: 58.3333333333%;
    /*min-width: 0;*/
  }
  .xs\:col-7:not(.no-grow) {
    flex: 7;
  }
  .xs\:offset-7 {
    margin-right: 58.3333333333%;
  }
  .xs\:col-8 {
    flex-basis: 66.6666666667%;
    /*min-width: 0;*/
  }
  .xs\:col-8:not(.no-grow) {
    flex: 8;
  }
  .xs\:offset-8 {
    margin-right: 66.6666666667%;
  }
  .xs\:col-9 {
    flex-basis: 75%;
    /*min-width: 0;*/
  }
  .xs\:col-9:not(.no-grow) {
    flex: 9;
  }
  .xs\:offset-9 {
    margin-right: 75%;
  }
  .xs\:col-10 {
    flex-basis: 83.3333333333%;
    /*min-width: 0;*/
  }
  .xs\:col-10:not(.no-grow) {
    flex: 10;
  }
  .xs\:offset-10 {
    margin-right: 83.3333333333%;
  }
  .xs\:col-11 {
    flex-basis: 91.6666666667%;
    /*min-width: 0;*/
  }
  .xs\:col-11:not(.no-grow) {
    flex: 11;
  }
  .xs\:offset-11 {
    margin-right: 91.6666666667%;
  }
  .xs\:col-12 {
    flex-basis: 100%;
    /*min-width: 0;*/
  }
  .xs\:col-12:not(.no-grow) {
    flex: 12;
  }
  .xs\:offset-12 {
    margin-right: 100%;
  }
}
@media (min-width: 769px) {
  .sm\:col-1 {
    flex-basis: 8.3333333333%;
    /*min-width: 0;*/
  }
  .sm\:col-1:not(.no-grow) {
    flex: 1;
  }
  .sm\:offset-1 {
    margin-right: 8.3333333333%;
  }
  .sm\:col-2 {
    flex-basis: 16.6666666667%;
    /*min-width: 0;*/
  }
  .sm\:col-2:not(.no-grow) {
    flex: 2;
  }
  .sm\:offset-2 {
    margin-right: 16.6666666667%;
  }
  .sm\:col-3 {
    flex-basis: 25%;
    /*min-width: 0;*/
  }
  .sm\:col-3:not(.no-grow) {
    flex: 3;
  }
  .sm\:offset-3 {
    margin-right: 25%;
  }
  .sm\:col-4 {
    flex-basis: 33.3333333333%;
    /*min-width: 0;*/
  }
  .sm\:col-4:not(.no-grow) {
    flex: 4;
  }
  .sm\:offset-4 {
    margin-right: 33.3333333333%;
  }
  .sm\:col-5 {
    flex-basis: 41.6666666667%;
    /*min-width: 0;*/
  }
  .sm\:col-5:not(.no-grow) {
    flex: 5;
  }
  .sm\:offset-5 {
    margin-right: 41.6666666667%;
  }
  .sm\:col-6 {
    flex-basis: 50%;
    /*min-width: 0;*/
  }
  .sm\:col-6:not(.no-grow) {
    flex: 6;
  }
  .sm\:offset-6 {
    margin-right: 50%;
  }
  .sm\:col-7 {
    flex-basis: 58.3333333333%;
    /*min-width: 0;*/
  }
  .sm\:col-7:not(.no-grow) {
    flex: 7;
  }
  .sm\:offset-7 {
    margin-right: 58.3333333333%;
  }
  .sm\:col-8 {
    flex-basis: 66.6666666667%;
    /*min-width: 0;*/
  }
  .sm\:col-8:not(.no-grow) {
    flex: 8;
  }
  .sm\:offset-8 {
    margin-right: 66.6666666667%;
  }
  .sm\:col-9 {
    flex-basis: 75%;
    /*min-width: 0;*/
  }
  .sm\:col-9:not(.no-grow) {
    flex: 9;
  }
  .sm\:offset-9 {
    margin-right: 75%;
  }
  .sm\:col-10 {
    flex-basis: 83.3333333333%;
    /*min-width: 0;*/
  }
  .sm\:col-10:not(.no-grow) {
    flex: 10;
  }
  .sm\:offset-10 {
    margin-right: 83.3333333333%;
  }
  .sm\:col-11 {
    flex-basis: 91.6666666667%;
    /*min-width: 0;*/
  }
  .sm\:col-11:not(.no-grow) {
    flex: 11;
  }
  .sm\:offset-11 {
    margin-right: 91.6666666667%;
  }
  .sm\:col-12 {
    flex-basis: 100%;
    /*min-width: 0;*/
  }
  .sm\:col-12:not(.no-grow) {
    flex: 12;
  }
  .sm\:offset-12 {
    margin-right: 100%;
  }
}
@media (min-width: 971px) {
  .md\:col-1 {
    flex-basis: 8.3333333333%;
    /*min-width: 0;*/
  }
  .md\:col-1:not(.no-grow) {
    flex: 1;
  }
  .md\:offset-1 {
    margin-right: 8.3333333333%;
  }
  .md\:col-2 {
    flex-basis: 16.6666666667%;
    /*min-width: 0;*/
  }
  .md\:col-2:not(.no-grow) {
    flex: 2;
  }
  .md\:offset-2 {
    margin-right: 16.6666666667%;
  }
  .md\:col-3 {
    flex-basis: 25%;
    /*min-width: 0;*/
  }
  .md\:col-3:not(.no-grow) {
    flex: 3;
  }
  .md\:offset-3 {
    margin-right: 25%;
  }
  .md\:col-4 {
    flex-basis: 33.3333333333%;
    /*min-width: 0;*/
  }
  .md\:col-4:not(.no-grow) {
    flex: 4;
  }
  .md\:offset-4 {
    margin-right: 33.3333333333%;
  }
  .md\:col-5 {
    flex-basis: 41.6666666667%;
    /*min-width: 0;*/
  }
  .md\:col-5:not(.no-grow) {
    flex: 5;
  }
  .md\:offset-5 {
    margin-right: 41.6666666667%;
  }
  .md\:col-6 {
    flex-basis: 50%;
    /*min-width: 0;*/
  }
  .md\:col-6:not(.no-grow) {
    flex: 6;
  }
  .md\:offset-6 {
    margin-right: 50%;
  }
  .md\:col-7 {
    flex-basis: 58.3333333333%;
    /*min-width: 0;*/
  }
  .md\:col-7:not(.no-grow) {
    flex: 7;
  }
  .md\:offset-7 {
    margin-right: 58.3333333333%;
  }
  .md\:col-8 {
    flex-basis: 66.6666666667%;
    /*min-width: 0;*/
  }
  .md\:col-8:not(.no-grow) {
    flex: 8;
  }
  .md\:offset-8 {
    margin-right: 66.6666666667%;
  }
  .md\:col-9 {
    flex-basis: 75%;
    /*min-width: 0;*/
  }
  .md\:col-9:not(.no-grow) {
    flex: 9;
  }
  .md\:offset-9 {
    margin-right: 75%;
  }
  .md\:col-10 {
    flex-basis: 83.3333333333%;
    /*min-width: 0;*/
  }
  .md\:col-10:not(.no-grow) {
    flex: 10;
  }
  .md\:offset-10 {
    margin-right: 83.3333333333%;
  }
  .md\:col-11 {
    flex-basis: 91.6666666667%;
    /*min-width: 0;*/
  }
  .md\:col-11:not(.no-grow) {
    flex: 11;
  }
  .md\:offset-11 {
    margin-right: 91.6666666667%;
  }
  .md\:col-12 {
    flex-basis: 100%;
    /*min-width: 0;*/
  }
  .md\:col-12:not(.no-grow) {
    flex: 12;
  }
  .md\:offset-12 {
    margin-right: 100%;
  }
}
@media (min-width: 1290px) {
  .lg\:col-1 {
    flex-basis: 8.3333333333%;
    /*min-width: 0;*/
  }
  .lg\:col-1:not(.no-grow) {
    flex: 1;
  }
  .lg\:offset-1 {
    margin-right: 8.3333333333%;
  }
  .lg\:col-2 {
    flex-basis: 16.6666666667%;
    /*min-width: 0;*/
  }
  .lg\:col-2:not(.no-grow) {
    flex: 2;
  }
  .lg\:offset-2 {
    margin-right: 16.6666666667%;
  }
  .lg\:col-3 {
    flex-basis: 25%;
    /*min-width: 0;*/
  }
  .lg\:col-3:not(.no-grow) {
    flex: 3;
  }
  .lg\:offset-3 {
    margin-right: 25%;
  }
  .lg\:col-4 {
    flex-basis: 33.3333333333%;
    /*min-width: 0;*/
  }
  .lg\:col-4:not(.no-grow) {
    flex: 4;
  }
  .lg\:offset-4 {
    margin-right: 33.3333333333%;
  }
  .lg\:col-5 {
    flex-basis: 41.6666666667%;
    /*min-width: 0;*/
  }
  .lg\:col-5:not(.no-grow) {
    flex: 5;
  }
  .lg\:offset-5 {
    margin-right: 41.6666666667%;
  }
  .lg\:col-6 {
    flex-basis: 50%;
    /*min-width: 0;*/
  }
  .lg\:col-6:not(.no-grow) {
    flex: 6;
  }
  .lg\:offset-6 {
    margin-right: 50%;
  }
  .lg\:col-7 {
    flex-basis: 58.3333333333%;
    /*min-width: 0;*/
  }
  .lg\:col-7:not(.no-grow) {
    flex: 7;
  }
  .lg\:offset-7 {
    margin-right: 58.3333333333%;
  }
  .lg\:col-8 {
    flex-basis: 66.6666666667%;
    /*min-width: 0;*/
  }
  .lg\:col-8:not(.no-grow) {
    flex: 8;
  }
  .lg\:offset-8 {
    margin-right: 66.6666666667%;
  }
  .lg\:col-9 {
    flex-basis: 75%;
    /*min-width: 0;*/
  }
  .lg\:col-9:not(.no-grow) {
    flex: 9;
  }
  .lg\:offset-9 {
    margin-right: 75%;
  }
  .lg\:col-10 {
    flex-basis: 83.3333333333%;
    /*min-width: 0;*/
  }
  .lg\:col-10:not(.no-grow) {
    flex: 10;
  }
  .lg\:offset-10 {
    margin-right: 83.3333333333%;
  }
  .lg\:col-11 {
    flex-basis: 91.6666666667%;
    /*min-width: 0;*/
  }
  .lg\:col-11:not(.no-grow) {
    flex: 11;
  }
  .lg\:offset-11 {
    margin-right: 91.6666666667%;
  }
  .lg\:col-12 {
    flex-basis: 100%;
    /*min-width: 0;*/
  }
  .lg\:col-12:not(.no-grow) {
    flex: 12;
  }
  .lg\:offset-12 {
    margin-right: 100%;
  }
}
@media (max-width: 768px) {
  .xs\:order-1 {
    order: 1;
  }
  .xs\:order-2 {
    order: 2;
  }
  .xs\:order-3 {
    order: 3;
  }
  .xs\:order-4 {
    order: 4;
  }
  .xs\:order-5 {
    order: 5;
  }
  .xs\:order-6 {
    order: 6;
  }
  .xs\:order-7 {
    order: 7;
  }
  .xs\:order-8 {
    order: 8;
  }
  .xs\:order-9 {
    order: 9;
  }
  .xs\:order-10 {
    order: 10;
  }
}
@media (min-width: 769px) {
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
  .sm\:order-4 {
    order: 4;
  }
  .sm\:order-5 {
    order: 5;
  }
  .sm\:order-6 {
    order: 6;
  }
  .sm\:order-7 {
    order: 7;
  }
  .sm\:order-8 {
    order: 8;
  }
  .sm\:order-9 {
    order: 9;
  }
  .sm\:order-10 {
    order: 10;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:order-1 {
    order: 1;
  }
  .smo\:order-2 {
    order: 2;
  }
  .smo\:order-3 {
    order: 3;
  }
  .smo\:order-4 {
    order: 4;
  }
  .smo\:order-5 {
    order: 5;
  }
  .smo\:order-6 {
    order: 6;
  }
  .smo\:order-7 {
    order: 7;
  }
  .smo\:order-8 {
    order: 8;
  }
  .smo\:order-9 {
    order: 9;
  }
  .smo\:order-10 {
    order: 10;
  }
}
@media (max-width: 970px) {
  .smb\:order-1 {
    order: 1;
  }
  .smb\:order-2 {
    order: 2;
  }
  .smb\:order-3 {
    order: 3;
  }
  .smb\:order-4 {
    order: 4;
  }
  .smb\:order-5 {
    order: 5;
  }
  .smb\:order-6 {
    order: 6;
  }
  .smb\:order-7 {
    order: 7;
  }
  .smb\:order-8 {
    order: 8;
  }
  .smb\:order-9 {
    order: 9;
  }
  .smb\:order-10 {
    order: 10;
  }
}
@media (min-width: 971px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:order-4 {
    order: 4;
  }
  .md\:order-5 {
    order: 5;
  }
  .md\:order-6 {
    order: 6;
  }
  .md\:order-7 {
    order: 7;
  }
  .md\:order-8 {
    order: 8;
  }
  .md\:order-9 {
    order: 9;
  }
  .md\:order-10 {
    order: 10;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:order-1 {
    order: 1;
  }
  .mdo\:order-2 {
    order: 2;
  }
  .mdo\:order-3 {
    order: 3;
  }
  .mdo\:order-4 {
    order: 4;
  }
  .mdo\:order-5 {
    order: 5;
  }
  .mdo\:order-6 {
    order: 6;
  }
  .mdo\:order-7 {
    order: 7;
  }
  .mdo\:order-8 {
    order: 8;
  }
  .mdo\:order-9 {
    order: 9;
  }
  .mdo\:order-10 {
    order: 10;
  }
}
@media (max-width: 1289px) {
  .mdb\:order-1 {
    order: 1;
  }
  .mdb\:order-2 {
    order: 2;
  }
  .mdb\:order-3 {
    order: 3;
  }
  .mdb\:order-4 {
    order: 4;
  }
  .mdb\:order-5 {
    order: 5;
  }
  .mdb\:order-6 {
    order: 6;
  }
  .mdb\:order-7 {
    order: 7;
  }
  .mdb\:order-8 {
    order: 8;
  }
  .mdb\:order-9 {
    order: 9;
  }
  .mdb\:order-10 {
    order: 10;
  }
}
@media (min-width: 1290px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:order-4 {
    order: 4;
  }
  .lg\:order-5 {
    order: 5;
  }
  .lg\:order-6 {
    order: 6;
  }
  .lg\:order-7 {
    order: 7;
  }
  .lg\:order-8 {
    order: 8;
  }
  .lg\:order-9 {
    order: 9;
  }
  .lg\:order-10 {
    order: 10;
  }
}
.gap-5 {
  grid-column-gap: 5px !important;
  grid-row-gap: 5px !important;
  gap: 5px !important;
}

.gap-x-5 {
  grid-column-gap: 5px !important;
  -moz-column-gap: 5px !important;
       column-gap: 5px !important;
}

.gap-y-5 {
  grid-row-gap: 5px !important;
  row-gap: 5px !important;
}

.gap-10 {
  grid-column-gap: 10px !important;
  grid-row-gap: 10px !important;
  gap: 10px !important;
}

.gap-x-10 {
  grid-column-gap: 10px !important;
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.gap-y-10 {
  grid-row-gap: 10px !important;
  row-gap: 10px !important;
}

.gap-15 {
  grid-column-gap: 15px !important;
  grid-row-gap: 15px !important;
  gap: 15px !important;
}

.gap-x-15 {
  grid-column-gap: 15px !important;
  -moz-column-gap: 15px !important;
       column-gap: 15px !important;
}

.gap-y-15 {
  grid-row-gap: 15px !important;
  row-gap: 15px !important;
}

.gap-20 {
  grid-column-gap: 20px !important;
  grid-row-gap: 20px !important;
  gap: 20px !important;
}

.gap-x-20 {
  grid-column-gap: 20px !important;
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.gap-y-20 {
  grid-row-gap: 20px !important;
  row-gap: 20px !important;
}

.gap-25 {
  grid-column-gap: 25px !important;
  grid-row-gap: 25px !important;
  gap: 25px !important;
}

.gap-x-25 {
  grid-column-gap: 25px !important;
  -moz-column-gap: 25px !important;
       column-gap: 25px !important;
}

.gap-y-25 {
  grid-row-gap: 25px !important;
  row-gap: 25px !important;
}

.gap-30 {
  grid-column-gap: 30px !important;
  grid-row-gap: 30px !important;
  gap: 30px !important;
}

.gap-x-30 {
  grid-column-gap: 30px !important;
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}

.gap-y-30 {
  grid-row-gap: 30px !important;
  row-gap: 30px !important;
}

.gap-35 {
  grid-column-gap: 35px !important;
  grid-row-gap: 35px !important;
  gap: 35px !important;
}

.gap-x-35 {
  grid-column-gap: 35px !important;
  -moz-column-gap: 35px !important;
       column-gap: 35px !important;
}

.gap-y-35 {
  grid-row-gap: 35px !important;
  row-gap: 35px !important;
}

.gap-40 {
  grid-column-gap: 40px !important;
  grid-row-gap: 40px !important;
  gap: 40px !important;
}

.gap-x-40 {
  grid-column-gap: 40px !important;
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.gap-y-40 {
  grid-row-gap: 40px !important;
  row-gap: 40px !important;
}

.gap-45 {
  grid-column-gap: 45px !important;
  grid-row-gap: 45px !important;
  gap: 45px !important;
}

.gap-x-45 {
  grid-column-gap: 45px !important;
  -moz-column-gap: 45px !important;
       column-gap: 45px !important;
}

.gap-y-45 {
  grid-row-gap: 45px !important;
  row-gap: 45px !important;
}

.gap-50 {
  grid-column-gap: 50px !important;
  grid-row-gap: 50px !important;
  gap: 50px !important;
}

.gap-x-50 {
  grid-column-gap: 50px !important;
  -moz-column-gap: 50px !important;
       column-gap: 50px !important;
}

.gap-y-50 {
  grid-row-gap: 50px !important;
  row-gap: 50px !important;
}

.gap-55 {
  grid-column-gap: 55px !important;
  grid-row-gap: 55px !important;
  gap: 55px !important;
}

.gap-x-55 {
  grid-column-gap: 55px !important;
  -moz-column-gap: 55px !important;
       column-gap: 55px !important;
}

.gap-y-55 {
  grid-row-gap: 55px !important;
  row-gap: 55px !important;
}

.gap-60 {
  grid-column-gap: 60px !important;
  grid-row-gap: 60px !important;
  gap: 60px !important;
}

.gap-x-60 {
  grid-column-gap: 60px !important;
  -moz-column-gap: 60px !important;
       column-gap: 60px !important;
}

.gap-y-60 {
  grid-row-gap: 60px !important;
  row-gap: 60px !important;
}

.gap-65 {
  grid-column-gap: 65px !important;
  grid-row-gap: 65px !important;
  gap: 65px !important;
}

.gap-x-65 {
  grid-column-gap: 65px !important;
  -moz-column-gap: 65px !important;
       column-gap: 65px !important;
}

.gap-y-65 {
  grid-row-gap: 65px !important;
  row-gap: 65px !important;
}

.gap-70 {
  grid-column-gap: 70px !important;
  grid-row-gap: 70px !important;
  gap: 70px !important;
}

.gap-x-70 {
  grid-column-gap: 70px !important;
  -moz-column-gap: 70px !important;
       column-gap: 70px !important;
}

.gap-y-70 {
  grid-row-gap: 70px !important;
  row-gap: 70px !important;
}

.gap-75 {
  grid-column-gap: 75px !important;
  grid-row-gap: 75px !important;
  gap: 75px !important;
}

.gap-x-75 {
  grid-column-gap: 75px !important;
  -moz-column-gap: 75px !important;
       column-gap: 75px !important;
}

.gap-y-75 {
  grid-row-gap: 75px !important;
  row-gap: 75px !important;
}

.gap-80 {
  grid-column-gap: 80px !important;
  grid-row-gap: 80px !important;
  gap: 80px !important;
}

.gap-x-80 {
  grid-column-gap: 80px !important;
  -moz-column-gap: 80px !important;
       column-gap: 80px !important;
}

.gap-y-80 {
  grid-row-gap: 80px !important;
  row-gap: 80px !important;
}

.gap-85 {
  grid-column-gap: 85px !important;
  grid-row-gap: 85px !important;
  gap: 85px !important;
}

.gap-x-85 {
  grid-column-gap: 85px !important;
  -moz-column-gap: 85px !important;
       column-gap: 85px !important;
}

.gap-y-85 {
  grid-row-gap: 85px !important;
  row-gap: 85px !important;
}

.gap-90 {
  grid-column-gap: 90px !important;
  grid-row-gap: 90px !important;
  gap: 90px !important;
}

.gap-x-90 {
  grid-column-gap: 90px !important;
  -moz-column-gap: 90px !important;
       column-gap: 90px !important;
}

.gap-y-90 {
  grid-row-gap: 90px !important;
  row-gap: 90px !important;
}

.gap-95 {
  grid-column-gap: 95px !important;
  grid-row-gap: 95px !important;
  gap: 95px !important;
}

.gap-x-95 {
  grid-column-gap: 95px !important;
  -moz-column-gap: 95px !important;
       column-gap: 95px !important;
}

.gap-y-95 {
  grid-row-gap: 95px !important;
  row-gap: 95px !important;
}

.gap-100 {
  grid-column-gap: 100px !important;
  grid-row-gap: 100px !important;
  gap: 100px !important;
}

.gap-x-100 {
  grid-column-gap: 100px !important;
  -moz-column-gap: 100px !important;
       column-gap: 100px !important;
}

.gap-y-100 {
  grid-row-gap: 100px !important;
  row-gap: 100px !important;
}

@media (max-width: 768px) {
  .xs\:gap-5 {
    grid-column-gap: 5px !important;
    grid-row-gap: 5px !important;
  }
  .xs\:gap-x-5 {
    grid-column-gap: 5px !important;
  }
  .xs\:gap-y-5 {
    grid-row-gap: 5px !important;
  }
  .xs\:gap-10 {
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
  }
  .xs\:gap-x-10 {
    grid-column-gap: 10px !important;
  }
  .xs\:gap-y-10 {
    grid-row-gap: 10px !important;
  }
  .xs\:gap-15 {
    grid-column-gap: 15px !important;
    grid-row-gap: 15px !important;
  }
  .xs\:gap-x-15 {
    grid-column-gap: 15px !important;
  }
  .xs\:gap-y-15 {
    grid-row-gap: 15px !important;
  }
  .xs\:gap-20 {
    grid-column-gap: 20px !important;
    grid-row-gap: 20px !important;
  }
  .xs\:gap-x-20 {
    grid-column-gap: 20px !important;
  }
  .xs\:gap-y-20 {
    grid-row-gap: 20px !important;
  }
  .xs\:gap-25 {
    grid-column-gap: 25px !important;
    grid-row-gap: 25px !important;
  }
  .xs\:gap-x-25 {
    grid-column-gap: 25px !important;
  }
  .xs\:gap-y-25 {
    grid-row-gap: 25px !important;
  }
  .xs\:gap-30 {
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
  }
  .xs\:gap-x-30 {
    grid-column-gap: 30px !important;
  }
  .xs\:gap-y-30 {
    grid-row-gap: 30px !important;
  }
  .xs\:gap-35 {
    grid-column-gap: 35px !important;
    grid-row-gap: 35px !important;
  }
  .xs\:gap-x-35 {
    grid-column-gap: 35px !important;
  }
  .xs\:gap-y-35 {
    grid-row-gap: 35px !important;
  }
  .xs\:gap-40 {
    grid-column-gap: 40px !important;
    grid-row-gap: 40px !important;
  }
  .xs\:gap-x-40 {
    grid-column-gap: 40px !important;
  }
  .xs\:gap-y-40 {
    grid-row-gap: 40px !important;
  }
  .xs\:gap-45 {
    grid-column-gap: 45px !important;
    grid-row-gap: 45px !important;
  }
  .xs\:gap-x-45 {
    grid-column-gap: 45px !important;
  }
  .xs\:gap-y-45 {
    grid-row-gap: 45px !important;
  }
  .xs\:gap-50 {
    grid-column-gap: 50px !important;
    grid-row-gap: 50px !important;
  }
  .xs\:gap-x-50 {
    grid-column-gap: 50px !important;
  }
  .xs\:gap-y-50 {
    grid-row-gap: 50px !important;
  }
  .xs\:gap-55 {
    grid-column-gap: 55px !important;
    grid-row-gap: 55px !important;
  }
  .xs\:gap-x-55 {
    grid-column-gap: 55px !important;
  }
  .xs\:gap-y-55 {
    grid-row-gap: 55px !important;
  }
  .xs\:gap-60 {
    grid-column-gap: 60px !important;
    grid-row-gap: 60px !important;
  }
  .xs\:gap-x-60 {
    grid-column-gap: 60px !important;
  }
  .xs\:gap-y-60 {
    grid-row-gap: 60px !important;
  }
  .xs\:gap-65 {
    grid-column-gap: 65px !important;
    grid-row-gap: 65px !important;
  }
  .xs\:gap-x-65 {
    grid-column-gap: 65px !important;
  }
  .xs\:gap-y-65 {
    grid-row-gap: 65px !important;
  }
  .xs\:gap-70 {
    grid-column-gap: 70px !important;
    grid-row-gap: 70px !important;
  }
  .xs\:gap-x-70 {
    grid-column-gap: 70px !important;
  }
  .xs\:gap-y-70 {
    grid-row-gap: 70px !important;
  }
  .xs\:gap-75 {
    grid-column-gap: 75px !important;
    grid-row-gap: 75px !important;
  }
  .xs\:gap-x-75 {
    grid-column-gap: 75px !important;
  }
  .xs\:gap-y-75 {
    grid-row-gap: 75px !important;
  }
  .xs\:gap-80 {
    grid-column-gap: 80px !important;
    grid-row-gap: 80px !important;
  }
  .xs\:gap-x-80 {
    grid-column-gap: 80px !important;
  }
  .xs\:gap-y-80 {
    grid-row-gap: 80px !important;
  }
  .xs\:gap-85 {
    grid-column-gap: 85px !important;
    grid-row-gap: 85px !important;
  }
  .xs\:gap-x-85 {
    grid-column-gap: 85px !important;
  }
  .xs\:gap-y-85 {
    grid-row-gap: 85px !important;
  }
  .xs\:gap-90 {
    grid-column-gap: 90px !important;
    grid-row-gap: 90px !important;
  }
  .xs\:gap-x-90 {
    grid-column-gap: 90px !important;
  }
  .xs\:gap-y-90 {
    grid-row-gap: 90px !important;
  }
  .xs\:gap-95 {
    grid-column-gap: 95px !important;
    grid-row-gap: 95px !important;
  }
  .xs\:gap-x-95 {
    grid-column-gap: 95px !important;
  }
  .xs\:gap-y-95 {
    grid-row-gap: 95px !important;
  }
  .xs\:gap-100 {
    grid-column-gap: 100px !important;
    grid-row-gap: 100px !important;
  }
  .xs\:gap-x-100 {
    grid-column-gap: 100px !important;
  }
  .xs\:gap-y-100 {
    grid-row-gap: 100px !important;
  }
}
@media (min-width: 769px) {
  .sm\:gap-5 {
    grid-column-gap: 5px !important;
    grid-row-gap: 5px !important;
  }
  .sm\:gap-x-5 {
    grid-column-gap: 5px !important;
  }
  .sm\:gap-y-5 {
    grid-row-gap: 5px !important;
  }
  .sm\:gap-10 {
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
  }
  .sm\:gap-x-10 {
    grid-column-gap: 10px !important;
  }
  .sm\:gap-y-10 {
    grid-row-gap: 10px !important;
  }
  .sm\:gap-15 {
    grid-column-gap: 15px !important;
    grid-row-gap: 15px !important;
  }
  .sm\:gap-x-15 {
    grid-column-gap: 15px !important;
  }
  .sm\:gap-y-15 {
    grid-row-gap: 15px !important;
  }
  .sm\:gap-20 {
    grid-column-gap: 20px !important;
    grid-row-gap: 20px !important;
  }
  .sm\:gap-x-20 {
    grid-column-gap: 20px !important;
  }
  .sm\:gap-y-20 {
    grid-row-gap: 20px !important;
  }
  .sm\:gap-25 {
    grid-column-gap: 25px !important;
    grid-row-gap: 25px !important;
  }
  .sm\:gap-x-25 {
    grid-column-gap: 25px !important;
  }
  .sm\:gap-y-25 {
    grid-row-gap: 25px !important;
  }
  .sm\:gap-30 {
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
  }
  .sm\:gap-x-30 {
    grid-column-gap: 30px !important;
  }
  .sm\:gap-y-30 {
    grid-row-gap: 30px !important;
  }
  .sm\:gap-35 {
    grid-column-gap: 35px !important;
    grid-row-gap: 35px !important;
  }
  .sm\:gap-x-35 {
    grid-column-gap: 35px !important;
  }
  .sm\:gap-y-35 {
    grid-row-gap: 35px !important;
  }
  .sm\:gap-40 {
    grid-column-gap: 40px !important;
    grid-row-gap: 40px !important;
  }
  .sm\:gap-x-40 {
    grid-column-gap: 40px !important;
  }
  .sm\:gap-y-40 {
    grid-row-gap: 40px !important;
  }
  .sm\:gap-45 {
    grid-column-gap: 45px !important;
    grid-row-gap: 45px !important;
  }
  .sm\:gap-x-45 {
    grid-column-gap: 45px !important;
  }
  .sm\:gap-y-45 {
    grid-row-gap: 45px !important;
  }
  .sm\:gap-50 {
    grid-column-gap: 50px !important;
    grid-row-gap: 50px !important;
  }
  .sm\:gap-x-50 {
    grid-column-gap: 50px !important;
  }
  .sm\:gap-y-50 {
    grid-row-gap: 50px !important;
  }
  .sm\:gap-55 {
    grid-column-gap: 55px !important;
    grid-row-gap: 55px !important;
  }
  .sm\:gap-x-55 {
    grid-column-gap: 55px !important;
  }
  .sm\:gap-y-55 {
    grid-row-gap: 55px !important;
  }
  .sm\:gap-60 {
    grid-column-gap: 60px !important;
    grid-row-gap: 60px !important;
  }
  .sm\:gap-x-60 {
    grid-column-gap: 60px !important;
  }
  .sm\:gap-y-60 {
    grid-row-gap: 60px !important;
  }
  .sm\:gap-65 {
    grid-column-gap: 65px !important;
    grid-row-gap: 65px !important;
  }
  .sm\:gap-x-65 {
    grid-column-gap: 65px !important;
  }
  .sm\:gap-y-65 {
    grid-row-gap: 65px !important;
  }
  .sm\:gap-70 {
    grid-column-gap: 70px !important;
    grid-row-gap: 70px !important;
  }
  .sm\:gap-x-70 {
    grid-column-gap: 70px !important;
  }
  .sm\:gap-y-70 {
    grid-row-gap: 70px !important;
  }
  .sm\:gap-75 {
    grid-column-gap: 75px !important;
    grid-row-gap: 75px !important;
  }
  .sm\:gap-x-75 {
    grid-column-gap: 75px !important;
  }
  .sm\:gap-y-75 {
    grid-row-gap: 75px !important;
  }
  .sm\:gap-80 {
    grid-column-gap: 80px !important;
    grid-row-gap: 80px !important;
  }
  .sm\:gap-x-80 {
    grid-column-gap: 80px !important;
  }
  .sm\:gap-y-80 {
    grid-row-gap: 80px !important;
  }
  .sm\:gap-85 {
    grid-column-gap: 85px !important;
    grid-row-gap: 85px !important;
  }
  .sm\:gap-x-85 {
    grid-column-gap: 85px !important;
  }
  .sm\:gap-y-85 {
    grid-row-gap: 85px !important;
  }
  .sm\:gap-90 {
    grid-column-gap: 90px !important;
    grid-row-gap: 90px !important;
  }
  .sm\:gap-x-90 {
    grid-column-gap: 90px !important;
  }
  .sm\:gap-y-90 {
    grid-row-gap: 90px !important;
  }
  .sm\:gap-95 {
    grid-column-gap: 95px !important;
    grid-row-gap: 95px !important;
  }
  .sm\:gap-x-95 {
    grid-column-gap: 95px !important;
  }
  .sm\:gap-y-95 {
    grid-row-gap: 95px !important;
  }
  .sm\:gap-100 {
    grid-column-gap: 100px !important;
    grid-row-gap: 100px !important;
  }
  .sm\:gap-x-100 {
    grid-column-gap: 100px !important;
  }
  .sm\:gap-y-100 {
    grid-row-gap: 100px !important;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:gap-5 {
    grid-column-gap: 5px !important;
    grid-row-gap: 5px !important;
  }
  .smo\:gap-x-5 {
    grid-column-gap: 5px !important;
  }
  .smo\:gap-y-5 {
    grid-row-gap: 5px !important;
  }
  .smo\:gap-10 {
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
  }
  .smo\:gap-x-10 {
    grid-column-gap: 10px !important;
  }
  .smo\:gap-y-10 {
    grid-row-gap: 10px !important;
  }
  .smo\:gap-15 {
    grid-column-gap: 15px !important;
    grid-row-gap: 15px !important;
  }
  .smo\:gap-x-15 {
    grid-column-gap: 15px !important;
  }
  .smo\:gap-y-15 {
    grid-row-gap: 15px !important;
  }
  .smo\:gap-20 {
    grid-column-gap: 20px !important;
    grid-row-gap: 20px !important;
  }
  .smo\:gap-x-20 {
    grid-column-gap: 20px !important;
  }
  .smo\:gap-y-20 {
    grid-row-gap: 20px !important;
  }
  .smo\:gap-25 {
    grid-column-gap: 25px !important;
    grid-row-gap: 25px !important;
  }
  .smo\:gap-x-25 {
    grid-column-gap: 25px !important;
  }
  .smo\:gap-y-25 {
    grid-row-gap: 25px !important;
  }
  .smo\:gap-30 {
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
  }
  .smo\:gap-x-30 {
    grid-column-gap: 30px !important;
  }
  .smo\:gap-y-30 {
    grid-row-gap: 30px !important;
  }
  .smo\:gap-35 {
    grid-column-gap: 35px !important;
    grid-row-gap: 35px !important;
  }
  .smo\:gap-x-35 {
    grid-column-gap: 35px !important;
  }
  .smo\:gap-y-35 {
    grid-row-gap: 35px !important;
  }
  .smo\:gap-40 {
    grid-column-gap: 40px !important;
    grid-row-gap: 40px !important;
  }
  .smo\:gap-x-40 {
    grid-column-gap: 40px !important;
  }
  .smo\:gap-y-40 {
    grid-row-gap: 40px !important;
  }
  .smo\:gap-45 {
    grid-column-gap: 45px !important;
    grid-row-gap: 45px !important;
  }
  .smo\:gap-x-45 {
    grid-column-gap: 45px !important;
  }
  .smo\:gap-y-45 {
    grid-row-gap: 45px !important;
  }
  .smo\:gap-50 {
    grid-column-gap: 50px !important;
    grid-row-gap: 50px !important;
  }
  .smo\:gap-x-50 {
    grid-column-gap: 50px !important;
  }
  .smo\:gap-y-50 {
    grid-row-gap: 50px !important;
  }
  .smo\:gap-55 {
    grid-column-gap: 55px !important;
    grid-row-gap: 55px !important;
  }
  .smo\:gap-x-55 {
    grid-column-gap: 55px !important;
  }
  .smo\:gap-y-55 {
    grid-row-gap: 55px !important;
  }
  .smo\:gap-60 {
    grid-column-gap: 60px !important;
    grid-row-gap: 60px !important;
  }
  .smo\:gap-x-60 {
    grid-column-gap: 60px !important;
  }
  .smo\:gap-y-60 {
    grid-row-gap: 60px !important;
  }
  .smo\:gap-65 {
    grid-column-gap: 65px !important;
    grid-row-gap: 65px !important;
  }
  .smo\:gap-x-65 {
    grid-column-gap: 65px !important;
  }
  .smo\:gap-y-65 {
    grid-row-gap: 65px !important;
  }
  .smo\:gap-70 {
    grid-column-gap: 70px !important;
    grid-row-gap: 70px !important;
  }
  .smo\:gap-x-70 {
    grid-column-gap: 70px !important;
  }
  .smo\:gap-y-70 {
    grid-row-gap: 70px !important;
  }
  .smo\:gap-75 {
    grid-column-gap: 75px !important;
    grid-row-gap: 75px !important;
  }
  .smo\:gap-x-75 {
    grid-column-gap: 75px !important;
  }
  .smo\:gap-y-75 {
    grid-row-gap: 75px !important;
  }
  .smo\:gap-80 {
    grid-column-gap: 80px !important;
    grid-row-gap: 80px !important;
  }
  .smo\:gap-x-80 {
    grid-column-gap: 80px !important;
  }
  .smo\:gap-y-80 {
    grid-row-gap: 80px !important;
  }
  .smo\:gap-85 {
    grid-column-gap: 85px !important;
    grid-row-gap: 85px !important;
  }
  .smo\:gap-x-85 {
    grid-column-gap: 85px !important;
  }
  .smo\:gap-y-85 {
    grid-row-gap: 85px !important;
  }
  .smo\:gap-90 {
    grid-column-gap: 90px !important;
    grid-row-gap: 90px !important;
  }
  .smo\:gap-x-90 {
    grid-column-gap: 90px !important;
  }
  .smo\:gap-y-90 {
    grid-row-gap: 90px !important;
  }
  .smo\:gap-95 {
    grid-column-gap: 95px !important;
    grid-row-gap: 95px !important;
  }
  .smo\:gap-x-95 {
    grid-column-gap: 95px !important;
  }
  .smo\:gap-y-95 {
    grid-row-gap: 95px !important;
  }
  .smo\:gap-100 {
    grid-column-gap: 100px !important;
    grid-row-gap: 100px !important;
  }
  .smo\:gap-x-100 {
    grid-column-gap: 100px !important;
  }
  .smo\:gap-y-100 {
    grid-row-gap: 100px !important;
  }
}
@media (max-width: 970px) {
  .smb\:gap-5 {
    grid-column-gap: 5px !important;
    grid-row-gap: 5px !important;
  }
  .smb\:gap-x-5 {
    grid-column-gap: 5px !important;
  }
  .smb\:gap-y-5 {
    grid-row-gap: 5px !important;
  }
  .smb\:gap-10 {
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
  }
  .smb\:gap-x-10 {
    grid-column-gap: 10px !important;
  }
  .smb\:gap-y-10 {
    grid-row-gap: 10px !important;
  }
  .smb\:gap-15 {
    grid-column-gap: 15px !important;
    grid-row-gap: 15px !important;
  }
  .smb\:gap-x-15 {
    grid-column-gap: 15px !important;
  }
  .smb\:gap-y-15 {
    grid-row-gap: 15px !important;
  }
  .smb\:gap-20 {
    grid-column-gap: 20px !important;
    grid-row-gap: 20px !important;
  }
  .smb\:gap-x-20 {
    grid-column-gap: 20px !important;
  }
  .smb\:gap-y-20 {
    grid-row-gap: 20px !important;
  }
  .smb\:gap-25 {
    grid-column-gap: 25px !important;
    grid-row-gap: 25px !important;
  }
  .smb\:gap-x-25 {
    grid-column-gap: 25px !important;
  }
  .smb\:gap-y-25 {
    grid-row-gap: 25px !important;
  }
  .smb\:gap-30 {
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
  }
  .smb\:gap-x-30 {
    grid-column-gap: 30px !important;
  }
  .smb\:gap-y-30 {
    grid-row-gap: 30px !important;
  }
  .smb\:gap-35 {
    grid-column-gap: 35px !important;
    grid-row-gap: 35px !important;
  }
  .smb\:gap-x-35 {
    grid-column-gap: 35px !important;
  }
  .smb\:gap-y-35 {
    grid-row-gap: 35px !important;
  }
  .smb\:gap-40 {
    grid-column-gap: 40px !important;
    grid-row-gap: 40px !important;
  }
  .smb\:gap-x-40 {
    grid-column-gap: 40px !important;
  }
  .smb\:gap-y-40 {
    grid-row-gap: 40px !important;
  }
  .smb\:gap-45 {
    grid-column-gap: 45px !important;
    grid-row-gap: 45px !important;
  }
  .smb\:gap-x-45 {
    grid-column-gap: 45px !important;
  }
  .smb\:gap-y-45 {
    grid-row-gap: 45px !important;
  }
  .smb\:gap-50 {
    grid-column-gap: 50px !important;
    grid-row-gap: 50px !important;
  }
  .smb\:gap-x-50 {
    grid-column-gap: 50px !important;
  }
  .smb\:gap-y-50 {
    grid-row-gap: 50px !important;
  }
  .smb\:gap-55 {
    grid-column-gap: 55px !important;
    grid-row-gap: 55px !important;
  }
  .smb\:gap-x-55 {
    grid-column-gap: 55px !important;
  }
  .smb\:gap-y-55 {
    grid-row-gap: 55px !important;
  }
  .smb\:gap-60 {
    grid-column-gap: 60px !important;
    grid-row-gap: 60px !important;
  }
  .smb\:gap-x-60 {
    grid-column-gap: 60px !important;
  }
  .smb\:gap-y-60 {
    grid-row-gap: 60px !important;
  }
  .smb\:gap-65 {
    grid-column-gap: 65px !important;
    grid-row-gap: 65px !important;
  }
  .smb\:gap-x-65 {
    grid-column-gap: 65px !important;
  }
  .smb\:gap-y-65 {
    grid-row-gap: 65px !important;
  }
  .smb\:gap-70 {
    grid-column-gap: 70px !important;
    grid-row-gap: 70px !important;
  }
  .smb\:gap-x-70 {
    grid-column-gap: 70px !important;
  }
  .smb\:gap-y-70 {
    grid-row-gap: 70px !important;
  }
  .smb\:gap-75 {
    grid-column-gap: 75px !important;
    grid-row-gap: 75px !important;
  }
  .smb\:gap-x-75 {
    grid-column-gap: 75px !important;
  }
  .smb\:gap-y-75 {
    grid-row-gap: 75px !important;
  }
  .smb\:gap-80 {
    grid-column-gap: 80px !important;
    grid-row-gap: 80px !important;
  }
  .smb\:gap-x-80 {
    grid-column-gap: 80px !important;
  }
  .smb\:gap-y-80 {
    grid-row-gap: 80px !important;
  }
  .smb\:gap-85 {
    grid-column-gap: 85px !important;
    grid-row-gap: 85px !important;
  }
  .smb\:gap-x-85 {
    grid-column-gap: 85px !important;
  }
  .smb\:gap-y-85 {
    grid-row-gap: 85px !important;
  }
  .smb\:gap-90 {
    grid-column-gap: 90px !important;
    grid-row-gap: 90px !important;
  }
  .smb\:gap-x-90 {
    grid-column-gap: 90px !important;
  }
  .smb\:gap-y-90 {
    grid-row-gap: 90px !important;
  }
  .smb\:gap-95 {
    grid-column-gap: 95px !important;
    grid-row-gap: 95px !important;
  }
  .smb\:gap-x-95 {
    grid-column-gap: 95px !important;
  }
  .smb\:gap-y-95 {
    grid-row-gap: 95px !important;
  }
  .smb\:gap-100 {
    grid-column-gap: 100px !important;
    grid-row-gap: 100px !important;
  }
  .smb\:gap-x-100 {
    grid-column-gap: 100px !important;
  }
  .smb\:gap-y-100 {
    grid-row-gap: 100px !important;
  }
}
@media (min-width: 971px) {
  .md\:gap-5 {
    grid-column-gap: 5px !important;
    grid-row-gap: 5px !important;
  }
  .md\:gap-x-5 {
    grid-column-gap: 5px !important;
  }
  .md\:gap-y-5 {
    grid-row-gap: 5px !important;
  }
  .md\:gap-10 {
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
  }
  .md\:gap-x-10 {
    grid-column-gap: 10px !important;
  }
  .md\:gap-y-10 {
    grid-row-gap: 10px !important;
  }
  .md\:gap-15 {
    grid-column-gap: 15px !important;
    grid-row-gap: 15px !important;
  }
  .md\:gap-x-15 {
    grid-column-gap: 15px !important;
  }
  .md\:gap-y-15 {
    grid-row-gap: 15px !important;
  }
  .md\:gap-20 {
    grid-column-gap: 20px !important;
    grid-row-gap: 20px !important;
  }
  .md\:gap-x-20 {
    grid-column-gap: 20px !important;
  }
  .md\:gap-y-20 {
    grid-row-gap: 20px !important;
  }
  .md\:gap-25 {
    grid-column-gap: 25px !important;
    grid-row-gap: 25px !important;
  }
  .md\:gap-x-25 {
    grid-column-gap: 25px !important;
  }
  .md\:gap-y-25 {
    grid-row-gap: 25px !important;
  }
  .md\:gap-30 {
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
  }
  .md\:gap-x-30 {
    grid-column-gap: 30px !important;
  }
  .md\:gap-y-30 {
    grid-row-gap: 30px !important;
  }
  .md\:gap-35 {
    grid-column-gap: 35px !important;
    grid-row-gap: 35px !important;
  }
  .md\:gap-x-35 {
    grid-column-gap: 35px !important;
  }
  .md\:gap-y-35 {
    grid-row-gap: 35px !important;
  }
  .md\:gap-40 {
    grid-column-gap: 40px !important;
    grid-row-gap: 40px !important;
  }
  .md\:gap-x-40 {
    grid-column-gap: 40px !important;
  }
  .md\:gap-y-40 {
    grid-row-gap: 40px !important;
  }
  .md\:gap-45 {
    grid-column-gap: 45px !important;
    grid-row-gap: 45px !important;
  }
  .md\:gap-x-45 {
    grid-column-gap: 45px !important;
  }
  .md\:gap-y-45 {
    grid-row-gap: 45px !important;
  }
  .md\:gap-50 {
    grid-column-gap: 50px !important;
    grid-row-gap: 50px !important;
  }
  .md\:gap-x-50 {
    grid-column-gap: 50px !important;
  }
  .md\:gap-y-50 {
    grid-row-gap: 50px !important;
  }
  .md\:gap-55 {
    grid-column-gap: 55px !important;
    grid-row-gap: 55px !important;
  }
  .md\:gap-x-55 {
    grid-column-gap: 55px !important;
  }
  .md\:gap-y-55 {
    grid-row-gap: 55px !important;
  }
  .md\:gap-60 {
    grid-column-gap: 60px !important;
    grid-row-gap: 60px !important;
  }
  .md\:gap-x-60 {
    grid-column-gap: 60px !important;
  }
  .md\:gap-y-60 {
    grid-row-gap: 60px !important;
  }
  .md\:gap-65 {
    grid-column-gap: 65px !important;
    grid-row-gap: 65px !important;
  }
  .md\:gap-x-65 {
    grid-column-gap: 65px !important;
  }
  .md\:gap-y-65 {
    grid-row-gap: 65px !important;
  }
  .md\:gap-70 {
    grid-column-gap: 70px !important;
    grid-row-gap: 70px !important;
  }
  .md\:gap-x-70 {
    grid-column-gap: 70px !important;
  }
  .md\:gap-y-70 {
    grid-row-gap: 70px !important;
  }
  .md\:gap-75 {
    grid-column-gap: 75px !important;
    grid-row-gap: 75px !important;
  }
  .md\:gap-x-75 {
    grid-column-gap: 75px !important;
  }
  .md\:gap-y-75 {
    grid-row-gap: 75px !important;
  }
  .md\:gap-80 {
    grid-column-gap: 80px !important;
    grid-row-gap: 80px !important;
  }
  .md\:gap-x-80 {
    grid-column-gap: 80px !important;
  }
  .md\:gap-y-80 {
    grid-row-gap: 80px !important;
  }
  .md\:gap-85 {
    grid-column-gap: 85px !important;
    grid-row-gap: 85px !important;
  }
  .md\:gap-x-85 {
    grid-column-gap: 85px !important;
  }
  .md\:gap-y-85 {
    grid-row-gap: 85px !important;
  }
  .md\:gap-90 {
    grid-column-gap: 90px !important;
    grid-row-gap: 90px !important;
  }
  .md\:gap-x-90 {
    grid-column-gap: 90px !important;
  }
  .md\:gap-y-90 {
    grid-row-gap: 90px !important;
  }
  .md\:gap-95 {
    grid-column-gap: 95px !important;
    grid-row-gap: 95px !important;
  }
  .md\:gap-x-95 {
    grid-column-gap: 95px !important;
  }
  .md\:gap-y-95 {
    grid-row-gap: 95px !important;
  }
  .md\:gap-100 {
    grid-column-gap: 100px !important;
    grid-row-gap: 100px !important;
  }
  .md\:gap-x-100 {
    grid-column-gap: 100px !important;
  }
  .md\:gap-y-100 {
    grid-row-gap: 100px !important;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:gap-5 {
    grid-column-gap: 5px !important;
    grid-row-gap: 5px !important;
  }
  .mdo\:gap-x-5 {
    grid-column-gap: 5px !important;
  }
  .mdo\:gap-y-5 {
    grid-row-gap: 5px !important;
  }
  .mdo\:gap-10 {
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
  }
  .mdo\:gap-x-10 {
    grid-column-gap: 10px !important;
  }
  .mdo\:gap-y-10 {
    grid-row-gap: 10px !important;
  }
  .mdo\:gap-15 {
    grid-column-gap: 15px !important;
    grid-row-gap: 15px !important;
  }
  .mdo\:gap-x-15 {
    grid-column-gap: 15px !important;
  }
  .mdo\:gap-y-15 {
    grid-row-gap: 15px !important;
  }
  .mdo\:gap-20 {
    grid-column-gap: 20px !important;
    grid-row-gap: 20px !important;
  }
  .mdo\:gap-x-20 {
    grid-column-gap: 20px !important;
  }
  .mdo\:gap-y-20 {
    grid-row-gap: 20px !important;
  }
  .mdo\:gap-25 {
    grid-column-gap: 25px !important;
    grid-row-gap: 25px !important;
  }
  .mdo\:gap-x-25 {
    grid-column-gap: 25px !important;
  }
  .mdo\:gap-y-25 {
    grid-row-gap: 25px !important;
  }
  .mdo\:gap-30 {
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
  }
  .mdo\:gap-x-30 {
    grid-column-gap: 30px !important;
  }
  .mdo\:gap-y-30 {
    grid-row-gap: 30px !important;
  }
  .mdo\:gap-35 {
    grid-column-gap: 35px !important;
    grid-row-gap: 35px !important;
  }
  .mdo\:gap-x-35 {
    grid-column-gap: 35px !important;
  }
  .mdo\:gap-y-35 {
    grid-row-gap: 35px !important;
  }
  .mdo\:gap-40 {
    grid-column-gap: 40px !important;
    grid-row-gap: 40px !important;
  }
  .mdo\:gap-x-40 {
    grid-column-gap: 40px !important;
  }
  .mdo\:gap-y-40 {
    grid-row-gap: 40px !important;
  }
  .mdo\:gap-45 {
    grid-column-gap: 45px !important;
    grid-row-gap: 45px !important;
  }
  .mdo\:gap-x-45 {
    grid-column-gap: 45px !important;
  }
  .mdo\:gap-y-45 {
    grid-row-gap: 45px !important;
  }
  .mdo\:gap-50 {
    grid-column-gap: 50px !important;
    grid-row-gap: 50px !important;
  }
  .mdo\:gap-x-50 {
    grid-column-gap: 50px !important;
  }
  .mdo\:gap-y-50 {
    grid-row-gap: 50px !important;
  }
  .mdo\:gap-55 {
    grid-column-gap: 55px !important;
    grid-row-gap: 55px !important;
  }
  .mdo\:gap-x-55 {
    grid-column-gap: 55px !important;
  }
  .mdo\:gap-y-55 {
    grid-row-gap: 55px !important;
  }
  .mdo\:gap-60 {
    grid-column-gap: 60px !important;
    grid-row-gap: 60px !important;
  }
  .mdo\:gap-x-60 {
    grid-column-gap: 60px !important;
  }
  .mdo\:gap-y-60 {
    grid-row-gap: 60px !important;
  }
  .mdo\:gap-65 {
    grid-column-gap: 65px !important;
    grid-row-gap: 65px !important;
  }
  .mdo\:gap-x-65 {
    grid-column-gap: 65px !important;
  }
  .mdo\:gap-y-65 {
    grid-row-gap: 65px !important;
  }
  .mdo\:gap-70 {
    grid-column-gap: 70px !important;
    grid-row-gap: 70px !important;
  }
  .mdo\:gap-x-70 {
    grid-column-gap: 70px !important;
  }
  .mdo\:gap-y-70 {
    grid-row-gap: 70px !important;
  }
  .mdo\:gap-75 {
    grid-column-gap: 75px !important;
    grid-row-gap: 75px !important;
  }
  .mdo\:gap-x-75 {
    grid-column-gap: 75px !important;
  }
  .mdo\:gap-y-75 {
    grid-row-gap: 75px !important;
  }
  .mdo\:gap-80 {
    grid-column-gap: 80px !important;
    grid-row-gap: 80px !important;
  }
  .mdo\:gap-x-80 {
    grid-column-gap: 80px !important;
  }
  .mdo\:gap-y-80 {
    grid-row-gap: 80px !important;
  }
  .mdo\:gap-85 {
    grid-column-gap: 85px !important;
    grid-row-gap: 85px !important;
  }
  .mdo\:gap-x-85 {
    grid-column-gap: 85px !important;
  }
  .mdo\:gap-y-85 {
    grid-row-gap: 85px !important;
  }
  .mdo\:gap-90 {
    grid-column-gap: 90px !important;
    grid-row-gap: 90px !important;
  }
  .mdo\:gap-x-90 {
    grid-column-gap: 90px !important;
  }
  .mdo\:gap-y-90 {
    grid-row-gap: 90px !important;
  }
  .mdo\:gap-95 {
    grid-column-gap: 95px !important;
    grid-row-gap: 95px !important;
  }
  .mdo\:gap-x-95 {
    grid-column-gap: 95px !important;
  }
  .mdo\:gap-y-95 {
    grid-row-gap: 95px !important;
  }
  .mdo\:gap-100 {
    grid-column-gap: 100px !important;
    grid-row-gap: 100px !important;
  }
  .mdo\:gap-x-100 {
    grid-column-gap: 100px !important;
  }
  .mdo\:gap-y-100 {
    grid-row-gap: 100px !important;
  }
}
@media (max-width: 1289px) {
  .mdb\:gap-5 {
    grid-column-gap: 5px !important;
    grid-row-gap: 5px !important;
  }
  .mdb\:gap-x-5 {
    grid-column-gap: 5px !important;
  }
  .mdb\:gap-y-5 {
    grid-row-gap: 5px !important;
  }
  .mdb\:gap-10 {
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
  }
  .mdb\:gap-x-10 {
    grid-column-gap: 10px !important;
  }
  .mdb\:gap-y-10 {
    grid-row-gap: 10px !important;
  }
  .mdb\:gap-15 {
    grid-column-gap: 15px !important;
    grid-row-gap: 15px !important;
  }
  .mdb\:gap-x-15 {
    grid-column-gap: 15px !important;
  }
  .mdb\:gap-y-15 {
    grid-row-gap: 15px !important;
  }
  .mdb\:gap-20 {
    grid-column-gap: 20px !important;
    grid-row-gap: 20px !important;
  }
  .mdb\:gap-x-20 {
    grid-column-gap: 20px !important;
  }
  .mdb\:gap-y-20 {
    grid-row-gap: 20px !important;
  }
  .mdb\:gap-25 {
    grid-column-gap: 25px !important;
    grid-row-gap: 25px !important;
  }
  .mdb\:gap-x-25 {
    grid-column-gap: 25px !important;
  }
  .mdb\:gap-y-25 {
    grid-row-gap: 25px !important;
  }
  .mdb\:gap-30 {
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
  }
  .mdb\:gap-x-30 {
    grid-column-gap: 30px !important;
  }
  .mdb\:gap-y-30 {
    grid-row-gap: 30px !important;
  }
  .mdb\:gap-35 {
    grid-column-gap: 35px !important;
    grid-row-gap: 35px !important;
  }
  .mdb\:gap-x-35 {
    grid-column-gap: 35px !important;
  }
  .mdb\:gap-y-35 {
    grid-row-gap: 35px !important;
  }
  .mdb\:gap-40 {
    grid-column-gap: 40px !important;
    grid-row-gap: 40px !important;
  }
  .mdb\:gap-x-40 {
    grid-column-gap: 40px !important;
  }
  .mdb\:gap-y-40 {
    grid-row-gap: 40px !important;
  }
  .mdb\:gap-45 {
    grid-column-gap: 45px !important;
    grid-row-gap: 45px !important;
  }
  .mdb\:gap-x-45 {
    grid-column-gap: 45px !important;
  }
  .mdb\:gap-y-45 {
    grid-row-gap: 45px !important;
  }
  .mdb\:gap-50 {
    grid-column-gap: 50px !important;
    grid-row-gap: 50px !important;
  }
  .mdb\:gap-x-50 {
    grid-column-gap: 50px !important;
  }
  .mdb\:gap-y-50 {
    grid-row-gap: 50px !important;
  }
  .mdb\:gap-55 {
    grid-column-gap: 55px !important;
    grid-row-gap: 55px !important;
  }
  .mdb\:gap-x-55 {
    grid-column-gap: 55px !important;
  }
  .mdb\:gap-y-55 {
    grid-row-gap: 55px !important;
  }
  .mdb\:gap-60 {
    grid-column-gap: 60px !important;
    grid-row-gap: 60px !important;
  }
  .mdb\:gap-x-60 {
    grid-column-gap: 60px !important;
  }
  .mdb\:gap-y-60 {
    grid-row-gap: 60px !important;
  }
  .mdb\:gap-65 {
    grid-column-gap: 65px !important;
    grid-row-gap: 65px !important;
  }
  .mdb\:gap-x-65 {
    grid-column-gap: 65px !important;
  }
  .mdb\:gap-y-65 {
    grid-row-gap: 65px !important;
  }
  .mdb\:gap-70 {
    grid-column-gap: 70px !important;
    grid-row-gap: 70px !important;
  }
  .mdb\:gap-x-70 {
    grid-column-gap: 70px !important;
  }
  .mdb\:gap-y-70 {
    grid-row-gap: 70px !important;
  }
  .mdb\:gap-75 {
    grid-column-gap: 75px !important;
    grid-row-gap: 75px !important;
  }
  .mdb\:gap-x-75 {
    grid-column-gap: 75px !important;
  }
  .mdb\:gap-y-75 {
    grid-row-gap: 75px !important;
  }
  .mdb\:gap-80 {
    grid-column-gap: 80px !important;
    grid-row-gap: 80px !important;
  }
  .mdb\:gap-x-80 {
    grid-column-gap: 80px !important;
  }
  .mdb\:gap-y-80 {
    grid-row-gap: 80px !important;
  }
  .mdb\:gap-85 {
    grid-column-gap: 85px !important;
    grid-row-gap: 85px !important;
  }
  .mdb\:gap-x-85 {
    grid-column-gap: 85px !important;
  }
  .mdb\:gap-y-85 {
    grid-row-gap: 85px !important;
  }
  .mdb\:gap-90 {
    grid-column-gap: 90px !important;
    grid-row-gap: 90px !important;
  }
  .mdb\:gap-x-90 {
    grid-column-gap: 90px !important;
  }
  .mdb\:gap-y-90 {
    grid-row-gap: 90px !important;
  }
  .mdb\:gap-95 {
    grid-column-gap: 95px !important;
    grid-row-gap: 95px !important;
  }
  .mdb\:gap-x-95 {
    grid-column-gap: 95px !important;
  }
  .mdb\:gap-y-95 {
    grid-row-gap: 95px !important;
  }
  .mdb\:gap-100 {
    grid-column-gap: 100px !important;
    grid-row-gap: 100px !important;
  }
  .mdb\:gap-x-100 {
    grid-column-gap: 100px !important;
  }
  .mdb\:gap-y-100 {
    grid-row-gap: 100px !important;
  }
}
@media (min-width: 1290px) {
  .lg\:gap-5 {
    grid-column-gap: 5px !important;
    grid-row-gap: 5px !important;
  }
  .lg\:gap-x-5 {
    grid-column-gap: 5px !important;
  }
  .lg\:gap-y-5 {
    grid-row-gap: 5px !important;
  }
  .lg\:gap-10 {
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
  }
  .lg\:gap-x-10 {
    grid-column-gap: 10px !important;
  }
  .lg\:gap-y-10 {
    grid-row-gap: 10px !important;
  }
  .lg\:gap-15 {
    grid-column-gap: 15px !important;
    grid-row-gap: 15px !important;
  }
  .lg\:gap-x-15 {
    grid-column-gap: 15px !important;
  }
  .lg\:gap-y-15 {
    grid-row-gap: 15px !important;
  }
  .lg\:gap-20 {
    grid-column-gap: 20px !important;
    grid-row-gap: 20px !important;
  }
  .lg\:gap-x-20 {
    grid-column-gap: 20px !important;
  }
  .lg\:gap-y-20 {
    grid-row-gap: 20px !important;
  }
  .lg\:gap-25 {
    grid-column-gap: 25px !important;
    grid-row-gap: 25px !important;
  }
  .lg\:gap-x-25 {
    grid-column-gap: 25px !important;
  }
  .lg\:gap-y-25 {
    grid-row-gap: 25px !important;
  }
  .lg\:gap-30 {
    grid-column-gap: 30px !important;
    grid-row-gap: 30px !important;
  }
  .lg\:gap-x-30 {
    grid-column-gap: 30px !important;
  }
  .lg\:gap-y-30 {
    grid-row-gap: 30px !important;
  }
  .lg\:gap-35 {
    grid-column-gap: 35px !important;
    grid-row-gap: 35px !important;
  }
  .lg\:gap-x-35 {
    grid-column-gap: 35px !important;
  }
  .lg\:gap-y-35 {
    grid-row-gap: 35px !important;
  }
  .lg\:gap-40 {
    grid-column-gap: 40px !important;
    grid-row-gap: 40px !important;
  }
  .lg\:gap-x-40 {
    grid-column-gap: 40px !important;
  }
  .lg\:gap-y-40 {
    grid-row-gap: 40px !important;
  }
  .lg\:gap-45 {
    grid-column-gap: 45px !important;
    grid-row-gap: 45px !important;
  }
  .lg\:gap-x-45 {
    grid-column-gap: 45px !important;
  }
  .lg\:gap-y-45 {
    grid-row-gap: 45px !important;
  }
  .lg\:gap-50 {
    grid-column-gap: 50px !important;
    grid-row-gap: 50px !important;
  }
  .lg\:gap-x-50 {
    grid-column-gap: 50px !important;
  }
  .lg\:gap-y-50 {
    grid-row-gap: 50px !important;
  }
  .lg\:gap-55 {
    grid-column-gap: 55px !important;
    grid-row-gap: 55px !important;
  }
  .lg\:gap-x-55 {
    grid-column-gap: 55px !important;
  }
  .lg\:gap-y-55 {
    grid-row-gap: 55px !important;
  }
  .lg\:gap-60 {
    grid-column-gap: 60px !important;
    grid-row-gap: 60px !important;
  }
  .lg\:gap-x-60 {
    grid-column-gap: 60px !important;
  }
  .lg\:gap-y-60 {
    grid-row-gap: 60px !important;
  }
  .lg\:gap-65 {
    grid-column-gap: 65px !important;
    grid-row-gap: 65px !important;
  }
  .lg\:gap-x-65 {
    grid-column-gap: 65px !important;
  }
  .lg\:gap-y-65 {
    grid-row-gap: 65px !important;
  }
  .lg\:gap-70 {
    grid-column-gap: 70px !important;
    grid-row-gap: 70px !important;
  }
  .lg\:gap-x-70 {
    grid-column-gap: 70px !important;
  }
  .lg\:gap-y-70 {
    grid-row-gap: 70px !important;
  }
  .lg\:gap-75 {
    grid-column-gap: 75px !important;
    grid-row-gap: 75px !important;
  }
  .lg\:gap-x-75 {
    grid-column-gap: 75px !important;
  }
  .lg\:gap-y-75 {
    grid-row-gap: 75px !important;
  }
  .lg\:gap-80 {
    grid-column-gap: 80px !important;
    grid-row-gap: 80px !important;
  }
  .lg\:gap-x-80 {
    grid-column-gap: 80px !important;
  }
  .lg\:gap-y-80 {
    grid-row-gap: 80px !important;
  }
  .lg\:gap-85 {
    grid-column-gap: 85px !important;
    grid-row-gap: 85px !important;
  }
  .lg\:gap-x-85 {
    grid-column-gap: 85px !important;
  }
  .lg\:gap-y-85 {
    grid-row-gap: 85px !important;
  }
  .lg\:gap-90 {
    grid-column-gap: 90px !important;
    grid-row-gap: 90px !important;
  }
  .lg\:gap-x-90 {
    grid-column-gap: 90px !important;
  }
  .lg\:gap-y-90 {
    grid-row-gap: 90px !important;
  }
  .lg\:gap-95 {
    grid-column-gap: 95px !important;
    grid-row-gap: 95px !important;
  }
  .lg\:gap-x-95 {
    grid-column-gap: 95px !important;
  }
  .lg\:gap-y-95 {
    grid-row-gap: 95px !important;
  }
  .lg\:gap-100 {
    grid-column-gap: 100px !important;
    grid-row-gap: 100px !important;
  }
  .lg\:gap-x-100 {
    grid-column-gap: 100px !important;
  }
  .lg\:gap-y-100 {
    grid-row-gap: 100px !important;
  }
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid-cols-8 {
  grid-template-columns: repeat(8, 1fr);
}

.grid-cols-9 {
  grid-template-columns: repeat(9, 1fr);
}

.grid-cols-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-cols-11 {
  grid-template-columns: repeat(11, 1fr);
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
}

.grid-cols-13 {
  grid-template-columns: repeat(13, 1fr);
}

.grid-cols-14 {
  grid-template-columns: repeat(14, 1fr);
}

.grid-cols-15 {
  grid-template-columns: repeat(15, 1fr);
}

.grid-cols-16 {
  grid-template-columns: repeat(16, 1fr);
}

.grid-cols-17 {
  grid-template-columns: repeat(17, 1fr);
}

.grid-cols-18 {
  grid-template-columns: repeat(18, 1fr);
}

.grid-cols-19 {
  grid-template-columns: repeat(19, 1fr);
}

.grid-cols-20 {
  grid-template-columns: repeat(20, 1fr);
}

@media (max-width: 768px) {
  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .xs\:grid-cols-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .xs\:grid-cols-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .xs\:grid-cols-15 {
    grid-template-columns: repeat(15, 1fr);
  }
  .xs\:grid-cols-16 {
    grid-template-columns: repeat(16, 1fr);
  }
  .xs\:grid-cols-17 {
    grid-template-columns: repeat(17, 1fr);
  }
  .xs\:grid-cols-18 {
    grid-template-columns: repeat(18, 1fr);
  }
  .xs\:grid-cols-19 {
    grid-template-columns: repeat(19, 1fr);
  }
  .xs\:grid-cols-20 {
    grid-template-columns: repeat(20, 1fr);
  }
}
@media (min-width: 769px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .sm\:grid-cols-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .sm\:grid-cols-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .sm\:grid-cols-15 {
    grid-template-columns: repeat(15, 1fr);
  }
  .sm\:grid-cols-16 {
    grid-template-columns: repeat(16, 1fr);
  }
  .sm\:grid-cols-17 {
    grid-template-columns: repeat(17, 1fr);
  }
  .sm\:grid-cols-18 {
    grid-template-columns: repeat(18, 1fr);
  }
  .sm\:grid-cols-19 {
    grid-template-columns: repeat(19, 1fr);
  }
  .sm\:grid-cols-20 {
    grid-template-columns: repeat(20, 1fr);
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .smo\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .smo\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .smo\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .smo\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .smo\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .smo\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .smo\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .smo\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .smo\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .smo\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .smo\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .smo\:grid-cols-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .smo\:grid-cols-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .smo\:grid-cols-15 {
    grid-template-columns: repeat(15, 1fr);
  }
  .smo\:grid-cols-16 {
    grid-template-columns: repeat(16, 1fr);
  }
  .smo\:grid-cols-17 {
    grid-template-columns: repeat(17, 1fr);
  }
  .smo\:grid-cols-18 {
    grid-template-columns: repeat(18, 1fr);
  }
  .smo\:grid-cols-19 {
    grid-template-columns: repeat(19, 1fr);
  }
  .smo\:grid-cols-20 {
    grid-template-columns: repeat(20, 1fr);
  }
}
@media (max-width: 970px) {
  .smb\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .smb\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .smb\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .smb\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .smb\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .smb\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .smb\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .smb\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .smb\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .smb\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .smb\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .smb\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .smb\:grid-cols-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .smb\:grid-cols-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .smb\:grid-cols-15 {
    grid-template-columns: repeat(15, 1fr);
  }
  .smb\:grid-cols-16 {
    grid-template-columns: repeat(16, 1fr);
  }
  .smb\:grid-cols-17 {
    grid-template-columns: repeat(17, 1fr);
  }
  .smb\:grid-cols-18 {
    grid-template-columns: repeat(18, 1fr);
  }
  .smb\:grid-cols-19 {
    grid-template-columns: repeat(19, 1fr);
  }
  .smb\:grid-cols-20 {
    grid-template-columns: repeat(20, 1fr);
  }
}
@media (min-width: 971px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .md\:grid-cols-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .md\:grid-cols-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .md\:grid-cols-15 {
    grid-template-columns: repeat(15, 1fr);
  }
  .md\:grid-cols-16 {
    grid-template-columns: repeat(16, 1fr);
  }
  .md\:grid-cols-17 {
    grid-template-columns: repeat(17, 1fr);
  }
  .md\:grid-cols-18 {
    grid-template-columns: repeat(18, 1fr);
  }
  .md\:grid-cols-19 {
    grid-template-columns: repeat(19, 1fr);
  }
  .md\:grid-cols-20 {
    grid-template-columns: repeat(20, 1fr);
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .mdo\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mdo\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .mdo\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .mdo\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .mdo\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .mdo\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .mdo\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .mdo\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .mdo\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .mdo\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .mdo\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .mdo\:grid-cols-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .mdo\:grid-cols-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .mdo\:grid-cols-15 {
    grid-template-columns: repeat(15, 1fr);
  }
  .mdo\:grid-cols-16 {
    grid-template-columns: repeat(16, 1fr);
  }
  .mdo\:grid-cols-17 {
    grid-template-columns: repeat(17, 1fr);
  }
  .mdo\:grid-cols-18 {
    grid-template-columns: repeat(18, 1fr);
  }
  .mdo\:grid-cols-19 {
    grid-template-columns: repeat(19, 1fr);
  }
  .mdo\:grid-cols-20 {
    grid-template-columns: repeat(20, 1fr);
  }
}
@media (max-width: 1289px) {
  .mdb\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .mdb\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mdb\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .mdb\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .mdb\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .mdb\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .mdb\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .mdb\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .mdb\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .mdb\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .mdb\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .mdb\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .mdb\:grid-cols-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .mdb\:grid-cols-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .mdb\:grid-cols-15 {
    grid-template-columns: repeat(15, 1fr);
  }
  .mdb\:grid-cols-16 {
    grid-template-columns: repeat(16, 1fr);
  }
  .mdb\:grid-cols-17 {
    grid-template-columns: repeat(17, 1fr);
  }
  .mdb\:grid-cols-18 {
    grid-template-columns: repeat(18, 1fr);
  }
  .mdb\:grid-cols-19 {
    grid-template-columns: repeat(19, 1fr);
  }
  .mdb\:grid-cols-20 {
    grid-template-columns: repeat(20, 1fr);
  }
}
@media (min-width: 1290px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .lg\:grid-cols-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .lg\:grid-cols-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .lg\:grid-cols-15 {
    grid-template-columns: repeat(15, 1fr);
  }
  .lg\:grid-cols-16 {
    grid-template-columns: repeat(16, 1fr);
  }
  .lg\:grid-cols-17 {
    grid-template-columns: repeat(17, 1fr);
  }
  .lg\:grid-cols-18 {
    grid-template-columns: repeat(18, 1fr);
  }
  .lg\:grid-cols-19 {
    grid-template-columns: repeat(19, 1fr);
  }
  .lg\:grid-cols-20 {
    grid-template-columns: repeat(20, 1fr);
  }
}
.column-start-1 {
  grid-column-start: 1;
}

.column-end-1 {
  grid-column-end: 1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-end-1 {
  grid-row-end: 1;
}

.column-span-1 {
  grid-column: span 1/span 1;
}

.row-span-1 {
  grid-row: span 1/span 1;
}

.column-start-2 {
  grid-column-start: 2;
}

.column-end-2 {
  grid-column-end: 2;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-end-2 {
  grid-row-end: 2;
}

.column-span-2 {
  grid-column: span 2/span 2;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.column-start-3 {
  grid-column-start: 3;
}

.column-end-3 {
  grid-column-end: 3;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-end-3 {
  grid-row-end: 3;
}

.column-span-3 {
  grid-column: span 3/span 3;
}

.row-span-3 {
  grid-row: span 3/span 3;
}

.column-start-4 {
  grid-column-start: 4;
}

.column-end-4 {
  grid-column-end: 4;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-end-4 {
  grid-row-end: 4;
}

.column-span-4 {
  grid-column: span 4/span 4;
}

.row-span-4 {
  grid-row: span 4/span 4;
}

.column-start-5 {
  grid-column-start: 5;
}

.column-end-5 {
  grid-column-end: 5;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-end-5 {
  grid-row-end: 5;
}

.column-span-5 {
  grid-column: span 5/span 5;
}

.row-span-5 {
  grid-row: span 5/span 5;
}

.column-start-6 {
  grid-column-start: 6;
}

.column-end-6 {
  grid-column-end: 6;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-end-6 {
  grid-row-end: 6;
}

.column-span-6 {
  grid-column: span 6/span 6;
}

.row-span-6 {
  grid-row: span 6/span 6;
}

.column-start-7 {
  grid-column-start: 7;
}

.column-end-7 {
  grid-column-end: 7;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-end-7 {
  grid-row-end: 7;
}

.column-span-7 {
  grid-column: span 7/span 7;
}

.row-span-7 {
  grid-row: span 7/span 7;
}

.column-start-8 {
  grid-column-start: 8;
}

.column-end-8 {
  grid-column-end: 8;
}

.row-start-8 {
  grid-row-start: 8;
}

.row-end-8 {
  grid-row-end: 8;
}

.column-span-8 {
  grid-column: span 8/span 8;
}

.row-span-8 {
  grid-row: span 8/span 8;
}

.column-start-9 {
  grid-column-start: 9;
}

.column-end-9 {
  grid-column-end: 9;
}

.row-start-9 {
  grid-row-start: 9;
}

.row-end-9 {
  grid-row-end: 9;
}

.column-span-9 {
  grid-column: span 9/span 9;
}

.row-span-9 {
  grid-row: span 9/span 9;
}

.column-start-10 {
  grid-column-start: 10;
}

.column-end-10 {
  grid-column-end: 10;
}

.row-start-10 {
  grid-row-start: 10;
}

.row-end-10 {
  grid-row-end: 10;
}

.column-span-10 {
  grid-column: span 10/span 10;
}

.row-span-10 {
  grid-row: span 10/span 10;
}

.column-start-11 {
  grid-column-start: 11;
}

.column-end-11 {
  grid-column-end: 11;
}

.row-start-11 {
  grid-row-start: 11;
}

.row-end-11 {
  grid-row-end: 11;
}

.column-span-11 {
  grid-column: span 11/span 11;
}

.row-span-11 {
  grid-row: span 11/span 11;
}

.column-start-12 {
  grid-column-start: 12;
}

.column-end-12 {
  grid-column-end: 12;
}

.row-start-12 {
  grid-row-start: 12;
}

.row-end-12 {
  grid-row-end: 12;
}

.column-span-12 {
  grid-column: span 12/span 12;
}

.row-span-12 {
  grid-row: span 12/span 12;
}

.column-start-13 {
  grid-column-start: 13;
}

.column-end-13 {
  grid-column-end: 13;
}

.row-start-13 {
  grid-row-start: 13;
}

.row-end-13 {
  grid-row-end: 13;
}

.column-span-13 {
  grid-column: span 13/span 13;
}

.row-span-13 {
  grid-row: span 13/span 13;
}

.column-start-14 {
  grid-column-start: 14;
}

.column-end-14 {
  grid-column-end: 14;
}

.row-start-14 {
  grid-row-start: 14;
}

.row-end-14 {
  grid-row-end: 14;
}

.column-span-14 {
  grid-column: span 14/span 14;
}

.row-span-14 {
  grid-row: span 14/span 14;
}

.column-start-15 {
  grid-column-start: 15;
}

.column-end-15 {
  grid-column-end: 15;
}

.row-start-15 {
  grid-row-start: 15;
}

.row-end-15 {
  grid-row-end: 15;
}

.column-span-15 {
  grid-column: span 15/span 15;
}

.row-span-15 {
  grid-row: span 15/span 15;
}

.column-start-16 {
  grid-column-start: 16;
}

.column-end-16 {
  grid-column-end: 16;
}

.row-start-16 {
  grid-row-start: 16;
}

.row-end-16 {
  grid-row-end: 16;
}

.column-span-16 {
  grid-column: span 16/span 16;
}

.row-span-16 {
  grid-row: span 16/span 16;
}

.column-start-17 {
  grid-column-start: 17;
}

.column-end-17 {
  grid-column-end: 17;
}

.row-start-17 {
  grid-row-start: 17;
}

.row-end-17 {
  grid-row-end: 17;
}

.column-span-17 {
  grid-column: span 17/span 17;
}

.row-span-17 {
  grid-row: span 17/span 17;
}

.column-start-18 {
  grid-column-start: 18;
}

.column-end-18 {
  grid-column-end: 18;
}

.row-start-18 {
  grid-row-start: 18;
}

.row-end-18 {
  grid-row-end: 18;
}

.column-span-18 {
  grid-column: span 18/span 18;
}

.row-span-18 {
  grid-row: span 18/span 18;
}

.column-start-19 {
  grid-column-start: 19;
}

.column-end-19 {
  grid-column-end: 19;
}

.row-start-19 {
  grid-row-start: 19;
}

.row-end-19 {
  grid-row-end: 19;
}

.column-span-19 {
  grid-column: span 19/span 19;
}

.row-span-19 {
  grid-row: span 19/span 19;
}

.column-start-20 {
  grid-column-start: 20;
}

.column-end-20 {
  grid-column-end: 20;
}

.row-start-20 {
  grid-row-start: 20;
}

.row-end-20 {
  grid-row-end: 20;
}

.column-span-20 {
  grid-column: span 20/span 20;
}

.row-span-20 {
  grid-row: span 20/span 20;
}

@media (max-width: 768px) {
  .xs\:column-start-1 {
    grid-column-start: 1;
  }
  .xs\:column-end-1 {
    grid-column-end: 1;
  }
  .xs\:row-start-1 {
    grid-row-start: 1;
  }
  .xs\:row-end-1 {
    grid-row-end: 1;
  }
  .xs\:column-span-1 {
    grid-column: span 1/span 1;
  }
  .xs\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .xs\:column-start-2 {
    grid-column-start: 2;
  }
  .xs\:column-end-2 {
    grid-column-end: 2;
  }
  .xs\:row-start-2 {
    grid-row-start: 2;
  }
  .xs\:row-end-2 {
    grid-row-end: 2;
  }
  .xs\:column-span-2 {
    grid-column: span 2/span 2;
  }
  .xs\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .xs\:column-start-3 {
    grid-column-start: 3;
  }
  .xs\:column-end-3 {
    grid-column-end: 3;
  }
  .xs\:row-start-3 {
    grid-row-start: 3;
  }
  .xs\:row-end-3 {
    grid-row-end: 3;
  }
  .xs\:column-span-3 {
    grid-column: span 3/span 3;
  }
  .xs\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .xs\:column-start-4 {
    grid-column-start: 4;
  }
  .xs\:column-end-4 {
    grid-column-end: 4;
  }
  .xs\:row-start-4 {
    grid-row-start: 4;
  }
  .xs\:row-end-4 {
    grid-row-end: 4;
  }
  .xs\:column-span-4 {
    grid-column: span 4/span 4;
  }
  .xs\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .xs\:column-start-5 {
    grid-column-start: 5;
  }
  .xs\:column-end-5 {
    grid-column-end: 5;
  }
  .xs\:row-start-5 {
    grid-row-start: 5;
  }
  .xs\:row-end-5 {
    grid-row-end: 5;
  }
  .xs\:column-span-5 {
    grid-column: span 5/span 5;
  }
  .xs\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .xs\:column-start-6 {
    grid-column-start: 6;
  }
  .xs\:column-end-6 {
    grid-column-end: 6;
  }
  .xs\:row-start-6 {
    grid-row-start: 6;
  }
  .xs\:row-end-6 {
    grid-row-end: 6;
  }
  .xs\:column-span-6 {
    grid-column: span 6/span 6;
  }
  .xs\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .xs\:column-start-7 {
    grid-column-start: 7;
  }
  .xs\:column-end-7 {
    grid-column-end: 7;
  }
  .xs\:row-start-7 {
    grid-row-start: 7;
  }
  .xs\:row-end-7 {
    grid-row-end: 7;
  }
  .xs\:column-span-7 {
    grid-column: span 7/span 7;
  }
  .xs\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .xs\:column-start-8 {
    grid-column-start: 8;
  }
  .xs\:column-end-8 {
    grid-column-end: 8;
  }
  .xs\:row-start-8 {
    grid-row-start: 8;
  }
  .xs\:row-end-8 {
    grid-row-end: 8;
  }
  .xs\:column-span-8 {
    grid-column: span 8/span 8;
  }
  .xs\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .xs\:column-start-9 {
    grid-column-start: 9;
  }
  .xs\:column-end-9 {
    grid-column-end: 9;
  }
  .xs\:row-start-9 {
    grid-row-start: 9;
  }
  .xs\:row-end-9 {
    grid-row-end: 9;
  }
  .xs\:column-span-9 {
    grid-column: span 9/span 9;
  }
  .xs\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .xs\:column-start-10 {
    grid-column-start: 10;
  }
  .xs\:column-end-10 {
    grid-column-end: 10;
  }
  .xs\:row-start-10 {
    grid-row-start: 10;
  }
  .xs\:row-end-10 {
    grid-row-end: 10;
  }
  .xs\:column-span-10 {
    grid-column: span 10/span 10;
  }
  .xs\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .xs\:column-start-11 {
    grid-column-start: 11;
  }
  .xs\:column-end-11 {
    grid-column-end: 11;
  }
  .xs\:row-start-11 {
    grid-row-start: 11;
  }
  .xs\:row-end-11 {
    grid-row-end: 11;
  }
  .xs\:column-span-11 {
    grid-column: span 11/span 11;
  }
  .xs\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .xs\:column-start-12 {
    grid-column-start: 12;
  }
  .xs\:column-end-12 {
    grid-column-end: 12;
  }
  .xs\:row-start-12 {
    grid-row-start: 12;
  }
  .xs\:row-end-12 {
    grid-row-end: 12;
  }
  .xs\:column-span-12 {
    grid-column: span 12/span 12;
  }
  .xs\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .xs\:column-start-13 {
    grid-column-start: 13;
  }
  .xs\:column-end-13 {
    grid-column-end: 13;
  }
  .xs\:row-start-13 {
    grid-row-start: 13;
  }
  .xs\:row-end-13 {
    grid-row-end: 13;
  }
  .xs\:column-span-13 {
    grid-column: span 13/span 13;
  }
  .xs\:row-span-13 {
    grid-row: span 13/span 13;
  }
  .xs\:column-start-14 {
    grid-column-start: 14;
  }
  .xs\:column-end-14 {
    grid-column-end: 14;
  }
  .xs\:row-start-14 {
    grid-row-start: 14;
  }
  .xs\:row-end-14 {
    grid-row-end: 14;
  }
  .xs\:column-span-14 {
    grid-column: span 14/span 14;
  }
  .xs\:row-span-14 {
    grid-row: span 14/span 14;
  }
  .xs\:column-start-15 {
    grid-column-start: 15;
  }
  .xs\:column-end-15 {
    grid-column-end: 15;
  }
  .xs\:row-start-15 {
    grid-row-start: 15;
  }
  .xs\:row-end-15 {
    grid-row-end: 15;
  }
  .xs\:column-span-15 {
    grid-column: span 15/span 15;
  }
  .xs\:row-span-15 {
    grid-row: span 15/span 15;
  }
  .xs\:column-start-16 {
    grid-column-start: 16;
  }
  .xs\:column-end-16 {
    grid-column-end: 16;
  }
  .xs\:row-start-16 {
    grid-row-start: 16;
  }
  .xs\:row-end-16 {
    grid-row-end: 16;
  }
  .xs\:column-span-16 {
    grid-column: span 16/span 16;
  }
  .xs\:row-span-16 {
    grid-row: span 16/span 16;
  }
  .xs\:column-start-17 {
    grid-column-start: 17;
  }
  .xs\:column-end-17 {
    grid-column-end: 17;
  }
  .xs\:row-start-17 {
    grid-row-start: 17;
  }
  .xs\:row-end-17 {
    grid-row-end: 17;
  }
  .xs\:column-span-17 {
    grid-column: span 17/span 17;
  }
  .xs\:row-span-17 {
    grid-row: span 17/span 17;
  }
  .xs\:column-start-18 {
    grid-column-start: 18;
  }
  .xs\:column-end-18 {
    grid-column-end: 18;
  }
  .xs\:row-start-18 {
    grid-row-start: 18;
  }
  .xs\:row-end-18 {
    grid-row-end: 18;
  }
  .xs\:column-span-18 {
    grid-column: span 18/span 18;
  }
  .xs\:row-span-18 {
    grid-row: span 18/span 18;
  }
  .xs\:column-start-19 {
    grid-column-start: 19;
  }
  .xs\:column-end-19 {
    grid-column-end: 19;
  }
  .xs\:row-start-19 {
    grid-row-start: 19;
  }
  .xs\:row-end-19 {
    grid-row-end: 19;
  }
  .xs\:column-span-19 {
    grid-column: span 19/span 19;
  }
  .xs\:row-span-19 {
    grid-row: span 19/span 19;
  }
  .xs\:column-start-20 {
    grid-column-start: 20;
  }
  .xs\:column-end-20 {
    grid-column-end: 20;
  }
  .xs\:row-start-20 {
    grid-row-start: 20;
  }
  .xs\:row-end-20 {
    grid-row-end: 20;
  }
  .xs\:column-span-20 {
    grid-column: span 20/span 20;
  }
  .xs\:row-span-20 {
    grid-row: span 20/span 20;
  }
}
@media (min-width: 769px) {
  .sm\:column-start-1 {
    grid-column-start: 1;
  }
  .sm\:column-end-1 {
    grid-column-end: 1;
  }
  .sm\:row-start-1 {
    grid-row-start: 1;
  }
  .sm\:row-end-1 {
    grid-row-end: 1;
  }
  .sm\:column-span-1 {
    grid-column: span 1/span 1;
  }
  .sm\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .sm\:column-start-2 {
    grid-column-start: 2;
  }
  .sm\:column-end-2 {
    grid-column-end: 2;
  }
  .sm\:row-start-2 {
    grid-row-start: 2;
  }
  .sm\:row-end-2 {
    grid-row-end: 2;
  }
  .sm\:column-span-2 {
    grid-column: span 2/span 2;
  }
  .sm\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .sm\:column-start-3 {
    grid-column-start: 3;
  }
  .sm\:column-end-3 {
    grid-column-end: 3;
  }
  .sm\:row-start-3 {
    grid-row-start: 3;
  }
  .sm\:row-end-3 {
    grid-row-end: 3;
  }
  .sm\:column-span-3 {
    grid-column: span 3/span 3;
  }
  .sm\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .sm\:column-start-4 {
    grid-column-start: 4;
  }
  .sm\:column-end-4 {
    grid-column-end: 4;
  }
  .sm\:row-start-4 {
    grid-row-start: 4;
  }
  .sm\:row-end-4 {
    grid-row-end: 4;
  }
  .sm\:column-span-4 {
    grid-column: span 4/span 4;
  }
  .sm\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .sm\:column-start-5 {
    grid-column-start: 5;
  }
  .sm\:column-end-5 {
    grid-column-end: 5;
  }
  .sm\:row-start-5 {
    grid-row-start: 5;
  }
  .sm\:row-end-5 {
    grid-row-end: 5;
  }
  .sm\:column-span-5 {
    grid-column: span 5/span 5;
  }
  .sm\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .sm\:column-start-6 {
    grid-column-start: 6;
  }
  .sm\:column-end-6 {
    grid-column-end: 6;
  }
  .sm\:row-start-6 {
    grid-row-start: 6;
  }
  .sm\:row-end-6 {
    grid-row-end: 6;
  }
  .sm\:column-span-6 {
    grid-column: span 6/span 6;
  }
  .sm\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .sm\:column-start-7 {
    grid-column-start: 7;
  }
  .sm\:column-end-7 {
    grid-column-end: 7;
  }
  .sm\:row-start-7 {
    grid-row-start: 7;
  }
  .sm\:row-end-7 {
    grid-row-end: 7;
  }
  .sm\:column-span-7 {
    grid-column: span 7/span 7;
  }
  .sm\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .sm\:column-start-8 {
    grid-column-start: 8;
  }
  .sm\:column-end-8 {
    grid-column-end: 8;
  }
  .sm\:row-start-8 {
    grid-row-start: 8;
  }
  .sm\:row-end-8 {
    grid-row-end: 8;
  }
  .sm\:column-span-8 {
    grid-column: span 8/span 8;
  }
  .sm\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .sm\:column-start-9 {
    grid-column-start: 9;
  }
  .sm\:column-end-9 {
    grid-column-end: 9;
  }
  .sm\:row-start-9 {
    grid-row-start: 9;
  }
  .sm\:row-end-9 {
    grid-row-end: 9;
  }
  .sm\:column-span-9 {
    grid-column: span 9/span 9;
  }
  .sm\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .sm\:column-start-10 {
    grid-column-start: 10;
  }
  .sm\:column-end-10 {
    grid-column-end: 10;
  }
  .sm\:row-start-10 {
    grid-row-start: 10;
  }
  .sm\:row-end-10 {
    grid-row-end: 10;
  }
  .sm\:column-span-10 {
    grid-column: span 10/span 10;
  }
  .sm\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .sm\:column-start-11 {
    grid-column-start: 11;
  }
  .sm\:column-end-11 {
    grid-column-end: 11;
  }
  .sm\:row-start-11 {
    grid-row-start: 11;
  }
  .sm\:row-end-11 {
    grid-row-end: 11;
  }
  .sm\:column-span-11 {
    grid-column: span 11/span 11;
  }
  .sm\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .sm\:column-start-12 {
    grid-column-start: 12;
  }
  .sm\:column-end-12 {
    grid-column-end: 12;
  }
  .sm\:row-start-12 {
    grid-row-start: 12;
  }
  .sm\:row-end-12 {
    grid-row-end: 12;
  }
  .sm\:column-span-12 {
    grid-column: span 12/span 12;
  }
  .sm\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .sm\:column-start-13 {
    grid-column-start: 13;
  }
  .sm\:column-end-13 {
    grid-column-end: 13;
  }
  .sm\:row-start-13 {
    grid-row-start: 13;
  }
  .sm\:row-end-13 {
    grid-row-end: 13;
  }
  .sm\:column-span-13 {
    grid-column: span 13/span 13;
  }
  .sm\:row-span-13 {
    grid-row: span 13/span 13;
  }
  .sm\:column-start-14 {
    grid-column-start: 14;
  }
  .sm\:column-end-14 {
    grid-column-end: 14;
  }
  .sm\:row-start-14 {
    grid-row-start: 14;
  }
  .sm\:row-end-14 {
    grid-row-end: 14;
  }
  .sm\:column-span-14 {
    grid-column: span 14/span 14;
  }
  .sm\:row-span-14 {
    grid-row: span 14/span 14;
  }
  .sm\:column-start-15 {
    grid-column-start: 15;
  }
  .sm\:column-end-15 {
    grid-column-end: 15;
  }
  .sm\:row-start-15 {
    grid-row-start: 15;
  }
  .sm\:row-end-15 {
    grid-row-end: 15;
  }
  .sm\:column-span-15 {
    grid-column: span 15/span 15;
  }
  .sm\:row-span-15 {
    grid-row: span 15/span 15;
  }
  .sm\:column-start-16 {
    grid-column-start: 16;
  }
  .sm\:column-end-16 {
    grid-column-end: 16;
  }
  .sm\:row-start-16 {
    grid-row-start: 16;
  }
  .sm\:row-end-16 {
    grid-row-end: 16;
  }
  .sm\:column-span-16 {
    grid-column: span 16/span 16;
  }
  .sm\:row-span-16 {
    grid-row: span 16/span 16;
  }
  .sm\:column-start-17 {
    grid-column-start: 17;
  }
  .sm\:column-end-17 {
    grid-column-end: 17;
  }
  .sm\:row-start-17 {
    grid-row-start: 17;
  }
  .sm\:row-end-17 {
    grid-row-end: 17;
  }
  .sm\:column-span-17 {
    grid-column: span 17/span 17;
  }
  .sm\:row-span-17 {
    grid-row: span 17/span 17;
  }
  .sm\:column-start-18 {
    grid-column-start: 18;
  }
  .sm\:column-end-18 {
    grid-column-end: 18;
  }
  .sm\:row-start-18 {
    grid-row-start: 18;
  }
  .sm\:row-end-18 {
    grid-row-end: 18;
  }
  .sm\:column-span-18 {
    grid-column: span 18/span 18;
  }
  .sm\:row-span-18 {
    grid-row: span 18/span 18;
  }
  .sm\:column-start-19 {
    grid-column-start: 19;
  }
  .sm\:column-end-19 {
    grid-column-end: 19;
  }
  .sm\:row-start-19 {
    grid-row-start: 19;
  }
  .sm\:row-end-19 {
    grid-row-end: 19;
  }
  .sm\:column-span-19 {
    grid-column: span 19/span 19;
  }
  .sm\:row-span-19 {
    grid-row: span 19/span 19;
  }
  .sm\:column-start-20 {
    grid-column-start: 20;
  }
  .sm\:column-end-20 {
    grid-column-end: 20;
  }
  .sm\:row-start-20 {
    grid-row-start: 20;
  }
  .sm\:row-end-20 {
    grid-row-end: 20;
  }
  .sm\:column-span-20 {
    grid-column: span 20/span 20;
  }
  .sm\:row-span-20 {
    grid-row: span 20/span 20;
  }
}
@media (min-width: 769px) and (max-width: 970px) {
  .smo\:column-start-1 {
    grid-column-start: 1;
  }
  .smo\:column-end-1 {
    grid-column-end: 1;
  }
  .smo\:row-start-1 {
    grid-row-start: 1;
  }
  .smo\:row-end-1 {
    grid-row-end: 1;
  }
  .smo\:column-span-1 {
    grid-column: span 1/span 1;
  }
  .smo\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .smo\:column-start-2 {
    grid-column-start: 2;
  }
  .smo\:column-end-2 {
    grid-column-end: 2;
  }
  .smo\:row-start-2 {
    grid-row-start: 2;
  }
  .smo\:row-end-2 {
    grid-row-end: 2;
  }
  .smo\:column-span-2 {
    grid-column: span 2/span 2;
  }
  .smo\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .smo\:column-start-3 {
    grid-column-start: 3;
  }
  .smo\:column-end-3 {
    grid-column-end: 3;
  }
  .smo\:row-start-3 {
    grid-row-start: 3;
  }
  .smo\:row-end-3 {
    grid-row-end: 3;
  }
  .smo\:column-span-3 {
    grid-column: span 3/span 3;
  }
  .smo\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .smo\:column-start-4 {
    grid-column-start: 4;
  }
  .smo\:column-end-4 {
    grid-column-end: 4;
  }
  .smo\:row-start-4 {
    grid-row-start: 4;
  }
  .smo\:row-end-4 {
    grid-row-end: 4;
  }
  .smo\:column-span-4 {
    grid-column: span 4/span 4;
  }
  .smo\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .smo\:column-start-5 {
    grid-column-start: 5;
  }
  .smo\:column-end-5 {
    grid-column-end: 5;
  }
  .smo\:row-start-5 {
    grid-row-start: 5;
  }
  .smo\:row-end-5 {
    grid-row-end: 5;
  }
  .smo\:column-span-5 {
    grid-column: span 5/span 5;
  }
  .smo\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .smo\:column-start-6 {
    grid-column-start: 6;
  }
  .smo\:column-end-6 {
    grid-column-end: 6;
  }
  .smo\:row-start-6 {
    grid-row-start: 6;
  }
  .smo\:row-end-6 {
    grid-row-end: 6;
  }
  .smo\:column-span-6 {
    grid-column: span 6/span 6;
  }
  .smo\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .smo\:column-start-7 {
    grid-column-start: 7;
  }
  .smo\:column-end-7 {
    grid-column-end: 7;
  }
  .smo\:row-start-7 {
    grid-row-start: 7;
  }
  .smo\:row-end-7 {
    grid-row-end: 7;
  }
  .smo\:column-span-7 {
    grid-column: span 7/span 7;
  }
  .smo\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .smo\:column-start-8 {
    grid-column-start: 8;
  }
  .smo\:column-end-8 {
    grid-column-end: 8;
  }
  .smo\:row-start-8 {
    grid-row-start: 8;
  }
  .smo\:row-end-8 {
    grid-row-end: 8;
  }
  .smo\:column-span-8 {
    grid-column: span 8/span 8;
  }
  .smo\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .smo\:column-start-9 {
    grid-column-start: 9;
  }
  .smo\:column-end-9 {
    grid-column-end: 9;
  }
  .smo\:row-start-9 {
    grid-row-start: 9;
  }
  .smo\:row-end-9 {
    grid-row-end: 9;
  }
  .smo\:column-span-9 {
    grid-column: span 9/span 9;
  }
  .smo\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .smo\:column-start-10 {
    grid-column-start: 10;
  }
  .smo\:column-end-10 {
    grid-column-end: 10;
  }
  .smo\:row-start-10 {
    grid-row-start: 10;
  }
  .smo\:row-end-10 {
    grid-row-end: 10;
  }
  .smo\:column-span-10 {
    grid-column: span 10/span 10;
  }
  .smo\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .smo\:column-start-11 {
    grid-column-start: 11;
  }
  .smo\:column-end-11 {
    grid-column-end: 11;
  }
  .smo\:row-start-11 {
    grid-row-start: 11;
  }
  .smo\:row-end-11 {
    grid-row-end: 11;
  }
  .smo\:column-span-11 {
    grid-column: span 11/span 11;
  }
  .smo\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .smo\:column-start-12 {
    grid-column-start: 12;
  }
  .smo\:column-end-12 {
    grid-column-end: 12;
  }
  .smo\:row-start-12 {
    grid-row-start: 12;
  }
  .smo\:row-end-12 {
    grid-row-end: 12;
  }
  .smo\:column-span-12 {
    grid-column: span 12/span 12;
  }
  .smo\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .smo\:column-start-13 {
    grid-column-start: 13;
  }
  .smo\:column-end-13 {
    grid-column-end: 13;
  }
  .smo\:row-start-13 {
    grid-row-start: 13;
  }
  .smo\:row-end-13 {
    grid-row-end: 13;
  }
  .smo\:column-span-13 {
    grid-column: span 13/span 13;
  }
  .smo\:row-span-13 {
    grid-row: span 13/span 13;
  }
  .smo\:column-start-14 {
    grid-column-start: 14;
  }
  .smo\:column-end-14 {
    grid-column-end: 14;
  }
  .smo\:row-start-14 {
    grid-row-start: 14;
  }
  .smo\:row-end-14 {
    grid-row-end: 14;
  }
  .smo\:column-span-14 {
    grid-column: span 14/span 14;
  }
  .smo\:row-span-14 {
    grid-row: span 14/span 14;
  }
  .smo\:column-start-15 {
    grid-column-start: 15;
  }
  .smo\:column-end-15 {
    grid-column-end: 15;
  }
  .smo\:row-start-15 {
    grid-row-start: 15;
  }
  .smo\:row-end-15 {
    grid-row-end: 15;
  }
  .smo\:column-span-15 {
    grid-column: span 15/span 15;
  }
  .smo\:row-span-15 {
    grid-row: span 15/span 15;
  }
  .smo\:column-start-16 {
    grid-column-start: 16;
  }
  .smo\:column-end-16 {
    grid-column-end: 16;
  }
  .smo\:row-start-16 {
    grid-row-start: 16;
  }
  .smo\:row-end-16 {
    grid-row-end: 16;
  }
  .smo\:column-span-16 {
    grid-column: span 16/span 16;
  }
  .smo\:row-span-16 {
    grid-row: span 16/span 16;
  }
  .smo\:column-start-17 {
    grid-column-start: 17;
  }
  .smo\:column-end-17 {
    grid-column-end: 17;
  }
  .smo\:row-start-17 {
    grid-row-start: 17;
  }
  .smo\:row-end-17 {
    grid-row-end: 17;
  }
  .smo\:column-span-17 {
    grid-column: span 17/span 17;
  }
  .smo\:row-span-17 {
    grid-row: span 17/span 17;
  }
  .smo\:column-start-18 {
    grid-column-start: 18;
  }
  .smo\:column-end-18 {
    grid-column-end: 18;
  }
  .smo\:row-start-18 {
    grid-row-start: 18;
  }
  .smo\:row-end-18 {
    grid-row-end: 18;
  }
  .smo\:column-span-18 {
    grid-column: span 18/span 18;
  }
  .smo\:row-span-18 {
    grid-row: span 18/span 18;
  }
  .smo\:column-start-19 {
    grid-column-start: 19;
  }
  .smo\:column-end-19 {
    grid-column-end: 19;
  }
  .smo\:row-start-19 {
    grid-row-start: 19;
  }
  .smo\:row-end-19 {
    grid-row-end: 19;
  }
  .smo\:column-span-19 {
    grid-column: span 19/span 19;
  }
  .smo\:row-span-19 {
    grid-row: span 19/span 19;
  }
  .smo\:column-start-20 {
    grid-column-start: 20;
  }
  .smo\:column-end-20 {
    grid-column-end: 20;
  }
  .smo\:row-start-20 {
    grid-row-start: 20;
  }
  .smo\:row-end-20 {
    grid-row-end: 20;
  }
  .smo\:column-span-20 {
    grid-column: span 20/span 20;
  }
  .smo\:row-span-20 {
    grid-row: span 20/span 20;
  }
}
@media (max-width: 970px) {
  .smb\:column-start-1 {
    grid-column-start: 1;
  }
  .smb\:column-end-1 {
    grid-column-end: 1;
  }
  .smb\:row-start-1 {
    grid-row-start: 1;
  }
  .smb\:row-end-1 {
    grid-row-end: 1;
  }
  .smb\:column-span-1 {
    grid-column: span 1/span 1;
  }
  .smb\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .smb\:column-start-2 {
    grid-column-start: 2;
  }
  .smb\:column-end-2 {
    grid-column-end: 2;
  }
  .smb\:row-start-2 {
    grid-row-start: 2;
  }
  .smb\:row-end-2 {
    grid-row-end: 2;
  }
  .smb\:column-span-2 {
    grid-column: span 2/span 2;
  }
  .smb\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .smb\:column-start-3 {
    grid-column-start: 3;
  }
  .smb\:column-end-3 {
    grid-column-end: 3;
  }
  .smb\:row-start-3 {
    grid-row-start: 3;
  }
  .smb\:row-end-3 {
    grid-row-end: 3;
  }
  .smb\:column-span-3 {
    grid-column: span 3/span 3;
  }
  .smb\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .smb\:column-start-4 {
    grid-column-start: 4;
  }
  .smb\:column-end-4 {
    grid-column-end: 4;
  }
  .smb\:row-start-4 {
    grid-row-start: 4;
  }
  .smb\:row-end-4 {
    grid-row-end: 4;
  }
  .smb\:column-span-4 {
    grid-column: span 4/span 4;
  }
  .smb\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .smb\:column-start-5 {
    grid-column-start: 5;
  }
  .smb\:column-end-5 {
    grid-column-end: 5;
  }
  .smb\:row-start-5 {
    grid-row-start: 5;
  }
  .smb\:row-end-5 {
    grid-row-end: 5;
  }
  .smb\:column-span-5 {
    grid-column: span 5/span 5;
  }
  .smb\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .smb\:column-start-6 {
    grid-column-start: 6;
  }
  .smb\:column-end-6 {
    grid-column-end: 6;
  }
  .smb\:row-start-6 {
    grid-row-start: 6;
  }
  .smb\:row-end-6 {
    grid-row-end: 6;
  }
  .smb\:column-span-6 {
    grid-column: span 6/span 6;
  }
  .smb\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .smb\:column-start-7 {
    grid-column-start: 7;
  }
  .smb\:column-end-7 {
    grid-column-end: 7;
  }
  .smb\:row-start-7 {
    grid-row-start: 7;
  }
  .smb\:row-end-7 {
    grid-row-end: 7;
  }
  .smb\:column-span-7 {
    grid-column: span 7/span 7;
  }
  .smb\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .smb\:column-start-8 {
    grid-column-start: 8;
  }
  .smb\:column-end-8 {
    grid-column-end: 8;
  }
  .smb\:row-start-8 {
    grid-row-start: 8;
  }
  .smb\:row-end-8 {
    grid-row-end: 8;
  }
  .smb\:column-span-8 {
    grid-column: span 8/span 8;
  }
  .smb\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .smb\:column-start-9 {
    grid-column-start: 9;
  }
  .smb\:column-end-9 {
    grid-column-end: 9;
  }
  .smb\:row-start-9 {
    grid-row-start: 9;
  }
  .smb\:row-end-9 {
    grid-row-end: 9;
  }
  .smb\:column-span-9 {
    grid-column: span 9/span 9;
  }
  .smb\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .smb\:column-start-10 {
    grid-column-start: 10;
  }
  .smb\:column-end-10 {
    grid-column-end: 10;
  }
  .smb\:row-start-10 {
    grid-row-start: 10;
  }
  .smb\:row-end-10 {
    grid-row-end: 10;
  }
  .smb\:column-span-10 {
    grid-column: span 10/span 10;
  }
  .smb\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .smb\:column-start-11 {
    grid-column-start: 11;
  }
  .smb\:column-end-11 {
    grid-column-end: 11;
  }
  .smb\:row-start-11 {
    grid-row-start: 11;
  }
  .smb\:row-end-11 {
    grid-row-end: 11;
  }
  .smb\:column-span-11 {
    grid-column: span 11/span 11;
  }
  .smb\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .smb\:column-start-12 {
    grid-column-start: 12;
  }
  .smb\:column-end-12 {
    grid-column-end: 12;
  }
  .smb\:row-start-12 {
    grid-row-start: 12;
  }
  .smb\:row-end-12 {
    grid-row-end: 12;
  }
  .smb\:column-span-12 {
    grid-column: span 12/span 12;
  }
  .smb\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .smb\:column-start-13 {
    grid-column-start: 13;
  }
  .smb\:column-end-13 {
    grid-column-end: 13;
  }
  .smb\:row-start-13 {
    grid-row-start: 13;
  }
  .smb\:row-end-13 {
    grid-row-end: 13;
  }
  .smb\:column-span-13 {
    grid-column: span 13/span 13;
  }
  .smb\:row-span-13 {
    grid-row: span 13/span 13;
  }
  .smb\:column-start-14 {
    grid-column-start: 14;
  }
  .smb\:column-end-14 {
    grid-column-end: 14;
  }
  .smb\:row-start-14 {
    grid-row-start: 14;
  }
  .smb\:row-end-14 {
    grid-row-end: 14;
  }
  .smb\:column-span-14 {
    grid-column: span 14/span 14;
  }
  .smb\:row-span-14 {
    grid-row: span 14/span 14;
  }
  .smb\:column-start-15 {
    grid-column-start: 15;
  }
  .smb\:column-end-15 {
    grid-column-end: 15;
  }
  .smb\:row-start-15 {
    grid-row-start: 15;
  }
  .smb\:row-end-15 {
    grid-row-end: 15;
  }
  .smb\:column-span-15 {
    grid-column: span 15/span 15;
  }
  .smb\:row-span-15 {
    grid-row: span 15/span 15;
  }
  .smb\:column-start-16 {
    grid-column-start: 16;
  }
  .smb\:column-end-16 {
    grid-column-end: 16;
  }
  .smb\:row-start-16 {
    grid-row-start: 16;
  }
  .smb\:row-end-16 {
    grid-row-end: 16;
  }
  .smb\:column-span-16 {
    grid-column: span 16/span 16;
  }
  .smb\:row-span-16 {
    grid-row: span 16/span 16;
  }
  .smb\:column-start-17 {
    grid-column-start: 17;
  }
  .smb\:column-end-17 {
    grid-column-end: 17;
  }
  .smb\:row-start-17 {
    grid-row-start: 17;
  }
  .smb\:row-end-17 {
    grid-row-end: 17;
  }
  .smb\:column-span-17 {
    grid-column: span 17/span 17;
  }
  .smb\:row-span-17 {
    grid-row: span 17/span 17;
  }
  .smb\:column-start-18 {
    grid-column-start: 18;
  }
  .smb\:column-end-18 {
    grid-column-end: 18;
  }
  .smb\:row-start-18 {
    grid-row-start: 18;
  }
  .smb\:row-end-18 {
    grid-row-end: 18;
  }
  .smb\:column-span-18 {
    grid-column: span 18/span 18;
  }
  .smb\:row-span-18 {
    grid-row: span 18/span 18;
  }
  .smb\:column-start-19 {
    grid-column-start: 19;
  }
  .smb\:column-end-19 {
    grid-column-end: 19;
  }
  .smb\:row-start-19 {
    grid-row-start: 19;
  }
  .smb\:row-end-19 {
    grid-row-end: 19;
  }
  .smb\:column-span-19 {
    grid-column: span 19/span 19;
  }
  .smb\:row-span-19 {
    grid-row: span 19/span 19;
  }
  .smb\:column-start-20 {
    grid-column-start: 20;
  }
  .smb\:column-end-20 {
    grid-column-end: 20;
  }
  .smb\:row-start-20 {
    grid-row-start: 20;
  }
  .smb\:row-end-20 {
    grid-row-end: 20;
  }
  .smb\:column-span-20 {
    grid-column: span 20/span 20;
  }
  .smb\:row-span-20 {
    grid-row: span 20/span 20;
  }
}
@media (min-width: 971px) {
  .md\:column-start-1 {
    grid-column-start: 1;
  }
  .md\:column-end-1 {
    grid-column-end: 1;
  }
  .md\:row-start-1 {
    grid-row-start: 1;
  }
  .md\:row-end-1 {
    grid-row-end: 1;
  }
  .md\:column-span-1 {
    grid-column: span 1/span 1;
  }
  .md\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .md\:column-start-2 {
    grid-column-start: 2;
  }
  .md\:column-end-2 {
    grid-column-end: 2;
  }
  .md\:row-start-2 {
    grid-row-start: 2;
  }
  .md\:row-end-2 {
    grid-row-end: 2;
  }
  .md\:column-span-2 {
    grid-column: span 2/span 2;
  }
  .md\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .md\:column-start-3 {
    grid-column-start: 3;
  }
  .md\:column-end-3 {
    grid-column-end: 3;
  }
  .md\:row-start-3 {
    grid-row-start: 3;
  }
  .md\:row-end-3 {
    grid-row-end: 3;
  }
  .md\:column-span-3 {
    grid-column: span 3/span 3;
  }
  .md\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .md\:column-start-4 {
    grid-column-start: 4;
  }
  .md\:column-end-4 {
    grid-column-end: 4;
  }
  .md\:row-start-4 {
    grid-row-start: 4;
  }
  .md\:row-end-4 {
    grid-row-end: 4;
  }
  .md\:column-span-4 {
    grid-column: span 4/span 4;
  }
  .md\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .md\:column-start-5 {
    grid-column-start: 5;
  }
  .md\:column-end-5 {
    grid-column-end: 5;
  }
  .md\:row-start-5 {
    grid-row-start: 5;
  }
  .md\:row-end-5 {
    grid-row-end: 5;
  }
  .md\:column-span-5 {
    grid-column: span 5/span 5;
  }
  .md\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .md\:column-start-6 {
    grid-column-start: 6;
  }
  .md\:column-end-6 {
    grid-column-end: 6;
  }
  .md\:row-start-6 {
    grid-row-start: 6;
  }
  .md\:row-end-6 {
    grid-row-end: 6;
  }
  .md\:column-span-6 {
    grid-column: span 6/span 6;
  }
  .md\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .md\:column-start-7 {
    grid-column-start: 7;
  }
  .md\:column-end-7 {
    grid-column-end: 7;
  }
  .md\:row-start-7 {
    grid-row-start: 7;
  }
  .md\:row-end-7 {
    grid-row-end: 7;
  }
  .md\:column-span-7 {
    grid-column: span 7/span 7;
  }
  .md\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .md\:column-start-8 {
    grid-column-start: 8;
  }
  .md\:column-end-8 {
    grid-column-end: 8;
  }
  .md\:row-start-8 {
    grid-row-start: 8;
  }
  .md\:row-end-8 {
    grid-row-end: 8;
  }
  .md\:column-span-8 {
    grid-column: span 8/span 8;
  }
  .md\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .md\:column-start-9 {
    grid-column-start: 9;
  }
  .md\:column-end-9 {
    grid-column-end: 9;
  }
  .md\:row-start-9 {
    grid-row-start: 9;
  }
  .md\:row-end-9 {
    grid-row-end: 9;
  }
  .md\:column-span-9 {
    grid-column: span 9/span 9;
  }
  .md\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .md\:column-start-10 {
    grid-column-start: 10;
  }
  .md\:column-end-10 {
    grid-column-end: 10;
  }
  .md\:row-start-10 {
    grid-row-start: 10;
  }
  .md\:row-end-10 {
    grid-row-end: 10;
  }
  .md\:column-span-10 {
    grid-column: span 10/span 10;
  }
  .md\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .md\:column-start-11 {
    grid-column-start: 11;
  }
  .md\:column-end-11 {
    grid-column-end: 11;
  }
  .md\:row-start-11 {
    grid-row-start: 11;
  }
  .md\:row-end-11 {
    grid-row-end: 11;
  }
  .md\:column-span-11 {
    grid-column: span 11/span 11;
  }
  .md\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .md\:column-start-12 {
    grid-column-start: 12;
  }
  .md\:column-end-12 {
    grid-column-end: 12;
  }
  .md\:row-start-12 {
    grid-row-start: 12;
  }
  .md\:row-end-12 {
    grid-row-end: 12;
  }
  .md\:column-span-12 {
    grid-column: span 12/span 12;
  }
  .md\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .md\:column-start-13 {
    grid-column-start: 13;
  }
  .md\:column-end-13 {
    grid-column-end: 13;
  }
  .md\:row-start-13 {
    grid-row-start: 13;
  }
  .md\:row-end-13 {
    grid-row-end: 13;
  }
  .md\:column-span-13 {
    grid-column: span 13/span 13;
  }
  .md\:row-span-13 {
    grid-row: span 13/span 13;
  }
  .md\:column-start-14 {
    grid-column-start: 14;
  }
  .md\:column-end-14 {
    grid-column-end: 14;
  }
  .md\:row-start-14 {
    grid-row-start: 14;
  }
  .md\:row-end-14 {
    grid-row-end: 14;
  }
  .md\:column-span-14 {
    grid-column: span 14/span 14;
  }
  .md\:row-span-14 {
    grid-row: span 14/span 14;
  }
  .md\:column-start-15 {
    grid-column-start: 15;
  }
  .md\:column-end-15 {
    grid-column-end: 15;
  }
  .md\:row-start-15 {
    grid-row-start: 15;
  }
  .md\:row-end-15 {
    grid-row-end: 15;
  }
  .md\:column-span-15 {
    grid-column: span 15/span 15;
  }
  .md\:row-span-15 {
    grid-row: span 15/span 15;
  }
  .md\:column-start-16 {
    grid-column-start: 16;
  }
  .md\:column-end-16 {
    grid-column-end: 16;
  }
  .md\:row-start-16 {
    grid-row-start: 16;
  }
  .md\:row-end-16 {
    grid-row-end: 16;
  }
  .md\:column-span-16 {
    grid-column: span 16/span 16;
  }
  .md\:row-span-16 {
    grid-row: span 16/span 16;
  }
  .md\:column-start-17 {
    grid-column-start: 17;
  }
  .md\:column-end-17 {
    grid-column-end: 17;
  }
  .md\:row-start-17 {
    grid-row-start: 17;
  }
  .md\:row-end-17 {
    grid-row-end: 17;
  }
  .md\:column-span-17 {
    grid-column: span 17/span 17;
  }
  .md\:row-span-17 {
    grid-row: span 17/span 17;
  }
  .md\:column-start-18 {
    grid-column-start: 18;
  }
  .md\:column-end-18 {
    grid-column-end: 18;
  }
  .md\:row-start-18 {
    grid-row-start: 18;
  }
  .md\:row-end-18 {
    grid-row-end: 18;
  }
  .md\:column-span-18 {
    grid-column: span 18/span 18;
  }
  .md\:row-span-18 {
    grid-row: span 18/span 18;
  }
  .md\:column-start-19 {
    grid-column-start: 19;
  }
  .md\:column-end-19 {
    grid-column-end: 19;
  }
  .md\:row-start-19 {
    grid-row-start: 19;
  }
  .md\:row-end-19 {
    grid-row-end: 19;
  }
  .md\:column-span-19 {
    grid-column: span 19/span 19;
  }
  .md\:row-span-19 {
    grid-row: span 19/span 19;
  }
  .md\:column-start-20 {
    grid-column-start: 20;
  }
  .md\:column-end-20 {
    grid-column-end: 20;
  }
  .md\:row-start-20 {
    grid-row-start: 20;
  }
  .md\:row-end-20 {
    grid-row-end: 20;
  }
  .md\:column-span-20 {
    grid-column: span 20/span 20;
  }
  .md\:row-span-20 {
    grid-row: span 20/span 20;
  }
}
@media (min-width: 971px) and (max-width: 1289px) {
  .mdo\:column-start-1 {
    grid-column-start: 1;
  }
  .mdo\:column-end-1 {
    grid-column-end: 1;
  }
  .mdo\:row-start-1 {
    grid-row-start: 1;
  }
  .mdo\:row-end-1 {
    grid-row-end: 1;
  }
  .mdo\:column-span-1 {
    grid-column: span 1/span 1;
  }
  .mdo\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .mdo\:column-start-2 {
    grid-column-start: 2;
  }
  .mdo\:column-end-2 {
    grid-column-end: 2;
  }
  .mdo\:row-start-2 {
    grid-row-start: 2;
  }
  .mdo\:row-end-2 {
    grid-row-end: 2;
  }
  .mdo\:column-span-2 {
    grid-column: span 2/span 2;
  }
  .mdo\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .mdo\:column-start-3 {
    grid-column-start: 3;
  }
  .mdo\:column-end-3 {
    grid-column-end: 3;
  }
  .mdo\:row-start-3 {
    grid-row-start: 3;
  }
  .mdo\:row-end-3 {
    grid-row-end: 3;
  }
  .mdo\:column-span-3 {
    grid-column: span 3/span 3;
  }
  .mdo\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .mdo\:column-start-4 {
    grid-column-start: 4;
  }
  .mdo\:column-end-4 {
    grid-column-end: 4;
  }
  .mdo\:row-start-4 {
    grid-row-start: 4;
  }
  .mdo\:row-end-4 {
    grid-row-end: 4;
  }
  .mdo\:column-span-4 {
    grid-column: span 4/span 4;
  }
  .mdo\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .mdo\:column-start-5 {
    grid-column-start: 5;
  }
  .mdo\:column-end-5 {
    grid-column-end: 5;
  }
  .mdo\:row-start-5 {
    grid-row-start: 5;
  }
  .mdo\:row-end-5 {
    grid-row-end: 5;
  }
  .mdo\:column-span-5 {
    grid-column: span 5/span 5;
  }
  .mdo\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .mdo\:column-start-6 {
    grid-column-start: 6;
  }
  .mdo\:column-end-6 {
    grid-column-end: 6;
  }
  .mdo\:row-start-6 {
    grid-row-start: 6;
  }
  .mdo\:row-end-6 {
    grid-row-end: 6;
  }
  .mdo\:column-span-6 {
    grid-column: span 6/span 6;
  }
  .mdo\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .mdo\:column-start-7 {
    grid-column-start: 7;
  }
  .mdo\:column-end-7 {
    grid-column-end: 7;
  }
  .mdo\:row-start-7 {
    grid-row-start: 7;
  }
  .mdo\:row-end-7 {
    grid-row-end: 7;
  }
  .mdo\:column-span-7 {
    grid-column: span 7/span 7;
  }
  .mdo\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .mdo\:column-start-8 {
    grid-column-start: 8;
  }
  .mdo\:column-end-8 {
    grid-column-end: 8;
  }
  .mdo\:row-start-8 {
    grid-row-start: 8;
  }
  .mdo\:row-end-8 {
    grid-row-end: 8;
  }
  .mdo\:column-span-8 {
    grid-column: span 8/span 8;
  }
  .mdo\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .mdo\:column-start-9 {
    grid-column-start: 9;
  }
  .mdo\:column-end-9 {
    grid-column-end: 9;
  }
  .mdo\:row-start-9 {
    grid-row-start: 9;
  }
  .mdo\:row-end-9 {
    grid-row-end: 9;
  }
  .mdo\:column-span-9 {
    grid-column: span 9/span 9;
  }
  .mdo\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .mdo\:column-start-10 {
    grid-column-start: 10;
  }
  .mdo\:column-end-10 {
    grid-column-end: 10;
  }
  .mdo\:row-start-10 {
    grid-row-start: 10;
  }
  .mdo\:row-end-10 {
    grid-row-end: 10;
  }
  .mdo\:column-span-10 {
    grid-column: span 10/span 10;
  }
  .mdo\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .mdo\:column-start-11 {
    grid-column-start: 11;
  }
  .mdo\:column-end-11 {
    grid-column-end: 11;
  }
  .mdo\:row-start-11 {
    grid-row-start: 11;
  }
  .mdo\:row-end-11 {
    grid-row-end: 11;
  }
  .mdo\:column-span-11 {
    grid-column: span 11/span 11;
  }
  .mdo\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .mdo\:column-start-12 {
    grid-column-start: 12;
  }
  .mdo\:column-end-12 {
    grid-column-end: 12;
  }
  .mdo\:row-start-12 {
    grid-row-start: 12;
  }
  .mdo\:row-end-12 {
    grid-row-end: 12;
  }
  .mdo\:column-span-12 {
    grid-column: span 12/span 12;
  }
  .mdo\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .mdo\:column-start-13 {
    grid-column-start: 13;
  }
  .mdo\:column-end-13 {
    grid-column-end: 13;
  }
  .mdo\:row-start-13 {
    grid-row-start: 13;
  }
  .mdo\:row-end-13 {
    grid-row-end: 13;
  }
  .mdo\:column-span-13 {
    grid-column: span 13/span 13;
  }
  .mdo\:row-span-13 {
    grid-row: span 13/span 13;
  }
  .mdo\:column-start-14 {
    grid-column-start: 14;
  }
  .mdo\:column-end-14 {
    grid-column-end: 14;
  }
  .mdo\:row-start-14 {
    grid-row-start: 14;
  }
  .mdo\:row-end-14 {
    grid-row-end: 14;
  }
  .mdo\:column-span-14 {
    grid-column: span 14/span 14;
  }
  .mdo\:row-span-14 {
    grid-row: span 14/span 14;
  }
  .mdo\:column-start-15 {
    grid-column-start: 15;
  }
  .mdo\:column-end-15 {
    grid-column-end: 15;
  }
  .mdo\:row-start-15 {
    grid-row-start: 15;
  }
  .mdo\:row-end-15 {
    grid-row-end: 15;
  }
  .mdo\:column-span-15 {
    grid-column: span 15/span 15;
  }
  .mdo\:row-span-15 {
    grid-row: span 15/span 15;
  }
  .mdo\:column-start-16 {
    grid-column-start: 16;
  }
  .mdo\:column-end-16 {
    grid-column-end: 16;
  }
  .mdo\:row-start-16 {
    grid-row-start: 16;
  }
  .mdo\:row-end-16 {
    grid-row-end: 16;
  }
  .mdo\:column-span-16 {
    grid-column: span 16/span 16;
  }
  .mdo\:row-span-16 {
    grid-row: span 16/span 16;
  }
  .mdo\:column-start-17 {
    grid-column-start: 17;
  }
  .mdo\:column-end-17 {
    grid-column-end: 17;
  }
  .mdo\:row-start-17 {
    grid-row-start: 17;
  }
  .mdo\:row-end-17 {
    grid-row-end: 17;
  }
  .mdo\:column-span-17 {
    grid-column: span 17/span 17;
  }
  .mdo\:row-span-17 {
    grid-row: span 17/span 17;
  }
  .mdo\:column-start-18 {
    grid-column-start: 18;
  }
  .mdo\:column-end-18 {
    grid-column-end: 18;
  }
  .mdo\:row-start-18 {
    grid-row-start: 18;
  }
  .mdo\:row-end-18 {
    grid-row-end: 18;
  }
  .mdo\:column-span-18 {
    grid-column: span 18/span 18;
  }
  .mdo\:row-span-18 {
    grid-row: span 18/span 18;
  }
  .mdo\:column-start-19 {
    grid-column-start: 19;
  }
  .mdo\:column-end-19 {
    grid-column-end: 19;
  }
  .mdo\:row-start-19 {
    grid-row-start: 19;
  }
  .mdo\:row-end-19 {
    grid-row-end: 19;
  }
  .mdo\:column-span-19 {
    grid-column: span 19/span 19;
  }
  .mdo\:row-span-19 {
    grid-row: span 19/span 19;
  }
  .mdo\:column-start-20 {
    grid-column-start: 20;
  }
  .mdo\:column-end-20 {
    grid-column-end: 20;
  }
  .mdo\:row-start-20 {
    grid-row-start: 20;
  }
  .mdo\:row-end-20 {
    grid-row-end: 20;
  }
  .mdo\:column-span-20 {
    grid-column: span 20/span 20;
  }
  .mdo\:row-span-20 {
    grid-row: span 20/span 20;
  }
}
@media (max-width: 1289px) {
  .mdb\:column-start-1 {
    grid-column-start: 1;
  }
  .mdb\:column-end-1 {
    grid-column-end: 1;
  }
  .mdb\:row-start-1 {
    grid-row-start: 1;
  }
  .mdb\:row-end-1 {
    grid-row-end: 1;
  }
  .mdb\:column-span-1 {
    grid-column: span 1/span 1;
  }
  .mdb\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .mdb\:column-start-2 {
    grid-column-start: 2;
  }
  .mdb\:column-end-2 {
    grid-column-end: 2;
  }
  .mdb\:row-start-2 {
    grid-row-start: 2;
  }
  .mdb\:row-end-2 {
    grid-row-end: 2;
  }
  .mdb\:column-span-2 {
    grid-column: span 2/span 2;
  }
  .mdb\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .mdb\:column-start-3 {
    grid-column-start: 3;
  }
  .mdb\:column-end-3 {
    grid-column-end: 3;
  }
  .mdb\:row-start-3 {
    grid-row-start: 3;
  }
  .mdb\:row-end-3 {
    grid-row-end: 3;
  }
  .mdb\:column-span-3 {
    grid-column: span 3/span 3;
  }
  .mdb\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .mdb\:column-start-4 {
    grid-column-start: 4;
  }
  .mdb\:column-end-4 {
    grid-column-end: 4;
  }
  .mdb\:row-start-4 {
    grid-row-start: 4;
  }
  .mdb\:row-end-4 {
    grid-row-end: 4;
  }
  .mdb\:column-span-4 {
    grid-column: span 4/span 4;
  }
  .mdb\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .mdb\:column-start-5 {
    grid-column-start: 5;
  }
  .mdb\:column-end-5 {
    grid-column-end: 5;
  }
  .mdb\:row-start-5 {
    grid-row-start: 5;
  }
  .mdb\:row-end-5 {
    grid-row-end: 5;
  }
  .mdb\:column-span-5 {
    grid-column: span 5/span 5;
  }
  .mdb\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .mdb\:column-start-6 {
    grid-column-start: 6;
  }
  .mdb\:column-end-6 {
    grid-column-end: 6;
  }
  .mdb\:row-start-6 {
    grid-row-start: 6;
  }
  .mdb\:row-end-6 {
    grid-row-end: 6;
  }
  .mdb\:column-span-6 {
    grid-column: span 6/span 6;
  }
  .mdb\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .mdb\:column-start-7 {
    grid-column-start: 7;
  }
  .mdb\:column-end-7 {
    grid-column-end: 7;
  }
  .mdb\:row-start-7 {
    grid-row-start: 7;
  }
  .mdb\:row-end-7 {
    grid-row-end: 7;
  }
  .mdb\:column-span-7 {
    grid-column: span 7/span 7;
  }
  .mdb\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .mdb\:column-start-8 {
    grid-column-start: 8;
  }
  .mdb\:column-end-8 {
    grid-column-end: 8;
  }
  .mdb\:row-start-8 {
    grid-row-start: 8;
  }
  .mdb\:row-end-8 {
    grid-row-end: 8;
  }
  .mdb\:column-span-8 {
    grid-column: span 8/span 8;
  }
  .mdb\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .mdb\:column-start-9 {
    grid-column-start: 9;
  }
  .mdb\:column-end-9 {
    grid-column-end: 9;
  }
  .mdb\:row-start-9 {
    grid-row-start: 9;
  }
  .mdb\:row-end-9 {
    grid-row-end: 9;
  }
  .mdb\:column-span-9 {
    grid-column: span 9/span 9;
  }
  .mdb\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .mdb\:column-start-10 {
    grid-column-start: 10;
  }
  .mdb\:column-end-10 {
    grid-column-end: 10;
  }
  .mdb\:row-start-10 {
    grid-row-start: 10;
  }
  .mdb\:row-end-10 {
    grid-row-end: 10;
  }
  .mdb\:column-span-10 {
    grid-column: span 10/span 10;
  }
  .mdb\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .mdb\:column-start-11 {
    grid-column-start: 11;
  }
  .mdb\:column-end-11 {
    grid-column-end: 11;
  }
  .mdb\:row-start-11 {
    grid-row-start: 11;
  }
  .mdb\:row-end-11 {
    grid-row-end: 11;
  }
  .mdb\:column-span-11 {
    grid-column: span 11/span 11;
  }
  .mdb\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .mdb\:column-start-12 {
    grid-column-start: 12;
  }
  .mdb\:column-end-12 {
    grid-column-end: 12;
  }
  .mdb\:row-start-12 {
    grid-row-start: 12;
  }
  .mdb\:row-end-12 {
    grid-row-end: 12;
  }
  .mdb\:column-span-12 {
    grid-column: span 12/span 12;
  }
  .mdb\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .mdb\:column-start-13 {
    grid-column-start: 13;
  }
  .mdb\:column-end-13 {
    grid-column-end: 13;
  }
  .mdb\:row-start-13 {
    grid-row-start: 13;
  }
  .mdb\:row-end-13 {
    grid-row-end: 13;
  }
  .mdb\:column-span-13 {
    grid-column: span 13/span 13;
  }
  .mdb\:row-span-13 {
    grid-row: span 13/span 13;
  }
  .mdb\:column-start-14 {
    grid-column-start: 14;
  }
  .mdb\:column-end-14 {
    grid-column-end: 14;
  }
  .mdb\:row-start-14 {
    grid-row-start: 14;
  }
  .mdb\:row-end-14 {
    grid-row-end: 14;
  }
  .mdb\:column-span-14 {
    grid-column: span 14/span 14;
  }
  .mdb\:row-span-14 {
    grid-row: span 14/span 14;
  }
  .mdb\:column-start-15 {
    grid-column-start: 15;
  }
  .mdb\:column-end-15 {
    grid-column-end: 15;
  }
  .mdb\:row-start-15 {
    grid-row-start: 15;
  }
  .mdb\:row-end-15 {
    grid-row-end: 15;
  }
  .mdb\:column-span-15 {
    grid-column: span 15/span 15;
  }
  .mdb\:row-span-15 {
    grid-row: span 15/span 15;
  }
  .mdb\:column-start-16 {
    grid-column-start: 16;
  }
  .mdb\:column-end-16 {
    grid-column-end: 16;
  }
  .mdb\:row-start-16 {
    grid-row-start: 16;
  }
  .mdb\:row-end-16 {
    grid-row-end: 16;
  }
  .mdb\:column-span-16 {
    grid-column: span 16/span 16;
  }
  .mdb\:row-span-16 {
    grid-row: span 16/span 16;
  }
  .mdb\:column-start-17 {
    grid-column-start: 17;
  }
  .mdb\:column-end-17 {
    grid-column-end: 17;
  }
  .mdb\:row-start-17 {
    grid-row-start: 17;
  }
  .mdb\:row-end-17 {
    grid-row-end: 17;
  }
  .mdb\:column-span-17 {
    grid-column: span 17/span 17;
  }
  .mdb\:row-span-17 {
    grid-row: span 17/span 17;
  }
  .mdb\:column-start-18 {
    grid-column-start: 18;
  }
  .mdb\:column-end-18 {
    grid-column-end: 18;
  }
  .mdb\:row-start-18 {
    grid-row-start: 18;
  }
  .mdb\:row-end-18 {
    grid-row-end: 18;
  }
  .mdb\:column-span-18 {
    grid-column: span 18/span 18;
  }
  .mdb\:row-span-18 {
    grid-row: span 18/span 18;
  }
  .mdb\:column-start-19 {
    grid-column-start: 19;
  }
  .mdb\:column-end-19 {
    grid-column-end: 19;
  }
  .mdb\:row-start-19 {
    grid-row-start: 19;
  }
  .mdb\:row-end-19 {
    grid-row-end: 19;
  }
  .mdb\:column-span-19 {
    grid-column: span 19/span 19;
  }
  .mdb\:row-span-19 {
    grid-row: span 19/span 19;
  }
  .mdb\:column-start-20 {
    grid-column-start: 20;
  }
  .mdb\:column-end-20 {
    grid-column-end: 20;
  }
  .mdb\:row-start-20 {
    grid-row-start: 20;
  }
  .mdb\:row-end-20 {
    grid-row-end: 20;
  }
  .mdb\:column-span-20 {
    grid-column: span 20/span 20;
  }
  .mdb\:row-span-20 {
    grid-row: span 20/span 20;
  }
}
@media (min-width: 1290px) {
  .lg\:column-start-1 {
    grid-column-start: 1;
  }
  .lg\:column-end-1 {
    grid-column-end: 1;
  }
  .lg\:row-start-1 {
    grid-row-start: 1;
  }
  .lg\:row-end-1 {
    grid-row-end: 1;
  }
  .lg\:column-span-1 {
    grid-column: span 1/span 1;
  }
  .lg\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .lg\:column-start-2 {
    grid-column-start: 2;
  }
  .lg\:column-end-2 {
    grid-column-end: 2;
  }
  .lg\:row-start-2 {
    grid-row-start: 2;
  }
  .lg\:row-end-2 {
    grid-row-end: 2;
  }
  .lg\:column-span-2 {
    grid-column: span 2/span 2;
  }
  .lg\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .lg\:column-start-3 {
    grid-column-start: 3;
  }
  .lg\:column-end-3 {
    grid-column-end: 3;
  }
  .lg\:row-start-3 {
    grid-row-start: 3;
  }
  .lg\:row-end-3 {
    grid-row-end: 3;
  }
  .lg\:column-span-3 {
    grid-column: span 3/span 3;
  }
  .lg\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .lg\:column-start-4 {
    grid-column-start: 4;
  }
  .lg\:column-end-4 {
    grid-column-end: 4;
  }
  .lg\:row-start-4 {
    grid-row-start: 4;
  }
  .lg\:row-end-4 {
    grid-row-end: 4;
  }
  .lg\:column-span-4 {
    grid-column: span 4/span 4;
  }
  .lg\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .lg\:column-start-5 {
    grid-column-start: 5;
  }
  .lg\:column-end-5 {
    grid-column-end: 5;
  }
  .lg\:row-start-5 {
    grid-row-start: 5;
  }
  .lg\:row-end-5 {
    grid-row-end: 5;
  }
  .lg\:column-span-5 {
    grid-column: span 5/span 5;
  }
  .lg\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .lg\:column-start-6 {
    grid-column-start: 6;
  }
  .lg\:column-end-6 {
    grid-column-end: 6;
  }
  .lg\:row-start-6 {
    grid-row-start: 6;
  }
  .lg\:row-end-6 {
    grid-row-end: 6;
  }
  .lg\:column-span-6 {
    grid-column: span 6/span 6;
  }
  .lg\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .lg\:column-start-7 {
    grid-column-start: 7;
  }
  .lg\:column-end-7 {
    grid-column-end: 7;
  }
  .lg\:row-start-7 {
    grid-row-start: 7;
  }
  .lg\:row-end-7 {
    grid-row-end: 7;
  }
  .lg\:column-span-7 {
    grid-column: span 7/span 7;
  }
  .lg\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .lg\:column-start-8 {
    grid-column-start: 8;
  }
  .lg\:column-end-8 {
    grid-column-end: 8;
  }
  .lg\:row-start-8 {
    grid-row-start: 8;
  }
  .lg\:row-end-8 {
    grid-row-end: 8;
  }
  .lg\:column-span-8 {
    grid-column: span 8/span 8;
  }
  .lg\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .lg\:column-start-9 {
    grid-column-start: 9;
  }
  .lg\:column-end-9 {
    grid-column-end: 9;
  }
  .lg\:row-start-9 {
    grid-row-start: 9;
  }
  .lg\:row-end-9 {
    grid-row-end: 9;
  }
  .lg\:column-span-9 {
    grid-column: span 9/span 9;
  }
  .lg\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .lg\:column-start-10 {
    grid-column-start: 10;
  }
  .lg\:column-end-10 {
    grid-column-end: 10;
  }
  .lg\:row-start-10 {
    grid-row-start: 10;
  }
  .lg\:row-end-10 {
    grid-row-end: 10;
  }
  .lg\:column-span-10 {
    grid-column: span 10/span 10;
  }
  .lg\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .lg\:column-start-11 {
    grid-column-start: 11;
  }
  .lg\:column-end-11 {
    grid-column-end: 11;
  }
  .lg\:row-start-11 {
    grid-row-start: 11;
  }
  .lg\:row-end-11 {
    grid-row-end: 11;
  }
  .lg\:column-span-11 {
    grid-column: span 11/span 11;
  }
  .lg\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .lg\:column-start-12 {
    grid-column-start: 12;
  }
  .lg\:column-end-12 {
    grid-column-end: 12;
  }
  .lg\:row-start-12 {
    grid-row-start: 12;
  }
  .lg\:row-end-12 {
    grid-row-end: 12;
  }
  .lg\:column-span-12 {
    grid-column: span 12/span 12;
  }
  .lg\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .lg\:column-start-13 {
    grid-column-start: 13;
  }
  .lg\:column-end-13 {
    grid-column-end: 13;
  }
  .lg\:row-start-13 {
    grid-row-start: 13;
  }
  .lg\:row-end-13 {
    grid-row-end: 13;
  }
  .lg\:column-span-13 {
    grid-column: span 13/span 13;
  }
  .lg\:row-span-13 {
    grid-row: span 13/span 13;
  }
  .lg\:column-start-14 {
    grid-column-start: 14;
  }
  .lg\:column-end-14 {
    grid-column-end: 14;
  }
  .lg\:row-start-14 {
    grid-row-start: 14;
  }
  .lg\:row-end-14 {
    grid-row-end: 14;
  }
  .lg\:column-span-14 {
    grid-column: span 14/span 14;
  }
  .lg\:row-span-14 {
    grid-row: span 14/span 14;
  }
  .lg\:column-start-15 {
    grid-column-start: 15;
  }
  .lg\:column-end-15 {
    grid-column-end: 15;
  }
  .lg\:row-start-15 {
    grid-row-start: 15;
  }
  .lg\:row-end-15 {
    grid-row-end: 15;
  }
  .lg\:column-span-15 {
    grid-column: span 15/span 15;
  }
  .lg\:row-span-15 {
    grid-row: span 15/span 15;
  }
  .lg\:column-start-16 {
    grid-column-start: 16;
  }
  .lg\:column-end-16 {
    grid-column-end: 16;
  }
  .lg\:row-start-16 {
    grid-row-start: 16;
  }
  .lg\:row-end-16 {
    grid-row-end: 16;
  }
  .lg\:column-span-16 {
    grid-column: span 16/span 16;
  }
  .lg\:row-span-16 {
    grid-row: span 16/span 16;
  }
  .lg\:column-start-17 {
    grid-column-start: 17;
  }
  .lg\:column-end-17 {
    grid-column-end: 17;
  }
  .lg\:row-start-17 {
    grid-row-start: 17;
  }
  .lg\:row-end-17 {
    grid-row-end: 17;
  }
  .lg\:column-span-17 {
    grid-column: span 17/span 17;
  }
  .lg\:row-span-17 {
    grid-row: span 17/span 17;
  }
  .lg\:column-start-18 {
    grid-column-start: 18;
  }
  .lg\:column-end-18 {
    grid-column-end: 18;
  }
  .lg\:row-start-18 {
    grid-row-start: 18;
  }
  .lg\:row-end-18 {
    grid-row-end: 18;
  }
  .lg\:column-span-18 {
    grid-column: span 18/span 18;
  }
  .lg\:row-span-18 {
    grid-row: span 18/span 18;
  }
  .lg\:column-start-19 {
    grid-column-start: 19;
  }
  .lg\:column-end-19 {
    grid-column-end: 19;
  }
  .lg\:row-start-19 {
    grid-row-start: 19;
  }
  .lg\:row-end-19 {
    grid-row-end: 19;
  }
  .lg\:column-span-19 {
    grid-column: span 19/span 19;
  }
  .lg\:row-span-19 {
    grid-row: span 19/span 19;
  }
  .lg\:column-start-20 {
    grid-column-start: 20;
  }
  .lg\:column-end-20 {
    grid-column-end: 20;
  }
  .lg\:row-start-20 {
    grid-row-start: 20;
  }
  .lg\:row-end-20 {
    grid-row-end: 20;
  }
  .lg\:column-span-20 {
    grid-column: span 20/span 20;
  }
  .lg\:row-span-20 {
    grid-row: span 20/span 20;
  }
}
.navbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}
.navbar ul li a {
  display: block;
}
.navbar--dropdown ul li {
  position: relative;
}
.navbar--dropdown ul li ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  white-space: nowrap;
}
.navbar--dropdown ul li:hover {
  background-color: #393a78;
}
.navbar--dropdown ul li:hover ul {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s, opacity 0.3s 0.2s;
}
.navbar--dropdown ul li:hover ul li {
  background-color: #393a78;
}
.navbar--center ul {
  justify-content: center;
}
.navbar--right ul {
  justify-content: flex-end;
}

/* WP-Pagenavi  */
.pagination {
  font-size: 14px;
  font-weight: 700;
  margin: 30px 0;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid var(--strawberry-accent-color);
}
.pagination .wp-pagenavi > span, .pagination .wp-pagenavi > a {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  color: #000;
  border-radius: 5px;
}
.pagination .wp-pagenavi a:hover {
  background-color: #efefef;
}
.pagination .wp-pagenavi .current {
  background-color: var(--strawberry-accent-color);
  color: var(--strawberry-text-color);
}
@media (max-width: 970px) {
  .pagination .wp-pagenavi .pages, .pagination .wp-pagenavi .extend, .pagination .wp-pagenavi .last {
    display: none;
  }
  .pagination .wp-pagenavi a.page:nth-of-type(n+5) {
    display: none;
  }
}

.bars {
  display: inline-block;
  z-index: 9999;
}
.bars label {
  display: block;
  height: 20px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bars span {
  flex: 1;
}
.bars span.lines {
  display: block;
  width: 25px;
  height: 2px;
  position: relative;
  background-color: var(--strawberry-bars-color);
  transition: transform 0.3s, width 0.3s;
}
.bars span.lines:before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: var(--strawberry-bars-color);
  position: absolute;
  top: -7px;
  left: 0;
  transition: transform 0.3s, width 0.3s;
  transform-origin: top left;
  transition: all 0.3s;
}
.bars span.lines:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: var(--strawberry-bars-color);
  position: absolute;
  bottom: -7px;
  left: 0;
  transition: transform 0.3s, width 0.3s;
  transform-origin: bottom left;
  transition: all 0.3s;
}

.magnifier {
  display: inline-block;
}
@media (min-width: 971px) {
  .magnifier {
    zoom: 1.2;
  }
}
.magnifier label {
  display: block;
  text-align: center;
  cursor: pointer;
}
.magnifier label span {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--strawberry-magnifier-color);
  border-radius: 100%;
  position: relative;
}
.dark .magnifier label span {
  border: 2px solid var(--strawberry-magnifier-color);
}
.magnifier label span:after {
  content: "";
  display: block;
  width: 2px;
  background-color: var(--strawberry-magnifier-color);
  height: 7px;
  position: absolute;
  top: 9px;
  right: -2px;
  transform: rotate(-45deg);
}
.dark .magnifier label span:after {
  background-color: #fff;
}

.theme_mode #theme_mode_light {
  padding: 5px 10px;
  border-radius: 25px;
  color: #000000;
  background-color: #efefef;
}
.dark .theme_mode #theme_mode_light {
  color: #ffffff;
  background-color: #000000;
}
.theme_mode #theme_mode_dark {
  padding: 5px;
  color: #ffffff;
  border-radius: 25px;
}
.dark .theme_mode #theme_mode_dark {
  background-color: #333333;
}

.switcher {
  display: inline-block;
  width: 30px;
  height: 20px;
  border-radius: 20px;
  background-color: #222;
  position: relative;
  border: 2px solid #222;
  transition: all 0.3s;
}
.switcher:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background-position: right;
}
.dark .switcher {
  background-color: #ffffff;
  transition: all 0.3s;
}
.dark .switcher:after {
  content: "";
  width: 22px;
  height: 16px;
  border-radius: 10px;
  background-color: #222;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='13' height='15' style='background-color:%23ffffff00'%3E%3Cpath fill='%23fff' d='m2.5 0 .772 1.646L5 1.91 3.75 3.19 4.045 5 2.5 4.146.955 5l.295-1.809L0 1.91l1.728-.264L2.5 0ZM4.5 8l1.082 2.304 2.418.37-1.75 1.793L6.663 15 4.5 13.804 2.337 15l.413-2.533L1 10.674l2.418-.37L4.5 8ZM11 3l.618 1.317 1.382.21-1 1.026L12.236 7 11 6.317 9.764 7 10 5.553 9 4.528l1.382-.211L11 3Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 0;
  right: -1px;
  transition: all 0.3s;
}

.swiper-wrapper {
  align-items: center;
}
.swiper-wrapper .swiper-slide {
  max-width: 970px;
  opacity: 0.2;
  text-align: center;
}
.swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-wrapper .swiper-slide img {
  margin: 0 auto;
}
@media (max-width: 970px) {
  .swiper-wrapper .swiper-slide {
    max-width: 80%;
  }
}

@media (min-width: 971px) {
  .logged-in .sam_placeholder {
    position: relative;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    background-color: #efefef;
    width: 100%;
  }
  .logged-in .sam_placeholder:before {
    content: attr(data-name);
    display: block;
    position: absolute;
    top: -16px;
    left: -2px;
    background-color: #a91d7e;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 2px 10px;
  }
}
.modalbox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: var(--strawberry-background-color);
  z-index: 1000000000000000000000000;
  transform: translateY(-1000%);
  opacity: 0;
  vertical-align: middle;
}
.modalbox.visible {
  transform: translateY(0);
  opacity: 1;
  top: 0;
  left: 0;
}
.modalbox__content {
  background-color: transparent;
  padding: 50px 20px;
}
.modalbox__close {
  color: var(--strawberry-text-color);
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.modalbox__close svg {
  fill: #cc0000;
}
.modalbox__close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.modalbox--searchbox {
  height: 90px;
  background-color: #111;
}
.admin-bar .modalbox--searchbox {
  height: 122px;
}
@media (max-width: 970px) {
  .modalbox--searchbox {
    height: 85px;
  }
}
.modalbox--searchbox .modalbox__close {
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--strawberry-accent-color);
  color: var(--strawberry-text-color);
  transition: all 0.3s;
}
.modalbox--searchbox .modalbox__close:hover {
  background-color: white;
  color: #E91E63;
  transition: all 0.3s;
}
.modalbox--searchbox .modalbox__content {
  padding: 25px 0;
}
@media (max-width: 970px) {
  .modalbox--searchbox .modalbox__content {
    padding: 10px 0;
  }
}
.modalbox__form {
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 3px 3px 3px 15px;
}
.modalbox__form .input {
  line-height: 30px;
  font-size: 21px;
  flex: 1;
  color: #111;
}
@media (max-width: 768px) {
  .modalbox__form .input {
    max-width: 160px;
  }
}
.modalbox__form button {
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--strawberry-accent-color);
  color: var(--strawberry-text-color);
  border-radius: 20px;
  padding: 2px 15px;
}

input#searchbox-open {
  visibility: hidden;
  position: absolute;
  top: -10000px;
}
input#searchbox-open:checked + #searchbox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
input#searchbox-open:checked + #searchbox .modalbox {
  display: block;
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.5s, transform 0.3s;
}

.modalbox--pushmenu {
  transform: translate(-300%, 0);
  background-color: rgba(210, 192, 146, 0.9);
  height: auto;
}
@media (min-width: 971px) {
  .modalbox--pushmenu {
    top: 10px;
    bottom: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75);
    background-color: #000000;
  }
}
@media (min-width: 769px) {
  .modalbox--pushmenu {
    top: 109px;
  }
}
@media (max-width: 768px) {
  .modalbox--pushmenu {
    top: 0;
  }
}
.modalbox--pushmenu .modalbox__content {
  background-color: #000000;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  box-shadow: 10px 0px 15px -11px rgba(0, 0, 0, 0.75);
}
.modalbox--pushmenu .modalbox__content::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.modalbox--pushmenu .modalbox__content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 7px;
}
.modalbox--pushmenu .modalbox__content::-webkit-scrollbar-track {
  background: #efefef;
}
@media (max-width: 970px) {
  .modalbox--pushmenu .modalbox__content {
    width: calc(100% - 80px);
    height: 100vh;
    margin: 0;
    overflow: auto;
    padding: 30px 10px;
  }
}
@media (min-width: 971px) {
  .modalbox--pushmenu .modalbox__content {
    width: 340px;
    padding: 20px;
  }
}
.modalbox--pushmenu .modalbox__content .navbar ul {
  font-size: 23px;
}
.modalbox--pushmenu .modalbox__content .navbar ul li a {
  display: block;
  line-height: 2;
  color: #D2C092;
  position: relative;
  overflow: hidden;
  transition: padding-left 0.3s ease-in;
}
.modalbox--pushmenu .modalbox__content .navbar ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) translateX(-100px) rotate(-45deg);
  transition: transform 0.3s ease-in;
}
.modalbox--pushmenu .modalbox__content .navbar ul li a:hover {
  padding-left: 20px;
  transition: padding-left 0.3s ease-in;
}
.modalbox--pushmenu .modalbox__content .navbar ul li a:hover::before {
  transform: translateY(-50%) translateX(0) rotate(-45deg);
  transition: transform 0.3s ease-in;
}
.modalbox--pushmenu .modalbox__content .navbar ul li ul {
  font-size: 18px;
  padding-left: 10px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .modalbox--pushmenu .modalbox__content .navbar ul li ul {
    font-size: 16px;
  }
}
.modalbox--pushmenu .modalbox__content .navbar ul li ul li a {
  padding: 5px 10px;
}
.modalbox--pushmenu .modalbox__content .form {
  margin-bottom: 30px;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: space-between;
}
.modalbox--pushmenu .modalbox__content .form .input {
  font-family: var(--strawberry-title-font);
  font-size: 12px;
  color: #ffffff;
  flex: 1;
  line-height: 2;
  font-size: 16px;
  max-width: calc(100% - 20px);
}
.modalbox--pushmenu .modalbox__content .form .button svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.modalbox--pushmenu .social {
  margin-top: 30px;
  width: 30px;
  position: absolute;
  bottom: 10px;
  right: 16px;
}
@media (max-width: 768px) {
  .modalbox--pushmenu .social {
    right: 24px;
  }
}
.modalbox--pushmenu .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modalbox--pushmenu .social ul li svg {
  width: 30px;
  height: 30px;
}

input#pushmenu-open {
  visibility: hidden;
  position: absolute;
  top: -10000px;
}
input#pushmenu-open:checked + #pushmenu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
input#pushmenu-open:checked + #pushmenu .modalbox {
  max-width: 100%;
  display: block;
  transform: translateX(0);
  opacity: 1;
  transition: opacity 0.5s, transform 0.3s;
}
/*# sourceMappingURL=framework.css.map */
