@import "css/normalize.css";
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./../../../frontendapp-src/src/assets/open-sans-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("./../../../frontendapp-src/src/assets/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("./../../../frontendapp-src/src/assets/open-sans-v17-latin-regular.woff2") format("woff2"), url("./../../../frontendapp-src/src/assets/open-sans-v17-latin-regular.woff") format("woff"), url("./../../../frontendapp-src/src/assets/open-sans-v17-latin-regular.ttf") format("truetype"), url("./../../../frontendapp-src/src/assets/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("./../../../frontendapp-src/src/assets/open-sans-v17-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("./../../../frontendapp-src/src/assets/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("./../../../frontendapp-src/src/assets/open-sans-v17-latin-700.woff2") format("woff2"), url("./../../../frontendapp-src/src/assets/open-sans-v17-latin-700.woff") format("woff"), url("./../../../frontendapp-src/src/assets/open-sans-v17-latin-700.ttf") format("truetype"), url("./../../../frontendapp-src/src/assets/open-sans-v17-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-condensed-300 - latin */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("./../../../frontendapp-src/src/assets/open-sans-condensed-v14-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Condensed Light"), local("OpenSansCondensed-Light"), url("./../../../frontendapp-src/src/assets/open-sans-condensed-v14-latin-300.eot?#iefix") format("embedded-opentype"), url("./../../../frontendapp-src/src/assets/open-sans-condensed-v14-latin-300.woff2") format("woff2"), url("./../../../frontendapp-src/src/assets/open-sans-condensed-v14-latin-300.woff") format("woff"), url("./../../../frontendapp-src/src/assets/open-sans-condensed-v14-latin-300.ttf") format("truetype"), url("./../../../frontendapp-src/src/assets/open-sans-condensed-v14-latin-300.svg#OpenSansCondensed") format("svg");
  /* Legacy iOS */
}
/* open-sans-condensed-700 - latin */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("./../../../frontendapp-src/src/assets/open-sans-condensed-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url("./../../../frontendapp-src/src/assets/open-sans-condensed-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("./../../../frontendapp-src/src/assets/open-sans-condensed-v14-latin-700.woff2") format("woff2"), url("./../../../frontendapp-src/src/assets/open-sans-condensed-v14-latin-700.woff") format("woff"), url("./../../../frontendapp-src/src/assets/open-sans-condensed-v14-latin-700.ttf") format("truetype"), url("./../../../frontendapp-src/src/assets/open-sans-condensed-v14-latin-700.svg#OpenSansCondensed") format("svg");
  /* Legacy iOS */
}
/* COLOR SETTINGS */
.bg-main {
  background-color: #1a1a1a;
}

.bg-main-important {
  background-color: #1a1a1a !important;
}

.color-main {
  color: #1a1a1a;
}
.color-main * {
  color: #1a1a1a;
}

.color-main-important {
  color: #1a1a1a !important;
}
.color-main-important * {
  color: #1a1a1a !important;
}

.border-color-main {
  border-color: #1a1a1a;
}

.border-color-main-important {
  border-color: #1a1a1a !important;
}

.bg-second {
  background-color: #467b37;
}

.bg-second-important {
  background-color: #467b37 !important;
}

.color-second {
  color: #467b37;
}
.color-second * {
  color: #467b37;
}

.color-second-important {
  color: #467b37 !important;
}
.color-second-important * {
  color: #467b37 !important;
}

.border-color-second {
  border-color: #467b37;
}

.border-color-second-important {
  border-color: #467b37 !important;
}

.bg-third {
  background-color: #f4f5f5;
}

.bg-third-important {
  background-color: #f4f5f5 !important;
}

.color-third {
  color: #f4f5f5;
}
.color-third * {
  color: #f4f5f5;
}

.color-third-important {
  color: #f4f5f5 !important;
}
.color-third-important * {
  color: #f4f5f5 !important;
}

.border-color-third {
  border-color: #f4f5f5;
}

.border-color-third-important {
  border-color: #f4f5f5 !important;
}

.bg-third-accent1 {
  background-color: #eaebec;
}

.bg-third-accent1-important {
  background-color: #eaebec !important;
}

.color-third-accent1 {
  color: #eaebec;
}
.color-third-accent1 * {
  color: #eaebec;
}

.color-third-accent1-important {
  color: #eaebec !important;
}
.color-third-accent1-important * {
  color: #eaebec !important;
}

.border-color-third-accent1 {
  border-color: #eaebec;
}

.border-color-third-accent1-important {
  border-color: #eaebec !important;
}

.bg-third-accent2 {
  background-color: #adaeb5;
}

.bg-third-accent2-important {
  background-color: #adaeb5 !important;
}

.color-third-accent2 {
  color: #adaeb5;
}
.color-third-accent2 * {
  color: #adaeb5;
}

.color-third-accent2-important {
  color: #adaeb5 !important;
}
.color-third-accent2-important * {
  color: #adaeb5 !important;
}

.border-color-third-accent2 {
  border-color: #adaeb5;
}

.border-color-third-accent2-important {
  border-color: #adaeb5 !important;
}

.bg-fourth {
  background-color: #00aece;
}

.bg-fourth-important {
  background-color: #00aece !important;
}

.color-fourth {
  color: #00aece;
}
.color-fourth * {
  color: #00aece;
}

.color-fourth-important {
  color: #00aece !important;
}
.color-fourth-important * {
  color: #00aece !important;
}

.border-color-fourth {
  border-color: #00aece;
}

.border-color-fourth-important {
  border-color: #00aece !important;
}

.bg-fifth {
  background-color: #aaaaaa;
}

.bg-fifth-important {
  background-color: #aaaaaa !important;
}

.color-fifth {
  color: #aaaaaa;
}
.color-fifth * {
  color: #aaaaaa;
}

.color-fifth-important {
  color: #aaaaaa !important;
}
.color-fifth-important * {
  color: #aaaaaa !important;
}

.border-color-fifth {
  border-color: #aaaaaa;
}

.border-color-fifth-important {
  border-color: #aaaaaa !important;
}

.bg-sixth {
  background-color: #ecebdd;
}

.bg-sixth-important {
  background-color: #ecebdd !important;
}

.color-sixth {
  color: #ecebdd;
}
.color-sixth * {
  color: #ecebdd;
}

.color-sixth-important {
  color: #ecebdd !important;
}
.color-sixth-important * {
  color: #ecebdd !important;
}

.border-color-sixth {
  border-color: #ecebdd;
}

.border-color-sixth-important {
  border-color: #ecebdd !important;
}

.bg-inverted {
  background-color: white;
}

.bg-inverted-important {
  background-color: white !important;
}

.color-inverted {
  color: white;
}
.color-inverted * {
  color: white;
}

.color-inverted-important {
  color: white !important;
}
.color-inverted-important * {
  color: white !important;
}

.border-color-inverted {
  border-color: white;
}

.border-color-inverted-important {
  border-color: white !important;
}

.bg-dark {
  background-color: #000000;
}

.bg-dark-important {
  background-color: #000000 !important;
}

.color-dark {
  color: #000000;
}
.color-dark * {
  color: #000000;
}

.color-dark-important {
  color: #000000 !important;
}
.color-dark-important * {
  color: #000000 !important;
}

.border-color-dark {
  border-color: #000000;
}

.border-color-dark-important {
  border-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent;
}

.bg-transparent-important {
  background-color: transparent !important;
}

.color-transparent {
  color: transparent;
}
.color-transparent * {
  color: transparent;
}

.color-transparent-important {
  color: transparent !important;
}
.color-transparent-important * {
  color: transparent !important;
}

.border-color-transparent {
  border-color: transparent;
}

.border-color-transparent-important {
  border-color: transparent !important;
}

/* PAGE SETTINGS */
/* DEFAULT AUTO RESIZE TEXT SIZES */
/* 60px to 40px */
/* 60px to 30px */
/* 56px to 40px */
/* 48px to 38px */
/* 42px to 32px */
/* 40px to 30px */
/* 40px to 20px */
/* 38px to 34px */
/* 38px to 28px */
/* 37px to 28px */
/* 33px to 24px */
/* 30px to 24px */
/* 28px to 26px */
/* 24px to 18px */
/* 22px to 18px */
/* 20px to 18px */
/* 20px to 10px */
/* 18px to 16px */
/* 18px to 14px */
/* 16px to 14px */
/* 15px to 13px */
/*wichtig fuer rem*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Open Sans", sans-serif;
}

html, body {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  font-weight: lighter;
  overflow-x: hidden;
}

body {
  background-color: white;
  background-repeat: repeat;
  background-size: auto;
  background-position: left top;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-text-size-adjust: none;
  image-rendering: auto !important;
  width: 100% !important;
  margin: 0 auto !important;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
}

h1, h1 a, h1 p, .h1lookalike, .h1lookalike a, .h1lookalike p {
  font-family: "Open Sans", sans-serif;
  color: #467b37;
  font-size: clamp(1.875rem, calc(1.5361rem + 1.5060vw), 2.5rem);
  line-height: 1.3;
  font-weight: bolder;
  margin: 0;
  margin-top: 0;
  margin-bottom: clamp(1.125rem, calc(0.9217rem + 0.9036vw), 1.5rem);
  text-align: left;
  text-transform: uppercase;
  hyphens: none;
  position: relative;
}
@media screen and (max-width: 480px) {
  h1, h1 a, h1 p, .h1lookalike, .h1lookalike a, .h1lookalike p {
    font-size: 22px;
    line-height: 26px;
  }
}
h1.border-white, h1 a.border-white, h1 p.border-white, .h1lookalike.border-white, .h1lookalike a.border-white, .h1lookalike p.border-white {
  border-color: white;
}
h1.style2, h1 a.style2, h1 p.style2, .h1lookalike.style2, .h1lookalike a.style2, .h1lookalike p.style2 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2, h2 a, h2 p, .h2lookalike, .h2lookalike a, .h2lookalike p {
  font-family: "Open Sans", sans-serif;
  color: #467b37;
  font-size: clamp(1.125rem, calc(0.9895rem + 0.6024vw), 1.375rem);
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: clamp(1.125rem, calc(1.0572rem + 0.3012vw), 1.25rem);
  text-align: left;
  text-transform: uppercase;
  hyphens: none;
  letter-spacing: normal;
}
@media screen and (max-width: 480px) {
  h2, h2 a, h2 p, .h2lookalike, .h2lookalike a, .h2lookalike p {
    font-size: 20px;
    line-height: 24px;
  }
}

h3, h3 a, h3 p, .h3lookalike, .h3lookalike a, .h3lookalike p {
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  font-size: clamp(0.875rem, calc(0.8072rem + 0.3012vw), 1rem);
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: clamp(0.625rem, calc(0.2861rem + 1.5060vw), 1.25rem);
  hyphens: none;
}

a, p, a p, label, body, button, input[type=text], input[type=password], input[type=date], textarea, select {
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  font-size: clamp(0.875rem, calc(0.8072rem + 0.3012vw), 1rem);
  line-height: 1.6;
  font-weight: normal;
  margin: 0;
  hyphens: none;
}

p {
  font-weight: 400;
  margin-bottom: clamp(0.625rem, 0.938rem ,1.25rem);
}

a {
  font-size: clamp(0.875rem, calc(0.8072rem + 0.3012vw), 1rem);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  color: #467b37;
}
a > * {
  font-style: normal;
}

picture {
  vertical-align: bottom;
  display: block;
}

img:not(p img) {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

b, strong {
  font-weight: bold;
}

hr {
  color: white;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  hr {
    margin-bottom: 30px;
  }
}

#siteobjects-middle ul, #siteobjects-middle ol {
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  font-size: clamp(0.875rem, calc(0.8072rem + 0.3012vw), 1rem);
  line-height: 1.6;
  font-weight: normal;
  margin: 0;
  hyphens: auto;
  box-sizing: border-box;
  list-style-position: outside;
  margin-left: 18px;
}
.abstand-seitenraender {
  padding-left: clamp(2.5rem, 1.5vw, 2.5rem);
  padding-right: clamp(2.5rem, 1.5vw, 2.5rem);
}
@media all and (min-width: calc(1024px + 2.5rem)) {
  .abstand-seitenraender {
    padding-left: 0;
    padding-right: 0;
  }
}

.abstand-smaller {
  padding: 0.625rem;
}

.abstand-smaller-top {
  padding-top: 0.625rem;
}

.abstand-smaller-bottom {
  padding-top: 0.625rem;
}

.abstand-smaller-left {
  padding-left: 0.625rem;
}

.abstand-smaller-right {
  padding-right: 0.625rem;
}

.abstand-small {
  padding: 1.25rem;
}

.abstand-small-top {
  padding-top: 1.25rem;
}

.abstand-small-bottom {
  padding-top: 1.25rem;
}

.abstand-small-left {
  padding-left: 1.25rem;
}

.abstand-small-right {
  padding-right: 1.25rem;
}

.abstand-normal {
  padding: 2.5rem;
}

.abstand-normal-top {
  padding-top: 2.5rem;
}

.abstand-normal-bottom {
  padding-top: 2.5rem;
}

.abstand-normal-left {
  padding-left: 2.5rem;
}

.abstand-normal-right {
  padding-right: 2.5rem;
}

.abstand-big {
  padding: 3.75rem;
}

.abstand-big-top {
  padding-top: 3.75rem;
}

.abstand-big-bottom {
  padding-top: 3.75rem;
}

.abstand-big-left {
  padding-left: 3.75rem;
}

.abstand-big-right {
  padding-right: 3.75rem;
}

.ausrichtung {
  margin: 0 auto;
  max-width: 1380px;
  box-sizing: border-box;
}

.ausrichtung-inner {
  max-width: 1104px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: calc(1024px + 2.5rem)) {
  .ausrichtung-inner {
    max-width: 1104px;
  }
}
@media all and (min-width: 768px) {
  .ausrichtung-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.ausrichtung-inner-small {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ausrichtung-outer {
  margin: 0 auto;
  max-width: 1800px;
  box-sizing: border-box;
}

.button, button {
  display: inline-block;
  width: auto;
  padding: 0.625rem 1.25rem;
  font-weight: bold;
  font-size: clamp(1rem, calc(0.9322rem + 0.3012vw), 1.125rem);
  line-height: 1.2;
  color: white;
  font-family: "Open Sans", sans-serif;
  border: 0px solid #467b37;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  background-color: #467b37;
  cursor: pointer;
  transition: all ease 0.3s;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  letter-spacing: unset;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-top: 20px;
  margin-right: 10px;
  min-height: 40px;
}
@media screen and (min-width: 1024px) {
  .button, button {
    padding: 0.625rem 2.5rem;
  }
}
.button.button2, button.button2 {
  background-color: #f4f5f5;
  color: #467b37;
}
.button.internal:before, button.internal:before {
  vertical-align: baseline;
  background-image: url("img/icons/schmorrde-arrow-right-invert.svg") !important;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.button.external:before, button.external:before {
  vertical-align: baseline;
  background-image: url("img/icons/schmorrde-arrow-up-right-invert.svg") !important;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.button.shopping:before, button.shopping:before {
  vertical-align: text-top;
  background-image: url("img/icons/schmorrde-icon-shop-invert.svg") !important;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.button.download:before, button.download:before {
  vertical-align: text-top;
  background-image: url("img/icons/schmorrde-icon-download-invert.svg") !important;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

i.button:after {
  display: block;
  content: "";
  border-bottom: 0;
  width: auto;
  position: relative;
  bottom: unset;
}

.box-table {
  display: table;
}
.box-table .box-row {
  display: table-row;
}
.box-table .box-row .box-cell {
  display: table-cell;
}
.box-table .box-row .box-cell .box-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.copyrighttext {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 9px;
  line-height: 1.1;
  text-shadow: 0 0 3px #000;
  padding: 5px;
  padding-bottom: 5px;
  text-align: right;
}

.bildunterschrift {
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  margin-top: 10px;
}

.grid-column-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
}

.grid-column-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}

.grid-column-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}

.grid-column-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}

.grid-column-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
}

.grid-column-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
}

.gap-abstand-smaller {
  gap: 0.625rem;
}

.gap-abstand-small {
  gap: 1.25rem;
}

.gap-abstand-normal {
  gap: 2.5rem;
}

.gap-abstand-big {
  gap: 3.75rem;
}

.font-family-main {
  font-family: "Open Sans", sans-serif;
}

.font-family-main-serif {
  font-family: "Open Sans", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.font-size-text {
  font-size: clamp(0.875rem, calc(0.8072rem + 0.3012vw), 1rem);
}

.font-size-text-small {
  font-size: clamp(1rem, calc(0.9322rem + 0.3012vw), 1.125rem);
}

.font-size-text-big {
  font-size: clamp(1.125rem, calc(0.9895rem + 0.6024vw), 1.375rem);
}

.font-size-text-bigger {
  font-size: clamp(1.125rem, calc(0.9217rem + 0.9036vw), 1.5rem);
}

.letter-spacing-text {
  letter-spacing: 1px;
}

.text-shadow {
  text-shadow: -2px 2px 8px rgba(0, 0, 0, 0.65);
}

.bold {
  font-weight: bold;
}

.object-fit-center-center {
  object-fit: cover;
  object-position: center center;
}

.h-auto {
  height: auto;
}

.h-auto-important {
  height: auto !important;
}

.w-auto {
  width: auto;
}

.w-auto-important {
  width: auto !important;
}

.max-w-ausrichtung {
  max-width: 1380px;
}

.max-w-ausrichtung-inner {
  max-width: 1024px;
}

.max-w-ausrichtung-inner-small {
  max-width: 900px;
}

.w-0 {
  width: 0%;
}

.max-w-0 {
  max-width: 0%;
}

.w-0-px {
  width: 0px;
}

.w-0-px {
  width: 0px;
}

.max-w-0-px {
  max-width: 0px;
}

.h-0 {
  height: 0%;
}

.h-0-px {
  height: 0px;
}

.h-0-px {
  height: 0px;
}

.max-h-0 {
  max-height: 0%;
}

.max-h-0-px {
  max-height: 0px;
}

.w-1 {
  width: 1%;
}

.max-w-1 {
  max-width: 1%;
}

.w-1-px {
  width: 1px;
}

.w-10-px {
  width: 10px;
}

.max-w-10-px {
  max-width: 10px;
}

.h-1 {
  height: 1%;
}

.h-1-px {
  height: 1px;
}

.h-10-px {
  height: 10px;
}

.max-h-1 {
  max-height: 1%;
}

.max-h-10-px {
  max-height: 10px;
}

.w-2 {
  width: 2%;
}

.max-w-2 {
  max-width: 2%;
}

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

.w-20-px {
  width: 20px;
}

.max-w-20-px {
  max-width: 20px;
}

.h-2 {
  height: 2%;
}

.h-2-px {
  height: 2px;
}

.h-20-px {
  height: 20px;
}

.max-h-2 {
  max-height: 2%;
}

.max-h-20-px {
  max-height: 20px;
}

.w-3 {
  width: 3%;
}

.max-w-3 {
  max-width: 3%;
}

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

.w-30-px {
  width: 30px;
}

.max-w-30-px {
  max-width: 30px;
}

.h-3 {
  height: 3%;
}

.h-3-px {
  height: 3px;
}

.h-30-px {
  height: 30px;
}

.max-h-3 {
  max-height: 3%;
}

.max-h-30-px {
  max-height: 30px;
}

.w-4 {
  width: 4%;
}

.max-w-4 {
  max-width: 4%;
}

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

.w-40-px {
  width: 40px;
}

.max-w-40-px {
  max-width: 40px;
}

.h-4 {
  height: 4%;
}

.h-4-px {
  height: 4px;
}

.h-40-px {
  height: 40px;
}

.max-h-4 {
  max-height: 4%;
}

.max-h-40-px {
  max-height: 40px;
}

.w-5 {
  width: 5%;
}

.max-w-5 {
  max-width: 5%;
}

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

.w-50-px {
  width: 50px;
}

.max-w-50-px {
  max-width: 50px;
}

.h-5 {
  height: 5%;
}

.h-5-px {
  height: 5px;
}

.h-50-px {
  height: 50px;
}

.max-h-5 {
  max-height: 5%;
}

.max-h-50-px {
  max-height: 50px;
}

.w-6 {
  width: 6%;
}

.max-w-6 {
  max-width: 6%;
}

.w-6-px {
  width: 6px;
}

.w-60-px {
  width: 60px;
}

.max-w-60-px {
  max-width: 60px;
}

.h-6 {
  height: 6%;
}

.h-6-px {
  height: 6px;
}

.h-60-px {
  height: 60px;
}

.max-h-6 {
  max-height: 6%;
}

.max-h-60-px {
  max-height: 60px;
}

.w-7 {
  width: 7%;
}

.max-w-7 {
  max-width: 7%;
}

.w-7-px {
  width: 7px;
}

.w-70-px {
  width: 70px;
}

.max-w-70-px {
  max-width: 70px;
}

.h-7 {
  height: 7%;
}

.h-7-px {
  height: 7px;
}

.h-70-px {
  height: 70px;
}

.max-h-7 {
  max-height: 7%;
}

.max-h-70-px {
  max-height: 70px;
}

.w-8 {
  width: 8%;
}

.max-w-8 {
  max-width: 8%;
}

.w-8-px {
  width: 8px;
}

.w-80-px {
  width: 80px;
}

.max-w-80-px {
  max-width: 80px;
}

.h-8 {
  height: 8%;
}

.h-8-px {
  height: 8px;
}

.h-80-px {
  height: 80px;
}

.max-h-8 {
  max-height: 8%;
}

.max-h-80-px {
  max-height: 80px;
}

.w-9 {
  width: 9%;
}

.max-w-9 {
  max-width: 9%;
}

.w-9-px {
  width: 9px;
}

.w-90-px {
  width: 90px;
}

.max-w-90-px {
  max-width: 90px;
}

.h-9 {
  height: 9%;
}

.h-9-px {
  height: 9px;
}

.h-90-px {
  height: 90px;
}

.max-h-9 {
  max-height: 9%;
}

.max-h-90-px {
  max-height: 90px;
}

.w-10 {
  width: 10%;
}

.max-w-10 {
  max-width: 10%;
}

.w-10-px {
  width: 10px;
}

.w-100-px {
  width: 100px;
}

.max-w-100-px {
  max-width: 100px;
}

.h-10 {
  height: 10%;
}

.h-10-px {
  height: 10px;
}

.h-100-px {
  height: 100px;
}

.max-h-10 {
  max-height: 10%;
}

.max-h-100-px {
  max-height: 100px;
}

.w-11 {
  width: 11%;
}

.max-w-11 {
  max-width: 11%;
}

.w-11-px {
  width: 11px;
}

.w-110-px {
  width: 110px;
}

.max-w-110-px {
  max-width: 110px;
}

.h-11 {
  height: 11%;
}

.h-11-px {
  height: 11px;
}

.h-110-px {
  height: 110px;
}

.max-h-11 {
  max-height: 11%;
}

.max-h-110-px {
  max-height: 110px;
}

.w-12 {
  width: 12%;
}

.max-w-12 {
  max-width: 12%;
}

.w-12-px {
  width: 12px;
}

.w-120-px {
  width: 120px;
}

.max-w-120-px {
  max-width: 120px;
}

.h-12 {
  height: 12%;
}

.h-12-px {
  height: 12px;
}

.h-120-px {
  height: 120px;
}

.max-h-12 {
  max-height: 12%;
}

.max-h-120-px {
  max-height: 120px;
}

.w-13 {
  width: 13%;
}

.max-w-13 {
  max-width: 13%;
}

.w-13-px {
  width: 13px;
}

.w-130-px {
  width: 130px;
}

.max-w-130-px {
  max-width: 130px;
}

.h-13 {
  height: 13%;
}

.h-13-px {
  height: 13px;
}

.h-130-px {
  height: 130px;
}

.max-h-13 {
  max-height: 13%;
}

.max-h-130-px {
  max-height: 130px;
}

.w-14 {
  width: 14%;
}

.max-w-14 {
  max-width: 14%;
}

.w-14-px {
  width: 14px;
}

.w-140-px {
  width: 140px;
}

.max-w-140-px {
  max-width: 140px;
}

.h-14 {
  height: 14%;
}

.h-14-px {
  height: 14px;
}

.h-140-px {
  height: 140px;
}

.max-h-14 {
  max-height: 14%;
}

.max-h-140-px {
  max-height: 140px;
}

.w-15 {
  width: 15%;
}

.max-w-15 {
  max-width: 15%;
}

.w-15-px {
  width: 15px;
}

.w-150-px {
  width: 150px;
}

.max-w-150-px {
  max-width: 150px;
}

.h-15 {
  height: 15%;
}

.h-15-px {
  height: 15px;
}

.h-150-px {
  height: 150px;
}

.max-h-15 {
  max-height: 15%;
}

.max-h-150-px {
  max-height: 150px;
}

.w-16 {
  width: 16%;
}

.max-w-16 {
  max-width: 16%;
}

.w-16-px {
  width: 16px;
}

.w-160-px {
  width: 160px;
}

.max-w-160-px {
  max-width: 160px;
}

.h-16 {
  height: 16%;
}

.h-16-px {
  height: 16px;
}

.h-160-px {
  height: 160px;
}

.max-h-16 {
  max-height: 16%;
}

.max-h-160-px {
  max-height: 160px;
}

.w-17 {
  width: 17%;
}

.max-w-17 {
  max-width: 17%;
}

.w-17-px {
  width: 17px;
}

.w-170-px {
  width: 170px;
}

.max-w-170-px {
  max-width: 170px;
}

.h-17 {
  height: 17%;
}

.h-17-px {
  height: 17px;
}

.h-170-px {
  height: 170px;
}

.max-h-17 {
  max-height: 17%;
}

.max-h-170-px {
  max-height: 170px;
}

.w-18 {
  width: 18%;
}

.max-w-18 {
  max-width: 18%;
}

.w-18-px {
  width: 18px;
}

.w-180-px {
  width: 180px;
}

.max-w-180-px {
  max-width: 180px;
}

.h-18 {
  height: 18%;
}

.h-18-px {
  height: 18px;
}

.h-180-px {
  height: 180px;
}

.max-h-18 {
  max-height: 18%;
}

.max-h-180-px {
  max-height: 180px;
}

.w-19 {
  width: 19%;
}

.max-w-19 {
  max-width: 19%;
}

.w-19-px {
  width: 19px;
}

.w-190-px {
  width: 190px;
}

.max-w-190-px {
  max-width: 190px;
}

.h-19 {
  height: 19%;
}

.h-19-px {
  height: 19px;
}

.h-190-px {
  height: 190px;
}

.max-h-19 {
  max-height: 19%;
}

.max-h-190-px {
  max-height: 190px;
}

.w-20 {
  width: 20%;
}

.max-w-20 {
  max-width: 20%;
}

.w-20-px {
  width: 20px;
}

.w-200-px {
  width: 200px;
}

.max-w-200-px {
  max-width: 200px;
}

.h-20 {
  height: 20%;
}

.h-20-px {
  height: 20px;
}

.h-200-px {
  height: 200px;
}

.max-h-20 {
  max-height: 20%;
}

.max-h-200-px {
  max-height: 200px;
}

.w-21 {
  width: 21%;
}

.max-w-21 {
  max-width: 21%;
}

.w-21-px {
  width: 21px;
}

.w-210-px {
  width: 210px;
}

.max-w-210-px {
  max-width: 210px;
}

.h-21 {
  height: 21%;
}

.h-21-px {
  height: 21px;
}

.h-210-px {
  height: 210px;
}

.max-h-21 {
  max-height: 21%;
}

.max-h-210-px {
  max-height: 210px;
}

.w-22 {
  width: 22%;
}

.max-w-22 {
  max-width: 22%;
}

.w-22-px {
  width: 22px;
}

.w-220-px {
  width: 220px;
}

.max-w-220-px {
  max-width: 220px;
}

.h-22 {
  height: 22%;
}

.h-22-px {
  height: 22px;
}

.h-220-px {
  height: 220px;
}

.max-h-22 {
  max-height: 22%;
}

.max-h-220-px {
  max-height: 220px;
}

.w-23 {
  width: 23%;
}

.max-w-23 {
  max-width: 23%;
}

.w-23-px {
  width: 23px;
}

.w-230-px {
  width: 230px;
}

.max-w-230-px {
  max-width: 230px;
}

.h-23 {
  height: 23%;
}

.h-23-px {
  height: 23px;
}

.h-230-px {
  height: 230px;
}

.max-h-23 {
  max-height: 23%;
}

.max-h-230-px {
  max-height: 230px;
}

.w-24 {
  width: 24%;
}

.max-w-24 {
  max-width: 24%;
}

.w-24-px {
  width: 24px;
}

.w-240-px {
  width: 240px;
}

.max-w-240-px {
  max-width: 240px;
}

.h-24 {
  height: 24%;
}

.h-24-px {
  height: 24px;
}

.h-240-px {
  height: 240px;
}

.max-h-24 {
  max-height: 24%;
}

.max-h-240-px {
  max-height: 240px;
}

.w-25 {
  width: 25%;
}

.max-w-25 {
  max-width: 25%;
}

.w-25-px {
  width: 25px;
}

.w-250-px {
  width: 250px;
}

.max-w-250-px {
  max-width: 250px;
}

.h-25 {
  height: 25%;
}

.h-25-px {
  height: 25px;
}

.h-250-px {
  height: 250px;
}

.max-h-25 {
  max-height: 25%;
}

.max-h-250-px {
  max-height: 250px;
}

.w-26 {
  width: 26%;
}

.max-w-26 {
  max-width: 26%;
}

.w-26-px {
  width: 26px;
}

.w-260-px {
  width: 260px;
}

.max-w-260-px {
  max-width: 260px;
}

.h-26 {
  height: 26%;
}

.h-26-px {
  height: 26px;
}

.h-260-px {
  height: 260px;
}

.max-h-26 {
  max-height: 26%;
}

.max-h-260-px {
  max-height: 260px;
}

.w-27 {
  width: 27%;
}

.max-w-27 {
  max-width: 27%;
}

.w-27-px {
  width: 27px;
}

.w-270-px {
  width: 270px;
}

.max-w-270-px {
  max-width: 270px;
}

.h-27 {
  height: 27%;
}

.h-27-px {
  height: 27px;
}

.h-270-px {
  height: 270px;
}

.max-h-27 {
  max-height: 27%;
}

.max-h-270-px {
  max-height: 270px;
}

.w-28 {
  width: 28%;
}

.max-w-28 {
  max-width: 28%;
}

.w-28-px {
  width: 28px;
}

.w-280-px {
  width: 280px;
}

.max-w-280-px {
  max-width: 280px;
}

.h-28 {
  height: 28%;
}

.h-28-px {
  height: 28px;
}

.h-280-px {
  height: 280px;
}

.max-h-28 {
  max-height: 28%;
}

.max-h-280-px {
  max-height: 280px;
}

.w-29 {
  width: 29%;
}

.max-w-29 {
  max-width: 29%;
}

.w-29-px {
  width: 29px;
}

.w-290-px {
  width: 290px;
}

.max-w-290-px {
  max-width: 290px;
}

.h-29 {
  height: 29%;
}

.h-29-px {
  height: 29px;
}

.h-290-px {
  height: 290px;
}

.max-h-29 {
  max-height: 29%;
}

.max-h-290-px {
  max-height: 290px;
}

.w-30 {
  width: 30%;
}

.max-w-30 {
  max-width: 30%;
}

.w-30-px {
  width: 30px;
}

.w-300-px {
  width: 300px;
}

.max-w-300-px {
  max-width: 300px;
}

.h-30 {
  height: 30%;
}

.h-30-px {
  height: 30px;
}

.h-300-px {
  height: 300px;
}

.max-h-30 {
  max-height: 30%;
}

.max-h-300-px {
  max-height: 300px;
}

.w-31 {
  width: 31%;
}

.max-w-31 {
  max-width: 31%;
}

.w-31-px {
  width: 31px;
}

.w-310-px {
  width: 310px;
}

.max-w-310-px {
  max-width: 310px;
}

.h-31 {
  height: 31%;
}

.h-31-px {
  height: 31px;
}

.h-310-px {
  height: 310px;
}

.max-h-31 {
  max-height: 31%;
}

.max-h-310-px {
  max-height: 310px;
}

.w-32 {
  width: 32%;
}

.max-w-32 {
  max-width: 32%;
}

.w-32-px {
  width: 32px;
}

.w-320-px {
  width: 320px;
}

.max-w-320-px {
  max-width: 320px;
}

.h-32 {
  height: 32%;
}

.h-32-px {
  height: 32px;
}

.h-320-px {
  height: 320px;
}

.max-h-32 {
  max-height: 32%;
}

.max-h-320-px {
  max-height: 320px;
}

.w-33 {
  width: 33%;
}

.max-w-33 {
  max-width: 33%;
}

.w-33-px {
  width: 33px;
}

.w-330-px {
  width: 330px;
}

.max-w-330-px {
  max-width: 330px;
}

.h-33 {
  height: 33%;
}

.h-33-px {
  height: 33px;
}

.h-330-px {
  height: 330px;
}

.max-h-33 {
  max-height: 33%;
}

.max-h-330-px {
  max-height: 330px;
}

.w-34 {
  width: 34%;
}

.max-w-34 {
  max-width: 34%;
}

.w-34-px {
  width: 34px;
}

.w-340-px {
  width: 340px;
}

.max-w-340-px {
  max-width: 340px;
}

.h-34 {
  height: 34%;
}

.h-34-px {
  height: 34px;
}

.h-340-px {
  height: 340px;
}

.max-h-34 {
  max-height: 34%;
}

.max-h-340-px {
  max-height: 340px;
}

.w-35 {
  width: 35%;
}

.max-w-35 {
  max-width: 35%;
}

.w-35-px {
  width: 35px;
}

.w-350-px {
  width: 350px;
}

.max-w-350-px {
  max-width: 350px;
}

.h-35 {
  height: 35%;
}

.h-35-px {
  height: 35px;
}

.h-350-px {
  height: 350px;
}

.max-h-35 {
  max-height: 35%;
}

.max-h-350-px {
  max-height: 350px;
}

.w-36 {
  width: 36%;
}

.max-w-36 {
  max-width: 36%;
}

.w-36-px {
  width: 36px;
}

.w-360-px {
  width: 360px;
}

.max-w-360-px {
  max-width: 360px;
}

.h-36 {
  height: 36%;
}

.h-36-px {
  height: 36px;
}

.h-360-px {
  height: 360px;
}

.max-h-36 {
  max-height: 36%;
}

.max-h-360-px {
  max-height: 360px;
}

.w-37 {
  width: 37%;
}

.max-w-37 {
  max-width: 37%;
}

.w-37-px {
  width: 37px;
}

.w-370-px {
  width: 370px;
}

.max-w-370-px {
  max-width: 370px;
}

.h-37 {
  height: 37%;
}

.h-37-px {
  height: 37px;
}

.h-370-px {
  height: 370px;
}

.max-h-37 {
  max-height: 37%;
}

.max-h-370-px {
  max-height: 370px;
}

.w-38 {
  width: 38%;
}

.max-w-38 {
  max-width: 38%;
}

.w-38-px {
  width: 38px;
}

.w-380-px {
  width: 380px;
}

.max-w-380-px {
  max-width: 380px;
}

.h-38 {
  height: 38%;
}

.h-38-px {
  height: 38px;
}

.h-380-px {
  height: 380px;
}

.max-h-38 {
  max-height: 38%;
}

.max-h-380-px {
  max-height: 380px;
}

.w-39 {
  width: 39%;
}

.max-w-39 {
  max-width: 39%;
}

.w-39-px {
  width: 39px;
}

.w-390-px {
  width: 390px;
}

.max-w-390-px {
  max-width: 390px;
}

.h-39 {
  height: 39%;
}

.h-39-px {
  height: 39px;
}

.h-390-px {
  height: 390px;
}

.max-h-39 {
  max-height: 39%;
}

.max-h-390-px {
  max-height: 390px;
}

.w-40 {
  width: 40%;
}

.max-w-40 {
  max-width: 40%;
}

.w-40-px {
  width: 40px;
}

.w-400-px {
  width: 400px;
}

.max-w-400-px {
  max-width: 400px;
}

.h-40 {
  height: 40%;
}

.h-40-px {
  height: 40px;
}

.h-400-px {
  height: 400px;
}

.max-h-40 {
  max-height: 40%;
}

.max-h-400-px {
  max-height: 400px;
}

.w-41 {
  width: 41%;
}

.max-w-41 {
  max-width: 41%;
}

.w-41-px {
  width: 41px;
}

.w-410-px {
  width: 410px;
}

.max-w-410-px {
  max-width: 410px;
}

.h-41 {
  height: 41%;
}

.h-41-px {
  height: 41px;
}

.h-410-px {
  height: 410px;
}

.max-h-41 {
  max-height: 41%;
}

.max-h-410-px {
  max-height: 410px;
}

.w-42 {
  width: 42%;
}

.max-w-42 {
  max-width: 42%;
}

.w-42-px {
  width: 42px;
}

.w-420-px {
  width: 420px;
}

.max-w-420-px {
  max-width: 420px;
}

.h-42 {
  height: 42%;
}

.h-42-px {
  height: 42px;
}

.h-420-px {
  height: 420px;
}

.max-h-42 {
  max-height: 42%;
}

.max-h-420-px {
  max-height: 420px;
}

.w-43 {
  width: 43%;
}

.max-w-43 {
  max-width: 43%;
}

.w-43-px {
  width: 43px;
}

.w-430-px {
  width: 430px;
}

.max-w-430-px {
  max-width: 430px;
}

.h-43 {
  height: 43%;
}

.h-43-px {
  height: 43px;
}

.h-430-px {
  height: 430px;
}

.max-h-43 {
  max-height: 43%;
}

.max-h-430-px {
  max-height: 430px;
}

.w-44 {
  width: 44%;
}

.max-w-44 {
  max-width: 44%;
}

.w-44-px {
  width: 44px;
}

.w-440-px {
  width: 440px;
}

.max-w-440-px {
  max-width: 440px;
}

.h-44 {
  height: 44%;
}

.h-44-px {
  height: 44px;
}

.h-440-px {
  height: 440px;
}

.max-h-44 {
  max-height: 44%;
}

.max-h-440-px {
  max-height: 440px;
}

.w-45 {
  width: 45%;
}

.max-w-45 {
  max-width: 45%;
}

.w-45-px {
  width: 45px;
}

.w-450-px {
  width: 450px;
}

.max-w-450-px {
  max-width: 450px;
}

.h-45 {
  height: 45%;
}

.h-45-px {
  height: 45px;
}

.h-450-px {
  height: 450px;
}

.max-h-45 {
  max-height: 45%;
}

.max-h-450-px {
  max-height: 450px;
}

.w-46 {
  width: 46%;
}

.max-w-46 {
  max-width: 46%;
}

.w-46-px {
  width: 46px;
}

.w-460-px {
  width: 460px;
}

.max-w-460-px {
  max-width: 460px;
}

.h-46 {
  height: 46%;
}

.h-46-px {
  height: 46px;
}

.h-460-px {
  height: 460px;
}

.max-h-46 {
  max-height: 46%;
}

.max-h-460-px {
  max-height: 460px;
}

.w-47 {
  width: 47%;
}

.max-w-47 {
  max-width: 47%;
}

.w-47-px {
  width: 47px;
}

.w-470-px {
  width: 470px;
}

.max-w-470-px {
  max-width: 470px;
}

.h-47 {
  height: 47%;
}

.h-47-px {
  height: 47px;
}

.h-470-px {
  height: 470px;
}

.max-h-47 {
  max-height: 47%;
}

.max-h-470-px {
  max-height: 470px;
}

.w-48 {
  width: 48%;
}

.max-w-48 {
  max-width: 48%;
}

.w-48-px {
  width: 48px;
}

.w-480-px {
  width: 480px;
}

.max-w-480-px {
  max-width: 480px;
}

.h-48 {
  height: 48%;
}

.h-48-px {
  height: 48px;
}

.h-480-px {
  height: 480px;
}

.max-h-48 {
  max-height: 48%;
}

.max-h-480-px {
  max-height: 480px;
}

.w-49 {
  width: 49%;
}

.max-w-49 {
  max-width: 49%;
}

.w-49-px {
  width: 49px;
}

.w-490-px {
  width: 490px;
}

.max-w-490-px {
  max-width: 490px;
}

.h-49 {
  height: 49%;
}

.h-49-px {
  height: 49px;
}

.h-490-px {
  height: 490px;
}

.max-h-49 {
  max-height: 49%;
}

.max-h-490-px {
  max-height: 490px;
}

.w-50 {
  width: 50%;
}

.max-w-50 {
  max-width: 50%;
}

.w-50-px {
  width: 50px;
}

.w-500-px {
  width: 500px;
}

.max-w-500-px {
  max-width: 500px;
}

.h-50 {
  height: 50%;
}

.h-50-px {
  height: 50px;
}

.h-500-px {
  height: 500px;
}

.max-h-50 {
  max-height: 50%;
}

.max-h-500-px {
  max-height: 500px;
}

.w-51 {
  width: 51%;
}

.max-w-51 {
  max-width: 51%;
}

.w-51-px {
  width: 51px;
}

.w-510-px {
  width: 510px;
}

.max-w-510-px {
  max-width: 510px;
}

.h-51 {
  height: 51%;
}

.h-51-px {
  height: 51px;
}

.h-510-px {
  height: 510px;
}

.max-h-51 {
  max-height: 51%;
}

.max-h-510-px {
  max-height: 510px;
}

.w-52 {
  width: 52%;
}

.max-w-52 {
  max-width: 52%;
}

.w-52-px {
  width: 52px;
}

.w-520-px {
  width: 520px;
}

.max-w-520-px {
  max-width: 520px;
}

.h-52 {
  height: 52%;
}

.h-52-px {
  height: 52px;
}

.h-520-px {
  height: 520px;
}

.max-h-52 {
  max-height: 52%;
}

.max-h-520-px {
  max-height: 520px;
}

.w-53 {
  width: 53%;
}

.max-w-53 {
  max-width: 53%;
}

.w-53-px {
  width: 53px;
}

.w-530-px {
  width: 530px;
}

.max-w-530-px {
  max-width: 530px;
}

.h-53 {
  height: 53%;
}

.h-53-px {
  height: 53px;
}

.h-530-px {
  height: 530px;
}

.max-h-53 {
  max-height: 53%;
}

.max-h-530-px {
  max-height: 530px;
}

.w-54 {
  width: 54%;
}

.max-w-54 {
  max-width: 54%;
}

.w-54-px {
  width: 54px;
}

.w-540-px {
  width: 540px;
}

.max-w-540-px {
  max-width: 540px;
}

.h-54 {
  height: 54%;
}

.h-54-px {
  height: 54px;
}

.h-540-px {
  height: 540px;
}

.max-h-54 {
  max-height: 54%;
}

.max-h-540-px {
  max-height: 540px;
}

.w-55 {
  width: 55%;
}

.max-w-55 {
  max-width: 55%;
}

.w-55-px {
  width: 55px;
}

.w-550-px {
  width: 550px;
}

.max-w-550-px {
  max-width: 550px;
}

.h-55 {
  height: 55%;
}

.h-55-px {
  height: 55px;
}

.h-550-px {
  height: 550px;
}

.max-h-55 {
  max-height: 55%;
}

.max-h-550-px {
  max-height: 550px;
}

.w-56 {
  width: 56%;
}

.max-w-56 {
  max-width: 56%;
}

.w-56-px {
  width: 56px;
}

.w-560-px {
  width: 560px;
}

.max-w-560-px {
  max-width: 560px;
}

.h-56 {
  height: 56%;
}

.h-56-px {
  height: 56px;
}

.h-560-px {
  height: 560px;
}

.max-h-56 {
  max-height: 56%;
}

.max-h-560-px {
  max-height: 560px;
}

.w-57 {
  width: 57%;
}

.max-w-57 {
  max-width: 57%;
}

.w-57-px {
  width: 57px;
}

.w-570-px {
  width: 570px;
}

.max-w-570-px {
  max-width: 570px;
}

.h-57 {
  height: 57%;
}

.h-57-px {
  height: 57px;
}

.h-570-px {
  height: 570px;
}

.max-h-57 {
  max-height: 57%;
}

.max-h-570-px {
  max-height: 570px;
}

.w-58 {
  width: 58%;
}

.max-w-58 {
  max-width: 58%;
}

.w-58-px {
  width: 58px;
}

.w-580-px {
  width: 580px;
}

.max-w-580-px {
  max-width: 580px;
}

.h-58 {
  height: 58%;
}

.h-58-px {
  height: 58px;
}

.h-580-px {
  height: 580px;
}

.max-h-58 {
  max-height: 58%;
}

.max-h-580-px {
  max-height: 580px;
}

.w-59 {
  width: 59%;
}

.max-w-59 {
  max-width: 59%;
}

.w-59-px {
  width: 59px;
}

.w-590-px {
  width: 590px;
}

.max-w-590-px {
  max-width: 590px;
}

.h-59 {
  height: 59%;
}

.h-59-px {
  height: 59px;
}

.h-590-px {
  height: 590px;
}

.max-h-59 {
  max-height: 59%;
}

.max-h-590-px {
  max-height: 590px;
}

.w-60 {
  width: 60%;
}

.max-w-60 {
  max-width: 60%;
}

.w-60-px {
  width: 60px;
}

.w-600-px {
  width: 600px;
}

.max-w-600-px {
  max-width: 600px;
}

.h-60 {
  height: 60%;
}

.h-60-px {
  height: 60px;
}

.h-600-px {
  height: 600px;
}

.max-h-60 {
  max-height: 60%;
}

.max-h-600-px {
  max-height: 600px;
}

.w-61 {
  width: 61%;
}

.max-w-61 {
  max-width: 61%;
}

.w-61-px {
  width: 61px;
}

.w-610-px {
  width: 610px;
}

.max-w-610-px {
  max-width: 610px;
}

.h-61 {
  height: 61%;
}

.h-61-px {
  height: 61px;
}

.h-610-px {
  height: 610px;
}

.max-h-61 {
  max-height: 61%;
}

.max-h-610-px {
  max-height: 610px;
}

.w-62 {
  width: 62%;
}

.max-w-62 {
  max-width: 62%;
}

.w-62-px {
  width: 62px;
}

.w-620-px {
  width: 620px;
}

.max-w-620-px {
  max-width: 620px;
}

.h-62 {
  height: 62%;
}

.h-62-px {
  height: 62px;
}

.h-620-px {
  height: 620px;
}

.max-h-62 {
  max-height: 62%;
}

.max-h-620-px {
  max-height: 620px;
}

.w-63 {
  width: 63%;
}

.max-w-63 {
  max-width: 63%;
}

.w-63-px {
  width: 63px;
}

.w-630-px {
  width: 630px;
}

.max-w-630-px {
  max-width: 630px;
}

.h-63 {
  height: 63%;
}

.h-63-px {
  height: 63px;
}

.h-630-px {
  height: 630px;
}

.max-h-63 {
  max-height: 63%;
}

.max-h-630-px {
  max-height: 630px;
}

.w-64 {
  width: 64%;
}

.max-w-64 {
  max-width: 64%;
}

.w-64-px {
  width: 64px;
}

.w-640-px {
  width: 640px;
}

.max-w-640-px {
  max-width: 640px;
}

.h-64 {
  height: 64%;
}

.h-64-px {
  height: 64px;
}

.h-640-px {
  height: 640px;
}

.max-h-64 {
  max-height: 64%;
}

.max-h-640-px {
  max-height: 640px;
}

.w-65 {
  width: 65%;
}

.max-w-65 {
  max-width: 65%;
}

.w-65-px {
  width: 65px;
}

.w-650-px {
  width: 650px;
}

.max-w-650-px {
  max-width: 650px;
}

.h-65 {
  height: 65%;
}

.h-65-px {
  height: 65px;
}

.h-650-px {
  height: 650px;
}

.max-h-65 {
  max-height: 65%;
}

.max-h-650-px {
  max-height: 650px;
}

.w-66 {
  width: 66%;
}

.max-w-66 {
  max-width: 66%;
}

.w-66-px {
  width: 66px;
}

.w-660-px {
  width: 660px;
}

.max-w-660-px {
  max-width: 660px;
}

.h-66 {
  height: 66%;
}

.h-66-px {
  height: 66px;
}

.h-660-px {
  height: 660px;
}

.max-h-66 {
  max-height: 66%;
}

.max-h-660-px {
  max-height: 660px;
}

.w-67 {
  width: 67%;
}

.max-w-67 {
  max-width: 67%;
}

.w-67-px {
  width: 67px;
}

.w-670-px {
  width: 670px;
}

.max-w-670-px {
  max-width: 670px;
}

.h-67 {
  height: 67%;
}

.h-67-px {
  height: 67px;
}

.h-670-px {
  height: 670px;
}

.max-h-67 {
  max-height: 67%;
}

.max-h-670-px {
  max-height: 670px;
}

.w-68 {
  width: 68%;
}

.max-w-68 {
  max-width: 68%;
}

.w-68-px {
  width: 68px;
}

.w-680-px {
  width: 680px;
}

.max-w-680-px {
  max-width: 680px;
}

.h-68 {
  height: 68%;
}

.h-68-px {
  height: 68px;
}

.h-680-px {
  height: 680px;
}

.max-h-68 {
  max-height: 68%;
}

.max-h-680-px {
  max-height: 680px;
}

.w-69 {
  width: 69%;
}

.max-w-69 {
  max-width: 69%;
}

.w-69-px {
  width: 69px;
}

.w-690-px {
  width: 690px;
}

.max-w-690-px {
  max-width: 690px;
}

.h-69 {
  height: 69%;
}

.h-69-px {
  height: 69px;
}

.h-690-px {
  height: 690px;
}

.max-h-69 {
  max-height: 69%;
}

.max-h-690-px {
  max-height: 690px;
}

.w-70 {
  width: 70%;
}

.max-w-70 {
  max-width: 70%;
}

.w-70-px {
  width: 70px;
}

.w-700-px {
  width: 700px;
}

.max-w-700-px {
  max-width: 700px;
}

.h-70 {
  height: 70%;
}

.h-70-px {
  height: 70px;
}

.h-700-px {
  height: 700px;
}

.max-h-70 {
  max-height: 70%;
}

.max-h-700-px {
  max-height: 700px;
}

.w-71 {
  width: 71%;
}

.max-w-71 {
  max-width: 71%;
}

.w-71-px {
  width: 71px;
}

.w-710-px {
  width: 710px;
}

.max-w-710-px {
  max-width: 710px;
}

.h-71 {
  height: 71%;
}

.h-71-px {
  height: 71px;
}

.h-710-px {
  height: 710px;
}

.max-h-71 {
  max-height: 71%;
}

.max-h-710-px {
  max-height: 710px;
}

.w-72 {
  width: 72%;
}

.max-w-72 {
  max-width: 72%;
}

.w-72-px {
  width: 72px;
}

.w-720-px {
  width: 720px;
}

.max-w-720-px {
  max-width: 720px;
}

.h-72 {
  height: 72%;
}

.h-72-px {
  height: 72px;
}

.h-720-px {
  height: 720px;
}

.max-h-72 {
  max-height: 72%;
}

.max-h-720-px {
  max-height: 720px;
}

.w-73 {
  width: 73%;
}

.max-w-73 {
  max-width: 73%;
}

.w-73-px {
  width: 73px;
}

.w-730-px {
  width: 730px;
}

.max-w-730-px {
  max-width: 730px;
}

.h-73 {
  height: 73%;
}

.h-73-px {
  height: 73px;
}

.h-730-px {
  height: 730px;
}

.max-h-73 {
  max-height: 73%;
}

.max-h-730-px {
  max-height: 730px;
}

.w-74 {
  width: 74%;
}

.max-w-74 {
  max-width: 74%;
}

.w-74-px {
  width: 74px;
}

.w-740-px {
  width: 740px;
}

.max-w-740-px {
  max-width: 740px;
}

.h-74 {
  height: 74%;
}

.h-74-px {
  height: 74px;
}

.h-740-px {
  height: 740px;
}

.max-h-74 {
  max-height: 74%;
}

.max-h-740-px {
  max-height: 740px;
}

.w-75 {
  width: 75%;
}

.max-w-75 {
  max-width: 75%;
}

.w-75-px {
  width: 75px;
}

.w-750-px {
  width: 750px;
}

.max-w-750-px {
  max-width: 750px;
}

.h-75 {
  height: 75%;
}

.h-75-px {
  height: 75px;
}

.h-750-px {
  height: 750px;
}

.max-h-75 {
  max-height: 75%;
}

.max-h-750-px {
  max-height: 750px;
}

.w-76 {
  width: 76%;
}

.max-w-76 {
  max-width: 76%;
}

.w-76-px {
  width: 76px;
}

.w-760-px {
  width: 760px;
}

.max-w-760-px {
  max-width: 760px;
}

.h-76 {
  height: 76%;
}

.h-76-px {
  height: 76px;
}

.h-760-px {
  height: 760px;
}

.max-h-76 {
  max-height: 76%;
}

.max-h-760-px {
  max-height: 760px;
}

.w-77 {
  width: 77%;
}

.max-w-77 {
  max-width: 77%;
}

.w-77-px {
  width: 77px;
}

.w-770-px {
  width: 770px;
}

.max-w-770-px {
  max-width: 770px;
}

.h-77 {
  height: 77%;
}

.h-77-px {
  height: 77px;
}

.h-770-px {
  height: 770px;
}

.max-h-77 {
  max-height: 77%;
}

.max-h-770-px {
  max-height: 770px;
}

.w-78 {
  width: 78%;
}

.max-w-78 {
  max-width: 78%;
}

.w-78-px {
  width: 78px;
}

.w-780-px {
  width: 780px;
}

.max-w-780-px {
  max-width: 780px;
}

.h-78 {
  height: 78%;
}

.h-78-px {
  height: 78px;
}

.h-780-px {
  height: 780px;
}

.max-h-78 {
  max-height: 78%;
}

.max-h-780-px {
  max-height: 780px;
}

.w-79 {
  width: 79%;
}

.max-w-79 {
  max-width: 79%;
}

.w-79-px {
  width: 79px;
}

.w-790-px {
  width: 790px;
}

.max-w-790-px {
  max-width: 790px;
}

.h-79 {
  height: 79%;
}

.h-79-px {
  height: 79px;
}

.h-790-px {
  height: 790px;
}

.max-h-79 {
  max-height: 79%;
}

.max-h-790-px {
  max-height: 790px;
}

.w-80 {
  width: 80%;
}

.max-w-80 {
  max-width: 80%;
}

.w-80-px {
  width: 80px;
}

.w-800-px {
  width: 800px;
}

.max-w-800-px {
  max-width: 800px;
}

.h-80 {
  height: 80%;
}

.h-80-px {
  height: 80px;
}

.h-800-px {
  height: 800px;
}

.max-h-80 {
  max-height: 80%;
}

.max-h-800-px {
  max-height: 800px;
}

.w-81 {
  width: 81%;
}

.max-w-81 {
  max-width: 81%;
}

.w-81-px {
  width: 81px;
}

.w-810-px {
  width: 810px;
}

.max-w-810-px {
  max-width: 810px;
}

.h-81 {
  height: 81%;
}

.h-81-px {
  height: 81px;
}

.h-810-px {
  height: 810px;
}

.max-h-81 {
  max-height: 81%;
}

.max-h-810-px {
  max-height: 810px;
}

.w-82 {
  width: 82%;
}

.max-w-82 {
  max-width: 82%;
}

.w-82-px {
  width: 82px;
}

.w-820-px {
  width: 820px;
}

.max-w-820-px {
  max-width: 820px;
}

.h-82 {
  height: 82%;
}

.h-82-px {
  height: 82px;
}

.h-820-px {
  height: 820px;
}

.max-h-82 {
  max-height: 82%;
}

.max-h-820-px {
  max-height: 820px;
}

.w-83 {
  width: 83%;
}

.max-w-83 {
  max-width: 83%;
}

.w-83-px {
  width: 83px;
}

.w-830-px {
  width: 830px;
}

.max-w-830-px {
  max-width: 830px;
}

.h-83 {
  height: 83%;
}

.h-83-px {
  height: 83px;
}

.h-830-px {
  height: 830px;
}

.max-h-83 {
  max-height: 83%;
}

.max-h-830-px {
  max-height: 830px;
}

.w-84 {
  width: 84%;
}

.max-w-84 {
  max-width: 84%;
}

.w-84-px {
  width: 84px;
}

.w-840-px {
  width: 840px;
}

.max-w-840-px {
  max-width: 840px;
}

.h-84 {
  height: 84%;
}

.h-84-px {
  height: 84px;
}

.h-840-px {
  height: 840px;
}

.max-h-84 {
  max-height: 84%;
}

.max-h-840-px {
  max-height: 840px;
}

.w-85 {
  width: 85%;
}

.max-w-85 {
  max-width: 85%;
}

.w-85-px {
  width: 85px;
}

.w-850-px {
  width: 850px;
}

.max-w-850-px {
  max-width: 850px;
}

.h-85 {
  height: 85%;
}

.h-85-px {
  height: 85px;
}

.h-850-px {
  height: 850px;
}

.max-h-85 {
  max-height: 85%;
}

.max-h-850-px {
  max-height: 850px;
}

.w-86 {
  width: 86%;
}

.max-w-86 {
  max-width: 86%;
}

.w-86-px {
  width: 86px;
}

.w-860-px {
  width: 860px;
}

.max-w-860-px {
  max-width: 860px;
}

.h-86 {
  height: 86%;
}

.h-86-px {
  height: 86px;
}

.h-860-px {
  height: 860px;
}

.max-h-86 {
  max-height: 86%;
}

.max-h-860-px {
  max-height: 860px;
}

.w-87 {
  width: 87%;
}

.max-w-87 {
  max-width: 87%;
}

.w-87-px {
  width: 87px;
}

.w-870-px {
  width: 870px;
}

.max-w-870-px {
  max-width: 870px;
}

.h-87 {
  height: 87%;
}

.h-87-px {
  height: 87px;
}

.h-870-px {
  height: 870px;
}

.max-h-87 {
  max-height: 87%;
}

.max-h-870-px {
  max-height: 870px;
}

.w-88 {
  width: 88%;
}

.max-w-88 {
  max-width: 88%;
}

.w-88-px {
  width: 88px;
}

.w-880-px {
  width: 880px;
}

.max-w-880-px {
  max-width: 880px;
}

.h-88 {
  height: 88%;
}

.h-88-px {
  height: 88px;
}

.h-880-px {
  height: 880px;
}

.max-h-88 {
  max-height: 88%;
}

.max-h-880-px {
  max-height: 880px;
}

.w-89 {
  width: 89%;
}

.max-w-89 {
  max-width: 89%;
}

.w-89-px {
  width: 89px;
}

.w-890-px {
  width: 890px;
}

.max-w-890-px {
  max-width: 890px;
}

.h-89 {
  height: 89%;
}

.h-89-px {
  height: 89px;
}

.h-890-px {
  height: 890px;
}

.max-h-89 {
  max-height: 89%;
}

.max-h-890-px {
  max-height: 890px;
}

.w-90 {
  width: 90%;
}

.max-w-90 {
  max-width: 90%;
}

.w-90-px {
  width: 90px;
}

.w-900-px {
  width: 900px;
}

.max-w-900-px {
  max-width: 900px;
}

.h-90 {
  height: 90%;
}

.h-90-px {
  height: 90px;
}

.h-900-px {
  height: 900px;
}

.max-h-90 {
  max-height: 90%;
}

.max-h-900-px {
  max-height: 900px;
}

.w-91 {
  width: 91%;
}

.max-w-91 {
  max-width: 91%;
}

.w-91-px {
  width: 91px;
}

.w-910-px {
  width: 910px;
}

.max-w-910-px {
  max-width: 910px;
}

.h-91 {
  height: 91%;
}

.h-91-px {
  height: 91px;
}

.h-910-px {
  height: 910px;
}

.max-h-91 {
  max-height: 91%;
}

.max-h-910-px {
  max-height: 910px;
}

.w-92 {
  width: 92%;
}

.max-w-92 {
  max-width: 92%;
}

.w-92-px {
  width: 92px;
}

.w-920-px {
  width: 920px;
}

.max-w-920-px {
  max-width: 920px;
}

.h-92 {
  height: 92%;
}

.h-92-px {
  height: 92px;
}

.h-920-px {
  height: 920px;
}

.max-h-92 {
  max-height: 92%;
}

.max-h-920-px {
  max-height: 920px;
}

.w-93 {
  width: 93%;
}

.max-w-93 {
  max-width: 93%;
}

.w-93-px {
  width: 93px;
}

.w-930-px {
  width: 930px;
}

.max-w-930-px {
  max-width: 930px;
}

.h-93 {
  height: 93%;
}

.h-93-px {
  height: 93px;
}

.h-930-px {
  height: 930px;
}

.max-h-93 {
  max-height: 93%;
}

.max-h-930-px {
  max-height: 930px;
}

.w-94 {
  width: 94%;
}

.max-w-94 {
  max-width: 94%;
}

.w-94-px {
  width: 94px;
}

.w-940-px {
  width: 940px;
}

.max-w-940-px {
  max-width: 940px;
}

.h-94 {
  height: 94%;
}

.h-94-px {
  height: 94px;
}

.h-940-px {
  height: 940px;
}

.max-h-94 {
  max-height: 94%;
}

.max-h-940-px {
  max-height: 940px;
}

.w-95 {
  width: 95%;
}

.max-w-95 {
  max-width: 95%;
}

.w-95-px {
  width: 95px;
}

.w-950-px {
  width: 950px;
}

.max-w-950-px {
  max-width: 950px;
}

.h-95 {
  height: 95%;
}

.h-95-px {
  height: 95px;
}

.h-950-px {
  height: 950px;
}

.max-h-95 {
  max-height: 95%;
}

.max-h-950-px {
  max-height: 950px;
}

.w-96 {
  width: 96%;
}

.max-w-96 {
  max-width: 96%;
}

.w-96-px {
  width: 96px;
}

.w-960-px {
  width: 960px;
}

.max-w-960-px {
  max-width: 960px;
}

.h-96 {
  height: 96%;
}

.h-96-px {
  height: 96px;
}

.h-960-px {
  height: 960px;
}

.max-h-96 {
  max-height: 96%;
}

.max-h-960-px {
  max-height: 960px;
}

.w-97 {
  width: 97%;
}

.max-w-97 {
  max-width: 97%;
}

.w-97-px {
  width: 97px;
}

.w-970-px {
  width: 970px;
}

.max-w-970-px {
  max-width: 970px;
}

.h-97 {
  height: 97%;
}

.h-97-px {
  height: 97px;
}

.h-970-px {
  height: 970px;
}

.max-h-97 {
  max-height: 97%;
}

.max-h-970-px {
  max-height: 970px;
}

.w-98 {
  width: 98%;
}

.max-w-98 {
  max-width: 98%;
}

.w-98-px {
  width: 98px;
}

.w-980-px {
  width: 980px;
}

.max-w-980-px {
  max-width: 980px;
}

.h-98 {
  height: 98%;
}

.h-98-px {
  height: 98px;
}

.h-980-px {
  height: 980px;
}

.max-h-98 {
  max-height: 98%;
}

.max-h-980-px {
  max-height: 980px;
}

.w-99 {
  width: 99%;
}

.max-w-99 {
  max-width: 99%;
}

.w-99-px {
  width: 99px;
}

.w-990-px {
  width: 990px;
}

.max-w-990-px {
  max-width: 990px;
}

.h-99 {
  height: 99%;
}

.h-99-px {
  height: 99px;
}

.h-990-px {
  height: 990px;
}

.max-h-99 {
  max-height: 99%;
}

.max-h-990-px {
  max-height: 990px;
}

.w-100 {
  width: 100%;
}

.max-w-100 {
  max-width: 100%;
}

.w-100-px {
  width: 100px;
}

.w-1000-px {
  width: 1000px;
}

.max-w-1000-px {
  max-width: 1000px;
}

.h-100 {
  height: 100%;
}

.h-100-px {
  height: 100px;
}

.h-1000-px {
  height: 1000px;
}

.max-h-100 {
  max-height: 100%;
}

.max-h-1000-px {
  max-height: 1000px;
}

.w-one-third {
  width: 33.333333333%;
}

.max-w-one-third {
  max-width: 33.333333333%;
}

.w-one-third-vw {
  width: 33.333333333vw;
}

.max-w-one-third-vw {
  max-width: 33.333333333vw;
}

.w-two-thirds {
  width: 66.666666666%;
}

.max-w-two-thirds {
  max-width: 66.666666666%;
}

.w-two-thirds-vw {
  width: 66.666666666vw;
}

.max-w-two-thirds-vw {
  max-width: 66.666666666vw;
}

.w-one-third-minus-margin-l-r-abstand-smaller {
  width: calc(33.333333333% - (2 * 0.625rem));
}

.max-w-one-third-minus-margin-l-r-abstand-smaller {
  max-width: calc(33.333333333% - (2 * 0.625rem));
}

.w-one-third-minus-margin-l-r-abstand-small {
  width: calc(33.333333333% - (2 * 1.25rem));
}

.max-w-one-third-minus-margin-l-r-abstand-small {
  max-width: calc(33.333333333% - (2 * 1.25rem));
}

.w-one-third-minus-margin-l-r-abstand-normal {
  width: calc(33.333333333% - (2 * 2.5rem));
}

.max-w-one-third-minus-margin-l-r-abstand-normal {
  max-width: calc(33.333333333% - (2 * 2.5rem));
}

.w-one-third-minus-margin-l-r-abstand-big {
  width: calc(33.333333333% - (2 * 3.75rem));
}

.max-w-one-third-minus-margin-l-r-abstand-big {
  max-width: calc(33.333333333% - (2 * 3.75rem));
}

.h-one-third {
  height: calc(100% / 3);
}

.max-h-one-third {
  max-height: calc(100% / 3);
}

.min-h-one-third {
  min-height: calc(100% / 3);
}

.h-one-third-vw {
  height: calc(100vw / 3);
}

.max-h-one-third-vw {
  max-height: calc(100vw / 3);
}

.min-h-one-third-vw {
  min-height: calc(100vw / 3);
}

@media all and (min-width: 360px) {
  .h-auto-phone-small {
    height: auto;
  }

  .grid-column-1-phone-small {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }

  .grid-column-2-phone-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .grid-column-3-phone-small {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }

  .grid-column-4-phone-small {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
  }

  .grid-column-5-phone-small {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
  }

  .grid-column-6-phone-small {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
  }

  .gap-abstand-smaller-phone-small {
    gap: 0.625rem;
  }

  .gap-abstand-small-phone-small {
    gap: 1.25rem;
  }

  .gap-abstand-normal-phone-small {
    gap: 2.5rem;
  }

  .gap-abstand-big-phone-small {
    gap: 3.75rem;
  }

  .w-auto-phone-small {
    width: auto;
  }

  .w-auto-important-phone-small {
    width: auto !important;
  }

  .w-0-phone-small {
    width: 0%;
  }

  .max-w-0-phone-small {
    max-width: 0%;
  }

  .w-0-px-phone-small {
    width: 0px;
  }

  .w-0-px-phone-small {
    width: 0px;
  }

  .max-w-0-px-phone-small {
    max-width: 0px;
  }

  .h-0-phone-small {
    height: 0%;
  }

  .h-0-px-phone-small {
    height: 0px;
  }

  .h-0-px-phone-small {
    height: 0px;
  }

  .max-h-0-phone-small {
    max-height: 0%;
  }

  .max-h-0-px-phone-small {
    max-height: 0px;
  }

  .w-1-phone-small {
    width: 1%;
  }

  .max-w-1-phone-small {
    max-width: 1%;
  }

  .w-1-px-phone-small {
    width: 1px;
  }

  .w-10-px-phone-small {
    width: 10px;
  }

  .max-w-10-px-phone-small {
    max-width: 10px;
  }

  .h-1-phone-small {
    height: 1%;
  }

  .h-1-px-phone-small {
    height: 1px;
  }

  .h-10-px-phone-small {
    height: 10px;
  }

  .max-h-1-phone-small {
    max-height: 1%;
  }

  .max-h-10-px-phone-small {
    max-height: 10px;
  }

  .w-2-phone-small {
    width: 2%;
  }

  .max-w-2-phone-small {
    max-width: 2%;
  }

  .w-2-px-phone-small {
    width: 2px;
  }

  .w-20-px-phone-small {
    width: 20px;
  }

  .max-w-20-px-phone-small {
    max-width: 20px;
  }

  .h-2-phone-small {
    height: 2%;
  }

  .h-2-px-phone-small {
    height: 2px;
  }

  .h-20-px-phone-small {
    height: 20px;
  }

  .max-h-2-phone-small {
    max-height: 2%;
  }

  .max-h-20-px-phone-small {
    max-height: 20px;
  }

  .w-3-phone-small {
    width: 3%;
  }

  .max-w-3-phone-small {
    max-width: 3%;
  }

  .w-3-px-phone-small {
    width: 3px;
  }

  .w-30-px-phone-small {
    width: 30px;
  }

  .max-w-30-px-phone-small {
    max-width: 30px;
  }

  .h-3-phone-small {
    height: 3%;
  }

  .h-3-px-phone-small {
    height: 3px;
  }

  .h-30-px-phone-small {
    height: 30px;
  }

  .max-h-3-phone-small {
    max-height: 3%;
  }

  .max-h-30-px-phone-small {
    max-height: 30px;
  }

  .w-4-phone-small {
    width: 4%;
  }

  .max-w-4-phone-small {
    max-width: 4%;
  }

  .w-4-px-phone-small {
    width: 4px;
  }

  .w-40-px-phone-small {
    width: 40px;
  }

  .max-w-40-px-phone-small {
    max-width: 40px;
  }

  .h-4-phone-small {
    height: 4%;
  }

  .h-4-px-phone-small {
    height: 4px;
  }

  .h-40-px-phone-small {
    height: 40px;
  }

  .max-h-4-phone-small {
    max-height: 4%;
  }

  .max-h-40-px-phone-small {
    max-height: 40px;
  }

  .w-5-phone-small {
    width: 5%;
  }

  .max-w-5-phone-small {
    max-width: 5%;
  }

  .w-5-px-phone-small {
    width: 5px;
  }

  .w-50-px-phone-small {
    width: 50px;
  }

  .max-w-50-px-phone-small {
    max-width: 50px;
  }

  .h-5-phone-small {
    height: 5%;
  }

  .h-5-px-phone-small {
    height: 5px;
  }

  .h-50-px-phone-small {
    height: 50px;
  }

  .max-h-5-phone-small {
    max-height: 5%;
  }

  .max-h-50-px-phone-small {
    max-height: 50px;
  }

  .w-6-phone-small {
    width: 6%;
  }

  .max-w-6-phone-small {
    max-width: 6%;
  }

  .w-6-px-phone-small {
    width: 6px;
  }

  .w-60-px-phone-small {
    width: 60px;
  }

  .max-w-60-px-phone-small {
    max-width: 60px;
  }

  .h-6-phone-small {
    height: 6%;
  }

  .h-6-px-phone-small {
    height: 6px;
  }

  .h-60-px-phone-small {
    height: 60px;
  }

  .max-h-6-phone-small {
    max-height: 6%;
  }

  .max-h-60-px-phone-small {
    max-height: 60px;
  }

  .w-7-phone-small {
    width: 7%;
  }

  .max-w-7-phone-small {
    max-width: 7%;
  }

  .w-7-px-phone-small {
    width: 7px;
  }

  .w-70-px-phone-small {
    width: 70px;
  }

  .max-w-70-px-phone-small {
    max-width: 70px;
  }

  .h-7-phone-small {
    height: 7%;
  }

  .h-7-px-phone-small {
    height: 7px;
  }

  .h-70-px-phone-small {
    height: 70px;
  }

  .max-h-7-phone-small {
    max-height: 7%;
  }

  .max-h-70-px-phone-small {
    max-height: 70px;
  }

  .w-8-phone-small {
    width: 8%;
  }

  .max-w-8-phone-small {
    max-width: 8%;
  }

  .w-8-px-phone-small {
    width: 8px;
  }

  .w-80-px-phone-small {
    width: 80px;
  }

  .max-w-80-px-phone-small {
    max-width: 80px;
  }

  .h-8-phone-small {
    height: 8%;
  }

  .h-8-px-phone-small {
    height: 8px;
  }

  .h-80-px-phone-small {
    height: 80px;
  }

  .max-h-8-phone-small {
    max-height: 8%;
  }

  .max-h-80-px-phone-small {
    max-height: 80px;
  }

  .w-9-phone-small {
    width: 9%;
  }

  .max-w-9-phone-small {
    max-width: 9%;
  }

  .w-9-px-phone-small {
    width: 9px;
  }

  .w-90-px-phone-small {
    width: 90px;
  }

  .max-w-90-px-phone-small {
    max-width: 90px;
  }

  .h-9-phone-small {
    height: 9%;
  }

  .h-9-px-phone-small {
    height: 9px;
  }

  .h-90-px-phone-small {
    height: 90px;
  }

  .max-h-9-phone-small {
    max-height: 9%;
  }

  .max-h-90-px-phone-small {
    max-height: 90px;
  }

  .w-10-phone-small {
    width: 10%;
  }

  .max-w-10-phone-small {
    max-width: 10%;
  }

  .w-10-px-phone-small {
    width: 10px;
  }

  .w-100-px-phone-small {
    width: 100px;
  }

  .max-w-100-px-phone-small {
    max-width: 100px;
  }

  .h-10-phone-small {
    height: 10%;
  }

  .h-10-px-phone-small {
    height: 10px;
  }

  .h-100-px-phone-small {
    height: 100px;
  }

  .max-h-10-phone-small {
    max-height: 10%;
  }

  .max-h-100-px-phone-small {
    max-height: 100px;
  }

  .w-11-phone-small {
    width: 11%;
  }

  .max-w-11-phone-small {
    max-width: 11%;
  }

  .w-11-px-phone-small {
    width: 11px;
  }

  .w-110-px-phone-small {
    width: 110px;
  }

  .max-w-110-px-phone-small {
    max-width: 110px;
  }

  .h-11-phone-small {
    height: 11%;
  }

  .h-11-px-phone-small {
    height: 11px;
  }

  .h-110-px-phone-small {
    height: 110px;
  }

  .max-h-11-phone-small {
    max-height: 11%;
  }

  .max-h-110-px-phone-small {
    max-height: 110px;
  }

  .w-12-phone-small {
    width: 12%;
  }

  .max-w-12-phone-small {
    max-width: 12%;
  }

  .w-12-px-phone-small {
    width: 12px;
  }

  .w-120-px-phone-small {
    width: 120px;
  }

  .max-w-120-px-phone-small {
    max-width: 120px;
  }

  .h-12-phone-small {
    height: 12%;
  }

  .h-12-px-phone-small {
    height: 12px;
  }

  .h-120-px-phone-small {
    height: 120px;
  }

  .max-h-12-phone-small {
    max-height: 12%;
  }

  .max-h-120-px-phone-small {
    max-height: 120px;
  }

  .w-13-phone-small {
    width: 13%;
  }

  .max-w-13-phone-small {
    max-width: 13%;
  }

  .w-13-px-phone-small {
    width: 13px;
  }

  .w-130-px-phone-small {
    width: 130px;
  }

  .max-w-130-px-phone-small {
    max-width: 130px;
  }

  .h-13-phone-small {
    height: 13%;
  }

  .h-13-px-phone-small {
    height: 13px;
  }

  .h-130-px-phone-small {
    height: 130px;
  }

  .max-h-13-phone-small {
    max-height: 13%;
  }

  .max-h-130-px-phone-small {
    max-height: 130px;
  }

  .w-14-phone-small {
    width: 14%;
  }

  .max-w-14-phone-small {
    max-width: 14%;
  }

  .w-14-px-phone-small {
    width: 14px;
  }

  .w-140-px-phone-small {
    width: 140px;
  }

  .max-w-140-px-phone-small {
    max-width: 140px;
  }

  .h-14-phone-small {
    height: 14%;
  }

  .h-14-px-phone-small {
    height: 14px;
  }

  .h-140-px-phone-small {
    height: 140px;
  }

  .max-h-14-phone-small {
    max-height: 14%;
  }

  .max-h-140-px-phone-small {
    max-height: 140px;
  }

  .w-15-phone-small {
    width: 15%;
  }

  .max-w-15-phone-small {
    max-width: 15%;
  }

  .w-15-px-phone-small {
    width: 15px;
  }

  .w-150-px-phone-small {
    width: 150px;
  }

  .max-w-150-px-phone-small {
    max-width: 150px;
  }

  .h-15-phone-small {
    height: 15%;
  }

  .h-15-px-phone-small {
    height: 15px;
  }

  .h-150-px-phone-small {
    height: 150px;
  }

  .max-h-15-phone-small {
    max-height: 15%;
  }

  .max-h-150-px-phone-small {
    max-height: 150px;
  }

  .w-16-phone-small {
    width: 16%;
  }

  .max-w-16-phone-small {
    max-width: 16%;
  }

  .w-16-px-phone-small {
    width: 16px;
  }

  .w-160-px-phone-small {
    width: 160px;
  }

  .max-w-160-px-phone-small {
    max-width: 160px;
  }

  .h-16-phone-small {
    height: 16%;
  }

  .h-16-px-phone-small {
    height: 16px;
  }

  .h-160-px-phone-small {
    height: 160px;
  }

  .max-h-16-phone-small {
    max-height: 16%;
  }

  .max-h-160-px-phone-small {
    max-height: 160px;
  }

  .w-17-phone-small {
    width: 17%;
  }

  .max-w-17-phone-small {
    max-width: 17%;
  }

  .w-17-px-phone-small {
    width: 17px;
  }

  .w-170-px-phone-small {
    width: 170px;
  }

  .max-w-170-px-phone-small {
    max-width: 170px;
  }

  .h-17-phone-small {
    height: 17%;
  }

  .h-17-px-phone-small {
    height: 17px;
  }

  .h-170-px-phone-small {
    height: 170px;
  }

  .max-h-17-phone-small {
    max-height: 17%;
  }

  .max-h-170-px-phone-small {
    max-height: 170px;
  }

  .w-18-phone-small {
    width: 18%;
  }

  .max-w-18-phone-small {
    max-width: 18%;
  }

  .w-18-px-phone-small {
    width: 18px;
  }

  .w-180-px-phone-small {
    width: 180px;
  }

  .max-w-180-px-phone-small {
    max-width: 180px;
  }

  .h-18-phone-small {
    height: 18%;
  }

  .h-18-px-phone-small {
    height: 18px;
  }

  .h-180-px-phone-small {
    height: 180px;
  }

  .max-h-18-phone-small {
    max-height: 18%;
  }

  .max-h-180-px-phone-small {
    max-height: 180px;
  }

  .w-19-phone-small {
    width: 19%;
  }

  .max-w-19-phone-small {
    max-width: 19%;
  }

  .w-19-px-phone-small {
    width: 19px;
  }

  .w-190-px-phone-small {
    width: 190px;
  }

  .max-w-190-px-phone-small {
    max-width: 190px;
  }

  .h-19-phone-small {
    height: 19%;
  }

  .h-19-px-phone-small {
    height: 19px;
  }

  .h-190-px-phone-small {
    height: 190px;
  }

  .max-h-19-phone-small {
    max-height: 19%;
  }

  .max-h-190-px-phone-small {
    max-height: 190px;
  }

  .w-20-phone-small {
    width: 20%;
  }

  .max-w-20-phone-small {
    max-width: 20%;
  }

  .w-20-px-phone-small {
    width: 20px;
  }

  .w-200-px-phone-small {
    width: 200px;
  }

  .max-w-200-px-phone-small {
    max-width: 200px;
  }

  .h-20-phone-small {
    height: 20%;
  }

  .h-20-px-phone-small {
    height: 20px;
  }

  .h-200-px-phone-small {
    height: 200px;
  }

  .max-h-20-phone-small {
    max-height: 20%;
  }

  .max-h-200-px-phone-small {
    max-height: 200px;
  }

  .w-21-phone-small {
    width: 21%;
  }

  .max-w-21-phone-small {
    max-width: 21%;
  }

  .w-21-px-phone-small {
    width: 21px;
  }

  .w-210-px-phone-small {
    width: 210px;
  }

  .max-w-210-px-phone-small {
    max-width: 210px;
  }

  .h-21-phone-small {
    height: 21%;
  }

  .h-21-px-phone-small {
    height: 21px;
  }

  .h-210-px-phone-small {
    height: 210px;
  }

  .max-h-21-phone-small {
    max-height: 21%;
  }

  .max-h-210-px-phone-small {
    max-height: 210px;
  }

  .w-22-phone-small {
    width: 22%;
  }

  .max-w-22-phone-small {
    max-width: 22%;
  }

  .w-22-px-phone-small {
    width: 22px;
  }

  .w-220-px-phone-small {
    width: 220px;
  }

  .max-w-220-px-phone-small {
    max-width: 220px;
  }

  .h-22-phone-small {
    height: 22%;
  }

  .h-22-px-phone-small {
    height: 22px;
  }

  .h-220-px-phone-small {
    height: 220px;
  }

  .max-h-22-phone-small {
    max-height: 22%;
  }

  .max-h-220-px-phone-small {
    max-height: 220px;
  }

  .w-23-phone-small {
    width: 23%;
  }

  .max-w-23-phone-small {
    max-width: 23%;
  }

  .w-23-px-phone-small {
    width: 23px;
  }

  .w-230-px-phone-small {
    width: 230px;
  }

  .max-w-230-px-phone-small {
    max-width: 230px;
  }

  .h-23-phone-small {
    height: 23%;
  }

  .h-23-px-phone-small {
    height: 23px;
  }

  .h-230-px-phone-small {
    height: 230px;
  }

  .max-h-23-phone-small {
    max-height: 23%;
  }

  .max-h-230-px-phone-small {
    max-height: 230px;
  }

  .w-24-phone-small {
    width: 24%;
  }

  .max-w-24-phone-small {
    max-width: 24%;
  }

  .w-24-px-phone-small {
    width: 24px;
  }

  .w-240-px-phone-small {
    width: 240px;
  }

  .max-w-240-px-phone-small {
    max-width: 240px;
  }

  .h-24-phone-small {
    height: 24%;
  }

  .h-24-px-phone-small {
    height: 24px;
  }

  .h-240-px-phone-small {
    height: 240px;
  }

  .max-h-24-phone-small {
    max-height: 24%;
  }

  .max-h-240-px-phone-small {
    max-height: 240px;
  }

  .w-25-phone-small {
    width: 25%;
  }

  .max-w-25-phone-small {
    max-width: 25%;
  }

  .w-25-px-phone-small {
    width: 25px;
  }

  .w-250-px-phone-small {
    width: 250px;
  }

  .max-w-250-px-phone-small {
    max-width: 250px;
  }

  .h-25-phone-small {
    height: 25%;
  }

  .h-25-px-phone-small {
    height: 25px;
  }

  .h-250-px-phone-small {
    height: 250px;
  }

  .max-h-25-phone-small {
    max-height: 25%;
  }

  .max-h-250-px-phone-small {
    max-height: 250px;
  }

  .w-26-phone-small {
    width: 26%;
  }

  .max-w-26-phone-small {
    max-width: 26%;
  }

  .w-26-px-phone-small {
    width: 26px;
  }

  .w-260-px-phone-small {
    width: 260px;
  }

  .max-w-260-px-phone-small {
    max-width: 260px;
  }

  .h-26-phone-small {
    height: 26%;
  }

  .h-26-px-phone-small {
    height: 26px;
  }

  .h-260-px-phone-small {
    height: 260px;
  }

  .max-h-26-phone-small {
    max-height: 26%;
  }

  .max-h-260-px-phone-small {
    max-height: 260px;
  }

  .w-27-phone-small {
    width: 27%;
  }

  .max-w-27-phone-small {
    max-width: 27%;
  }

  .w-27-px-phone-small {
    width: 27px;
  }

  .w-270-px-phone-small {
    width: 270px;
  }

  .max-w-270-px-phone-small {
    max-width: 270px;
  }

  .h-27-phone-small {
    height: 27%;
  }

  .h-27-px-phone-small {
    height: 27px;
  }

  .h-270-px-phone-small {
    height: 270px;
  }

  .max-h-27-phone-small {
    max-height: 27%;
  }

  .max-h-270-px-phone-small {
    max-height: 270px;
  }

  .w-28-phone-small {
    width: 28%;
  }

  .max-w-28-phone-small {
    max-width: 28%;
  }

  .w-28-px-phone-small {
    width: 28px;
  }

  .w-280-px-phone-small {
    width: 280px;
  }

  .max-w-280-px-phone-small {
    max-width: 280px;
  }

  .h-28-phone-small {
    height: 28%;
  }

  .h-28-px-phone-small {
    height: 28px;
  }

  .h-280-px-phone-small {
    height: 280px;
  }

  .max-h-28-phone-small {
    max-height: 28%;
  }

  .max-h-280-px-phone-small {
    max-height: 280px;
  }

  .w-29-phone-small {
    width: 29%;
  }

  .max-w-29-phone-small {
    max-width: 29%;
  }

  .w-29-px-phone-small {
    width: 29px;
  }

  .w-290-px-phone-small {
    width: 290px;
  }

  .max-w-290-px-phone-small {
    max-width: 290px;
  }

  .h-29-phone-small {
    height: 29%;
  }

  .h-29-px-phone-small {
    height: 29px;
  }

  .h-290-px-phone-small {
    height: 290px;
  }

  .max-h-29-phone-small {
    max-height: 29%;
  }

  .max-h-290-px-phone-small {
    max-height: 290px;
  }

  .w-30-phone-small {
    width: 30%;
  }

  .max-w-30-phone-small {
    max-width: 30%;
  }

  .w-30-px-phone-small {
    width: 30px;
  }

  .w-300-px-phone-small {
    width: 300px;
  }

  .max-w-300-px-phone-small {
    max-width: 300px;
  }

  .h-30-phone-small {
    height: 30%;
  }

  .h-30-px-phone-small {
    height: 30px;
  }

  .h-300-px-phone-small {
    height: 300px;
  }

  .max-h-30-phone-small {
    max-height: 30%;
  }

  .max-h-300-px-phone-small {
    max-height: 300px;
  }

  .w-31-phone-small {
    width: 31%;
  }

  .max-w-31-phone-small {
    max-width: 31%;
  }

  .w-31-px-phone-small {
    width: 31px;
  }

  .w-310-px-phone-small {
    width: 310px;
  }

  .max-w-310-px-phone-small {
    max-width: 310px;
  }

  .h-31-phone-small {
    height: 31%;
  }

  .h-31-px-phone-small {
    height: 31px;
  }

  .h-310-px-phone-small {
    height: 310px;
  }

  .max-h-31-phone-small {
    max-height: 31%;
  }

  .max-h-310-px-phone-small {
    max-height: 310px;
  }

  .w-32-phone-small {
    width: 32%;
  }

  .max-w-32-phone-small {
    max-width: 32%;
  }

  .w-32-px-phone-small {
    width: 32px;
  }

  .w-320-px-phone-small {
    width: 320px;
  }

  .max-w-320-px-phone-small {
    max-width: 320px;
  }

  .h-32-phone-small {
    height: 32%;
  }

  .h-32-px-phone-small {
    height: 32px;
  }

  .h-320-px-phone-small {
    height: 320px;
  }

  .max-h-32-phone-small {
    max-height: 32%;
  }

  .max-h-320-px-phone-small {
    max-height: 320px;
  }

  .w-33-phone-small {
    width: 33%;
  }

  .max-w-33-phone-small {
    max-width: 33%;
  }

  .w-33-px-phone-small {
    width: 33px;
  }

  .w-330-px-phone-small {
    width: 330px;
  }

  .max-w-330-px-phone-small {
    max-width: 330px;
  }

  .h-33-phone-small {
    height: 33%;
  }

  .h-33-px-phone-small {
    height: 33px;
  }

  .h-330-px-phone-small {
    height: 330px;
  }

  .max-h-33-phone-small {
    max-height: 33%;
  }

  .max-h-330-px-phone-small {
    max-height: 330px;
  }

  .w-34-phone-small {
    width: 34%;
  }

  .max-w-34-phone-small {
    max-width: 34%;
  }

  .w-34-px-phone-small {
    width: 34px;
  }

  .w-340-px-phone-small {
    width: 340px;
  }

  .max-w-340-px-phone-small {
    max-width: 340px;
  }

  .h-34-phone-small {
    height: 34%;
  }

  .h-34-px-phone-small {
    height: 34px;
  }

  .h-340-px-phone-small {
    height: 340px;
  }

  .max-h-34-phone-small {
    max-height: 34%;
  }

  .max-h-340-px-phone-small {
    max-height: 340px;
  }

  .w-35-phone-small {
    width: 35%;
  }

  .max-w-35-phone-small {
    max-width: 35%;
  }

  .w-35-px-phone-small {
    width: 35px;
  }

  .w-350-px-phone-small {
    width: 350px;
  }

  .max-w-350-px-phone-small {
    max-width: 350px;
  }

  .h-35-phone-small {
    height: 35%;
  }

  .h-35-px-phone-small {
    height: 35px;
  }

  .h-350-px-phone-small {
    height: 350px;
  }

  .max-h-35-phone-small {
    max-height: 35%;
  }

  .max-h-350-px-phone-small {
    max-height: 350px;
  }

  .w-36-phone-small {
    width: 36%;
  }

  .max-w-36-phone-small {
    max-width: 36%;
  }

  .w-36-px-phone-small {
    width: 36px;
  }

  .w-360-px-phone-small {
    width: 360px;
  }

  .max-w-360-px-phone-small {
    max-width: 360px;
  }

  .h-36-phone-small {
    height: 36%;
  }

  .h-36-px-phone-small {
    height: 36px;
  }

  .h-360-px-phone-small {
    height: 360px;
  }

  .max-h-36-phone-small {
    max-height: 36%;
  }

  .max-h-360-px-phone-small {
    max-height: 360px;
  }

  .w-37-phone-small {
    width: 37%;
  }

  .max-w-37-phone-small {
    max-width: 37%;
  }

  .w-37-px-phone-small {
    width: 37px;
  }

  .w-370-px-phone-small {
    width: 370px;
  }

  .max-w-370-px-phone-small {
    max-width: 370px;
  }

  .h-37-phone-small {
    height: 37%;
  }

  .h-37-px-phone-small {
    height: 37px;
  }

  .h-370-px-phone-small {
    height: 370px;
  }

  .max-h-37-phone-small {
    max-height: 37%;
  }

  .max-h-370-px-phone-small {
    max-height: 370px;
  }

  .w-38-phone-small {
    width: 38%;
  }

  .max-w-38-phone-small {
    max-width: 38%;
  }

  .w-38-px-phone-small {
    width: 38px;
  }

  .w-380-px-phone-small {
    width: 380px;
  }

  .max-w-380-px-phone-small {
    max-width: 380px;
  }

  .h-38-phone-small {
    height: 38%;
  }

  .h-38-px-phone-small {
    height: 38px;
  }

  .h-380-px-phone-small {
    height: 380px;
  }

  .max-h-38-phone-small {
    max-height: 38%;
  }

  .max-h-380-px-phone-small {
    max-height: 380px;
  }

  .w-39-phone-small {
    width: 39%;
  }

  .max-w-39-phone-small {
    max-width: 39%;
  }

  .w-39-px-phone-small {
    width: 39px;
  }

  .w-390-px-phone-small {
    width: 390px;
  }

  .max-w-390-px-phone-small {
    max-width: 390px;
  }

  .h-39-phone-small {
    height: 39%;
  }

  .h-39-px-phone-small {
    height: 39px;
  }

  .h-390-px-phone-small {
    height: 390px;
  }

  .max-h-39-phone-small {
    max-height: 39%;
  }

  .max-h-390-px-phone-small {
    max-height: 390px;
  }

  .w-40-phone-small {
    width: 40%;
  }

  .max-w-40-phone-small {
    max-width: 40%;
  }

  .w-40-px-phone-small {
    width: 40px;
  }

  .w-400-px-phone-small {
    width: 400px;
  }

  .max-w-400-px-phone-small {
    max-width: 400px;
  }

  .h-40-phone-small {
    height: 40%;
  }

  .h-40-px-phone-small {
    height: 40px;
  }

  .h-400-px-phone-small {
    height: 400px;
  }

  .max-h-40-phone-small {
    max-height: 40%;
  }

  .max-h-400-px-phone-small {
    max-height: 400px;
  }

  .w-41-phone-small {
    width: 41%;
  }

  .max-w-41-phone-small {
    max-width: 41%;
  }

  .w-41-px-phone-small {
    width: 41px;
  }

  .w-410-px-phone-small {
    width: 410px;
  }

  .max-w-410-px-phone-small {
    max-width: 410px;
  }

  .h-41-phone-small {
    height: 41%;
  }

  .h-41-px-phone-small {
    height: 41px;
  }

  .h-410-px-phone-small {
    height: 410px;
  }

  .max-h-41-phone-small {
    max-height: 41%;
  }

  .max-h-410-px-phone-small {
    max-height: 410px;
  }

  .w-42-phone-small {
    width: 42%;
  }

  .max-w-42-phone-small {
    max-width: 42%;
  }

  .w-42-px-phone-small {
    width: 42px;
  }

  .w-420-px-phone-small {
    width: 420px;
  }

  .max-w-420-px-phone-small {
    max-width: 420px;
  }

  .h-42-phone-small {
    height: 42%;
  }

  .h-42-px-phone-small {
    height: 42px;
  }

  .h-420-px-phone-small {
    height: 420px;
  }

  .max-h-42-phone-small {
    max-height: 42%;
  }

  .max-h-420-px-phone-small {
    max-height: 420px;
  }

  .w-43-phone-small {
    width: 43%;
  }

  .max-w-43-phone-small {
    max-width: 43%;
  }

  .w-43-px-phone-small {
    width: 43px;
  }

  .w-430-px-phone-small {
    width: 430px;
  }

  .max-w-430-px-phone-small {
    max-width: 430px;
  }

  .h-43-phone-small {
    height: 43%;
  }

  .h-43-px-phone-small {
    height: 43px;
  }

  .h-430-px-phone-small {
    height: 430px;
  }

  .max-h-43-phone-small {
    max-height: 43%;
  }

  .max-h-430-px-phone-small {
    max-height: 430px;
  }

  .w-44-phone-small {
    width: 44%;
  }

  .max-w-44-phone-small {
    max-width: 44%;
  }

  .w-44-px-phone-small {
    width: 44px;
  }

  .w-440-px-phone-small {
    width: 440px;
  }

  .max-w-440-px-phone-small {
    max-width: 440px;
  }

  .h-44-phone-small {
    height: 44%;
  }

  .h-44-px-phone-small {
    height: 44px;
  }

  .h-440-px-phone-small {
    height: 440px;
  }

  .max-h-44-phone-small {
    max-height: 44%;
  }

  .max-h-440-px-phone-small {
    max-height: 440px;
  }

  .w-45-phone-small {
    width: 45%;
  }

  .max-w-45-phone-small {
    max-width: 45%;
  }

  .w-45-px-phone-small {
    width: 45px;
  }

  .w-450-px-phone-small {
    width: 450px;
  }

  .max-w-450-px-phone-small {
    max-width: 450px;
  }

  .h-45-phone-small {
    height: 45%;
  }

  .h-45-px-phone-small {
    height: 45px;
  }

  .h-450-px-phone-small {
    height: 450px;
  }

  .max-h-45-phone-small {
    max-height: 45%;
  }

  .max-h-450-px-phone-small {
    max-height: 450px;
  }

  .w-46-phone-small {
    width: 46%;
  }

  .max-w-46-phone-small {
    max-width: 46%;
  }

  .w-46-px-phone-small {
    width: 46px;
  }

  .w-460-px-phone-small {
    width: 460px;
  }

  .max-w-460-px-phone-small {
    max-width: 460px;
  }

  .h-46-phone-small {
    height: 46%;
  }

  .h-46-px-phone-small {
    height: 46px;
  }

  .h-460-px-phone-small {
    height: 460px;
  }

  .max-h-46-phone-small {
    max-height: 46%;
  }

  .max-h-460-px-phone-small {
    max-height: 460px;
  }

  .w-47-phone-small {
    width: 47%;
  }

  .max-w-47-phone-small {
    max-width: 47%;
  }

  .w-47-px-phone-small {
    width: 47px;
  }

  .w-470-px-phone-small {
    width: 470px;
  }

  .max-w-470-px-phone-small {
    max-width: 470px;
  }

  .h-47-phone-small {
    height: 47%;
  }

  .h-47-px-phone-small {
    height: 47px;
  }

  .h-470-px-phone-small {
    height: 470px;
  }

  .max-h-47-phone-small {
    max-height: 47%;
  }

  .max-h-470-px-phone-small {
    max-height: 470px;
  }

  .w-48-phone-small {
    width: 48%;
  }

  .max-w-48-phone-small {
    max-width: 48%;
  }

  .w-48-px-phone-small {
    width: 48px;
  }

  .w-480-px-phone-small {
    width: 480px;
  }

  .max-w-480-px-phone-small {
    max-width: 480px;
  }

  .h-48-phone-small {
    height: 48%;
  }

  .h-48-px-phone-small {
    height: 48px;
  }

  .h-480-px-phone-small {
    height: 480px;
  }

  .max-h-48-phone-small {
    max-height: 48%;
  }

  .max-h-480-px-phone-small {
    max-height: 480px;
  }

  .w-49-phone-small {
    width: 49%;
  }

  .max-w-49-phone-small {
    max-width: 49%;
  }

  .w-49-px-phone-small {
    width: 49px;
  }

  .w-490-px-phone-small {
    width: 490px;
  }

  .max-w-490-px-phone-small {
    max-width: 490px;
  }

  .h-49-phone-small {
    height: 49%;
  }

  .h-49-px-phone-small {
    height: 49px;
  }

  .h-490-px-phone-small {
    height: 490px;
  }

  .max-h-49-phone-small {
    max-height: 49%;
  }

  .max-h-490-px-phone-small {
    max-height: 490px;
  }

  .w-50-phone-small {
    width: 50%;
  }

  .max-w-50-phone-small {
    max-width: 50%;
  }

  .w-50-px-phone-small {
    width: 50px;
  }

  .w-500-px-phone-small {
    width: 500px;
  }

  .max-w-500-px-phone-small {
    max-width: 500px;
  }

  .h-50-phone-small {
    height: 50%;
  }

  .h-50-px-phone-small {
    height: 50px;
  }

  .h-500-px-phone-small {
    height: 500px;
  }

  .max-h-50-phone-small {
    max-height: 50%;
  }

  .max-h-500-px-phone-small {
    max-height: 500px;
  }

  .w-51-phone-small {
    width: 51%;
  }

  .max-w-51-phone-small {
    max-width: 51%;
  }

  .w-51-px-phone-small {
    width: 51px;
  }

  .w-510-px-phone-small {
    width: 510px;
  }

  .max-w-510-px-phone-small {
    max-width: 510px;
  }

  .h-51-phone-small {
    height: 51%;
  }

  .h-51-px-phone-small {
    height: 51px;
  }

  .h-510-px-phone-small {
    height: 510px;
  }

  .max-h-51-phone-small {
    max-height: 51%;
  }

  .max-h-510-px-phone-small {
    max-height: 510px;
  }

  .w-52-phone-small {
    width: 52%;
  }

  .max-w-52-phone-small {
    max-width: 52%;
  }

  .w-52-px-phone-small {
    width: 52px;
  }

  .w-520-px-phone-small {
    width: 520px;
  }

  .max-w-520-px-phone-small {
    max-width: 520px;
  }

  .h-52-phone-small {
    height: 52%;
  }

  .h-52-px-phone-small {
    height: 52px;
  }

  .h-520-px-phone-small {
    height: 520px;
  }

  .max-h-52-phone-small {
    max-height: 52%;
  }

  .max-h-520-px-phone-small {
    max-height: 520px;
  }

  .w-53-phone-small {
    width: 53%;
  }

  .max-w-53-phone-small {
    max-width: 53%;
  }

  .w-53-px-phone-small {
    width: 53px;
  }

  .w-530-px-phone-small {
    width: 530px;
  }

  .max-w-530-px-phone-small {
    max-width: 530px;
  }

  .h-53-phone-small {
    height: 53%;
  }

  .h-53-px-phone-small {
    height: 53px;
  }

  .h-530-px-phone-small {
    height: 530px;
  }

  .max-h-53-phone-small {
    max-height: 53%;
  }

  .max-h-530-px-phone-small {
    max-height: 530px;
  }

  .w-54-phone-small {
    width: 54%;
  }

  .max-w-54-phone-small {
    max-width: 54%;
  }

  .w-54-px-phone-small {
    width: 54px;
  }

  .w-540-px-phone-small {
    width: 540px;
  }

  .max-w-540-px-phone-small {
    max-width: 540px;
  }

  .h-54-phone-small {
    height: 54%;
  }

  .h-54-px-phone-small {
    height: 54px;
  }

  .h-540-px-phone-small {
    height: 540px;
  }

  .max-h-54-phone-small {
    max-height: 54%;
  }

  .max-h-540-px-phone-small {
    max-height: 540px;
  }

  .w-55-phone-small {
    width: 55%;
  }

  .max-w-55-phone-small {
    max-width: 55%;
  }

  .w-55-px-phone-small {
    width: 55px;
  }

  .w-550-px-phone-small {
    width: 550px;
  }

  .max-w-550-px-phone-small {
    max-width: 550px;
  }

  .h-55-phone-small {
    height: 55%;
  }

  .h-55-px-phone-small {
    height: 55px;
  }

  .h-550-px-phone-small {
    height: 550px;
  }

  .max-h-55-phone-small {
    max-height: 55%;
  }

  .max-h-550-px-phone-small {
    max-height: 550px;
  }

  .w-56-phone-small {
    width: 56%;
  }

  .max-w-56-phone-small {
    max-width: 56%;
  }

  .w-56-px-phone-small {
    width: 56px;
  }

  .w-560-px-phone-small {
    width: 560px;
  }

  .max-w-560-px-phone-small {
    max-width: 560px;
  }

  .h-56-phone-small {
    height: 56%;
  }

  .h-56-px-phone-small {
    height: 56px;
  }

  .h-560-px-phone-small {
    height: 560px;
  }

  .max-h-56-phone-small {
    max-height: 56%;
  }

  .max-h-560-px-phone-small {
    max-height: 560px;
  }

  .w-57-phone-small {
    width: 57%;
  }

  .max-w-57-phone-small {
    max-width: 57%;
  }

  .w-57-px-phone-small {
    width: 57px;
  }

  .w-570-px-phone-small {
    width: 570px;
  }

  .max-w-570-px-phone-small {
    max-width: 570px;
  }

  .h-57-phone-small {
    height: 57%;
  }

  .h-57-px-phone-small {
    height: 57px;
  }

  .h-570-px-phone-small {
    height: 570px;
  }

  .max-h-57-phone-small {
    max-height: 57%;
  }

  .max-h-570-px-phone-small {
    max-height: 570px;
  }

  .w-58-phone-small {
    width: 58%;
  }

  .max-w-58-phone-small {
    max-width: 58%;
  }

  .w-58-px-phone-small {
    width: 58px;
  }

  .w-580-px-phone-small {
    width: 580px;
  }

  .max-w-580-px-phone-small {
    max-width: 580px;
  }

  .h-58-phone-small {
    height: 58%;
  }

  .h-58-px-phone-small {
    height: 58px;
  }

  .h-580-px-phone-small {
    height: 580px;
  }

  .max-h-58-phone-small {
    max-height: 58%;
  }

  .max-h-580-px-phone-small {
    max-height: 580px;
  }

  .w-59-phone-small {
    width: 59%;
  }

  .max-w-59-phone-small {
    max-width: 59%;
  }

  .w-59-px-phone-small {
    width: 59px;
  }

  .w-590-px-phone-small {
    width: 590px;
  }

  .max-w-590-px-phone-small {
    max-width: 590px;
  }

  .h-59-phone-small {
    height: 59%;
  }

  .h-59-px-phone-small {
    height: 59px;
  }

  .h-590-px-phone-small {
    height: 590px;
  }

  .max-h-59-phone-small {
    max-height: 59%;
  }

  .max-h-590-px-phone-small {
    max-height: 590px;
  }

  .w-60-phone-small {
    width: 60%;
  }

  .max-w-60-phone-small {
    max-width: 60%;
  }

  .w-60-px-phone-small {
    width: 60px;
  }

  .w-600-px-phone-small {
    width: 600px;
  }

  .max-w-600-px-phone-small {
    max-width: 600px;
  }

  .h-60-phone-small {
    height: 60%;
  }

  .h-60-px-phone-small {
    height: 60px;
  }

  .h-600-px-phone-small {
    height: 600px;
  }

  .max-h-60-phone-small {
    max-height: 60%;
  }

  .max-h-600-px-phone-small {
    max-height: 600px;
  }

  .w-61-phone-small {
    width: 61%;
  }

  .max-w-61-phone-small {
    max-width: 61%;
  }

  .w-61-px-phone-small {
    width: 61px;
  }

  .w-610-px-phone-small {
    width: 610px;
  }

  .max-w-610-px-phone-small {
    max-width: 610px;
  }

  .h-61-phone-small {
    height: 61%;
  }

  .h-61-px-phone-small {
    height: 61px;
  }

  .h-610-px-phone-small {
    height: 610px;
  }

  .max-h-61-phone-small {
    max-height: 61%;
  }

  .max-h-610-px-phone-small {
    max-height: 610px;
  }

  .w-62-phone-small {
    width: 62%;
  }

  .max-w-62-phone-small {
    max-width: 62%;
  }

  .w-62-px-phone-small {
    width: 62px;
  }

  .w-620-px-phone-small {
    width: 620px;
  }

  .max-w-620-px-phone-small {
    max-width: 620px;
  }

  .h-62-phone-small {
    height: 62%;
  }

  .h-62-px-phone-small {
    height: 62px;
  }

  .h-620-px-phone-small {
    height: 620px;
  }

  .max-h-62-phone-small {
    max-height: 62%;
  }

  .max-h-620-px-phone-small {
    max-height: 620px;
  }

  .w-63-phone-small {
    width: 63%;
  }

  .max-w-63-phone-small {
    max-width: 63%;
  }

  .w-63-px-phone-small {
    width: 63px;
  }

  .w-630-px-phone-small {
    width: 630px;
  }

  .max-w-630-px-phone-small {
    max-width: 630px;
  }

  .h-63-phone-small {
    height: 63%;
  }

  .h-63-px-phone-small {
    height: 63px;
  }

  .h-630-px-phone-small {
    height: 630px;
  }

  .max-h-63-phone-small {
    max-height: 63%;
  }

  .max-h-630-px-phone-small {
    max-height: 630px;
  }

  .w-64-phone-small {
    width: 64%;
  }

  .max-w-64-phone-small {
    max-width: 64%;
  }

  .w-64-px-phone-small {
    width: 64px;
  }

  .w-640-px-phone-small {
    width: 640px;
  }

  .max-w-640-px-phone-small {
    max-width: 640px;
  }

  .h-64-phone-small {
    height: 64%;
  }

  .h-64-px-phone-small {
    height: 64px;
  }

  .h-640-px-phone-small {
    height: 640px;
  }

  .max-h-64-phone-small {
    max-height: 64%;
  }

  .max-h-640-px-phone-small {
    max-height: 640px;
  }

  .w-65-phone-small {
    width: 65%;
  }

  .max-w-65-phone-small {
    max-width: 65%;
  }

  .w-65-px-phone-small {
    width: 65px;
  }

  .w-650-px-phone-small {
    width: 650px;
  }

  .max-w-650-px-phone-small {
    max-width: 650px;
  }

  .h-65-phone-small {
    height: 65%;
  }

  .h-65-px-phone-small {
    height: 65px;
  }

  .h-650-px-phone-small {
    height: 650px;
  }

  .max-h-65-phone-small {
    max-height: 65%;
  }

  .max-h-650-px-phone-small {
    max-height: 650px;
  }

  .w-66-phone-small {
    width: 66%;
  }

  .max-w-66-phone-small {
    max-width: 66%;
  }

  .w-66-px-phone-small {
    width: 66px;
  }

  .w-660-px-phone-small {
    width: 660px;
  }

  .max-w-660-px-phone-small {
    max-width: 660px;
  }

  .h-66-phone-small {
    height: 66%;
  }

  .h-66-px-phone-small {
    height: 66px;
  }

  .h-660-px-phone-small {
    height: 660px;
  }

  .max-h-66-phone-small {
    max-height: 66%;
  }

  .max-h-660-px-phone-small {
    max-height: 660px;
  }

  .w-67-phone-small {
    width: 67%;
  }

  .max-w-67-phone-small {
    max-width: 67%;
  }

  .w-67-px-phone-small {
    width: 67px;
  }

  .w-670-px-phone-small {
    width: 670px;
  }

  .max-w-670-px-phone-small {
    max-width: 670px;
  }

  .h-67-phone-small {
    height: 67%;
  }

  .h-67-px-phone-small {
    height: 67px;
  }

  .h-670-px-phone-small {
    height: 670px;
  }

  .max-h-67-phone-small {
    max-height: 67%;
  }

  .max-h-670-px-phone-small {
    max-height: 670px;
  }

  .w-68-phone-small {
    width: 68%;
  }

  .max-w-68-phone-small {
    max-width: 68%;
  }

  .w-68-px-phone-small {
    width: 68px;
  }

  .w-680-px-phone-small {
    width: 680px;
  }

  .max-w-680-px-phone-small {
    max-width: 680px;
  }

  .h-68-phone-small {
    height: 68%;
  }

  .h-68-px-phone-small {
    height: 68px;
  }

  .h-680-px-phone-small {
    height: 680px;
  }

  .max-h-68-phone-small {
    max-height: 68%;
  }

  .max-h-680-px-phone-small {
    max-height: 680px;
  }

  .w-69-phone-small {
    width: 69%;
  }

  .max-w-69-phone-small {
    max-width: 69%;
  }

  .w-69-px-phone-small {
    width: 69px;
  }

  .w-690-px-phone-small {
    width: 690px;
  }

  .max-w-690-px-phone-small {
    max-width: 690px;
  }

  .h-69-phone-small {
    height: 69%;
  }

  .h-69-px-phone-small {
    height: 69px;
  }

  .h-690-px-phone-small {
    height: 690px;
  }

  .max-h-69-phone-small {
    max-height: 69%;
  }

  .max-h-690-px-phone-small {
    max-height: 690px;
  }

  .w-70-phone-small {
    width: 70%;
  }

  .max-w-70-phone-small {
    max-width: 70%;
  }

  .w-70-px-phone-small {
    width: 70px;
  }

  .w-700-px-phone-small {
    width: 700px;
  }

  .max-w-700-px-phone-small {
    max-width: 700px;
  }

  .h-70-phone-small {
    height: 70%;
  }

  .h-70-px-phone-small {
    height: 70px;
  }

  .h-700-px-phone-small {
    height: 700px;
  }

  .max-h-70-phone-small {
    max-height: 70%;
  }

  .max-h-700-px-phone-small {
    max-height: 700px;
  }

  .w-71-phone-small {
    width: 71%;
  }

  .max-w-71-phone-small {
    max-width: 71%;
  }

  .w-71-px-phone-small {
    width: 71px;
  }

  .w-710-px-phone-small {
    width: 710px;
  }

  .max-w-710-px-phone-small {
    max-width: 710px;
  }

  .h-71-phone-small {
    height: 71%;
  }

  .h-71-px-phone-small {
    height: 71px;
  }

  .h-710-px-phone-small {
    height: 710px;
  }

  .max-h-71-phone-small {
    max-height: 71%;
  }

  .max-h-710-px-phone-small {
    max-height: 710px;
  }

  .w-72-phone-small {
    width: 72%;
  }

  .max-w-72-phone-small {
    max-width: 72%;
  }

  .w-72-px-phone-small {
    width: 72px;
  }

  .w-720-px-phone-small {
    width: 720px;
  }

  .max-w-720-px-phone-small {
    max-width: 720px;
  }

  .h-72-phone-small {
    height: 72%;
  }

  .h-72-px-phone-small {
    height: 72px;
  }

  .h-720-px-phone-small {
    height: 720px;
  }

  .max-h-72-phone-small {
    max-height: 72%;
  }

  .max-h-720-px-phone-small {
    max-height: 720px;
  }

  .w-73-phone-small {
    width: 73%;
  }

  .max-w-73-phone-small {
    max-width: 73%;
  }

  .w-73-px-phone-small {
    width: 73px;
  }

  .w-730-px-phone-small {
    width: 730px;
  }

  .max-w-730-px-phone-small {
    max-width: 730px;
  }

  .h-73-phone-small {
    height: 73%;
  }

  .h-73-px-phone-small {
    height: 73px;
  }

  .h-730-px-phone-small {
    height: 730px;
  }

  .max-h-73-phone-small {
    max-height: 73%;
  }

  .max-h-730-px-phone-small {
    max-height: 730px;
  }

  .w-74-phone-small {
    width: 74%;
  }

  .max-w-74-phone-small {
    max-width: 74%;
  }

  .w-74-px-phone-small {
    width: 74px;
  }

  .w-740-px-phone-small {
    width: 740px;
  }

  .max-w-740-px-phone-small {
    max-width: 740px;
  }

  .h-74-phone-small {
    height: 74%;
  }

  .h-74-px-phone-small {
    height: 74px;
  }

  .h-740-px-phone-small {
    height: 740px;
  }

  .max-h-74-phone-small {
    max-height: 74%;
  }

  .max-h-740-px-phone-small {
    max-height: 740px;
  }

  .w-75-phone-small {
    width: 75%;
  }

  .max-w-75-phone-small {
    max-width: 75%;
  }

  .w-75-px-phone-small {
    width: 75px;
  }

  .w-750-px-phone-small {
    width: 750px;
  }

  .max-w-750-px-phone-small {
    max-width: 750px;
  }

  .h-75-phone-small {
    height: 75%;
  }

  .h-75-px-phone-small {
    height: 75px;
  }

  .h-750-px-phone-small {
    height: 750px;
  }

  .max-h-75-phone-small {
    max-height: 75%;
  }

  .max-h-750-px-phone-small {
    max-height: 750px;
  }

  .w-76-phone-small {
    width: 76%;
  }

  .max-w-76-phone-small {
    max-width: 76%;
  }

  .w-76-px-phone-small {
    width: 76px;
  }

  .w-760-px-phone-small {
    width: 760px;
  }

  .max-w-760-px-phone-small {
    max-width: 760px;
  }

  .h-76-phone-small {
    height: 76%;
  }

  .h-76-px-phone-small {
    height: 76px;
  }

  .h-760-px-phone-small {
    height: 760px;
  }

  .max-h-76-phone-small {
    max-height: 76%;
  }

  .max-h-760-px-phone-small {
    max-height: 760px;
  }

  .w-77-phone-small {
    width: 77%;
  }

  .max-w-77-phone-small {
    max-width: 77%;
  }

  .w-77-px-phone-small {
    width: 77px;
  }

  .w-770-px-phone-small {
    width: 770px;
  }

  .max-w-770-px-phone-small {
    max-width: 770px;
  }

  .h-77-phone-small {
    height: 77%;
  }

  .h-77-px-phone-small {
    height: 77px;
  }

  .h-770-px-phone-small {
    height: 770px;
  }

  .max-h-77-phone-small {
    max-height: 77%;
  }

  .max-h-770-px-phone-small {
    max-height: 770px;
  }

  .w-78-phone-small {
    width: 78%;
  }

  .max-w-78-phone-small {
    max-width: 78%;
  }

  .w-78-px-phone-small {
    width: 78px;
  }

  .w-780-px-phone-small {
    width: 780px;
  }

  .max-w-780-px-phone-small {
    max-width: 780px;
  }

  .h-78-phone-small {
    height: 78%;
  }

  .h-78-px-phone-small {
    height: 78px;
  }

  .h-780-px-phone-small {
    height: 780px;
  }

  .max-h-78-phone-small {
    max-height: 78%;
  }

  .max-h-780-px-phone-small {
    max-height: 780px;
  }

  .w-79-phone-small {
    width: 79%;
  }

  .max-w-79-phone-small {
    max-width: 79%;
  }

  .w-79-px-phone-small {
    width: 79px;
  }

  .w-790-px-phone-small {
    width: 790px;
  }

  .max-w-790-px-phone-small {
    max-width: 790px;
  }

  .h-79-phone-small {
    height: 79%;
  }

  .h-79-px-phone-small {
    height: 79px;
  }

  .h-790-px-phone-small {
    height: 790px;
  }

  .max-h-79-phone-small {
    max-height: 79%;
  }

  .max-h-790-px-phone-small {
    max-height: 790px;
  }

  .w-80-phone-small {
    width: 80%;
  }

  .max-w-80-phone-small {
    max-width: 80%;
  }

  .w-80-px-phone-small {
    width: 80px;
  }

  .w-800-px-phone-small {
    width: 800px;
  }

  .max-w-800-px-phone-small {
    max-width: 800px;
  }

  .h-80-phone-small {
    height: 80%;
  }

  .h-80-px-phone-small {
    height: 80px;
  }

  .h-800-px-phone-small {
    height: 800px;
  }

  .max-h-80-phone-small {
    max-height: 80%;
  }

  .max-h-800-px-phone-small {
    max-height: 800px;
  }

  .w-81-phone-small {
    width: 81%;
  }

  .max-w-81-phone-small {
    max-width: 81%;
  }

  .w-81-px-phone-small {
    width: 81px;
  }

  .w-810-px-phone-small {
    width: 810px;
  }

  .max-w-810-px-phone-small {
    max-width: 810px;
  }

  .h-81-phone-small {
    height: 81%;
  }

  .h-81-px-phone-small {
    height: 81px;
  }

  .h-810-px-phone-small {
    height: 810px;
  }

  .max-h-81-phone-small {
    max-height: 81%;
  }

  .max-h-810-px-phone-small {
    max-height: 810px;
  }

  .w-82-phone-small {
    width: 82%;
  }

  .max-w-82-phone-small {
    max-width: 82%;
  }

  .w-82-px-phone-small {
    width: 82px;
  }

  .w-820-px-phone-small {
    width: 820px;
  }

  .max-w-820-px-phone-small {
    max-width: 820px;
  }

  .h-82-phone-small {
    height: 82%;
  }

  .h-82-px-phone-small {
    height: 82px;
  }

  .h-820-px-phone-small {
    height: 820px;
  }

  .max-h-82-phone-small {
    max-height: 82%;
  }

  .max-h-820-px-phone-small {
    max-height: 820px;
  }

  .w-83-phone-small {
    width: 83%;
  }

  .max-w-83-phone-small {
    max-width: 83%;
  }

  .w-83-px-phone-small {
    width: 83px;
  }

  .w-830-px-phone-small {
    width: 830px;
  }

  .max-w-830-px-phone-small {
    max-width: 830px;
  }

  .h-83-phone-small {
    height: 83%;
  }

  .h-83-px-phone-small {
    height: 83px;
  }

  .h-830-px-phone-small {
    height: 830px;
  }

  .max-h-83-phone-small {
    max-height: 83%;
  }

  .max-h-830-px-phone-small {
    max-height: 830px;
  }

  .w-84-phone-small {
    width: 84%;
  }

  .max-w-84-phone-small {
    max-width: 84%;
  }

  .w-84-px-phone-small {
    width: 84px;
  }

  .w-840-px-phone-small {
    width: 840px;
  }

  .max-w-840-px-phone-small {
    max-width: 840px;
  }

  .h-84-phone-small {
    height: 84%;
  }

  .h-84-px-phone-small {
    height: 84px;
  }

  .h-840-px-phone-small {
    height: 840px;
  }

  .max-h-84-phone-small {
    max-height: 84%;
  }

  .max-h-840-px-phone-small {
    max-height: 840px;
  }

  .w-85-phone-small {
    width: 85%;
  }

  .max-w-85-phone-small {
    max-width: 85%;
  }

  .w-85-px-phone-small {
    width: 85px;
  }

  .w-850-px-phone-small {
    width: 850px;
  }

  .max-w-850-px-phone-small {
    max-width: 850px;
  }

  .h-85-phone-small {
    height: 85%;
  }

  .h-85-px-phone-small {
    height: 85px;
  }

  .h-850-px-phone-small {
    height: 850px;
  }

  .max-h-85-phone-small {
    max-height: 85%;
  }

  .max-h-850-px-phone-small {
    max-height: 850px;
  }

  .w-86-phone-small {
    width: 86%;
  }

  .max-w-86-phone-small {
    max-width: 86%;
  }

  .w-86-px-phone-small {
    width: 86px;
  }

  .w-860-px-phone-small {
    width: 860px;
  }

  .max-w-860-px-phone-small {
    max-width: 860px;
  }

  .h-86-phone-small {
    height: 86%;
  }

  .h-86-px-phone-small {
    height: 86px;
  }

  .h-860-px-phone-small {
    height: 860px;
  }

  .max-h-86-phone-small {
    max-height: 86%;
  }

  .max-h-860-px-phone-small {
    max-height: 860px;
  }

  .w-87-phone-small {
    width: 87%;
  }

  .max-w-87-phone-small {
    max-width: 87%;
  }

  .w-87-px-phone-small {
    width: 87px;
  }

  .w-870-px-phone-small {
    width: 870px;
  }

  .max-w-870-px-phone-small {
    max-width: 870px;
  }

  .h-87-phone-small {
    height: 87%;
  }

  .h-87-px-phone-small {
    height: 87px;
  }

  .h-870-px-phone-small {
    height: 870px;
  }

  .max-h-87-phone-small {
    max-height: 87%;
  }

  .max-h-870-px-phone-small {
    max-height: 870px;
  }

  .w-88-phone-small {
    width: 88%;
  }

  .max-w-88-phone-small {
    max-width: 88%;
  }

  .w-88-px-phone-small {
    width: 88px;
  }

  .w-880-px-phone-small {
    width: 880px;
  }

  .max-w-880-px-phone-small {
    max-width: 880px;
  }

  .h-88-phone-small {
    height: 88%;
  }

  .h-88-px-phone-small {
    height: 88px;
  }

  .h-880-px-phone-small {
    height: 880px;
  }

  .max-h-88-phone-small {
    max-height: 88%;
  }

  .max-h-880-px-phone-small {
    max-height: 880px;
  }

  .w-89-phone-small {
    width: 89%;
  }

  .max-w-89-phone-small {
    max-width: 89%;
  }

  .w-89-px-phone-small {
    width: 89px;
  }

  .w-890-px-phone-small {
    width: 890px;
  }

  .max-w-890-px-phone-small {
    max-width: 890px;
  }

  .h-89-phone-small {
    height: 89%;
  }

  .h-89-px-phone-small {
    height: 89px;
  }

  .h-890-px-phone-small {
    height: 890px;
  }

  .max-h-89-phone-small {
    max-height: 89%;
  }

  .max-h-890-px-phone-small {
    max-height: 890px;
  }

  .w-90-phone-small {
    width: 90%;
  }

  .max-w-90-phone-small {
    max-width: 90%;
  }

  .w-90-px-phone-small {
    width: 90px;
  }

  .w-900-px-phone-small {
    width: 900px;
  }

  .max-w-900-px-phone-small {
    max-width: 900px;
  }

  .h-90-phone-small {
    height: 90%;
  }

  .h-90-px-phone-small {
    height: 90px;
  }

  .h-900-px-phone-small {
    height: 900px;
  }

  .max-h-90-phone-small {
    max-height: 90%;
  }

  .max-h-900-px-phone-small {
    max-height: 900px;
  }

  .w-91-phone-small {
    width: 91%;
  }

  .max-w-91-phone-small {
    max-width: 91%;
  }

  .w-91-px-phone-small {
    width: 91px;
  }

  .w-910-px-phone-small {
    width: 910px;
  }

  .max-w-910-px-phone-small {
    max-width: 910px;
  }

  .h-91-phone-small {
    height: 91%;
  }

  .h-91-px-phone-small {
    height: 91px;
  }

  .h-910-px-phone-small {
    height: 910px;
  }

  .max-h-91-phone-small {
    max-height: 91%;
  }

  .max-h-910-px-phone-small {
    max-height: 910px;
  }

  .w-92-phone-small {
    width: 92%;
  }

  .max-w-92-phone-small {
    max-width: 92%;
  }

  .w-92-px-phone-small {
    width: 92px;
  }

  .w-920-px-phone-small {
    width: 920px;
  }

  .max-w-920-px-phone-small {
    max-width: 920px;
  }

  .h-92-phone-small {
    height: 92%;
  }

  .h-92-px-phone-small {
    height: 92px;
  }

  .h-920-px-phone-small {
    height: 920px;
  }

  .max-h-92-phone-small {
    max-height: 92%;
  }

  .max-h-920-px-phone-small {
    max-height: 920px;
  }

  .w-93-phone-small {
    width: 93%;
  }

  .max-w-93-phone-small {
    max-width: 93%;
  }

  .w-93-px-phone-small {
    width: 93px;
  }

  .w-930-px-phone-small {
    width: 930px;
  }

  .max-w-930-px-phone-small {
    max-width: 930px;
  }

  .h-93-phone-small {
    height: 93%;
  }

  .h-93-px-phone-small {
    height: 93px;
  }

  .h-930-px-phone-small {
    height: 930px;
  }

  .max-h-93-phone-small {
    max-height: 93%;
  }

  .max-h-930-px-phone-small {
    max-height: 930px;
  }

  .w-94-phone-small {
    width: 94%;
  }

  .max-w-94-phone-small {
    max-width: 94%;
  }

  .w-94-px-phone-small {
    width: 94px;
  }

  .w-940-px-phone-small {
    width: 940px;
  }

  .max-w-940-px-phone-small {
    max-width: 940px;
  }

  .h-94-phone-small {
    height: 94%;
  }

  .h-94-px-phone-small {
    height: 94px;
  }

  .h-940-px-phone-small {
    height: 940px;
  }

  .max-h-94-phone-small {
    max-height: 94%;
  }

  .max-h-940-px-phone-small {
    max-height: 940px;
  }

  .w-95-phone-small {
    width: 95%;
  }

  .max-w-95-phone-small {
    max-width: 95%;
  }

  .w-95-px-phone-small {
    width: 95px;
  }

  .w-950-px-phone-small {
    width: 950px;
  }

  .max-w-950-px-phone-small {
    max-width: 950px;
  }

  .h-95-phone-small {
    height: 95%;
  }

  .h-95-px-phone-small {
    height: 95px;
  }

  .h-950-px-phone-small {
    height: 950px;
  }

  .max-h-95-phone-small {
    max-height: 95%;
  }

  .max-h-950-px-phone-small {
    max-height: 950px;
  }

  .w-96-phone-small {
    width: 96%;
  }

  .max-w-96-phone-small {
    max-width: 96%;
  }

  .w-96-px-phone-small {
    width: 96px;
  }

  .w-960-px-phone-small {
    width: 960px;
  }

  .max-w-960-px-phone-small {
    max-width: 960px;
  }

  .h-96-phone-small {
    height: 96%;
  }

  .h-96-px-phone-small {
    height: 96px;
  }

  .h-960-px-phone-small {
    height: 960px;
  }

  .max-h-96-phone-small {
    max-height: 96%;
  }

  .max-h-960-px-phone-small {
    max-height: 960px;
  }

  .w-97-phone-small {
    width: 97%;
  }

  .max-w-97-phone-small {
    max-width: 97%;
  }

  .w-97-px-phone-small {
    width: 97px;
  }

  .w-970-px-phone-small {
    width: 970px;
  }

  .max-w-970-px-phone-small {
    max-width: 970px;
  }

  .h-97-phone-small {
    height: 97%;
  }

  .h-97-px-phone-small {
    height: 97px;
  }

  .h-970-px-phone-small {
    height: 970px;
  }

  .max-h-97-phone-small {
    max-height: 97%;
  }

  .max-h-970-px-phone-small {
    max-height: 970px;
  }

  .w-98-phone-small {
    width: 98%;
  }

  .max-w-98-phone-small {
    max-width: 98%;
  }

  .w-98-px-phone-small {
    width: 98px;
  }

  .w-980-px-phone-small {
    width: 980px;
  }

  .max-w-980-px-phone-small {
    max-width: 980px;
  }

  .h-98-phone-small {
    height: 98%;
  }

  .h-98-px-phone-small {
    height: 98px;
  }

  .h-980-px-phone-small {
    height: 980px;
  }

  .max-h-98-phone-small {
    max-height: 98%;
  }

  .max-h-980-px-phone-small {
    max-height: 980px;
  }

  .w-99-phone-small {
    width: 99%;
  }

  .max-w-99-phone-small {
    max-width: 99%;
  }

  .w-99-px-phone-small {
    width: 99px;
  }

  .w-990-px-phone-small {
    width: 990px;
  }

  .max-w-990-px-phone-small {
    max-width: 990px;
  }

  .h-99-phone-small {
    height: 99%;
  }

  .h-99-px-phone-small {
    height: 99px;
  }

  .h-990-px-phone-small {
    height: 990px;
  }

  .max-h-99-phone-small {
    max-height: 99%;
  }

  .max-h-990-px-phone-small {
    max-height: 990px;
  }

  .w-100-phone-small {
    width: 100%;
  }

  .max-w-100-phone-small {
    max-width: 100%;
  }

  .w-100-px-phone-small {
    width: 100px;
  }

  .w-1000-px-phone-small {
    width: 1000px;
  }

  .max-w-1000-px-phone-small {
    max-width: 1000px;
  }

  .h-100-phone-small {
    height: 100%;
  }

  .h-100-px-phone-small {
    height: 100px;
  }

  .h-1000-px-phone-small {
    height: 1000px;
  }

  .max-h-100-phone-small {
    max-height: 100%;
  }

  .max-h-1000-px-phone-small {
    max-height: 1000px;
  }

  .max-w-ausrichtung-phone-small {
    max-width: 1380px;
  }

  .max-w-ausrichtung-inner-phone-small {
    max-width: 1024px;
  }

  .max-w-ausrichtung-inner-small-phone-small {
    max-width: 900px;
  }

  .w-one-third-phone-small {
    width: 33.333333333%;
  }

  .max-w-one-third-phone-small {
    max-width: 33.333333333%;
  }

  .w-one-third-vw-phone-small {
    width: 33.333333333vw;
  }

  .max-w-one-third-vw-phone-small {
    max-width: 33.333333333vw;
  }

  .w-two-thirds-phone-small {
    width: 66.666666666%;
  }

  .max-w-two-thirds-phone-small {
    max-width: 66.666666666%;
  }

  .w-two-thirds-vw-phone-small {
    width: 66.666666666vw;
  }

  .max-w-two-thirds-vw-phone-small {
    max-width: 66.666666666vw;
  }

  .w-one-third-minus-margin-l-r-abstand-smaller-phone-small {
    width: calc(33.333333333% - (2 * 0.625rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-smaller-phone-small {
    max-width: calc(33.333333333% - (2 * 0.625rem));
  }

  .w-one-third-minus-margin-l-r-abstand-small-phone-small {
    width: calc(33.333333333% - (2 * 1.25rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-small-phone-small {
    max-width: calc(33.333333333% - (2 * 1.25rem));
  }

  .w-one-third-minus-margin-l-r-abstand-normal-phone-small {
    width: calc(33.333333333% - (2 * 2.5rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-normal-phone-small {
    max-width: calc(33.333333333% - (2 * 2.5rem));
  }

  .w-one-third-minus-margin-l-r-abstand-big-phone-small {
    width: calc(33.333333333% - (2 * 3.75rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-big-phone-small {
    max-width: calc(33.333333333% - (2 * 3.75rem));
  }

  .h-one-third-phone-small {
    height: calc(100% / 3);
  }

  .max-h-one-third-phone-small {
    max-height: calc(100% / 3);
  }

  .min-h-one-third-phone-small {
    min-height: calc(100% / 3);
  }

  .h-one-third-vw-phone-small {
    height: calc(100vw / 3);
  }

  .max-h-one-third-vw-phone-small {
    max-height: calc(100vw / 3);
  }

  .min-h-one-third-vw-phone-small {
    min-height: calc(100vw / 3);
  }

  .h-two-third-phone-small {
    height: calc(100% / 3 * 2);
  }

  .max-h-two-third-phone-small {
    max-height: calc(100% / 2 * 2);
  }

  .min-h-two-third-phone-small {
    min-height: calc(100% / 3 * 2);
  }

  .h-two-third-vw-phone-small {
    height: calc(100vw / 3 * 2);
  }

  .max-h-two-third-vw-phone-small {
    max-height: calc(100vw / 3 * 2);
  }

  .min-h-two-third-vw-phone-small {
    min-height: calc(100vw / 3 * 2);
  }
}
@media all and (min-width: 480px) {
  .h-auto-phone {
    height: auto;
  }

  .grid-column-1-phone {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }

  .grid-column-2-phone {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .grid-column-3-phone {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }

  .grid-column-4-phone {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
  }

  .grid-column-5-phone {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
  }

  .grid-column-6-phone {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
  }

  .gap-abstand-smaller-phone {
    gap: 0.625rem;
  }

  .gap-abstand-small-phone {
    gap: 1.25rem;
  }

  .gap-abstand-normal-phone {
    gap: 2.5rem;
  }

  .gap-abstand-big-phone {
    gap: 3.75rem;
  }

  .w-auto-phone {
    width: auto;
  }

  .w-auto-important-phone {
    width: auto !important;
  }

  .w-0-phone {
    width: 0%;
  }

  .max-w-0-phone {
    max-width: 0%;
  }

  .w-0-px-phone {
    width: 0px;
  }

  .w-0-px-phone {
    width: 0px;
  }

  .max-w-0-px-phone {
    max-width: 0px;
  }

  .h-0-phone {
    height: 0%;
  }

  .h-0-px-phone {
    height: 0px;
  }

  .h-0-px-phone {
    height: 0px;
  }

  .max-h-0-phone {
    max-height: 0%;
  }

  .max-h-0-px-phone {
    max-height: 0px;
  }

  .w-1-phone {
    width: 1%;
  }

  .max-w-1-phone {
    max-width: 1%;
  }

  .w-1-px-phone {
    width: 1px;
  }

  .w-10-px-phone {
    width: 10px;
  }

  .max-w-10-px-phone {
    max-width: 10px;
  }

  .h-1-phone {
    height: 1%;
  }

  .h-1-px-phone {
    height: 1px;
  }

  .h-10-px-phone {
    height: 10px;
  }

  .max-h-1-phone {
    max-height: 1%;
  }

  .max-h-10-px-phone {
    max-height: 10px;
  }

  .w-2-phone {
    width: 2%;
  }

  .max-w-2-phone {
    max-width: 2%;
  }

  .w-2-px-phone {
    width: 2px;
  }

  .w-20-px-phone {
    width: 20px;
  }

  .max-w-20-px-phone {
    max-width: 20px;
  }

  .h-2-phone {
    height: 2%;
  }

  .h-2-px-phone {
    height: 2px;
  }

  .h-20-px-phone {
    height: 20px;
  }

  .max-h-2-phone {
    max-height: 2%;
  }

  .max-h-20-px-phone {
    max-height: 20px;
  }

  .w-3-phone {
    width: 3%;
  }

  .max-w-3-phone {
    max-width: 3%;
  }

  .w-3-px-phone {
    width: 3px;
  }

  .w-30-px-phone {
    width: 30px;
  }

  .max-w-30-px-phone {
    max-width: 30px;
  }

  .h-3-phone {
    height: 3%;
  }

  .h-3-px-phone {
    height: 3px;
  }

  .h-30-px-phone {
    height: 30px;
  }

  .max-h-3-phone {
    max-height: 3%;
  }

  .max-h-30-px-phone {
    max-height: 30px;
  }

  .w-4-phone {
    width: 4%;
  }

  .max-w-4-phone {
    max-width: 4%;
  }

  .w-4-px-phone {
    width: 4px;
  }

  .w-40-px-phone {
    width: 40px;
  }

  .max-w-40-px-phone {
    max-width: 40px;
  }

  .h-4-phone {
    height: 4%;
  }

  .h-4-px-phone {
    height: 4px;
  }

  .h-40-px-phone {
    height: 40px;
  }

  .max-h-4-phone {
    max-height: 4%;
  }

  .max-h-40-px-phone {
    max-height: 40px;
  }

  .w-5-phone {
    width: 5%;
  }

  .max-w-5-phone {
    max-width: 5%;
  }

  .w-5-px-phone {
    width: 5px;
  }

  .w-50-px-phone {
    width: 50px;
  }

  .max-w-50-px-phone {
    max-width: 50px;
  }

  .h-5-phone {
    height: 5%;
  }

  .h-5-px-phone {
    height: 5px;
  }

  .h-50-px-phone {
    height: 50px;
  }

  .max-h-5-phone {
    max-height: 5%;
  }

  .max-h-50-px-phone {
    max-height: 50px;
  }

  .w-6-phone {
    width: 6%;
  }

  .max-w-6-phone {
    max-width: 6%;
  }

  .w-6-px-phone {
    width: 6px;
  }

  .w-60-px-phone {
    width: 60px;
  }

  .max-w-60-px-phone {
    max-width: 60px;
  }

  .h-6-phone {
    height: 6%;
  }

  .h-6-px-phone {
    height: 6px;
  }

  .h-60-px-phone {
    height: 60px;
  }

  .max-h-6-phone {
    max-height: 6%;
  }

  .max-h-60-px-phone {
    max-height: 60px;
  }

  .w-7-phone {
    width: 7%;
  }

  .max-w-7-phone {
    max-width: 7%;
  }

  .w-7-px-phone {
    width: 7px;
  }

  .w-70-px-phone {
    width: 70px;
  }

  .max-w-70-px-phone {
    max-width: 70px;
  }

  .h-7-phone {
    height: 7%;
  }

  .h-7-px-phone {
    height: 7px;
  }

  .h-70-px-phone {
    height: 70px;
  }

  .max-h-7-phone {
    max-height: 7%;
  }

  .max-h-70-px-phone {
    max-height: 70px;
  }

  .w-8-phone {
    width: 8%;
  }

  .max-w-8-phone {
    max-width: 8%;
  }

  .w-8-px-phone {
    width: 8px;
  }

  .w-80-px-phone {
    width: 80px;
  }

  .max-w-80-px-phone {
    max-width: 80px;
  }

  .h-8-phone {
    height: 8%;
  }

  .h-8-px-phone {
    height: 8px;
  }

  .h-80-px-phone {
    height: 80px;
  }

  .max-h-8-phone {
    max-height: 8%;
  }

  .max-h-80-px-phone {
    max-height: 80px;
  }

  .w-9-phone {
    width: 9%;
  }

  .max-w-9-phone {
    max-width: 9%;
  }

  .w-9-px-phone {
    width: 9px;
  }

  .w-90-px-phone {
    width: 90px;
  }

  .max-w-90-px-phone {
    max-width: 90px;
  }

  .h-9-phone {
    height: 9%;
  }

  .h-9-px-phone {
    height: 9px;
  }

  .h-90-px-phone {
    height: 90px;
  }

  .max-h-9-phone {
    max-height: 9%;
  }

  .max-h-90-px-phone {
    max-height: 90px;
  }

  .w-10-phone {
    width: 10%;
  }

  .max-w-10-phone {
    max-width: 10%;
  }

  .w-10-px-phone {
    width: 10px;
  }

  .w-100-px-phone {
    width: 100px;
  }

  .max-w-100-px-phone {
    max-width: 100px;
  }

  .h-10-phone {
    height: 10%;
  }

  .h-10-px-phone {
    height: 10px;
  }

  .h-100-px-phone {
    height: 100px;
  }

  .max-h-10-phone {
    max-height: 10%;
  }

  .max-h-100-px-phone {
    max-height: 100px;
  }

  .w-11-phone {
    width: 11%;
  }

  .max-w-11-phone {
    max-width: 11%;
  }

  .w-11-px-phone {
    width: 11px;
  }

  .w-110-px-phone {
    width: 110px;
  }

  .max-w-110-px-phone {
    max-width: 110px;
  }

  .h-11-phone {
    height: 11%;
  }

  .h-11-px-phone {
    height: 11px;
  }

  .h-110-px-phone {
    height: 110px;
  }

  .max-h-11-phone {
    max-height: 11%;
  }

  .max-h-110-px-phone {
    max-height: 110px;
  }

  .w-12-phone {
    width: 12%;
  }

  .max-w-12-phone {
    max-width: 12%;
  }

  .w-12-px-phone {
    width: 12px;
  }

  .w-120-px-phone {
    width: 120px;
  }

  .max-w-120-px-phone {
    max-width: 120px;
  }

  .h-12-phone {
    height: 12%;
  }

  .h-12-px-phone {
    height: 12px;
  }

  .h-120-px-phone {
    height: 120px;
  }

  .max-h-12-phone {
    max-height: 12%;
  }

  .max-h-120-px-phone {
    max-height: 120px;
  }

  .w-13-phone {
    width: 13%;
  }

  .max-w-13-phone {
    max-width: 13%;
  }

  .w-13-px-phone {
    width: 13px;
  }

  .w-130-px-phone {
    width: 130px;
  }

  .max-w-130-px-phone {
    max-width: 130px;
  }

  .h-13-phone {
    height: 13%;
  }

  .h-13-px-phone {
    height: 13px;
  }

  .h-130-px-phone {
    height: 130px;
  }

  .max-h-13-phone {
    max-height: 13%;
  }

  .max-h-130-px-phone {
    max-height: 130px;
  }

  .w-14-phone {
    width: 14%;
  }

  .max-w-14-phone {
    max-width: 14%;
  }

  .w-14-px-phone {
    width: 14px;
  }

  .w-140-px-phone {
    width: 140px;
  }

  .max-w-140-px-phone {
    max-width: 140px;
  }

  .h-14-phone {
    height: 14%;
  }

  .h-14-px-phone {
    height: 14px;
  }

  .h-140-px-phone {
    height: 140px;
  }

  .max-h-14-phone {
    max-height: 14%;
  }

  .max-h-140-px-phone {
    max-height: 140px;
  }

  .w-15-phone {
    width: 15%;
  }

  .max-w-15-phone {
    max-width: 15%;
  }

  .w-15-px-phone {
    width: 15px;
  }

  .w-150-px-phone {
    width: 150px;
  }

  .max-w-150-px-phone {
    max-width: 150px;
  }

  .h-15-phone {
    height: 15%;
  }

  .h-15-px-phone {
    height: 15px;
  }

  .h-150-px-phone {
    height: 150px;
  }

  .max-h-15-phone {
    max-height: 15%;
  }

  .max-h-150-px-phone {
    max-height: 150px;
  }

  .w-16-phone {
    width: 16%;
  }

  .max-w-16-phone {
    max-width: 16%;
  }

  .w-16-px-phone {
    width: 16px;
  }

  .w-160-px-phone {
    width: 160px;
  }

  .max-w-160-px-phone {
    max-width: 160px;
  }

  .h-16-phone {
    height: 16%;
  }

  .h-16-px-phone {
    height: 16px;
  }

  .h-160-px-phone {
    height: 160px;
  }

  .max-h-16-phone {
    max-height: 16%;
  }

  .max-h-160-px-phone {
    max-height: 160px;
  }

  .w-17-phone {
    width: 17%;
  }

  .max-w-17-phone {
    max-width: 17%;
  }

  .w-17-px-phone {
    width: 17px;
  }

  .w-170-px-phone {
    width: 170px;
  }

  .max-w-170-px-phone {
    max-width: 170px;
  }

  .h-17-phone {
    height: 17%;
  }

  .h-17-px-phone {
    height: 17px;
  }

  .h-170-px-phone {
    height: 170px;
  }

  .max-h-17-phone {
    max-height: 17%;
  }

  .max-h-170-px-phone {
    max-height: 170px;
  }

  .w-18-phone {
    width: 18%;
  }

  .max-w-18-phone {
    max-width: 18%;
  }

  .w-18-px-phone {
    width: 18px;
  }

  .w-180-px-phone {
    width: 180px;
  }

  .max-w-180-px-phone {
    max-width: 180px;
  }

  .h-18-phone {
    height: 18%;
  }

  .h-18-px-phone {
    height: 18px;
  }

  .h-180-px-phone {
    height: 180px;
  }

  .max-h-18-phone {
    max-height: 18%;
  }

  .max-h-180-px-phone {
    max-height: 180px;
  }

  .w-19-phone {
    width: 19%;
  }

  .max-w-19-phone {
    max-width: 19%;
  }

  .w-19-px-phone {
    width: 19px;
  }

  .w-190-px-phone {
    width: 190px;
  }

  .max-w-190-px-phone {
    max-width: 190px;
  }

  .h-19-phone {
    height: 19%;
  }

  .h-19-px-phone {
    height: 19px;
  }

  .h-190-px-phone {
    height: 190px;
  }

  .max-h-19-phone {
    max-height: 19%;
  }

  .max-h-190-px-phone {
    max-height: 190px;
  }

  .w-20-phone {
    width: 20%;
  }

  .max-w-20-phone {
    max-width: 20%;
  }

  .w-20-px-phone {
    width: 20px;
  }

  .w-200-px-phone {
    width: 200px;
  }

  .max-w-200-px-phone {
    max-width: 200px;
  }

  .h-20-phone {
    height: 20%;
  }

  .h-20-px-phone {
    height: 20px;
  }

  .h-200-px-phone {
    height: 200px;
  }

  .max-h-20-phone {
    max-height: 20%;
  }

  .max-h-200-px-phone {
    max-height: 200px;
  }

  .w-21-phone {
    width: 21%;
  }

  .max-w-21-phone {
    max-width: 21%;
  }

  .w-21-px-phone {
    width: 21px;
  }

  .w-210-px-phone {
    width: 210px;
  }

  .max-w-210-px-phone {
    max-width: 210px;
  }

  .h-21-phone {
    height: 21%;
  }

  .h-21-px-phone {
    height: 21px;
  }

  .h-210-px-phone {
    height: 210px;
  }

  .max-h-21-phone {
    max-height: 21%;
  }

  .max-h-210-px-phone {
    max-height: 210px;
  }

  .w-22-phone {
    width: 22%;
  }

  .max-w-22-phone {
    max-width: 22%;
  }

  .w-22-px-phone {
    width: 22px;
  }

  .w-220-px-phone {
    width: 220px;
  }

  .max-w-220-px-phone {
    max-width: 220px;
  }

  .h-22-phone {
    height: 22%;
  }

  .h-22-px-phone {
    height: 22px;
  }

  .h-220-px-phone {
    height: 220px;
  }

  .max-h-22-phone {
    max-height: 22%;
  }

  .max-h-220-px-phone {
    max-height: 220px;
  }

  .w-23-phone {
    width: 23%;
  }

  .max-w-23-phone {
    max-width: 23%;
  }

  .w-23-px-phone {
    width: 23px;
  }

  .w-230-px-phone {
    width: 230px;
  }

  .max-w-230-px-phone {
    max-width: 230px;
  }

  .h-23-phone {
    height: 23%;
  }

  .h-23-px-phone {
    height: 23px;
  }

  .h-230-px-phone {
    height: 230px;
  }

  .max-h-23-phone {
    max-height: 23%;
  }

  .max-h-230-px-phone {
    max-height: 230px;
  }

  .w-24-phone {
    width: 24%;
  }

  .max-w-24-phone {
    max-width: 24%;
  }

  .w-24-px-phone {
    width: 24px;
  }

  .w-240-px-phone {
    width: 240px;
  }

  .max-w-240-px-phone {
    max-width: 240px;
  }

  .h-24-phone {
    height: 24%;
  }

  .h-24-px-phone {
    height: 24px;
  }

  .h-240-px-phone {
    height: 240px;
  }

  .max-h-24-phone {
    max-height: 24%;
  }

  .max-h-240-px-phone {
    max-height: 240px;
  }

  .w-25-phone {
    width: 25%;
  }

  .max-w-25-phone {
    max-width: 25%;
  }

  .w-25-px-phone {
    width: 25px;
  }

  .w-250-px-phone {
    width: 250px;
  }

  .max-w-250-px-phone {
    max-width: 250px;
  }

  .h-25-phone {
    height: 25%;
  }

  .h-25-px-phone {
    height: 25px;
  }

  .h-250-px-phone {
    height: 250px;
  }

  .max-h-25-phone {
    max-height: 25%;
  }

  .max-h-250-px-phone {
    max-height: 250px;
  }

  .w-26-phone {
    width: 26%;
  }

  .max-w-26-phone {
    max-width: 26%;
  }

  .w-26-px-phone {
    width: 26px;
  }

  .w-260-px-phone {
    width: 260px;
  }

  .max-w-260-px-phone {
    max-width: 260px;
  }

  .h-26-phone {
    height: 26%;
  }

  .h-26-px-phone {
    height: 26px;
  }

  .h-260-px-phone {
    height: 260px;
  }

  .max-h-26-phone {
    max-height: 26%;
  }

  .max-h-260-px-phone {
    max-height: 260px;
  }

  .w-27-phone {
    width: 27%;
  }

  .max-w-27-phone {
    max-width: 27%;
  }

  .w-27-px-phone {
    width: 27px;
  }

  .w-270-px-phone {
    width: 270px;
  }

  .max-w-270-px-phone {
    max-width: 270px;
  }

  .h-27-phone {
    height: 27%;
  }

  .h-27-px-phone {
    height: 27px;
  }

  .h-270-px-phone {
    height: 270px;
  }

  .max-h-27-phone {
    max-height: 27%;
  }

  .max-h-270-px-phone {
    max-height: 270px;
  }

  .w-28-phone {
    width: 28%;
  }

  .max-w-28-phone {
    max-width: 28%;
  }

  .w-28-px-phone {
    width: 28px;
  }

  .w-280-px-phone {
    width: 280px;
  }

  .max-w-280-px-phone {
    max-width: 280px;
  }

  .h-28-phone {
    height: 28%;
  }

  .h-28-px-phone {
    height: 28px;
  }

  .h-280-px-phone {
    height: 280px;
  }

  .max-h-28-phone {
    max-height: 28%;
  }

  .max-h-280-px-phone {
    max-height: 280px;
  }

  .w-29-phone {
    width: 29%;
  }

  .max-w-29-phone {
    max-width: 29%;
  }

  .w-29-px-phone {
    width: 29px;
  }

  .w-290-px-phone {
    width: 290px;
  }

  .max-w-290-px-phone {
    max-width: 290px;
  }

  .h-29-phone {
    height: 29%;
  }

  .h-29-px-phone {
    height: 29px;
  }

  .h-290-px-phone {
    height: 290px;
  }

  .max-h-29-phone {
    max-height: 29%;
  }

  .max-h-290-px-phone {
    max-height: 290px;
  }

  .w-30-phone {
    width: 30%;
  }

  .max-w-30-phone {
    max-width: 30%;
  }

  .w-30-px-phone {
    width: 30px;
  }

  .w-300-px-phone {
    width: 300px;
  }

  .max-w-300-px-phone {
    max-width: 300px;
  }

  .h-30-phone {
    height: 30%;
  }

  .h-30-px-phone {
    height: 30px;
  }

  .h-300-px-phone {
    height: 300px;
  }

  .max-h-30-phone {
    max-height: 30%;
  }

  .max-h-300-px-phone {
    max-height: 300px;
  }

  .w-31-phone {
    width: 31%;
  }

  .max-w-31-phone {
    max-width: 31%;
  }

  .w-31-px-phone {
    width: 31px;
  }

  .w-310-px-phone {
    width: 310px;
  }

  .max-w-310-px-phone {
    max-width: 310px;
  }

  .h-31-phone {
    height: 31%;
  }

  .h-31-px-phone {
    height: 31px;
  }

  .h-310-px-phone {
    height: 310px;
  }

  .max-h-31-phone {
    max-height: 31%;
  }

  .max-h-310-px-phone {
    max-height: 310px;
  }

  .w-32-phone {
    width: 32%;
  }

  .max-w-32-phone {
    max-width: 32%;
  }

  .w-32-px-phone {
    width: 32px;
  }

  .w-320-px-phone {
    width: 320px;
  }

  .max-w-320-px-phone {
    max-width: 320px;
  }

  .h-32-phone {
    height: 32%;
  }

  .h-32-px-phone {
    height: 32px;
  }

  .h-320-px-phone {
    height: 320px;
  }

  .max-h-32-phone {
    max-height: 32%;
  }

  .max-h-320-px-phone {
    max-height: 320px;
  }

  .w-33-phone {
    width: 33%;
  }

  .max-w-33-phone {
    max-width: 33%;
  }

  .w-33-px-phone {
    width: 33px;
  }

  .w-330-px-phone {
    width: 330px;
  }

  .max-w-330-px-phone {
    max-width: 330px;
  }

  .h-33-phone {
    height: 33%;
  }

  .h-33-px-phone {
    height: 33px;
  }

  .h-330-px-phone {
    height: 330px;
  }

  .max-h-33-phone {
    max-height: 33%;
  }

  .max-h-330-px-phone {
    max-height: 330px;
  }

  .w-34-phone {
    width: 34%;
  }

  .max-w-34-phone {
    max-width: 34%;
  }

  .w-34-px-phone {
    width: 34px;
  }

  .w-340-px-phone {
    width: 340px;
  }

  .max-w-340-px-phone {
    max-width: 340px;
  }

  .h-34-phone {
    height: 34%;
  }

  .h-34-px-phone {
    height: 34px;
  }

  .h-340-px-phone {
    height: 340px;
  }

  .max-h-34-phone {
    max-height: 34%;
  }

  .max-h-340-px-phone {
    max-height: 340px;
  }

  .w-35-phone {
    width: 35%;
  }

  .max-w-35-phone {
    max-width: 35%;
  }

  .w-35-px-phone {
    width: 35px;
  }

  .w-350-px-phone {
    width: 350px;
  }

  .max-w-350-px-phone {
    max-width: 350px;
  }

  .h-35-phone {
    height: 35%;
  }

  .h-35-px-phone {
    height: 35px;
  }

  .h-350-px-phone {
    height: 350px;
  }

  .max-h-35-phone {
    max-height: 35%;
  }

  .max-h-350-px-phone {
    max-height: 350px;
  }

  .w-36-phone {
    width: 36%;
  }

  .max-w-36-phone {
    max-width: 36%;
  }

  .w-36-px-phone {
    width: 36px;
  }

  .w-360-px-phone {
    width: 360px;
  }

  .max-w-360-px-phone {
    max-width: 360px;
  }

  .h-36-phone {
    height: 36%;
  }

  .h-36-px-phone {
    height: 36px;
  }

  .h-360-px-phone {
    height: 360px;
  }

  .max-h-36-phone {
    max-height: 36%;
  }

  .max-h-360-px-phone {
    max-height: 360px;
  }

  .w-37-phone {
    width: 37%;
  }

  .max-w-37-phone {
    max-width: 37%;
  }

  .w-37-px-phone {
    width: 37px;
  }

  .w-370-px-phone {
    width: 370px;
  }

  .max-w-370-px-phone {
    max-width: 370px;
  }

  .h-37-phone {
    height: 37%;
  }

  .h-37-px-phone {
    height: 37px;
  }

  .h-370-px-phone {
    height: 370px;
  }

  .max-h-37-phone {
    max-height: 37%;
  }

  .max-h-370-px-phone {
    max-height: 370px;
  }

  .w-38-phone {
    width: 38%;
  }

  .max-w-38-phone {
    max-width: 38%;
  }

  .w-38-px-phone {
    width: 38px;
  }

  .w-380-px-phone {
    width: 380px;
  }

  .max-w-380-px-phone {
    max-width: 380px;
  }

  .h-38-phone {
    height: 38%;
  }

  .h-38-px-phone {
    height: 38px;
  }

  .h-380-px-phone {
    height: 380px;
  }

  .max-h-38-phone {
    max-height: 38%;
  }

  .max-h-380-px-phone {
    max-height: 380px;
  }

  .w-39-phone {
    width: 39%;
  }

  .max-w-39-phone {
    max-width: 39%;
  }

  .w-39-px-phone {
    width: 39px;
  }

  .w-390-px-phone {
    width: 390px;
  }

  .max-w-390-px-phone {
    max-width: 390px;
  }

  .h-39-phone {
    height: 39%;
  }

  .h-39-px-phone {
    height: 39px;
  }

  .h-390-px-phone {
    height: 390px;
  }

  .max-h-39-phone {
    max-height: 39%;
  }

  .max-h-390-px-phone {
    max-height: 390px;
  }

  .w-40-phone {
    width: 40%;
  }

  .max-w-40-phone {
    max-width: 40%;
  }

  .w-40-px-phone {
    width: 40px;
  }

  .w-400-px-phone {
    width: 400px;
  }

  .max-w-400-px-phone {
    max-width: 400px;
  }

  .h-40-phone {
    height: 40%;
  }

  .h-40-px-phone {
    height: 40px;
  }

  .h-400-px-phone {
    height: 400px;
  }

  .max-h-40-phone {
    max-height: 40%;
  }

  .max-h-400-px-phone {
    max-height: 400px;
  }

  .w-41-phone {
    width: 41%;
  }

  .max-w-41-phone {
    max-width: 41%;
  }

  .w-41-px-phone {
    width: 41px;
  }

  .w-410-px-phone {
    width: 410px;
  }

  .max-w-410-px-phone {
    max-width: 410px;
  }

  .h-41-phone {
    height: 41%;
  }

  .h-41-px-phone {
    height: 41px;
  }

  .h-410-px-phone {
    height: 410px;
  }

  .max-h-41-phone {
    max-height: 41%;
  }

  .max-h-410-px-phone {
    max-height: 410px;
  }

  .w-42-phone {
    width: 42%;
  }

  .max-w-42-phone {
    max-width: 42%;
  }

  .w-42-px-phone {
    width: 42px;
  }

  .w-420-px-phone {
    width: 420px;
  }

  .max-w-420-px-phone {
    max-width: 420px;
  }

  .h-42-phone {
    height: 42%;
  }

  .h-42-px-phone {
    height: 42px;
  }

  .h-420-px-phone {
    height: 420px;
  }

  .max-h-42-phone {
    max-height: 42%;
  }

  .max-h-420-px-phone {
    max-height: 420px;
  }

  .w-43-phone {
    width: 43%;
  }

  .max-w-43-phone {
    max-width: 43%;
  }

  .w-43-px-phone {
    width: 43px;
  }

  .w-430-px-phone {
    width: 430px;
  }

  .max-w-430-px-phone {
    max-width: 430px;
  }

  .h-43-phone {
    height: 43%;
  }

  .h-43-px-phone {
    height: 43px;
  }

  .h-430-px-phone {
    height: 430px;
  }

  .max-h-43-phone {
    max-height: 43%;
  }

  .max-h-430-px-phone {
    max-height: 430px;
  }

  .w-44-phone {
    width: 44%;
  }

  .max-w-44-phone {
    max-width: 44%;
  }

  .w-44-px-phone {
    width: 44px;
  }

  .w-440-px-phone {
    width: 440px;
  }

  .max-w-440-px-phone {
    max-width: 440px;
  }

  .h-44-phone {
    height: 44%;
  }

  .h-44-px-phone {
    height: 44px;
  }

  .h-440-px-phone {
    height: 440px;
  }

  .max-h-44-phone {
    max-height: 44%;
  }

  .max-h-440-px-phone {
    max-height: 440px;
  }

  .w-45-phone {
    width: 45%;
  }

  .max-w-45-phone {
    max-width: 45%;
  }

  .w-45-px-phone {
    width: 45px;
  }

  .w-450-px-phone {
    width: 450px;
  }

  .max-w-450-px-phone {
    max-width: 450px;
  }

  .h-45-phone {
    height: 45%;
  }

  .h-45-px-phone {
    height: 45px;
  }

  .h-450-px-phone {
    height: 450px;
  }

  .max-h-45-phone {
    max-height: 45%;
  }

  .max-h-450-px-phone {
    max-height: 450px;
  }

  .w-46-phone {
    width: 46%;
  }

  .max-w-46-phone {
    max-width: 46%;
  }

  .w-46-px-phone {
    width: 46px;
  }

  .w-460-px-phone {
    width: 460px;
  }

  .max-w-460-px-phone {
    max-width: 460px;
  }

  .h-46-phone {
    height: 46%;
  }

  .h-46-px-phone {
    height: 46px;
  }

  .h-460-px-phone {
    height: 460px;
  }

  .max-h-46-phone {
    max-height: 46%;
  }

  .max-h-460-px-phone {
    max-height: 460px;
  }

  .w-47-phone {
    width: 47%;
  }

  .max-w-47-phone {
    max-width: 47%;
  }

  .w-47-px-phone {
    width: 47px;
  }

  .w-470-px-phone {
    width: 470px;
  }

  .max-w-470-px-phone {
    max-width: 470px;
  }

  .h-47-phone {
    height: 47%;
  }

  .h-47-px-phone {
    height: 47px;
  }

  .h-470-px-phone {
    height: 470px;
  }

  .max-h-47-phone {
    max-height: 47%;
  }

  .max-h-470-px-phone {
    max-height: 470px;
  }

  .w-48-phone {
    width: 48%;
  }

  .max-w-48-phone {
    max-width: 48%;
  }

  .w-48-px-phone {
    width: 48px;
  }

  .w-480-px-phone {
    width: 480px;
  }

  .max-w-480-px-phone {
    max-width: 480px;
  }

  .h-48-phone {
    height: 48%;
  }

  .h-48-px-phone {
    height: 48px;
  }

  .h-480-px-phone {
    height: 480px;
  }

  .max-h-48-phone {
    max-height: 48%;
  }

  .max-h-480-px-phone {
    max-height: 480px;
  }

  .w-49-phone {
    width: 49%;
  }

  .max-w-49-phone {
    max-width: 49%;
  }

  .w-49-px-phone {
    width: 49px;
  }

  .w-490-px-phone {
    width: 490px;
  }

  .max-w-490-px-phone {
    max-width: 490px;
  }

  .h-49-phone {
    height: 49%;
  }

  .h-49-px-phone {
    height: 49px;
  }

  .h-490-px-phone {
    height: 490px;
  }

  .max-h-49-phone {
    max-height: 49%;
  }

  .max-h-490-px-phone {
    max-height: 490px;
  }

  .w-50-phone {
    width: 50%;
  }

  .max-w-50-phone {
    max-width: 50%;
  }

  .w-50-px-phone {
    width: 50px;
  }

  .w-500-px-phone {
    width: 500px;
  }

  .max-w-500-px-phone {
    max-width: 500px;
  }

  .h-50-phone {
    height: 50%;
  }

  .h-50-px-phone {
    height: 50px;
  }

  .h-500-px-phone {
    height: 500px;
  }

  .max-h-50-phone {
    max-height: 50%;
  }

  .max-h-500-px-phone {
    max-height: 500px;
  }

  .w-51-phone {
    width: 51%;
  }

  .max-w-51-phone {
    max-width: 51%;
  }

  .w-51-px-phone {
    width: 51px;
  }

  .w-510-px-phone {
    width: 510px;
  }

  .max-w-510-px-phone {
    max-width: 510px;
  }

  .h-51-phone {
    height: 51%;
  }

  .h-51-px-phone {
    height: 51px;
  }

  .h-510-px-phone {
    height: 510px;
  }

  .max-h-51-phone {
    max-height: 51%;
  }

  .max-h-510-px-phone {
    max-height: 510px;
  }

  .w-52-phone {
    width: 52%;
  }

  .max-w-52-phone {
    max-width: 52%;
  }

  .w-52-px-phone {
    width: 52px;
  }

  .w-520-px-phone {
    width: 520px;
  }

  .max-w-520-px-phone {
    max-width: 520px;
  }

  .h-52-phone {
    height: 52%;
  }

  .h-52-px-phone {
    height: 52px;
  }

  .h-520-px-phone {
    height: 520px;
  }

  .max-h-52-phone {
    max-height: 52%;
  }

  .max-h-520-px-phone {
    max-height: 520px;
  }

  .w-53-phone {
    width: 53%;
  }

  .max-w-53-phone {
    max-width: 53%;
  }

  .w-53-px-phone {
    width: 53px;
  }

  .w-530-px-phone {
    width: 530px;
  }

  .max-w-530-px-phone {
    max-width: 530px;
  }

  .h-53-phone {
    height: 53%;
  }

  .h-53-px-phone {
    height: 53px;
  }

  .h-530-px-phone {
    height: 530px;
  }

  .max-h-53-phone {
    max-height: 53%;
  }

  .max-h-530-px-phone {
    max-height: 530px;
  }

  .w-54-phone {
    width: 54%;
  }

  .max-w-54-phone {
    max-width: 54%;
  }

  .w-54-px-phone {
    width: 54px;
  }

  .w-540-px-phone {
    width: 540px;
  }

  .max-w-540-px-phone {
    max-width: 540px;
  }

  .h-54-phone {
    height: 54%;
  }

  .h-54-px-phone {
    height: 54px;
  }

  .h-540-px-phone {
    height: 540px;
  }

  .max-h-54-phone {
    max-height: 54%;
  }

  .max-h-540-px-phone {
    max-height: 540px;
  }

  .w-55-phone {
    width: 55%;
  }

  .max-w-55-phone {
    max-width: 55%;
  }

  .w-55-px-phone {
    width: 55px;
  }

  .w-550-px-phone {
    width: 550px;
  }

  .max-w-550-px-phone {
    max-width: 550px;
  }

  .h-55-phone {
    height: 55%;
  }

  .h-55-px-phone {
    height: 55px;
  }

  .h-550-px-phone {
    height: 550px;
  }

  .max-h-55-phone {
    max-height: 55%;
  }

  .max-h-550-px-phone {
    max-height: 550px;
  }

  .w-56-phone {
    width: 56%;
  }

  .max-w-56-phone {
    max-width: 56%;
  }

  .w-56-px-phone {
    width: 56px;
  }

  .w-560-px-phone {
    width: 560px;
  }

  .max-w-560-px-phone {
    max-width: 560px;
  }

  .h-56-phone {
    height: 56%;
  }

  .h-56-px-phone {
    height: 56px;
  }

  .h-560-px-phone {
    height: 560px;
  }

  .max-h-56-phone {
    max-height: 56%;
  }

  .max-h-560-px-phone {
    max-height: 560px;
  }

  .w-57-phone {
    width: 57%;
  }

  .max-w-57-phone {
    max-width: 57%;
  }

  .w-57-px-phone {
    width: 57px;
  }

  .w-570-px-phone {
    width: 570px;
  }

  .max-w-570-px-phone {
    max-width: 570px;
  }

  .h-57-phone {
    height: 57%;
  }

  .h-57-px-phone {
    height: 57px;
  }

  .h-570-px-phone {
    height: 570px;
  }

  .max-h-57-phone {
    max-height: 57%;
  }

  .max-h-570-px-phone {
    max-height: 570px;
  }

  .w-58-phone {
    width: 58%;
  }

  .max-w-58-phone {
    max-width: 58%;
  }

  .w-58-px-phone {
    width: 58px;
  }

  .w-580-px-phone {
    width: 580px;
  }

  .max-w-580-px-phone {
    max-width: 580px;
  }

  .h-58-phone {
    height: 58%;
  }

  .h-58-px-phone {
    height: 58px;
  }

  .h-580-px-phone {
    height: 580px;
  }

  .max-h-58-phone {
    max-height: 58%;
  }

  .max-h-580-px-phone {
    max-height: 580px;
  }

  .w-59-phone {
    width: 59%;
  }

  .max-w-59-phone {
    max-width: 59%;
  }

  .w-59-px-phone {
    width: 59px;
  }

  .w-590-px-phone {
    width: 590px;
  }

  .max-w-590-px-phone {
    max-width: 590px;
  }

  .h-59-phone {
    height: 59%;
  }

  .h-59-px-phone {
    height: 59px;
  }

  .h-590-px-phone {
    height: 590px;
  }

  .max-h-59-phone {
    max-height: 59%;
  }

  .max-h-590-px-phone {
    max-height: 590px;
  }

  .w-60-phone {
    width: 60%;
  }

  .max-w-60-phone {
    max-width: 60%;
  }

  .w-60-px-phone {
    width: 60px;
  }

  .w-600-px-phone {
    width: 600px;
  }

  .max-w-600-px-phone {
    max-width: 600px;
  }

  .h-60-phone {
    height: 60%;
  }

  .h-60-px-phone {
    height: 60px;
  }

  .h-600-px-phone {
    height: 600px;
  }

  .max-h-60-phone {
    max-height: 60%;
  }

  .max-h-600-px-phone {
    max-height: 600px;
  }

  .w-61-phone {
    width: 61%;
  }

  .max-w-61-phone {
    max-width: 61%;
  }

  .w-61-px-phone {
    width: 61px;
  }

  .w-610-px-phone {
    width: 610px;
  }

  .max-w-610-px-phone {
    max-width: 610px;
  }

  .h-61-phone {
    height: 61%;
  }

  .h-61-px-phone {
    height: 61px;
  }

  .h-610-px-phone {
    height: 610px;
  }

  .max-h-61-phone {
    max-height: 61%;
  }

  .max-h-610-px-phone {
    max-height: 610px;
  }

  .w-62-phone {
    width: 62%;
  }

  .max-w-62-phone {
    max-width: 62%;
  }

  .w-62-px-phone {
    width: 62px;
  }

  .w-620-px-phone {
    width: 620px;
  }

  .max-w-620-px-phone {
    max-width: 620px;
  }

  .h-62-phone {
    height: 62%;
  }

  .h-62-px-phone {
    height: 62px;
  }

  .h-620-px-phone {
    height: 620px;
  }

  .max-h-62-phone {
    max-height: 62%;
  }

  .max-h-620-px-phone {
    max-height: 620px;
  }

  .w-63-phone {
    width: 63%;
  }

  .max-w-63-phone {
    max-width: 63%;
  }

  .w-63-px-phone {
    width: 63px;
  }

  .w-630-px-phone {
    width: 630px;
  }

  .max-w-630-px-phone {
    max-width: 630px;
  }

  .h-63-phone {
    height: 63%;
  }

  .h-63-px-phone {
    height: 63px;
  }

  .h-630-px-phone {
    height: 630px;
  }

  .max-h-63-phone {
    max-height: 63%;
  }

  .max-h-630-px-phone {
    max-height: 630px;
  }

  .w-64-phone {
    width: 64%;
  }

  .max-w-64-phone {
    max-width: 64%;
  }

  .w-64-px-phone {
    width: 64px;
  }

  .w-640-px-phone {
    width: 640px;
  }

  .max-w-640-px-phone {
    max-width: 640px;
  }

  .h-64-phone {
    height: 64%;
  }

  .h-64-px-phone {
    height: 64px;
  }

  .h-640-px-phone {
    height: 640px;
  }

  .max-h-64-phone {
    max-height: 64%;
  }

  .max-h-640-px-phone {
    max-height: 640px;
  }

  .w-65-phone {
    width: 65%;
  }

  .max-w-65-phone {
    max-width: 65%;
  }

  .w-65-px-phone {
    width: 65px;
  }

  .w-650-px-phone {
    width: 650px;
  }

  .max-w-650-px-phone {
    max-width: 650px;
  }

  .h-65-phone {
    height: 65%;
  }

  .h-65-px-phone {
    height: 65px;
  }

  .h-650-px-phone {
    height: 650px;
  }

  .max-h-65-phone {
    max-height: 65%;
  }

  .max-h-650-px-phone {
    max-height: 650px;
  }

  .w-66-phone {
    width: 66%;
  }

  .max-w-66-phone {
    max-width: 66%;
  }

  .w-66-px-phone {
    width: 66px;
  }

  .w-660-px-phone {
    width: 660px;
  }

  .max-w-660-px-phone {
    max-width: 660px;
  }

  .h-66-phone {
    height: 66%;
  }

  .h-66-px-phone {
    height: 66px;
  }

  .h-660-px-phone {
    height: 660px;
  }

  .max-h-66-phone {
    max-height: 66%;
  }

  .max-h-660-px-phone {
    max-height: 660px;
  }

  .w-67-phone {
    width: 67%;
  }

  .max-w-67-phone {
    max-width: 67%;
  }

  .w-67-px-phone {
    width: 67px;
  }

  .w-670-px-phone {
    width: 670px;
  }

  .max-w-670-px-phone {
    max-width: 670px;
  }

  .h-67-phone {
    height: 67%;
  }

  .h-67-px-phone {
    height: 67px;
  }

  .h-670-px-phone {
    height: 670px;
  }

  .max-h-67-phone {
    max-height: 67%;
  }

  .max-h-670-px-phone {
    max-height: 670px;
  }

  .w-68-phone {
    width: 68%;
  }

  .max-w-68-phone {
    max-width: 68%;
  }

  .w-68-px-phone {
    width: 68px;
  }

  .w-680-px-phone {
    width: 680px;
  }

  .max-w-680-px-phone {
    max-width: 680px;
  }

  .h-68-phone {
    height: 68%;
  }

  .h-68-px-phone {
    height: 68px;
  }

  .h-680-px-phone {
    height: 680px;
  }

  .max-h-68-phone {
    max-height: 68%;
  }

  .max-h-680-px-phone {
    max-height: 680px;
  }

  .w-69-phone {
    width: 69%;
  }

  .max-w-69-phone {
    max-width: 69%;
  }

  .w-69-px-phone {
    width: 69px;
  }

  .w-690-px-phone {
    width: 690px;
  }

  .max-w-690-px-phone {
    max-width: 690px;
  }

  .h-69-phone {
    height: 69%;
  }

  .h-69-px-phone {
    height: 69px;
  }

  .h-690-px-phone {
    height: 690px;
  }

  .max-h-69-phone {
    max-height: 69%;
  }

  .max-h-690-px-phone {
    max-height: 690px;
  }

  .w-70-phone {
    width: 70%;
  }

  .max-w-70-phone {
    max-width: 70%;
  }

  .w-70-px-phone {
    width: 70px;
  }

  .w-700-px-phone {
    width: 700px;
  }

  .max-w-700-px-phone {
    max-width: 700px;
  }

  .h-70-phone {
    height: 70%;
  }

  .h-70-px-phone {
    height: 70px;
  }

  .h-700-px-phone {
    height: 700px;
  }

  .max-h-70-phone {
    max-height: 70%;
  }

  .max-h-700-px-phone {
    max-height: 700px;
  }

  .w-71-phone {
    width: 71%;
  }

  .max-w-71-phone {
    max-width: 71%;
  }

  .w-71-px-phone {
    width: 71px;
  }

  .w-710-px-phone {
    width: 710px;
  }

  .max-w-710-px-phone {
    max-width: 710px;
  }

  .h-71-phone {
    height: 71%;
  }

  .h-71-px-phone {
    height: 71px;
  }

  .h-710-px-phone {
    height: 710px;
  }

  .max-h-71-phone {
    max-height: 71%;
  }

  .max-h-710-px-phone {
    max-height: 710px;
  }

  .w-72-phone {
    width: 72%;
  }

  .max-w-72-phone {
    max-width: 72%;
  }

  .w-72-px-phone {
    width: 72px;
  }

  .w-720-px-phone {
    width: 720px;
  }

  .max-w-720-px-phone {
    max-width: 720px;
  }

  .h-72-phone {
    height: 72%;
  }

  .h-72-px-phone {
    height: 72px;
  }

  .h-720-px-phone {
    height: 720px;
  }

  .max-h-72-phone {
    max-height: 72%;
  }

  .max-h-720-px-phone {
    max-height: 720px;
  }

  .w-73-phone {
    width: 73%;
  }

  .max-w-73-phone {
    max-width: 73%;
  }

  .w-73-px-phone {
    width: 73px;
  }

  .w-730-px-phone {
    width: 730px;
  }

  .max-w-730-px-phone {
    max-width: 730px;
  }

  .h-73-phone {
    height: 73%;
  }

  .h-73-px-phone {
    height: 73px;
  }

  .h-730-px-phone {
    height: 730px;
  }

  .max-h-73-phone {
    max-height: 73%;
  }

  .max-h-730-px-phone {
    max-height: 730px;
  }

  .w-74-phone {
    width: 74%;
  }

  .max-w-74-phone {
    max-width: 74%;
  }

  .w-74-px-phone {
    width: 74px;
  }

  .w-740-px-phone {
    width: 740px;
  }

  .max-w-740-px-phone {
    max-width: 740px;
  }

  .h-74-phone {
    height: 74%;
  }

  .h-74-px-phone {
    height: 74px;
  }

  .h-740-px-phone {
    height: 740px;
  }

  .max-h-74-phone {
    max-height: 74%;
  }

  .max-h-740-px-phone {
    max-height: 740px;
  }

  .w-75-phone {
    width: 75%;
  }

  .max-w-75-phone {
    max-width: 75%;
  }

  .w-75-px-phone {
    width: 75px;
  }

  .w-750-px-phone {
    width: 750px;
  }

  .max-w-750-px-phone {
    max-width: 750px;
  }

  .h-75-phone {
    height: 75%;
  }

  .h-75-px-phone {
    height: 75px;
  }

  .h-750-px-phone {
    height: 750px;
  }

  .max-h-75-phone {
    max-height: 75%;
  }

  .max-h-750-px-phone {
    max-height: 750px;
  }

  .w-76-phone {
    width: 76%;
  }

  .max-w-76-phone {
    max-width: 76%;
  }

  .w-76-px-phone {
    width: 76px;
  }

  .w-760-px-phone {
    width: 760px;
  }

  .max-w-760-px-phone {
    max-width: 760px;
  }

  .h-76-phone {
    height: 76%;
  }

  .h-76-px-phone {
    height: 76px;
  }

  .h-760-px-phone {
    height: 760px;
  }

  .max-h-76-phone {
    max-height: 76%;
  }

  .max-h-760-px-phone {
    max-height: 760px;
  }

  .w-77-phone {
    width: 77%;
  }

  .max-w-77-phone {
    max-width: 77%;
  }

  .w-77-px-phone {
    width: 77px;
  }

  .w-770-px-phone {
    width: 770px;
  }

  .max-w-770-px-phone {
    max-width: 770px;
  }

  .h-77-phone {
    height: 77%;
  }

  .h-77-px-phone {
    height: 77px;
  }

  .h-770-px-phone {
    height: 770px;
  }

  .max-h-77-phone {
    max-height: 77%;
  }

  .max-h-770-px-phone {
    max-height: 770px;
  }

  .w-78-phone {
    width: 78%;
  }

  .max-w-78-phone {
    max-width: 78%;
  }

  .w-78-px-phone {
    width: 78px;
  }

  .w-780-px-phone {
    width: 780px;
  }

  .max-w-780-px-phone {
    max-width: 780px;
  }

  .h-78-phone {
    height: 78%;
  }

  .h-78-px-phone {
    height: 78px;
  }

  .h-780-px-phone {
    height: 780px;
  }

  .max-h-78-phone {
    max-height: 78%;
  }

  .max-h-780-px-phone {
    max-height: 780px;
  }

  .w-79-phone {
    width: 79%;
  }

  .max-w-79-phone {
    max-width: 79%;
  }

  .w-79-px-phone {
    width: 79px;
  }

  .w-790-px-phone {
    width: 790px;
  }

  .max-w-790-px-phone {
    max-width: 790px;
  }

  .h-79-phone {
    height: 79%;
  }

  .h-79-px-phone {
    height: 79px;
  }

  .h-790-px-phone {
    height: 790px;
  }

  .max-h-79-phone {
    max-height: 79%;
  }

  .max-h-790-px-phone {
    max-height: 790px;
  }

  .w-80-phone {
    width: 80%;
  }

  .max-w-80-phone {
    max-width: 80%;
  }

  .w-80-px-phone {
    width: 80px;
  }

  .w-800-px-phone {
    width: 800px;
  }

  .max-w-800-px-phone {
    max-width: 800px;
  }

  .h-80-phone {
    height: 80%;
  }

  .h-80-px-phone {
    height: 80px;
  }

  .h-800-px-phone {
    height: 800px;
  }

  .max-h-80-phone {
    max-height: 80%;
  }

  .max-h-800-px-phone {
    max-height: 800px;
  }

  .w-81-phone {
    width: 81%;
  }

  .max-w-81-phone {
    max-width: 81%;
  }

  .w-81-px-phone {
    width: 81px;
  }

  .w-810-px-phone {
    width: 810px;
  }

  .max-w-810-px-phone {
    max-width: 810px;
  }

  .h-81-phone {
    height: 81%;
  }

  .h-81-px-phone {
    height: 81px;
  }

  .h-810-px-phone {
    height: 810px;
  }

  .max-h-81-phone {
    max-height: 81%;
  }

  .max-h-810-px-phone {
    max-height: 810px;
  }

  .w-82-phone {
    width: 82%;
  }

  .max-w-82-phone {
    max-width: 82%;
  }

  .w-82-px-phone {
    width: 82px;
  }

  .w-820-px-phone {
    width: 820px;
  }

  .max-w-820-px-phone {
    max-width: 820px;
  }

  .h-82-phone {
    height: 82%;
  }

  .h-82-px-phone {
    height: 82px;
  }

  .h-820-px-phone {
    height: 820px;
  }

  .max-h-82-phone {
    max-height: 82%;
  }

  .max-h-820-px-phone {
    max-height: 820px;
  }

  .w-83-phone {
    width: 83%;
  }

  .max-w-83-phone {
    max-width: 83%;
  }

  .w-83-px-phone {
    width: 83px;
  }

  .w-830-px-phone {
    width: 830px;
  }

  .max-w-830-px-phone {
    max-width: 830px;
  }

  .h-83-phone {
    height: 83%;
  }

  .h-83-px-phone {
    height: 83px;
  }

  .h-830-px-phone {
    height: 830px;
  }

  .max-h-83-phone {
    max-height: 83%;
  }

  .max-h-830-px-phone {
    max-height: 830px;
  }

  .w-84-phone {
    width: 84%;
  }

  .max-w-84-phone {
    max-width: 84%;
  }

  .w-84-px-phone {
    width: 84px;
  }

  .w-840-px-phone {
    width: 840px;
  }

  .max-w-840-px-phone {
    max-width: 840px;
  }

  .h-84-phone {
    height: 84%;
  }

  .h-84-px-phone {
    height: 84px;
  }

  .h-840-px-phone {
    height: 840px;
  }

  .max-h-84-phone {
    max-height: 84%;
  }

  .max-h-840-px-phone {
    max-height: 840px;
  }

  .w-85-phone {
    width: 85%;
  }

  .max-w-85-phone {
    max-width: 85%;
  }

  .w-85-px-phone {
    width: 85px;
  }

  .w-850-px-phone {
    width: 850px;
  }

  .max-w-850-px-phone {
    max-width: 850px;
  }

  .h-85-phone {
    height: 85%;
  }

  .h-85-px-phone {
    height: 85px;
  }

  .h-850-px-phone {
    height: 850px;
  }

  .max-h-85-phone {
    max-height: 85%;
  }

  .max-h-850-px-phone {
    max-height: 850px;
  }

  .w-86-phone {
    width: 86%;
  }

  .max-w-86-phone {
    max-width: 86%;
  }

  .w-86-px-phone {
    width: 86px;
  }

  .w-860-px-phone {
    width: 860px;
  }

  .max-w-860-px-phone {
    max-width: 860px;
  }

  .h-86-phone {
    height: 86%;
  }

  .h-86-px-phone {
    height: 86px;
  }

  .h-860-px-phone {
    height: 860px;
  }

  .max-h-86-phone {
    max-height: 86%;
  }

  .max-h-860-px-phone {
    max-height: 860px;
  }

  .w-87-phone {
    width: 87%;
  }

  .max-w-87-phone {
    max-width: 87%;
  }

  .w-87-px-phone {
    width: 87px;
  }

  .w-870-px-phone {
    width: 870px;
  }

  .max-w-870-px-phone {
    max-width: 870px;
  }

  .h-87-phone {
    height: 87%;
  }

  .h-87-px-phone {
    height: 87px;
  }

  .h-870-px-phone {
    height: 870px;
  }

  .max-h-87-phone {
    max-height: 87%;
  }

  .max-h-870-px-phone {
    max-height: 870px;
  }

  .w-88-phone {
    width: 88%;
  }

  .max-w-88-phone {
    max-width: 88%;
  }

  .w-88-px-phone {
    width: 88px;
  }

  .w-880-px-phone {
    width: 880px;
  }

  .max-w-880-px-phone {
    max-width: 880px;
  }

  .h-88-phone {
    height: 88%;
  }

  .h-88-px-phone {
    height: 88px;
  }

  .h-880-px-phone {
    height: 880px;
  }

  .max-h-88-phone {
    max-height: 88%;
  }

  .max-h-880-px-phone {
    max-height: 880px;
  }

  .w-89-phone {
    width: 89%;
  }

  .max-w-89-phone {
    max-width: 89%;
  }

  .w-89-px-phone {
    width: 89px;
  }

  .w-890-px-phone {
    width: 890px;
  }

  .max-w-890-px-phone {
    max-width: 890px;
  }

  .h-89-phone {
    height: 89%;
  }

  .h-89-px-phone {
    height: 89px;
  }

  .h-890-px-phone {
    height: 890px;
  }

  .max-h-89-phone {
    max-height: 89%;
  }

  .max-h-890-px-phone {
    max-height: 890px;
  }

  .w-90-phone {
    width: 90%;
  }

  .max-w-90-phone {
    max-width: 90%;
  }

  .w-90-px-phone {
    width: 90px;
  }

  .w-900-px-phone {
    width: 900px;
  }

  .max-w-900-px-phone {
    max-width: 900px;
  }

  .h-90-phone {
    height: 90%;
  }

  .h-90-px-phone {
    height: 90px;
  }

  .h-900-px-phone {
    height: 900px;
  }

  .max-h-90-phone {
    max-height: 90%;
  }

  .max-h-900-px-phone {
    max-height: 900px;
  }

  .w-91-phone {
    width: 91%;
  }

  .max-w-91-phone {
    max-width: 91%;
  }

  .w-91-px-phone {
    width: 91px;
  }

  .w-910-px-phone {
    width: 910px;
  }

  .max-w-910-px-phone {
    max-width: 910px;
  }

  .h-91-phone {
    height: 91%;
  }

  .h-91-px-phone {
    height: 91px;
  }

  .h-910-px-phone {
    height: 910px;
  }

  .max-h-91-phone {
    max-height: 91%;
  }

  .max-h-910-px-phone {
    max-height: 910px;
  }

  .w-92-phone {
    width: 92%;
  }

  .max-w-92-phone {
    max-width: 92%;
  }

  .w-92-px-phone {
    width: 92px;
  }

  .w-920-px-phone {
    width: 920px;
  }

  .max-w-920-px-phone {
    max-width: 920px;
  }

  .h-92-phone {
    height: 92%;
  }

  .h-92-px-phone {
    height: 92px;
  }

  .h-920-px-phone {
    height: 920px;
  }

  .max-h-92-phone {
    max-height: 92%;
  }

  .max-h-920-px-phone {
    max-height: 920px;
  }

  .w-93-phone {
    width: 93%;
  }

  .max-w-93-phone {
    max-width: 93%;
  }

  .w-93-px-phone {
    width: 93px;
  }

  .w-930-px-phone {
    width: 930px;
  }

  .max-w-930-px-phone {
    max-width: 930px;
  }

  .h-93-phone {
    height: 93%;
  }

  .h-93-px-phone {
    height: 93px;
  }

  .h-930-px-phone {
    height: 930px;
  }

  .max-h-93-phone {
    max-height: 93%;
  }

  .max-h-930-px-phone {
    max-height: 930px;
  }

  .w-94-phone {
    width: 94%;
  }

  .max-w-94-phone {
    max-width: 94%;
  }

  .w-94-px-phone {
    width: 94px;
  }

  .w-940-px-phone {
    width: 940px;
  }

  .max-w-940-px-phone {
    max-width: 940px;
  }

  .h-94-phone {
    height: 94%;
  }

  .h-94-px-phone {
    height: 94px;
  }

  .h-940-px-phone {
    height: 940px;
  }

  .max-h-94-phone {
    max-height: 94%;
  }

  .max-h-940-px-phone {
    max-height: 940px;
  }

  .w-95-phone {
    width: 95%;
  }

  .max-w-95-phone {
    max-width: 95%;
  }

  .w-95-px-phone {
    width: 95px;
  }

  .w-950-px-phone {
    width: 950px;
  }

  .max-w-950-px-phone {
    max-width: 950px;
  }

  .h-95-phone {
    height: 95%;
  }

  .h-95-px-phone {
    height: 95px;
  }

  .h-950-px-phone {
    height: 950px;
  }

  .max-h-95-phone {
    max-height: 95%;
  }

  .max-h-950-px-phone {
    max-height: 950px;
  }

  .w-96-phone {
    width: 96%;
  }

  .max-w-96-phone {
    max-width: 96%;
  }

  .w-96-px-phone {
    width: 96px;
  }

  .w-960-px-phone {
    width: 960px;
  }

  .max-w-960-px-phone {
    max-width: 960px;
  }

  .h-96-phone {
    height: 96%;
  }

  .h-96-px-phone {
    height: 96px;
  }

  .h-960-px-phone {
    height: 960px;
  }

  .max-h-96-phone {
    max-height: 96%;
  }

  .max-h-960-px-phone {
    max-height: 960px;
  }

  .w-97-phone {
    width: 97%;
  }

  .max-w-97-phone {
    max-width: 97%;
  }

  .w-97-px-phone {
    width: 97px;
  }

  .w-970-px-phone {
    width: 970px;
  }

  .max-w-970-px-phone {
    max-width: 970px;
  }

  .h-97-phone {
    height: 97%;
  }

  .h-97-px-phone {
    height: 97px;
  }

  .h-970-px-phone {
    height: 970px;
  }

  .max-h-97-phone {
    max-height: 97%;
  }

  .max-h-970-px-phone {
    max-height: 970px;
  }

  .w-98-phone {
    width: 98%;
  }

  .max-w-98-phone {
    max-width: 98%;
  }

  .w-98-px-phone {
    width: 98px;
  }

  .w-980-px-phone {
    width: 980px;
  }

  .max-w-980-px-phone {
    max-width: 980px;
  }

  .h-98-phone {
    height: 98%;
  }

  .h-98-px-phone {
    height: 98px;
  }

  .h-980-px-phone {
    height: 980px;
  }

  .max-h-98-phone {
    max-height: 98%;
  }

  .max-h-980-px-phone {
    max-height: 980px;
  }

  .w-99-phone {
    width: 99%;
  }

  .max-w-99-phone {
    max-width: 99%;
  }

  .w-99-px-phone {
    width: 99px;
  }

  .w-990-px-phone {
    width: 990px;
  }

  .max-w-990-px-phone {
    max-width: 990px;
  }

  .h-99-phone {
    height: 99%;
  }

  .h-99-px-phone {
    height: 99px;
  }

  .h-990-px-phone {
    height: 990px;
  }

  .max-h-99-phone {
    max-height: 99%;
  }

  .max-h-990-px-phone {
    max-height: 990px;
  }

  .w-100-phone {
    width: 100%;
  }

  .max-w-100-phone {
    max-width: 100%;
  }

  .w-100-px-phone {
    width: 100px;
  }

  .w-1000-px-phone {
    width: 1000px;
  }

  .max-w-1000-px-phone {
    max-width: 1000px;
  }

  .h-100-phone {
    height: 100%;
  }

  .h-100-px-phone {
    height: 100px;
  }

  .h-1000-px-phone {
    height: 1000px;
  }

  .max-h-100-phone {
    max-height: 100%;
  }

  .max-h-1000-px-phone {
    max-height: 1000px;
  }

  .max-w-ausrichtung-phone {
    max-width: 1380px;
  }

  .max-w-ausrichtung-inner-phone {
    max-width: 1024px;
  }

  .max-w-ausrichtung-inner-small-phone {
    max-width: 900px;
  }

  .w-one-third-phone {
    width: 33.333333333%;
  }

  .max-w-one-third-phone {
    max-width: 33.333333333%;
  }

  .w-one-third-vw-phone {
    width: 33.333333333vw;
  }

  .max-w-one-third-vw-phone {
    max-width: 33.333333333vw;
  }

  .w-two-thirds-phone {
    width: 66.666666666%;
  }

  .max-w-two-thirds-phone {
    max-width: 66.666666666%;
  }

  .w-two-thirds-vw-phone {
    width: 66.666666666vw;
  }

  .max-w-two-thirds-vw-phone {
    max-width: 66.666666666vw;
  }

  .w-one-third-minus-margin-l-r-abstand-smaller-phone {
    width: calc(33.333333333% - (2 * 0.625rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-smaller-phone {
    max-width: calc(33.333333333% - (2 * 0.625rem));
  }

  .w-one-third-minus-margin-l-r-abstand-small-phone {
    width: calc(33.333333333% - (2 * 1.25rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-small-phone {
    max-width: calc(33.333333333% - (2 * 1.25rem));
  }

  .w-one-third-minus-margin-l-r-abstand-normal-phone {
    width: calc(33.333333333% - (2 * 2.5rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-normal-phone {
    max-width: calc(33.333333333% - (2 * 2.5rem));
  }

  .w-one-third-minus-margin-l-r-abstand-big-phone {
    width: calc(33.333333333% - (2 * 3.75rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-big-phone {
    max-width: calc(33.333333333% - (2 * 3.75rem));
  }

  .h-one-third-phone {
    height: calc(100% / 3);
  }

  .max-h-one-third-phone {
    max-height: calc(100% / 3);
  }

  .min-h-one-third-phone {
    min-height: calc(100% / 3);
  }

  .h-one-third-vw-phone {
    height: calc(100vw / 3);
  }

  .max-h-one-third-vw-phone {
    max-height: calc(100vw / 3);
  }

  .min-h-one-third-vw-phone {
    min-height: calc(100vw / 3);
  }

  .h-two-third-phone {
    height: calc(100% / 3 * 2);
  }

  .max-h-two-third-phone {
    max-height: calc(100% / 2 * 2);
  }

  .min-h-two-third-phone {
    min-height: calc(100% / 3 * 2);
  }

  .h-two-third-vw-phone {
    height: calc(100vw / 3 * 2);
  }

  .max-h-two-third-vw-phone {
    max-height: calc(100vw / 3 * 2);
  }

  .min-h-two-third-vw-phone {
    min-height: calc(100vw / 3 * 2);
  }
}
@media all and (min-width: 768px) {
  .h-auto-tablet {
    height: auto;
  }

  .grid-column-1-tablet {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }

  .grid-column-2-tablet {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .grid-column-3-tablet {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }

  .grid-column-4-tablet {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
  }

  .grid-column-5-tablet {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
  }

  .grid-column-6-tablet {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
  }

  .gap-abstand-smaller-tablet {
    gap: 0.625rem;
  }

  .gap-abstand-small-tablet {
    gap: 1.25rem;
  }

  .gap-abstand-normal-tablet {
    gap: 2.5rem;
  }

  .gap-abstand-big-tablet {
    gap: 3.75rem;
  }

  .w-auto-tablet {
    width: auto;
  }

  .w-auto-important-tablet {
    width: auto !important;
  }

  .w-0-tablet {
    width: 0%;
  }

  .max-w-0-tablet {
    max-width: 0%;
  }

  .w-0-px-tablet {
    width: 0px;
  }

  .w-0-px-tablet {
    width: 0px;
  }

  .max-w-0-px-tablet {
    max-width: 0px;
  }

  .h-0-tablet {
    height: 0%;
  }

  .h-0-px-tablet {
    height: 0px;
  }

  .h-0-px-tablet {
    height: 0px;
  }

  .max-h-0-tablet {
    max-height: 0%;
  }

  .max-h-0-px-tablet {
    max-height: 0px;
  }

  .w-1-tablet {
    width: 1%;
  }

  .max-w-1-tablet {
    max-width: 1%;
  }

  .w-1-px-tablet {
    width: 1px;
  }

  .w-10-px-tablet {
    width: 10px;
  }

  .max-w-10-px-tablet {
    max-width: 10px;
  }

  .h-1-tablet {
    height: 1%;
  }

  .h-1-px-tablet {
    height: 1px;
  }

  .h-10-px-tablet {
    height: 10px;
  }

  .max-h-1-tablet {
    max-height: 1%;
  }

  .max-h-10-px-tablet {
    max-height: 10px;
  }

  .w-2-tablet {
    width: 2%;
  }

  .max-w-2-tablet {
    max-width: 2%;
  }

  .w-2-px-tablet {
    width: 2px;
  }

  .w-20-px-tablet {
    width: 20px;
  }

  .max-w-20-px-tablet {
    max-width: 20px;
  }

  .h-2-tablet {
    height: 2%;
  }

  .h-2-px-tablet {
    height: 2px;
  }

  .h-20-px-tablet {
    height: 20px;
  }

  .max-h-2-tablet {
    max-height: 2%;
  }

  .max-h-20-px-tablet {
    max-height: 20px;
  }

  .w-3-tablet {
    width: 3%;
  }

  .max-w-3-tablet {
    max-width: 3%;
  }

  .w-3-px-tablet {
    width: 3px;
  }

  .w-30-px-tablet {
    width: 30px;
  }

  .max-w-30-px-tablet {
    max-width: 30px;
  }

  .h-3-tablet {
    height: 3%;
  }

  .h-3-px-tablet {
    height: 3px;
  }

  .h-30-px-tablet {
    height: 30px;
  }

  .max-h-3-tablet {
    max-height: 3%;
  }

  .max-h-30-px-tablet {
    max-height: 30px;
  }

  .w-4-tablet {
    width: 4%;
  }

  .max-w-4-tablet {
    max-width: 4%;
  }

  .w-4-px-tablet {
    width: 4px;
  }

  .w-40-px-tablet {
    width: 40px;
  }

  .max-w-40-px-tablet {
    max-width: 40px;
  }

  .h-4-tablet {
    height: 4%;
  }

  .h-4-px-tablet {
    height: 4px;
  }

  .h-40-px-tablet {
    height: 40px;
  }

  .max-h-4-tablet {
    max-height: 4%;
  }

  .max-h-40-px-tablet {
    max-height: 40px;
  }

  .w-5-tablet {
    width: 5%;
  }

  .max-w-5-tablet {
    max-width: 5%;
  }

  .w-5-px-tablet {
    width: 5px;
  }

  .w-50-px-tablet {
    width: 50px;
  }

  .max-w-50-px-tablet {
    max-width: 50px;
  }

  .h-5-tablet {
    height: 5%;
  }

  .h-5-px-tablet {
    height: 5px;
  }

  .h-50-px-tablet {
    height: 50px;
  }

  .max-h-5-tablet {
    max-height: 5%;
  }

  .max-h-50-px-tablet {
    max-height: 50px;
  }

  .w-6-tablet {
    width: 6%;
  }

  .max-w-6-tablet {
    max-width: 6%;
  }

  .w-6-px-tablet {
    width: 6px;
  }

  .w-60-px-tablet {
    width: 60px;
  }

  .max-w-60-px-tablet {
    max-width: 60px;
  }

  .h-6-tablet {
    height: 6%;
  }

  .h-6-px-tablet {
    height: 6px;
  }

  .h-60-px-tablet {
    height: 60px;
  }

  .max-h-6-tablet {
    max-height: 6%;
  }

  .max-h-60-px-tablet {
    max-height: 60px;
  }

  .w-7-tablet {
    width: 7%;
  }

  .max-w-7-tablet {
    max-width: 7%;
  }

  .w-7-px-tablet {
    width: 7px;
  }

  .w-70-px-tablet {
    width: 70px;
  }

  .max-w-70-px-tablet {
    max-width: 70px;
  }

  .h-7-tablet {
    height: 7%;
  }

  .h-7-px-tablet {
    height: 7px;
  }

  .h-70-px-tablet {
    height: 70px;
  }

  .max-h-7-tablet {
    max-height: 7%;
  }

  .max-h-70-px-tablet {
    max-height: 70px;
  }

  .w-8-tablet {
    width: 8%;
  }

  .max-w-8-tablet {
    max-width: 8%;
  }

  .w-8-px-tablet {
    width: 8px;
  }

  .w-80-px-tablet {
    width: 80px;
  }

  .max-w-80-px-tablet {
    max-width: 80px;
  }

  .h-8-tablet {
    height: 8%;
  }

  .h-8-px-tablet {
    height: 8px;
  }

  .h-80-px-tablet {
    height: 80px;
  }

  .max-h-8-tablet {
    max-height: 8%;
  }

  .max-h-80-px-tablet {
    max-height: 80px;
  }

  .w-9-tablet {
    width: 9%;
  }

  .max-w-9-tablet {
    max-width: 9%;
  }

  .w-9-px-tablet {
    width: 9px;
  }

  .w-90-px-tablet {
    width: 90px;
  }

  .max-w-90-px-tablet {
    max-width: 90px;
  }

  .h-9-tablet {
    height: 9%;
  }

  .h-9-px-tablet {
    height: 9px;
  }

  .h-90-px-tablet {
    height: 90px;
  }

  .max-h-9-tablet {
    max-height: 9%;
  }

  .max-h-90-px-tablet {
    max-height: 90px;
  }

  .w-10-tablet {
    width: 10%;
  }

  .max-w-10-tablet {
    max-width: 10%;
  }

  .w-10-px-tablet {
    width: 10px;
  }

  .w-100-px-tablet {
    width: 100px;
  }

  .max-w-100-px-tablet {
    max-width: 100px;
  }

  .h-10-tablet {
    height: 10%;
  }

  .h-10-px-tablet {
    height: 10px;
  }

  .h-100-px-tablet {
    height: 100px;
  }

  .max-h-10-tablet {
    max-height: 10%;
  }

  .max-h-100-px-tablet {
    max-height: 100px;
  }

  .w-11-tablet {
    width: 11%;
  }

  .max-w-11-tablet {
    max-width: 11%;
  }

  .w-11-px-tablet {
    width: 11px;
  }

  .w-110-px-tablet {
    width: 110px;
  }

  .max-w-110-px-tablet {
    max-width: 110px;
  }

  .h-11-tablet {
    height: 11%;
  }

  .h-11-px-tablet {
    height: 11px;
  }

  .h-110-px-tablet {
    height: 110px;
  }

  .max-h-11-tablet {
    max-height: 11%;
  }

  .max-h-110-px-tablet {
    max-height: 110px;
  }

  .w-12-tablet {
    width: 12%;
  }

  .max-w-12-tablet {
    max-width: 12%;
  }

  .w-12-px-tablet {
    width: 12px;
  }

  .w-120-px-tablet {
    width: 120px;
  }

  .max-w-120-px-tablet {
    max-width: 120px;
  }

  .h-12-tablet {
    height: 12%;
  }

  .h-12-px-tablet {
    height: 12px;
  }

  .h-120-px-tablet {
    height: 120px;
  }

  .max-h-12-tablet {
    max-height: 12%;
  }

  .max-h-120-px-tablet {
    max-height: 120px;
  }

  .w-13-tablet {
    width: 13%;
  }

  .max-w-13-tablet {
    max-width: 13%;
  }

  .w-13-px-tablet {
    width: 13px;
  }

  .w-130-px-tablet {
    width: 130px;
  }

  .max-w-130-px-tablet {
    max-width: 130px;
  }

  .h-13-tablet {
    height: 13%;
  }

  .h-13-px-tablet {
    height: 13px;
  }

  .h-130-px-tablet {
    height: 130px;
  }

  .max-h-13-tablet {
    max-height: 13%;
  }

  .max-h-130-px-tablet {
    max-height: 130px;
  }

  .w-14-tablet {
    width: 14%;
  }

  .max-w-14-tablet {
    max-width: 14%;
  }

  .w-14-px-tablet {
    width: 14px;
  }

  .w-140-px-tablet {
    width: 140px;
  }

  .max-w-140-px-tablet {
    max-width: 140px;
  }

  .h-14-tablet {
    height: 14%;
  }

  .h-14-px-tablet {
    height: 14px;
  }

  .h-140-px-tablet {
    height: 140px;
  }

  .max-h-14-tablet {
    max-height: 14%;
  }

  .max-h-140-px-tablet {
    max-height: 140px;
  }

  .w-15-tablet {
    width: 15%;
  }

  .max-w-15-tablet {
    max-width: 15%;
  }

  .w-15-px-tablet {
    width: 15px;
  }

  .w-150-px-tablet {
    width: 150px;
  }

  .max-w-150-px-tablet {
    max-width: 150px;
  }

  .h-15-tablet {
    height: 15%;
  }

  .h-15-px-tablet {
    height: 15px;
  }

  .h-150-px-tablet {
    height: 150px;
  }

  .max-h-15-tablet {
    max-height: 15%;
  }

  .max-h-150-px-tablet {
    max-height: 150px;
  }

  .w-16-tablet {
    width: 16%;
  }

  .max-w-16-tablet {
    max-width: 16%;
  }

  .w-16-px-tablet {
    width: 16px;
  }

  .w-160-px-tablet {
    width: 160px;
  }

  .max-w-160-px-tablet {
    max-width: 160px;
  }

  .h-16-tablet {
    height: 16%;
  }

  .h-16-px-tablet {
    height: 16px;
  }

  .h-160-px-tablet {
    height: 160px;
  }

  .max-h-16-tablet {
    max-height: 16%;
  }

  .max-h-160-px-tablet {
    max-height: 160px;
  }

  .w-17-tablet {
    width: 17%;
  }

  .max-w-17-tablet {
    max-width: 17%;
  }

  .w-17-px-tablet {
    width: 17px;
  }

  .w-170-px-tablet {
    width: 170px;
  }

  .max-w-170-px-tablet {
    max-width: 170px;
  }

  .h-17-tablet {
    height: 17%;
  }

  .h-17-px-tablet {
    height: 17px;
  }

  .h-170-px-tablet {
    height: 170px;
  }

  .max-h-17-tablet {
    max-height: 17%;
  }

  .max-h-170-px-tablet {
    max-height: 170px;
  }

  .w-18-tablet {
    width: 18%;
  }

  .max-w-18-tablet {
    max-width: 18%;
  }

  .w-18-px-tablet {
    width: 18px;
  }

  .w-180-px-tablet {
    width: 180px;
  }

  .max-w-180-px-tablet {
    max-width: 180px;
  }

  .h-18-tablet {
    height: 18%;
  }

  .h-18-px-tablet {
    height: 18px;
  }

  .h-180-px-tablet {
    height: 180px;
  }

  .max-h-18-tablet {
    max-height: 18%;
  }

  .max-h-180-px-tablet {
    max-height: 180px;
  }

  .w-19-tablet {
    width: 19%;
  }

  .max-w-19-tablet {
    max-width: 19%;
  }

  .w-19-px-tablet {
    width: 19px;
  }

  .w-190-px-tablet {
    width: 190px;
  }

  .max-w-190-px-tablet {
    max-width: 190px;
  }

  .h-19-tablet {
    height: 19%;
  }

  .h-19-px-tablet {
    height: 19px;
  }

  .h-190-px-tablet {
    height: 190px;
  }

  .max-h-19-tablet {
    max-height: 19%;
  }

  .max-h-190-px-tablet {
    max-height: 190px;
  }

  .w-20-tablet {
    width: 20%;
  }

  .max-w-20-tablet {
    max-width: 20%;
  }

  .w-20-px-tablet {
    width: 20px;
  }

  .w-200-px-tablet {
    width: 200px;
  }

  .max-w-200-px-tablet {
    max-width: 200px;
  }

  .h-20-tablet {
    height: 20%;
  }

  .h-20-px-tablet {
    height: 20px;
  }

  .h-200-px-tablet {
    height: 200px;
  }

  .max-h-20-tablet {
    max-height: 20%;
  }

  .max-h-200-px-tablet {
    max-height: 200px;
  }

  .w-21-tablet {
    width: 21%;
  }

  .max-w-21-tablet {
    max-width: 21%;
  }

  .w-21-px-tablet {
    width: 21px;
  }

  .w-210-px-tablet {
    width: 210px;
  }

  .max-w-210-px-tablet {
    max-width: 210px;
  }

  .h-21-tablet {
    height: 21%;
  }

  .h-21-px-tablet {
    height: 21px;
  }

  .h-210-px-tablet {
    height: 210px;
  }

  .max-h-21-tablet {
    max-height: 21%;
  }

  .max-h-210-px-tablet {
    max-height: 210px;
  }

  .w-22-tablet {
    width: 22%;
  }

  .max-w-22-tablet {
    max-width: 22%;
  }

  .w-22-px-tablet {
    width: 22px;
  }

  .w-220-px-tablet {
    width: 220px;
  }

  .max-w-220-px-tablet {
    max-width: 220px;
  }

  .h-22-tablet {
    height: 22%;
  }

  .h-22-px-tablet {
    height: 22px;
  }

  .h-220-px-tablet {
    height: 220px;
  }

  .max-h-22-tablet {
    max-height: 22%;
  }

  .max-h-220-px-tablet {
    max-height: 220px;
  }

  .w-23-tablet {
    width: 23%;
  }

  .max-w-23-tablet {
    max-width: 23%;
  }

  .w-23-px-tablet {
    width: 23px;
  }

  .w-230-px-tablet {
    width: 230px;
  }

  .max-w-230-px-tablet {
    max-width: 230px;
  }

  .h-23-tablet {
    height: 23%;
  }

  .h-23-px-tablet {
    height: 23px;
  }

  .h-230-px-tablet {
    height: 230px;
  }

  .max-h-23-tablet {
    max-height: 23%;
  }

  .max-h-230-px-tablet {
    max-height: 230px;
  }

  .w-24-tablet {
    width: 24%;
  }

  .max-w-24-tablet {
    max-width: 24%;
  }

  .w-24-px-tablet {
    width: 24px;
  }

  .w-240-px-tablet {
    width: 240px;
  }

  .max-w-240-px-tablet {
    max-width: 240px;
  }

  .h-24-tablet {
    height: 24%;
  }

  .h-24-px-tablet {
    height: 24px;
  }

  .h-240-px-tablet {
    height: 240px;
  }

  .max-h-24-tablet {
    max-height: 24%;
  }

  .max-h-240-px-tablet {
    max-height: 240px;
  }

  .w-25-tablet {
    width: 25%;
  }

  .max-w-25-tablet {
    max-width: 25%;
  }

  .w-25-px-tablet {
    width: 25px;
  }

  .w-250-px-tablet {
    width: 250px;
  }

  .max-w-250-px-tablet {
    max-width: 250px;
  }

  .h-25-tablet {
    height: 25%;
  }

  .h-25-px-tablet {
    height: 25px;
  }

  .h-250-px-tablet {
    height: 250px;
  }

  .max-h-25-tablet {
    max-height: 25%;
  }

  .max-h-250-px-tablet {
    max-height: 250px;
  }

  .w-26-tablet {
    width: 26%;
  }

  .max-w-26-tablet {
    max-width: 26%;
  }

  .w-26-px-tablet {
    width: 26px;
  }

  .w-260-px-tablet {
    width: 260px;
  }

  .max-w-260-px-tablet {
    max-width: 260px;
  }

  .h-26-tablet {
    height: 26%;
  }

  .h-26-px-tablet {
    height: 26px;
  }

  .h-260-px-tablet {
    height: 260px;
  }

  .max-h-26-tablet {
    max-height: 26%;
  }

  .max-h-260-px-tablet {
    max-height: 260px;
  }

  .w-27-tablet {
    width: 27%;
  }

  .max-w-27-tablet {
    max-width: 27%;
  }

  .w-27-px-tablet {
    width: 27px;
  }

  .w-270-px-tablet {
    width: 270px;
  }

  .max-w-270-px-tablet {
    max-width: 270px;
  }

  .h-27-tablet {
    height: 27%;
  }

  .h-27-px-tablet {
    height: 27px;
  }

  .h-270-px-tablet {
    height: 270px;
  }

  .max-h-27-tablet {
    max-height: 27%;
  }

  .max-h-270-px-tablet {
    max-height: 270px;
  }

  .w-28-tablet {
    width: 28%;
  }

  .max-w-28-tablet {
    max-width: 28%;
  }

  .w-28-px-tablet {
    width: 28px;
  }

  .w-280-px-tablet {
    width: 280px;
  }

  .max-w-280-px-tablet {
    max-width: 280px;
  }

  .h-28-tablet {
    height: 28%;
  }

  .h-28-px-tablet {
    height: 28px;
  }

  .h-280-px-tablet {
    height: 280px;
  }

  .max-h-28-tablet {
    max-height: 28%;
  }

  .max-h-280-px-tablet {
    max-height: 280px;
  }

  .w-29-tablet {
    width: 29%;
  }

  .max-w-29-tablet {
    max-width: 29%;
  }

  .w-29-px-tablet {
    width: 29px;
  }

  .w-290-px-tablet {
    width: 290px;
  }

  .max-w-290-px-tablet {
    max-width: 290px;
  }

  .h-29-tablet {
    height: 29%;
  }

  .h-29-px-tablet {
    height: 29px;
  }

  .h-290-px-tablet {
    height: 290px;
  }

  .max-h-29-tablet {
    max-height: 29%;
  }

  .max-h-290-px-tablet {
    max-height: 290px;
  }

  .w-30-tablet {
    width: 30%;
  }

  .max-w-30-tablet {
    max-width: 30%;
  }

  .w-30-px-tablet {
    width: 30px;
  }

  .w-300-px-tablet {
    width: 300px;
  }

  .max-w-300-px-tablet {
    max-width: 300px;
  }

  .h-30-tablet {
    height: 30%;
  }

  .h-30-px-tablet {
    height: 30px;
  }

  .h-300-px-tablet {
    height: 300px;
  }

  .max-h-30-tablet {
    max-height: 30%;
  }

  .max-h-300-px-tablet {
    max-height: 300px;
  }

  .w-31-tablet {
    width: 31%;
  }

  .max-w-31-tablet {
    max-width: 31%;
  }

  .w-31-px-tablet {
    width: 31px;
  }

  .w-310-px-tablet {
    width: 310px;
  }

  .max-w-310-px-tablet {
    max-width: 310px;
  }

  .h-31-tablet {
    height: 31%;
  }

  .h-31-px-tablet {
    height: 31px;
  }

  .h-310-px-tablet {
    height: 310px;
  }

  .max-h-31-tablet {
    max-height: 31%;
  }

  .max-h-310-px-tablet {
    max-height: 310px;
  }

  .w-32-tablet {
    width: 32%;
  }

  .max-w-32-tablet {
    max-width: 32%;
  }

  .w-32-px-tablet {
    width: 32px;
  }

  .w-320-px-tablet {
    width: 320px;
  }

  .max-w-320-px-tablet {
    max-width: 320px;
  }

  .h-32-tablet {
    height: 32%;
  }

  .h-32-px-tablet {
    height: 32px;
  }

  .h-320-px-tablet {
    height: 320px;
  }

  .max-h-32-tablet {
    max-height: 32%;
  }

  .max-h-320-px-tablet {
    max-height: 320px;
  }

  .w-33-tablet {
    width: 33%;
  }

  .max-w-33-tablet {
    max-width: 33%;
  }

  .w-33-px-tablet {
    width: 33px;
  }

  .w-330-px-tablet {
    width: 330px;
  }

  .max-w-330-px-tablet {
    max-width: 330px;
  }

  .h-33-tablet {
    height: 33%;
  }

  .h-33-px-tablet {
    height: 33px;
  }

  .h-330-px-tablet {
    height: 330px;
  }

  .max-h-33-tablet {
    max-height: 33%;
  }

  .max-h-330-px-tablet {
    max-height: 330px;
  }

  .w-34-tablet {
    width: 34%;
  }

  .max-w-34-tablet {
    max-width: 34%;
  }

  .w-34-px-tablet {
    width: 34px;
  }

  .w-340-px-tablet {
    width: 340px;
  }

  .max-w-340-px-tablet {
    max-width: 340px;
  }

  .h-34-tablet {
    height: 34%;
  }

  .h-34-px-tablet {
    height: 34px;
  }

  .h-340-px-tablet {
    height: 340px;
  }

  .max-h-34-tablet {
    max-height: 34%;
  }

  .max-h-340-px-tablet {
    max-height: 340px;
  }

  .w-35-tablet {
    width: 35%;
  }

  .max-w-35-tablet {
    max-width: 35%;
  }

  .w-35-px-tablet {
    width: 35px;
  }

  .w-350-px-tablet {
    width: 350px;
  }

  .max-w-350-px-tablet {
    max-width: 350px;
  }

  .h-35-tablet {
    height: 35%;
  }

  .h-35-px-tablet {
    height: 35px;
  }

  .h-350-px-tablet {
    height: 350px;
  }

  .max-h-35-tablet {
    max-height: 35%;
  }

  .max-h-350-px-tablet {
    max-height: 350px;
  }

  .w-36-tablet {
    width: 36%;
  }

  .max-w-36-tablet {
    max-width: 36%;
  }

  .w-36-px-tablet {
    width: 36px;
  }

  .w-360-px-tablet {
    width: 360px;
  }

  .max-w-360-px-tablet {
    max-width: 360px;
  }

  .h-36-tablet {
    height: 36%;
  }

  .h-36-px-tablet {
    height: 36px;
  }

  .h-360-px-tablet {
    height: 360px;
  }

  .max-h-36-tablet {
    max-height: 36%;
  }

  .max-h-360-px-tablet {
    max-height: 360px;
  }

  .w-37-tablet {
    width: 37%;
  }

  .max-w-37-tablet {
    max-width: 37%;
  }

  .w-37-px-tablet {
    width: 37px;
  }

  .w-370-px-tablet {
    width: 370px;
  }

  .max-w-370-px-tablet {
    max-width: 370px;
  }

  .h-37-tablet {
    height: 37%;
  }

  .h-37-px-tablet {
    height: 37px;
  }

  .h-370-px-tablet {
    height: 370px;
  }

  .max-h-37-tablet {
    max-height: 37%;
  }

  .max-h-370-px-tablet {
    max-height: 370px;
  }

  .w-38-tablet {
    width: 38%;
  }

  .max-w-38-tablet {
    max-width: 38%;
  }

  .w-38-px-tablet {
    width: 38px;
  }

  .w-380-px-tablet {
    width: 380px;
  }

  .max-w-380-px-tablet {
    max-width: 380px;
  }

  .h-38-tablet {
    height: 38%;
  }

  .h-38-px-tablet {
    height: 38px;
  }

  .h-380-px-tablet {
    height: 380px;
  }

  .max-h-38-tablet {
    max-height: 38%;
  }

  .max-h-380-px-tablet {
    max-height: 380px;
  }

  .w-39-tablet {
    width: 39%;
  }

  .max-w-39-tablet {
    max-width: 39%;
  }

  .w-39-px-tablet {
    width: 39px;
  }

  .w-390-px-tablet {
    width: 390px;
  }

  .max-w-390-px-tablet {
    max-width: 390px;
  }

  .h-39-tablet {
    height: 39%;
  }

  .h-39-px-tablet {
    height: 39px;
  }

  .h-390-px-tablet {
    height: 390px;
  }

  .max-h-39-tablet {
    max-height: 39%;
  }

  .max-h-390-px-tablet {
    max-height: 390px;
  }

  .w-40-tablet {
    width: 40%;
  }

  .max-w-40-tablet {
    max-width: 40%;
  }

  .w-40-px-tablet {
    width: 40px;
  }

  .w-400-px-tablet {
    width: 400px;
  }

  .max-w-400-px-tablet {
    max-width: 400px;
  }

  .h-40-tablet {
    height: 40%;
  }

  .h-40-px-tablet {
    height: 40px;
  }

  .h-400-px-tablet {
    height: 400px;
  }

  .max-h-40-tablet {
    max-height: 40%;
  }

  .max-h-400-px-tablet {
    max-height: 400px;
  }

  .w-41-tablet {
    width: 41%;
  }

  .max-w-41-tablet {
    max-width: 41%;
  }

  .w-41-px-tablet {
    width: 41px;
  }

  .w-410-px-tablet {
    width: 410px;
  }

  .max-w-410-px-tablet {
    max-width: 410px;
  }

  .h-41-tablet {
    height: 41%;
  }

  .h-41-px-tablet {
    height: 41px;
  }

  .h-410-px-tablet {
    height: 410px;
  }

  .max-h-41-tablet {
    max-height: 41%;
  }

  .max-h-410-px-tablet {
    max-height: 410px;
  }

  .w-42-tablet {
    width: 42%;
  }

  .max-w-42-tablet {
    max-width: 42%;
  }

  .w-42-px-tablet {
    width: 42px;
  }

  .w-420-px-tablet {
    width: 420px;
  }

  .max-w-420-px-tablet {
    max-width: 420px;
  }

  .h-42-tablet {
    height: 42%;
  }

  .h-42-px-tablet {
    height: 42px;
  }

  .h-420-px-tablet {
    height: 420px;
  }

  .max-h-42-tablet {
    max-height: 42%;
  }

  .max-h-420-px-tablet {
    max-height: 420px;
  }

  .w-43-tablet {
    width: 43%;
  }

  .max-w-43-tablet {
    max-width: 43%;
  }

  .w-43-px-tablet {
    width: 43px;
  }

  .w-430-px-tablet {
    width: 430px;
  }

  .max-w-430-px-tablet {
    max-width: 430px;
  }

  .h-43-tablet {
    height: 43%;
  }

  .h-43-px-tablet {
    height: 43px;
  }

  .h-430-px-tablet {
    height: 430px;
  }

  .max-h-43-tablet {
    max-height: 43%;
  }

  .max-h-430-px-tablet {
    max-height: 430px;
  }

  .w-44-tablet {
    width: 44%;
  }

  .max-w-44-tablet {
    max-width: 44%;
  }

  .w-44-px-tablet {
    width: 44px;
  }

  .w-440-px-tablet {
    width: 440px;
  }

  .max-w-440-px-tablet {
    max-width: 440px;
  }

  .h-44-tablet {
    height: 44%;
  }

  .h-44-px-tablet {
    height: 44px;
  }

  .h-440-px-tablet {
    height: 440px;
  }

  .max-h-44-tablet {
    max-height: 44%;
  }

  .max-h-440-px-tablet {
    max-height: 440px;
  }

  .w-45-tablet {
    width: 45%;
  }

  .max-w-45-tablet {
    max-width: 45%;
  }

  .w-45-px-tablet {
    width: 45px;
  }

  .w-450-px-tablet {
    width: 450px;
  }

  .max-w-450-px-tablet {
    max-width: 450px;
  }

  .h-45-tablet {
    height: 45%;
  }

  .h-45-px-tablet {
    height: 45px;
  }

  .h-450-px-tablet {
    height: 450px;
  }

  .max-h-45-tablet {
    max-height: 45%;
  }

  .max-h-450-px-tablet {
    max-height: 450px;
  }

  .w-46-tablet {
    width: 46%;
  }

  .max-w-46-tablet {
    max-width: 46%;
  }

  .w-46-px-tablet {
    width: 46px;
  }

  .w-460-px-tablet {
    width: 460px;
  }

  .max-w-460-px-tablet {
    max-width: 460px;
  }

  .h-46-tablet {
    height: 46%;
  }

  .h-46-px-tablet {
    height: 46px;
  }

  .h-460-px-tablet {
    height: 460px;
  }

  .max-h-46-tablet {
    max-height: 46%;
  }

  .max-h-460-px-tablet {
    max-height: 460px;
  }

  .w-47-tablet {
    width: 47%;
  }

  .max-w-47-tablet {
    max-width: 47%;
  }

  .w-47-px-tablet {
    width: 47px;
  }

  .w-470-px-tablet {
    width: 470px;
  }

  .max-w-470-px-tablet {
    max-width: 470px;
  }

  .h-47-tablet {
    height: 47%;
  }

  .h-47-px-tablet {
    height: 47px;
  }

  .h-470-px-tablet {
    height: 470px;
  }

  .max-h-47-tablet {
    max-height: 47%;
  }

  .max-h-470-px-tablet {
    max-height: 470px;
  }

  .w-48-tablet {
    width: 48%;
  }

  .max-w-48-tablet {
    max-width: 48%;
  }

  .w-48-px-tablet {
    width: 48px;
  }

  .w-480-px-tablet {
    width: 480px;
  }

  .max-w-480-px-tablet {
    max-width: 480px;
  }

  .h-48-tablet {
    height: 48%;
  }

  .h-48-px-tablet {
    height: 48px;
  }

  .h-480-px-tablet {
    height: 480px;
  }

  .max-h-48-tablet {
    max-height: 48%;
  }

  .max-h-480-px-tablet {
    max-height: 480px;
  }

  .w-49-tablet {
    width: 49%;
  }

  .max-w-49-tablet {
    max-width: 49%;
  }

  .w-49-px-tablet {
    width: 49px;
  }

  .w-490-px-tablet {
    width: 490px;
  }

  .max-w-490-px-tablet {
    max-width: 490px;
  }

  .h-49-tablet {
    height: 49%;
  }

  .h-49-px-tablet {
    height: 49px;
  }

  .h-490-px-tablet {
    height: 490px;
  }

  .max-h-49-tablet {
    max-height: 49%;
  }

  .max-h-490-px-tablet {
    max-height: 490px;
  }

  .w-50-tablet {
    width: 50%;
  }

  .max-w-50-tablet {
    max-width: 50%;
  }

  .w-50-px-tablet {
    width: 50px;
  }

  .w-500-px-tablet {
    width: 500px;
  }

  .max-w-500-px-tablet {
    max-width: 500px;
  }

  .h-50-tablet {
    height: 50%;
  }

  .h-50-px-tablet {
    height: 50px;
  }

  .h-500-px-tablet {
    height: 500px;
  }

  .max-h-50-tablet {
    max-height: 50%;
  }

  .max-h-500-px-tablet {
    max-height: 500px;
  }

  .w-51-tablet {
    width: 51%;
  }

  .max-w-51-tablet {
    max-width: 51%;
  }

  .w-51-px-tablet {
    width: 51px;
  }

  .w-510-px-tablet {
    width: 510px;
  }

  .max-w-510-px-tablet {
    max-width: 510px;
  }

  .h-51-tablet {
    height: 51%;
  }

  .h-51-px-tablet {
    height: 51px;
  }

  .h-510-px-tablet {
    height: 510px;
  }

  .max-h-51-tablet {
    max-height: 51%;
  }

  .max-h-510-px-tablet {
    max-height: 510px;
  }

  .w-52-tablet {
    width: 52%;
  }

  .max-w-52-tablet {
    max-width: 52%;
  }

  .w-52-px-tablet {
    width: 52px;
  }

  .w-520-px-tablet {
    width: 520px;
  }

  .max-w-520-px-tablet {
    max-width: 520px;
  }

  .h-52-tablet {
    height: 52%;
  }

  .h-52-px-tablet {
    height: 52px;
  }

  .h-520-px-tablet {
    height: 520px;
  }

  .max-h-52-tablet {
    max-height: 52%;
  }

  .max-h-520-px-tablet {
    max-height: 520px;
  }

  .w-53-tablet {
    width: 53%;
  }

  .max-w-53-tablet {
    max-width: 53%;
  }

  .w-53-px-tablet {
    width: 53px;
  }

  .w-530-px-tablet {
    width: 530px;
  }

  .max-w-530-px-tablet {
    max-width: 530px;
  }

  .h-53-tablet {
    height: 53%;
  }

  .h-53-px-tablet {
    height: 53px;
  }

  .h-530-px-tablet {
    height: 530px;
  }

  .max-h-53-tablet {
    max-height: 53%;
  }

  .max-h-530-px-tablet {
    max-height: 530px;
  }

  .w-54-tablet {
    width: 54%;
  }

  .max-w-54-tablet {
    max-width: 54%;
  }

  .w-54-px-tablet {
    width: 54px;
  }

  .w-540-px-tablet {
    width: 540px;
  }

  .max-w-540-px-tablet {
    max-width: 540px;
  }

  .h-54-tablet {
    height: 54%;
  }

  .h-54-px-tablet {
    height: 54px;
  }

  .h-540-px-tablet {
    height: 540px;
  }

  .max-h-54-tablet {
    max-height: 54%;
  }

  .max-h-540-px-tablet {
    max-height: 540px;
  }

  .w-55-tablet {
    width: 55%;
  }

  .max-w-55-tablet {
    max-width: 55%;
  }

  .w-55-px-tablet {
    width: 55px;
  }

  .w-550-px-tablet {
    width: 550px;
  }

  .max-w-550-px-tablet {
    max-width: 550px;
  }

  .h-55-tablet {
    height: 55%;
  }

  .h-55-px-tablet {
    height: 55px;
  }

  .h-550-px-tablet {
    height: 550px;
  }

  .max-h-55-tablet {
    max-height: 55%;
  }

  .max-h-550-px-tablet {
    max-height: 550px;
  }

  .w-56-tablet {
    width: 56%;
  }

  .max-w-56-tablet {
    max-width: 56%;
  }

  .w-56-px-tablet {
    width: 56px;
  }

  .w-560-px-tablet {
    width: 560px;
  }

  .max-w-560-px-tablet {
    max-width: 560px;
  }

  .h-56-tablet {
    height: 56%;
  }

  .h-56-px-tablet {
    height: 56px;
  }

  .h-560-px-tablet {
    height: 560px;
  }

  .max-h-56-tablet {
    max-height: 56%;
  }

  .max-h-560-px-tablet {
    max-height: 560px;
  }

  .w-57-tablet {
    width: 57%;
  }

  .max-w-57-tablet {
    max-width: 57%;
  }

  .w-57-px-tablet {
    width: 57px;
  }

  .w-570-px-tablet {
    width: 570px;
  }

  .max-w-570-px-tablet {
    max-width: 570px;
  }

  .h-57-tablet {
    height: 57%;
  }

  .h-57-px-tablet {
    height: 57px;
  }

  .h-570-px-tablet {
    height: 570px;
  }

  .max-h-57-tablet {
    max-height: 57%;
  }

  .max-h-570-px-tablet {
    max-height: 570px;
  }

  .w-58-tablet {
    width: 58%;
  }

  .max-w-58-tablet {
    max-width: 58%;
  }

  .w-58-px-tablet {
    width: 58px;
  }

  .w-580-px-tablet {
    width: 580px;
  }

  .max-w-580-px-tablet {
    max-width: 580px;
  }

  .h-58-tablet {
    height: 58%;
  }

  .h-58-px-tablet {
    height: 58px;
  }

  .h-580-px-tablet {
    height: 580px;
  }

  .max-h-58-tablet {
    max-height: 58%;
  }

  .max-h-580-px-tablet {
    max-height: 580px;
  }

  .w-59-tablet {
    width: 59%;
  }

  .max-w-59-tablet {
    max-width: 59%;
  }

  .w-59-px-tablet {
    width: 59px;
  }

  .w-590-px-tablet {
    width: 590px;
  }

  .max-w-590-px-tablet {
    max-width: 590px;
  }

  .h-59-tablet {
    height: 59%;
  }

  .h-59-px-tablet {
    height: 59px;
  }

  .h-590-px-tablet {
    height: 590px;
  }

  .max-h-59-tablet {
    max-height: 59%;
  }

  .max-h-590-px-tablet {
    max-height: 590px;
  }

  .w-60-tablet {
    width: 60%;
  }

  .max-w-60-tablet {
    max-width: 60%;
  }

  .w-60-px-tablet {
    width: 60px;
  }

  .w-600-px-tablet {
    width: 600px;
  }

  .max-w-600-px-tablet {
    max-width: 600px;
  }

  .h-60-tablet {
    height: 60%;
  }

  .h-60-px-tablet {
    height: 60px;
  }

  .h-600-px-tablet {
    height: 600px;
  }

  .max-h-60-tablet {
    max-height: 60%;
  }

  .max-h-600-px-tablet {
    max-height: 600px;
  }

  .w-61-tablet {
    width: 61%;
  }

  .max-w-61-tablet {
    max-width: 61%;
  }

  .w-61-px-tablet {
    width: 61px;
  }

  .w-610-px-tablet {
    width: 610px;
  }

  .max-w-610-px-tablet {
    max-width: 610px;
  }

  .h-61-tablet {
    height: 61%;
  }

  .h-61-px-tablet {
    height: 61px;
  }

  .h-610-px-tablet {
    height: 610px;
  }

  .max-h-61-tablet {
    max-height: 61%;
  }

  .max-h-610-px-tablet {
    max-height: 610px;
  }

  .w-62-tablet {
    width: 62%;
  }

  .max-w-62-tablet {
    max-width: 62%;
  }

  .w-62-px-tablet {
    width: 62px;
  }

  .w-620-px-tablet {
    width: 620px;
  }

  .max-w-620-px-tablet {
    max-width: 620px;
  }

  .h-62-tablet {
    height: 62%;
  }

  .h-62-px-tablet {
    height: 62px;
  }

  .h-620-px-tablet {
    height: 620px;
  }

  .max-h-62-tablet {
    max-height: 62%;
  }

  .max-h-620-px-tablet {
    max-height: 620px;
  }

  .w-63-tablet {
    width: 63%;
  }

  .max-w-63-tablet {
    max-width: 63%;
  }

  .w-63-px-tablet {
    width: 63px;
  }

  .w-630-px-tablet {
    width: 630px;
  }

  .max-w-630-px-tablet {
    max-width: 630px;
  }

  .h-63-tablet {
    height: 63%;
  }

  .h-63-px-tablet {
    height: 63px;
  }

  .h-630-px-tablet {
    height: 630px;
  }

  .max-h-63-tablet {
    max-height: 63%;
  }

  .max-h-630-px-tablet {
    max-height: 630px;
  }

  .w-64-tablet {
    width: 64%;
  }

  .max-w-64-tablet {
    max-width: 64%;
  }

  .w-64-px-tablet {
    width: 64px;
  }

  .w-640-px-tablet {
    width: 640px;
  }

  .max-w-640-px-tablet {
    max-width: 640px;
  }

  .h-64-tablet {
    height: 64%;
  }

  .h-64-px-tablet {
    height: 64px;
  }

  .h-640-px-tablet {
    height: 640px;
  }

  .max-h-64-tablet {
    max-height: 64%;
  }

  .max-h-640-px-tablet {
    max-height: 640px;
  }

  .w-65-tablet {
    width: 65%;
  }

  .max-w-65-tablet {
    max-width: 65%;
  }

  .w-65-px-tablet {
    width: 65px;
  }

  .w-650-px-tablet {
    width: 650px;
  }

  .max-w-650-px-tablet {
    max-width: 650px;
  }

  .h-65-tablet {
    height: 65%;
  }

  .h-65-px-tablet {
    height: 65px;
  }

  .h-650-px-tablet {
    height: 650px;
  }

  .max-h-65-tablet {
    max-height: 65%;
  }

  .max-h-650-px-tablet {
    max-height: 650px;
  }

  .w-66-tablet {
    width: 66%;
  }

  .max-w-66-tablet {
    max-width: 66%;
  }

  .w-66-px-tablet {
    width: 66px;
  }

  .w-660-px-tablet {
    width: 660px;
  }

  .max-w-660-px-tablet {
    max-width: 660px;
  }

  .h-66-tablet {
    height: 66%;
  }

  .h-66-px-tablet {
    height: 66px;
  }

  .h-660-px-tablet {
    height: 660px;
  }

  .max-h-66-tablet {
    max-height: 66%;
  }

  .max-h-660-px-tablet {
    max-height: 660px;
  }

  .w-67-tablet {
    width: 67%;
  }

  .max-w-67-tablet {
    max-width: 67%;
  }

  .w-67-px-tablet {
    width: 67px;
  }

  .w-670-px-tablet {
    width: 670px;
  }

  .max-w-670-px-tablet {
    max-width: 670px;
  }

  .h-67-tablet {
    height: 67%;
  }

  .h-67-px-tablet {
    height: 67px;
  }

  .h-670-px-tablet {
    height: 670px;
  }

  .max-h-67-tablet {
    max-height: 67%;
  }

  .max-h-670-px-tablet {
    max-height: 670px;
  }

  .w-68-tablet {
    width: 68%;
  }

  .max-w-68-tablet {
    max-width: 68%;
  }

  .w-68-px-tablet {
    width: 68px;
  }

  .w-680-px-tablet {
    width: 680px;
  }

  .max-w-680-px-tablet {
    max-width: 680px;
  }

  .h-68-tablet {
    height: 68%;
  }

  .h-68-px-tablet {
    height: 68px;
  }

  .h-680-px-tablet {
    height: 680px;
  }

  .max-h-68-tablet {
    max-height: 68%;
  }

  .max-h-680-px-tablet {
    max-height: 680px;
  }

  .w-69-tablet {
    width: 69%;
  }

  .max-w-69-tablet {
    max-width: 69%;
  }

  .w-69-px-tablet {
    width: 69px;
  }

  .w-690-px-tablet {
    width: 690px;
  }

  .max-w-690-px-tablet {
    max-width: 690px;
  }

  .h-69-tablet {
    height: 69%;
  }

  .h-69-px-tablet {
    height: 69px;
  }

  .h-690-px-tablet {
    height: 690px;
  }

  .max-h-69-tablet {
    max-height: 69%;
  }

  .max-h-690-px-tablet {
    max-height: 690px;
  }

  .w-70-tablet {
    width: 70%;
  }

  .max-w-70-tablet {
    max-width: 70%;
  }

  .w-70-px-tablet {
    width: 70px;
  }

  .w-700-px-tablet {
    width: 700px;
  }

  .max-w-700-px-tablet {
    max-width: 700px;
  }

  .h-70-tablet {
    height: 70%;
  }

  .h-70-px-tablet {
    height: 70px;
  }

  .h-700-px-tablet {
    height: 700px;
  }

  .max-h-70-tablet {
    max-height: 70%;
  }

  .max-h-700-px-tablet {
    max-height: 700px;
  }

  .w-71-tablet {
    width: 71%;
  }

  .max-w-71-tablet {
    max-width: 71%;
  }

  .w-71-px-tablet {
    width: 71px;
  }

  .w-710-px-tablet {
    width: 710px;
  }

  .max-w-710-px-tablet {
    max-width: 710px;
  }

  .h-71-tablet {
    height: 71%;
  }

  .h-71-px-tablet {
    height: 71px;
  }

  .h-710-px-tablet {
    height: 710px;
  }

  .max-h-71-tablet {
    max-height: 71%;
  }

  .max-h-710-px-tablet {
    max-height: 710px;
  }

  .w-72-tablet {
    width: 72%;
  }

  .max-w-72-tablet {
    max-width: 72%;
  }

  .w-72-px-tablet {
    width: 72px;
  }

  .w-720-px-tablet {
    width: 720px;
  }

  .max-w-720-px-tablet {
    max-width: 720px;
  }

  .h-72-tablet {
    height: 72%;
  }

  .h-72-px-tablet {
    height: 72px;
  }

  .h-720-px-tablet {
    height: 720px;
  }

  .max-h-72-tablet {
    max-height: 72%;
  }

  .max-h-720-px-tablet {
    max-height: 720px;
  }

  .w-73-tablet {
    width: 73%;
  }

  .max-w-73-tablet {
    max-width: 73%;
  }

  .w-73-px-tablet {
    width: 73px;
  }

  .w-730-px-tablet {
    width: 730px;
  }

  .max-w-730-px-tablet {
    max-width: 730px;
  }

  .h-73-tablet {
    height: 73%;
  }

  .h-73-px-tablet {
    height: 73px;
  }

  .h-730-px-tablet {
    height: 730px;
  }

  .max-h-73-tablet {
    max-height: 73%;
  }

  .max-h-730-px-tablet {
    max-height: 730px;
  }

  .w-74-tablet {
    width: 74%;
  }

  .max-w-74-tablet {
    max-width: 74%;
  }

  .w-74-px-tablet {
    width: 74px;
  }

  .w-740-px-tablet {
    width: 740px;
  }

  .max-w-740-px-tablet {
    max-width: 740px;
  }

  .h-74-tablet {
    height: 74%;
  }

  .h-74-px-tablet {
    height: 74px;
  }

  .h-740-px-tablet {
    height: 740px;
  }

  .max-h-74-tablet {
    max-height: 74%;
  }

  .max-h-740-px-tablet {
    max-height: 740px;
  }

  .w-75-tablet {
    width: 75%;
  }

  .max-w-75-tablet {
    max-width: 75%;
  }

  .w-75-px-tablet {
    width: 75px;
  }

  .w-750-px-tablet {
    width: 750px;
  }

  .max-w-750-px-tablet {
    max-width: 750px;
  }

  .h-75-tablet {
    height: 75%;
  }

  .h-75-px-tablet {
    height: 75px;
  }

  .h-750-px-tablet {
    height: 750px;
  }

  .max-h-75-tablet {
    max-height: 75%;
  }

  .max-h-750-px-tablet {
    max-height: 750px;
  }

  .w-76-tablet {
    width: 76%;
  }

  .max-w-76-tablet {
    max-width: 76%;
  }

  .w-76-px-tablet {
    width: 76px;
  }

  .w-760-px-tablet {
    width: 760px;
  }

  .max-w-760-px-tablet {
    max-width: 760px;
  }

  .h-76-tablet {
    height: 76%;
  }

  .h-76-px-tablet {
    height: 76px;
  }

  .h-760-px-tablet {
    height: 760px;
  }

  .max-h-76-tablet {
    max-height: 76%;
  }

  .max-h-760-px-tablet {
    max-height: 760px;
  }

  .w-77-tablet {
    width: 77%;
  }

  .max-w-77-tablet {
    max-width: 77%;
  }

  .w-77-px-tablet {
    width: 77px;
  }

  .w-770-px-tablet {
    width: 770px;
  }

  .max-w-770-px-tablet {
    max-width: 770px;
  }

  .h-77-tablet {
    height: 77%;
  }

  .h-77-px-tablet {
    height: 77px;
  }

  .h-770-px-tablet {
    height: 770px;
  }

  .max-h-77-tablet {
    max-height: 77%;
  }

  .max-h-770-px-tablet {
    max-height: 770px;
  }

  .w-78-tablet {
    width: 78%;
  }

  .max-w-78-tablet {
    max-width: 78%;
  }

  .w-78-px-tablet {
    width: 78px;
  }

  .w-780-px-tablet {
    width: 780px;
  }

  .max-w-780-px-tablet {
    max-width: 780px;
  }

  .h-78-tablet {
    height: 78%;
  }

  .h-78-px-tablet {
    height: 78px;
  }

  .h-780-px-tablet {
    height: 780px;
  }

  .max-h-78-tablet {
    max-height: 78%;
  }

  .max-h-780-px-tablet {
    max-height: 780px;
  }

  .w-79-tablet {
    width: 79%;
  }

  .max-w-79-tablet {
    max-width: 79%;
  }

  .w-79-px-tablet {
    width: 79px;
  }

  .w-790-px-tablet {
    width: 790px;
  }

  .max-w-790-px-tablet {
    max-width: 790px;
  }

  .h-79-tablet {
    height: 79%;
  }

  .h-79-px-tablet {
    height: 79px;
  }

  .h-790-px-tablet {
    height: 790px;
  }

  .max-h-79-tablet {
    max-height: 79%;
  }

  .max-h-790-px-tablet {
    max-height: 790px;
  }

  .w-80-tablet {
    width: 80%;
  }

  .max-w-80-tablet {
    max-width: 80%;
  }

  .w-80-px-tablet {
    width: 80px;
  }

  .w-800-px-tablet {
    width: 800px;
  }

  .max-w-800-px-tablet {
    max-width: 800px;
  }

  .h-80-tablet {
    height: 80%;
  }

  .h-80-px-tablet {
    height: 80px;
  }

  .h-800-px-tablet {
    height: 800px;
  }

  .max-h-80-tablet {
    max-height: 80%;
  }

  .max-h-800-px-tablet {
    max-height: 800px;
  }

  .w-81-tablet {
    width: 81%;
  }

  .max-w-81-tablet {
    max-width: 81%;
  }

  .w-81-px-tablet {
    width: 81px;
  }

  .w-810-px-tablet {
    width: 810px;
  }

  .max-w-810-px-tablet {
    max-width: 810px;
  }

  .h-81-tablet {
    height: 81%;
  }

  .h-81-px-tablet {
    height: 81px;
  }

  .h-810-px-tablet {
    height: 810px;
  }

  .max-h-81-tablet {
    max-height: 81%;
  }

  .max-h-810-px-tablet {
    max-height: 810px;
  }

  .w-82-tablet {
    width: 82%;
  }

  .max-w-82-tablet {
    max-width: 82%;
  }

  .w-82-px-tablet {
    width: 82px;
  }

  .w-820-px-tablet {
    width: 820px;
  }

  .max-w-820-px-tablet {
    max-width: 820px;
  }

  .h-82-tablet {
    height: 82%;
  }

  .h-82-px-tablet {
    height: 82px;
  }

  .h-820-px-tablet {
    height: 820px;
  }

  .max-h-82-tablet {
    max-height: 82%;
  }

  .max-h-820-px-tablet {
    max-height: 820px;
  }

  .w-83-tablet {
    width: 83%;
  }

  .max-w-83-tablet {
    max-width: 83%;
  }

  .w-83-px-tablet {
    width: 83px;
  }

  .w-830-px-tablet {
    width: 830px;
  }

  .max-w-830-px-tablet {
    max-width: 830px;
  }

  .h-83-tablet {
    height: 83%;
  }

  .h-83-px-tablet {
    height: 83px;
  }

  .h-830-px-tablet {
    height: 830px;
  }

  .max-h-83-tablet {
    max-height: 83%;
  }

  .max-h-830-px-tablet {
    max-height: 830px;
  }

  .w-84-tablet {
    width: 84%;
  }

  .max-w-84-tablet {
    max-width: 84%;
  }

  .w-84-px-tablet {
    width: 84px;
  }

  .w-840-px-tablet {
    width: 840px;
  }

  .max-w-840-px-tablet {
    max-width: 840px;
  }

  .h-84-tablet {
    height: 84%;
  }

  .h-84-px-tablet {
    height: 84px;
  }

  .h-840-px-tablet {
    height: 840px;
  }

  .max-h-84-tablet {
    max-height: 84%;
  }

  .max-h-840-px-tablet {
    max-height: 840px;
  }

  .w-85-tablet {
    width: 85%;
  }

  .max-w-85-tablet {
    max-width: 85%;
  }

  .w-85-px-tablet {
    width: 85px;
  }

  .w-850-px-tablet {
    width: 850px;
  }

  .max-w-850-px-tablet {
    max-width: 850px;
  }

  .h-85-tablet {
    height: 85%;
  }

  .h-85-px-tablet {
    height: 85px;
  }

  .h-850-px-tablet {
    height: 850px;
  }

  .max-h-85-tablet {
    max-height: 85%;
  }

  .max-h-850-px-tablet {
    max-height: 850px;
  }

  .w-86-tablet {
    width: 86%;
  }

  .max-w-86-tablet {
    max-width: 86%;
  }

  .w-86-px-tablet {
    width: 86px;
  }

  .w-860-px-tablet {
    width: 860px;
  }

  .max-w-860-px-tablet {
    max-width: 860px;
  }

  .h-86-tablet {
    height: 86%;
  }

  .h-86-px-tablet {
    height: 86px;
  }

  .h-860-px-tablet {
    height: 860px;
  }

  .max-h-86-tablet {
    max-height: 86%;
  }

  .max-h-860-px-tablet {
    max-height: 860px;
  }

  .w-87-tablet {
    width: 87%;
  }

  .max-w-87-tablet {
    max-width: 87%;
  }

  .w-87-px-tablet {
    width: 87px;
  }

  .w-870-px-tablet {
    width: 870px;
  }

  .max-w-870-px-tablet {
    max-width: 870px;
  }

  .h-87-tablet {
    height: 87%;
  }

  .h-87-px-tablet {
    height: 87px;
  }

  .h-870-px-tablet {
    height: 870px;
  }

  .max-h-87-tablet {
    max-height: 87%;
  }

  .max-h-870-px-tablet {
    max-height: 870px;
  }

  .w-88-tablet {
    width: 88%;
  }

  .max-w-88-tablet {
    max-width: 88%;
  }

  .w-88-px-tablet {
    width: 88px;
  }

  .w-880-px-tablet {
    width: 880px;
  }

  .max-w-880-px-tablet {
    max-width: 880px;
  }

  .h-88-tablet {
    height: 88%;
  }

  .h-88-px-tablet {
    height: 88px;
  }

  .h-880-px-tablet {
    height: 880px;
  }

  .max-h-88-tablet {
    max-height: 88%;
  }

  .max-h-880-px-tablet {
    max-height: 880px;
  }

  .w-89-tablet {
    width: 89%;
  }

  .max-w-89-tablet {
    max-width: 89%;
  }

  .w-89-px-tablet {
    width: 89px;
  }

  .w-890-px-tablet {
    width: 890px;
  }

  .max-w-890-px-tablet {
    max-width: 890px;
  }

  .h-89-tablet {
    height: 89%;
  }

  .h-89-px-tablet {
    height: 89px;
  }

  .h-890-px-tablet {
    height: 890px;
  }

  .max-h-89-tablet {
    max-height: 89%;
  }

  .max-h-890-px-tablet {
    max-height: 890px;
  }

  .w-90-tablet {
    width: 90%;
  }

  .max-w-90-tablet {
    max-width: 90%;
  }

  .w-90-px-tablet {
    width: 90px;
  }

  .w-900-px-tablet {
    width: 900px;
  }

  .max-w-900-px-tablet {
    max-width: 900px;
  }

  .h-90-tablet {
    height: 90%;
  }

  .h-90-px-tablet {
    height: 90px;
  }

  .h-900-px-tablet {
    height: 900px;
  }

  .max-h-90-tablet {
    max-height: 90%;
  }

  .max-h-900-px-tablet {
    max-height: 900px;
  }

  .w-91-tablet {
    width: 91%;
  }

  .max-w-91-tablet {
    max-width: 91%;
  }

  .w-91-px-tablet {
    width: 91px;
  }

  .w-910-px-tablet {
    width: 910px;
  }

  .max-w-910-px-tablet {
    max-width: 910px;
  }

  .h-91-tablet {
    height: 91%;
  }

  .h-91-px-tablet {
    height: 91px;
  }

  .h-910-px-tablet {
    height: 910px;
  }

  .max-h-91-tablet {
    max-height: 91%;
  }

  .max-h-910-px-tablet {
    max-height: 910px;
  }

  .w-92-tablet {
    width: 92%;
  }

  .max-w-92-tablet {
    max-width: 92%;
  }

  .w-92-px-tablet {
    width: 92px;
  }

  .w-920-px-tablet {
    width: 920px;
  }

  .max-w-920-px-tablet {
    max-width: 920px;
  }

  .h-92-tablet {
    height: 92%;
  }

  .h-92-px-tablet {
    height: 92px;
  }

  .h-920-px-tablet {
    height: 920px;
  }

  .max-h-92-tablet {
    max-height: 92%;
  }

  .max-h-920-px-tablet {
    max-height: 920px;
  }

  .w-93-tablet {
    width: 93%;
  }

  .max-w-93-tablet {
    max-width: 93%;
  }

  .w-93-px-tablet {
    width: 93px;
  }

  .w-930-px-tablet {
    width: 930px;
  }

  .max-w-930-px-tablet {
    max-width: 930px;
  }

  .h-93-tablet {
    height: 93%;
  }

  .h-93-px-tablet {
    height: 93px;
  }

  .h-930-px-tablet {
    height: 930px;
  }

  .max-h-93-tablet {
    max-height: 93%;
  }

  .max-h-930-px-tablet {
    max-height: 930px;
  }

  .w-94-tablet {
    width: 94%;
  }

  .max-w-94-tablet {
    max-width: 94%;
  }

  .w-94-px-tablet {
    width: 94px;
  }

  .w-940-px-tablet {
    width: 940px;
  }

  .max-w-940-px-tablet {
    max-width: 940px;
  }

  .h-94-tablet {
    height: 94%;
  }

  .h-94-px-tablet {
    height: 94px;
  }

  .h-940-px-tablet {
    height: 940px;
  }

  .max-h-94-tablet {
    max-height: 94%;
  }

  .max-h-940-px-tablet {
    max-height: 940px;
  }

  .w-95-tablet {
    width: 95%;
  }

  .max-w-95-tablet {
    max-width: 95%;
  }

  .w-95-px-tablet {
    width: 95px;
  }

  .w-950-px-tablet {
    width: 950px;
  }

  .max-w-950-px-tablet {
    max-width: 950px;
  }

  .h-95-tablet {
    height: 95%;
  }

  .h-95-px-tablet {
    height: 95px;
  }

  .h-950-px-tablet {
    height: 950px;
  }

  .max-h-95-tablet {
    max-height: 95%;
  }

  .max-h-950-px-tablet {
    max-height: 950px;
  }

  .w-96-tablet {
    width: 96%;
  }

  .max-w-96-tablet {
    max-width: 96%;
  }

  .w-96-px-tablet {
    width: 96px;
  }

  .w-960-px-tablet {
    width: 960px;
  }

  .max-w-960-px-tablet {
    max-width: 960px;
  }

  .h-96-tablet {
    height: 96%;
  }

  .h-96-px-tablet {
    height: 96px;
  }

  .h-960-px-tablet {
    height: 960px;
  }

  .max-h-96-tablet {
    max-height: 96%;
  }

  .max-h-960-px-tablet {
    max-height: 960px;
  }

  .w-97-tablet {
    width: 97%;
  }

  .max-w-97-tablet {
    max-width: 97%;
  }

  .w-97-px-tablet {
    width: 97px;
  }

  .w-970-px-tablet {
    width: 970px;
  }

  .max-w-970-px-tablet {
    max-width: 970px;
  }

  .h-97-tablet {
    height: 97%;
  }

  .h-97-px-tablet {
    height: 97px;
  }

  .h-970-px-tablet {
    height: 970px;
  }

  .max-h-97-tablet {
    max-height: 97%;
  }

  .max-h-970-px-tablet {
    max-height: 970px;
  }

  .w-98-tablet {
    width: 98%;
  }

  .max-w-98-tablet {
    max-width: 98%;
  }

  .w-98-px-tablet {
    width: 98px;
  }

  .w-980-px-tablet {
    width: 980px;
  }

  .max-w-980-px-tablet {
    max-width: 980px;
  }

  .h-98-tablet {
    height: 98%;
  }

  .h-98-px-tablet {
    height: 98px;
  }

  .h-980-px-tablet {
    height: 980px;
  }

  .max-h-98-tablet {
    max-height: 98%;
  }

  .max-h-980-px-tablet {
    max-height: 980px;
  }

  .w-99-tablet {
    width: 99%;
  }

  .max-w-99-tablet {
    max-width: 99%;
  }

  .w-99-px-tablet {
    width: 99px;
  }

  .w-990-px-tablet {
    width: 990px;
  }

  .max-w-990-px-tablet {
    max-width: 990px;
  }

  .h-99-tablet {
    height: 99%;
  }

  .h-99-px-tablet {
    height: 99px;
  }

  .h-990-px-tablet {
    height: 990px;
  }

  .max-h-99-tablet {
    max-height: 99%;
  }

  .max-h-990-px-tablet {
    max-height: 990px;
  }

  .w-100-tablet {
    width: 100%;
  }

  .max-w-100-tablet {
    max-width: 100%;
  }

  .w-100-px-tablet {
    width: 100px;
  }

  .w-1000-px-tablet {
    width: 1000px;
  }

  .max-w-1000-px-tablet {
    max-width: 1000px;
  }

  .h-100-tablet {
    height: 100%;
  }

  .h-100-px-tablet {
    height: 100px;
  }

  .h-1000-px-tablet {
    height: 1000px;
  }

  .max-h-100-tablet {
    max-height: 100%;
  }

  .max-h-1000-px-tablet {
    max-height: 1000px;
  }

  .max-w-ausrichtung-tablet {
    max-width: 1380px;
  }

  .max-w-ausrichtung-inner-tablet {
    max-width: 1024px;
  }

  .max-w-ausrichtung-inner-small-tablet {
    max-width: 900px;
  }

  .w-one-third-tablet {
    width: 33.333333333%;
  }

  .max-w-one-third-tablet {
    max-width: 33.333333333%;
  }

  .w-one-third-vw-tablet {
    width: 33.333333333vw;
  }

  .max-w-one-third-vw-tablet {
    max-width: 33.333333333vw;
  }

  .w-two-thirds-tablet {
    width: 66.666666666%;
  }

  .max-w-two-thirds-tablet {
    max-width: 66.666666666%;
  }

  .w-two-thirds-vw-tablet {
    width: 66.666666666vw;
  }

  .max-w-two-thirds-vw-tablet {
    max-width: 66.666666666vw;
  }

  .w-one-third-minus-margin-l-r-abstand-smaller-tablet {
    width: calc(33.333333333% - (2 * 0.625rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-smaller-tablet {
    max-width: calc(33.333333333% - (2 * 0.625rem));
  }

  .w-one-third-minus-margin-l-r-abstand-small-tablet {
    width: calc(33.333333333% - (2 * 1.25rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-small-tablet {
    max-width: calc(33.333333333% - (2 * 1.25rem));
  }

  .w-one-third-minus-margin-l-r-abstand-normal-tablet {
    width: calc(33.333333333% - (2 * 2.5rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-normal-tablet {
    max-width: calc(33.333333333% - (2 * 2.5rem));
  }

  .w-one-third-minus-margin-l-r-abstand-big-tablet {
    width: calc(33.333333333% - (2 * 3.75rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-big-tablet {
    max-width: calc(33.333333333% - (2 * 3.75rem));
  }

  .h-one-third-tablet {
    height: calc(100% / 3);
  }

  .max-h-one-third-tablet {
    max-height: calc(100% / 3);
  }

  .min-h-one-third-tablet {
    min-height: calc(100% / 3);
  }

  .h-one-third-vw-tablet {
    height: calc(100vw / 3);
  }

  .max-h-one-third-vw-tablet {
    max-height: calc(100vw / 3);
  }

  .min-h-one-third-vw-tablet {
    min-height: calc(100vw / 3);
  }

  .h-two-third-tablet {
    height: calc(100% / 3 * 2);
  }

  .max-h-two-third-tablet {
    max-height: calc(100% / 2 * 2);
  }

  .min-h-two-third-tablet {
    min-height: calc(100% / 3 * 2);
  }

  .h-two-third-vw-tablet {
    height: calc(100vw / 3 * 2);
  }

  .max-h-two-third-vw-tablet {
    max-height: calc(100vw / 3 * 2);
  }

  .min-h-two-third-vw-tablet {
    min-height: calc(100vw / 3 * 2);
  }
}
@media all and (min-width: 1024px) {
  .h-auto-desktop {
    height: auto;
  }

  .grid-column-1-desktop {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }

  .grid-column-2-desktop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .grid-column-3-desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }

  .grid-column-4-desktop {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
  }

  .grid-column-5-desktop {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
  }

  .grid-column-6-desktop {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
  }

  .gap-abstand-smaller-desktop {
    gap: 0.625rem;
  }

  .gap-abstand-small-desktop {
    gap: 1.25rem;
  }

  .gap-abstand-normal-desktop {
    gap: 2.5rem;
  }

  .gap-abstand-big-desktop {
    gap: 3.75rem;
  }

  .w-auto-desktop {
    width: auto;
  }

  .w-auto-important-desktop {
    width: auto !important;
  }

  .w-0-desktop {
    width: 0%;
  }

  .max-w-0-desktop {
    max-width: 0%;
  }

  .w-0-px-desktop {
    width: 0px;
  }

  .w-0-px-desktop {
    width: 0px;
  }

  .max-w-0-px-desktop {
    max-width: 0px;
  }

  .h-0-desktop {
    height: 0%;
  }

  .h-0-px-desktop {
    height: 0px;
  }

  .h-0-px-desktop {
    height: 0px;
  }

  .max-h-0-desktop {
    max-height: 0%;
  }

  .max-h-0-px-desktop {
    max-height: 0px;
  }

  .w-1-desktop {
    width: 1%;
  }

  .max-w-1-desktop {
    max-width: 1%;
  }

  .w-1-px-desktop {
    width: 1px;
  }

  .w-10-px-desktop {
    width: 10px;
  }

  .max-w-10-px-desktop {
    max-width: 10px;
  }

  .h-1-desktop {
    height: 1%;
  }

  .h-1-px-desktop {
    height: 1px;
  }

  .h-10-px-desktop {
    height: 10px;
  }

  .max-h-1-desktop {
    max-height: 1%;
  }

  .max-h-10-px-desktop {
    max-height: 10px;
  }

  .w-2-desktop {
    width: 2%;
  }

  .max-w-2-desktop {
    max-width: 2%;
  }

  .w-2-px-desktop {
    width: 2px;
  }

  .w-20-px-desktop {
    width: 20px;
  }

  .max-w-20-px-desktop {
    max-width: 20px;
  }

  .h-2-desktop {
    height: 2%;
  }

  .h-2-px-desktop {
    height: 2px;
  }

  .h-20-px-desktop {
    height: 20px;
  }

  .max-h-2-desktop {
    max-height: 2%;
  }

  .max-h-20-px-desktop {
    max-height: 20px;
  }

  .w-3-desktop {
    width: 3%;
  }

  .max-w-3-desktop {
    max-width: 3%;
  }

  .w-3-px-desktop {
    width: 3px;
  }

  .w-30-px-desktop {
    width: 30px;
  }

  .max-w-30-px-desktop {
    max-width: 30px;
  }

  .h-3-desktop {
    height: 3%;
  }

  .h-3-px-desktop {
    height: 3px;
  }

  .h-30-px-desktop {
    height: 30px;
  }

  .max-h-3-desktop {
    max-height: 3%;
  }

  .max-h-30-px-desktop {
    max-height: 30px;
  }

  .w-4-desktop {
    width: 4%;
  }

  .max-w-4-desktop {
    max-width: 4%;
  }

  .w-4-px-desktop {
    width: 4px;
  }

  .w-40-px-desktop {
    width: 40px;
  }

  .max-w-40-px-desktop {
    max-width: 40px;
  }

  .h-4-desktop {
    height: 4%;
  }

  .h-4-px-desktop {
    height: 4px;
  }

  .h-40-px-desktop {
    height: 40px;
  }

  .max-h-4-desktop {
    max-height: 4%;
  }

  .max-h-40-px-desktop {
    max-height: 40px;
  }

  .w-5-desktop {
    width: 5%;
  }

  .max-w-5-desktop {
    max-width: 5%;
  }

  .w-5-px-desktop {
    width: 5px;
  }

  .w-50-px-desktop {
    width: 50px;
  }

  .max-w-50-px-desktop {
    max-width: 50px;
  }

  .h-5-desktop {
    height: 5%;
  }

  .h-5-px-desktop {
    height: 5px;
  }

  .h-50-px-desktop {
    height: 50px;
  }

  .max-h-5-desktop {
    max-height: 5%;
  }

  .max-h-50-px-desktop {
    max-height: 50px;
  }

  .w-6-desktop {
    width: 6%;
  }

  .max-w-6-desktop {
    max-width: 6%;
  }

  .w-6-px-desktop {
    width: 6px;
  }

  .w-60-px-desktop {
    width: 60px;
  }

  .max-w-60-px-desktop {
    max-width: 60px;
  }

  .h-6-desktop {
    height: 6%;
  }

  .h-6-px-desktop {
    height: 6px;
  }

  .h-60-px-desktop {
    height: 60px;
  }

  .max-h-6-desktop {
    max-height: 6%;
  }

  .max-h-60-px-desktop {
    max-height: 60px;
  }

  .w-7-desktop {
    width: 7%;
  }

  .max-w-7-desktop {
    max-width: 7%;
  }

  .w-7-px-desktop {
    width: 7px;
  }

  .w-70-px-desktop {
    width: 70px;
  }

  .max-w-70-px-desktop {
    max-width: 70px;
  }

  .h-7-desktop {
    height: 7%;
  }

  .h-7-px-desktop {
    height: 7px;
  }

  .h-70-px-desktop {
    height: 70px;
  }

  .max-h-7-desktop {
    max-height: 7%;
  }

  .max-h-70-px-desktop {
    max-height: 70px;
  }

  .w-8-desktop {
    width: 8%;
  }

  .max-w-8-desktop {
    max-width: 8%;
  }

  .w-8-px-desktop {
    width: 8px;
  }

  .w-80-px-desktop {
    width: 80px;
  }

  .max-w-80-px-desktop {
    max-width: 80px;
  }

  .h-8-desktop {
    height: 8%;
  }

  .h-8-px-desktop {
    height: 8px;
  }

  .h-80-px-desktop {
    height: 80px;
  }

  .max-h-8-desktop {
    max-height: 8%;
  }

  .max-h-80-px-desktop {
    max-height: 80px;
  }

  .w-9-desktop {
    width: 9%;
  }

  .max-w-9-desktop {
    max-width: 9%;
  }

  .w-9-px-desktop {
    width: 9px;
  }

  .w-90-px-desktop {
    width: 90px;
  }

  .max-w-90-px-desktop {
    max-width: 90px;
  }

  .h-9-desktop {
    height: 9%;
  }

  .h-9-px-desktop {
    height: 9px;
  }

  .h-90-px-desktop {
    height: 90px;
  }

  .max-h-9-desktop {
    max-height: 9%;
  }

  .max-h-90-px-desktop {
    max-height: 90px;
  }

  .w-10-desktop {
    width: 10%;
  }

  .max-w-10-desktop {
    max-width: 10%;
  }

  .w-10-px-desktop {
    width: 10px;
  }

  .w-100-px-desktop {
    width: 100px;
  }

  .max-w-100-px-desktop {
    max-width: 100px;
  }

  .h-10-desktop {
    height: 10%;
  }

  .h-10-px-desktop {
    height: 10px;
  }

  .h-100-px-desktop {
    height: 100px;
  }

  .max-h-10-desktop {
    max-height: 10%;
  }

  .max-h-100-px-desktop {
    max-height: 100px;
  }

  .w-11-desktop {
    width: 11%;
  }

  .max-w-11-desktop {
    max-width: 11%;
  }

  .w-11-px-desktop {
    width: 11px;
  }

  .w-110-px-desktop {
    width: 110px;
  }

  .max-w-110-px-desktop {
    max-width: 110px;
  }

  .h-11-desktop {
    height: 11%;
  }

  .h-11-px-desktop {
    height: 11px;
  }

  .h-110-px-desktop {
    height: 110px;
  }

  .max-h-11-desktop {
    max-height: 11%;
  }

  .max-h-110-px-desktop {
    max-height: 110px;
  }

  .w-12-desktop {
    width: 12%;
  }

  .max-w-12-desktop {
    max-width: 12%;
  }

  .w-12-px-desktop {
    width: 12px;
  }

  .w-120-px-desktop {
    width: 120px;
  }

  .max-w-120-px-desktop {
    max-width: 120px;
  }

  .h-12-desktop {
    height: 12%;
  }

  .h-12-px-desktop {
    height: 12px;
  }

  .h-120-px-desktop {
    height: 120px;
  }

  .max-h-12-desktop {
    max-height: 12%;
  }

  .max-h-120-px-desktop {
    max-height: 120px;
  }

  .w-13-desktop {
    width: 13%;
  }

  .max-w-13-desktop {
    max-width: 13%;
  }

  .w-13-px-desktop {
    width: 13px;
  }

  .w-130-px-desktop {
    width: 130px;
  }

  .max-w-130-px-desktop {
    max-width: 130px;
  }

  .h-13-desktop {
    height: 13%;
  }

  .h-13-px-desktop {
    height: 13px;
  }

  .h-130-px-desktop {
    height: 130px;
  }

  .max-h-13-desktop {
    max-height: 13%;
  }

  .max-h-130-px-desktop {
    max-height: 130px;
  }

  .w-14-desktop {
    width: 14%;
  }

  .max-w-14-desktop {
    max-width: 14%;
  }

  .w-14-px-desktop {
    width: 14px;
  }

  .w-140-px-desktop {
    width: 140px;
  }

  .max-w-140-px-desktop {
    max-width: 140px;
  }

  .h-14-desktop {
    height: 14%;
  }

  .h-14-px-desktop {
    height: 14px;
  }

  .h-140-px-desktop {
    height: 140px;
  }

  .max-h-14-desktop {
    max-height: 14%;
  }

  .max-h-140-px-desktop {
    max-height: 140px;
  }

  .w-15-desktop {
    width: 15%;
  }

  .max-w-15-desktop {
    max-width: 15%;
  }

  .w-15-px-desktop {
    width: 15px;
  }

  .w-150-px-desktop {
    width: 150px;
  }

  .max-w-150-px-desktop {
    max-width: 150px;
  }

  .h-15-desktop {
    height: 15%;
  }

  .h-15-px-desktop {
    height: 15px;
  }

  .h-150-px-desktop {
    height: 150px;
  }

  .max-h-15-desktop {
    max-height: 15%;
  }

  .max-h-150-px-desktop {
    max-height: 150px;
  }

  .w-16-desktop {
    width: 16%;
  }

  .max-w-16-desktop {
    max-width: 16%;
  }

  .w-16-px-desktop {
    width: 16px;
  }

  .w-160-px-desktop {
    width: 160px;
  }

  .max-w-160-px-desktop {
    max-width: 160px;
  }

  .h-16-desktop {
    height: 16%;
  }

  .h-16-px-desktop {
    height: 16px;
  }

  .h-160-px-desktop {
    height: 160px;
  }

  .max-h-16-desktop {
    max-height: 16%;
  }

  .max-h-160-px-desktop {
    max-height: 160px;
  }

  .w-17-desktop {
    width: 17%;
  }

  .max-w-17-desktop {
    max-width: 17%;
  }

  .w-17-px-desktop {
    width: 17px;
  }

  .w-170-px-desktop {
    width: 170px;
  }

  .max-w-170-px-desktop {
    max-width: 170px;
  }

  .h-17-desktop {
    height: 17%;
  }

  .h-17-px-desktop {
    height: 17px;
  }

  .h-170-px-desktop {
    height: 170px;
  }

  .max-h-17-desktop {
    max-height: 17%;
  }

  .max-h-170-px-desktop {
    max-height: 170px;
  }

  .w-18-desktop {
    width: 18%;
  }

  .max-w-18-desktop {
    max-width: 18%;
  }

  .w-18-px-desktop {
    width: 18px;
  }

  .w-180-px-desktop {
    width: 180px;
  }

  .max-w-180-px-desktop {
    max-width: 180px;
  }

  .h-18-desktop {
    height: 18%;
  }

  .h-18-px-desktop {
    height: 18px;
  }

  .h-180-px-desktop {
    height: 180px;
  }

  .max-h-18-desktop {
    max-height: 18%;
  }

  .max-h-180-px-desktop {
    max-height: 180px;
  }

  .w-19-desktop {
    width: 19%;
  }

  .max-w-19-desktop {
    max-width: 19%;
  }

  .w-19-px-desktop {
    width: 19px;
  }

  .w-190-px-desktop {
    width: 190px;
  }

  .max-w-190-px-desktop {
    max-width: 190px;
  }

  .h-19-desktop {
    height: 19%;
  }

  .h-19-px-desktop {
    height: 19px;
  }

  .h-190-px-desktop {
    height: 190px;
  }

  .max-h-19-desktop {
    max-height: 19%;
  }

  .max-h-190-px-desktop {
    max-height: 190px;
  }

  .w-20-desktop {
    width: 20%;
  }

  .max-w-20-desktop {
    max-width: 20%;
  }

  .w-20-px-desktop {
    width: 20px;
  }

  .w-200-px-desktop {
    width: 200px;
  }

  .max-w-200-px-desktop {
    max-width: 200px;
  }

  .h-20-desktop {
    height: 20%;
  }

  .h-20-px-desktop {
    height: 20px;
  }

  .h-200-px-desktop {
    height: 200px;
  }

  .max-h-20-desktop {
    max-height: 20%;
  }

  .max-h-200-px-desktop {
    max-height: 200px;
  }

  .w-21-desktop {
    width: 21%;
  }

  .max-w-21-desktop {
    max-width: 21%;
  }

  .w-21-px-desktop {
    width: 21px;
  }

  .w-210-px-desktop {
    width: 210px;
  }

  .max-w-210-px-desktop {
    max-width: 210px;
  }

  .h-21-desktop {
    height: 21%;
  }

  .h-21-px-desktop {
    height: 21px;
  }

  .h-210-px-desktop {
    height: 210px;
  }

  .max-h-21-desktop {
    max-height: 21%;
  }

  .max-h-210-px-desktop {
    max-height: 210px;
  }

  .w-22-desktop {
    width: 22%;
  }

  .max-w-22-desktop {
    max-width: 22%;
  }

  .w-22-px-desktop {
    width: 22px;
  }

  .w-220-px-desktop {
    width: 220px;
  }

  .max-w-220-px-desktop {
    max-width: 220px;
  }

  .h-22-desktop {
    height: 22%;
  }

  .h-22-px-desktop {
    height: 22px;
  }

  .h-220-px-desktop {
    height: 220px;
  }

  .max-h-22-desktop {
    max-height: 22%;
  }

  .max-h-220-px-desktop {
    max-height: 220px;
  }

  .w-23-desktop {
    width: 23%;
  }

  .max-w-23-desktop {
    max-width: 23%;
  }

  .w-23-px-desktop {
    width: 23px;
  }

  .w-230-px-desktop {
    width: 230px;
  }

  .max-w-230-px-desktop {
    max-width: 230px;
  }

  .h-23-desktop {
    height: 23%;
  }

  .h-23-px-desktop {
    height: 23px;
  }

  .h-230-px-desktop {
    height: 230px;
  }

  .max-h-23-desktop {
    max-height: 23%;
  }

  .max-h-230-px-desktop {
    max-height: 230px;
  }

  .w-24-desktop {
    width: 24%;
  }

  .max-w-24-desktop {
    max-width: 24%;
  }

  .w-24-px-desktop {
    width: 24px;
  }

  .w-240-px-desktop {
    width: 240px;
  }

  .max-w-240-px-desktop {
    max-width: 240px;
  }

  .h-24-desktop {
    height: 24%;
  }

  .h-24-px-desktop {
    height: 24px;
  }

  .h-240-px-desktop {
    height: 240px;
  }

  .max-h-24-desktop {
    max-height: 24%;
  }

  .max-h-240-px-desktop {
    max-height: 240px;
  }

  .w-25-desktop {
    width: 25%;
  }

  .max-w-25-desktop {
    max-width: 25%;
  }

  .w-25-px-desktop {
    width: 25px;
  }

  .w-250-px-desktop {
    width: 250px;
  }

  .max-w-250-px-desktop {
    max-width: 250px;
  }

  .h-25-desktop {
    height: 25%;
  }

  .h-25-px-desktop {
    height: 25px;
  }

  .h-250-px-desktop {
    height: 250px;
  }

  .max-h-25-desktop {
    max-height: 25%;
  }

  .max-h-250-px-desktop {
    max-height: 250px;
  }

  .w-26-desktop {
    width: 26%;
  }

  .max-w-26-desktop {
    max-width: 26%;
  }

  .w-26-px-desktop {
    width: 26px;
  }

  .w-260-px-desktop {
    width: 260px;
  }

  .max-w-260-px-desktop {
    max-width: 260px;
  }

  .h-26-desktop {
    height: 26%;
  }

  .h-26-px-desktop {
    height: 26px;
  }

  .h-260-px-desktop {
    height: 260px;
  }

  .max-h-26-desktop {
    max-height: 26%;
  }

  .max-h-260-px-desktop {
    max-height: 260px;
  }

  .w-27-desktop {
    width: 27%;
  }

  .max-w-27-desktop {
    max-width: 27%;
  }

  .w-27-px-desktop {
    width: 27px;
  }

  .w-270-px-desktop {
    width: 270px;
  }

  .max-w-270-px-desktop {
    max-width: 270px;
  }

  .h-27-desktop {
    height: 27%;
  }

  .h-27-px-desktop {
    height: 27px;
  }

  .h-270-px-desktop {
    height: 270px;
  }

  .max-h-27-desktop {
    max-height: 27%;
  }

  .max-h-270-px-desktop {
    max-height: 270px;
  }

  .w-28-desktop {
    width: 28%;
  }

  .max-w-28-desktop {
    max-width: 28%;
  }

  .w-28-px-desktop {
    width: 28px;
  }

  .w-280-px-desktop {
    width: 280px;
  }

  .max-w-280-px-desktop {
    max-width: 280px;
  }

  .h-28-desktop {
    height: 28%;
  }

  .h-28-px-desktop {
    height: 28px;
  }

  .h-280-px-desktop {
    height: 280px;
  }

  .max-h-28-desktop {
    max-height: 28%;
  }

  .max-h-280-px-desktop {
    max-height: 280px;
  }

  .w-29-desktop {
    width: 29%;
  }

  .max-w-29-desktop {
    max-width: 29%;
  }

  .w-29-px-desktop {
    width: 29px;
  }

  .w-290-px-desktop {
    width: 290px;
  }

  .max-w-290-px-desktop {
    max-width: 290px;
  }

  .h-29-desktop {
    height: 29%;
  }

  .h-29-px-desktop {
    height: 29px;
  }

  .h-290-px-desktop {
    height: 290px;
  }

  .max-h-29-desktop {
    max-height: 29%;
  }

  .max-h-290-px-desktop {
    max-height: 290px;
  }

  .w-30-desktop {
    width: 30%;
  }

  .max-w-30-desktop {
    max-width: 30%;
  }

  .w-30-px-desktop {
    width: 30px;
  }

  .w-300-px-desktop {
    width: 300px;
  }

  .max-w-300-px-desktop {
    max-width: 300px;
  }

  .h-30-desktop {
    height: 30%;
  }

  .h-30-px-desktop {
    height: 30px;
  }

  .h-300-px-desktop {
    height: 300px;
  }

  .max-h-30-desktop {
    max-height: 30%;
  }

  .max-h-300-px-desktop {
    max-height: 300px;
  }

  .w-31-desktop {
    width: 31%;
  }

  .max-w-31-desktop {
    max-width: 31%;
  }

  .w-31-px-desktop {
    width: 31px;
  }

  .w-310-px-desktop {
    width: 310px;
  }

  .max-w-310-px-desktop {
    max-width: 310px;
  }

  .h-31-desktop {
    height: 31%;
  }

  .h-31-px-desktop {
    height: 31px;
  }

  .h-310-px-desktop {
    height: 310px;
  }

  .max-h-31-desktop {
    max-height: 31%;
  }

  .max-h-310-px-desktop {
    max-height: 310px;
  }

  .w-32-desktop {
    width: 32%;
  }

  .max-w-32-desktop {
    max-width: 32%;
  }

  .w-32-px-desktop {
    width: 32px;
  }

  .w-320-px-desktop {
    width: 320px;
  }

  .max-w-320-px-desktop {
    max-width: 320px;
  }

  .h-32-desktop {
    height: 32%;
  }

  .h-32-px-desktop {
    height: 32px;
  }

  .h-320-px-desktop {
    height: 320px;
  }

  .max-h-32-desktop {
    max-height: 32%;
  }

  .max-h-320-px-desktop {
    max-height: 320px;
  }

  .w-33-desktop {
    width: 33%;
  }

  .max-w-33-desktop {
    max-width: 33%;
  }

  .w-33-px-desktop {
    width: 33px;
  }

  .w-330-px-desktop {
    width: 330px;
  }

  .max-w-330-px-desktop {
    max-width: 330px;
  }

  .h-33-desktop {
    height: 33%;
  }

  .h-33-px-desktop {
    height: 33px;
  }

  .h-330-px-desktop {
    height: 330px;
  }

  .max-h-33-desktop {
    max-height: 33%;
  }

  .max-h-330-px-desktop {
    max-height: 330px;
  }

  .w-34-desktop {
    width: 34%;
  }

  .max-w-34-desktop {
    max-width: 34%;
  }

  .w-34-px-desktop {
    width: 34px;
  }

  .w-340-px-desktop {
    width: 340px;
  }

  .max-w-340-px-desktop {
    max-width: 340px;
  }

  .h-34-desktop {
    height: 34%;
  }

  .h-34-px-desktop {
    height: 34px;
  }

  .h-340-px-desktop {
    height: 340px;
  }

  .max-h-34-desktop {
    max-height: 34%;
  }

  .max-h-340-px-desktop {
    max-height: 340px;
  }

  .w-35-desktop {
    width: 35%;
  }

  .max-w-35-desktop {
    max-width: 35%;
  }

  .w-35-px-desktop {
    width: 35px;
  }

  .w-350-px-desktop {
    width: 350px;
  }

  .max-w-350-px-desktop {
    max-width: 350px;
  }

  .h-35-desktop {
    height: 35%;
  }

  .h-35-px-desktop {
    height: 35px;
  }

  .h-350-px-desktop {
    height: 350px;
  }

  .max-h-35-desktop {
    max-height: 35%;
  }

  .max-h-350-px-desktop {
    max-height: 350px;
  }

  .w-36-desktop {
    width: 36%;
  }

  .max-w-36-desktop {
    max-width: 36%;
  }

  .w-36-px-desktop {
    width: 36px;
  }

  .w-360-px-desktop {
    width: 360px;
  }

  .max-w-360-px-desktop {
    max-width: 360px;
  }

  .h-36-desktop {
    height: 36%;
  }

  .h-36-px-desktop {
    height: 36px;
  }

  .h-360-px-desktop {
    height: 360px;
  }

  .max-h-36-desktop {
    max-height: 36%;
  }

  .max-h-360-px-desktop {
    max-height: 360px;
  }

  .w-37-desktop {
    width: 37%;
  }

  .max-w-37-desktop {
    max-width: 37%;
  }

  .w-37-px-desktop {
    width: 37px;
  }

  .w-370-px-desktop {
    width: 370px;
  }

  .max-w-370-px-desktop {
    max-width: 370px;
  }

  .h-37-desktop {
    height: 37%;
  }

  .h-37-px-desktop {
    height: 37px;
  }

  .h-370-px-desktop {
    height: 370px;
  }

  .max-h-37-desktop {
    max-height: 37%;
  }

  .max-h-370-px-desktop {
    max-height: 370px;
  }

  .w-38-desktop {
    width: 38%;
  }

  .max-w-38-desktop {
    max-width: 38%;
  }

  .w-38-px-desktop {
    width: 38px;
  }

  .w-380-px-desktop {
    width: 380px;
  }

  .max-w-380-px-desktop {
    max-width: 380px;
  }

  .h-38-desktop {
    height: 38%;
  }

  .h-38-px-desktop {
    height: 38px;
  }

  .h-380-px-desktop {
    height: 380px;
  }

  .max-h-38-desktop {
    max-height: 38%;
  }

  .max-h-380-px-desktop {
    max-height: 380px;
  }

  .w-39-desktop {
    width: 39%;
  }

  .max-w-39-desktop {
    max-width: 39%;
  }

  .w-39-px-desktop {
    width: 39px;
  }

  .w-390-px-desktop {
    width: 390px;
  }

  .max-w-390-px-desktop {
    max-width: 390px;
  }

  .h-39-desktop {
    height: 39%;
  }

  .h-39-px-desktop {
    height: 39px;
  }

  .h-390-px-desktop {
    height: 390px;
  }

  .max-h-39-desktop {
    max-height: 39%;
  }

  .max-h-390-px-desktop {
    max-height: 390px;
  }

  .w-40-desktop {
    width: 40%;
  }

  .max-w-40-desktop {
    max-width: 40%;
  }

  .w-40-px-desktop {
    width: 40px;
  }

  .w-400-px-desktop {
    width: 400px;
  }

  .max-w-400-px-desktop {
    max-width: 400px;
  }

  .h-40-desktop {
    height: 40%;
  }

  .h-40-px-desktop {
    height: 40px;
  }

  .h-400-px-desktop {
    height: 400px;
  }

  .max-h-40-desktop {
    max-height: 40%;
  }

  .max-h-400-px-desktop {
    max-height: 400px;
  }

  .w-41-desktop {
    width: 41%;
  }

  .max-w-41-desktop {
    max-width: 41%;
  }

  .w-41-px-desktop {
    width: 41px;
  }

  .w-410-px-desktop {
    width: 410px;
  }

  .max-w-410-px-desktop {
    max-width: 410px;
  }

  .h-41-desktop {
    height: 41%;
  }

  .h-41-px-desktop {
    height: 41px;
  }

  .h-410-px-desktop {
    height: 410px;
  }

  .max-h-41-desktop {
    max-height: 41%;
  }

  .max-h-410-px-desktop {
    max-height: 410px;
  }

  .w-42-desktop {
    width: 42%;
  }

  .max-w-42-desktop {
    max-width: 42%;
  }

  .w-42-px-desktop {
    width: 42px;
  }

  .w-420-px-desktop {
    width: 420px;
  }

  .max-w-420-px-desktop {
    max-width: 420px;
  }

  .h-42-desktop {
    height: 42%;
  }

  .h-42-px-desktop {
    height: 42px;
  }

  .h-420-px-desktop {
    height: 420px;
  }

  .max-h-42-desktop {
    max-height: 42%;
  }

  .max-h-420-px-desktop {
    max-height: 420px;
  }

  .w-43-desktop {
    width: 43%;
  }

  .max-w-43-desktop {
    max-width: 43%;
  }

  .w-43-px-desktop {
    width: 43px;
  }

  .w-430-px-desktop {
    width: 430px;
  }

  .max-w-430-px-desktop {
    max-width: 430px;
  }

  .h-43-desktop {
    height: 43%;
  }

  .h-43-px-desktop {
    height: 43px;
  }

  .h-430-px-desktop {
    height: 430px;
  }

  .max-h-43-desktop {
    max-height: 43%;
  }

  .max-h-430-px-desktop {
    max-height: 430px;
  }

  .w-44-desktop {
    width: 44%;
  }

  .max-w-44-desktop {
    max-width: 44%;
  }

  .w-44-px-desktop {
    width: 44px;
  }

  .w-440-px-desktop {
    width: 440px;
  }

  .max-w-440-px-desktop {
    max-width: 440px;
  }

  .h-44-desktop {
    height: 44%;
  }

  .h-44-px-desktop {
    height: 44px;
  }

  .h-440-px-desktop {
    height: 440px;
  }

  .max-h-44-desktop {
    max-height: 44%;
  }

  .max-h-440-px-desktop {
    max-height: 440px;
  }

  .w-45-desktop {
    width: 45%;
  }

  .max-w-45-desktop {
    max-width: 45%;
  }

  .w-45-px-desktop {
    width: 45px;
  }

  .w-450-px-desktop {
    width: 450px;
  }

  .max-w-450-px-desktop {
    max-width: 450px;
  }

  .h-45-desktop {
    height: 45%;
  }

  .h-45-px-desktop {
    height: 45px;
  }

  .h-450-px-desktop {
    height: 450px;
  }

  .max-h-45-desktop {
    max-height: 45%;
  }

  .max-h-450-px-desktop {
    max-height: 450px;
  }

  .w-46-desktop {
    width: 46%;
  }

  .max-w-46-desktop {
    max-width: 46%;
  }

  .w-46-px-desktop {
    width: 46px;
  }

  .w-460-px-desktop {
    width: 460px;
  }

  .max-w-460-px-desktop {
    max-width: 460px;
  }

  .h-46-desktop {
    height: 46%;
  }

  .h-46-px-desktop {
    height: 46px;
  }

  .h-460-px-desktop {
    height: 460px;
  }

  .max-h-46-desktop {
    max-height: 46%;
  }

  .max-h-460-px-desktop {
    max-height: 460px;
  }

  .w-47-desktop {
    width: 47%;
  }

  .max-w-47-desktop {
    max-width: 47%;
  }

  .w-47-px-desktop {
    width: 47px;
  }

  .w-470-px-desktop {
    width: 470px;
  }

  .max-w-470-px-desktop {
    max-width: 470px;
  }

  .h-47-desktop {
    height: 47%;
  }

  .h-47-px-desktop {
    height: 47px;
  }

  .h-470-px-desktop {
    height: 470px;
  }

  .max-h-47-desktop {
    max-height: 47%;
  }

  .max-h-470-px-desktop {
    max-height: 470px;
  }

  .w-48-desktop {
    width: 48%;
  }

  .max-w-48-desktop {
    max-width: 48%;
  }

  .w-48-px-desktop {
    width: 48px;
  }

  .w-480-px-desktop {
    width: 480px;
  }

  .max-w-480-px-desktop {
    max-width: 480px;
  }

  .h-48-desktop {
    height: 48%;
  }

  .h-48-px-desktop {
    height: 48px;
  }

  .h-480-px-desktop {
    height: 480px;
  }

  .max-h-48-desktop {
    max-height: 48%;
  }

  .max-h-480-px-desktop {
    max-height: 480px;
  }

  .w-49-desktop {
    width: 49%;
  }

  .max-w-49-desktop {
    max-width: 49%;
  }

  .w-49-px-desktop {
    width: 49px;
  }

  .w-490-px-desktop {
    width: 490px;
  }

  .max-w-490-px-desktop {
    max-width: 490px;
  }

  .h-49-desktop {
    height: 49%;
  }

  .h-49-px-desktop {
    height: 49px;
  }

  .h-490-px-desktop {
    height: 490px;
  }

  .max-h-49-desktop {
    max-height: 49%;
  }

  .max-h-490-px-desktop {
    max-height: 490px;
  }

  .w-50-desktop {
    width: 50%;
  }

  .max-w-50-desktop {
    max-width: 50%;
  }

  .w-50-px-desktop {
    width: 50px;
  }

  .w-500-px-desktop {
    width: 500px;
  }

  .max-w-500-px-desktop {
    max-width: 500px;
  }

  .h-50-desktop {
    height: 50%;
  }

  .h-50-px-desktop {
    height: 50px;
  }

  .h-500-px-desktop {
    height: 500px;
  }

  .max-h-50-desktop {
    max-height: 50%;
  }

  .max-h-500-px-desktop {
    max-height: 500px;
  }

  .w-51-desktop {
    width: 51%;
  }

  .max-w-51-desktop {
    max-width: 51%;
  }

  .w-51-px-desktop {
    width: 51px;
  }

  .w-510-px-desktop {
    width: 510px;
  }

  .max-w-510-px-desktop {
    max-width: 510px;
  }

  .h-51-desktop {
    height: 51%;
  }

  .h-51-px-desktop {
    height: 51px;
  }

  .h-510-px-desktop {
    height: 510px;
  }

  .max-h-51-desktop {
    max-height: 51%;
  }

  .max-h-510-px-desktop {
    max-height: 510px;
  }

  .w-52-desktop {
    width: 52%;
  }

  .max-w-52-desktop {
    max-width: 52%;
  }

  .w-52-px-desktop {
    width: 52px;
  }

  .w-520-px-desktop {
    width: 520px;
  }

  .max-w-520-px-desktop {
    max-width: 520px;
  }

  .h-52-desktop {
    height: 52%;
  }

  .h-52-px-desktop {
    height: 52px;
  }

  .h-520-px-desktop {
    height: 520px;
  }

  .max-h-52-desktop {
    max-height: 52%;
  }

  .max-h-520-px-desktop {
    max-height: 520px;
  }

  .w-53-desktop {
    width: 53%;
  }

  .max-w-53-desktop {
    max-width: 53%;
  }

  .w-53-px-desktop {
    width: 53px;
  }

  .w-530-px-desktop {
    width: 530px;
  }

  .max-w-530-px-desktop {
    max-width: 530px;
  }

  .h-53-desktop {
    height: 53%;
  }

  .h-53-px-desktop {
    height: 53px;
  }

  .h-530-px-desktop {
    height: 530px;
  }

  .max-h-53-desktop {
    max-height: 53%;
  }

  .max-h-530-px-desktop {
    max-height: 530px;
  }

  .w-54-desktop {
    width: 54%;
  }

  .max-w-54-desktop {
    max-width: 54%;
  }

  .w-54-px-desktop {
    width: 54px;
  }

  .w-540-px-desktop {
    width: 540px;
  }

  .max-w-540-px-desktop {
    max-width: 540px;
  }

  .h-54-desktop {
    height: 54%;
  }

  .h-54-px-desktop {
    height: 54px;
  }

  .h-540-px-desktop {
    height: 540px;
  }

  .max-h-54-desktop {
    max-height: 54%;
  }

  .max-h-540-px-desktop {
    max-height: 540px;
  }

  .w-55-desktop {
    width: 55%;
  }

  .max-w-55-desktop {
    max-width: 55%;
  }

  .w-55-px-desktop {
    width: 55px;
  }

  .w-550-px-desktop {
    width: 550px;
  }

  .max-w-550-px-desktop {
    max-width: 550px;
  }

  .h-55-desktop {
    height: 55%;
  }

  .h-55-px-desktop {
    height: 55px;
  }

  .h-550-px-desktop {
    height: 550px;
  }

  .max-h-55-desktop {
    max-height: 55%;
  }

  .max-h-550-px-desktop {
    max-height: 550px;
  }

  .w-56-desktop {
    width: 56%;
  }

  .max-w-56-desktop {
    max-width: 56%;
  }

  .w-56-px-desktop {
    width: 56px;
  }

  .w-560-px-desktop {
    width: 560px;
  }

  .max-w-560-px-desktop {
    max-width: 560px;
  }

  .h-56-desktop {
    height: 56%;
  }

  .h-56-px-desktop {
    height: 56px;
  }

  .h-560-px-desktop {
    height: 560px;
  }

  .max-h-56-desktop {
    max-height: 56%;
  }

  .max-h-560-px-desktop {
    max-height: 560px;
  }

  .w-57-desktop {
    width: 57%;
  }

  .max-w-57-desktop {
    max-width: 57%;
  }

  .w-57-px-desktop {
    width: 57px;
  }

  .w-570-px-desktop {
    width: 570px;
  }

  .max-w-570-px-desktop {
    max-width: 570px;
  }

  .h-57-desktop {
    height: 57%;
  }

  .h-57-px-desktop {
    height: 57px;
  }

  .h-570-px-desktop {
    height: 570px;
  }

  .max-h-57-desktop {
    max-height: 57%;
  }

  .max-h-570-px-desktop {
    max-height: 570px;
  }

  .w-58-desktop {
    width: 58%;
  }

  .max-w-58-desktop {
    max-width: 58%;
  }

  .w-58-px-desktop {
    width: 58px;
  }

  .w-580-px-desktop {
    width: 580px;
  }

  .max-w-580-px-desktop {
    max-width: 580px;
  }

  .h-58-desktop {
    height: 58%;
  }

  .h-58-px-desktop {
    height: 58px;
  }

  .h-580-px-desktop {
    height: 580px;
  }

  .max-h-58-desktop {
    max-height: 58%;
  }

  .max-h-580-px-desktop {
    max-height: 580px;
  }

  .w-59-desktop {
    width: 59%;
  }

  .max-w-59-desktop {
    max-width: 59%;
  }

  .w-59-px-desktop {
    width: 59px;
  }

  .w-590-px-desktop {
    width: 590px;
  }

  .max-w-590-px-desktop {
    max-width: 590px;
  }

  .h-59-desktop {
    height: 59%;
  }

  .h-59-px-desktop {
    height: 59px;
  }

  .h-590-px-desktop {
    height: 590px;
  }

  .max-h-59-desktop {
    max-height: 59%;
  }

  .max-h-590-px-desktop {
    max-height: 590px;
  }

  .w-60-desktop {
    width: 60%;
  }

  .max-w-60-desktop {
    max-width: 60%;
  }

  .w-60-px-desktop {
    width: 60px;
  }

  .w-600-px-desktop {
    width: 600px;
  }

  .max-w-600-px-desktop {
    max-width: 600px;
  }

  .h-60-desktop {
    height: 60%;
  }

  .h-60-px-desktop {
    height: 60px;
  }

  .h-600-px-desktop {
    height: 600px;
  }

  .max-h-60-desktop {
    max-height: 60%;
  }

  .max-h-600-px-desktop {
    max-height: 600px;
  }

  .w-61-desktop {
    width: 61%;
  }

  .max-w-61-desktop {
    max-width: 61%;
  }

  .w-61-px-desktop {
    width: 61px;
  }

  .w-610-px-desktop {
    width: 610px;
  }

  .max-w-610-px-desktop {
    max-width: 610px;
  }

  .h-61-desktop {
    height: 61%;
  }

  .h-61-px-desktop {
    height: 61px;
  }

  .h-610-px-desktop {
    height: 610px;
  }

  .max-h-61-desktop {
    max-height: 61%;
  }

  .max-h-610-px-desktop {
    max-height: 610px;
  }

  .w-62-desktop {
    width: 62%;
  }

  .max-w-62-desktop {
    max-width: 62%;
  }

  .w-62-px-desktop {
    width: 62px;
  }

  .w-620-px-desktop {
    width: 620px;
  }

  .max-w-620-px-desktop {
    max-width: 620px;
  }

  .h-62-desktop {
    height: 62%;
  }

  .h-62-px-desktop {
    height: 62px;
  }

  .h-620-px-desktop {
    height: 620px;
  }

  .max-h-62-desktop {
    max-height: 62%;
  }

  .max-h-620-px-desktop {
    max-height: 620px;
  }

  .w-63-desktop {
    width: 63%;
  }

  .max-w-63-desktop {
    max-width: 63%;
  }

  .w-63-px-desktop {
    width: 63px;
  }

  .w-630-px-desktop {
    width: 630px;
  }

  .max-w-630-px-desktop {
    max-width: 630px;
  }

  .h-63-desktop {
    height: 63%;
  }

  .h-63-px-desktop {
    height: 63px;
  }

  .h-630-px-desktop {
    height: 630px;
  }

  .max-h-63-desktop {
    max-height: 63%;
  }

  .max-h-630-px-desktop {
    max-height: 630px;
  }

  .w-64-desktop {
    width: 64%;
  }

  .max-w-64-desktop {
    max-width: 64%;
  }

  .w-64-px-desktop {
    width: 64px;
  }

  .w-640-px-desktop {
    width: 640px;
  }

  .max-w-640-px-desktop {
    max-width: 640px;
  }

  .h-64-desktop {
    height: 64%;
  }

  .h-64-px-desktop {
    height: 64px;
  }

  .h-640-px-desktop {
    height: 640px;
  }

  .max-h-64-desktop {
    max-height: 64%;
  }

  .max-h-640-px-desktop {
    max-height: 640px;
  }

  .w-65-desktop {
    width: 65%;
  }

  .max-w-65-desktop {
    max-width: 65%;
  }

  .w-65-px-desktop {
    width: 65px;
  }

  .w-650-px-desktop {
    width: 650px;
  }

  .max-w-650-px-desktop {
    max-width: 650px;
  }

  .h-65-desktop {
    height: 65%;
  }

  .h-65-px-desktop {
    height: 65px;
  }

  .h-650-px-desktop {
    height: 650px;
  }

  .max-h-65-desktop {
    max-height: 65%;
  }

  .max-h-650-px-desktop {
    max-height: 650px;
  }

  .w-66-desktop {
    width: 66%;
  }

  .max-w-66-desktop {
    max-width: 66%;
  }

  .w-66-px-desktop {
    width: 66px;
  }

  .w-660-px-desktop {
    width: 660px;
  }

  .max-w-660-px-desktop {
    max-width: 660px;
  }

  .h-66-desktop {
    height: 66%;
  }

  .h-66-px-desktop {
    height: 66px;
  }

  .h-660-px-desktop {
    height: 660px;
  }

  .max-h-66-desktop {
    max-height: 66%;
  }

  .max-h-660-px-desktop {
    max-height: 660px;
  }

  .w-67-desktop {
    width: 67%;
  }

  .max-w-67-desktop {
    max-width: 67%;
  }

  .w-67-px-desktop {
    width: 67px;
  }

  .w-670-px-desktop {
    width: 670px;
  }

  .max-w-670-px-desktop {
    max-width: 670px;
  }

  .h-67-desktop {
    height: 67%;
  }

  .h-67-px-desktop {
    height: 67px;
  }

  .h-670-px-desktop {
    height: 670px;
  }

  .max-h-67-desktop {
    max-height: 67%;
  }

  .max-h-670-px-desktop {
    max-height: 670px;
  }

  .w-68-desktop {
    width: 68%;
  }

  .max-w-68-desktop {
    max-width: 68%;
  }

  .w-68-px-desktop {
    width: 68px;
  }

  .w-680-px-desktop {
    width: 680px;
  }

  .max-w-680-px-desktop {
    max-width: 680px;
  }

  .h-68-desktop {
    height: 68%;
  }

  .h-68-px-desktop {
    height: 68px;
  }

  .h-680-px-desktop {
    height: 680px;
  }

  .max-h-68-desktop {
    max-height: 68%;
  }

  .max-h-680-px-desktop {
    max-height: 680px;
  }

  .w-69-desktop {
    width: 69%;
  }

  .max-w-69-desktop {
    max-width: 69%;
  }

  .w-69-px-desktop {
    width: 69px;
  }

  .w-690-px-desktop {
    width: 690px;
  }

  .max-w-690-px-desktop {
    max-width: 690px;
  }

  .h-69-desktop {
    height: 69%;
  }

  .h-69-px-desktop {
    height: 69px;
  }

  .h-690-px-desktop {
    height: 690px;
  }

  .max-h-69-desktop {
    max-height: 69%;
  }

  .max-h-690-px-desktop {
    max-height: 690px;
  }

  .w-70-desktop {
    width: 70%;
  }

  .max-w-70-desktop {
    max-width: 70%;
  }

  .w-70-px-desktop {
    width: 70px;
  }

  .w-700-px-desktop {
    width: 700px;
  }

  .max-w-700-px-desktop {
    max-width: 700px;
  }

  .h-70-desktop {
    height: 70%;
  }

  .h-70-px-desktop {
    height: 70px;
  }

  .h-700-px-desktop {
    height: 700px;
  }

  .max-h-70-desktop {
    max-height: 70%;
  }

  .max-h-700-px-desktop {
    max-height: 700px;
  }

  .w-71-desktop {
    width: 71%;
  }

  .max-w-71-desktop {
    max-width: 71%;
  }

  .w-71-px-desktop {
    width: 71px;
  }

  .w-710-px-desktop {
    width: 710px;
  }

  .max-w-710-px-desktop {
    max-width: 710px;
  }

  .h-71-desktop {
    height: 71%;
  }

  .h-71-px-desktop {
    height: 71px;
  }

  .h-710-px-desktop {
    height: 710px;
  }

  .max-h-71-desktop {
    max-height: 71%;
  }

  .max-h-710-px-desktop {
    max-height: 710px;
  }

  .w-72-desktop {
    width: 72%;
  }

  .max-w-72-desktop {
    max-width: 72%;
  }

  .w-72-px-desktop {
    width: 72px;
  }

  .w-720-px-desktop {
    width: 720px;
  }

  .max-w-720-px-desktop {
    max-width: 720px;
  }

  .h-72-desktop {
    height: 72%;
  }

  .h-72-px-desktop {
    height: 72px;
  }

  .h-720-px-desktop {
    height: 720px;
  }

  .max-h-72-desktop {
    max-height: 72%;
  }

  .max-h-720-px-desktop {
    max-height: 720px;
  }

  .w-73-desktop {
    width: 73%;
  }

  .max-w-73-desktop {
    max-width: 73%;
  }

  .w-73-px-desktop {
    width: 73px;
  }

  .w-730-px-desktop {
    width: 730px;
  }

  .max-w-730-px-desktop {
    max-width: 730px;
  }

  .h-73-desktop {
    height: 73%;
  }

  .h-73-px-desktop {
    height: 73px;
  }

  .h-730-px-desktop {
    height: 730px;
  }

  .max-h-73-desktop {
    max-height: 73%;
  }

  .max-h-730-px-desktop {
    max-height: 730px;
  }

  .w-74-desktop {
    width: 74%;
  }

  .max-w-74-desktop {
    max-width: 74%;
  }

  .w-74-px-desktop {
    width: 74px;
  }

  .w-740-px-desktop {
    width: 740px;
  }

  .max-w-740-px-desktop {
    max-width: 740px;
  }

  .h-74-desktop {
    height: 74%;
  }

  .h-74-px-desktop {
    height: 74px;
  }

  .h-740-px-desktop {
    height: 740px;
  }

  .max-h-74-desktop {
    max-height: 74%;
  }

  .max-h-740-px-desktop {
    max-height: 740px;
  }

  .w-75-desktop {
    width: 75%;
  }

  .max-w-75-desktop {
    max-width: 75%;
  }

  .w-75-px-desktop {
    width: 75px;
  }

  .w-750-px-desktop {
    width: 750px;
  }

  .max-w-750-px-desktop {
    max-width: 750px;
  }

  .h-75-desktop {
    height: 75%;
  }

  .h-75-px-desktop {
    height: 75px;
  }

  .h-750-px-desktop {
    height: 750px;
  }

  .max-h-75-desktop {
    max-height: 75%;
  }

  .max-h-750-px-desktop {
    max-height: 750px;
  }

  .w-76-desktop {
    width: 76%;
  }

  .max-w-76-desktop {
    max-width: 76%;
  }

  .w-76-px-desktop {
    width: 76px;
  }

  .w-760-px-desktop {
    width: 760px;
  }

  .max-w-760-px-desktop {
    max-width: 760px;
  }

  .h-76-desktop {
    height: 76%;
  }

  .h-76-px-desktop {
    height: 76px;
  }

  .h-760-px-desktop {
    height: 760px;
  }

  .max-h-76-desktop {
    max-height: 76%;
  }

  .max-h-760-px-desktop {
    max-height: 760px;
  }

  .w-77-desktop {
    width: 77%;
  }

  .max-w-77-desktop {
    max-width: 77%;
  }

  .w-77-px-desktop {
    width: 77px;
  }

  .w-770-px-desktop {
    width: 770px;
  }

  .max-w-770-px-desktop {
    max-width: 770px;
  }

  .h-77-desktop {
    height: 77%;
  }

  .h-77-px-desktop {
    height: 77px;
  }

  .h-770-px-desktop {
    height: 770px;
  }

  .max-h-77-desktop {
    max-height: 77%;
  }

  .max-h-770-px-desktop {
    max-height: 770px;
  }

  .w-78-desktop {
    width: 78%;
  }

  .max-w-78-desktop {
    max-width: 78%;
  }

  .w-78-px-desktop {
    width: 78px;
  }

  .w-780-px-desktop {
    width: 780px;
  }

  .max-w-780-px-desktop {
    max-width: 780px;
  }

  .h-78-desktop {
    height: 78%;
  }

  .h-78-px-desktop {
    height: 78px;
  }

  .h-780-px-desktop {
    height: 780px;
  }

  .max-h-78-desktop {
    max-height: 78%;
  }

  .max-h-780-px-desktop {
    max-height: 780px;
  }

  .w-79-desktop {
    width: 79%;
  }

  .max-w-79-desktop {
    max-width: 79%;
  }

  .w-79-px-desktop {
    width: 79px;
  }

  .w-790-px-desktop {
    width: 790px;
  }

  .max-w-790-px-desktop {
    max-width: 790px;
  }

  .h-79-desktop {
    height: 79%;
  }

  .h-79-px-desktop {
    height: 79px;
  }

  .h-790-px-desktop {
    height: 790px;
  }

  .max-h-79-desktop {
    max-height: 79%;
  }

  .max-h-790-px-desktop {
    max-height: 790px;
  }

  .w-80-desktop {
    width: 80%;
  }

  .max-w-80-desktop {
    max-width: 80%;
  }

  .w-80-px-desktop {
    width: 80px;
  }

  .w-800-px-desktop {
    width: 800px;
  }

  .max-w-800-px-desktop {
    max-width: 800px;
  }

  .h-80-desktop {
    height: 80%;
  }

  .h-80-px-desktop {
    height: 80px;
  }

  .h-800-px-desktop {
    height: 800px;
  }

  .max-h-80-desktop {
    max-height: 80%;
  }

  .max-h-800-px-desktop {
    max-height: 800px;
  }

  .w-81-desktop {
    width: 81%;
  }

  .max-w-81-desktop {
    max-width: 81%;
  }

  .w-81-px-desktop {
    width: 81px;
  }

  .w-810-px-desktop {
    width: 810px;
  }

  .max-w-810-px-desktop {
    max-width: 810px;
  }

  .h-81-desktop {
    height: 81%;
  }

  .h-81-px-desktop {
    height: 81px;
  }

  .h-810-px-desktop {
    height: 810px;
  }

  .max-h-81-desktop {
    max-height: 81%;
  }

  .max-h-810-px-desktop {
    max-height: 810px;
  }

  .w-82-desktop {
    width: 82%;
  }

  .max-w-82-desktop {
    max-width: 82%;
  }

  .w-82-px-desktop {
    width: 82px;
  }

  .w-820-px-desktop {
    width: 820px;
  }

  .max-w-820-px-desktop {
    max-width: 820px;
  }

  .h-82-desktop {
    height: 82%;
  }

  .h-82-px-desktop {
    height: 82px;
  }

  .h-820-px-desktop {
    height: 820px;
  }

  .max-h-82-desktop {
    max-height: 82%;
  }

  .max-h-820-px-desktop {
    max-height: 820px;
  }

  .w-83-desktop {
    width: 83%;
  }

  .max-w-83-desktop {
    max-width: 83%;
  }

  .w-83-px-desktop {
    width: 83px;
  }

  .w-830-px-desktop {
    width: 830px;
  }

  .max-w-830-px-desktop {
    max-width: 830px;
  }

  .h-83-desktop {
    height: 83%;
  }

  .h-83-px-desktop {
    height: 83px;
  }

  .h-830-px-desktop {
    height: 830px;
  }

  .max-h-83-desktop {
    max-height: 83%;
  }

  .max-h-830-px-desktop {
    max-height: 830px;
  }

  .w-84-desktop {
    width: 84%;
  }

  .max-w-84-desktop {
    max-width: 84%;
  }

  .w-84-px-desktop {
    width: 84px;
  }

  .w-840-px-desktop {
    width: 840px;
  }

  .max-w-840-px-desktop {
    max-width: 840px;
  }

  .h-84-desktop {
    height: 84%;
  }

  .h-84-px-desktop {
    height: 84px;
  }

  .h-840-px-desktop {
    height: 840px;
  }

  .max-h-84-desktop {
    max-height: 84%;
  }

  .max-h-840-px-desktop {
    max-height: 840px;
  }

  .w-85-desktop {
    width: 85%;
  }

  .max-w-85-desktop {
    max-width: 85%;
  }

  .w-85-px-desktop {
    width: 85px;
  }

  .w-850-px-desktop {
    width: 850px;
  }

  .max-w-850-px-desktop {
    max-width: 850px;
  }

  .h-85-desktop {
    height: 85%;
  }

  .h-85-px-desktop {
    height: 85px;
  }

  .h-850-px-desktop {
    height: 850px;
  }

  .max-h-85-desktop {
    max-height: 85%;
  }

  .max-h-850-px-desktop {
    max-height: 850px;
  }

  .w-86-desktop {
    width: 86%;
  }

  .max-w-86-desktop {
    max-width: 86%;
  }

  .w-86-px-desktop {
    width: 86px;
  }

  .w-860-px-desktop {
    width: 860px;
  }

  .max-w-860-px-desktop {
    max-width: 860px;
  }

  .h-86-desktop {
    height: 86%;
  }

  .h-86-px-desktop {
    height: 86px;
  }

  .h-860-px-desktop {
    height: 860px;
  }

  .max-h-86-desktop {
    max-height: 86%;
  }

  .max-h-860-px-desktop {
    max-height: 860px;
  }

  .w-87-desktop {
    width: 87%;
  }

  .max-w-87-desktop {
    max-width: 87%;
  }

  .w-87-px-desktop {
    width: 87px;
  }

  .w-870-px-desktop {
    width: 870px;
  }

  .max-w-870-px-desktop {
    max-width: 870px;
  }

  .h-87-desktop {
    height: 87%;
  }

  .h-87-px-desktop {
    height: 87px;
  }

  .h-870-px-desktop {
    height: 870px;
  }

  .max-h-87-desktop {
    max-height: 87%;
  }

  .max-h-870-px-desktop {
    max-height: 870px;
  }

  .w-88-desktop {
    width: 88%;
  }

  .max-w-88-desktop {
    max-width: 88%;
  }

  .w-88-px-desktop {
    width: 88px;
  }

  .w-880-px-desktop {
    width: 880px;
  }

  .max-w-880-px-desktop {
    max-width: 880px;
  }

  .h-88-desktop {
    height: 88%;
  }

  .h-88-px-desktop {
    height: 88px;
  }

  .h-880-px-desktop {
    height: 880px;
  }

  .max-h-88-desktop {
    max-height: 88%;
  }

  .max-h-880-px-desktop {
    max-height: 880px;
  }

  .w-89-desktop {
    width: 89%;
  }

  .max-w-89-desktop {
    max-width: 89%;
  }

  .w-89-px-desktop {
    width: 89px;
  }

  .w-890-px-desktop {
    width: 890px;
  }

  .max-w-890-px-desktop {
    max-width: 890px;
  }

  .h-89-desktop {
    height: 89%;
  }

  .h-89-px-desktop {
    height: 89px;
  }

  .h-890-px-desktop {
    height: 890px;
  }

  .max-h-89-desktop {
    max-height: 89%;
  }

  .max-h-890-px-desktop {
    max-height: 890px;
  }

  .w-90-desktop {
    width: 90%;
  }

  .max-w-90-desktop {
    max-width: 90%;
  }

  .w-90-px-desktop {
    width: 90px;
  }

  .w-900-px-desktop {
    width: 900px;
  }

  .max-w-900-px-desktop {
    max-width: 900px;
  }

  .h-90-desktop {
    height: 90%;
  }

  .h-90-px-desktop {
    height: 90px;
  }

  .h-900-px-desktop {
    height: 900px;
  }

  .max-h-90-desktop {
    max-height: 90%;
  }

  .max-h-900-px-desktop {
    max-height: 900px;
  }

  .w-91-desktop {
    width: 91%;
  }

  .max-w-91-desktop {
    max-width: 91%;
  }

  .w-91-px-desktop {
    width: 91px;
  }

  .w-910-px-desktop {
    width: 910px;
  }

  .max-w-910-px-desktop {
    max-width: 910px;
  }

  .h-91-desktop {
    height: 91%;
  }

  .h-91-px-desktop {
    height: 91px;
  }

  .h-910-px-desktop {
    height: 910px;
  }

  .max-h-91-desktop {
    max-height: 91%;
  }

  .max-h-910-px-desktop {
    max-height: 910px;
  }

  .w-92-desktop {
    width: 92%;
  }

  .max-w-92-desktop {
    max-width: 92%;
  }

  .w-92-px-desktop {
    width: 92px;
  }

  .w-920-px-desktop {
    width: 920px;
  }

  .max-w-920-px-desktop {
    max-width: 920px;
  }

  .h-92-desktop {
    height: 92%;
  }

  .h-92-px-desktop {
    height: 92px;
  }

  .h-920-px-desktop {
    height: 920px;
  }

  .max-h-92-desktop {
    max-height: 92%;
  }

  .max-h-920-px-desktop {
    max-height: 920px;
  }

  .w-93-desktop {
    width: 93%;
  }

  .max-w-93-desktop {
    max-width: 93%;
  }

  .w-93-px-desktop {
    width: 93px;
  }

  .w-930-px-desktop {
    width: 930px;
  }

  .max-w-930-px-desktop {
    max-width: 930px;
  }

  .h-93-desktop {
    height: 93%;
  }

  .h-93-px-desktop {
    height: 93px;
  }

  .h-930-px-desktop {
    height: 930px;
  }

  .max-h-93-desktop {
    max-height: 93%;
  }

  .max-h-930-px-desktop {
    max-height: 930px;
  }

  .w-94-desktop {
    width: 94%;
  }

  .max-w-94-desktop {
    max-width: 94%;
  }

  .w-94-px-desktop {
    width: 94px;
  }

  .w-940-px-desktop {
    width: 940px;
  }

  .max-w-940-px-desktop {
    max-width: 940px;
  }

  .h-94-desktop {
    height: 94%;
  }

  .h-94-px-desktop {
    height: 94px;
  }

  .h-940-px-desktop {
    height: 940px;
  }

  .max-h-94-desktop {
    max-height: 94%;
  }

  .max-h-940-px-desktop {
    max-height: 940px;
  }

  .w-95-desktop {
    width: 95%;
  }

  .max-w-95-desktop {
    max-width: 95%;
  }

  .w-95-px-desktop {
    width: 95px;
  }

  .w-950-px-desktop {
    width: 950px;
  }

  .max-w-950-px-desktop {
    max-width: 950px;
  }

  .h-95-desktop {
    height: 95%;
  }

  .h-95-px-desktop {
    height: 95px;
  }

  .h-950-px-desktop {
    height: 950px;
  }

  .max-h-95-desktop {
    max-height: 95%;
  }

  .max-h-950-px-desktop {
    max-height: 950px;
  }

  .w-96-desktop {
    width: 96%;
  }

  .max-w-96-desktop {
    max-width: 96%;
  }

  .w-96-px-desktop {
    width: 96px;
  }

  .w-960-px-desktop {
    width: 960px;
  }

  .max-w-960-px-desktop {
    max-width: 960px;
  }

  .h-96-desktop {
    height: 96%;
  }

  .h-96-px-desktop {
    height: 96px;
  }

  .h-960-px-desktop {
    height: 960px;
  }

  .max-h-96-desktop {
    max-height: 96%;
  }

  .max-h-960-px-desktop {
    max-height: 960px;
  }

  .w-97-desktop {
    width: 97%;
  }

  .max-w-97-desktop {
    max-width: 97%;
  }

  .w-97-px-desktop {
    width: 97px;
  }

  .w-970-px-desktop {
    width: 970px;
  }

  .max-w-970-px-desktop {
    max-width: 970px;
  }

  .h-97-desktop {
    height: 97%;
  }

  .h-97-px-desktop {
    height: 97px;
  }

  .h-970-px-desktop {
    height: 970px;
  }

  .max-h-97-desktop {
    max-height: 97%;
  }

  .max-h-970-px-desktop {
    max-height: 970px;
  }

  .w-98-desktop {
    width: 98%;
  }

  .max-w-98-desktop {
    max-width: 98%;
  }

  .w-98-px-desktop {
    width: 98px;
  }

  .w-980-px-desktop {
    width: 980px;
  }

  .max-w-980-px-desktop {
    max-width: 980px;
  }

  .h-98-desktop {
    height: 98%;
  }

  .h-98-px-desktop {
    height: 98px;
  }

  .h-980-px-desktop {
    height: 980px;
  }

  .max-h-98-desktop {
    max-height: 98%;
  }

  .max-h-980-px-desktop {
    max-height: 980px;
  }

  .w-99-desktop {
    width: 99%;
  }

  .max-w-99-desktop {
    max-width: 99%;
  }

  .w-99-px-desktop {
    width: 99px;
  }

  .w-990-px-desktop {
    width: 990px;
  }

  .max-w-990-px-desktop {
    max-width: 990px;
  }

  .h-99-desktop {
    height: 99%;
  }

  .h-99-px-desktop {
    height: 99px;
  }

  .h-990-px-desktop {
    height: 990px;
  }

  .max-h-99-desktop {
    max-height: 99%;
  }

  .max-h-990-px-desktop {
    max-height: 990px;
  }

  .w-100-desktop {
    width: 100%;
  }

  .max-w-100-desktop {
    max-width: 100%;
  }

  .w-100-px-desktop {
    width: 100px;
  }

  .w-1000-px-desktop {
    width: 1000px;
  }

  .max-w-1000-px-desktop {
    max-width: 1000px;
  }

  .h-100-desktop {
    height: 100%;
  }

  .h-100-px-desktop {
    height: 100px;
  }

  .h-1000-px-desktop {
    height: 1000px;
  }

  .max-h-100-desktop {
    max-height: 100%;
  }

  .max-h-1000-px-desktop {
    max-height: 1000px;
  }

  .max-w-ausrichtung-desktop {
    max-width: 1380px;
  }

  .max-w-ausrichtung-inner-desktop {
    max-width: 1024px;
  }

  .max-w-ausrichtung-inner-small-desktop {
    max-width: 900px;
  }

  .w-one-third-desktop {
    width: 33.333333333%;
  }

  .max-w-one-third-desktop {
    max-width: 33.333333333%;
  }

  .w-one-third-vw-desktop {
    width: 33.333333333vw;
  }

  .max-w-one-third-vw-desktop {
    max-width: 33.333333333vw;
  }

  .w-two-thirds-desktop {
    width: 66.666666666%;
  }

  .max-w-two-thirds-desktop {
    max-width: 66.666666666%;
  }

  .w-two-thirds-vw-desktop {
    width: 66.666666666vw;
  }

  .max-w-two-thirds-vw-desktop {
    max-width: 66.666666666vw;
  }

  .w-one-third-minus-margin-l-r-abstand-smaller-desktop {
    width: calc(33.333333333% - (2 * 0.625rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-smaller-desktop {
    max-width: calc(33.333333333% - (2 * 0.625rem));
  }

  .w-one-third-minus-margin-l-r-abstand-small-desktop {
    width: calc(33.333333333% - (2 * 1.25rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-small-desktop {
    max-width: calc(33.333333333% - (2 * 1.25rem));
  }

  .w-one-third-minus-margin-l-r-abstand-normal-desktop {
    width: calc(33.333333333% - (2 * 2.5rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-normal-desktop {
    max-width: calc(33.333333333% - (2 * 2.5rem));
  }

  .w-one-third-minus-margin-l-r-abstand-big-desktop {
    width: calc(33.333333333% - (2 * 3.75rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-big-desktop {
    max-width: calc(33.333333333% - (2 * 3.75rem));
  }

  .h-one-third-desktop {
    height: calc(100% / 3);
  }

  .max-h-one-third-desktop {
    max-height: calc(100% / 3);
  }

  .min-h-one-third-desktop {
    min-height: calc(100% / 3);
  }

  .h-one-third-vw-desktop {
    height: calc(100vw / 3);
  }

  .max-h-one-third-vw-desktop {
    max-height: calc(100vw / 3);
  }

  .min-h-one-third-vw-desktop {
    min-height: calc(100vw / 3);
  }

  .h-two-third-desktop {
    height: calc(100% / 3 * 2);
  }

  .max-h-two-third-desktop {
    max-height: calc(100% / 2 * 2);
  }

  .min-h-two-third-desktop {
    min-height: calc(100% / 3 * 2);
  }

  .h-two-third-vw-desktop {
    height: calc(100vw / 3 * 2);
  }

  .max-h-two-third-vw-desktop {
    max-height: calc(100vw / 3 * 2);
  }

  .min-h-two-third-vw-desktop {
    min-height: calc(100vw / 3 * 2);
  }
}
@media all and (min-width: 1240px) {
  .h-auto-desktop-big {
    height: auto;
  }

  .grid-column-1-desktop-big {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }

  .grid-column-2-desktop-big {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .grid-column-3-desktop-big {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }

  .grid-column-4-desktop-big {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
  }

  .grid-column-5-desktop-big {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
  }

  .grid-column-6-desktop-big {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
  }

  .gap-abstand-smaller-desktop-big {
    gap: 0.625rem;
  }

  .gap-abstand-small-desktop-big {
    gap: 1.25rem;
  }

  .gap-abstand-normal-desktop-big {
    gap: 2.5rem;
  }

  .gap-abstand-big-desktop-big {
    gap: 3.75rem;
  }

  .w-auto-desktop-big {
    width: auto;
  }

  .w-auto-important-desktop-big {
    width: auto !important;
  }

  .w-0-desktop-big {
    width: 0%;
  }

  .max-w-0-desktop-big {
    max-width: 0%;
  }

  .w-0-px-desktop-big {
    width: 0px;
  }

  .w-0-px-desktop-big {
    width: 0px;
  }

  .max-w-0-px-desktop-big {
    max-width: 0px;
  }

  .h-0-desktop-big {
    height: 0%;
  }

  .h-0-px-desktop-big {
    height: 0px;
  }

  .h-0-px-desktop-big {
    height: 0px;
  }

  .max-h-0-desktop-big {
    max-height: 0%;
  }

  .max-h-0-px-desktop-big {
    max-height: 0px;
  }

  .w-1-desktop-big {
    width: 1%;
  }

  .max-w-1-desktop-big {
    max-width: 1%;
  }

  .w-1-px-desktop-big {
    width: 1px;
  }

  .w-10-px-desktop-big {
    width: 10px;
  }

  .max-w-10-px-desktop-big {
    max-width: 10px;
  }

  .h-1-desktop-big {
    height: 1%;
  }

  .h-1-px-desktop-big {
    height: 1px;
  }

  .h-10-px-desktop-big {
    height: 10px;
  }

  .max-h-1-desktop-big {
    max-height: 1%;
  }

  .max-h-10-px-desktop-big {
    max-height: 10px;
  }

  .w-2-desktop-big {
    width: 2%;
  }

  .max-w-2-desktop-big {
    max-width: 2%;
  }

  .w-2-px-desktop-big {
    width: 2px;
  }

  .w-20-px-desktop-big {
    width: 20px;
  }

  .max-w-20-px-desktop-big {
    max-width: 20px;
  }

  .h-2-desktop-big {
    height: 2%;
  }

  .h-2-px-desktop-big {
    height: 2px;
  }

  .h-20-px-desktop-big {
    height: 20px;
  }

  .max-h-2-desktop-big {
    max-height: 2%;
  }

  .max-h-20-px-desktop-big {
    max-height: 20px;
  }

  .w-3-desktop-big {
    width: 3%;
  }

  .max-w-3-desktop-big {
    max-width: 3%;
  }

  .w-3-px-desktop-big {
    width: 3px;
  }

  .w-30-px-desktop-big {
    width: 30px;
  }

  .max-w-30-px-desktop-big {
    max-width: 30px;
  }

  .h-3-desktop-big {
    height: 3%;
  }

  .h-3-px-desktop-big {
    height: 3px;
  }

  .h-30-px-desktop-big {
    height: 30px;
  }

  .max-h-3-desktop-big {
    max-height: 3%;
  }

  .max-h-30-px-desktop-big {
    max-height: 30px;
  }

  .w-4-desktop-big {
    width: 4%;
  }

  .max-w-4-desktop-big {
    max-width: 4%;
  }

  .w-4-px-desktop-big {
    width: 4px;
  }

  .w-40-px-desktop-big {
    width: 40px;
  }

  .max-w-40-px-desktop-big {
    max-width: 40px;
  }

  .h-4-desktop-big {
    height: 4%;
  }

  .h-4-px-desktop-big {
    height: 4px;
  }

  .h-40-px-desktop-big {
    height: 40px;
  }

  .max-h-4-desktop-big {
    max-height: 4%;
  }

  .max-h-40-px-desktop-big {
    max-height: 40px;
  }

  .w-5-desktop-big {
    width: 5%;
  }

  .max-w-5-desktop-big {
    max-width: 5%;
  }

  .w-5-px-desktop-big {
    width: 5px;
  }

  .w-50-px-desktop-big {
    width: 50px;
  }

  .max-w-50-px-desktop-big {
    max-width: 50px;
  }

  .h-5-desktop-big {
    height: 5%;
  }

  .h-5-px-desktop-big {
    height: 5px;
  }

  .h-50-px-desktop-big {
    height: 50px;
  }

  .max-h-5-desktop-big {
    max-height: 5%;
  }

  .max-h-50-px-desktop-big {
    max-height: 50px;
  }

  .w-6-desktop-big {
    width: 6%;
  }

  .max-w-6-desktop-big {
    max-width: 6%;
  }

  .w-6-px-desktop-big {
    width: 6px;
  }

  .w-60-px-desktop-big {
    width: 60px;
  }

  .max-w-60-px-desktop-big {
    max-width: 60px;
  }

  .h-6-desktop-big {
    height: 6%;
  }

  .h-6-px-desktop-big {
    height: 6px;
  }

  .h-60-px-desktop-big {
    height: 60px;
  }

  .max-h-6-desktop-big {
    max-height: 6%;
  }

  .max-h-60-px-desktop-big {
    max-height: 60px;
  }

  .w-7-desktop-big {
    width: 7%;
  }

  .max-w-7-desktop-big {
    max-width: 7%;
  }

  .w-7-px-desktop-big {
    width: 7px;
  }

  .w-70-px-desktop-big {
    width: 70px;
  }

  .max-w-70-px-desktop-big {
    max-width: 70px;
  }

  .h-7-desktop-big {
    height: 7%;
  }

  .h-7-px-desktop-big {
    height: 7px;
  }

  .h-70-px-desktop-big {
    height: 70px;
  }

  .max-h-7-desktop-big {
    max-height: 7%;
  }

  .max-h-70-px-desktop-big {
    max-height: 70px;
  }

  .w-8-desktop-big {
    width: 8%;
  }

  .max-w-8-desktop-big {
    max-width: 8%;
  }

  .w-8-px-desktop-big {
    width: 8px;
  }

  .w-80-px-desktop-big {
    width: 80px;
  }

  .max-w-80-px-desktop-big {
    max-width: 80px;
  }

  .h-8-desktop-big {
    height: 8%;
  }

  .h-8-px-desktop-big {
    height: 8px;
  }

  .h-80-px-desktop-big {
    height: 80px;
  }

  .max-h-8-desktop-big {
    max-height: 8%;
  }

  .max-h-80-px-desktop-big {
    max-height: 80px;
  }

  .w-9-desktop-big {
    width: 9%;
  }

  .max-w-9-desktop-big {
    max-width: 9%;
  }

  .w-9-px-desktop-big {
    width: 9px;
  }

  .w-90-px-desktop-big {
    width: 90px;
  }

  .max-w-90-px-desktop-big {
    max-width: 90px;
  }

  .h-9-desktop-big {
    height: 9%;
  }

  .h-9-px-desktop-big {
    height: 9px;
  }

  .h-90-px-desktop-big {
    height: 90px;
  }

  .max-h-9-desktop-big {
    max-height: 9%;
  }

  .max-h-90-px-desktop-big {
    max-height: 90px;
  }

  .w-10-desktop-big {
    width: 10%;
  }

  .max-w-10-desktop-big {
    max-width: 10%;
  }

  .w-10-px-desktop-big {
    width: 10px;
  }

  .w-100-px-desktop-big {
    width: 100px;
  }

  .max-w-100-px-desktop-big {
    max-width: 100px;
  }

  .h-10-desktop-big {
    height: 10%;
  }

  .h-10-px-desktop-big {
    height: 10px;
  }

  .h-100-px-desktop-big {
    height: 100px;
  }

  .max-h-10-desktop-big {
    max-height: 10%;
  }

  .max-h-100-px-desktop-big {
    max-height: 100px;
  }

  .w-11-desktop-big {
    width: 11%;
  }

  .max-w-11-desktop-big {
    max-width: 11%;
  }

  .w-11-px-desktop-big {
    width: 11px;
  }

  .w-110-px-desktop-big {
    width: 110px;
  }

  .max-w-110-px-desktop-big {
    max-width: 110px;
  }

  .h-11-desktop-big {
    height: 11%;
  }

  .h-11-px-desktop-big {
    height: 11px;
  }

  .h-110-px-desktop-big {
    height: 110px;
  }

  .max-h-11-desktop-big {
    max-height: 11%;
  }

  .max-h-110-px-desktop-big {
    max-height: 110px;
  }

  .w-12-desktop-big {
    width: 12%;
  }

  .max-w-12-desktop-big {
    max-width: 12%;
  }

  .w-12-px-desktop-big {
    width: 12px;
  }

  .w-120-px-desktop-big {
    width: 120px;
  }

  .max-w-120-px-desktop-big {
    max-width: 120px;
  }

  .h-12-desktop-big {
    height: 12%;
  }

  .h-12-px-desktop-big {
    height: 12px;
  }

  .h-120-px-desktop-big {
    height: 120px;
  }

  .max-h-12-desktop-big {
    max-height: 12%;
  }

  .max-h-120-px-desktop-big {
    max-height: 120px;
  }

  .w-13-desktop-big {
    width: 13%;
  }

  .max-w-13-desktop-big {
    max-width: 13%;
  }

  .w-13-px-desktop-big {
    width: 13px;
  }

  .w-130-px-desktop-big {
    width: 130px;
  }

  .max-w-130-px-desktop-big {
    max-width: 130px;
  }

  .h-13-desktop-big {
    height: 13%;
  }

  .h-13-px-desktop-big {
    height: 13px;
  }

  .h-130-px-desktop-big {
    height: 130px;
  }

  .max-h-13-desktop-big {
    max-height: 13%;
  }

  .max-h-130-px-desktop-big {
    max-height: 130px;
  }

  .w-14-desktop-big {
    width: 14%;
  }

  .max-w-14-desktop-big {
    max-width: 14%;
  }

  .w-14-px-desktop-big {
    width: 14px;
  }

  .w-140-px-desktop-big {
    width: 140px;
  }

  .max-w-140-px-desktop-big {
    max-width: 140px;
  }

  .h-14-desktop-big {
    height: 14%;
  }

  .h-14-px-desktop-big {
    height: 14px;
  }

  .h-140-px-desktop-big {
    height: 140px;
  }

  .max-h-14-desktop-big {
    max-height: 14%;
  }

  .max-h-140-px-desktop-big {
    max-height: 140px;
  }

  .w-15-desktop-big {
    width: 15%;
  }

  .max-w-15-desktop-big {
    max-width: 15%;
  }

  .w-15-px-desktop-big {
    width: 15px;
  }

  .w-150-px-desktop-big {
    width: 150px;
  }

  .max-w-150-px-desktop-big {
    max-width: 150px;
  }

  .h-15-desktop-big {
    height: 15%;
  }

  .h-15-px-desktop-big {
    height: 15px;
  }

  .h-150-px-desktop-big {
    height: 150px;
  }

  .max-h-15-desktop-big {
    max-height: 15%;
  }

  .max-h-150-px-desktop-big {
    max-height: 150px;
  }

  .w-16-desktop-big {
    width: 16%;
  }

  .max-w-16-desktop-big {
    max-width: 16%;
  }

  .w-16-px-desktop-big {
    width: 16px;
  }

  .w-160-px-desktop-big {
    width: 160px;
  }

  .max-w-160-px-desktop-big {
    max-width: 160px;
  }

  .h-16-desktop-big {
    height: 16%;
  }

  .h-16-px-desktop-big {
    height: 16px;
  }

  .h-160-px-desktop-big {
    height: 160px;
  }

  .max-h-16-desktop-big {
    max-height: 16%;
  }

  .max-h-160-px-desktop-big {
    max-height: 160px;
  }

  .w-17-desktop-big {
    width: 17%;
  }

  .max-w-17-desktop-big {
    max-width: 17%;
  }

  .w-17-px-desktop-big {
    width: 17px;
  }

  .w-170-px-desktop-big {
    width: 170px;
  }

  .max-w-170-px-desktop-big {
    max-width: 170px;
  }

  .h-17-desktop-big {
    height: 17%;
  }

  .h-17-px-desktop-big {
    height: 17px;
  }

  .h-170-px-desktop-big {
    height: 170px;
  }

  .max-h-17-desktop-big {
    max-height: 17%;
  }

  .max-h-170-px-desktop-big {
    max-height: 170px;
  }

  .w-18-desktop-big {
    width: 18%;
  }

  .max-w-18-desktop-big {
    max-width: 18%;
  }

  .w-18-px-desktop-big {
    width: 18px;
  }

  .w-180-px-desktop-big {
    width: 180px;
  }

  .max-w-180-px-desktop-big {
    max-width: 180px;
  }

  .h-18-desktop-big {
    height: 18%;
  }

  .h-18-px-desktop-big {
    height: 18px;
  }

  .h-180-px-desktop-big {
    height: 180px;
  }

  .max-h-18-desktop-big {
    max-height: 18%;
  }

  .max-h-180-px-desktop-big {
    max-height: 180px;
  }

  .w-19-desktop-big {
    width: 19%;
  }

  .max-w-19-desktop-big {
    max-width: 19%;
  }

  .w-19-px-desktop-big {
    width: 19px;
  }

  .w-190-px-desktop-big {
    width: 190px;
  }

  .max-w-190-px-desktop-big {
    max-width: 190px;
  }

  .h-19-desktop-big {
    height: 19%;
  }

  .h-19-px-desktop-big {
    height: 19px;
  }

  .h-190-px-desktop-big {
    height: 190px;
  }

  .max-h-19-desktop-big {
    max-height: 19%;
  }

  .max-h-190-px-desktop-big {
    max-height: 190px;
  }

  .w-20-desktop-big {
    width: 20%;
  }

  .max-w-20-desktop-big {
    max-width: 20%;
  }

  .w-20-px-desktop-big {
    width: 20px;
  }

  .w-200-px-desktop-big {
    width: 200px;
  }

  .max-w-200-px-desktop-big {
    max-width: 200px;
  }

  .h-20-desktop-big {
    height: 20%;
  }

  .h-20-px-desktop-big {
    height: 20px;
  }

  .h-200-px-desktop-big {
    height: 200px;
  }

  .max-h-20-desktop-big {
    max-height: 20%;
  }

  .max-h-200-px-desktop-big {
    max-height: 200px;
  }

  .w-21-desktop-big {
    width: 21%;
  }

  .max-w-21-desktop-big {
    max-width: 21%;
  }

  .w-21-px-desktop-big {
    width: 21px;
  }

  .w-210-px-desktop-big {
    width: 210px;
  }

  .max-w-210-px-desktop-big {
    max-width: 210px;
  }

  .h-21-desktop-big {
    height: 21%;
  }

  .h-21-px-desktop-big {
    height: 21px;
  }

  .h-210-px-desktop-big {
    height: 210px;
  }

  .max-h-21-desktop-big {
    max-height: 21%;
  }

  .max-h-210-px-desktop-big {
    max-height: 210px;
  }

  .w-22-desktop-big {
    width: 22%;
  }

  .max-w-22-desktop-big {
    max-width: 22%;
  }

  .w-22-px-desktop-big {
    width: 22px;
  }

  .w-220-px-desktop-big {
    width: 220px;
  }

  .max-w-220-px-desktop-big {
    max-width: 220px;
  }

  .h-22-desktop-big {
    height: 22%;
  }

  .h-22-px-desktop-big {
    height: 22px;
  }

  .h-220-px-desktop-big {
    height: 220px;
  }

  .max-h-22-desktop-big {
    max-height: 22%;
  }

  .max-h-220-px-desktop-big {
    max-height: 220px;
  }

  .w-23-desktop-big {
    width: 23%;
  }

  .max-w-23-desktop-big {
    max-width: 23%;
  }

  .w-23-px-desktop-big {
    width: 23px;
  }

  .w-230-px-desktop-big {
    width: 230px;
  }

  .max-w-230-px-desktop-big {
    max-width: 230px;
  }

  .h-23-desktop-big {
    height: 23%;
  }

  .h-23-px-desktop-big {
    height: 23px;
  }

  .h-230-px-desktop-big {
    height: 230px;
  }

  .max-h-23-desktop-big {
    max-height: 23%;
  }

  .max-h-230-px-desktop-big {
    max-height: 230px;
  }

  .w-24-desktop-big {
    width: 24%;
  }

  .max-w-24-desktop-big {
    max-width: 24%;
  }

  .w-24-px-desktop-big {
    width: 24px;
  }

  .w-240-px-desktop-big {
    width: 240px;
  }

  .max-w-240-px-desktop-big {
    max-width: 240px;
  }

  .h-24-desktop-big {
    height: 24%;
  }

  .h-24-px-desktop-big {
    height: 24px;
  }

  .h-240-px-desktop-big {
    height: 240px;
  }

  .max-h-24-desktop-big {
    max-height: 24%;
  }

  .max-h-240-px-desktop-big {
    max-height: 240px;
  }

  .w-25-desktop-big {
    width: 25%;
  }

  .max-w-25-desktop-big {
    max-width: 25%;
  }

  .w-25-px-desktop-big {
    width: 25px;
  }

  .w-250-px-desktop-big {
    width: 250px;
  }

  .max-w-250-px-desktop-big {
    max-width: 250px;
  }

  .h-25-desktop-big {
    height: 25%;
  }

  .h-25-px-desktop-big {
    height: 25px;
  }

  .h-250-px-desktop-big {
    height: 250px;
  }

  .max-h-25-desktop-big {
    max-height: 25%;
  }

  .max-h-250-px-desktop-big {
    max-height: 250px;
  }

  .w-26-desktop-big {
    width: 26%;
  }

  .max-w-26-desktop-big {
    max-width: 26%;
  }

  .w-26-px-desktop-big {
    width: 26px;
  }

  .w-260-px-desktop-big {
    width: 260px;
  }

  .max-w-260-px-desktop-big {
    max-width: 260px;
  }

  .h-26-desktop-big {
    height: 26%;
  }

  .h-26-px-desktop-big {
    height: 26px;
  }

  .h-260-px-desktop-big {
    height: 260px;
  }

  .max-h-26-desktop-big {
    max-height: 26%;
  }

  .max-h-260-px-desktop-big {
    max-height: 260px;
  }

  .w-27-desktop-big {
    width: 27%;
  }

  .max-w-27-desktop-big {
    max-width: 27%;
  }

  .w-27-px-desktop-big {
    width: 27px;
  }

  .w-270-px-desktop-big {
    width: 270px;
  }

  .max-w-270-px-desktop-big {
    max-width: 270px;
  }

  .h-27-desktop-big {
    height: 27%;
  }

  .h-27-px-desktop-big {
    height: 27px;
  }

  .h-270-px-desktop-big {
    height: 270px;
  }

  .max-h-27-desktop-big {
    max-height: 27%;
  }

  .max-h-270-px-desktop-big {
    max-height: 270px;
  }

  .w-28-desktop-big {
    width: 28%;
  }

  .max-w-28-desktop-big {
    max-width: 28%;
  }

  .w-28-px-desktop-big {
    width: 28px;
  }

  .w-280-px-desktop-big {
    width: 280px;
  }

  .max-w-280-px-desktop-big {
    max-width: 280px;
  }

  .h-28-desktop-big {
    height: 28%;
  }

  .h-28-px-desktop-big {
    height: 28px;
  }

  .h-280-px-desktop-big {
    height: 280px;
  }

  .max-h-28-desktop-big {
    max-height: 28%;
  }

  .max-h-280-px-desktop-big {
    max-height: 280px;
  }

  .w-29-desktop-big {
    width: 29%;
  }

  .max-w-29-desktop-big {
    max-width: 29%;
  }

  .w-29-px-desktop-big {
    width: 29px;
  }

  .w-290-px-desktop-big {
    width: 290px;
  }

  .max-w-290-px-desktop-big {
    max-width: 290px;
  }

  .h-29-desktop-big {
    height: 29%;
  }

  .h-29-px-desktop-big {
    height: 29px;
  }

  .h-290-px-desktop-big {
    height: 290px;
  }

  .max-h-29-desktop-big {
    max-height: 29%;
  }

  .max-h-290-px-desktop-big {
    max-height: 290px;
  }

  .w-30-desktop-big {
    width: 30%;
  }

  .max-w-30-desktop-big {
    max-width: 30%;
  }

  .w-30-px-desktop-big {
    width: 30px;
  }

  .w-300-px-desktop-big {
    width: 300px;
  }

  .max-w-300-px-desktop-big {
    max-width: 300px;
  }

  .h-30-desktop-big {
    height: 30%;
  }

  .h-30-px-desktop-big {
    height: 30px;
  }

  .h-300-px-desktop-big {
    height: 300px;
  }

  .max-h-30-desktop-big {
    max-height: 30%;
  }

  .max-h-300-px-desktop-big {
    max-height: 300px;
  }

  .w-31-desktop-big {
    width: 31%;
  }

  .max-w-31-desktop-big {
    max-width: 31%;
  }

  .w-31-px-desktop-big {
    width: 31px;
  }

  .w-310-px-desktop-big {
    width: 310px;
  }

  .max-w-310-px-desktop-big {
    max-width: 310px;
  }

  .h-31-desktop-big {
    height: 31%;
  }

  .h-31-px-desktop-big {
    height: 31px;
  }

  .h-310-px-desktop-big {
    height: 310px;
  }

  .max-h-31-desktop-big {
    max-height: 31%;
  }

  .max-h-310-px-desktop-big {
    max-height: 310px;
  }

  .w-32-desktop-big {
    width: 32%;
  }

  .max-w-32-desktop-big {
    max-width: 32%;
  }

  .w-32-px-desktop-big {
    width: 32px;
  }

  .w-320-px-desktop-big {
    width: 320px;
  }

  .max-w-320-px-desktop-big {
    max-width: 320px;
  }

  .h-32-desktop-big {
    height: 32%;
  }

  .h-32-px-desktop-big {
    height: 32px;
  }

  .h-320-px-desktop-big {
    height: 320px;
  }

  .max-h-32-desktop-big {
    max-height: 32%;
  }

  .max-h-320-px-desktop-big {
    max-height: 320px;
  }

  .w-33-desktop-big {
    width: 33%;
  }

  .max-w-33-desktop-big {
    max-width: 33%;
  }

  .w-33-px-desktop-big {
    width: 33px;
  }

  .w-330-px-desktop-big {
    width: 330px;
  }

  .max-w-330-px-desktop-big {
    max-width: 330px;
  }

  .h-33-desktop-big {
    height: 33%;
  }

  .h-33-px-desktop-big {
    height: 33px;
  }

  .h-330-px-desktop-big {
    height: 330px;
  }

  .max-h-33-desktop-big {
    max-height: 33%;
  }

  .max-h-330-px-desktop-big {
    max-height: 330px;
  }

  .w-34-desktop-big {
    width: 34%;
  }

  .max-w-34-desktop-big {
    max-width: 34%;
  }

  .w-34-px-desktop-big {
    width: 34px;
  }

  .w-340-px-desktop-big {
    width: 340px;
  }

  .max-w-340-px-desktop-big {
    max-width: 340px;
  }

  .h-34-desktop-big {
    height: 34%;
  }

  .h-34-px-desktop-big {
    height: 34px;
  }

  .h-340-px-desktop-big {
    height: 340px;
  }

  .max-h-34-desktop-big {
    max-height: 34%;
  }

  .max-h-340-px-desktop-big {
    max-height: 340px;
  }

  .w-35-desktop-big {
    width: 35%;
  }

  .max-w-35-desktop-big {
    max-width: 35%;
  }

  .w-35-px-desktop-big {
    width: 35px;
  }

  .w-350-px-desktop-big {
    width: 350px;
  }

  .max-w-350-px-desktop-big {
    max-width: 350px;
  }

  .h-35-desktop-big {
    height: 35%;
  }

  .h-35-px-desktop-big {
    height: 35px;
  }

  .h-350-px-desktop-big {
    height: 350px;
  }

  .max-h-35-desktop-big {
    max-height: 35%;
  }

  .max-h-350-px-desktop-big {
    max-height: 350px;
  }

  .w-36-desktop-big {
    width: 36%;
  }

  .max-w-36-desktop-big {
    max-width: 36%;
  }

  .w-36-px-desktop-big {
    width: 36px;
  }

  .w-360-px-desktop-big {
    width: 360px;
  }

  .max-w-360-px-desktop-big {
    max-width: 360px;
  }

  .h-36-desktop-big {
    height: 36%;
  }

  .h-36-px-desktop-big {
    height: 36px;
  }

  .h-360-px-desktop-big {
    height: 360px;
  }

  .max-h-36-desktop-big {
    max-height: 36%;
  }

  .max-h-360-px-desktop-big {
    max-height: 360px;
  }

  .w-37-desktop-big {
    width: 37%;
  }

  .max-w-37-desktop-big {
    max-width: 37%;
  }

  .w-37-px-desktop-big {
    width: 37px;
  }

  .w-370-px-desktop-big {
    width: 370px;
  }

  .max-w-370-px-desktop-big {
    max-width: 370px;
  }

  .h-37-desktop-big {
    height: 37%;
  }

  .h-37-px-desktop-big {
    height: 37px;
  }

  .h-370-px-desktop-big {
    height: 370px;
  }

  .max-h-37-desktop-big {
    max-height: 37%;
  }

  .max-h-370-px-desktop-big {
    max-height: 370px;
  }

  .w-38-desktop-big {
    width: 38%;
  }

  .max-w-38-desktop-big {
    max-width: 38%;
  }

  .w-38-px-desktop-big {
    width: 38px;
  }

  .w-380-px-desktop-big {
    width: 380px;
  }

  .max-w-380-px-desktop-big {
    max-width: 380px;
  }

  .h-38-desktop-big {
    height: 38%;
  }

  .h-38-px-desktop-big {
    height: 38px;
  }

  .h-380-px-desktop-big {
    height: 380px;
  }

  .max-h-38-desktop-big {
    max-height: 38%;
  }

  .max-h-380-px-desktop-big {
    max-height: 380px;
  }

  .w-39-desktop-big {
    width: 39%;
  }

  .max-w-39-desktop-big {
    max-width: 39%;
  }

  .w-39-px-desktop-big {
    width: 39px;
  }

  .w-390-px-desktop-big {
    width: 390px;
  }

  .max-w-390-px-desktop-big {
    max-width: 390px;
  }

  .h-39-desktop-big {
    height: 39%;
  }

  .h-39-px-desktop-big {
    height: 39px;
  }

  .h-390-px-desktop-big {
    height: 390px;
  }

  .max-h-39-desktop-big {
    max-height: 39%;
  }

  .max-h-390-px-desktop-big {
    max-height: 390px;
  }

  .w-40-desktop-big {
    width: 40%;
  }

  .max-w-40-desktop-big {
    max-width: 40%;
  }

  .w-40-px-desktop-big {
    width: 40px;
  }

  .w-400-px-desktop-big {
    width: 400px;
  }

  .max-w-400-px-desktop-big {
    max-width: 400px;
  }

  .h-40-desktop-big {
    height: 40%;
  }

  .h-40-px-desktop-big {
    height: 40px;
  }

  .h-400-px-desktop-big {
    height: 400px;
  }

  .max-h-40-desktop-big {
    max-height: 40%;
  }

  .max-h-400-px-desktop-big {
    max-height: 400px;
  }

  .w-41-desktop-big {
    width: 41%;
  }

  .max-w-41-desktop-big {
    max-width: 41%;
  }

  .w-41-px-desktop-big {
    width: 41px;
  }

  .w-410-px-desktop-big {
    width: 410px;
  }

  .max-w-410-px-desktop-big {
    max-width: 410px;
  }

  .h-41-desktop-big {
    height: 41%;
  }

  .h-41-px-desktop-big {
    height: 41px;
  }

  .h-410-px-desktop-big {
    height: 410px;
  }

  .max-h-41-desktop-big {
    max-height: 41%;
  }

  .max-h-410-px-desktop-big {
    max-height: 410px;
  }

  .w-42-desktop-big {
    width: 42%;
  }

  .max-w-42-desktop-big {
    max-width: 42%;
  }

  .w-42-px-desktop-big {
    width: 42px;
  }

  .w-420-px-desktop-big {
    width: 420px;
  }

  .max-w-420-px-desktop-big {
    max-width: 420px;
  }

  .h-42-desktop-big {
    height: 42%;
  }

  .h-42-px-desktop-big {
    height: 42px;
  }

  .h-420-px-desktop-big {
    height: 420px;
  }

  .max-h-42-desktop-big {
    max-height: 42%;
  }

  .max-h-420-px-desktop-big {
    max-height: 420px;
  }

  .w-43-desktop-big {
    width: 43%;
  }

  .max-w-43-desktop-big {
    max-width: 43%;
  }

  .w-43-px-desktop-big {
    width: 43px;
  }

  .w-430-px-desktop-big {
    width: 430px;
  }

  .max-w-430-px-desktop-big {
    max-width: 430px;
  }

  .h-43-desktop-big {
    height: 43%;
  }

  .h-43-px-desktop-big {
    height: 43px;
  }

  .h-430-px-desktop-big {
    height: 430px;
  }

  .max-h-43-desktop-big {
    max-height: 43%;
  }

  .max-h-430-px-desktop-big {
    max-height: 430px;
  }

  .w-44-desktop-big {
    width: 44%;
  }

  .max-w-44-desktop-big {
    max-width: 44%;
  }

  .w-44-px-desktop-big {
    width: 44px;
  }

  .w-440-px-desktop-big {
    width: 440px;
  }

  .max-w-440-px-desktop-big {
    max-width: 440px;
  }

  .h-44-desktop-big {
    height: 44%;
  }

  .h-44-px-desktop-big {
    height: 44px;
  }

  .h-440-px-desktop-big {
    height: 440px;
  }

  .max-h-44-desktop-big {
    max-height: 44%;
  }

  .max-h-440-px-desktop-big {
    max-height: 440px;
  }

  .w-45-desktop-big {
    width: 45%;
  }

  .max-w-45-desktop-big {
    max-width: 45%;
  }

  .w-45-px-desktop-big {
    width: 45px;
  }

  .w-450-px-desktop-big {
    width: 450px;
  }

  .max-w-450-px-desktop-big {
    max-width: 450px;
  }

  .h-45-desktop-big {
    height: 45%;
  }

  .h-45-px-desktop-big {
    height: 45px;
  }

  .h-450-px-desktop-big {
    height: 450px;
  }

  .max-h-45-desktop-big {
    max-height: 45%;
  }

  .max-h-450-px-desktop-big {
    max-height: 450px;
  }

  .w-46-desktop-big {
    width: 46%;
  }

  .max-w-46-desktop-big {
    max-width: 46%;
  }

  .w-46-px-desktop-big {
    width: 46px;
  }

  .w-460-px-desktop-big {
    width: 460px;
  }

  .max-w-460-px-desktop-big {
    max-width: 460px;
  }

  .h-46-desktop-big {
    height: 46%;
  }

  .h-46-px-desktop-big {
    height: 46px;
  }

  .h-460-px-desktop-big {
    height: 460px;
  }

  .max-h-46-desktop-big {
    max-height: 46%;
  }

  .max-h-460-px-desktop-big {
    max-height: 460px;
  }

  .w-47-desktop-big {
    width: 47%;
  }

  .max-w-47-desktop-big {
    max-width: 47%;
  }

  .w-47-px-desktop-big {
    width: 47px;
  }

  .w-470-px-desktop-big {
    width: 470px;
  }

  .max-w-470-px-desktop-big {
    max-width: 470px;
  }

  .h-47-desktop-big {
    height: 47%;
  }

  .h-47-px-desktop-big {
    height: 47px;
  }

  .h-470-px-desktop-big {
    height: 470px;
  }

  .max-h-47-desktop-big {
    max-height: 47%;
  }

  .max-h-470-px-desktop-big {
    max-height: 470px;
  }

  .w-48-desktop-big {
    width: 48%;
  }

  .max-w-48-desktop-big {
    max-width: 48%;
  }

  .w-48-px-desktop-big {
    width: 48px;
  }

  .w-480-px-desktop-big {
    width: 480px;
  }

  .max-w-480-px-desktop-big {
    max-width: 480px;
  }

  .h-48-desktop-big {
    height: 48%;
  }

  .h-48-px-desktop-big {
    height: 48px;
  }

  .h-480-px-desktop-big {
    height: 480px;
  }

  .max-h-48-desktop-big {
    max-height: 48%;
  }

  .max-h-480-px-desktop-big {
    max-height: 480px;
  }

  .w-49-desktop-big {
    width: 49%;
  }

  .max-w-49-desktop-big {
    max-width: 49%;
  }

  .w-49-px-desktop-big {
    width: 49px;
  }

  .w-490-px-desktop-big {
    width: 490px;
  }

  .max-w-490-px-desktop-big {
    max-width: 490px;
  }

  .h-49-desktop-big {
    height: 49%;
  }

  .h-49-px-desktop-big {
    height: 49px;
  }

  .h-490-px-desktop-big {
    height: 490px;
  }

  .max-h-49-desktop-big {
    max-height: 49%;
  }

  .max-h-490-px-desktop-big {
    max-height: 490px;
  }

  .w-50-desktop-big {
    width: 50%;
  }

  .max-w-50-desktop-big {
    max-width: 50%;
  }

  .w-50-px-desktop-big {
    width: 50px;
  }

  .w-500-px-desktop-big {
    width: 500px;
  }

  .max-w-500-px-desktop-big {
    max-width: 500px;
  }

  .h-50-desktop-big {
    height: 50%;
  }

  .h-50-px-desktop-big {
    height: 50px;
  }

  .h-500-px-desktop-big {
    height: 500px;
  }

  .max-h-50-desktop-big {
    max-height: 50%;
  }

  .max-h-500-px-desktop-big {
    max-height: 500px;
  }

  .w-51-desktop-big {
    width: 51%;
  }

  .max-w-51-desktop-big {
    max-width: 51%;
  }

  .w-51-px-desktop-big {
    width: 51px;
  }

  .w-510-px-desktop-big {
    width: 510px;
  }

  .max-w-510-px-desktop-big {
    max-width: 510px;
  }

  .h-51-desktop-big {
    height: 51%;
  }

  .h-51-px-desktop-big {
    height: 51px;
  }

  .h-510-px-desktop-big {
    height: 510px;
  }

  .max-h-51-desktop-big {
    max-height: 51%;
  }

  .max-h-510-px-desktop-big {
    max-height: 510px;
  }

  .w-52-desktop-big {
    width: 52%;
  }

  .max-w-52-desktop-big {
    max-width: 52%;
  }

  .w-52-px-desktop-big {
    width: 52px;
  }

  .w-520-px-desktop-big {
    width: 520px;
  }

  .max-w-520-px-desktop-big {
    max-width: 520px;
  }

  .h-52-desktop-big {
    height: 52%;
  }

  .h-52-px-desktop-big {
    height: 52px;
  }

  .h-520-px-desktop-big {
    height: 520px;
  }

  .max-h-52-desktop-big {
    max-height: 52%;
  }

  .max-h-520-px-desktop-big {
    max-height: 520px;
  }

  .w-53-desktop-big {
    width: 53%;
  }

  .max-w-53-desktop-big {
    max-width: 53%;
  }

  .w-53-px-desktop-big {
    width: 53px;
  }

  .w-530-px-desktop-big {
    width: 530px;
  }

  .max-w-530-px-desktop-big {
    max-width: 530px;
  }

  .h-53-desktop-big {
    height: 53%;
  }

  .h-53-px-desktop-big {
    height: 53px;
  }

  .h-530-px-desktop-big {
    height: 530px;
  }

  .max-h-53-desktop-big {
    max-height: 53%;
  }

  .max-h-530-px-desktop-big {
    max-height: 530px;
  }

  .w-54-desktop-big {
    width: 54%;
  }

  .max-w-54-desktop-big {
    max-width: 54%;
  }

  .w-54-px-desktop-big {
    width: 54px;
  }

  .w-540-px-desktop-big {
    width: 540px;
  }

  .max-w-540-px-desktop-big {
    max-width: 540px;
  }

  .h-54-desktop-big {
    height: 54%;
  }

  .h-54-px-desktop-big {
    height: 54px;
  }

  .h-540-px-desktop-big {
    height: 540px;
  }

  .max-h-54-desktop-big {
    max-height: 54%;
  }

  .max-h-540-px-desktop-big {
    max-height: 540px;
  }

  .w-55-desktop-big {
    width: 55%;
  }

  .max-w-55-desktop-big {
    max-width: 55%;
  }

  .w-55-px-desktop-big {
    width: 55px;
  }

  .w-550-px-desktop-big {
    width: 550px;
  }

  .max-w-550-px-desktop-big {
    max-width: 550px;
  }

  .h-55-desktop-big {
    height: 55%;
  }

  .h-55-px-desktop-big {
    height: 55px;
  }

  .h-550-px-desktop-big {
    height: 550px;
  }

  .max-h-55-desktop-big {
    max-height: 55%;
  }

  .max-h-550-px-desktop-big {
    max-height: 550px;
  }

  .w-56-desktop-big {
    width: 56%;
  }

  .max-w-56-desktop-big {
    max-width: 56%;
  }

  .w-56-px-desktop-big {
    width: 56px;
  }

  .w-560-px-desktop-big {
    width: 560px;
  }

  .max-w-560-px-desktop-big {
    max-width: 560px;
  }

  .h-56-desktop-big {
    height: 56%;
  }

  .h-56-px-desktop-big {
    height: 56px;
  }

  .h-560-px-desktop-big {
    height: 560px;
  }

  .max-h-56-desktop-big {
    max-height: 56%;
  }

  .max-h-560-px-desktop-big {
    max-height: 560px;
  }

  .w-57-desktop-big {
    width: 57%;
  }

  .max-w-57-desktop-big {
    max-width: 57%;
  }

  .w-57-px-desktop-big {
    width: 57px;
  }

  .w-570-px-desktop-big {
    width: 570px;
  }

  .max-w-570-px-desktop-big {
    max-width: 570px;
  }

  .h-57-desktop-big {
    height: 57%;
  }

  .h-57-px-desktop-big {
    height: 57px;
  }

  .h-570-px-desktop-big {
    height: 570px;
  }

  .max-h-57-desktop-big {
    max-height: 57%;
  }

  .max-h-570-px-desktop-big {
    max-height: 570px;
  }

  .w-58-desktop-big {
    width: 58%;
  }

  .max-w-58-desktop-big {
    max-width: 58%;
  }

  .w-58-px-desktop-big {
    width: 58px;
  }

  .w-580-px-desktop-big {
    width: 580px;
  }

  .max-w-580-px-desktop-big {
    max-width: 580px;
  }

  .h-58-desktop-big {
    height: 58%;
  }

  .h-58-px-desktop-big {
    height: 58px;
  }

  .h-580-px-desktop-big {
    height: 580px;
  }

  .max-h-58-desktop-big {
    max-height: 58%;
  }

  .max-h-580-px-desktop-big {
    max-height: 580px;
  }

  .w-59-desktop-big {
    width: 59%;
  }

  .max-w-59-desktop-big {
    max-width: 59%;
  }

  .w-59-px-desktop-big {
    width: 59px;
  }

  .w-590-px-desktop-big {
    width: 590px;
  }

  .max-w-590-px-desktop-big {
    max-width: 590px;
  }

  .h-59-desktop-big {
    height: 59%;
  }

  .h-59-px-desktop-big {
    height: 59px;
  }

  .h-590-px-desktop-big {
    height: 590px;
  }

  .max-h-59-desktop-big {
    max-height: 59%;
  }

  .max-h-590-px-desktop-big {
    max-height: 590px;
  }

  .w-60-desktop-big {
    width: 60%;
  }

  .max-w-60-desktop-big {
    max-width: 60%;
  }

  .w-60-px-desktop-big {
    width: 60px;
  }

  .w-600-px-desktop-big {
    width: 600px;
  }

  .max-w-600-px-desktop-big {
    max-width: 600px;
  }

  .h-60-desktop-big {
    height: 60%;
  }

  .h-60-px-desktop-big {
    height: 60px;
  }

  .h-600-px-desktop-big {
    height: 600px;
  }

  .max-h-60-desktop-big {
    max-height: 60%;
  }

  .max-h-600-px-desktop-big {
    max-height: 600px;
  }

  .w-61-desktop-big {
    width: 61%;
  }

  .max-w-61-desktop-big {
    max-width: 61%;
  }

  .w-61-px-desktop-big {
    width: 61px;
  }

  .w-610-px-desktop-big {
    width: 610px;
  }

  .max-w-610-px-desktop-big {
    max-width: 610px;
  }

  .h-61-desktop-big {
    height: 61%;
  }

  .h-61-px-desktop-big {
    height: 61px;
  }

  .h-610-px-desktop-big {
    height: 610px;
  }

  .max-h-61-desktop-big {
    max-height: 61%;
  }

  .max-h-610-px-desktop-big {
    max-height: 610px;
  }

  .w-62-desktop-big {
    width: 62%;
  }

  .max-w-62-desktop-big {
    max-width: 62%;
  }

  .w-62-px-desktop-big {
    width: 62px;
  }

  .w-620-px-desktop-big {
    width: 620px;
  }

  .max-w-620-px-desktop-big {
    max-width: 620px;
  }

  .h-62-desktop-big {
    height: 62%;
  }

  .h-62-px-desktop-big {
    height: 62px;
  }

  .h-620-px-desktop-big {
    height: 620px;
  }

  .max-h-62-desktop-big {
    max-height: 62%;
  }

  .max-h-620-px-desktop-big {
    max-height: 620px;
  }

  .w-63-desktop-big {
    width: 63%;
  }

  .max-w-63-desktop-big {
    max-width: 63%;
  }

  .w-63-px-desktop-big {
    width: 63px;
  }

  .w-630-px-desktop-big {
    width: 630px;
  }

  .max-w-630-px-desktop-big {
    max-width: 630px;
  }

  .h-63-desktop-big {
    height: 63%;
  }

  .h-63-px-desktop-big {
    height: 63px;
  }

  .h-630-px-desktop-big {
    height: 630px;
  }

  .max-h-63-desktop-big {
    max-height: 63%;
  }

  .max-h-630-px-desktop-big {
    max-height: 630px;
  }

  .w-64-desktop-big {
    width: 64%;
  }

  .max-w-64-desktop-big {
    max-width: 64%;
  }

  .w-64-px-desktop-big {
    width: 64px;
  }

  .w-640-px-desktop-big {
    width: 640px;
  }

  .max-w-640-px-desktop-big {
    max-width: 640px;
  }

  .h-64-desktop-big {
    height: 64%;
  }

  .h-64-px-desktop-big {
    height: 64px;
  }

  .h-640-px-desktop-big {
    height: 640px;
  }

  .max-h-64-desktop-big {
    max-height: 64%;
  }

  .max-h-640-px-desktop-big {
    max-height: 640px;
  }

  .w-65-desktop-big {
    width: 65%;
  }

  .max-w-65-desktop-big {
    max-width: 65%;
  }

  .w-65-px-desktop-big {
    width: 65px;
  }

  .w-650-px-desktop-big {
    width: 650px;
  }

  .max-w-650-px-desktop-big {
    max-width: 650px;
  }

  .h-65-desktop-big {
    height: 65%;
  }

  .h-65-px-desktop-big {
    height: 65px;
  }

  .h-650-px-desktop-big {
    height: 650px;
  }

  .max-h-65-desktop-big {
    max-height: 65%;
  }

  .max-h-650-px-desktop-big {
    max-height: 650px;
  }

  .w-66-desktop-big {
    width: 66%;
  }

  .max-w-66-desktop-big {
    max-width: 66%;
  }

  .w-66-px-desktop-big {
    width: 66px;
  }

  .w-660-px-desktop-big {
    width: 660px;
  }

  .max-w-660-px-desktop-big {
    max-width: 660px;
  }

  .h-66-desktop-big {
    height: 66%;
  }

  .h-66-px-desktop-big {
    height: 66px;
  }

  .h-660-px-desktop-big {
    height: 660px;
  }

  .max-h-66-desktop-big {
    max-height: 66%;
  }

  .max-h-660-px-desktop-big {
    max-height: 660px;
  }

  .w-67-desktop-big {
    width: 67%;
  }

  .max-w-67-desktop-big {
    max-width: 67%;
  }

  .w-67-px-desktop-big {
    width: 67px;
  }

  .w-670-px-desktop-big {
    width: 670px;
  }

  .max-w-670-px-desktop-big {
    max-width: 670px;
  }

  .h-67-desktop-big {
    height: 67%;
  }

  .h-67-px-desktop-big {
    height: 67px;
  }

  .h-670-px-desktop-big {
    height: 670px;
  }

  .max-h-67-desktop-big {
    max-height: 67%;
  }

  .max-h-670-px-desktop-big {
    max-height: 670px;
  }

  .w-68-desktop-big {
    width: 68%;
  }

  .max-w-68-desktop-big {
    max-width: 68%;
  }

  .w-68-px-desktop-big {
    width: 68px;
  }

  .w-680-px-desktop-big {
    width: 680px;
  }

  .max-w-680-px-desktop-big {
    max-width: 680px;
  }

  .h-68-desktop-big {
    height: 68%;
  }

  .h-68-px-desktop-big {
    height: 68px;
  }

  .h-680-px-desktop-big {
    height: 680px;
  }

  .max-h-68-desktop-big {
    max-height: 68%;
  }

  .max-h-680-px-desktop-big {
    max-height: 680px;
  }

  .w-69-desktop-big {
    width: 69%;
  }

  .max-w-69-desktop-big {
    max-width: 69%;
  }

  .w-69-px-desktop-big {
    width: 69px;
  }

  .w-690-px-desktop-big {
    width: 690px;
  }

  .max-w-690-px-desktop-big {
    max-width: 690px;
  }

  .h-69-desktop-big {
    height: 69%;
  }

  .h-69-px-desktop-big {
    height: 69px;
  }

  .h-690-px-desktop-big {
    height: 690px;
  }

  .max-h-69-desktop-big {
    max-height: 69%;
  }

  .max-h-690-px-desktop-big {
    max-height: 690px;
  }

  .w-70-desktop-big {
    width: 70%;
  }

  .max-w-70-desktop-big {
    max-width: 70%;
  }

  .w-70-px-desktop-big {
    width: 70px;
  }

  .w-700-px-desktop-big {
    width: 700px;
  }

  .max-w-700-px-desktop-big {
    max-width: 700px;
  }

  .h-70-desktop-big {
    height: 70%;
  }

  .h-70-px-desktop-big {
    height: 70px;
  }

  .h-700-px-desktop-big {
    height: 700px;
  }

  .max-h-70-desktop-big {
    max-height: 70%;
  }

  .max-h-700-px-desktop-big {
    max-height: 700px;
  }

  .w-71-desktop-big {
    width: 71%;
  }

  .max-w-71-desktop-big {
    max-width: 71%;
  }

  .w-71-px-desktop-big {
    width: 71px;
  }

  .w-710-px-desktop-big {
    width: 710px;
  }

  .max-w-710-px-desktop-big {
    max-width: 710px;
  }

  .h-71-desktop-big {
    height: 71%;
  }

  .h-71-px-desktop-big {
    height: 71px;
  }

  .h-710-px-desktop-big {
    height: 710px;
  }

  .max-h-71-desktop-big {
    max-height: 71%;
  }

  .max-h-710-px-desktop-big {
    max-height: 710px;
  }

  .w-72-desktop-big {
    width: 72%;
  }

  .max-w-72-desktop-big {
    max-width: 72%;
  }

  .w-72-px-desktop-big {
    width: 72px;
  }

  .w-720-px-desktop-big {
    width: 720px;
  }

  .max-w-720-px-desktop-big {
    max-width: 720px;
  }

  .h-72-desktop-big {
    height: 72%;
  }

  .h-72-px-desktop-big {
    height: 72px;
  }

  .h-720-px-desktop-big {
    height: 720px;
  }

  .max-h-72-desktop-big {
    max-height: 72%;
  }

  .max-h-720-px-desktop-big {
    max-height: 720px;
  }

  .w-73-desktop-big {
    width: 73%;
  }

  .max-w-73-desktop-big {
    max-width: 73%;
  }

  .w-73-px-desktop-big {
    width: 73px;
  }

  .w-730-px-desktop-big {
    width: 730px;
  }

  .max-w-730-px-desktop-big {
    max-width: 730px;
  }

  .h-73-desktop-big {
    height: 73%;
  }

  .h-73-px-desktop-big {
    height: 73px;
  }

  .h-730-px-desktop-big {
    height: 730px;
  }

  .max-h-73-desktop-big {
    max-height: 73%;
  }

  .max-h-730-px-desktop-big {
    max-height: 730px;
  }

  .w-74-desktop-big {
    width: 74%;
  }

  .max-w-74-desktop-big {
    max-width: 74%;
  }

  .w-74-px-desktop-big {
    width: 74px;
  }

  .w-740-px-desktop-big {
    width: 740px;
  }

  .max-w-740-px-desktop-big {
    max-width: 740px;
  }

  .h-74-desktop-big {
    height: 74%;
  }

  .h-74-px-desktop-big {
    height: 74px;
  }

  .h-740-px-desktop-big {
    height: 740px;
  }

  .max-h-74-desktop-big {
    max-height: 74%;
  }

  .max-h-740-px-desktop-big {
    max-height: 740px;
  }

  .w-75-desktop-big {
    width: 75%;
  }

  .max-w-75-desktop-big {
    max-width: 75%;
  }

  .w-75-px-desktop-big {
    width: 75px;
  }

  .w-750-px-desktop-big {
    width: 750px;
  }

  .max-w-750-px-desktop-big {
    max-width: 750px;
  }

  .h-75-desktop-big {
    height: 75%;
  }

  .h-75-px-desktop-big {
    height: 75px;
  }

  .h-750-px-desktop-big {
    height: 750px;
  }

  .max-h-75-desktop-big {
    max-height: 75%;
  }

  .max-h-750-px-desktop-big {
    max-height: 750px;
  }

  .w-76-desktop-big {
    width: 76%;
  }

  .max-w-76-desktop-big {
    max-width: 76%;
  }

  .w-76-px-desktop-big {
    width: 76px;
  }

  .w-760-px-desktop-big {
    width: 760px;
  }

  .max-w-760-px-desktop-big {
    max-width: 760px;
  }

  .h-76-desktop-big {
    height: 76%;
  }

  .h-76-px-desktop-big {
    height: 76px;
  }

  .h-760-px-desktop-big {
    height: 760px;
  }

  .max-h-76-desktop-big {
    max-height: 76%;
  }

  .max-h-760-px-desktop-big {
    max-height: 760px;
  }

  .w-77-desktop-big {
    width: 77%;
  }

  .max-w-77-desktop-big {
    max-width: 77%;
  }

  .w-77-px-desktop-big {
    width: 77px;
  }

  .w-770-px-desktop-big {
    width: 770px;
  }

  .max-w-770-px-desktop-big {
    max-width: 770px;
  }

  .h-77-desktop-big {
    height: 77%;
  }

  .h-77-px-desktop-big {
    height: 77px;
  }

  .h-770-px-desktop-big {
    height: 770px;
  }

  .max-h-77-desktop-big {
    max-height: 77%;
  }

  .max-h-770-px-desktop-big {
    max-height: 770px;
  }

  .w-78-desktop-big {
    width: 78%;
  }

  .max-w-78-desktop-big {
    max-width: 78%;
  }

  .w-78-px-desktop-big {
    width: 78px;
  }

  .w-780-px-desktop-big {
    width: 780px;
  }

  .max-w-780-px-desktop-big {
    max-width: 780px;
  }

  .h-78-desktop-big {
    height: 78%;
  }

  .h-78-px-desktop-big {
    height: 78px;
  }

  .h-780-px-desktop-big {
    height: 780px;
  }

  .max-h-78-desktop-big {
    max-height: 78%;
  }

  .max-h-780-px-desktop-big {
    max-height: 780px;
  }

  .w-79-desktop-big {
    width: 79%;
  }

  .max-w-79-desktop-big {
    max-width: 79%;
  }

  .w-79-px-desktop-big {
    width: 79px;
  }

  .w-790-px-desktop-big {
    width: 790px;
  }

  .max-w-790-px-desktop-big {
    max-width: 790px;
  }

  .h-79-desktop-big {
    height: 79%;
  }

  .h-79-px-desktop-big {
    height: 79px;
  }

  .h-790-px-desktop-big {
    height: 790px;
  }

  .max-h-79-desktop-big {
    max-height: 79%;
  }

  .max-h-790-px-desktop-big {
    max-height: 790px;
  }

  .w-80-desktop-big {
    width: 80%;
  }

  .max-w-80-desktop-big {
    max-width: 80%;
  }

  .w-80-px-desktop-big {
    width: 80px;
  }

  .w-800-px-desktop-big {
    width: 800px;
  }

  .max-w-800-px-desktop-big {
    max-width: 800px;
  }

  .h-80-desktop-big {
    height: 80%;
  }

  .h-80-px-desktop-big {
    height: 80px;
  }

  .h-800-px-desktop-big {
    height: 800px;
  }

  .max-h-80-desktop-big {
    max-height: 80%;
  }

  .max-h-800-px-desktop-big {
    max-height: 800px;
  }

  .w-81-desktop-big {
    width: 81%;
  }

  .max-w-81-desktop-big {
    max-width: 81%;
  }

  .w-81-px-desktop-big {
    width: 81px;
  }

  .w-810-px-desktop-big {
    width: 810px;
  }

  .max-w-810-px-desktop-big {
    max-width: 810px;
  }

  .h-81-desktop-big {
    height: 81%;
  }

  .h-81-px-desktop-big {
    height: 81px;
  }

  .h-810-px-desktop-big {
    height: 810px;
  }

  .max-h-81-desktop-big {
    max-height: 81%;
  }

  .max-h-810-px-desktop-big {
    max-height: 810px;
  }

  .w-82-desktop-big {
    width: 82%;
  }

  .max-w-82-desktop-big {
    max-width: 82%;
  }

  .w-82-px-desktop-big {
    width: 82px;
  }

  .w-820-px-desktop-big {
    width: 820px;
  }

  .max-w-820-px-desktop-big {
    max-width: 820px;
  }

  .h-82-desktop-big {
    height: 82%;
  }

  .h-82-px-desktop-big {
    height: 82px;
  }

  .h-820-px-desktop-big {
    height: 820px;
  }

  .max-h-82-desktop-big {
    max-height: 82%;
  }

  .max-h-820-px-desktop-big {
    max-height: 820px;
  }

  .w-83-desktop-big {
    width: 83%;
  }

  .max-w-83-desktop-big {
    max-width: 83%;
  }

  .w-83-px-desktop-big {
    width: 83px;
  }

  .w-830-px-desktop-big {
    width: 830px;
  }

  .max-w-830-px-desktop-big {
    max-width: 830px;
  }

  .h-83-desktop-big {
    height: 83%;
  }

  .h-83-px-desktop-big {
    height: 83px;
  }

  .h-830-px-desktop-big {
    height: 830px;
  }

  .max-h-83-desktop-big {
    max-height: 83%;
  }

  .max-h-830-px-desktop-big {
    max-height: 830px;
  }

  .w-84-desktop-big {
    width: 84%;
  }

  .max-w-84-desktop-big {
    max-width: 84%;
  }

  .w-84-px-desktop-big {
    width: 84px;
  }

  .w-840-px-desktop-big {
    width: 840px;
  }

  .max-w-840-px-desktop-big {
    max-width: 840px;
  }

  .h-84-desktop-big {
    height: 84%;
  }

  .h-84-px-desktop-big {
    height: 84px;
  }

  .h-840-px-desktop-big {
    height: 840px;
  }

  .max-h-84-desktop-big {
    max-height: 84%;
  }

  .max-h-840-px-desktop-big {
    max-height: 840px;
  }

  .w-85-desktop-big {
    width: 85%;
  }

  .max-w-85-desktop-big {
    max-width: 85%;
  }

  .w-85-px-desktop-big {
    width: 85px;
  }

  .w-850-px-desktop-big {
    width: 850px;
  }

  .max-w-850-px-desktop-big {
    max-width: 850px;
  }

  .h-85-desktop-big {
    height: 85%;
  }

  .h-85-px-desktop-big {
    height: 85px;
  }

  .h-850-px-desktop-big {
    height: 850px;
  }

  .max-h-85-desktop-big {
    max-height: 85%;
  }

  .max-h-850-px-desktop-big {
    max-height: 850px;
  }

  .w-86-desktop-big {
    width: 86%;
  }

  .max-w-86-desktop-big {
    max-width: 86%;
  }

  .w-86-px-desktop-big {
    width: 86px;
  }

  .w-860-px-desktop-big {
    width: 860px;
  }

  .max-w-860-px-desktop-big {
    max-width: 860px;
  }

  .h-86-desktop-big {
    height: 86%;
  }

  .h-86-px-desktop-big {
    height: 86px;
  }

  .h-860-px-desktop-big {
    height: 860px;
  }

  .max-h-86-desktop-big {
    max-height: 86%;
  }

  .max-h-860-px-desktop-big {
    max-height: 860px;
  }

  .w-87-desktop-big {
    width: 87%;
  }

  .max-w-87-desktop-big {
    max-width: 87%;
  }

  .w-87-px-desktop-big {
    width: 87px;
  }

  .w-870-px-desktop-big {
    width: 870px;
  }

  .max-w-870-px-desktop-big {
    max-width: 870px;
  }

  .h-87-desktop-big {
    height: 87%;
  }

  .h-87-px-desktop-big {
    height: 87px;
  }

  .h-870-px-desktop-big {
    height: 870px;
  }

  .max-h-87-desktop-big {
    max-height: 87%;
  }

  .max-h-870-px-desktop-big {
    max-height: 870px;
  }

  .w-88-desktop-big {
    width: 88%;
  }

  .max-w-88-desktop-big {
    max-width: 88%;
  }

  .w-88-px-desktop-big {
    width: 88px;
  }

  .w-880-px-desktop-big {
    width: 880px;
  }

  .max-w-880-px-desktop-big {
    max-width: 880px;
  }

  .h-88-desktop-big {
    height: 88%;
  }

  .h-88-px-desktop-big {
    height: 88px;
  }

  .h-880-px-desktop-big {
    height: 880px;
  }

  .max-h-88-desktop-big {
    max-height: 88%;
  }

  .max-h-880-px-desktop-big {
    max-height: 880px;
  }

  .w-89-desktop-big {
    width: 89%;
  }

  .max-w-89-desktop-big {
    max-width: 89%;
  }

  .w-89-px-desktop-big {
    width: 89px;
  }

  .w-890-px-desktop-big {
    width: 890px;
  }

  .max-w-890-px-desktop-big {
    max-width: 890px;
  }

  .h-89-desktop-big {
    height: 89%;
  }

  .h-89-px-desktop-big {
    height: 89px;
  }

  .h-890-px-desktop-big {
    height: 890px;
  }

  .max-h-89-desktop-big {
    max-height: 89%;
  }

  .max-h-890-px-desktop-big {
    max-height: 890px;
  }

  .w-90-desktop-big {
    width: 90%;
  }

  .max-w-90-desktop-big {
    max-width: 90%;
  }

  .w-90-px-desktop-big {
    width: 90px;
  }

  .w-900-px-desktop-big {
    width: 900px;
  }

  .max-w-900-px-desktop-big {
    max-width: 900px;
  }

  .h-90-desktop-big {
    height: 90%;
  }

  .h-90-px-desktop-big {
    height: 90px;
  }

  .h-900-px-desktop-big {
    height: 900px;
  }

  .max-h-90-desktop-big {
    max-height: 90%;
  }

  .max-h-900-px-desktop-big {
    max-height: 900px;
  }

  .w-91-desktop-big {
    width: 91%;
  }

  .max-w-91-desktop-big {
    max-width: 91%;
  }

  .w-91-px-desktop-big {
    width: 91px;
  }

  .w-910-px-desktop-big {
    width: 910px;
  }

  .max-w-910-px-desktop-big {
    max-width: 910px;
  }

  .h-91-desktop-big {
    height: 91%;
  }

  .h-91-px-desktop-big {
    height: 91px;
  }

  .h-910-px-desktop-big {
    height: 910px;
  }

  .max-h-91-desktop-big {
    max-height: 91%;
  }

  .max-h-910-px-desktop-big {
    max-height: 910px;
  }

  .w-92-desktop-big {
    width: 92%;
  }

  .max-w-92-desktop-big {
    max-width: 92%;
  }

  .w-92-px-desktop-big {
    width: 92px;
  }

  .w-920-px-desktop-big {
    width: 920px;
  }

  .max-w-920-px-desktop-big {
    max-width: 920px;
  }

  .h-92-desktop-big {
    height: 92%;
  }

  .h-92-px-desktop-big {
    height: 92px;
  }

  .h-920-px-desktop-big {
    height: 920px;
  }

  .max-h-92-desktop-big {
    max-height: 92%;
  }

  .max-h-920-px-desktop-big {
    max-height: 920px;
  }

  .w-93-desktop-big {
    width: 93%;
  }

  .max-w-93-desktop-big {
    max-width: 93%;
  }

  .w-93-px-desktop-big {
    width: 93px;
  }

  .w-930-px-desktop-big {
    width: 930px;
  }

  .max-w-930-px-desktop-big {
    max-width: 930px;
  }

  .h-93-desktop-big {
    height: 93%;
  }

  .h-93-px-desktop-big {
    height: 93px;
  }

  .h-930-px-desktop-big {
    height: 930px;
  }

  .max-h-93-desktop-big {
    max-height: 93%;
  }

  .max-h-930-px-desktop-big {
    max-height: 930px;
  }

  .w-94-desktop-big {
    width: 94%;
  }

  .max-w-94-desktop-big {
    max-width: 94%;
  }

  .w-94-px-desktop-big {
    width: 94px;
  }

  .w-940-px-desktop-big {
    width: 940px;
  }

  .max-w-940-px-desktop-big {
    max-width: 940px;
  }

  .h-94-desktop-big {
    height: 94%;
  }

  .h-94-px-desktop-big {
    height: 94px;
  }

  .h-940-px-desktop-big {
    height: 940px;
  }

  .max-h-94-desktop-big {
    max-height: 94%;
  }

  .max-h-940-px-desktop-big {
    max-height: 940px;
  }

  .w-95-desktop-big {
    width: 95%;
  }

  .max-w-95-desktop-big {
    max-width: 95%;
  }

  .w-95-px-desktop-big {
    width: 95px;
  }

  .w-950-px-desktop-big {
    width: 950px;
  }

  .max-w-950-px-desktop-big {
    max-width: 950px;
  }

  .h-95-desktop-big {
    height: 95%;
  }

  .h-95-px-desktop-big {
    height: 95px;
  }

  .h-950-px-desktop-big {
    height: 950px;
  }

  .max-h-95-desktop-big {
    max-height: 95%;
  }

  .max-h-950-px-desktop-big {
    max-height: 950px;
  }

  .w-96-desktop-big {
    width: 96%;
  }

  .max-w-96-desktop-big {
    max-width: 96%;
  }

  .w-96-px-desktop-big {
    width: 96px;
  }

  .w-960-px-desktop-big {
    width: 960px;
  }

  .max-w-960-px-desktop-big {
    max-width: 960px;
  }

  .h-96-desktop-big {
    height: 96%;
  }

  .h-96-px-desktop-big {
    height: 96px;
  }

  .h-960-px-desktop-big {
    height: 960px;
  }

  .max-h-96-desktop-big {
    max-height: 96%;
  }

  .max-h-960-px-desktop-big {
    max-height: 960px;
  }

  .w-97-desktop-big {
    width: 97%;
  }

  .max-w-97-desktop-big {
    max-width: 97%;
  }

  .w-97-px-desktop-big {
    width: 97px;
  }

  .w-970-px-desktop-big {
    width: 970px;
  }

  .max-w-970-px-desktop-big {
    max-width: 970px;
  }

  .h-97-desktop-big {
    height: 97%;
  }

  .h-97-px-desktop-big {
    height: 97px;
  }

  .h-970-px-desktop-big {
    height: 970px;
  }

  .max-h-97-desktop-big {
    max-height: 97%;
  }

  .max-h-970-px-desktop-big {
    max-height: 970px;
  }

  .w-98-desktop-big {
    width: 98%;
  }

  .max-w-98-desktop-big {
    max-width: 98%;
  }

  .w-98-px-desktop-big {
    width: 98px;
  }

  .w-980-px-desktop-big {
    width: 980px;
  }

  .max-w-980-px-desktop-big {
    max-width: 980px;
  }

  .h-98-desktop-big {
    height: 98%;
  }

  .h-98-px-desktop-big {
    height: 98px;
  }

  .h-980-px-desktop-big {
    height: 980px;
  }

  .max-h-98-desktop-big {
    max-height: 98%;
  }

  .max-h-980-px-desktop-big {
    max-height: 980px;
  }

  .w-99-desktop-big {
    width: 99%;
  }

  .max-w-99-desktop-big {
    max-width: 99%;
  }

  .w-99-px-desktop-big {
    width: 99px;
  }

  .w-990-px-desktop-big {
    width: 990px;
  }

  .max-w-990-px-desktop-big {
    max-width: 990px;
  }

  .h-99-desktop-big {
    height: 99%;
  }

  .h-99-px-desktop-big {
    height: 99px;
  }

  .h-990-px-desktop-big {
    height: 990px;
  }

  .max-h-99-desktop-big {
    max-height: 99%;
  }

  .max-h-990-px-desktop-big {
    max-height: 990px;
  }

  .w-100-desktop-big {
    width: 100%;
  }

  .max-w-100-desktop-big {
    max-width: 100%;
  }

  .w-100-px-desktop-big {
    width: 100px;
  }

  .w-1000-px-desktop-big {
    width: 1000px;
  }

  .max-w-1000-px-desktop-big {
    max-width: 1000px;
  }

  .h-100-desktop-big {
    height: 100%;
  }

  .h-100-px-desktop-big {
    height: 100px;
  }

  .h-1000-px-desktop-big {
    height: 1000px;
  }

  .max-h-100-desktop-big {
    max-height: 100%;
  }

  .max-h-1000-px-desktop-big {
    max-height: 1000px;
  }

  .max-w-ausrichtung-desktop-big {
    max-width: 1380px;
  }

  .max-w-ausrichtung-inner-desktop-big {
    max-width: 1024px;
  }

  .max-w-ausrichtung-inner-small-desktop-big {
    max-width: 900px;
  }

  .w-one-third-desktop-big {
    width: 33.333333333%;
  }

  .max-w-one-third-desktop-big {
    max-width: 33.333333333%;
  }

  .w-one-third-vw-desktop-big {
    width: 33.333333333vw;
  }

  .max-w-one-third-vw-desktop-big {
    max-width: 33.333333333vw;
  }

  .w-two-thirds-desktop-big {
    width: 66.666666666%;
  }

  .max-w-two-thirds-desktop-big {
    max-width: 66.666666666%;
  }

  .w-two-thirds-vw-desktop-big {
    width: 66.666666666vw;
  }

  .max-w-two-thirds-vw-desktop-big {
    max-width: 66.666666666vw;
  }

  .w-one-third-minus-margin-l-r-abstand-smaller-desktop-big {
    width: calc(33.333333333% - (2 * 0.625rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-smaller-desktop-big {
    max-width: calc(33.333333333% - (2 * 0.625rem));
  }

  .w-one-third-minus-margin-l-r-abstand-small-desktop-big {
    width: calc(33.333333333% - (2 * 1.25rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-small-desktop-big {
    max-width: calc(33.333333333% - (2 * 1.25rem));
  }

  .w-one-third-minus-margin-l-r-abstand-normal-desktop-big {
    width: calc(33.333333333% - (2 * 2.5rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-normal-desktop-big {
    max-width: calc(33.333333333% - (2 * 2.5rem));
  }

  .w-one-third-minus-margin-l-r-abstand-big-desktop-big {
    width: calc(33.333333333% - (2 * 3.75rem));
  }

  .max-w-one-third-minus-margin-l-r-abstand-big-desktop-big {
    max-width: calc(33.333333333% - (2 * 3.75rem));
  }

  .h-one-third-desktop-big {
    height: calc(100% / 3);
  }

  .max-h-one-third-desktop-big {
    max-height: calc(100% / 3);
  }

  .min-h-one-third-desktop-big {
    min-height: calc(100% / 3);
  }

  .h-one-third-vw-desktop-big {
    height: calc(100vw / 3);
  }

  .max-h-one-third-vw-desktop-big {
    max-height: calc(100vw / 3);
  }

  .min-h-one-third-vw-desktop-big {
    min-height: calc(100vw / 3);
  }

  .h-two-third-desktop-big {
    height: calc(100% / 3 * 2);
  }

  .max-h-two-third-desktop-big {
    max-height: calc(100% / 2 * 2);
  }

  .min-h-two-third-desktop-big {
    min-height: calc(100% / 3 * 2);
  }

  .h-two-third-vw-desktop-big {
    height: calc(100vw / 3 * 2);
  }

  .max-h-two-third-vw-desktop-big {
    max-height: calc(100vw / 3 * 2);
  }

  .min-h-two-third-vw-desktop-big {
    min-height: calc(100vw / 3 * 2);
  }
}
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.text-align-left {
  text-align: left;
}

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

.text-align-right {
  text-align: right;
}

.display-none {
  display: none;
}

.background-size-cover {
  background-size: cover;
}

.background-size-contain {
  background-size: contain;
}

.background-position-center-center {
  background-position: center center;
}

.background-repeat-no-repeat {
  background-repeat: no-repeat;
}

@media all and (min-width: 360px) {
  .position-relative-phone-small {
    position: relative;
  }

  .position-absolute-phone-small {
    position: absolute;
  }

  .text-align-left-phone-small {
    text-align: left;
  }

  .text-align-center-phone-small {
    text-align: center;
  }

  .text-align-right-phone-small {
    text-align: right;
  }

  .display-none-phone-small {
    display: none;
  }
}
@media all and (min-width: 480px) {
  .position-relative-phone {
    position: relative;
  }

  .position-absolute-phone {
    position: absolute;
  }

  .text-align-left-phone {
    text-align: left;
  }

  .text-align-center-phone {
    text-align: center;
  }

  .text-align-right-phone {
    text-align: right;
  }

  .display-none-phone {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .position-relative-tablet {
    position: relative;
  }

  .position-absolute-tablet {
    position: absolute;
  }

  .text-align-left-tablet {
    text-align: left;
  }

  .text-align-center-tablet {
    text-align: center;
  }

  .text-align-right-tablet {
    text-align: right;
  }

  .display-none-tablet {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .position-relative-desktop {
    position: relative;
  }

  .position-absolute-desktop {
    position: absolute;
  }

  .text-align-left-desktop {
    text-align: left;
  }

  .text-align-center-desktop {
    text-align: center;
  }

  .text-align-right-desktop {
    text-align: right;
  }

  .display-none-desktop {
    display: none;
  }
}
@media all and (min-width: 1240px) {
  .position-relative-desktop-big {
    position: relative;
  }

  .position-absolute-desktop-big {
    position: absolute;
  }

  .text-align-left-desktop-big {
    text-align: left;
  }

  .text-align-center-desktop-big {
    text-align: center;
  }

  .text-align-right-desktop-big {
    text-align: right;
  }

  .display-none-desktop-big {
    display: none;
  }
}
/* navbar */
/* navbar */
#navitop {
  text-align: right;
  position: absolute;
  top: 70px;
  right: 0;
  background-color: #467b37;
  overflow: hidden;
  max-height: 10000px;
  z-index: 99999;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (min-width: 768px) {
  #navitop {
    top: 70px;
  }
}
#navitop.hide {
  max-height: 0;
  background-color: transparent;
}
#navitop #menu-wrap {
  padding: 20px;
  box-sizing: border-box;
}
#navitop #menu-wrap #menu {
  margin: 0;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#navitop #menu-wrap #menu li:before {
  content: "";
  font-family: unset;
  margin: 0;
  color: unset;
  width: unset;
  display: unset;
}
#navitop #menu-wrap #menu li.siteparent0 {
  position: relative;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
#navitop #menu-wrap #menu li {
  list-style: none;
  text-align: center;
  background-color: transparent;
  display: inline-block;
  margin-bottom: 0;
  padding: 10px;
  box-sizing: border-box;
  /*&.siteparent0 {
    ul {
      display: none;
      background-color: rgba(0, 242, 86, 0.70);
      position: relative;
      width: 250px;
      z-index: 9999;

      li ul {
        background-color: transparent;
      }
    }
  }*/
}
#navitop #menu-wrap #menu li a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
  margin-bottom: 0;
  border-bottom: none;
  box-sizing: border-box;
}
#navitop #menu-wrap #menu li.first a {
  border-left: none;
}
#navitop #menu-wrap #menu li.current {
  background-color: transparent;
}
#navitop #menu-wrap #menu li.current a {
  color: white;
}
#navitop #menu-wrap #menu li.isActivParent {
  background-color: transparent;
}
#navitop #menu-wrap #menu li.isActivParent .border-bottom-slider {
  width: 100%;
}
#navitop #menu-wrap #menu li.isActivParent a {
  color: #1a1a1a;
}
#navitop #menu-wrap #menu li:hover {
  background-color: transparent;
}
#navitop #menu-wrap #menu li:hover ul {
  opacity: 1;
  max-height: 1000px;
  max-width: 700px;
  position: absolute;
  margin: 0;
  padding: 0;
  padding-top: 8px;
  box-sizing: border-box;
  z-index: 99;
}
#navitop #menu-wrap #menu li:hover ul li:hover {
  border: none;
}
#navitop #menu-wrap #menu li:hover ul li.current {
  border-bottom: none;
}
#navitop #menu-wrap #menu li:hover li a {
  background-color: #467b37;
}
#navitop #menu-wrap #menu li ul {
  opacity: 0;
  position: absolute;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
#navitop #menu-wrap #menu li ul li {
  width: 100%;
  float: none;
  text-align: left;
  white-space: nowrap;
}
#navitop #menu-wrap #menu li ul li a {
  line-height: 18px;
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
  color: white;
}
#navitop #menu-wrap #menu li ul li a:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: white;
  margin: 0px 0px 0 0px;
  width: 9px;
  display: inline-block;
}
#navitop #menu-wrap #menu li ul li a:hover {
  background-color: #1a1a1a;
}
#navitop #menu-wrap #menu li ul li ul li {
  float: none;
}
#navitop #menu-wrap #menu li ul li ul li a {
  padding-top: 5px;
  color: #888;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 14px;
  box-sizing: border-box;
}
#navitop #menu-wrap #menu ul.ebene2,
#navitop #menu-wrap #menu li.siteparent0 > ul.news {
  position: absolute;
  left: 0;
  background-color: #eaebec;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  opacity: 0;
  max-height: 0;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #navitop #menu-wrap #menu ul.ebene2,
#navitop #menu-wrap #menu li.siteparent0 > ul.news {
    opacity: 0;
    position: absolute;
    max-height: 0;
    max-width: 0;
    overflow: hidden;
  }
}
#navitop #menu-wrap #menu ul.ebene2 > li,
#navitop #menu-wrap #menu li.siteparent0 > ul.news > li {
  background-color: transparent;
  outline: 1px solid white;
  outline-offset: -1px;
  width: 50%;
  padding: 1.25rem;
  text-align: left;
}
#navitop #menu-wrap #menu ul.ebene2 > li > a,
#navitop #menu-wrap #menu li.siteparent0 > ul.news > li > a {
  background-color: transparent;
  padding: 0;
  font-weight: bold;
}
#navitop #menu-wrap #menu li.siteparent0 > ul.news {
  left: 50%;
}
#navitop #menu-wrap #menu li.siteparent0 > ul.news li {
  padding: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1240px) {
  #navitop #menu-wrap #menu li.siteparent0 > ul.news li {
    width: 50%;
  }
}
#navitop #menu-wrap #menu li.siteparent0 > ul.news li:nth-child(1) {
  display: none;
}
@media screen and (min-width: 1024px) {
  #navitop #menu-wrap #menu li.siteparent0 > ul.news li:nth-child(1) {
    display: inline-block;
  }
}
#navitop #menu-wrap #menu li.siteparent0 > ul.news li:nth-child(2) {
  display: none;
}
@media screen and (min-width: 1240px) {
  #navitop #menu-wrap #menu li.siteparent0 > ul.news li:nth-child(2) {
    display: inline-block;
  }
}
#navitop #menu-wrap #menu li.siteparent0 > ul.news li .item {
  margin-bottom: 0;
  height: 100%;
}
#navitop #menu-wrap #menu li.siteparent0 > ul.news li .item .item-inner {
  overflow-y: scroll;
}
#navitop #menu-wrap #menu li.siteparent0 > ul.news li .item .item-inner img {
  padding-right: 5.5rem;
}
#navitop #menu-wrap #menu li.siteparent0 > ul.news li .item .item-inner .text p {
  font-size: clamp(0.813rem, calc(0.745rem + 0.301vw), 0.938rem);
}
#navitop #menu-wrap #menu ul.ebene3 {
  width: auto !important;
  position: relative !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column;
  padding: 0;
  padding-top: 1.25rem;
}
#navitop #menu-wrap #menu ul.ebene3 > li {
  display: block;
  text-align: left;
  padding: 10px 0;
}
#navitop #menu-wrap #menu ul.ebene3 > li a {
  padding: 0;
}
#navisub {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  #navisub {
    display: none;
  }
}
#navisub ul li {
  list-style-type: none !important;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  background-color: #467b37;
  padding: 4px 20px;
  box-sizing: border-box;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
#navisub ul li.current {
  background-color: #1a1a1a;
}
#navisub ul li:hover {
  background-color: #1a1a1a;
}
#navisub ul li a {
  color: white;
  font-weight: 500;
}
#navisub ul li a.current {
  color: white;
}
#navisub ul li a:hover {
  color: white;
}
#navisub .hasSubs ul {
  display: none;
}
#navisub i {
  display: none !important;
}

/* Menu SlickNav CSS */
#mobile-nav {
  z-index: 99999 !important;
  margin: 0 auto;
  width: auto;
  min-width: 180px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}
#mobile-nav .slicknav_menu {
  background: white !important;
  padding: 0 !important;
  box-sizing: border-box;
  display: block;
  margin-top: 120px;
  width: 100%;
  pointer-events: all;
}
@media screen and (min-width: 1024px) {
  #mobile-nav .slicknav_menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #mobile-nav .slicknav_menu {
    margin-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  #mobile-nav .slicknav_menu {
    margin-top: 118px;
  }
}
#mobile-nav .slicknav_menu .slicknav_btn {
  background-color: #1a1a1a;
  float: right;
  margin: 5px 0 6px !important;
  padding: 1.25rem !important;
  display: none;
}
@media screen and (max-width: 768px) {
  #mobile-nav .slicknav_menu .slicknav_btn {
    padding: 1.25rem 2.5rem !important;
  }
}
#mobile-nav .slicknav_menu .slicknav_btn .slicknav_icon {
  margin-bottom: 7px !important;
}
@media screen and (max-width: 768px) {
  #mobile-nav .slicknav_menu .slicknav_btn .slicknav_icon {
    margin-bottom: 0 !important;
    width: 22px !important;
    height: 26px !important;
  }
}
#mobile-nav .slicknav_menu .slicknav_btn .slicknav_icon i {
  width: 100% !important;
  height: 100% !important;
  font-size: 25px !important;
  text-align: center !important;
  color: #1a1a1a !important;
  text-shadow: none !important;
}
#mobile-nav .slicknav_menu .slicknav_nav {
  padding: 0;
  box-sizing: border-box;
}
#mobile-nav .slicknav_menu .slicknav_nav .slicknav_row:hover {
  border-radius: 0 !important;
}
#mobile-nav .slicknav_menu .slicknav_nav ul {
  margin: 0;
}
#mobile-nav .slicknav_menu .slicknav_nav li {
  text-align: left !important;
  margin-bottom: 0 !important;
}
#mobile-nav .slicknav_menu .slicknav_nav li:last-child {
  border-bottom: 0;
}
#mobile-nav .slicknav_menu .slicknav_nav li:before {
  content: "";
  font-family: unset;
  margin: 0;
  color: unset;
  width: unset;
  display: unset;
}
#mobile-nav .slicknav_menu .slicknav_nav .border-bottom-slider {
  display: none;
}
#mobile-nav .slicknav_menu .slicknav_nav .slicknav_arrow {
  margin: 0 20px 0 0 !important;
  display: inline-block;
  right: 0;
  position: absolute;
}
#mobile-nav .slicknav_menu .slicknav_nav .slicknav_arrow > img {
  width: 15px;
  margin-bottom: 5px;
}
#mobile-nav .slicknav_menu .slicknav_nav a {
  color: #1a1a1a !important;
  font-weight: bold;
  text-transform: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #mobile-nav .slicknav_menu .slicknav_nav a {
    font-size: 16px;
    line-height: 22px;
  }
  #mobile-nav .slicknav_menu .slicknav_nav a:hover {
    background: none;
  }
}
#mobile-nav .slicknav_menu .slicknav_nav a > a {
  border: 0;
}
#mobile-nav li.siteparent0 {
  border-bottom: 1px solid white;
}
#mobile-nav li.siteparent0 a.siteparent0 {
  font-weight: bold !important;
  display: inline-block;
  text-decoration: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0;
  border-bottom: none;
  box-sizing: border-box;
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: clamp(1rem, calc(0.9322rem + 0.3012vw), 1.125rem);
  line-height: 1.1;
  font-style: normal;
  text-transform: none;
  letter-spacing: unset;
  hyphens: none;
}
#mobile-nav .slicknav_menu .slicknav_nav li.siteparent0 > a > span.slicknav_arrow {
  display: inline-block;
  right: 0;
  position: absolute;
  margin-top: 7px !important;
  margin-right: 20px !important;
  opacity: 0;
}
#mobile-nav li.siteparent0 ul.ebene2 li {
  padding-top: 5px !important;
  border-bottom: none;
  margin: 0;
  font-weight: normal;
  background-color: #f4f5f5;
  border-bottom: 1px solid white;
}
#mobile-nav li.siteparent0 ul.ebene2 li > a {
  font-weight: bold !important;
  display: inline-block;
  text-decoration: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0;
  border-bottom: none;
  box-sizing: border-box;
  width: 100%;
  color: white;
  font-weight: normal;
  font-size: clamp(0.875rem, calc(0.8072rem + 0.3012vw), 1rem);
  line-height: 1.1;
  font-style: normal;
  text-transform: none;
  letter-spacing: unset;
  hyphens: none;
}
#mobile-nav li.siteparent0 ul.ebene2 li > a > span.slicknav_arrow {
  display: inline-block;
  right: 0;
  position: absolute;
  margin-top: 7px !important;
  margin-right: 20px !important;
}
#mobile-nav li.siteparent0 ul.ebene3 li {
  padding-top: 5px !important;
  border-bottom: none;
  margin: 0;
  font-weight: normal;
  border-bottom: 0px solid white;
}
#mobile-nav li.siteparent0 ul.ebene3 li:last-child > a {
  padding-bottom: 1.25rem;
}
#mobile-nav li.siteparent0 ul.ebene3 li > a {
  font-weight: normal !important;
  display: inline-block;
  text-decoration: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  border-bottom: none;
  box-sizing: border-box;
  width: 100%;
  color: white;
  font-weight: normal;
  font-size: clamp(0.875rem, calc(0.8072rem + 0.3012vw), 1rem)-2px;
  line-height: 1.1;
  font-style: normal;
  text-transform: none;
  letter-spacing: unset;
  hyphens: none;
}

#navitop-mobile {
  display: inline-block;
  pointer-events: all;
  cursor: pointer;
  vertical-align: top;
  z-index: 999;
  width: 50px !important;
  padding: 0 !important;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  #navitop-mobile {
    display: none;
  }
}
#navitop-mobile .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #467b37;
  font-size: 18px;
  text-align: center;
  line-height: 1.9;
  display: none;
}
#navitop-mobile .close {
  display: none;
}

#top {
  background-color: #1a1a1a;
  color: #fff;
  padding: 10px 0;
}
#top .lang {
  display: inline-block;
}
#top .lang a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}
#top .lang a:hover {
  text-decoration: underline;
}

#navitop {
  background-color: #467b37;
  padding: 10px 0;
}
#navitop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
#navitop ul li {
  margin: 0 15px;
}
#navitop ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#navitop ul li a:hover {
  text-decoration: underline;
}

#siteobjects-middle {
  background-color: #fff;
  padding: 1.25rem 0;
}
@media (min-width: 768px) {
  #siteobjects-middle {
    padding: 2.5rem;
  }
}

#footerrahmen {
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px 0;
  margin-top: 20px;
}
#footerrahmen #footer {
  text-align: center;
}

@media print {
  .noprint {
    display: none;
  }
}

#header {
  background-color: #467b37;
  color: #fff;
  padding: 20px 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
#header > div.inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  position: relative;
}
#header #logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  width: 60px;
}
@media (min-width: 768px) {
  #header #logo {
    width: 100px;
  }
}
#header #logo a {
  width: 100%;
}
#header #logo img {
  width: 100%;
  height: auto;
}
#header .page-title {
  margin-right: auto;
  margin-left: auto;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) {
  #header .page-title {
    font-size: 2.5em;
    margin-left: 80px;
  }
}
#header .menu-icons {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#header .menu-icons label {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
}
#header .menu-icons label span {
  background: white;
  border-radius: 10px;
  height: 1px;
  margin: 5px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  pointer-events: none;
}
#header .menu-icons label span:nth-of-type(1) {
  width: 50%;
}
#header .menu-icons label span:nth-of-type(2) {
  width: 100%;
}
#header .menu-icons label span:nth-of-type(3) {
  width: 75%;
}
#header .menu-icons input[type=checkbox] {
  display: none;
}
#header .menu-icons input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(4px, 0px);
}
#header .menu-icons input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
#header .menu-icons input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(20px, -2px) rotatez(45deg);
}

.formular {
  border: 1px solid #467b37;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  width: auto;
  max-width: 900px;
}
@media (min-width: 768px) {
  .formular {
    padding: 3.75rem;
  }
}
.formular small {
  color: grey;
  font-size: 15px !important;
  font-weight: normal;
}
.formular small.ueberschrift {
  display: block;
  line-height: 1.7;
}
.formular small.green {
  color: #467b37;
}
.formular label {
  font-size: 15px;
}
.formular label.button, .formular button.button {
  font-size: 15px !important;
  font-weight: bold;
  text-transform: none;
  max-width: 400px;
}
.formular label.button small, .formular button small {
  color: darkseagreen !important;
  font-weight: normal;
}
.formular form {
  width: 100%;
}
@media (max-width: 768px) {
  .formular form table tr {
    display: flex;
    flex-direction: column;
  }
}
.formular .left-box-head {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}
.formular label {
  display: block;
  font-weight: normal;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.formular input[type=text],
.formular input[type=email],
.formular input[type=password],
.formular textarea,
.formular select {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 10px;
  border: 1px solid #467b37;
}
.formular input[type=checkbox],
.formular input[type=radio] {
  display: inline-block;
}
.formular input[type=checkbox] ~ label,
.formular input[type=radio] ~ label {
  display: inline-block;
}
.formular div[id^=filelistpreview] button {
  margin-top: 0;
}
.formular #table-data .row:first-child {
  display: flex;
  align-items: baseline;
  margin-top: 0px;
}
.formular #table-data .row {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
}
.formular .addButton, .formular .delButton, .formular .clearfilebutton {
  background-color: #467b37;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}
.formular .delButton {
  background-color: #f4f5f5;
  color: #1a1a1a;
}
.formular td[nowrap] {
  white-space: nowrap;
  display: flex;
  align-items: center;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.hw {
  padding: 15px;
  margin: 10px 0;
  border: 1px solid;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  position: relative;
  animation: fade-in 0.5s ease-out;
  animation-fill-mode: forwards;
}
.hw.hw-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.hw.hw-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.hw.hw-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.hw.hw-achtung {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/*# sourceMappingURL=def.css.map */
